Search results

  1. B

    Does Anyone Use Java in Production?

    I think Diablo is a dependency for Openjdk. I haven't had trouble getting things running, but certain things like injecting EJBs with annotations and either don't work or don't work consistently. I've also had trouble getting certain Maven build features to work. It doesn't sound like you are...
  2. B

    Does Anyone Use Java in Production?

    FreeBSD has had issues running Glassfish and Tomcat for me, and I am considering moving to Ubuntu for Java services. This would be disappointing, since I would probably move all of my servers to Ubuntu to avoid having to maintain two different platforms. Is anyone using Java in production on...
  3. B

    Journaling softupdates, SU+J

    Is there any documentation for using SUJ in 9.0?
  4. B

    upgrade 8.2 to 9.0-beta2

    You have to upgrade either from source or from the install medium. freebsd-update is not working with 9.0-BETA because they are trying to get users to test the new installer.
  5. B

    Disabling Sendmail

    Should I replace the four sendmail lines with justsendmail_enable="NONE" or do I need all of them? I guess I will also addNO_SENDMAIL=trueto make.conf and rebuild world.
  6. B

    Disabling Sendmail

    In rc.conf I have sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" but /var/spool/clientmqueue is still filling up. How do I completely disable sendmail?
  7. B

    jls Showing Multiple JIDs per Jail

    Apparently what is happening is that the apache22 stop command is not seeing the pid, so I get the following when I try to stop it: # /usr/local/etc/rc.d/apache22 stop apache22 not running? (check /var/run/httpd.pid). Even though the pid file is there # cat /var/run/httpd.pid 1379 Restarting...
  8. B

    jls Showing Multiple JIDs per Jail

    Multiple jails are being created without issuing a stop command, but I'm using ezjail.sh after the redundant jails are created, which should work fine. I looked at qjail's sourceforge site, but I couldn't find any documentation. How is it an improvement over ezjail?
  9. B

    jls Showing Multiple JIDs per Jail

    So this is kind of weird. After running # /usr/local/etc/rc.d/ezjail.sh stop jail2 I get # jls JID IP Address Hostname Path 1 192.x.x.1 jail1 /usr/jails/jail1 3 192.x.x.3 jail3...
  10. B

    jls Showing Multiple JIDs per Jail

    Yes-they are both running.
  11. B

    jls Showing Multiple JIDs per Jail

    On # uname FreeBSD 8.1-RELEASE-p4 amd64 jls is showing multiple jails for individual jails created with # ezjail-admin create The output is like this: # jls JID IP Address Hostname Path 1 192.x.x.1 jail1...
  12. B

    Differing JDK Dependencies for Ports

    On% uname -a FreeBSD 8.1-RELEASE-p2 amd64 I get this version for diablo-jdk16 % java -version java version "1.6.0_07" Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02) Diablo Java HotSpot(TM) 64-Bit Server VM (build 10.0-b23, mixed mode) this for jdk16 % java -version java version...
  13. B

    Differing JDK Dependencies for Ports

    I believe it was that eclipse and eclipse-webtools require openjdk, but eclipse-webtools requires eclipse-emf, eclipse-gef, and eclipse-datatools, which require jdk16. Additionally, even though it is not a port, glassfishv3 needs diabo-jdk16, since the openjdk and jdk16 versions are too old...
  14. B

    Differing JDK Dependencies for Ports

    Some java ports have dependencies on different jdks, which creates kind of a problem in having to install/deinstall and register/unregister them to install and use different ports. Is there a way to force them all to use, for example, diablo-jdk16?
  15. B

    Sonos Desktop Controller not Working with Wine on amd64

    I am trying to get Sonos Desktop Controller to work with Wine on % uname -a FreeBSD 8.1-RELEASE-p2 amd64 Sonos Desktop Controller starts up fine, but it cannot find the Zone Players. The following is the terminal output: %wine32 sonos.exe fixme:wininet:InternetSetOptionW Option...
  16. B

    Install on ZFS Pool

    Does anyone know if the FreeBSD 7.4/8.2 installer is going to add an option to install on a ZFS pool the way PC-BSD does?
  17. B

    Version for Intel Processors Without PAE NX Bit

    The OpenBSD Site says this: Is that wrong, or does it not apply to FreeBSD?
  18. B

    Version for Intel Processors Without PAE NX Bit

    The OpenBSD site says that it is safer to install OpenBSD/i386 instead of OpenBSD/amd64 on Intel chips with AMD64 extensions that don't support the PAE NX bit. Does the same apply with FreeBSD/i386 and FreeBSD/amd64, or is it handled differently in FreeBSD? If it does apply, how can you find out...
  19. B

    HTML5 in Chromium

    Thanks. I guess I just had to find one without ads.
  20. B

    HTML5 in Chromium

    Is it possible to see HTML5 youtube videos in Chromium in FreeBSD? I opted in here, but it doesn't play and keeps telling me that I need Flash Player. I built Chromium 6.0.472.63 with the following options #make showconfig ===> The following configuration options are available for...
Back
Top