kernel crash dump could not be obtained

2005-10-31 Thread kamal kc
dear all, i have to make modifictions to the kernel and i have been encountering kernel crashes all the time. the kernel panics with messages starting with vm_fault: and then crashes and reboots. i guess i have done incorrect memory operations and i want to know where i went wrong. so i

Re: tcp services (ssh,ftp) does not work

2005-10-31 Thread Albert Shih
Le 30/10/2005 à 02:07:49-0800, kamal kc a écrit dear all, i have put sshd_enable=YES and inetd_enable=YES in /etc/rc.conf. netstat -an also shows that the port numbers 21 and 22 are in listen state ftp is uncommented in /etc/inetd.conf but still the ssh/ftp services does not work.

Re: Native ATAPI MO driver

2005-10-31 Thread Jason Harmening
On Monday 24 October 2005 11:27, Søren Schmidt wrote: On 24/10/2005, at 3:49, Jason Harmening wrote: Hi, I have a 2.3G Fujitsu MO drive, and I've gotten tired of using atapicam to access it. I'm thinking of writing a native ATAPI driver that could be added to the kernel through a

Re: Display files currently in the buffer cache

2005-10-31 Thread Eric Anderson
Mark Kirkwood wrote: Dear hackers, I'm interested in being able to display some data about the contents of the buffer cache , say file name and page offset (something like IRIX's 'bufview'). Is there any utilities that do this currently? (searched around but didn't see anything in ports).

Re: Display files currently in the buffer cache

2005-10-31 Thread Scott Long
Eric Anderson wrote: Mark Kirkwood wrote: Dear hackers, I'm interested in being able to display some data about the contents of the buffer cache , say file name and page offset (something like IRIX's 'bufview'). Is there any utilities that do this currently? (searched around but didn't

Re: Display files currently in the buffer cache

2005-10-31 Thread Robert Watson
On Mon, 31 Oct 2005, Scott Long wrote: Assuming not, is it feasible to write one to do this? (if so, any pointers appreciated - massive FreeBSD internals newbie here). This would be a cool tool! I've been thinking of that too, and also would like to have a lkdump tool - which dumps

Re: FreeBSD 5/6/7 kernel emulator for NetBSD 2.x

2005-10-31 Thread John Baldwin
On Saturday 29 October 2005 06:59 am, Rui Paulo wrote: On 2005.10.29 00:01:42 -0600, M. Warner Losh wrote: | In message: [EMAIL PROTECTED] | | Rui Paulo [EMAIL PROTECTED] writes: | : On 2005.10.26 10:22:52 -0700, Bill Studenmund wrote: | : | On Mon, Oct 24, 2005 at 10:35:47PM

Re: Display files currently in the buffer cache

2005-10-31 Thread Mark Kirkwood
Robert Watson wrote: On Mon, 31 Oct 2005, Scott Long wrote: Assuming not, is it feasible to write one to do this? (if so, any pointers appreciated - massive FreeBSD internals newbie here). This would be a cool tool! I've been thinking of that too, and also would like to have a lkdump

silly gcc bug in RELENG_6

2005-10-31 Thread Brian Buchanan
test.c: typedef struct a astruct; void foobar(void) { int s = sizeof(astruct); } gcc test.c test.c: In function `foobar': test.c:6: error: invalid application of `sizeof' to incomplete type `test.c' Looks like someone goofed up some printf() args. gcc -v Using built-in