RE: PTHREADS install on 4.7

2002-11-03 Thread Peter Black
Hello,

I have been running into problems getting Apache 2.0.43 to work with PHP
4.2.3 as a module. The following is the error I get ... 

"Cannot load /usr/local/APACHE/modules/libphp4.so into server:
/usr/local/APACHE/modules/libphp4.so: Undefined symbol
"pthread_getspecific"

Having said that, I did my research and found that many have come across
the same error and managed to get passed it by installing pthreads. This
is where my question comes in. I installed(?) pthreads and I still get
the same error. Perhaps I am not installing it globally, but rather,
locally (/usr/local/PTHREADS). How do I install pthreads system wide?

I hope that makes sense.

Regards,
Peter


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Resolving hostnames takes "forever"

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 08:49:42AM +0100, Bjarne Wichmann Petersen wrote:

> Thanks a lot, looks like it's doubleclick.net that is causing me headaches. 
> Which makes sense since most pages that takes time loading have adds from 
> doubleclick.net. Eg:

> Now, apart from nagging doubleclick, is there anyway I can eg. block quieries 
> for doubleclick as to speed up loading?

If you're using Mozilla, you can right-click on the image from the
troublesome server and select "Block images from this server".  That
tends to speed things up quite a lot.

On a site wide level, you could also try using a webcache (squid, that
sort of thing) to filter out the adverts.  You will need to pick out
the URLs of the advertisers and redirect them to somewhere innocuous
or you'll still get the same DNS delays.  While that will achieve a
pleasing lack of visual clutter on many web pages, it's quite an
administrative task to keep that sort of thing up to date.

If you haven't got a web cache, you can always make your internal DNS
servers carry a fake version of a domain that overrides the real one.
Doing that for every site providing adverts is a bit of a blunt
instrument.  It rapidly becomes unwieldy, and tends to block out real
content from many places.  Plus it will irritate the owners of many
worthwhile sites that rely on advertising income to keep going.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Fwd: distfiles and ftp

2002-11-03 Thread clayton rollins


In the course of running BSD, I have accumulated a number of 
ports/distfiles.

I also have a public ftp which I have made these available on, and I was 
wondering if there was any system for reporting a possible source for other 
users who need these files.

Also, I was wondering what everyone thinks about working a gnutella 
interface in to the distfile search. (nothing special, just a simple 
?automatic? interface to look for the file by name and sha1 hash) I would 
think that such an improvement could make the distfile search %100 
effective.

All comments/flames welcome.
Peace, Love, and Anarchy
cl-8-10 (clayton)

Forwarding from the newbies list. I really think this would be something 
		worthwile to look into; I've often found the tar.gz files I need on 
gnutella, sometimes with better bandwidth than some of the ftps. Please CC 
me with any replies. (this account can't handle the amount of traffic on 
-questions. I'll check the archive too.)

_
Get faster connections -- switch to MSN Internet Access! 
http://resourcecenter.msn.com/access/plans/default.asp


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: PTHREADS install on 4.7

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 12:32:13AM -0800, Peter Black wrote:

> I have been running into problems getting Apache 2.0.43 to work with PHP
> 4.2.3 as a module. The following is the error I get ... 
> 
> "Cannot load /usr/local/APACHE/modules/libphp4.so into server:
> /usr/local/APACHE/modules/libphp4.so: Undefined symbol
> "pthread_getspecific"
> 
> Having said that, I did my research and found that many have come across
> the same error and managed to get passed it by installing pthreads. This
> is where my question comes in. I installed(?) pthreads and I still get
> the same error. Perhaps I am not installing it globally, but rather,
> locally (/usr/local/PTHREADS). How do I install pthreads system wide?

pthread_getspecific() is a standard POSIX.1 function that comes with
FreeBSD already.  In general, to use pthreads in programs, all that is
needed is to compile using the '-pthreads' flag to cc(1).  If you
compile from ports, all that sort of thing should be set up correctly
for you.  You can install mod_php4 with apache2 from ports by:

cd /usr/ports/www/mod_php4
make -DWITH_APACHE2 install

Note too that you may occasionally need to rebuild mod_php4 if you
update apache2.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



MAXCONS

2002-11-03 Thread xxavi

Good, I have recompile the kernel with following the option, MAXCONS=32, and
I want to know if way to verify is that I really can have the 32
virtual terminals? 

Come, until another one. 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



"Probing devices"....

2002-11-03 Thread vladimir
hello!

In the beginning of installation FreeBSD 4.4 (after kernel configuration)
there is a message "Probing Devices, please wait".. Further installation
does not move ahead. This problem has appeared after installation internal
PCI modem (3COM USR Robotics 56k hard voice #3298).

During loading installation it is visible:
sio0: <3COM PCI FaxModem> port 0xd800-0xd807 irq 12 at device 16.0 on pci0
sio0: moving to sio4

What to do?

--
gretz, vladimir.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Audio CD: Correct device

2002-11-03 Thread Per olof Ljungmark
What is the correct device for audio CD's under 4.7-STABLE?
I am trying kscd, it opens fine but does not play at all.

Thanks,
Per olof


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: motherboard temperature/fan monitoring?

2002-11-03 Thread Dan Pelleg
paul beard <[EMAIL PROTECTED]> writes:

> I'd like to be able to monitor the temperature and fan speed of one of my
> machines, and so far I haven't found anything that will read its sensors. I
> have tried lmmon and xmbmon, neither of which can find the LM78 sensor this
> board (Intel 440LX) supposedly has.

 Try healthd. The manpage says it does LM78.

-- 

  Dan Pelleg

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Domains

2002-11-03 Thread Jack L. Stone
At 09:58 PM 11.2.2002 -0600, DaleCo Help Desk wrote:
> From: "Bryan Cassidy" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, November 02, 2002 2:38 PM
> Subject: Domains
>
>
> > Well, I had a reply about one of my questions with one link to one
> > site so I'm asking just this "one" question again to the list. I
>am
> > wanting to buy and host a domain myself with apache on my freebsd
> > box. I would like some recomendations on some companies that offer
> > domains for a pretty good price along with the link to their
> > website. Please include if the site only offers .com, .org, .net
>or
> > all.
>
> I use dotster.com.  Seems like it varies depending on the TLD,
> I think I've got .coms at 14.95, .biz's at 21.95, etc.  They have
> "specials" once in a while, I think they have most TLD's available.
>
> >Well, I said one question but I'm gonna ask another one but
> > real quick. If I have my own domain and manage it with apache
>myself
> > am I still limited to space? Do I still have a sertain amount of
> > content in MB's or whatever that I can use? Thanks in advance
>
> How big a hard disk can you afford?  :-)
>
> Kevin Kinsey
> DaleCo, S.P.
>

If the domain hosting is important, "cheapest" is not the top of priority
for making the choice.

Best regards,
Jack L. Stone,
Administrator

SageOne Net
http://www.sage-one.net
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Audio CD: Correct device

2002-11-03 Thread Per olof Ljungmark
Per olof Ljungmark wrote:


What is the correct device for audio CD's under 4.7-STABLE?
I am trying kscd, it opens fine but does not play at all.

Thanks,
Per olof


Well,
Here it was:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/43909



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



incorrect super block

2002-11-03 Thread Walter
Hi,

   I added a 3 GB HD to my FreeBSD computer (as a second
drive).  I used /stand/sysinstall to 'fdisk' and 'label' it.  But
when I try to mount it with 'mount /dev/ad3s1e /data' it
complains of an incorrect super block.  Any solutions?

Thanks.

Walter


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: incorrect super block

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 09:33:01AM -0500, Walter wrote:

>I added a 3 GB HD to my FreeBSD computer (as a second
> drive).  I used /stand/sysinstall to 'fdisk' and 'label' it.  But
> when I try to mount it with 'mount /dev/ad3s1e /data' it
> complains of an incorrect super block.  Any solutions?

Did you actually create a filesystem on the new disk?  Try:

newfs /dev/ad3s1e
tunefs -n enable /dev/ad3s1e
mount -t ufs /dev/ad3s1e /data

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Restart while make buildworld

2002-11-03 Thread Martin Schweizer
Hello 

I would like update my system from FreeBSD 4.7RC to 4.7 Stable. But while a 
make buildworld the machine restarts. Here are the logs:


Script started on Wed Oct 30 12:41:30 2002
# make buildworld

--
>>> Rebuilding the temporary build tree
--
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1193:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1194:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1195:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1196:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1197:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1198:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1199:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1200:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1201:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1202:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1203:
 warning: initialization discards qualifiers from pointer target type
/usr/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/include/opcode/i386.h:1204:
 warning: initialization discards qualifiers from pointer target type
cc -O -pipe  -o hangman endgame.o extern.o getguess.o getword.o main.o playgame.o 
prdata.o prman.o prword.o setup.o -lcurses -ltermcap -lcompat
gzip -cn /usr/src/games/hangman/hangman.6 > hangman.6.gz

[snip]

===> games/larn
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/main.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/object.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/create.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/tok.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/display.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/global.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/data.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/io.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/monster.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/store.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/diag.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/help.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/config.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/nap.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/bill.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/scores.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/signal.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/moreobj.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/movem.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNONAP -DUIDSCORE -fwritable-strings-c 
/usr/src/games/larn/regen.c
cc -O -pipe  -DBSD -DVER=12 -DSUBVER=0 -DNON

Re: incorrect super block

2002-11-03 Thread Walter
OK, Thanks.  Fixed.
It looks like I forgot to "W" (Write) the partiion edit
when doing the label.  Thanks and sorry for the bother.


Matthew Seaman wrote:

> > > newfs /dev/ad3s1e
> >
> > When I do this it says the 'e' partition is unavailable
>
> What's the output from:
>
> disklabel -r ad3s1
>
> There should be a line for the 'e' partition, and the fstype should be
> 4.2BSD
>
> > > tunefs -n enable /dev/ad3s1e
> > > mount -t ufs /dev/ad3s1e /data
>
> Cheers,
>
> Matthew


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Let telnet/ssh session open?

2002-11-03 Thread Martin Schweizer
Hello

It's possible, like in Terminalserver under Win2k Server, let a session open? 
For example run a job, close the telnet or ssh session and after some time
came back and takeover the old session at the leavet point?

-- 

Regards

Martin Schweizer
<[EMAIL PROTECTED]>

PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



NTP?

2002-11-03 Thread dslb
Hi all

I am running a server with FreeBSD 4.7 release. I have just installed snort
and get:
[**] [1:399:4] ICMP Destination Unreachable (Host Unreachable) [**]
[Classification: Misc activity] [Priority: 3]
11/03-16:21:59.913423 212.54.86.5 -> 192.168.1.3
ICMP TTL:251 TOS:0x40 ID:0 IpLen:20 DgmLen:56
Type:3  Code:1  DESTINATION UNREACHABLE: HOST UNREACHABLE
** ORIGINAL DATAGRAM DUMP:
192.168.1.3:123 -> 212.54.64.202:123
UDP TTL:252 TOS:0x0 ID:8108 IpLen:20 DgmLen:76
Len: 56
** END OF DUMP

But I am not running NTP or Inetd on 192.168.1.3, likewise I have never
told it anything about 212.54.64.202, so why does it connect to it (or try
to connect)?

br
socketd

ps: I am connected to the net via a cisco router that forwards all trafic
to 192.168.1.3.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Let telnet/ssh session open?

2002-11-03 Thread Volker Kindermann
> It's possible, like in Terminalserver under Win2k Server, let a
> session open? For example run a job, close the telnet or ssh session
> and after some time came back and takeover the old session at the
> leavet point?

have a look at /usr/ports/misc/screen

 -volker


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Let telnet/ssh session open?

2002-11-03 Thread Simon Dick
On Sun, Nov 03, 2002 at 04:34:25PM +0100, Martin Schweizer wrote:
> Hello
> 
> It's possible, like in Terminalserver under Win2k Server, let a session open? 
> For example run a job, close the telnet or ssh session and after some time
> came back and takeover the old session at the leavet point?

Try in ports, misc/screen for command line stuff and net/vnc for X based
apps

-- 
Simon Dick  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: NTP?

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 04:39:44PM +0100, [EMAIL PROTECTED] wrote:
 
> But I am not running NTP or Inetd on 192.168.1.3, likewise I have never
> told it anything about 212.54.64.202, so why does it connect to it (or try
> to connect)?
> 
> ps: I am connected to the net via a cisco router that forwards all trafic
> to 192.168.1.3.

Some cisco kit runs NTP itself.  Plus the IP number it's connecting to
belongs to serv000.worldonline.dk, and the whois information shows
that IP belongs to Tiscali, so I think what you're seeing is just the
way your ISP has configured your router.

It's hard to say precisely without knowing more details of the way
your system is set up, but I don't think there's any major cause for
alarm.  There may be some slight misconfiguration causing the NTP
packets to get sent through to your internal machines --- but that's
harmless if nothing is listening on port 123.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Why Use a Daemon as a Symbol since it alienates many?

2002-11-03 Thread JT32255
The traditional devil horns derive from goats, which if you have ever been 
around goats, seen how they can climb, eat all vegetation in sight, climb 
trees, get on roofs, etc., how kids gambol, is understandable.  But it 
alienates so many.  But as it alienates so many Christians, Jews and Muslims 
as a little Satan symbol, really limits the widespread use, public and tax 
paid support and availability of BSD.  A better symbol might be the statue of 
liberty, or the creator of the first Library, Aristotle.  The Penguin symbol 
is LINUX' best advantage over BSD, not to mention all the public hostility 
towards Berkley.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: motherboard temperature/fan monitoring?

2002-11-03 Thread paul beard
Dan Pelleg wrote:


 Try healthd. The manpage says it does LM78.



I should have been more clear: I can't find anything that can grok 
the LM78 stuff the board supposedly has. I've tried healthd (but 
admittedly not in months) as well as the ones I mentioned. No joy.

