Panic after sleep.

2003-03-12 Thread Richard Arends
Hello, My laptop paniced when he tried coming back from a sleep. This happens a few times a week. [snowlap] /var/crash$ uname -a FreeBSD snowlap.unixguru.nl 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Mar 11 15:11:05 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SNOWLAP i386 Script started on Wed

Re: agp stuff

2003-03-12 Thread CARTER Anthony
Is your problem with sound or video? If sound, then you need to recompile your Kernel as such: mkdir /root/kernels cp /usr/src/sys/i386/conf/GENERIC /root/kernels/MYKERNEL ln -s /root/kernels/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL now edit the /root/MYKERNEL and at the end add: options

Re: agp stuff

2003-03-12 Thread David Holm
Sound works, and as for nvidia it works as long as I don't run any 3d stuff. And the xf86 supplied driver works like a charm. But I'm working on some 3d code and need the 3d acceleration, the odd thing is that it worked until I upgraded my server from 4.7 to 5.0, I NFS mount everything from the

Re: crash: bwrite: need chained iodone

2003-03-12 Thread Thomas Quinot
Le 2003-03-12, Jeff Roberson écrivait : Can you please print bp? I'd like to know what all of the members are. A cluster buf should NEVER have BX_BKGRDWRITE set. This is totally bogus. (kgdb) fr #11 0xc0232072 in bwrite (bp=0xce5313e0) at /usr/src/sys/kern/vfs_bio.c:795 795

please apply patch to openwebmail /FreeBSD ports

2003-03-12 Thread Radko Keves
hi all http://openwebmail.org/openwebmail/download/cert/patches/SA-03:01/ is the patch please apply it to your ports my uname: FreeBSD kripel 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri Jan 31 14:32:34 CET 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/GENERIC i386 and todays ports /*

Re: devstat_end_transaction: HELP!! busy_count for da1 is 0 (-1)!

2003-03-12 Thread Attila Nagy
Hello, There is a patch which can be tried at: http://phk.freebsd.dk/patch/ken.patch I dumped some GBs over the wire with this and haven't seen any ill effects. Thanks, --[ Free Software ISOs - http://www.fsn.hu/?f=download ]-- Attila Nagy

C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Martin Blapp
Hi all, I do know now why I have again problems with building openoffice. It seems that exceptions over shared libraries are broken again in CURRENT. Alexander, do you have a idea why this got broken again ? Attached is your test programm ... Martin STABLE: [EMAIL PROTECTED]:~/cxxtest$

kernel panic in tcp_input.c:2252

2003-03-12 Thread Tobias Reifenberger
Am Di, 2003-03-11 um 17.43 schrieb KT Sin: Another panic in tcp_input while exiting gtk-gnutella. I just can say 'me too'. This kind of panic in tcp_input.c bites me since some weeks. It seems to be triggered by massive opening/closing of tcp connections (like gtk-gnutella does). Any ideas how

Re: What's happened to bpf?

2003-03-12 Thread Daniel C. Sobral
Terry Lambert wrote: Daniel C. Sobral wrote: device cloning is really a wrong name for this, and I regret that I every used that term. On demand device creation is closer, but it doesn't have any sort of ring to it. Worst of all, device cloning is one of Terry's buzzwords. :-) Actually, it's

Re: C++ Exception handling with shared libs in current is brokenagain

2003-03-12 Thread Martin Blapp
Hi all, [EMAIL PROTECTED]:~/cxxtest$ export LD_LIBRARY_PATH=. [EMAIL PROTECTED]:~/cxxtest$ ./arf abort trap rtld from 19.October has the same problem. I guess it must be gcc3.2 which is the problem. Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread Daniel C. Sobral
leafy wrote: On Tue, Mar 11, 2003 at 05:24:55PM -0800, Doug Barton wrote: You didn't say when your most recent upgrade was. If you're using 5.0-Release, you should upgrade to 5-current, where this problem should be fixed already. Doug I buildworld/installworld daily. So it's not fixed.

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread leafy
On Wed, Mar 12, 2003 at 10:20:59AM -0300, Daniel C. Sobral wrote: Well, yes, but are you cvsupping from releng=. or releng=RELENG_5_0 or releng=RELENG_5_0_0_RELEASE (or similar stuff)? I did experience such problems for a while, but they did get fixed a week or two ago for me. -- Daniel C.

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread leafy
On Wed, Mar 12, 2003 at 10:40:56PM +0800, leafy wrote: I run -current. period :) Jiawei As a side note, I've used both userland PPPoE and kernel PPPoE (mpd +ipfilter, which is my current setup), both exhibit the same problem. I'll try again tonight. Jiawei -- Without the userland, the

