Re: [Fwd: Custom termcap entries and installworld]

2006-05-29 Thread Graham Menhennitt
Stephen Hurd wrote: 1) How do people cope with custom termcap entries? One workaround is to not modify /etc/termcap at all. Instead just store them in a file somewhere and (depending on your shell) do export TERMCAP=/my/custom/termcap Or even export TERMCAP=custom:my custom entry

Re: LOR in vnode interlock and system map

2006-05-29 Thread Konstantin Belousov
On Mon, May 29, 2006 at 12:09:24AM +0200, V??clav Haisman wrote: See attached file. The kernel is todays CVS 6.1. -- Vaclav Haisman May 28 19:16:55 logout kernel: lock order reversal: May 28 19:16:55 logout kernel: 1st 0xc3d4bb1c vnode interlock (vnode interlock) @

Re: kmem leak in tmpmfs?

2006-05-29 Thread Ulrich Spoerlein
Greg Rivers wrote: On Thursday 25 May 2006 19:43, Paul Allen wrote: From Jonathan Noack [EMAIL PROTECTED], Thu, May 25, 2006 at 07:56:07PM -0400: I am currently running with the following in /etc/rc.conf and haven't experienced any problems: tmpmfs_flags=-S -o async Is there a way

ciss0: ADAPTER HEARTBEAT FAILED? on a new bought HP dl360g3

2006-05-29 Thread Dennis Berger
Hey list, after a few hours of uptime I get an highlighted kernelmessage. ciss0: ADAPTER HEARTBEAT FAILED yes this are capital chars. I wonder if this can be a driver problem or if it definitly a hardware failure. Server is a fresh HP DL360g3 sorry i can't attach a dmesg cause the machine

Re: ciss0: ADAPTER HEARTBEAT FAILED? on a new bought HP dl360g3

2006-05-29 Thread Dennis Berger
I forgot to tell that after this kernel message appears the maschine is still pingable, but whatever needs disk access doesn't work including sshd login. Dennis Berger wrote: Hey list, after a few hours of uptime I get an highlighted kernelmessage. ciss0: ADAPTER HEARTBEAT FAILED yes this

how can I tell if config-entry device da0 at scbus0 target 0 is working?

2006-05-29 Thread Holger Kipp
Hello, this might be a stupid question, but how can I find out whether a 4.11 kernel configuration with device mpt0 device mpt1 device scbus0 at mpt0 bus 0 device scbus1 at mpt1 bus 0 device da0 at scbus0 target 0 device da1 at scbus0 target 1

Re: kmem leak in tmpmfs?

2006-05-29 Thread Greg Rivers
On Mon, 29 May 2006, Ulrich Spoerlein wrote: Greg Rivers wrote: On Thursday 25 May 2006 19:43, Paul Allen wrote: From Jonathan Noack [EMAIL PROTECTED], Thu, May 25, 2006 at 07:56:07PM -0400: I am currently running with the following in /etc/rc.conf and haven't experienced any problems:

[chat] upgrade 5.5 - 6.1 with success

2006-05-29 Thread Ronald Klop
Hello, Today I did a succesfull remote upgrade from 5.5 to 6.1 without going to single user. Nice work! Ronald. -- Ronald Klop Amsterdam, The Netherlands ___ freebsd-stable@freebsd.org mailing list

reproduceable kernel panic when trying to use tap0 interface (sparc64)

2006-05-29 Thread Michael Ortmann
hello, im using 6_stable on sparc64 and get a 100% reproduceable kernel panic. it crashes when i try to usr/create the tap0 interface. (i discovered it when i tried to run openvpn). so i guess it may be the tap driver on sparc64. i can provice kernel core and offer my help. i wrote to the

HylaFAX port not work but related to sendmail

2006-05-29 Thread Paul . LKW
Dear all: Recently I installed HylaFAX port on 6.1 and find that the fax received (Fax is received in /var/hylafax/recvq and changed to tiff format) can not sent to specified email user and find the error log below: May 30 04:08:56 office sendmail[624]: k4TK8t7A000620: to=ee-fax, delay=00:00:01,

Re: HylaFAX port not work but related to sendmail

2006-05-29 Thread David Nugent
Paul.LKW wrote: Dear all: Recently I installed HylaFAX port on 6.1 and find that the fax received (Fax is received in /var/hylafax/recvq and changed to tiff format) can not sent to specified email user and find the error log below: May 30 04:08:56 office sendmail[624]: k4TK8t7A000620:

panic: trying to sleep while sleeping is prohibited - USB network panic after ifconfig

2006-05-29 Thread Scott Ullrich
Sleeping on usbsyn with the following non-sleepable locks held: exclusive sleep mutex in_multi_mtx r = 0 (0xc0acfbc0) locked @ /usr/src/sys/neti net/in.c:971 KDB: stack backtrace: kdb_backtrace(1,c27e5418,c27e7000,1,ccfe3a50) at kdb_backtrace+0x29 witness_warn(5,0,c0993d00,c09846cb) at

Re: [Fwd: Custom termcap entries and installworld]

2006-05-29 Thread Stephen Hurd
1) How do people cope with custom termcap entries? One workaround is to not modify /etc/termcap at all. Instead just store them in a file somewhere and (depending on your shell) do export TERMCAP=/my/custom/termcap Or even export TERMCAP=custom:my custom entry See the ENVIRONMENT

Re: [Fwd: Custom termcap entries and installworld]

2006-05-29 Thread David Nugent
Stephen Hurd wrote: 1) How do people cope with custom termcap entries? One workaround is to not modify /etc/termcap at all. Instead just store them in a file somewhere and (depending on your shell) do export TERMCAP=/my/custom/termcap Or even export TERMCAP=custom:my custom entry