--
Paul Beard / 8040 27th Ave NE / Seattle WA 98115 /
paulbeard [at] mac [ dot] com / 206 529 8400

weblog @ 

'Tis the dream of each programmer,
Before his life is done,
To write three lines of APL,
And make the damn things run.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: NTP?

2002-11-03 Thread dslb
>Some cisco kit runs NTP itself.  Plus the IP number it's connecting to
>belongs to serv000.worldonline.dk, and the whois information shows
>that IP belongs to Tiscali, so I think what you're seeing is just the
>way your ISP has configured your router.

I think you are right, thanks :-)

br
socketd


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-03 Thread Paul Everlund
[EMAIL PROTECTED] wrote:

The traditional devil horns derive from goats, which if you have ever been 
around goats, seen how they can climb, eat all vegetation in sight, climb 
trees, get on roofs, etc., how kids gambol, is understandable.  But it 
alienates so many.  But as it alienates so many Christians, Jews and Muslims 
as a little Satan symbol, really limits the widespread use, public and tax 
paid support and availability of BSD.  A better symbol might be the statue of 
liberty, or the creator of the first Library, Aristotle.  The Penguin symbol 
is LINUX' best advantage over BSD, not to mention all the public hostility 
towards Berkley.

Please read http://www.freebsd.org/copyright/daemon.html.

And if the little cute daemon alienates Christians, Jews, Muslims or
anyone else, my personal opinion is that they should grow up.

Take care and I whish you a nice day!

Best regards,
Paul



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Disk activity leading to hangs

2002-11-03 Thread Jason Godfrey

(CC'ing to freebsd-hackers, since a previous discussion took place there.)

Thanks. I tried pinging the machine after a hang, but no response. 

After a bit of experimentation it seems that the hang (at least on the AMD)
occurs under write activity. (A yes > /tmp/foo hangs it.) It seems to hold up
under read loads.

I'm hoping someone on the lists has either a workaround/fix or could maybe say
"I've hit this, but when I switched to a non-maxtor drive things worked."

- Jason

On Sat, Nov 02, 2002 at 10:12:09PM -0800, Jeff Jirsa wrote:
> On Sat, 2 Nov 2002, Jason Godfrey wrote:
> 
> >
> > Basically under heavy disk load (buildworld, large package install, nightly
> > script run) the system will hang hard. The two systems have very little in
> > common, one is a P2 400 running FreeBSD-Stable from Oct 2, the other (a new
> > machine) is a AMD 1600+ running FreeBSD 4.5-Release. The faster machine seems
> > to hit the hange much more regularly.
> >
> > The only thing in common between the two machines I can think of is that they
> > both have Maxtor IDE drives on a Ultra-ATA channel. (On the P2 400 I've been
> > running in PIO mode, as that _seems_ to reduce the frequency of the hangs.
> > On the AMD it seems to make no difference.)
> >
> 
> I've seen it too, with a 4.5 system with a maxtor drive. Unfortunately,
> I've never been able to track it down to anything certain: I was (and
> still am) leaning towards poor hardware over an OS fault. The only thing
> leading me to believe it's NOT a hardware issue is that the kernel seems
> to be running, although nothing responds: network activity lights flash on
> the NIC and switch, but NOTHING else works (have to powercycle).
> 
> I remember someone else pointing out the same problem about a year ago,
> and nobody ever offered any explanation of the problem or even hinted at a
> solution.
> 
> The last thread is here (watch the line wrap):
> 
>http://docs.freebsd.org/cgi/getmsg.cgi?fetch=6504+0+archive/2002/freebsd-hackers/20020512.freebsd-hackers
> 
> 
> - Jeff

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



How can i use multiple ethernet card for data transfer in my program( in C language)?

2002-11-03 Thread alireza mahini
I have 2 ethernet card {rl0 with inet "128.128.64.235"
and rl1 with inet"128.128.65.235").I wrote a program
that creates DGREAM sockets and bind them into valid
addresses then sending packets and receiving their
acks from another program.My code operates as below:
main(){
 sd1=socket(...);
 sd2=socket(...);
 rd1=socket(...);
 rd2=socket(...);
 bind(..sd1.);/*sd1 bind in 128.128.64.235 for sending
data*/
 bind(..sd2.);/*sd2 bind in 128.128.65.235 for sending
data*/
 bind(..rd1.);/*rd1 bind in 128.128.64.235 for
receiving data*/
 bind(..rd2.);/*rd2 bind in 128.128.65.235 for 
receiving data*/
 sendto(..sd1..);
 sendto(..sd2..);
 recvfrom(..rd1..);
 recvfrom(..rd2..);
...
}
As you see above i wanty send data from rl0 and rl1
but when i execute my code data only send from rl0 and
ther is not any data for outgoing from rl1.
please guide me what i must do? 

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-03 Thread Lee Nelson
 JT32255 has a point.

  It's clear that we're not going to change how people
react to the daemon logo.  So, if advocacy is a goal,
it makes sense to drop the daemon and come up with
something more palatable to the general public.

  But a larger audience for FreeBSD may actually
detract from its usefulness.  FreeBSD currently does
not suffer from the "kitchen sink" problem that Linux
has with its kerrnel.  And as a result we don't have
kernel patches for critical bugs every couple of weeks. 

  Also, bringing FreeBSD to the masses would divert
effort away from it's current goals of stability and
correctness.  Just look at what Red Hat and Mandrake
have done to Linux. 

  -Lee

11/3/02 12:40:04 PM, Paul Everlund <[EMAIL PROTECTED]> wrote:

>[EMAIL PROTECTED] wrote:
>> The traditional devil horns derive from goats, which if you have ever been 
>> around goats, seen how they can climb, eat all vegetation in sight, climb 
>> trees, get on roofs, etc., how kids gambol, is understandable.  But it 
>> alienates so many.  But as it alienates so many Christians, Jews and Muslims 
>> as a little Satan symbol, really limits the widespread use, public and tax 
>> paid support and availability of BSD.  A better symbol might be the statue of 
>> liberty, or the creator of the first Library, Aristotle.  The Penguin symbol 
>> is LINUX' best advantage over BSD, not to mention all the public hostility 
>> towards Berkley.
>
>Please read http://www.freebsd.org/copyright/daemon.html.
>
>And if the little cute daemon alienates Christians, Jews, Muslims or
>anyone else, my personal opinion is that they should grow up.
>
>Take care and I whish you a nice day!
>
>Best regards,
>Paul
>
>
>
>To Unsubscribe: send mail to [EMAIL PROTECTED]
>with "unsubscribe freebsd-questions" in the body of the message
>
>




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Disk activity leading to hangs

2002-11-03 Thread Lee Nelson

Jason,

  Just thought I should point out that you are probably seeing
network activity from broadcast packets originating elsewhere.
Your kernel may well be hung in this situation.

  -Lee

>On Sat, Nov 02, 2002 at 10:12:09PM -0800, Jeff Jirsa wrote:
>> On Sat, 2 Nov 2002, Jason Godfrey wrote:
>> still am) leaning towards poor hardware over an OS fault. The only thing
>> leading me to believe it's NOT a hardware issue is that the kernel seems
>> to be running, although nothing responds: network activity lights flash on
>> the NIC and switch, but NOTHING else works (have to powercycle).




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-03 Thread Steve Tremblett
Please don't feed the troll :)

