Re: kern/89528: [jail] impossible to kill a jail

2007-01-05 Thread Ed Schouten
* John Baldwin <[EMAIL PROTECTED]> wrote: > Why aren't the pty's destroyed? Once all references to the pty are closed it > > should be destroyed and the resulting devfs_free() should drop the reference. > Is the pty somehow stuck on the dead_cdevsw? Ouch! I found a comment in tty_pty.c that it

Re: Init.c, making it chroot

2007-01-05 Thread Oliver Fromme
John Baldwin wrote: > Oliver Fromme wrote: > > John Baldwin wrote: > > > just pass the string literal to the kenv() function, e.g. > > > > In fact that's what I tried first ... Alas: > > warning: passing arg 2 of `kenv' discards qualifiers from pointer target > > type > > It's fixed

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Gabor Kovesdan
Rene Ladan schrieb: [...] Added Gavin Atkinson to the CC list, he is working on a wpi(4) clone which I'm using at the moment. It has some memory corruption error, but is otherwise behaving quite good. Regards, Rene I did a quick try with this driver and unfortunately it suffers from the

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Rink Springer
Hi Benajmin, On Sat, Jan 06, 2007 at 01:15:11AM +1030, Benjamin Close wrote: > Hi All, >After getting a new laptop I discovered being tied to a wire when > your used to wireless is extremely annoying. > > Hence I've done a port of the NetBSD driver wpi (20070106 rev) for the > Intel3945ABG

Re: kern/89528: [jail] impossible to kill a jail

2007-01-05 Thread John Baldwin
On Thursday 04 January 2007 15:14, Ed Schouten wrote: > Hello everyone, > > I decided to investigate this bug because I think the bug is quite > irritating. After adding some ddb show commands to the source and > reading a lot of code, I think I understand the problem: > > The tty code doesn't le

Re: SMP initialisation changes 6.1-PRERELEASE and 6.1-RELEASE?

2007-01-05 Thread John Baldwin
On Thursday 04 January 2007 18:05, Steven Hartland wrote: > Steven Hartland wrote: > > This now panics in the initial hpt driver init with: > > panic: blocakble sleep lock ( sleep mutex ) > > 128 @ vm/uma_core.c: 1845 > > > > This looks to me like a seperate issue as the driver is aquiring a > > s

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Rene Ladan
Max Laier schreef: > On Friday 05 January 2007 16:58, Florent Thoumie wrote: >> Max Laier wrote: >>> On Friday 05 January 2007 15:45, Benjamin Close wrote: Hi All, After getting a new laptop I discovered being tied to a wire when your used to wireless is extremely annoying.

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Massimo Lusetti
On 1/5/07, Max Laier <[EMAIL PROTECTED]> wrote: Thoughts? Volunteers? I can say that the first attempt still running fine here on my laptop on a -STABLE as of yesterday. I use it on a daily basis without any glitch. I must say i don't do or tried to do nothing special or network intensive job

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Max Laier
On Friday 05 January 2007 16:58, Florent Thoumie wrote: > Max Laier wrote: > > On Friday 05 January 2007 15:45, Benjamin Close wrote: > >> Hi All, > >> After getting a new laptop I discovered being tied to a wire > >> when your used to wireless is extremely annoying. > >> > >> Hence I've done a

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Florent Thoumie
Max Laier wrote: > On Friday 05 January 2007 15:45, Benjamin Close wrote: >> Hi All, >> After getting a new laptop I discovered being tied to a wire when >> your used to wireless is extremely annoying. >> >> Hence I've done a port of the NetBSD driver wpi (20070106 rev) for the >> Intel3945ABG

Re: Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Max Laier
On Friday 05 January 2007 15:45, Benjamin Close wrote: > Hi All, > After getting a new laptop I discovered being tied to a wire when > your used to wireless is extremely annoying. > > Hence I've done a port of the NetBSD driver wpi (20070106 rev) for the > Intel3945ABG wireless card to FreeBSD

Updated Driver for 3945ABG Intel 3945ABG Wireless LAN controller

2007-01-05 Thread Benjamin Close
Hi All, After getting a new laptop I discovered being tied to a wire when your used to wireless is extremely annoying. Hence I've done a port of the NetBSD driver wpi (20070106 rev) for the Intel3945ABG wireless card to FreeBSD Many thanks to Damien for writing the NetBSD driver in the firs

Re: Reading in real time from a file without pipes

2007-01-05 Thread Oliver Fromme
Matthew Hudson wrote: > Mon Dec 11 09:08:37 PST 2006 c0re dumped wrote: > > I wonder if is possible to read data from a > > certain file without using a pipe. > > > > Let me explain: > > > > I have a process already writing messages to > > a logfile. I want to read all written data > >

Re: /bin/dd fails with big disks containing bad sectors

2007-01-05 Thread Eygene Ryabinkin
> there is a tool in the tools directory (i forget the name) that is > specifically for reading bad disks.. The utility is named 'recoverdisk'. -- Eygene ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hack