ld -Bsharable broken in CURRENT ?

2003-03-12 Thread Martin Blapp
See testcase STABLE: [EMAIL PROTECTED]:~/cxxtest2$ export LD_LIBRARY_PATH=. [EMAIL PROTECTED]:~/cxxtest2$ ./a.out cought string: x == 1 bar: cought string: x == 1 [EMAIL PROTECTED]:~/cxxtest2$ ./b.out cought string: x == 1 bar: cought string: x == 1 CURRENT: [EMAIL PROTECTED]:~/cxxtest2$

Re: kernel panic in tcp_input.c:2324

2003-03-12 Thread leafy
On Wed, Mar 12, 2003 at 10:42:30PM +0800, leafy wrote: On Wed, Mar 12, 2003 at 10:40:56PM +0800, leafy wrote: I run -current. period :) Jiawei As a side note, I've used both userland PPPoE and kernel PPPoE (mpd +ipfilter, which is my current setup), both exhibit the same problem.

Re: Time drift.

2003-03-12 Thread Wilko Bulte
On Wed, Mar 12, 2003 at 07:14:38AM +0100, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Andrew P. Lentvorski, Jr. writes: An $8.00 wristwatch has much better time accuracy that your multi-$100 PC. That's because the crystal in your wristwatch is cut specially so that it has a

MAKEDEV lost in 5.0-CURRENT?

2003-03-12 Thread Hartmann, O.
Where are the MAKEDEV and MAKEDEV.local scripts in 5.0-CURRENT? I cvsupdate today last time and did a find through /usr/src, but I can not find both script ... -- MfG O. Hartmann [EMAIL PROTECTED] -- Systemadministration des

Re: MAKEDEV lost in 5.0-CURRENT?

2003-03-12 Thread Sergey A. Osokin
On Wed, Mar 12, 2003 at 04:44:25PM +0100, Hartmann, O. wrote: Where are the MAKEDEV and MAKEDEV.local scripts in 5.0-CURRENT? I cvsupdate today last time and did a find through /usr/src, but I can not find both script ... MAKEDEV is dead, baby. MAKEDEV is dead (c) paraphrase from Pulp Fiction

Re: exclusive sleep mutex netisr...

2003-03-12 Thread John Baldwin
On 12-Mar-2003 Derek Tattersall wrote: * Jonathan Lemon ([EMAIL PROTECTED]) [030312 01:12]: Date: Tue, 11 Mar 2003 18:59:15 -0600 (CST) From: Jonathan Lemon [EMAIL PROTECTED] Message-Id: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: exclusive sleep mutex netisr...

RE: lock order reversal? current with tl ethernet