+ Lee Nelson wrote:
|  JT32255 has a point.
| 
|   It's clear that we're not going to change how people
| react to the daemon logo.  So, if advocacy is a goal,
| it makes sense to drop the daemon and come up with
| something more palatable to the general public.
| 
|   But a larger audience for FreeBSD may actually
| detract from its usefulness.  FreeBSD currently does
| not suffer from the "kitchen sink" problem that Linux
| has with its kerrnel.  And as a result we don't have
| kernel patches for critical bugs every couple of weeks. 
| 
|   Also, bringing FreeBSD to the masses would divert
| effort away from it's current goals of stability and
| correctness.  Just look at what Red Hat and Mandrake
| have done to Linux. 
| 
|   -Lee
| 
| 11/3/02 12:40:04 PM, Paul Everlund <[EMAIL PROTECTED]> wrote:
| 
| >[EMAIL PROTECTED] wrote:
| >> The traditional devil horns derive from goats, which if you have ever been 
| >> around goats, seen how they can climb, eat all vegetation in sight, climb 
| >> trees, get on roofs, etc., how kids gambol, is understandable.  But it 
| >> alienates so many.  But as it alienates so many Christians, Jews and Muslims 
| >> as a little Satan symbol, really limits the widespread use, public and tax 
| >> paid support and availability of BSD.  A better symbol might be the statue of 
| >> liberty, or the creator of the first Library, Aristotle.  The Penguin symbol 
| >> is LINUX' best advantage over BSD, not to mention all the public hostility 
| >> towards Berkley.
| >
| >Please read http://www.freebsd.org/copyright/daemon.html.
| >
| >And if the little cute daemon alienates Christians, Jews, Muslims or
| >anyone else, my personal opinion is that they should grow up.
| >
| >Take care and I whish you a nice day!
| >
| >Best regards,
| >Paul
| >
| >
| >
| >To Unsubscribe: send mail to [EMAIL PROTECTED]
| >with "unsubscribe freebsd-questions" in the body of the message
| >
| >
| 
| 
| 
| 
| To Unsubscribe: send mail to [EMAIL PROTECTED]
| with "unsubscribe freebsd-questions" in the body of the message
| 
+---end quoted text---

-- 
Steve Tremblett
Cisco Systems

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Audio CD: Correct device

2002-11-03 Thread Kent Stewart


Per olof Ljungmark wrote:

Per olof Ljungmark wrote:


What is the correct device for audio CD's under 4.7-STABLE?
I am trying kscd, it opens fine but does not play at all.

Thanks,
Per olof



Well,
Here it was:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/43909



I think that is for scsi. My atapi CDs all show up as /dev/acd0c.

Kent

--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ntpdate problems in /etc/rc.conf

2002-11-03 Thread Peter Leftwich
On Mon, 28 Oct 2002, Kent Stewart wrote:
> > ntpdate_enable="YES" # Run ntpdate to sync time on boot (or NO).
> > ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different 
>one.
> > ntpdate_flags="-b clock.isc.org"  # Flags to ntpdate (if enabled).
> > My clock still says it is 20:11 PM when it is really 19:11 PM right now!
> > Am I missing something, or needing to set the CMOS/motherboard clock...?
> I thought ntpdate had to be run manually or via a cron job. I have an
> ntpd running and it changed immediately after 2am.
> Kent
> Kent Stewart
> Richland, WA
> http://users.owt.com/kstewart/index.html

The way I understand it, ntpd runs constantly, keeping your PC's clock
accurate, whereas ntpdate is often called once via a cron or at boot time.

My clock is accurate now, isc.org must not have set their time right away.

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-03 Thread Cliff Sarginson
I presume this is a joke.

But I thought I would point out that "daemon", the ancient greek word
for what we know call demons, means "guardian angel".

Suggest if any more people want to mythologise about how many people do not
use FreeBSD because of the scary demon that they come up with statistical
evidence to back up this ridiculous assertion.

Maybe Buddhists may get offended by "Redhat" since that is the name
of a certain Buddhist sect (because they wear red hats :).

Anyway if this belongs anywhere it belongs in "chat" not in questions.
There is a debate going on there at the moment about a name for
Release 5...

-- 
Regards
   Cliff Sarginson 
   The Netherlands

   Email: [EMAIL PROTECTED]
   Tel  : +31 (0)10 4764595

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ld-elf.so.1 error

2002-11-03 Thread Peter Leftwich
# emacs
/usr/libexec/ld-elf.so.1: Shared object "libXaw3d.so.7" not found

I had this problem once before.  Emacs worked fine.  Then I installed
(partially, a broken) XFree86 4.2.0 and then emacs stopped working with a
similar error.  Reinstalling X fixed it but is there an easier fix??

For example, is there some trusted place I can simply download
libXaw3d.so.7 to "trick" emacs into working properly?  Hope I can fix this!

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



problem building

2002-11-03 Thread Leo De Geer
im trying to get the ney version of the bwadmin kernel from etinc.com to 
compile on 4.6.2
by then im doing the config il get the error
no wildcard to isa

divice bw0 at isa ?

is in the config file

regards leo

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: problem building

2002-11-03 Thread Wayne Pascoe
Leo De Geer <[EMAIL PROTECTED]> writes:

> divice bw0 at isa ?
> 
> is in the config file

Have you got the following line in your kernel config file anywhere?
If not, try adding it and see if this solves the problem:

device  isa

HTH

-- 
- Wayne Pascoe 
There are no stupid questions, only stupid
people.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Why Use a Daemon as a Symbol since it alienates many?

2002-11-03 Thread Christian Weisgerber
<[EMAIL PROTECTED]> wrote:

> But as it alienates so many Christians, Jews and Muslims as a
> little Satan symbol, really limits the widespread use, public and
> tax paid support and availability of BSD.

God has revealed to me that He does not consider our use of the
daemon symbol as an outrage against him, that He in fact appreciates
it and encourages its use.  Unfortunately many believers are deaf
to His voice and thus mistakenly rely on the teachings of false
prophets.

