Re: faxgetty 100%
On 12:07 Wed 01 Feb , mailingl...@modernbiztonsag.org wrote: > Dear List, > > i've upgraded a 8.2-STABLE system to 9.0-RELEASE, recompiled every package > and now faxgetty uses 100% CPU and cannot handle incoming connections > (under 8.2-STABLE everything was working OK). > > Sample output from ktrace: > > 64551 faxgetty 0.03 RET read 0 > 64551 faxgetty 0.04 CALL gettimeofday(0x7fffd9c0,0) > 64551 faxgetty 0.03 RET gettimeofday 0 > 64551 faxgetty 0.04 CALL gettimeofday(0x7fffd980,0) > 64551 faxgetty 0.03 RET gettimeofday 0 > 64551 faxgetty 0.044500 CALL > select(0x8,0x7fffdb50,0x7fffdad0,0x7fffda50,0x69f340) > 64551 faxgetty 0.10 RET select 1 > 64551 faxgetty 0.09 CALL gettimeofday(0x7fffd980,0) > 64551 faxgetty 0.04 RET gettimeofday 0 > 64551 faxgetty 0.06 CALL read(0x4,0x7fffd1a0,0x7ff) > 64551 faxgetty 0.15 GIO fd 4 read 0 bytes >"" > 64551 faxgetty 0.05 RET read 0 > 64551 faxgetty 0.05 CALL gettimeofday(0x7fffd9c0,0) > 64551 faxgetty 0.04 RET gettimeofday 0 > 64551 faxgetty 0.08 CALL gettimeofday(0x7fffd980,0) > 64551 faxgetty 0.05 RET gettimeofday 0 > 64551 faxgetty 0.04 CALL > select(0x8,0x7fffdb50,0x7fffdad0,0x7fffda50,0x69f340) > 64551 faxgetty 0.06 RET select 1 > 64551 faxgetty 0.09 CALL gettimeofday(0x7fffd980,0) > 64551 faxgetty 0.05 RET gettimeofday 0 > 64551 faxgetty 0.05 CALL read(0x4,0x7fffd1a0,0x7ff) > 64551 faxgetty 0.04 GIO fd 4 read 0 bytes > > And kstat: > USER CMD PID FD MOUNT INUM MODE SZ|DV R/W > uucp faxgetty 64551 text /usr 1133532 -r-sr-xr-x 550432 r > uucp faxgetty 64551 wd /var 6571017 drwxr-xr-x 512 r > uucp faxgetty 64551 root / 2 drwxr-xr-x 16384 r > uucp faxgetty 645510 /dev 29 crw-rw-rw-null rw > uucp faxgetty 645511 /dev 29 crw-rw-rw-null rw > uucp faxgetty 645512 /dev 29 crw-rw-rw-null rw > uucp faxgetty 645513 /var 6571376 -rw-r--r-- 17 w > uucp faxgetty 645514 /var 6571373 prw--- 0 r > uucp faxgetty 645515 /var 6571039 prw--- 0 w > uucp faxgetty 645516* local dgram fe00acbef870 <-> > fe001029a5a0 > uucp faxgetty 645517 /dev 56 crw-rw-rw- cuau0 rw > > I'm at a loss here and don't know where to continue debugging this error. > Does anyone experiencing the same problem? > > Best regards, > Mate > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" I've found a similar bugreport in the DragonFly BSD's issue tracker. http://bugs.dragonflybsd.org/issues/2028 http://bugs.dragonflybsd.org/projects/dragonfly/repository/revisions/010f86dc1259be3b29303bfc336532138acd077d Best regards, Mate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: 7.0 -> 7.1 crash every two day
On 23:59 Wed 13 May , Maciej Milewski wrote: > Wednesday 13 May 2009 23:15:46 napisałeś(-łaś): > > On 22:04 Wed 13 May , Maciej Milewski wrote: > > > Wednesday 13 May 2009 19:50:51 Gabri Mate napisał(a): > > > > It seems that the problem is related to Squirrelmail, particularly to > > > > the file attaching process. Every time a certain account tries to > > > > upload an attachement the above described happens. I'm absolutely sure > > > > that the problem is not FreeBSD related. Something with Squirrelmail or > > > > with the account is wrong. I'm trying to figure this out. > > > > > > Is there any chance that you are using lighttpd as your web server? > > > > You bet! I'm using the latest one from ports. I've turned off file > > uploading in php to see what happens in the coming days. Is there > > something with lighttpd regarding this problem? > > > > Thank You! > :) > You should set this in lighttpd.conf: > server.network-backend = "write" > I don't have right now link for info why this should be set this way but if > memory serves me right it is specific for FreeBSD because of problem with > sendfile working differently or not working at all. You should find some info > on lighttpd bugs page. I've found this link describing exactly what i was experiencing. http://lists.freebsd.org/pipermail/freebsd-questions/2008-September/182872.html I hope that the problem will go away. :) > > -- > Pozdrawiam, > Maciej Milewski > > > !DSPAM:117,4a0b42ba83011575916308! -- Gabri Mate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: 7.0 -> 7.1 crash every two day
On 23:59 Wed 13 May , Maciej Milewski wrote: > Wednesday 13 May 2009 23:15:46 napisałeś(-łaś): > > On 22:04 Wed 13 May , Maciej Milewski wrote: > > > Wednesday 13 May 2009 19:50:51 Gabri Mate napisał(a): > > > > It seems that the problem is related to Squirrelmail, particularly to > > > > the file attaching process. Every time a certain account tries to > > > > upload an attachement the above described happens. I'm absolutely sure > > > > that the problem is not FreeBSD related. Something with Squirrelmail or > > > > with the account is wrong. I'm trying to figure this out. > > > > > > Is there any chance that you are using lighttpd as your web server? > > > > You bet! I'm using the latest one from ports. I've turned off file > > uploading in php to see what happens in the coming days. Is there > > something with lighttpd regarding this problem? > > > > Thank You! > :) > You should set this in lighttpd.conf: > server.network-backend = "write" > I don't have right now link for info why this should be set this way but if > memory serves me right it is specific for FreeBSD because of problem with > sendfile working differently or not working at all. You should find some info > on lighttpd bugs page. I'll search for it. It was set to "freebsd-sendfile", and I've changed it as You've suggested. Thank You for the information! > > -- > Pozdrawiam, > Maciej Milewski > > > !DSPAM:117,4a0b42ba83011575916308! -- Gabri Mate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: 7.0 -> 7.1 crash every two day
On 22:29 Wed 13 May , Mel Flynn wrote: > On Wednesday 13 May 2009 19:46:26 Gabri Mate wrote: > > On 19:57 Tue 12 May , Mel Flynn wrote: > > > On Sunday 10 May 2009 20:51:48 mailingl...@modernbiztonsag.org wrote: > > > > Dear List, > > > > > > > > I've upgraded from source my 7.0-RELEASE to 7.1-RELEASE. It's a general > > > > purpose server for a small company and it's clients, running web, sql, > > > > mail and recursive dns. The machine is a Compaq ML350 G2. Version 7.0 > > > > was running on it for a year now without any problem. After 30 of April > > > > I've upgraded to 7.1 (I've followed the handbook) and since then nearly > > > > every two day the machine becomes unreachable except for echorequest. > > > > If i try to log in in the terminal it just hangs after i give my > > > > password. > > > > > > > > I'm out of any ideas. Please feel free to ask any more info that I've > > > > forgotten to provide. Thank You for your help in advance. > > > > > > If this is a not a GENERIC kernel, did you change scheduler or stuck with > > > SCHED_4BSD in your kernel? > > > > I've just added PF related stuff, so the scheduler is remained the > > default. > > Just FYI: unless you use include GENERIC and added pf, rather then copy > GENERIC to MYKERNEL, you're running with SCHED_4BSD, the default has changed > in 7.1. Hm, You've got the point. I've just copied over the kernel config from 7.0 to 7.1, made a diff with GENERIC but somehow I've missed the scheduler change. I'm building a new kernel now. Could this be related with the Squirrelmail problem I've posted earlier? > -- > Mel > > !DSPAM:117,4a0b2dc183011557416561! > -- Gabri Mate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: 7.0 -> 7.1 crash every two day
mem 0xa-0xb on isa0 > Timecounter "TSC" frequency 996851056 Hz quality 800 > Timecounters tick every 1.000 msec > acd0: CDROM at ata0-master PIO4 > Waiting 5 seconds for SCSI devices to settle > GEOM_LABEL: Label for provider idad0s3 is msdosfs/SYSTEMCFG. > Trying to mount root from ufs:/dev/idad0s1a > WARNING: / was not properly dismounted > WARNING: /tmp was not properly dismounted > WARNING: /usr was not properly dismounted > WARNING: /usr/home was not properly dismounted > /usr/home: mount pending error: blocks 48 files 4 > WARNING: /usr/home/ftp was not properly dismounted > WARNING: /var was not properly dismounted > /var: mount pending error: blocks 4 files 1 > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" > > !DSPAM:117,4a07264783018931712577! > -- Gabri Mate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: 7.0 -> 7.1 crash every two day
On 19:57 Tue 12 May , Mel Flynn wrote: > On Sunday 10 May 2009 20:51:48 mailingl...@modernbiztonsag.org wrote: > > Dear List, > > > > I've upgraded from source my 7.0-RELEASE to 7.1-RELEASE. It's a general > > purpose server for a small company and it's clients, running web, sql, mail > > and recursive dns. The machine is a Compaq ML350 G2. Version 7.0 was > > running on it for a year now without any problem. After 30 of April I've > > upgraded to 7.1 (I've followed the handbook) and since then nearly every > > two day the machine becomes unreachable except for echorequest. If i try to > > log in in the terminal it just hangs after i give my password. > > > > I'm out of any ideas. Please feel free to ask any more info that I've > > forgotten to provide. Thank You for your help in advance. > > If this is a not a GENERIC kernel, did you change scheduler or stuck with > SCHED_4BSD in your kernel? I've just added PF related stuff, so the scheduler is remained the default. > -- > Mel > > !DSPAM:117,4a09ba6e83011202221441! > -- Gabri Mate ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
ml370 and smartarray 431
Dear List, i have a really old (from 2001) ml370 with a smart array 431 raid controller. FreeBSD 7 installs perfectly but i couldn't find a way to monitor my drives. I've installed the hpacucli port, but it says that it can't find any controllers in the system. Do you know any solution for this problem? Thank you! -- Gabri Mate [EMAIL PROTECTED] pgpdhV9wFIOwA.pgp Description: PGP signature