RE: [Netnice-kernels] procs/<pid>/sockets submission
Status: Alpha
Brought to you by:
taost6
From: Scott B. <sco...@ve...> - 2004-10-14 14:12:03
|
Hi Kartikey, I replied to you last night, I will reply the same here to the mailing-list. On Thu, 14 Oct 2004, kartikey bhatt wrote: > hi, > > when nnfs is mounted only specific subdirectories for > pid are created in procs procs dir rather than for all > the processes in the system. moreover when the new > process is created no directory is created for that process > too. > You are correct. Those are problems with the earlier snapshot patch I gave you. Those particular problems should have been fixed by the latest CVS submissions. > the kernel works and boots with fork.c and ip_output.c changes > as made by me. the lo interface is also registered successfully. > however when an nic driver is built in or linked as a module > it crashes. > I am building my kernels with the sk98lin ethernet driver built in, not as a module and the kernel is running well. I found that the vif_rm function was causing a crash soon after boot and disabled it. > regards, > > --kartikey > Thanks, Scott B |