-- 
Christian "naddy" Weisgerber  [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Novice question about testing sound cards

2002-11-03 Thread Ronald F. Guilmette


Greetings,

I have to confess massive ignorance about sound cards.  I haven't used
these things much in the past, if at all.

Anyway, I just installed 4.7-RELEASE on a new system that's got an
ancient and crusty ISA Sound Blaster 16 PnP card (that I bought
second-hand) installed in it.

I also generated and installed a new kernel that I believe contains
all of the necessary stuff to support this card, specifically I added:

device  pcm
device  sbc

The card is now clearly recognized on boot up, however I'm still not
100% that it's working.  I tried using a couple of CD player utilities
and no sound came out if the speakers.

Ok, so question:  What's the simplest and easiest way to simply check
to see if a given sound card is working or not?

I gather that it is _not_ as simple as just cat'ing some .mp3 file to
one of the /dev/dsp* device files, correct?

When answering, please understand that I have *not* gotten X11 up and/or
configured on the system in question, nor do I wish to do so at the
present time. (So any suggestions that I try running some fancy-schmancy
click-and-drool music player will not be helpful.)

Also, please be advised that my CD drive is an EIDE (not SCSI) drive,
and that I _don't_ have any wires running directly from the CD drive to
the sound card.  (I probably should have, but I don't happen to have
any such little audio wires lying aound.)

Anyway, I assume that I can get some sound files of some kind into this
box (perhaps via floppy, since it ain't on the network yet) without 
having to get some sound files off of, say, a music CD.


P.S.  Speaking of /dev/dsp*, how come `man dsp' doesn't produce anything?
Ain't device files supposed to be documented?  I sure would like to know
what would happen if I just cat'ed some files to /dev/dsp0.  (Maybe I'll
just try it and find out.  I assume that the system won't catch fire. :-)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



man 1 eject

2002-11-03 Thread Peter Leftwich
A question and a suggestion to improve the "eject(1)" manpage.

Question: Why is there no "SEE ALSO" section for a command (if one exists)
to insert the CD tray using the command line?

Suggestion: The manpage could be clearer about not accepting the full
device path, such as /dev/acd1c, and instead using "eject acd1" for example.

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ld-elf.so.1 error

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 12:30:05PM -0800, Peter Leftwich wrote:
> # emacs
> /usr/libexec/ld-elf.so.1: Shared object "libXaw3d.so.7" not found
> 
> I had this problem once before.  Emacs worked fine.  Then I installed
> (partially, a broken) XFree86 4.2.0 and then emacs stopped working with a
> similar error.  Reinstalling X fixed it but is there an easier fix??
> 
> For example, is there some trusted place I can simply download
> libXaw3d.so.7 to "trick" emacs into working properly?  Hope I can fix this!

If you mean somewhere you can download libXaw3d *from*, well your best
bet is just to copy the file from some other FreeBSD box or from
backup.  Failing that, if you pull down and install the Xaw3d package
or reinstall the x11-toolkits/Xaw3d port it will supply the missing
shared library. You can tell which package installed that library by:

% pkg_info -W /usr/X11R6/lib/libXaw3d.so.7
/usr/X11R6/lib/libXaw3d.so.7 was installed by package Xaw3d-1.5

If, on the other hand, you mean where can you download a copy of the
shared library *to* then:

   * Shared libraries installed by ports generally go into
 ${PREFIX}/lib.  For X-Windows stuff, that's
 /usr/X11R6/lib. (System shlibs go into /usr/lib)

   * Shared libraries can be installed into any directory so long as
 ldconfig(8) is run to let the system know about it -- for
 instance portupgrade will keep copies of any obsolete shlib from
 an old package in /usr/local/lib/compat/pkg.

   * If you modify any shared libraries, you should rebuild the
 system's cache of shared library hints by running ldconfig(8):

ldconfig -R will recheck all previously
known directories containing
shlibs.

ldconfig -m /some/dir   will rescan as above and also 
merge in any shlibs found
in the named directory.

ldconfig -r will list the current hints
file.

Cheers,

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Music + Internet = MONEY

2002-11-03 Thread custservice7007e54
MUSIC INDUSTRY GOES NETWORK MARKETING!!!

Join Our Team Today!

Now you can access ALL of your favorite music LEGALLY
from the Internet right from your computer for less than the 
average cost of ONE CD per month.

EXCLUSIVE WORLDWIDE MLM OPPORTUNITY 

We're growing at over 45% PER WEEK!!

-United States launched July 25th
-Canada Launching VERY SOON!
-U.K. launches in the Fall of 2002 
Join Now & be Positioned at Top of the Company

Featuring...
- World's Largest Library of music on the Internet!
- New state-of-the-art Streaming Technology
- Live Internet conference calls with celebrities!!!
- Build worldwide with unbelievable Compensation Plan!

Recording Studios Involved:

Sony
Mercury Records 
Warner Motown 
A & M Records Universal Records 
Geffen Verve Music Group 
Dreamworks Capitol Records 
Def Jam Records Virgin Records 
Def Soul Records Priority Records 
Island Records Blue Note Records 
MCA Records Astralwerks 

Over 80,000,000 people have downloaded music. 
Talk about market potential worldwide.
Build a residual income right from your own home!
Make money while you listen to your favorite music!

Ready for MORE INFO?

Call TOLL-FREE: 1-877-381-4175 (leave a message).

Or...

Please send your NAME, PHONE # and best time to reach you
(include TIME ZONE) to the email address below:
NOTE: (No info will be sent without a valid phone #)

mailto:songbiz11@;hotmail.com

---
---
UNSUBSCRIBE INSTRUCTIONS:
To be removed from further mailings, please click on the link below
(you will be automatically removed):
http://81.9.5.210/remove-me.asp


2723QePZ3-333MkQS1075pwAL2-990hrkI6621uKZl39

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Mail servers

2002-11-03 Thread dslb
Hi again

I run Qpopper and Imap-uw on my FreeBSD 4.7 server.
My first problem is with Qpopper. Acording to /etc/services, pop3s should
be at port 995, but even though I have installed qpopper with ssl support
and enabled it (I think), it only bind()'s to port 110. Does this mean the
SSL support don't work? (I see no error messages in /var/log).
And to the Second question: "Can't imap-uw be runs as a standalone daemon?
If not, which imapd can"?

br
socketd


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



mount transparently?

2002-11-03 Thread Peter Leftwich
Are there any tools out there in FreeBSD-land that let the user mount to
the following example file?

A filename.iso has been burned to a CD-R; The filename.iso contains lots of
*.zip files that were tarred into a single filename.tar then gzipped into
filename.tgz -- The user then used mkisofs to convert filename.tgz to
filename.iso

Am I asking too much and at too many levels down?  =)

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



qt port fails to build

2002-11-03 Thread Joey Mingrone
Hi,

Has anyone had any problems building the qt port?  I had the problem below 
on my 4.6.2 box, so I updated to 4.7-p1, but still have he same problem.

In file included from syntaxhighliter_cpp.h:26,
from cppeditor.cpp:23:
/usr/local/include/conf.h:6: warning: #warning "This header is obsolete, use 
ap_config.h instead"
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:46,
from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qsignal.h:75: 
macro `signal' used with just one arg
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:77: 
macro `signal' used without args
In file included from cppeditor.cpp:23:
syntaxhighliter_cpp.h:44: `ConfigStyle' was not declared in this scope
syntaxhighliter_cpp.h:44: template argument 2 is invalid
syntaxhighliter_cpp.h:44: ANSI C++ forbids declaration `styles' with no type
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:46,
from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qsignal.h:75: 
type specifier omitted for parameter
In file included from 
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qpopupmenu.h:43,
from cppeditor.cpp:29:
/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/include/qmenudata.h:77: 
syntax error before `,'
cppeditor.cpp: In method `void CppEditor::configChanged()':
cppeditor.cpp:57: `ConfigStyle' undeclared (first use this function)
cppeditor.cpp:57: (Each undeclared identifier is reported only once
cppeditor.cpp:57: for each function it appears in.)
cppeditor.cpp:57: template argument 2 is invalid
cppeditor.cpp:57: ANSI C++ forbids declaration `styles' with no type
cppeditor.cpp:57: no method `Config::readStyles'
cppeditor.cpp:58: invalid use of undefined type `struct Config'
../../editor/editor.h:27: forward declaration of `struct Config'
cppeditor.cpp:59: invalid use of undefined type `struct Config'
../../editor/editor.h:27: forward declaration of `struct Config'
cppeditor.cpp:62: no method `Config::completion'
cppeditor.cpp:63: no method `Config::parenMatching'
cppeditor.cpp:64: no method `Config::wordWrap'
gmake[4]: *** [.obj/release-shared-mt/cppeditor.o] Error 1
gmake[4]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer/plugins/cppeditor'
gmake[3]: *** [sub-cppeditor] Error 2
gmake[3]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer/plugins'
gmake[2]: *** [sub-plugins] Error 2
gmake[2]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools/designer'
gmake[1]: *** [sub-designer] Error 2
gmake[1]: Leaving directory 
`/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/tools'
gmake: *** [sub-tools] Error 2
*** Error code 2

Stop in /usr/ports/x11-toolkits/qt30.
*** Error code 1

Stop in /usr/ports/x11/kde3.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall14303.0 
make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped / 
!:failed)
   ! x11/kde3  (compiler error)

Joey

_
Get a speedy connection with MSN Broadband.  Join now! 
http://resourcecenter.msn.com/access/plans/freeactivation.asp


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: ntpdate problems in /etc/rc.conf

2002-11-03 Thread Peter Leftwich
On Tue, 29 Oct 2002, Jacob Rhoden wrote:
> Are you in the right time zone? If you are in australia, you have to set
> preciscely where you are for it to work (for example, here in melbourne our
> time zone just went back an our for summer). Dont know if this may help, but
> i would guess that is what the problem is. You can set timezone by runing
> /stand/sysinstall again
> Regards,
> Jacob
> Jacob RhodenPhone: +61 3 8344 6102
> ITS DivisionEmail: [EMAIL PROTECTED]
> Melbourne University   Mobile: +61 403 788 386

Someone told me in another post to use "tzsetup" which had a
sysinstall-like interface.  The manpage for tzsetup pointed me to
/etc/localtime which, when viewed in the "more" viewer, had PST near the
end so I'm assuming I'm setup okay now.  But I wonder why there is no unix
standard command to view and/or set the PC's current timezone!

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



gateway_enable="YES" without a restart

2002-11-03 Thread Andrew Brampton
Hi,
I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway
I've decided to enable it as a gateway by editing the /etc/rc.conf file. I
previously had it running as a gateway but I commented the
gateway_enable="YES" line. Now I want to uncomment this line so it routes my
traffic, but I don't want to actually restart my box because its got a 17
day uptime, and I want to see how high I can get it, and the past 17 days
would of been wasted if I reboot :)

Sorry if this sounds a bit lame, but I'm trying to beat my 21day uptime on
Windows 2k. So what command could I type, or which process could I
kill/restart so that my box will function as a gateway?

I had a quick scan through the man page on rc.conf, but didn't find anything
of relevance, but I did find many other useful lines I might add to my
rc.conf file later (just to play around with)..

Anyway I'll be very gratefull if someone could tell me how to keep this
uptime :)
thanks
Andrew


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: gateway_enable="YES" without a restart

2002-11-03 Thread Nick Slager
Thus spake Andrew Brampton ([EMAIL PROTECTED]):

> Hi,
> I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway
> I've decided to enable it as a gateway by editing the /etc/rc.conf file. I
> previously had it running as a gateway but I commented the
> gateway_enable="YES" line. Now I want to uncomment this line so it routes my
> traffic, but I don't want to actually restart my box because its got a 17
> day uptime, and I want to see how high I can get it, and the past 17 days
> would of been wasted if I reboot :)

# sysctl net.inet.ip.forwarding=1


Nick

-- 
"We demand rigidly defined areas of doubt and uncertainty."
  -- Douglas Adams


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: gateway_enable="YES" without a restart

2002-11-03 Thread Erik Trulsson
On Sun, Nov 03, 2002 at 11:06:04PM -, Andrew Brampton wrote:
> Hi,
> I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway
> I've decided to enable it as a gateway by editing the /etc/rc.conf file. I
> previously had it running as a gateway but I commented the
> gateway_enable="YES" line. Now I want to uncomment this line so it routes my
> traffic, but I don't want to actually restart my box because its got a 17
> day uptime, and I want to see how high I can get it, and the past 17 days
> would of been wasted if I reboot :)
> 
> Sorry if this sounds a bit lame, but I'm trying to beat my 21day uptime on
> Windows 2k. So what command could I type, or which process could I
> kill/restart so that my box will function as a gateway?

sysctl net.inet.ip.forwarding=1

is the command you are looking for.
(This is most easily figured out by looking in /etc/rc.network and seeing
what command is executed when rc.conf contains gateway_enable="yes" )

> 
> I had a quick scan through the man page on rc.conf, but didn't find anything
> of relevance, but I did find many other useful lines I might add to my
> rc.conf file later (just to play around with)..


-- 

Erik Trulsson
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: gateway_enable="YES" without a restart

2002-11-03 Thread Ceri Davies
On Sun, Nov 03, 2002 at 11:06:04PM -, Andrew Brampton wrote:

> So what command could I type, or which process could I
> kill/restart so that my box will function as a gateway?

Just run:
sysctl net.inet.ip.forwarding=1

In general, if you're setting a variable in rc.conf and what to see what
it actually does, then you can run:

grep gateway_enable /etc/rc*

and then look in each file to see which commands are invoked.

Ceri
-- 
Remember the mines of the legions!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: gateway_enable="YES" without a restart

2002-11-03 Thread Matthew Emmerton
> Hi,
> I'm new to FreeBSD, I've had my box running for about 3-4 weeks now.
Anyway
> I've decided to enable it as a gateway by editing the /etc/rc.conf file. I
> previously had it running as a gateway but I commented the
> gateway_enable="YES" line. Now I want to uncomment this line so it routes
my
> traffic, but I don't want to actually restart my box because its got a 17
> day uptime, and I want to see how high I can get it, and the past 17 days
> would of been wasted if I reboot :)
>
> Sorry if this sounds a bit lame, but I'm trying to beat my 21day uptime on
> Windows 2k. So what command could I type, or which process could I
> kill/restart so that my box will function as a gateway?

sysctl -w net.inet.ip.forwarding=1

> I had a quick scan through the man page on rc.conf, but didn't find
anything
> of relevance, but I did find many other useful lines I might add to my
> rc.conf file later (just to play around with)..
>
> Anyway I'll be very gratefull if someone could tell me how to keep this
> uptime :)
> thanks
> Andrew
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ntpdate problems in /etc/rc.conf

2002-11-03 Thread Marc Schneiders
On Sun, 3 Nov 2002, at 17:52 [=GMT-0500], Peter Leftwich wrote:

> But I wonder why there is no unix
> standard command to view and/or set the PC's current timezone!

Perhaps I don't understand your problem? What is wrong with 'date'?

voo:marc {783} date
Mon Nov  4 00:12:38 CET 2002

So I have CET = Central European Time.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: gateway_enable="YES" without a restart

2002-11-03 Thread Matthew Seaman
On Sun, Nov 03, 2002 at 11:06:04PM -, Andrew Brampton wrote:

> I'm new to FreeBSD, I've had my box running for about 3-4 weeks now. Anyway
> I've decided to enable it as a gateway by editing the /etc/rc.conf file. I
> previously had it running as a gateway but I commented the
> gateway_enable="YES" line. Now I want to uncomment this line so it routes my
> traffic, but I don't want to actually restart my box because its got a 17
> day uptime, and I want to see how high I can get it, and the past 17 days
> would of been wasted if I reboot :)

