atacontrol kernel crash (atausb?)

2007-01-15 Thread Pietro Cerutti
Hello, this is a reproducible kernel page-fault crash on stable as of 1h ago: FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #4: Mon Jan 15 11:24:56 CET 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GAHRTOP i386 1) atacontrol list ATA channel 0: Master: ad0 FUJITSU

Re: atacontrol kernel crash (atausb?)

2007-01-15 Thread Hans Petter Selasky
On Monday 15 January 2007 12:22, Pietro Cerutti wrote: Hello, this is a reproducible kernel page-fault crash on stable as of 1h ago: FreeBSD gahrtop.localhost 6.2-STABLE FreeBSD 6.2-STABLE #4: Mon Jan 15 11:24:56 CET 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GAHRTOP i386 1) atacontrol

semaphore.h does'nt include fcntl.h ?

2007-01-15 Thread girish r
Do you have SysV IPC support in your kernel? -Kip You'll need to include options P1003_1B_SEMAPHORES in your kernel config, or load the sem kernel module. --Dan Nelson Thanks, that was it! Get your own

Re: atacontrol kernel crash (atausb?)

2007-01-15 Thread Hans Petter Selasky
On Monday 15 January 2007 15:37, Pietro Cerutti wrote: On 1/15/07, Hans Petter Selasky [EMAIL PROTECTED] wrote: last one: why atausb doesn't have a manual page?? Probably the device driver is too new. Maybe we should adopt the OpenBSD's everything not documented is a bug philosophy,

Re: atacontrol kernel crash (atausb?)

2007-01-15 Thread Pietro Cerutti
On 1/15/07, Hans Petter Selasky [EMAIL PROTECTED] wrote: It is just plug and play. If you don't get any new USB devices like /dev/adXX after that you plug the device, then maybe there is something wrong or the protocol used is not supported by atausb. This is the only thing showing on the

Re: atacontrol kernel crash (atausb?)

2007-01-15 Thread Hans Petter Selasky
On Monday 15 January 2007 16:54, Pietro Cerutti wrote: On 1/15/07, Hans Petter Selasky [EMAIL PROTECTED] wrote: It is just plug and play. If you don't get any new USB devices like /dev/adXX after that you plug the device, then maybe there is something wrong or the protocol used is not

Re: atacontrol kernel crash (atausb?)

2007-01-15 Thread Pietro Cerutti
On 1/15/07, Hans Petter Selasky [EMAIL PROTECTED] wrote: No. What happens when you use/load umass and unload atausb ? Everything works nice with umass. It creates the da0 device node. It just shows up these errors, as it always did... GEOM: new disk da0 da0 at umass-sim0 bus 0 target 0 lun 0

Re: atacontrol kernel crash (atausb?)

2007-01-15 Thread Pietro Cerutti
On 1/15/07, Hans Petter Selasky [EMAIL PROTECTED] wrote: last one: why atausb doesn't have a manual page?? Probably the device driver is too new. Maybe we should adopt the OpenBSD's everything not documented is a bug philosophy, don't you think? So, anyone knows how to use atausb? Thanx,

semaphore.h does'nt include fcntl.h ?

2007-01-15 Thread girish r
You'll need to include options P1003_1B_SEMAPHORES in your kernel config, or load the sem kernel module. --Dan Nelson I could'nt find sem so I tried sysvsem.ko but I get: kldload: can't load sysvsem: File exists Does it mean that sysvsem support is already present in the kernel? I am using

Re: semaphore.h does'nt include fcntl.h ?

2007-01-15 Thread Dan Nelson
In the last episode (Jan 15), girish r said: You'll need to include options P1003_1B_SEMAPHORES in your kernel config, or load the sem kernel module. --Dan Nelson I could'nt find sem so I tried sysvsem.ko but I get: kldload: can't load sysvsem: File exists Does it mean that sysvsem

Announce: FreeSBIE-2.0-RELEASE available!

2007-01-15 Thread Matteo Riondato
All, today is a good day, as we, the FreeSBIE team, reached our goal: it's the day we release FreeSBIE 2.0. Development cycle started on August 2006 and, after many months and a series of four ISO images, an official stable FreeSBIE image is now available. It went under many changes, many

Re: Announce: FreeSBIE-2.0-RELEASE available!

2007-01-15 Thread Wilko Bulte
On Mon, Jan 15, 2007 at 09:21:54PM +0100, Matteo Riondato wrote.. All, today is a good day, as we, the FreeSBIE team, reached our goal: it's the day we release FreeSBIE 2.0. ... Enjoy FreeSBIE and spread FreeBSD! Thanks Matteo! Thank you all. Best Regards -- Matteo Riondato FreeBSD

Console and Shell

2007-01-15 Thread Kailas Ramasamy
Hi, I would like to understand how the shell is tied to the console port. When an user connects a terminal to the system via console port, a shell is started and tied to the console port (/dev/console ?). Can some someone explain how this whole process works?. It would be great if you can point

Re: Console and Shell

2007-01-15 Thread Garrett Cooper
On Jan 15, 2007, at 3:09 PM, Kailas Ramasamy wrote: Hi, I would like to understand how the shell is tied to the console port. When an user connects a terminal to the system via console port, a shell is started and tied to the console port (/dev/console ?). Can some someone explain how

Re: Announce: FreeSBIE-2.0-RELEASE available!

2007-01-15 Thread Giorgos Keramidas
On 2007-01-15 21:21, Matteo Riondato [EMAIL PROTECTED] wrote: FreeSBIE 2.0-RELEASE (codename Clint Eastwood) is based on the fresh FreeBSD 6.2-RELEASE, both in terms of sources and of packages. My goodness! You guys are fast :) Enjoy FreeSBIE and spread FreeBSD! Go Matteo and FreeSBIE team,

Re: Console and Shell

2007-01-15 Thread Joseph Koshy
kr I would like to understand how the shell is tied to the kr console port. Google for 'controlling terminal'. Advanced Programming in the Unix Environment by Richard Stevens is a good book for Unix basics. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy

Source code for user utilities

2007-01-15 Thread Pranav Sawargaonkar
Hi Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Does FreeBSD also uses coreutils for these user utilities like linux does ? TIA -Pranav ___ freebsd-hackers@freebsd.org mailing list

Re: Source code for user utilities

2007-01-15 Thread Mike Meyer
In [EMAIL PROTECTED], Pranav Sawargaonkar [EMAIL PROTECTED] typed: Hi Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Look in /usr/src on a FreeBSD system: /usr/src/bin, /usr/src/usr.bin, etc. Or try whereis command: bhuda% whereis ls ls:

Re: Source code for user utilities

2007-01-15 Thread Dan Nelson
In the last episode (Jan 16), Mike Meyer said: In [EMAIL PROTECTED], Pranav Sawargaonkar [EMAIL PROTECTED] typed: Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Look in /usr/src on a FreeBSD system: /usr/src/bin, /usr/src/usr.bin, etc. and

Re: Source code for user utilities

2007-01-15 Thread Konrad Heuer
On Tue, 16 Jan 2007, Pranav Sawargaonkar wrote: Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Does FreeBSD also uses coreutils for these user utilities like linux does ? The source code is part of the FreeBSD distribution; you can find

Re: Source code for user utilities

2007-01-15 Thread LI Xin
Pranav Sawargaonkar wrote: Hi Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Use 'which foo' to get the directory. Typically you can rely on the following map: /bin - /usr/src/bin /sbin - /usr/src/sbin /usr/bin - /usr/src/usr.bin /usr/sbin -