2003-03-12 Thread John Baldwin
On 12-Mar-2003 Tod McQuillin wrote: Running -current from March 11 on a dual cpu compaq 5100, there are some warnings in the dmesg about the tl ethernet interface. Here are the warnings: malloc() of 128 with the following non-sleepablelocks held: exclusive sleep mutex tl0 (network

More isp(4) strangeness...

2003-03-12 Thread Ryan Dooley
The 5-CURRENT machine I've got rebooted itself last night. Right before the reboot, I found this in /var/log/messages: Mar 12 03:00:00 alvin newsyslog[2598]: logfile turned over due to size100K Mar 12 03:07:09 alvin kernel: devstat_end_transaction: HELP!! busy_count for da1 is 0 (-1)! Mar 12

Re: MAKEDEV lost in 5.0-CURRENT?

2003-03-12 Thread Hartmann, O.
On Wed, 12 Mar 2003, Sergey A. Osokin wrote: :On Wed, Mar 12, 2003 at 04:44:25PM +0100, Hartmann, O. wrote: : Where are the MAKEDEV and MAKEDEV.local scripts in 5.0-CURRENT? : I cvsupdate today last time and did a find through /usr/src, : but I can not find both script ... : :MAKEDEV is dead,

bluetooth BW-BH02U reset failure

2003-03-12 Thread miniyan
Hi, I'm sorry for huge mail. I heard 5-CURRENT support BlueTooth device. I tried install 5-CURRENT and test BlueTooth usb dongle now. So I have problem in hccontrol with reset. At first, I installed 5-CURRENT on P3 machine and sync with cvsup to latest. and overwrite 2003-03-05 maksim's

Re: failed to set signal flags properly for ast()

2003-03-12 Thread Bruce Evans
On Wed, 12 Mar 2003, Tim Robbins wrote: Compile, run under gdb, then type print test() when the program receives SIGABRT. Seems to work incorrectly on 4.7 too. #include stdio.h #include stdlib.h void test(void) { puts(hello); } int main(int argc, char *argv[]) {

Re: Still getting panic on boot.

2003-03-12 Thread Shizuka Kudo
--- walt [EMAIL PROTECTED] wrote: 04:00 GMT Mar 12: Just cvsup'd and rebuilt with same result as 12 hours ago -- I see a kernel panic page fault while in kernel mode just after attempting to mount the root filesystem. The kernel from yesterday works fine and when I reboot the

Re: MAKEDEV lost in 5.0-CURRENT?

2003-03-12 Thread Hiten Pandya
Hartmann, O. (Wed, Mar 12, 2003 at 04:59:52PM +0100) wrote: On Wed, 12 Mar 2003, Sergey A. Osokin wrote: :On Wed, Mar 12, 2003 at 04:44:25PM +0100, Hartmann, O. wrote: : Where are the MAKEDEV and MAKEDEV.local scripts in 5.0-CURRENT? : I cvsupdate today last time and did a find through

Re: devstat_end_transaction: HELP!! busy_count for da1 is 0 (-1)!

2003-03-12 Thread Lars Eggert
Poul-Henning Kamp wrote: Yes, I just got this myself today. I overlooked that devstat is not locked when I moved the devstat to geom_disk. Expect a patch tonight. There is a patch which can be tried at: http://phk.freebsd.dk/patch/ken.patch Seeing the same messages, going through a

Re: ld -Bsharable broken in CURRENT ?

2003-03-12 Thread Martin Blapp
Hi all, See testcase [EMAIL PROTECTED]:~/cxxtest2$ ./a.out cought string: x == 1 bar: cought string: x == 1 [EMAIL PROTECTED]:~/cxxtest2$ ./b.out Abort trap (core dumped) Looks like gcc2.9.x works, but it doesn't need to do this of course. Using ld without using the crt objects with

Re: please apply patch to openwebmail /FreeBSD ports

2003-03-12 Thread Yen-Ming Lee
On Wed, Mar 12, 2003 at 12:05:51PM +0100, Radko Keves wrote: hi all http://openwebmail.org/openwebmail/download/cert/patches/SA-03:01/ is the patch please apply it to your ports I'm working on this patch now. -- Yen-Ming Lee [§õ«Û©ú] KeyID: 0x5EB52E51 : www.leeym.com : Taipei, Taiwan [EMAIL

Re: Fix for rtc, vmware modules and post-500104 -current

2003-03-12 Thread Yoshinori KASAZAKI
hi. On Wed, 12 Mar 2003 14:05:42 +0900 Norikatsu Shigemura [EMAIL PROTECTED] wrote: On Wed, 5 Mar 2003 19:37:35 +0100 (MET) Marcin CIE LAK [EMAIL PROTECTED] wrote: See the patches enclosed to emulators/rtc and emulators/vmware2 ports. Tested only for -current with: #define

latest working snapshot?

2003-03-12 Thread Andrew Gallatin
I need to install current on a new box that just arrived. What's the latest working snapshot? 20030312-JPSNAP get about 40% of the way through the base install and sysinstall complains about a bad realloc, and lets me hit a key to reboot ;-( Drew To Unsubscribe: send mail to [EMAIL PROTECTED

Startup scripts stop in middle of startup

2003-03-12 Thread Aleksander Rozman - Andy
Hi ! I just installed FreeBSD-5 from CD (iso images I found on freebsd site), over my 4.7. But I got some weird problem. When computer starts, it stops in middle of one of scripts. After it writes Configuring syscons: blanktime. it stops. I can boot if I press CTRL-C, and then it goes further

Re: latest working snapshot?

2003-03-12 Thread Ruslan Ermilov
On Wed, Mar 12, 2003 at 02:14:25PM -0500, Andrew Gallatin wrote: I need to install current on a new box that just arrived. What's the latest working snapshot? 20030312-JPSNAP get about 40% of the way through the base install and sysinstall complains about a bad realloc, and lets me hit

Re: latest working snapshot?

2003-03-12 Thread David O'Brien
On Wed, Mar 12, 2003 at 10:32:02PM +0200, Ruslan Ermilov wrote: On Wed, Mar 12, 2003 at 02:14:25PM -0500, Andrew Gallatin wrote: I need to install current on a new box that just arrived. What's the latest working snapshot? 20030312-JPSNAP get about 40% of the way through the base

problem with a file-backed md

2003-03-12 Thread Mikhail Teterin
Hello! I have a nasty problem with a file-backed md. The file is the Windows' swap file residing on a msdosfs part of the drive. First I tried to just swapon to the md: tmp=`mdconfig -a -t vnode -f /W/pagefile.sys` swapon $tmp But random big-memory programs were hanging. At

Re: Startup scripts stop in middle of startup

2003-03-12 Thread Mike Makonnen
On Wed, 12 Mar 2003 20:55:26 +0100 Aleksander Rozman - Andy [EMAIL PROTECTED] wrote: Did someone encounter the same problem? Is it possible to exactly determine which script is problem (script debuging os something)? put: rc_debug=yes in rc.conf -- Mike Makonnen | GPG-KEY:

Panics with GnuPG

2003-03-12 Thread Damian Gerow
I've been running -CURRENT on my workstation for a couple of months, and have been quite impressed. But I've started seeing pretty consistant panics when verifying PGP-signed messages. Everything was fine until I cvsup'ed about two weeks ago, and is still apparent in another cvsup as of March

Re: crash: bwrite: need chained iodone

2003-03-12 Thread Jeff Roberson
On Wed, 12 Mar 2003, Thomas Quinot wrote: Le 2003-03-12, Jeff Roberson écrivait : Can you please print bp? I'd like to know what all of the members are. A cluster buf should NEVER have BX_BKGRDWRITE set. This is totally bogus. (kgdb) fr #11 0xc0232072 in bwrite (bp=0xce5313e0) at

Re: Still getting panic on boot. (fwd)

2003-03-12 Thread Bryan Liesner
oops, didn't cc this to the list -- Forwarded message -- Date: Wed, 12 Mar 2003 15:50:01 -0500 (EST) From: Bryan Liesner [EMAIL PROTECTED] To: Shizuka Kudo [EMAIL PROTECTED] Subject: Re: Still getting panic on boot. On Wed, 12 Mar 2003, Shizuka Kudo wrote: --- walt [EMAIL

Re: Panics with GnuPG

2003-03-12 Thread Brent Jones
Wow. That's quite a trick. I've CVSup'ed, buildworld/kernel and freshly installed gpg, within the last two hours. [EMAIL PROTECTED]:/home/brent $ gpg --keyserver pgp.mit.edu --recv-key BB6BC940 and then it dies... Brent On Wednesday, Mar 12, 2003, at 14:45 America/Denver, Damian Gerow

Re: Panics with GnuPG

2003-03-12 Thread Bryan Liesner
On Wed, 12 Mar 2003, Brent Jones wrote: Wow. That's quite a trick. I've CVSup'ed, buildworld/kernel and freshly installed gpg, within the last two hours. [EMAIL PROTECTED]:/home/brent $ gpg --keyserver pgp.mit.edu --recv-key BB6BC940 and then it dies... Brent On Wednesday, Mar 12,

Re: latest working snapshot?

2003-03-12 Thread Bryan Liesner
David O'Brien wrote: On Wed, Mar 12, 2003 at 10:32:02PM +0200, Ruslan Ermilov wrote: On Wed, Mar 12, 2003 at 02:14:25PM -0500, Andrew Gallatin wrote: I need to install current on a new box that just arrived. What's the latest working snapshot? 20030312-JPSNAP get about 40% of the way through

Re: C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Loren James Rittle
I do know now why I have again problems with building openoffice. It seems that exceptions over shared libraries are broken again in CURRENT. Alexander, do you have a idea why this got broken again ? rtld from 19.October has the same problem. I guess it must be gcc3.2 which is the problem.

Re: C++ Exception handling with shared libs in current is brokenagain

2003-03-12 Thread Martin Blapp
Hi, the gcc side of things, this is the only supported way to make a C++ shared image with gcc3 on modern ELF platforms: Thank you even I have found that out myself too :) Using ld directly is a no-go for a gcc3.2 platform. Linking with the crt files fixes the problem. Martin To Unsubscribe:

Re: C++ Exception handling with shared libs in current is broken again

2003-03-12 Thread Loren James Rittle
Thank you even I have found that out myself too :) Using ld directly is a no-go for a gcc3.2 platform. Linking with the crt files fixes the problem. OK, cool. BTW, in case you care, the exact reason why you now need the startup file wrappers in the shared image with gcc3 style EH but not with

Re: devstat_end_transaction: HELP!! busy_count for da1 is 0 (-1)!

2003-03-12 Thread Lars Eggert
Lars Eggert wrote: Poul-Henning Kamp wrote: Yes, I just got this myself today. I overlooked that devstat is not locked when I moved the devstat to geom_disk. Expect a patch tonight. There is a patch which can be tried at: http://phk.freebsd.dk/patch/ken.patch Seeing the same messages,

GBDE automation scripts?

2003-03-12 Thread Lucky Green
I am writing a section for the Handbook on how to use gbde. Currently, using gbde is a rather manual process. Each time a host reboots, the admin needs to attach the gbde device(s), enter any required passphrases, manually fsck the partition, and mount it. I suspect some subscribers to this

Re: GBDE automation scripts?

2003-03-12 Thread Will Andrews
On Wed, Mar 12, 2003 at 05:39:01PM -0800, Lucky Green wrote: I am writing a section for the Handbook on how to use gbde. Currently, using gbde is a rather manual process. Each time a host reboots, the admin needs to attach the gbde device(s), enter any required passphrases, manually fsck the