> Sorry if this sounds a bit lame, but I'm trying to beat my 21day uptime on
> Windows 2k. So what command could I type, or which process could I
> kill/restart so that my box will function as a gateway?

sysctl net.inet.ip.forwarding=1
 
That, and appropriate entries in your routing tables are all you need
to make your machine route packets between interfaces.

Cheers,

Matthew
-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



speaker now makes buzzing noise...

2002-11-03 Thread Michael E Mercer
Hello all,

I recently followed the instructions to from
http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html

and added all the lines in the files it states...

I rebooted my machine and all seems fine.

However, I used GAIM and after a few messages from people, the speakers start
buzzing and the only way I can stop it is to reboot.

How to do I stop this noise, and hopefully fix it altogether?

thank you
Michael Mercer


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ÎÁÒÕÖÎÁÑ ÒÅËÌÁÍÁ É web-ÄÉÚÁÊÎ

2002-11-03 Thread Max
äÏÂÒÏÇÏ ÷ÁÍ ÄÎÑ!

íÏÓËÏ×ÓËÁÑ ÒÅËÌÁÍÎÏ-ÐÒÏÉÚ×ÏÄÓÔ×ÅÎÎÁÑ ÆÉÒÍÁ ÉÚÇÏÔÏ×ÉÔ ÄÌÑ ÷ÁÓ:
ÉÚÄÅÌÉÑ ÎÁÒÕÖÎÏÊ ÒÅËÌÁÍÙ (×Ù×ÅÓËÉ, Ó×ÅÔÏ×ÙÅ ËÏÒÏÂÁ, ÛÉÔÙ É ÄÒÕÇÏÅ, ×ËÌÀÞÁÑ ÒÅÇÉÓÔÒÁÃÉÀ)
ÏÆÏÒÍÌÅÎÉÅ ÆÁÓÁÄÏ× ÚÄÁÎÉÊ (×ÉÔÒÉÎÙ ÍÁÇÁÚÉÎÏ×, ËÌÕÂÙ É Ô.Ä.)
×ÜÂ-ÄÉÚÁÊÎ É ÒÅËÌÁÍÕ × ÉÎÔÅÒÎÅÔ (×ÓÅ×ÏÚÍÏÖÎÙÅ ×ÜÂ-ÓÁÊÔÙ, ÂÁÎÎÅÒÙ, ÉÈ ÒÁÚÍÅÝÅÎÉÅ, É 
ÍÎÏÇÏÅ ÄÒÕÇÏÅ)

ú×ÏÎÉÔÅ: 8-501-222-2421
ó Õ×ÁÖÅÎÉÅÍ, áÎÄÒÅÊ

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: man 1 eject

2002-11-03 Thread Greg 'groggy' Lehey
On Sunday,  3 November 2002 at 13:39:46 -0800, Peter Leftwich wrote:
> A question and a suggestion to improve the "eject(1)" manpage.
>
> Question: Why is there no "SEE ALSO" section for a command (if one exists)
> to insert the CD tray using the command line?
>
> Suggestion: The manpage could be clearer about not accepting the full
> device path, such as /dev/acd1c, and instead using "eject acd1" for example.

Hmm.  Before we can improve the man page, we have to write it.  Are
you confusing FreeBSD with NetBSD?

Greg
--
See complete headers for address and phone numbers

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Linux_base-7 and Linux_base-6

2002-11-03 Thread E. J. Cerejo
I'm running FBSD 4.6.2 and I was wondering if these two linux emulators 
can co-exist together?  It looks like the java plugin that comes with 
netscape-7 needs linux_base-6 and netscape-7 needs linux_base-7, go figure!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: gateway_enable="YES" without a restart

2002-11-03 Thread Andrew Brampton
Well thankyou all for your replies, that one line did the trick, and now I
know where to look in future for rc.conf settings.

Andrew
- Original Message -
From: "Andrew Brampton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 03, 2002 11:06 PM
Subject: gateway_enable="YES" without a restart


> Hi,
> I'm new to FreeBSD, I've had my box running for about 3-4 weeks now.
Anyway
> I've decided to enable it as a gateway by editing the /etc/rc.conf file. I
> previously had it running as a gateway but I commented the
> gateway_enable="YES" line. Now I want to uncomment this line so it routes
my
> traffic, but I don't want to actually restart my box because its got a 17
> day uptime, and I want to see how high I can get it, and the past 17 days
> would of been wasted if I reboot :)
>
> Sorry if this sounds a bit lame, but I'm trying to beat my 21day uptime on
> Windows 2k. So what command could I type, or which process could I
> kill/restart so that my box will function as a gateway?
>
> I had a quick scan through the man page on rc.conf, but didn't find
anything
> of relevance, but I did find many other useful lines I might add to my
> rc.conf file later (just to play around with)..
>
> Anyway I'll be very gratefull if someone could tell me how to keep this
> uptime :)
> thanks
> Andrew
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



How to simulate high latency links?

2002-11-03 Thread Max Clark
Hi,

I am looking for a way to do some performance testing/tuning in a lab
environment. I have a high latency low speed link (T1/200MS) that I need
to replicate.

Are there any ways to do this with FreeBSD?

Thanks in advance,
Max

--
Mailution Email Solutions
http://www.mailution.net



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Anyone have menu problems with GNUstep apps?

2002-11-03 Thread Jonathon McKitrick

Hi,

has anyone tried running GWorkspace or GNUMail?  I seem to be having a
problem with the application menu not going away or redrawing when it's
supposed to.  It seems like there is always an extra one on the screen that
won't go away.  Has anyone else seen this?

NOTE: Please CC me, as I am not currently subscribed.  Thanks.

jm
-- 
My other computer is your windows box.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Nak*d Photos 0769PARQ7-619ouPh5408siWB8-6-26

2002-11-03 Thread charlygun
HI my name is Jamie. Thanks for replind to my ad I found a new graet site that lets 
you send message for frr to other members its called HotPhotoPersonals.com .
I have been a member there for a long time and it is great.
Come check it out my profile is jamiesclit00
http://www.hotphotopersonals.com

7524HDoZ9-225UWJc3498WCGK1-133WMTR5196dGCM6-310nRao0990nxJPl56

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: speaker now makes buzzing noise...

2002-11-03 Thread Sue Blake
On Sun, Nov 03, 2002 at 06:58:58PM -0500, Michael E Mercer wrote:
> Hello all,
> 
> I recently followed the instructions to from
> http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html
> 
> and added all the lines in the files it states...
> 
> I rebooted my machine and all seems fine.
> 
> However, I used GAIM and after a few messages from people, the speakers start
> buzzing and the only way I can stop it is to reboot.
> 
> How to do I stop this noise, and hopefully fix it altogether?

Are any error messages written to /var/log/messages when that happens?

-- 

Regards,
-*Sue*-

http://www.sievx.com/
 
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: speaker now makes buzzing noise...

2002-11-03 Thread Michael E Mercer
Sue Blake wrote:

> On Sun, Nov 03, 2002 at 06:58:58PM -0500, Michael E Mercer wrote:
> > Hello all,
> >
> > I recently followed the instructions to from
> > http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html
> >
> > and added all the lines in the files it states...
> >
> > I rebooted my machine and all seems fine.
> >
> > However, I used GAIM and after a few messages from people, the speakers start
> > buzzing and the only way I can stop it is to reboot.
> >
> > How to do I stop this noise, and hopefully fix it altogether?
>
> Are any error messages written to /var/log/messages when that happens?
>

Nov  3 18:39:53 dual /kernel: pcm0:virtual:2: play interrupt timeout, channel dead

the only thing I see related to sound...

thanks
Michael

>
> --
>
> Regards,
> -*Sue*-
>
> http://www.sievx.com/
>
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: speaker now makes buzzing noise...

2002-11-03 Thread Brett Harris
Michael, 

> However, I used GAIM and after a few messages from
> people, the speakers start
> buzzing and the only way I can stop it is to reboot.

You may find that the noise is your soundcard picking
up interference from your hard drives etc. Ive noticed
that if your CDrom/aux/mic inputs are turned up, they
will pick up interference. If you're not using your
mic/aux/cdrom etc inputs, you should turn them down.
Look at the man page for 'mixer', but from memory it's
something like:

mixer mic 0:0

I usually put similar lines in rc.local, one for each
sound 'device' I'm not using, as well as boosting the
treble to about 80 and the bass to 60, just for a
little more oomph :)

Hope this helped, its my first day on these lists :)

Brett Harris


http://careers.yahoo.com.au - Yahoo! Careers
- 1,000's of jobs waiting online for you!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: speaker now makes buzzing noise...

2002-11-03 Thread Michael E Mercer
Brett,

Thanks for the info, but that does not help.
The buzzing continues

Thanks
Michael Mercer

Brett Harris wrote:

> Michael,
>
> > However, I used GAIM and after a few messages from
> > people, the speakers start
> > buzzing and the only way I can stop it is to reboot.
>
> You may find that the noise is your soundcard picking
> up interference from your hard drives etc. Ive noticed
> that if your CDrom/aux/mic inputs are turned up, they
> will pick up interference. If you're not using your
> mic/aux/cdrom etc inputs, you should turn them down.
> Look at the man page for 'mixer', but from memory it's
> something like:
>
> mixer mic 0:0
>
> I usually put similar lines in rc.local, one for each
> sound 'device' I'm not using, as well as boosting the
> treble to about 80 and the bass to 60, just for a
> little more oomph :)
>
> Hope this helped, its my first day on these lists :)
>
> Brett Harris
>
> http://careers.yahoo.com.au - Yahoo! Careers
> - 1,000's of jobs waiting online for you!
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: How to simulate high latency links?

2002-11-03 Thread Dan Nelson
In the last episode (Nov 03), Max Clark said:
> Hi,
> 
> I am looking for a way to do some performance testing/tuning in a lab
> environment. I have a high latency low speed link (T1/200MS) that I need
> to replicate.
> 
> Are there any ways to do this with FreeBSD?

dummynet is what you want.  By redirecting traffic through a dummynet
pipe with ipfw, you can simulate latency and packet loss.  See the ipfw
and dummynet manpages.

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



PPPoE and Hostnames

2002-11-03 Thread KizerSoze
Is there a way to take the hostname of my dsl's PPPoE connection and assign
it to my BSD box when I bring up the PPPoE connection?


Thanks,

Ed


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



internal compiler error during make buildworld

2002-11-03 Thread Charles Pelletier
I haven't had this problem show up before when upgrading.
During make buildworld everything went pretty smoothly UNTIL it got to
===>games
===>games/adventure
cc -0 -pipe-traditional-cpp-c /usr/src/games/adventure/main.c
cc: Internal compiler error:  program cc2 got fatal signal 11
***Error code 1
Stop in /usr/src/games/adventure
Stop in /usr/src/games
Stop in /usr/src
Stop in /usr/src
Stop in /usr/src

