Re: netatalk causes kernel panic

2001-03-18 Thread Michel Dänzer
Kevin van Haaren wrote: > since I don't have DDP compilied into the kernel anymore, and atalkd > wasn't started nbprgstr caused the kernel panic. removing the lines > calling nbprgstr fixed it. s/fixed/worked around A kernel panic is always a kernel bug... -- Earthling Michel Dänzer (MrCoope

Re: netatalk causes kernel panic

2001-03-17 Thread Kevin van Haaren
At 05:16 -0900 3/17/2001, Ethan Benson wrote: yup, i just wrote my own initscript for it and disabled the regular netatalk script. here is the relevant portion of my initscript to start afpd, based on /etc/init.d/skeleton, nothing special: start) echo -n "Starting $DESC: " s

Re: netatalk causes kernel panic

2001-03-17 Thread Kevin van Haaren
At 01:09 -0900 3/17/2001, Ethan Benson wrote: On Fri, Mar 16, 2001 at 11:45:20PM -0600, Kevin van Haaren wrote: > > Now when I start netatalk it kernel panics. the first line of the panic is: > mojo kernel: Kernel panic: kernel access of bad area pc 0 lr c8111780 > address 0 tsk atalkd/363

Re: netatalk causes kernel panic

2001-03-17 Thread Ethan Benson
On Sat, Mar 17, 2001 at 08:04:50AM -0600, Kevin van Haaren wrote: > > i have: > > mojo -tcp -noddp > > but didn't realize i could get rid of atalkd after doing that. yup, i just wrote my own initscript for it and disabled the regular netatalk script. > When I compile a kernel can I drop the

Re: netatalk causes kernel panic

2001-03-17 Thread Kevin van Haaren
At 01:09 -0900 3/17/2001, Ethan Benson wrote: i have had this in my afpd.conf: plato -tcp -noddp -nosetpassword -nouservol -noguest which works quite nicely in standalone appletalk free setup. appletalk sucks, get rid of it. the atalkd daemon makes it suck even worse, just start it and l

Re: netatalk causes kernel panic

2001-03-17 Thread Ethan Benson
On Fri, Mar 16, 2001 at 11:45:20PM -0600, Kevin van Haaren wrote: > > Now when I start netatalk it kernel panics. the first line of the panic is: > mojo kernel: Kernel panic: kernel access of bad area pc 0 lr c8111780 > address 0 tsk atalkd/363 > > Everything else seems to work fine. Anyone go

netatalk causes kernel panic

2001-03-16 Thread Kevin van Haaren
I compiled and was running fine with a 2.2.19pre17 kernel. I decided to turn setup the computer as a dhcp server. When starting the dhcp daemon it told me i needed to recompile with CONFIG_FILTER turned on (well CONFIG_PACKET too, but that's already in this kernel). I recompilied by run make