[no subject]

2003-03-12 Thread Derek Tattersall
I found on tty0 the following backtrace. I infer, because it died in malloc, that it has something to do with netisr problem. I had to copy it by hand. backtrace(c04b7645,4,1,0,c40be100) at backtrace+0x17

trap in netisr...

2003-03-12 Thread Derek Tattersall
I found on tty0 the following backtrace. I infer, because it died in malloc, that it has something to do with netisr problem. I had to copy it by hand. backtrace(c04b7645,4,1,0,c40be100) at backtrace+0x17

vfs panic on 2003-03-11(cvsuped)

2003-03-12 Thread Norikatsu Shigemura
Panic in my environment. # uname -a FreeBSD ***.*-.*** 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Wed Mar 12 18:39:05 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MELFINA i386 There are no dmesg in vmcore.0, but I saw process name as mount_procfs in after

5.0 Install Kernel

2003-03-12 Thread Lucas Reddinger
I hope this is okay.. I needed to cross post this for more exposure. Apparently, I need to disable eisa support to successfully boot a kernel on my Dell Inspiron 2650. In 4.x, I would do a `boot -c` followed by `eisa 0`. What about FreeBSD 5.0? I tried `set hint.eisa.0.disabled=1` at the stage

disappearing devices

2003-03-12 Thread Bryan Liesner
Todays sources as of about 22:00 est I built a kernel, rebooted, and built another, which failed with: NM=nm sh /usr/src/sys/kern/genassym.sh genassym.o assym.s /usr/src/sys/kern/genassym.sh: cannot create /dev/stdout: Operation not supported *** Error code 2 Stop in

Re: Panic after sleep.

2003-03-12 Thread George Patterson
I experienced the same problem a couple of weeks ago. uname -a FreeBSD george.spyderweb.com.au 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 The kernel panicked and then spontaneously rebooted. I had no time to record

Re: trap in netisr...

2003-03-12 Thread Sam Leffler
I found on tty0 the following backtrace. I infer, because it died in malloc, that it has something to do with netisr problem. I had to copy it by hand. backtrace(c04b7645,4,1,0,c40be100) at backtrace+0x17

big file became broken on 2003-03-11(cvsuped)

2003-03-12 Thread Norikatsu Shigemura
Big file like OOo_1.0.2_source.tar.bz2 became broken with making openoffice in my environment. # uname -a FreeBSD ***.*-.*** 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Wed Mar 12 18:39:05 JST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MELFINA i386 # mount /dev/ad0s1a

RE: bluetooth BW-BH02U reset failure