All Error code 1

I've done some googling but everything I've seen has been limited to
installations/upgrades of specific ports and not the whole process.
Ideas? Suggestions? Should I just setup a REFUSE file to avoid the games.

j/n case, these are the steps I'm following:
. cvsup cvsupfile
2. make -j4 buildworld
3. make installworld
4. make new kernel:  (/usr/src/sys/i386/conf/)
 cp OLDKERNEL NEWKERNEL
 ee NEWKERNEL (replace name of oldkernel with newkernel name)
 save
 run /usr/sbin/config NEWKERNEL
 make depend ../../compile/NEWKERNEL
 make
 make install
5. reboot

Now, for those of you wondering, no, I have not used mergemaster before and,
no, I've never had problems upgrading. I'm upgrading from 4.6 to 4.7.
any help is appreciated,

Charles Pelletier
Tech. Coordinator
St Luke's School



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



TTT scale

2002-11-03 Thread sudiana
I managed to get the ttt running on my box. Thanks to any advice from you 
all.  Somehow i feel that the scale is not convenience because it's in Mbps. 
Hot to scale it to Kbps ? 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Window/File Manager

2002-11-03 Thread Ryan Sommers
I recently decided to bring my old Presario 1220 our of retirement and
make a small toy laptop to play around with. Unfortunately it's only a
200mhz/64mb RAM system with a 2.1gb harddrive. I would like to use X if
possible but given the hardware limitations I really can't have a
bloated featureful WM or FM and still have a usable laptop (after all if
the GUI is slow I might as well install 98SE). 

What are your favorite ultra-light WM's and/or FMs? I'm just looking for
something that does the job, looking nice would be an added benefit but
I doubt I'll have a high color depth to play with anyway.

-- 
Ryan "leadZERO" Sommers
Gamer's Impact President
[EMAIL PROTECTED]
ICQ: 1019590
AIM/MSN: leadZERO

-= http://www.gamersimpact.com =-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Window/File Manager

2002-11-03 Thread Brett Harris
Ryan, 

> What are your favorite ultra-light WM's and/or FMs?
> I'm just looking for
> something that does the job, looking nice would be
> an added benefit but
> I doubt I'll have a high color depth to play with
> anyway.

You can't go wrong with Blackbox (or fluxbox, which is
very similar). It can look as detailed or as simple as
you want. I use it on my low spec laptop and
workstations. If you want a nice looking theme, I
suggest 'AlmostX', but you might want to get rid of
some of the gradients in it, as rendering them chew
unnecessary CPU power. It's been quite usable on my
p120 thinkpad.

As far as file managers go, I would suggest perhaps
XFtree from XFce. I've not used every file manager,
but I have used this in the past, its been good and
has a small footprint. You can assign file
associations too.

I've used these both in the past, in a sort of hybrid
blackbox-xfce manner, and it served me well.

Hope this helped,

Brett Harris

http://careers.yahoo.com.au - Yahoo! Careers
- 1,000's of jobs waiting online for you!

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Window/File Manager

2002-11-03 Thread erk!
On 03 Nov 2002 21:55:37 -0600
Ryan Sommers <[EMAIL PROTECTED]> wrote:

> What are your favorite ultra-light WM's and/or FMs? I'm just looking
> for something that does the job, looking nice would be an added
> benefit but I doubt I'll have a high color depth to play with anyway.

without a doubt, blackbox.  i like fluxbox, and on my desktop system, i
use waimea..but blackbox is more minimal than either, and has *zero*
dependencies.  even though it's minimal, it can also be configured to be
really nice looking, which counts for a lot (to me, anyway).  

if you want *really* minimal, and don't care much about appearances,
i've heard that ratpoison is more than adequate :>
i've never used it myself, but if you just want a really plain x
session, and the ability to view multiple terminals simultaneously, it
should be fine.

- erk

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: internal compiler error during make buildworld

2002-11-03 Thread Kent Stewart


Charles Pelletier wrote:

I haven't had this problem show up before when upgrading.
During make buildworld everything went pretty smoothly UNTIL it got to
===>games
===>games/adventure
cc -0 -pipe-traditional-cpp-c /usr/src/games/adventure/main.c
cc: Internal compiler error:  program cc2 got fatal signal 11


Signal 11's are almost always hardware. They even wrote a faq about 
it. See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#SIGNAL11

Kent

***Error code 1
Stop in /usr/src/games/adventure
Stop in /usr/src/games
Stop in /usr/src
Stop in /usr/src
Stop in /usr/src

All Error code 1

I've done some googling but everything I've seen has been limited to
installations/upgrades of specific ports and not the whole process.
Ideas? Suggestions? Should I just setup a REFUSE file to avoid the games.

j/n case, these are the steps I'm following:
. cvsup cvsupfile
2. make -j4 buildworld
3. make installworld
4. make new kernel:  (/usr/src/sys/i386/conf/)
 cp OLDKERNEL NEWKERNEL
 ee NEWKERNEL (replace name of oldkernel with newkernel name)
 save
 run /usr/sbin/config NEWKERNEL
 make depend ../../compile/NEWKERNEL
 make
 make install
5. reboot

Now, for those of you wondering, no, I have not used mergemaster before and,
no, I've never had problems upgrading. I'm upgrading from 4.6 to 4.7.
any help is appreciated,

Charles Pelletier
Tech. Coordinator
St Luke's School



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

.




--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Window/File Manager

2002-11-03 Thread Scott Robbins
On Sun, Nov 03, 2002 at 09:55:37PM -0600, Ryan Sommers wrote:
> 
> What are your favorite ultra-light WM's and/or FMs? I'm just looking for
> something that does the job, looking nice would be an added benefit but
> I doubt I'll have a high color depth to play with anyway.

I'm a wm slut, but always come back to fluxbox.  It's quite light,
and, especially if one adds a patch that has been made, but isn't
official, you can do almost everything by keys.

I have a page on it, which includes applying the patch to FreeBSD's
version, (this patch enables you to bind keys to the RootMenu, which
otherwise, has to be done with the mouse) at
http://home.nyc.rr.com/computertaijutsu/fluxbox.html

(Additionally, it has links to the official fluxbox documentation)  :)

HTH

-- 

Scott

PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2  A409 FA54 D575 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Spike: Where have you been pet? 
Drusilla: I went for a walk. I met an old man. I didn't like him,
he got stuck in my teeth.



msg07563/pgp0.pgp
Description: PGP signature


Re: Novice question about testing sound cards

2002-11-03 Thread Andrew Boothman
Ronald F. Guilmette wrote:

The card is now clearly recognized on boot up, however I'm still not
100% that it's working.  I tried using a couple of CD player utilities
and no sound came out if the speakers.


The card will only act as a CD-player if it is directly connected to the 
 CD-player by a seperate cable, you mention below that you haven't 
got one. (I'm sure your local computer shop could supply you with one 
for almost nothing).

Ok, so question:  What's the simplest and easiest way to simply check
to see if a given sound card is working or not?

I gather that it is _not_ as simple as just cat'ing some .mp3 file to
one of the /dev/dsp* device files, correct?


Nope. The DSP devices don't understand mp3, you need an mp3 decoder to 
do that but there are command-line (non-X) tools that play mp3s - check 
out audio/mpg123 (or something like that).

Also, try doing 'cat /dev/sndstat' to make sure that pcm really does 
understand your card.

I'm not totally sure about this, but I think that you can dump audio 
file in the 'au' format directly to devices. A test au format file can 
be found on http://www.cti.ecp.fr/documents/a_sound.au (This was linked 
to from http://www.cti.ecp.fr/documents/tests/au.html which you might 
also find useful).

You also might want to check that your speakers actually work by 
connecting them up to your hi-fi or something. I've lost count of the 
number of times I've spent hours trying to find a fault in completely 
the *wrong* piece of hardware. :-)

Best of luck.

Andrew.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Mail servers

2002-11-03 Thread Andrew Boothman
[EMAIL PROTECTED] wrote:

Hi again

I run Qpopper and Imap-uw on my FreeBSD 4.7 server.
My first problem is with Qpopper. Acording to /etc/services, pop3s should
be at port 995, but even though I have installed qpopper with ssl support
and enabled it (I think), it only bind()'s to port 110. Does this mean the
SSL support don't work? (I see no error messages in /var/log).
And to the Second question: "Can't imap-uw be runs as a standalone daemon?
If not, which imapd can"?


I don't have much experience with qpopper (I ran it for about 2 days) 
and never used its ssl support, perhaps there is a qpopper support forum 
better suited to this question.

I can report that Courier-IMAP (and its POP3 server) definately run as 
daemons, but I would be very surprised if imap-uw can't as well.

Did you install these applications through ports? Do the ports offer the 
ability to configure these applications the way you want them?

Andrew.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: Restart while make buildworld

2002-11-03 Thread Andrew Boothman
Martin Schweizer wrote:

Hello 

I would like update my system from FreeBSD 4.7RC to 4.7 Stable. But while a 
make buildworld the machine restarts.

The second time you attempted to buildworld, did it reboot in exactly 
the same place? It is very common for buildworld to show up general 
system stability problems since it stresses systems to an extent that 
they often don't see in normal use. This would be characterised by 
random reboots and signal 11 errors. Possible problems include 
overheating of components, faulty memory and a million other things. ;-)

Questions about building code from the stable branch are usually best 
sent to [EMAIL PROTECTED] - since that is where most stable users hang out.

Good luck.

Andrew.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


NIS.wheel group oddity

2002-11-03 Thread Nils Vogels
Hi guys,

I'm setting up a NIS environment, and I'm having trouble adding a NIS account
into the wheel group.

The NIS client, simply won't allow the user, that is in the NIS group map as
being in 'wheel' to use the su command, because 'su' thinks the user is not in
the wheel group:

--[ begin paste ]--
Welcome to FreeBSD!

> id
uid=500(user) gid=500(user) groups=500(user), 0(wheel)
> su
su: you are not in the correct group (wheel) to su root.
> ypcat group

user:*:500:
wheel:*:0:root,user
> ypcat passwd

user:*:500:500:The User:/home/user:/bin/tcsh
--[ end paste ]--

I'm drawing a blank, this should all work as far as I can see, especially
since ypbind is running, and the following imports are at the end of the local
passwd/group:

passwd:
+@EUFORIA:*:
+:*:/sbin/nologin
group:
+:*::

It's probably something stupid I'm overlooking .. could you guys give me a
hand ? :)

Gr,

-- 
Nils Vogels PGP:0xC26BD15F Available on keyservers.
S@H:6098WU/8.140yr  --> setiathome.ssl.berkeley.edu. Will you find aliens?

