Date: Wed, 02 Jun 1999 15:03:32 +0300 From: "Andy V. Oleynik" <andyo@prime.net.ua> To: Christopher Michaels <ChrisMic@clientlogic.com> Cc: FreeBSD Mailing List <questions@FreeBSD.ORG> Subject: Re: trafshow: SIOCGIFFLAGS: =?koi8-r?Q?=2B=3F=A9=A9?=:Device not configured Message-ID: <37551D94.4920E3A8@prime.net.ua> References: <6C37EE640B78D2118D2F00A0C90FCB440110592E@site2s1>
next in thread | previous in thread | raw e-mail | index | archive | help
I looked in the source:
[..]
case 'i':
device_name = optarg;
break;
[..]
futher:
[..]
if (device_name == 0)
if ((device_name = getenv("IFF_LISTEN")) == NULL)
if ((device_name = lookup_device()) == 0)
error("can't find any interfaces");
[..]
It must be fxp0 in ur case. Did U /dev/MAKEDEV all after make world?
so only I can assume that the error occures either during getenv or
lookup_device.
Christopher Michaels wrote:
> Yes I just run 'trafshow' w/o any parameters and it gives this error. And I
> have absolutely no idea what those odd characters are, that's why I'm
> mailing the list.
>
> I did re-compile my kernel last night, and also deinstalled and then rebuilt
> trafshow. No change.
>
> -Chris
>
> > -----Original Message-----
> > From: Andy V. Oleynik [SMTP:andyo@prime.net.ua]
> > Sent: Wednesday, June 02, 1999 7:47 AM
> > To: Christopher J. Michaels
> > Cc: FreeBSD Mailing List
> > Subject: trafshow: SIOCGIFFLAGS: +?©©: Device not configured
> >
> > "Christopher J. Michaels" wrote:
> >
> > > I am now getting the following error when running trafshow. I honestly
> > > don't know when it began, because I didn't re-install trafshow until
> > after
> > > I did a 'make world'.
> > >
> > > The error is:
> > > trafshow: SIOCGIFFLAGS: +?©©: Device not configured
> > >
> >
> > U just run "trafshow" w/o parameters? And what is this strange output
> > "+?©©"
> > after SIOC?
> > Looks like bug in trafshow...
> >
> > >
> > > I am running:
> > > FreeBSD cartman.weeble.dyndns.org 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun
> > > May 30 10:47:47 GMT 1999
> > > cjm2@cartman.weeble.dyndns.org:/usr/src/sys/compile/CARTMAN i386
> > >
> > > typing 'trafshow -i fxp0' works just fine.
> > >
> > > -Chris
> > >
> > > "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng."
> > >
> > >
> > ------------------------------------------------------------------------
> > > Name: dmesg.txt
> > > dmesg.txt Type: Plain Text (text/plain)
> > > Encoding: quoted-printable
> >
> > --
> > WBW Andy V. Oleynik (When U work in virtual office
> > U have good chance to obtain virtual money ?%-)
--
WBW Andy V. Oleynik (When U work in virtual office
U have good chance to obtain virtual money ö%-)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37551D94.4920E3A8>
