Re: lock problem: nfs server on FreeBSD 7-stable, client on linux

2008-04-05 Thread Tz-Huan Huang
On Sun, Apr 6, 2008 at 2:05 PM, Rong-en Fan <[EMAIL PROTECTED]> wrote: > On Sun, Apr 6, 2008 at 1:18 PM, Tz-Huan Huang <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Thanks for your suggestion, but we don't accept this workaround. > > > > After doing binary searching, I find that this commit bre

Re: lock problem: nfs server on FreeBSD 7-stable, client on linux

2008-04-05 Thread Rong-en Fan
On Sun, Apr 6, 2008 at 1:18 PM, Tz-Huan Huang <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for your suggestion, but we don't accept this workaround. > > After doing binary searching, I find that this commit break the working > lockd: > > http://lists.freebsd.org/pipermail/cvs-src/2008-March/089

Re: lock problem: nfs server on FreeBSD 7-stable, client on linux

2008-04-05 Thread Tz-Huan Huang
Hi, Thanks for your suggestion, but we don't accept this workaround. After doing binary searching, I find that this commit break the working lockd: http://lists.freebsd.org/pipermail/cvs-src/2008-March/089037.html I have rolled back the lockd.c to 1.20 in our nfs server and it works fine as b

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Alec Kloss
On 2008-04-06 01:12, Andrei Kolu wrote: > On Sunday 06 April 2008 00:32:17 Alec Kloss wrote: > > The the attached patch, also available at > > > > http://setfilepointer.com/pub/src:sys:dev:usb:uplcom.c.patch > > > > might help. I've needed it to make uplcom stuff work. > > This patch works just f

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Jeremy Chadwick
On Sat, Apr 05, 2008 at 11:53:00PM +0200, Dorian Büttner wrote: > > # cu -l /dev/ttyU0 > >>> > propably you need to adjust the line speed, i.e. cu -l -s 19200, > also some devices like if you hit enter to get a login prompt. > >> Some progress on debugging! Just kiddin... >> >> I

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Kostik Belousov
On Sat, Apr 05, 2008 at 04:10:10PM -0600, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Jeremy Chadwick <[EMAIL PROTECTED]> writes: > : Bottom line: the current FreeBSD USB stack is very fragile and > : unreliable. You may want to try the usb4bsd kernel patches (I think > :

Re: Error while pxeboot setup FreeBSD 7.0

2008-04-05 Thread Robert Joosten
Hi, Hmm for what's worth: I just upgraded a 6.2 pxe box using cvs to 7.0 release and it boots and runs fine, it seems. The server (still) runs 6.2 . Cheers, Robert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Andrei Kolu <[EMAIL PROTECTED]> writes: : On Sunday 06 April 2008 01:12:53 Andrei Kolu wrote: : > On Sunday 06 April 2008 00:32:17 Alec Kloss wrote: : > > The the attached patch, also available at : > > : > > http://setfilepointer.com/pub/src:sys:dev:usb:

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Andrei Kolu
On Sunday 06 April 2008 01:12:53 Andrei Kolu wrote: > On Sunday 06 April 2008 00:32:17 Alec Kloss wrote: > > The the attached patch, also available at > > > > http://setfilepointer.com/pub/src:sys:dev:usb:uplcom.c.patch > > > > might help. I've needed it to make uplcom stuff work. > > This patch w

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Dorian Büttner
# cu -l /dev/ttyU0 propably you need to adjust the line speed, i.e. cu -l -s 19200, also some devices like if you hit enter to get a login prompt. Some progress on debugging! Just kiddin... I removed converter from USB and FreeBSD 7.0 kernel dumped following information:

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Andrei Kolu
On Sunday 06 April 2008 00:32:17 Alec Kloss wrote: > The the attached patch, also available at > > http://setfilepointer.com/pub/src:sys:dev:usb:uplcom.c.patch > > might help. I've needed it to make uplcom stuff work. This patch works just fine (tested on 6.3). Thank you! Why it is not submitted

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Jeremy Chadwick <[EMAIL PROTECTED]> writes: : Bottom line: the current FreeBSD USB stack is very fragile and : unreliable. You may want to try the usb4bsd kernel patches (I think : that's what it's called), some have had better luck with those. Search :

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Alec Kloss
The the attached patch, also available at http://setfilepointer.com/pub/src:sys:dev:usb:uplcom.c.patch might help. I've needed it to make uplcom stuff work. -- Alec Kloss [EMAIL PROTECTED] IM: [EMAIL PROTECTED] PGP key at http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA241980E "No Bunn

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Jeremy Chadwick
On Sun, Apr 06, 2008 at 12:33:50AM +0300, Andrei Kolu wrote: > On Sunday 06 April 2008 00:24:38 Andrei Kolu wrote: > > On Saturday 05 April 2008 23:48:59 you wrote: > > > On Sat, 5 Apr 2008, Andrei Kolu wrote: > > > > I have problems using USB to RS232 converter under FreeBSD 6.3-STABLE > > > > wh

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Andrei Kolu
On Sunday 06 April 2008 00:24:38 Andrei Kolu wrote: > On Saturday 05 April 2008 23:48:59 you wrote: > > On Sat, 5 Apr 2008, Andrei Kolu wrote: > > > I have problems using USB to RS232 converter under FreeBSD 6.3-STABLE > > > when connecting to any Cisco gear over serial link. I connect my > > > ad

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Warren Block
On Sat, 5 Apr 2008, Andrei Kolu wrote: I have problems using USB to RS232 converter under FreeBSD 6.3-STABLE when connecting to any Cisco gear over serial link. I connect my adapter to notebook and dmesg output looks like this one: ucom0: Prolific Technology Inc. USB-Serial Controller D, rev 1

Re: USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Andrei Kolu
On Saturday 05 April 2008 23:48:59 you wrote: > On Sat, 5 Apr 2008, Andrei Kolu wrote: > > I have problems using USB to RS232 converter under FreeBSD 6.3-STABLE > > when connecting to any Cisco gear over serial link. I connect my adapter > > to notebook and dmesg output looks like this one: > > >

USB to RS232 converter problem (prolific chip)

2008-04-05 Thread Andrei Kolu
Hello. I have problems using USB to RS232 converter under FreeBSD 6.3-STABLE when connecting to any Cisco gear over serial link. I connect my adapter to notebook and dmesg output looks like this one: ucom0: Prolific Technology Inc. USB-Serial Controller D, rev 1.10/4.00, addr 2 I have also fo

Re: [kgdb] There is no member named pathname

2008-04-05 Thread John Baldwin
On Friday 04 April 2008 03:57:19 pm pluknet wrote: > On 04/04/2008, John Baldwin <[EMAIL PROTECTED]> wrote: > > On Thursday 28 February 2008 05:56:32 pm pluknet wrote: > > > Hello, > > > > > > I've updated to the recent RELENG_7 as of 2008/02/28 > > > to try the new kld-add feature in kgdb, amo

Re: Bootloader not working on Compaq Proliant ML330 G2

2008-04-05 Thread Jan Sebosik
Jeremy Chadwick wrote: On Sat, Apr 05, 2008 at 12:09:55AM +0200, Ján ?ebo?ík wrote: I`ve tried to install FreeBSD 7 on Compaq Proliant ML330 G2 server, but it won`t boot. FreeBSD boot0 beeps after pressing F1, or F2 (got 2 partitions) key. So i`ve installed grub on another machine, but than it

Re: Latest stable release

2008-04-05 Thread Claus Guttesen
> Kindly send information regarding FreeBSD STABLE version and from which site > i can download all ISO cDs . You can take a look at freebsd.org, especially freebsd.org/where.html. -- regards Claus When lenity and cruelty play for a kingdom, the gentlest gamester is the soonest winner. Shake

RE: Latest stable release

2008-04-05 Thread Kevin K
_ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable- > [EMAIL PROTECTED]" > > __ NOD32 3004 (20080405) Informatio

Latest stable release

2008-04-05 Thread Chhabi Chalise
Sir, Kindly send information regarding FreeBSD STABLE version and from which site i can download all ISO cDs . I will be thankful to you Thank You === Chhabi Chalise ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Bootloader not working on Compaq Proliant ML330 G2

2008-04-05 Thread Jeremy Chadwick
On Sat, Apr 05, 2008 at 12:09:55AM +0200, Ján ?ebo?ík wrote: > I`ve tried to install FreeBSD 7 on Compaq Proliant ML330 G2 server, but it > won`t boot. FreeBSD boot0 beeps after pressing F1, or F2 (got 2 partitions) > key. So i`ve installed grub on another machine, but than it says "Error 5" > o

Re: NTP on amd74 + powernow issues

2008-04-05 Thread Jeremy Chadwick
On Sat, Apr 05, 2008 at 11:13:49AM +0200, Guido van Rooij wrote: > On Fri, Apr 04, 2008 at 08:42:38PM +0100, David Malone wrote: > > On Fri, Apr 04, 2008 at 07:46:05PM +0200, Guido van Rooij wrote: > > > I've got a amd64 system where I;m using powernow. I am using th i8254 > > > timecounter. I keep

Re: NTP on amd74 + powernow issues

2008-04-05 Thread Guido van Rooij
On Fri, Apr 04, 2008 at 08:42:38PM +0100, David Malone wrote: > On Fri, Apr 04, 2008 at 07:46:05PM +0200, Guido van Rooij wrote: > > I've got a amd64 system where I;m using powernow. I am using th i8254 > > timecounter. I keep getting time resets from ntp: > > I don't think the i8254 should be eff