Search results

  1. O

    Can't load Linux kernel module

    Hadn't thought to check if there was a way to do that.. Here's the output from that: srv1:~ [402]> kldstat -v | grep lin 467 linuxelf 466 linuxaout 458 elink 404 linsysfs 403 linprocfs 171...
  2. O

    Can't load Linux kernel module

    kldstat does the following : srv1:~ [401]> kldstat Id Refs Address Size Name 1 3 0xc0400000 bb2cec kernel 2 1 0xc0fb3000 5778 nullfs.ko I believe it does not show anything since it's not a module but is built-in..
  3. O

    Can't load Linux kernel module

    nevermind.. I gather that means the module is compiled into the kernel..
  4. O

    Can't load Linux kernel module

    I tried loading the Linux kernel module today (on FreeBSD 8 stable) and get this error : srv1# kldload linux kldload: can't load linux: File exists Any ideas what might be wrong? I also tried setting linux_enable="YES" in /etc/rc.conf and rebooted but it wasn't loaded after the reboot..
  5. O

    vnc-server and FreeBSD 7.2 jail :(

    By the way.. For those of you that may have noticed.. I didn't have a valid 'xstartup' script in my ~/.vnc directory which is why I didn't have anything else running (no twm or equiv,etc). Once I fixed it, my fvwm came up fine and works like a charm..
  6. O

    vnc-server and FreeBSD 7.2 jail :(

    Ok.. Consider this solved.. Can someone please mark it as solved? Not sure I can do that since i didn't start the thread.. On this page... you will find the changes that are needed for the "vncserver" script.. I've cut-n-pasted the mods below... You'll need to completely replace the...
  7. O

    vnc-server and FreeBSD 7.2 jail :(

    Ok.. Below is the truss results from some sample server code from here socket(PF_INET,SOCK_STREAM,6) = 2 (0x2) bind(2,{ AF_INET 0.0.0.0:1100 },16) = 0 (0x0) Just for completeness.. Here's a copy of the above 'bad' lines from the perl script: bind(3,{...
  8. O

    vnc-server and FreeBSD 7.2 jail :(

    Nope.. I use it at work all day long.. the "vncserver" script (perl) is there to find an available port and then hand it off to the Xvnc executable which is linked against the X server libraries and is a full x-server but doesn't require a physical display.. I need to write some 'c' code to open...
  9. O

    vnc-server and FreeBSD 7.2 jail :(

    By the way.. Here's some output captured by truss when running the vncserver script : bind(3,{ sa_len = 2, sa_family = 0, sa_data = { } },16) ERR#49 'Can't assign requested address' bind(3,{ sa_len = 2, sa_family = 0, sa_data = { } },16) ERR#49 'Can't assign requested address' I'm not sure...
  10. O

    vnc-server and FreeBSD 7.2 jail :(

    Also in F8!! I see the same thing w/ FreeBSD 8 stable (in a jail).. I hacked the "vncserver" shell script and the failing call is the socket "bind" that it tries to port 6000 to 6099 and then gives up with the error above.. I modified the perl script to spit out the errno value returned from...
  11. O

    Recommendation on Spam Filter

    Ok.. Just to reply to myself if it might help someone else.. I installed spampd from ports and it is only called after the policy daemons are done first .. So, it seems to help as a extra step quite nicely..
  12. O

    Recommendation on Spam Filter

    Ok.. One more question.. I've got Postfix + Postgrey + Policyd-weight all running without problems but still find ~50+ spam per day getting through the seive.. I've got SpamAssassin ready and able but only want to use it AFTER the existing strainers have been used (e.g. all policy servers).. Is...
  13. O

    Anyone done any SCSI Quirks in the kernel?

    Ok.. I can report that I received an LSI 22320-R PCI-X SCSI controller and put it into my Proliant DL380G3 and it was able to see all luns on my tape changer (0,1).. Even the GENERIC kernel figured things out. So, this is solved for me! A bit thanks to Scott Long for his help and the others...
  14. O

    boot hang FreeBSD 8.0-RELEASE

    Go and edit the original (1st) post and change "Prefix" to the left of the subject to be 'Solved'..
  15. O

    boot hang FreeBSD 8.0-RELEASE

    perhaps some issue with ukbd_load? Not sure what it does but since it gets stuck with the keyboard that sounds reasonable.. Does the original not have that line -- I'm assuming it does not. If your machine works w/o that line then I'd consider this solved and move on.. unless there's something...
  16. O

    Recommendation on Spam Filter

    Thanks DD! I'll see about tuning postgrey to do a 1 minute window.. That should work in the case I saw yesterday/today..
  17. O

    Recommendation on Spam Filter

    I'll have to admit that I found my first non-conforming server I wanted an email from yesterday.. I ordered a new SCSI card for my server and the mail server on the other end tried twice within 3 minutes and after Postgrey kicked it out, it never tried again.. So, I lost my order confirmation...
  18. O

    Recommendation on Spam Filter

    Don't forget grey listing via something like post-grey.. I have that before policyd-weight.. Mine is tailored after this installation taken from the Postfix Howto's and FAQs page. The big thing to note is that order is very important.. I'm still tweaking mine but do not yet have SpamAssassin...
  19. O

    Anyone done any SCSI Quirks in the kernel?

    Just thought I'd reply in the off chance I may help someone else in the same boat -- using an HP Proliant Server with integrated SmartArray controller (SmartArray 5i in this case on a DL380G3). I was doing an IRC chat late last week with Scott Long (maintainer of the SCSI CAM driver code) and...
  20. O

    Recommendation on Spam Filter

    What happens if you issue "/usr/local/etc/rc.d/policyd-wieght start" ? Does it complain?
Back
Top