2003-03-12 Thread Maksim Yevmenkin
Hello Takahiko, At first, I installed 5-CURRENT on P3 machine and sync with cvsup to latest. and overwrite 2003-03-05 maksim's bluetooth modules. please verify that tarball you have downloaded has both kernel and userland stuff, i.e. you have sys, share, usr.bin and usr.sbin in the

Re: big file became broken on 2003-03-11(cvsuped)

2003-03-12 Thread Jeff Roberson
On Thu, 13 Mar 2003, Norikatsu Shigemura wrote: Big file like OOo_1.0.2_source.tar.bz2 became broken with making openoffice in my environment. How much memory is in your machine? Can you go back to an earlier date and see if this is still a problem? Are you doing anything else

Re: big file became broken on 2003-03-11(cvsuped)

2003-03-12 Thread Jeff Roberson
On Thu, 13 Mar 2003, Jeff Roberson wrote: On Thu, 13 Mar 2003, Norikatsu Shigemura wrote: Big file like OOo_1.0.2_source.tar.bz2 became broken with making openoffice in my environment. How much memory is in your machine? Can you go back to an earlier date and see if this is

can't boot with twe anymore.

2003-03-12 Thread Alfred Perlstein
I can't boot with twe now. I wind up calling into device_printf with a NULL dev_t which used to crash me until my most recent commit. Now I get: unknown0: controller error - unit not available (flags = 0x0) twe0: AEN: drive error for unknown unit 0 A kernel from Feb 14th seems fine. Please

Re: big file became broken on 2003-03-11(cvsuped)

2003-03-12 Thread Jeff Roberson
On Thu, 13 Mar 2003, Jeff Roberson wrote: On Thu, 13 Mar 2003, Norikatsu Shigemura wrote: Big file like OOo_1.0.2_source.tar.bz2 became broken with making openoffice in my environment. How much memory is in your machine? Can you go back to an earlier date and see if this is

Re: Time drift.

2003-03-12 Thread Dag-Erling Smorgrav
Brooks Davis [EMAIL PROTECTED] writes: I have one machine which failes to keep decent time with ACPI enabled, but it's more like .5sec/sec. Disabling ACPI fixed that machine (it's an old thin client so I don't care if it stops being supported at some point). You don't need to disable ACPI

Re: Time drift.

2003-03-12 Thread Dan Nelson
In the last episode (Mar 12), Poul-Henning Kamp said: In message [EMAIL PROTECTED], Andrew P. Lentvorski, Jr. writes: An $8.00 wristwatch has much better time accuracy that your multi-$100 PC. That's because the crystal in your wristwatch is cut specially so that it has a flat temp-co at

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Hartmann, O.
On Tue, 11 Mar 2003, M. Warner Losh wrote: :In message: [EMAIL PROTECTED] :Hartmann, O. [EMAIL PROTECTED] writes: :: Can anyone help? Has someone a runnng diskless FBSD 5.0-R/5-CURRENT :: environment? : :I fixed a couple of bugs in the /etc/rc.d files that broke diskless :boots about

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Kris Kennaway
On Wed, Mar 12, 2003 at 03:43:52PM +0100, Hartmann, O. wrote: Possibly I should repeat in short terms what I did when 'migrating' from the working 4.X diskless system to the 5.0 system. I think some of the directory layout needed for diskless nfs booting was frobbed by dillon a few months ago

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Hartmann, O.
On Wed, 12 Mar 2003, Kris Kennaway wrote: Dear Kris. At the momnent I do several stupid tasks on the faulty environment and I got several new informations which are hopefully helpful. I deleted all rc.* files in etc except rc and rc.subr because they seem to be needed. I wish to use rc_ng and

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Mike Makonnen
On Wed, 12 Mar 2003 19:56:47 +0100 (CET) Hartmann, O. [EMAIL PROTECTED] wrote: I nice feature would be to have some 'knob' switching on/off debugging, maybe this is possible or already realized in the shell? How to do the verbosity task? rc_debug=yes -- Mike Makonnen | GPG-KEY:

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Hartmann, O.
On Wed, 12 Mar 2003, Kris Kennaway wrote: :On Wed, Mar 12, 2003 at 03:43:52PM +0100, Hartmann, O. wrote: : : Possibly I should repeat in short terms what I did when 'migrating' : from the working 4.X diskless system to the 5.0 system. : :I think some of the directory layout needed for diskless