Re: token ring cards always PROMISC

2001-12-03 Thread Len Conrad
>Here I have the same situation. Even if the card seems to works smoothly. same here. we use the olicom cards >I had also a lot of problems with ipfw ... Do you use any kind of firewall >? If yes can you tell me your experiences ? we use ipfilter, with NAT, for us, a real huge gateway, a cou

Re: token ring cards always PROMISC

2001-12-03 Thread Gianmarco Giovannelli
At 07/11/2001, Gary Jennejohn wrote: >On Wednesday 07 November 2001 13:29, Len Conrad wrote: > > Sorry to bother you here. No answers from -questions or > > -tokenring. > > > > We didn't turn it on, we can't get PROMISC mode off. The card > > otherwise works fine. > > > > Is it a problem to lea

RE: Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Lars Eggert
Hi, Bernd and me have mailed privately, and there's another solution besides adding a quirk to scsi_da.c. It's based on a patch posted by Gerd Knops to the usb-bsd list (http://groups.yahoo.com/group/usb-bsd/message/1233). It adds 6-to-10 conversion for SCSI commands, which makes many devices wor

Re: Jul 30 changes to ppp break my Telstra ADSL PPPoE connection

2001-12-03 Thread James Housley
Greg Lane wrote: > > G'day all, > > I have a problem with PPPoE over Telstra ADSL (Australia). A full > description of the problem can be found in freebsd-questions > (see [EMAIL PROTECTED] dated Nov 30) > with the subject: > > ADSL PPPoE (Telstra Aust.) began to hang between 4.3- and 4.4-RELEA

Re: Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Lars Eggert
Bernd Walter wrote: > Are you shure you need to change the #if 0? > Especialy the first should only have an effect on different devices. > Can you please try with both to default and if that failed with > the first on default. Sure! With both = 0, I get: umass0: Unsupported command protocol

Re: Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Bernd Walter
On Mon, Dec 03, 2001 at 03:19:03PM -0800, Lars Eggert wrote: > Bernd Walter wrote: > > >But from memory it sounds like a new device for the quirk table. > > Yes, adding quirks to scsi_da.c and enabling ATAPI in umass.c made the > camera attach and mount correctly. Copying also works fine. Patch

Jul 30 changes to ppp break my Telstra ADSL PPPoE connection

2001-12-03 Thread Greg Lane
G'day all, I have a problem with PPPoE over Telstra ADSL (Australia). A full description of the problem can be found in freebsd-questions (see [EMAIL PROTECTED] dated Nov 30) with the subject: ADSL PPPoE (Telstra Aust.) began to hang between 4.3- and 4.4-RELEASE The short of it is that at som

Success! [with patch] (was Re: umass & ATAPI)

2001-12-03 Thread Lars Eggert
Bernd Walter wrote: > But from memory it sounds like a new device for the quirk table. Yes, adding quirks to scsi_da.c and enabling ATAPI in umass.c made the camera attach and mount correctly. Copying also works fine. Patches attached, if someone would like to commit them. Thanks for the help

Re: TCP Performance Graphs

2001-12-03 Thread Terry Lambert
Leo Bicknell wrote: > > On Fri, Nov 30, 2001 at 10:29:28AM -0800, Luigi Rizzo wrote: > > It is not a big deal to move the default to 32 or 64k, and I'd > > vote for that, but if a sysadmin is unable to have a look at this, > > then the problem is in the sysadmin, not in FreeBSD! > > I disagree,

Re: tar and nodump flag

2001-12-03 Thread Brandon D. Valentine
On Mon, 3 Dec 2001, David O'Brien wrote: >Why do you think that?? The port builds using gmake and autoconf. Any >in-FreeBSD-tree bits build with Bmake and w/o autoconf. Also the port >has none of the FreeBSD specific changes. If the ports was in the >perfect shape, why do you think the in-tre

Re: wctype.h

2001-12-03 Thread Garance A Drosihn
At 2:54 PM -0600 12/3/01, Alfred Perlstein wrote: >* Sergey Matveychuk <[EMAIL PROTECTED]> [011203 07:55] wrote: >> Hi! >> >> Why widechar functions is not implemented? Is there real difficulty? > > And can I get it somwhere from a external lib? I need towupper, > > towlower and iswspace. > >I

Re: tar and nodump flag

2001-12-03 Thread David O'Brien
On Mon, Dec 03, 2001 at 04:12:28PM -0500, Brandon D. Valentine wrote: > I should think it would be pretty > straightforward seeing as there is already a port which has taken care > of any potential build problems. Why do you think that?? The port builds using gmake and autoconf. Any in-FreeBSD-

Re: tar and nodump flag

2001-12-03 Thread Brandon D. Valentine
On Mon, 3 Dec 2001, David O'Brien wrote: >On Thu, Nov 29, 2001 at 03:50:00PM -0500, Brandon D. Valentine wrote: >> On Thu, 29 Nov 2001, Christian Weisgerber wrote: >> >> >- It doesn't support incremental backups. That isn't a problem in >> > itself, but it's a feature our GNU tar currently has

Re: umass & ATAPI

2001-12-03 Thread Bernd Walter
On Mon, Dec 03, 2001 at 12:43:19PM -0800, Lars Eggert wrote: > Bernd Walter wrote: > > >src/sys/cam/scsi/scsi_da.c has the quirk table for such things. > >There are also some cameras in there. > > > Ian Dowse has suggested the same thing, I'll try the quirks. There's > also a patch at http://g

Re: wctype.h

2001-12-03 Thread Alfred Perlstein
* Sergey Matveychuk <[EMAIL PROTECTED]> [011203 07:55] wrote: > Hi! > > Why widechar functions is not implemented? Is there real difficulty? > And can I get it somwhere from a external lib? I need towupper, towlower and > iswspace. If you can provide sample code to verify the correctness of an i

Re: umass & ATAPI

2001-12-03 Thread Lars Eggert
Bernd Walter wrote: > src/sys/cam/scsi/scsi_da.c has the quirk table for such things. > There are also some cameras in there. Ian Dowse has suggested the same thing, I'll try the quirks. There's also a patch at http://groups.yahoo.com/group/usb-bsd/message/1233 that looks promising. > A bunc

Re: umass & ATAPI

2001-12-03 Thread Bernd Walter
On Mon, Dec 03, 2001 at 10:24:36AM -0800, Lars Eggert wrote: > Hi, > > is anyone working on extending umass.c for ATAPI devices? > > My new digital camera identifies itself as an ATAPI device, but the > corresponding code is commented out in umass.c, because it isn't > complete and/or tested.

Re: multi-disk file systems on FreeBSD?

2001-12-03 Thread David O'Brien
On Wed, Nov 28, 2001 at 12:50:21PM -0500, Michael Lucas wrote: > man 8 vinum Feh. Too many problems. Remember the KISS principle and man 8 ccd -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: tar and nodump flag (fwd)

2001-12-03 Thread David O'Brien
On Thu, Nov 29, 2001 at 09:07:03PM +0100, Joerg Schilling wrote: > >> - An idiosyncratic build system. > > This is really funny Please don't waste time on this issue. I can bmake and shoe-horn anything into our build system. -- -- David ([EMAIL PROTECTED]) To Unsubscribe: send mail to [

Re: tar and nodump flag

2001-12-03 Thread David O'Brien
On Thu, Nov 29, 2001 at 03:50:00PM -0500, Brandon D. Valentine wrote: > On Thu, 29 Nov 2001, Christian Weisgerber wrote: > > >- It doesn't support incremental backups. That isn't a problem in > > itself, but it's a feature our GNU tar currently has and people > > probably don't want to lose. >

Re: Found the problem, w/patch (was Re: FreeBSD performing worse than Linux?)

2001-12-03 Thread Nate Williams
> > Unfortunately, I'm unable to run tcpdump on the client, since it's > > running NT and we're not allowed to install any 3rd party apps on it > > (such as the WinDump package). > > NT??? You wouldn't happen to be seeing performance problems with > Samba, I hope? We're not using Samba ove

Re: Found the problem, w/patch (was Re: FreeBSD performing worse than Linux?)

2001-12-03 Thread Darryl Okahata
Nate Williams <[EMAIL PROTECTED]> wrote: > Unfortunately, I'm unable to run tcpdump on the client, since it's > running NT and we're not allowed to install any 3rd party apps on it > (such as the WinDump package). NT??? You wouldn't happen to be seeing performance problems with Samba, I ho

umass & ATAPI

2001-12-03 Thread Lars Eggert
Hi, is anyone working on extending umass.c for ATAPI devices? My new digital camera identifies itself as an ATAPI device, but the corresponding code is commented out in umass.c, because it isn't complete and/or tested. (I'm running 4.4-RELEASE, but it doesn't look like -current is any differe

Re: tar and nodump flag

2001-12-03 Thread Jason Andresen
Jim Bryant wrote: > > fergus wrote: > > >>>- It doesn't support incremental backups. That isn't a problem in > >> itself, but it's a feature our GNU tar currently has and people > >> probably don't want to lose. > > I dunno... The entire incremental thing in tar is dependant on NOT using >

Re: Make RELEASE broken?

2001-12-03 Thread Makoto Matsushita
kerberus> There is not a kerberus> /usr/release/usr/src/contrib/nvi/docs/USD.doc/vi.ref/ref.so? kerberus> in the directory. That file should be there. It's your local problem if it is not extracted from your CVS repository copy. kerberus> i modified the usr/src/release/Makefile to use the kerb

Application using getmntinfo and statfs

2001-12-03 Thread Wayne Pascoe
Hi all, I've written an application that uses getmntinfo which creates an array of statfs structs and stores information about mounted filesystems there. The issue that I am having is detecting valid filesystems to do further checks on. I am only interested in checking local filesystems such as

Re: wctype.h

2001-12-03 Thread Sergey Matveychuk
> what is great in that? I need them to port some application. May be exist some external libs? > why don't u write ur own release to everyone? I'v got no enough time. But if I would have time may be exist some troubles with it if FreeBSD don't have this function yet. Sem. To Unsubscri

cvsup core dumped with

2001-12-03 Thread Bri
id Thr ead.T closure rootA* waiting for > 11 0x84ca8d4 0x8435d20 Apply *ready* 10 0x8434020 0x8435

Re: Make RELEASE broken?

2001-12-03 Thread Kerberus
There is not a /usr/release/usr/src/contrib/nvi/docs/USD.doc/vi.ref/ref.so? in the directory. and i modified the usr/src/release/Makefile to use the 4.4-stable tag. > > Would you please check that your buildbox has a file > /usr/release/usr/src/contrib/nvi/docs/USD.doc/vi.ref/ref.so? > > And, y

wctype.h

2001-12-03 Thread Sergey Matveychuk
Hi! Why widechar functions is not implemented? Is there real difficulty? And can I get it somwhere from a external lib? I need towupper, towlower and iswspace. Thank you. Sem. --- Sergey Matveychuk | System Administrator

Re: AUTOBOOT!!!

2001-12-03 Thread Marcelo Leal
Thanks!!! how can i do that??? if the system reboot because a kernel panic, this is good, and i wanna know why??? How can i start this debug job??? thanks, sorry by the english! On Monday 03 December 2001 10:29, CESTLAVIE wrote: > Marcelo Leal, > How about checking your machine was rebooted by

RE: AUTOBOOT!!!

2001-12-03 Thread CESTLAVIE
Marcelo Leal, How about checking your machine was rebooted by kernel panic (because of fs problem, ... etc)? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shashi Dookhee Sent: Monday, December 03, 2001 9:05 PM To: Marcelo Leal Cc: John Capo; Bruce A.

Re: AUTOBOOT!!!

2001-12-03 Thread Shashi Dookhee
Odd... Have you checked the syslog (messages) to see if you are not actually experiencing a kernel panic? FreeBSD would autoboot on kernel panic. Also, if this is a public machine, it's possible (altho unlikely) you have some kind of Trojan/Virus and someone is either manually doing it remotel

AUTOBOOT!!!

2001-12-03 Thread Marcelo Leal
Hi, sorry by the english... but... how can i fix the AUTOBOOT??? my FreeBSD 4.2 (mail server) are booting when it wants! is it normal? default??? The implemantation for AUTOBOOT is for what??? i don't believe it! The uptime of that box is one day... three days... and REBOOT... help, how ca

Re: Patch #3 (TCP / Linux / Performance)

2001-12-03 Thread Matthew Dillon
:this is what i get, it's between a dell 2540 (dual PIII/900) and an Intel Sl2 :(dual PIII/1g). both are using intel's em driver. : :majadara> ./tbench 1 bagel :Throughput 12.4785 MB/sec (NB=15.5981 MB/sec 124.785 MBit/sec) :... :Throughput 37.002 MB/sec (NB=46.2526 MB/sec 370.02 MBit/sec) : ./

Re: Patch #3 (TCP / Linux / Performance)

2001-12-03 Thread Danny Braniss
this is what i get, it's between a dell 2540 (dual PIII/900) and an Intel Sl2 (dual PIII/1g). both are using intel's em driver. majadara> ./tbench 1 bagel Throughput 12.4785 MB/sec (NB=15.5981 MB/sec 124.785 MBit/sec) majadara> ./tbench 2 bagel Throughput 18.1598 MB/sec (NB=22.6998 MB/sec 181.5

Re: attach ata dev in 4-stable

2001-12-03 Thread Søren Schmidt
It seems Bjoern Fischer wrote: > Hello, > > AFAIK it is possible to attach/detach an ata channel with atacontrol on > -CURRENT. I am looking for a way to do this on -STABLE, too. Particularly > I want to hot swap an ATA disk w/ an appropriate IDE drive bay. No RAID > is involved at the moment. >