Sometimes you can do everything right, and still lose -JL Picard

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Kernel Building

2002-11-03 Thread Ryan Sommers
I'm assuming it's possible to build a kernel for a different computer
then it's compiled on as long as they are the same architecture. How do
I go about compiling my kernel for my laptop on my desktop? First I
don't think the laptop could hold the source and more importantly I
think the 850 box will compile it faster then the 200mhz laptop.


-- 
Ryan "leadZERO" Sommers
Gamer's Impact President
[EMAIL PROTECTED]
ICQ: 1019590
AIM/MSN: leadZERO

-= http://www.gamersimpact.com =-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



dmesg in 4.7-STABLE

2002-11-03 Thread Krzysztof Stryjek
Hello,

I think sth has chengeg with dmesg. Well in /etc/security scripts there
are kernel messages produced by dmesg. But in this case I receive only
last line of dmesg output :-((( Well, I still have 4.6-STABLE at home, and
dmesg porduce many lines as usual.

I was looking in sysctl, but found nothing connected with dmesg. There are
some special flags during makeworld?

Thanks in advantage
Greetings

P.S. I'm out of list, so please write me directly
-- 
/~\ The ASCII  Krzysztof Stryjek
\ / Ribbon Campaign   [EMAIL PROTECTED]
 X  Against HTML  http://mud.pl/~wtp/
/ \ Email!   GG: 3608113   ICQ: 124986907

"In order to make an apple pie from scratch, you must first create the
universe."
-- Carl Sagan, Cosmos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: speaker now makes buzzing noise...

2002-11-03 Thread Sue Blake
On Sun, Nov 03, 2002 at 09:04:36PM -0500, Michael E Mercer wrote:
> Sue Blake wrote:
> 
> > On Sun, Nov 03, 2002 at 06:58:58PM -0500, Michael E Mercer wrote:
> > > Hello all,
> > >
> > > I recently followed the instructions to from
> > > http://www.onlamp.com/pub/a/bsd/2002/09/19/FreeBSD_Basics.html
> > >
> > > and added all the lines in the files it states...
> > >
> > > I rebooted my machine and all seems fine.
> > >
> > > However, I used GAIM and after a few messages from people, the speakers start
> > > buzzing and the only way I can stop it is to reboot.
> > >
> > > How to do I stop this noise, and hopefully fix it altogether?
> >
> > Are any error messages written to /var/log/messages when that happens?
> >
> 
> Nov  3 18:39:53 dual /kernel: pcm0:virtual:2: play interrupt timeout, channel dead
> 
> the only thing I see related to sound...

So that's the culprit.

I too had a sound problem just like yours, and it produced that error
message, and I too felt like nobody understood/believed me for a while :-)
Then I went and hunted through the problem reports at
http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query
and found there was another that sounded quite like mine
http://www.FreeBSD.org/cgi/query-pr.cgi?pr=kern/34942

That was several FreeBSD versions ago, and just last month I had email
from someone running the latest release asking if I'd found a solution.
Unfortunately not, this one seems a real mystery.

Now I see quite a few other PRs that could be related, but I can't
tell if they're similar symptoms for unrelated problems or not.

kern/34942 kern/25859 i386/25442 kern/40927 kern/29465
kern/25061 kern/20115 kern/35230 i386/44762 ...

Although I have been unable to use sound properly since 4.3,
at a pinch I can play something if I do not queue up more than
one sound file, do not stop, pause, change speed, or quit during
play, do not suspend if it's a laptop, do not allow any
application running sound to be closed or crash while playing,
and be prepared to reboot if it goes into foghorn mode or
stops making sounds. You might have more success than me by
following just some of these tips.

Sorry I can do little more than commiserate, but I'm sure the
problem will be addressed as soon as enough of us give enough
information for the problem to be found and sorted out.
It is tempting to just give up, but we shouldn't do that.

-- 

Regards,
-*Sue*-

http://www.sievx.com/
 
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Default Sendmail install with FreeBSD

2002-11-03 Thread KizerSoze
Okay,

So now i've got my sendmail and system updated i'm experiencing new problems
and headaches, and, along the way think I might have the solution but there
is one thing I can't figure out.

Once the system is booted up how can I tell what .cf file sendmail has
loaded??  I think that the .cf file I think is loaded is in fact not, and I
need to find a way to verify this.

Thanks,

Ed

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions@;FreeBSD.ORG]On Behalf Of KizerSoze
Sent: Saturday, November 02, 2002 11:57 PM
To: DaleCo Help Desk
Cc: [EMAIL PROTECTED]
Subject: RE: Default Sendmail install with FreeBSD


Thanks again guys...i'm looking into mergemaster now and taking the
necessary steps to ensure there is NO system failure.



-Original Message-
From: DaleCo Help Desk [mailto:daleco@;daleco.biz]
Sent: Saturday, November 02, 2002 11:49 PM
To: KizerSoze
Cc: [EMAIL PROTECTED]
Subject: Re: Default Sendmail install with FreeBSD


And, I might advise that you make a backup
of everything in /etc if you've never run mergemaster
before, just to be on the 'safe side.'

KDK
- Original Message -
From: "KizerSoze" <[EMAIL PROTECTED]>
To: "Adam Weinberger" <[EMAIL PROTECTED]>
Cc: "DaleCo Help Desk" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Saturday, November 02, 2002 11:43 PM
Subject: RE: Default Sendmail install with FreeBSD


> Since I've obviously overlooked the mergemaster step if I run it
now will
> there be an adverse effects on my sys?  I've gone through the man
page and
> read through the UPDATE file and it appears to me that this is run
AFTER the
> build/installworld.  Is this correct, or, after running the
mergemaster do I
> need to do that again.
>
> Thanks again,
>
> Ed
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:owner-freebsd-questions@;FreeBSD.ORG]On Behalf Of Adam
Weinberger
> Sent: Saturday, November 02, 2002 11:19 PM
> To: KizerSoze
> Cc: DaleCo Help Desk; [EMAIL PROTECTED]
> Subject: Re: Default Sendmail install with FreeBSD
>
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> >> (11.02.2002 @ 2114 PST): KizerSoze said, in 1.4K: <<
> > To tell you the truth I can't remember if my current machine made
the jump
> > from 3.x to 4.x branch, or, started somewhere on the 4.x and move
up to
> 4.7
> > now, but, I have never run mergemaster before.
> >> end of "RE: Default Sendmail install with FreeBSD" from
KizerSoze <<
>
> Please follow the directions in /usr/src/UPDATING. That file
contains
> directions for 4.x->4.STABLE as well as 3.x->4.x.
>
> And by all means, run mergemaster(8). It's designed to prevent the
exact
> problem you're having.
>
> - -Adam
>
>
> - --
> Adam Weinberger
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.1 (FreeBSD)
>
> iD8DBQE9xLHSo8KM2ULHQ/0RAmcfAKCUvWztakavq++8R0DtWBOBT8oKGACgsMuX
> Rn0PoC3tWEi1Vcusc41u23M=
> =mBxD
> -END PGP SIGNATURE-
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: How to simulate high latency links?

2002-11-03 Thread Max Clark
So if I want to do testing between machine A and B I can route all of
the traffic trough a machine C with dummynet and simulate the network
environment that I need?

Basically I want to test/experiment with the send/receive settings
within the servers.

What about a hardware appliance? Could this be set up using a QOS policy
or something similar with a switch?

Thanks for the advice.
Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-freebsd-questions@;FreeBSD.ORG] On Behalf Of Dan Nelson
Sent: Sunday, November 03, 2002 6:05 PM
To: Max Clark
Cc: [EMAIL PROTECTED]
Subject: Re: How to simulate high latency links?

In the last episode (Nov 03), Max Clark said:
> Hi,
>
> I am looking for a way to do some performance testing/tuning in a lab
> environment. I have a high latency low speed link (T1/200MS) that I
need
> to replicate.
>
> Are there any ways to do this with FreeBSD?

dummynet is what you want.  By redirecting traffic through a dummynet
pipe with ipfw, you can simulate latency and packet loss.  See the ipfw
and dummynet manpages.

--
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Music + Internet = MONEY

2002-11-03 Thread messagealert1375f24
MUSIC INDUSTRY GOES NETWORK MARKETING!!!

Join Our Team Today!

Now you can access ALL of your favorite music LEGALLY
from the Internet right from your computer for less than the 
average cost of ONE CD per month.

EXCLUSIVE WORLDWIDE MLM OPPORTUNITY 

We're growing at over 45% PER WEEK!!

-United States launched July 25th
-Canada Launching VERY SOON!
-U.K. launches in the Fall of 2002 
Join Now & be Positioned at Top of the Company

Featuring...
- World's Largest Library of music on the Internet!
- New state-of-the-art Streaming Technology
- Live Internet conference calls with celebrities!!!
- Build worldwide with unbelievable Compensation Plan!

Recording Studios Involved:

Sony
Mercury Records 
Warner Motown 
A & M Records Universal Records 
Geffen Verve Music Group 
Dreamworks Capitol Records 
Def Jam Records Virgin Records 
Def Soul Records Priority Records 
Island Records Blue Note Records 
MCA Records Astralwerks 

Over 80,000,000 people have downloaded music. 
Talk about market potential worldwide.
Build a residual income right from your own home!
Make money while you listen to your favorite music!

Ready for MORE INFO?

Call TOLL-FREE: 1-877-381-4175 (leave a message).

Or...

