how shd i crash dump kernel

2001-05-09 Thread vishwanath pargaonkar
Hi, i have freebsd 4.2 release. i installed my changed new kernel(with modifications in source). since it had problem it crashed at begining saying panic page fault etc.. now i want to debug this kernel. so i enabled dumpdev = my swap partition in /etc/rc.conf . and rebooted. this time i started

Re: bin/27205: Listing all users in the passwd file

2001-05-09 Thread Jamie Heckford
Good points, glad to see the usual FreeBSD approach of allowing only the best into the code ;) Some sort of wrapper makes perfect sense for the sendmail option - I did think of this, but your right, it is best to assume the user-friendly approach and not give users tweaking to do out of the box.

Re: bin/27205: Listing all users in the passwd file

2001-05-09 Thread Peter Pentchev
I'd think id(1) would be a more proper place, as it already knows how to format various passwd(5) and group(5) information. How about the attached patch? (and I'm probably starting another of those bikesheds as to whether new options should be added to existing utilities..) G'luck, Peter --

FreeBSD ld.so performance ?

2001-05-09 Thread Arun Sharma
http://www.suse.de/~bastian/Export/linking.txt Has anyone done a comparative study ? -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

No Subject

2001-05-09 Thread Ryan Dewalt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (I attempted to post this to freebsd-hackers once before, but for some reason, my attempt hadn't made it to the list, so I swapped to a different e-mail account and posted this once again.) I've recently reverse engineered a small piece of hardware,

Re: Question about building source

2001-05-09 Thread Terry Lambert
Makoto MATSUSHITA wrote: tlambert2 FWIW: This breaks if you have updated your C++ compiler, tlambert2 since the .mk files incorrectly override the paths for tlambert2 thing like the RTTI header files and the CRT0 stuff... We have chroot(8) already, no problems:) Perhaps the original

Re: Question about building source

2001-05-09 Thread Makoto MATSUSHITA
tlambert2 It still breaks. See bsd.orig.mk; you _can't_ use a tlambert2 compiler other than one installed in the default location, tlambert2 or it will override the compiler defaults which tell it tlambert2 where the correct header and crt0 files live. Really. ??? If you run 'chroot

Re: bin/27205: Listing all users in the passwd file

2001-05-09 Thread Jamie Heckford
Yup, thats the sort of thing I meant. Worthy of a review by any of the commiters? I can remember a big thing going around about modifications to existing programs a couple of weeks ago, this was not intended to upset / annoy / start a flame war anyone! :) Jamie On 2001.05.09 15:37 Peter

Re: USB HIDs

2001-05-09 Thread Brian W. Buchanan
On Wed, 9 May 2001, Ryan Dewalt wrote: I've recently reverse engineered a small piece of hardware, The 'Microsoft Sidewinder Strategic Commander (MSSC hereafter). What do you mean by reverse-engineering? I wrote a userland USB HID driver using libusb for an experimental RTS game engine as

sysctl / CTL_DEBUG

2001-05-09 Thread Alexey V. Neyman
hello there! There is the following phrase in sysctl(3) manpage: == The system defines twenty (struct ctldebug) variables named debug0 through debug19. == Though `sysctl debug | wc -l` shows 43 sysctl variables. And, I was unable to locate definition of 'struct ctldebug' neither

Re: Question about building source

2001-05-09 Thread Dave Hayes
Terry Lambert [EMAIL PROTECTED] writes: It still breaks. See bsd.orig.mk; you _can't_ use a compiler other than one installed in the default location, or it will override the compiler defaults which tell it where the correct header and crt0 files live. Really. So this breaks the C++

Writing device drivers (was: help me please)

2001-05-09 Thread Greg Lehey
On Wednesday, 9 May 2001 at 10:40:50 +0530, Jayesh Krishna wrote: Hi guys... I am comfortable with Linux Device Drivers. Presently I am trying to write some pseudo-drivers in FreeBSD(4.2-Release). I tried out make_pseudo_driver.sh in the /usr/share/examples/drivers but it does not work :-(

KSD

2001-05-09 Thread Tim Wiess
Hello, Lately I have been reading about the work that is being done to support kernel scheduled entities in FreeBSD. I am very anxious to look at the code for this and see if I might be able to contribute anything to the project. Although, it doesn't look like the code has been merged into

Re: KSD

2001-05-09 Thread David Xu
AFAIK, KSE is not started currently. you might have a look NetBSD, there is a branch for SA project, it seems they changed proc to lwp. many code has already been commited. Regards, David Xu - Original Message - From: Tim Wiess [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: KSD

2001-05-09 Thread Tim Wiess
OK, thanks. I'll check it out. tim On Thu, 10 May 2001, David Xu wrote: AFAIK, KSE is not started currently. you might have a look NetBSD, there is a branch for SA project, it seems they changed proc to lwp. many code has already been commited. Regards, David Xu - Original

vinum on 2 ide drives?

2001-05-09 Thread Dan Phoenix
These 2 are from running it on each on the ide drives without vinum. [root@gorbag /mnt1]# dd if=/dev/zero of=bigfile bs=16384k count=1000 1000+0 records in 1000+0 records out 16777216000 bytes transferred in 799.865832 secs (20975038 bytes/sec) [root@gorbag /mnt2]# dd if=/dev/zero of=bigfile

Re: vinum on 2 ide drives?

2001-05-09 Thread Greg Lehey
[redirected to -questions] On Wednesday, 9 May 2001 at 19:51:05 -0700, Dan Phoenix wrote: These 2 are from running it on each on the ide drives without vinum. [root@gorbag /mnt1]# dd if=/dev/zero of=bigfile bs=16384k count=1000 1000+0 records in 1000+0 records out 16777216000 bytes

fd driver hacking to recover data

2001-05-09 Thread Brian W. Buchanan
Any fdc driver gurus in the house? I have a bunch of old floppy disks with some text files I'd like to recover. Many of them have errors and are unreadable past a certain point in the disk. Others I can't read from at all. The ones I can't read, period, are all 1.44MB-size floppies. I've

Re: fd driver hacking to recover data

2001-05-09 Thread Luigi Rizzo
I have a bunch of old floppy disks with some text files I'd like to recover. Many of them have errors and are unreadable past a certain point in the disk. Others I can't read from at all. The ones I can't read, period, are all 1.44MB-size floppies. I've tried dd'ing from /dev/fd0c,

Re: fd driver hacking to recover data

2001-05-09 Thread David Scheidt
On Thu, 10 May 2001, Luigi Rizzo wrote: : I have a bunch of old floppy disks with some text files I'd like to : recover. Many of them have errors and are unreadable past a certain point : in the disk. Others I can't read from at all. : : The ones I can't read, period, are all 1.44MB-size

Re: fd driver hacking to recover data

2001-05-09 Thread Brian W. Buchanan
On Thu, 10 May 2001, Luigi Rizzo wrote: I have a bunch of old floppy disks with some text files I'd like to recover. Many of them have errors and are unreadable past a certain point in the disk. Others I can't read from at all. The ones I can't read, period, are all 1.44MB-size

Re: fd driver hacking to recover data

2001-05-09 Thread Greg Lehey
On Wednesday, 9 May 2001 at 22:04:34 -0700, Brian W. Buchanan wrote: Any fdc driver gurus in the house? I have a bunch of old floppy disks with some text files I'd like to recover. Many of them have errors and are unreadable past a certain point in the disk. Others I can't read from at

help regarding writing pseudo-drivers in FreeBSD

2001-05-09 Thread Jayesh Krishna
Hi, I am comfortable with Linux Device Drivers. Presently I am trying to write some pseudo-drivers in FreeBSD(4.2-release). I tried out make_pseudo_driver.sh in the /usr/share/examples/drivers but it does not work :-( I also went through the FreeBSD Device Driver Writer's Guide by Eric L.