Please send your NAME, PHONE # and best time to reach you
(include TIME ZONE) to the email address below:
NOTE: (No info will be sent without a valid phone #)

mailto:songbiz11@;hotmail.com

---
---
UNSUBSCRIBE INSTRUCTIONS:
To be removed from further mailings, please click on the link below
(you will be automatically removed):
http://81.9.5.210/remove-me.asp


8123sItT0-758EHJf4083EQBv6-070Ugla8139pLTc7-853fUFl47

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Printing to HP845c attached to Win2K - over samba?

2002-11-03 Thread Stacey Roberts
Hello,
 I'm trying to set up printing over samba to an HP845c printer
attached (usb) to a Win2K box on the network.

I did look smbclient to begin with, but this fails -
smbclient //
password: 
Domain=[] OS=[Windows 5.0] Server=[Windows 2000 LAN
Manager]
smb: \> print 
putting file  as  (130.5 kb/s) (average 75.3 kb/s)
smb: \>

The printer initializes itself (the usual "about to print" noise)
Takes sheet of paper from paper tray
Printer stops
Manual Paper feed button light starts blinking
I press the blinking light button
One sheet is ejected, with one line (stepped) at the top

Any ideas as to what's wrong here? The document I tested is a simple
text file (/etc/hosts).

Failing this, I am aware that apsfilter and CUPS do have claims to
provide for what I'm trying here, but I'm wondering if anyone has ever
gotten this particular printer to work with either apsfilter or CUPS
before I start heading down that road. 

I've looked at both respective home sites, and haven't seen the hp845c
"explicitly" mentioned as a supported printer (at either site &
ghostscript's website), although HP's linux printing webpages list it as
supported with something called HPIJS??

Thanks for any replies.

Stacey
-- 
Stacey Roberts
B.Sc (HONS) Computer Science

Web: www.vickiandstacey.com




signature.asc
Description: This is a digitally signed message part


qmail-smtpd-auth & vpopmail

2002-11-03 Thread nbari
qmail-smtpd-auth & vpopmail

Hi all

i want to install qmail-smtpd-auth with vpopmail under freebsd
any idea or sugestion

or any other method for smtp-auth










-
"UNIXMEXICO la comunidad *nix en todo México!"
http://www.unixmexico.org/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: man 1 eject

2002-11-03 Thread Peter Leftwich
On Mon, 4 Nov 2002, Greg 'groggy' Lehey wrote:
> Hmm.  Before we can improve the man page, we have to write it.  Are
> you confusing FreeBSD with NetBSD?
> Greg
> See complete headers for address and phone numbers

I don't get it.

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



DHCP

2002-11-03 Thread Daniel HARTMANN
Hi

With Freebsd4.7, DHCP is not installed by defaukt.

How to install it later 

Thanks 

Dany_H  ;-)


<>

Lava Computers Octopus-550 8-port serial

2002-11-03 Thread User Raymond

We are attempting to use a Lava Computers Octopus-550 8-port serial on
4.7-RELEASE FreeBSD.  Boot up gives the following (full dmesg follows):

IOAPIC #0 intpin 16 -> irq 2

puc0:  port 0x9400-0x9407,
0x9000-0x9007,0x8c00-0x8c07,0x8800-0x8807 irq 2 at device 6.0 on pci5
sio2: configured irq 2 not in bitmap of probed irqs 0x200
sio2: type 16550A
sio3: configured irq 2 not in bitmap of probed irqs 0x200
sio3: type 16550A
sio4: configured irq 2 not in bitmap of probed irqs 0x200
sio4: type 16550A
etc...

Note that BIOS reports the device at irq 9.


Ray Newman
04 Nov 2002

---

Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.7-RELEASE #2: Mon Nov  4 16:36:04 EST 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/DUAL
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium 4 (2392.95-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf24  Stepping = 4
  Features=0x3febfbff,ACC>
real memory  = 1073741824 (1048576K bytes)
avail memory = 1041805312 (1017388K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
Programming 24 pins in IOAPIC #1
Programming 24 pins in IOAPIC #2
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00050014, at 0xfee0
 cpu1 (AP):  apic id:  1, version: 0x00050014, at 0xfee0
 cpu2 (AP):  apic id:  2, version: 0x00050014, at 0xfee0
 cpu3 (AP):  apic id:  3, version: 0x00050014, at 0xfee0
 io0 (APIC): apic id:  4, version: 0x00178020, at 0xfec0
 io1 (APIC): apic id:  5, version: 0x00178020, at 0xfec8
 io2 (APIC): apic id:  6, version: 0x00178020, at 0xfec80400
Preloaded elf kernel "kernel" at 0xc0348000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 15 entries at 0xc00fde70
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
IOAPIC #0 intpin 16 -> irq 2
IOAPIC #0 intpin 17 -> irq 5
pci0:  on pcib0
pcib1:  at device 2.0 on pci0
pci1:  on pcib1
pci1:  (vendor=0x8086, dev=0x1461) at 28.0
pcib2:  at device 29.0 on pci1
IOAPIC #2 intpin 0 -> irq 9
IOAPIC #2 intpin 11 -> irq 10
pci2:  on pcib2
em0:  port
0xb000-0xb01f mem 0xfc02-0xfc03,0xfc00-0xfc01 irq 9 at device
9.0 on pci2
em0:  Speed:N/A  Duplex:N/A
asr0:  mem 0xf800-0xf9ff irq 10 at device
12.0 on pci2
asr0: major=154
asr0: ADAPTEC 2110S FW Rev. 380E, 1 channel, 256 CCBs, Protocol I2O
pcib3:  at device 12.1 on pci2
pci3:  on pcib3
pci1:  (vendor=0x8086, dev=0x1461) at 30.0
pcib4:  at device 31.0 on pci1
IOAPIC #1 intpin 0 -> irq 11
IOAPIC #1 intpin 1 -> irq 16
pci4:  on pcib4
ahc0:  port 0xc000-0xc0ff mem
0xfc12-0xfc120fff irq 11 at device 7.0 on pci4
aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
ahc1:  port 0xc400-0xc4ff mem
0xfc121000-0xfc121fff irq 16 at device 7.1 on pci4
aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs
pcib5:  at device 30.0 on pci0
IOAPIC #0 intpin 18 -> irq 17
IOAPIC #0 intpin 19 -> irq 18
pci5:  on pcib5
fxp0:  port 0x8000-0x803f mem
0xfb00-0xfb01,0xfb041000-0xfb041fff irq 17 at device 4.0 on pci5
fxp0: Ethernet address 00:10:dc:65:68:51
inphy0:  on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci5:  at 5.0 irq 18
puc0:  port 0x9400-0x9407,
0x9000-0x9007,0x8c00-0x8c07,0x8800-0x8807 irq 2 at device 6.0 on pci5
sio2: configured irq 2 not in bitmap of probed irqs 0x200
sio2: type 16550A
sio3: configured irq 2 not in bitmap of probed irqs 0x200
sio3: type 16550A
sio4: configured irq 2 not in bitmap of probed irqs 0x200
sio4: type 16550A
sio5: configured irq 2 not in bitmap of probed irqs 0x200
sio5: type 16550A
puc1:  port 0xa400-0xa407,
0xa000-0xa007,0x9c00-0x9c07,0x9800-0x9807 irq 2 at device 6.1 on pci5
sio6: configured irq 2 not in bitmap of probed irqs 0x200
sio6: type 16550A
sio7: configured irq 2 not in bitmap of probed irqs 0x200
sio7: type 16550A
sio8: configured irq 2 not in bitmap of probed irqs 0x200
sio8: type 16550A
sio9: configured irq 2 not in bitmap of probed irqs 0x200
sio9: type 16550A
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci0:  port 0xf000-0xf00f,0-0x3,0-0x7,0-0x3,
0-0x7 irq 2 at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0:  (vendor=0x8086, dev=0x2483) at 31.3 irq 5
orm0:  at iomem 0xc-0xca7ff,0xcc000-0xd1fff on isa0
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like c

Re: man 1 eject

2002-11-03 Thread Sue Blake
On Mon, Nov 04, 2002 at 02:18:18AM -0500, Peter Leftwich wrote:
> On Mon, 4 Nov 2002, Greg 'groggy' Lehey wrote:
> > Hmm.  Before we can improve the man page, we have to write it.  Are
> > you confusing FreeBSD with NetBSD?
> > Greg
> > See complete headers for address and phone numbers
> 
> I don't get it.

Peter, I think Greg is saying that there's no man page for eject in
FreeBSD, because that program is not part of the operating system.
Perhaps NetBSD has an eject program as part of the OS, but FreeBSD does not.

Greg, I think Peter might have installed the sysutils/eject port and
forgotten that it was installed as an additional program. In that case
he'd need to find out who wrote the eject program and send his feedback there.

-- 

Regards,
-*Sue*-

http://www.sievx.com/
 
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Blind Dater 204-3

2002-11-03 Thread macleod0106303f54
Are you sick and tired of be home alone everynight?  Does it make you mad that everone 
else but you has fun?  Are you lloking for someone special but don't know where to 
look?
At Noblinddates.com we have the answer to all your problems. Noblindates.com will be 
one of the the best sites on the universe for meeting men and women..
Find what you are looking for http://www.noblinddates.com 
12l2

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



MSN voice conversation + NATD problem.

2002-11-03 Thread Ertan Kucukoglu
Hello,

My system is a FreeBSD 4.7-STABLE. I use dial-up internet
connection.

I wanted to setup one machine that can make voice
connections over natd. My /etc/natd.conf looks like below:
ozlerplastik@ertank ~> cat /etc/natd.conf
log yes
same_ports yes
dynamic yes
#MSN talk ports
redirect_port tcp ertank:6901 6901
redirect_port udp ertank:6901 6901


My command line is "natd -n tun0 -f /etc/natd.conf". ertank
is in my hosts file and has a static 192.168.0.20 ip no.

When I try to make voice connection to other machine I just
can not connect.

We tried netmeeting too. It uses same MSN ports. And, under
netmeeting, other end see my ip number as 192.168.0.20. I
do not know why. But, I guess the problem is this ip no. It
can not reach my machine with this ip and connection just
timeouts.

Is there anybody who managed to make voice conversations
over natd under FreeBSD?

I need help about it.

Regards,

--Ertan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



What is bsd.port.mk ?

2002-11-03 Thread Peter Leftwich
# pwd
/stuff/mutella

(I had to manually download each of the following since the adding the .tar
trick did not -- as usual -- work!)

# ls -al
total 12
drwxr-xr-x   2 root  wheel   512 Nov  3 23:49 .
drwxr-xr-x  34 root  wheel  2560 Nov  3 23:49 ..
-rw-r--r--   1 root  wheel   650 Nov  3 23:48 Makefile
-rw-r--r--   1 root  wheel62 Nov  3 23:48 distinfo
-rw-r--r--   1 root  wheel31 Nov  3 23:48 pkg-comment
-rw-r--r--   1 root  wheel   174 Nov  3 23:48 pkg-descr
-rw-r--r--   1 root  wheel  3317 Nov  3 23:48 pkg-plist

# make
"/usr/share/mk/bsd.port.mk", line 4: Could not find /usr/ports/Mk/bsd.port.mk
make: fatal errors encountered -- cannot continue

What is bsd.port.mk, where can I get it or pkg_add it, then am I all set?

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



sendmail local user mail routing restrictions

2002-11-03 Thread Michael Ritchie

I am currently supporting a site which has it's own domain name (call 
it:  foo.org)  We have a single FreeBSD 4.6.2 server running Sendmail, 
Qpopper and OpenLDAP to provide our mail and directory services.  Currently 
all users are able to send, receive (and route to the internet) mail 
through this server, and the server accepts mail from the internet to 
deliver to local users.  I would like to know if it is possible to restrict 
certain users on the LAN from routing mail to "external" mail servers 
through this server, and from receiving messages from "outside" our site 
(but still have the functionality to send and receive messages to/from 
other local users)?

Thanks in advance,
Michael


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message