Re: Message

2003-11-08 Thread Robin Schoonover
s like more than one machine is trying to claim an ip of 192.168.123.1 -- Robin Schoonover (aka End) # "I'm hallucinating, but I don't even have a dog. Maybe I should get # one. No, I have a cat. Oh well." # -- Will Quale '99 ___

Re: unkown this port

2003-11-08 Thread Robin Schoonover
sockstat (sockstat -l | grep :1658 is best for what you want). It'll tell you exactly what is listening at that port. From there you can determine whether it is a good thing or a bad thing. -- Robin Schoonover (aka End) # # I don't want to bore you, but there's nobody else around fo

Re: Enemy Territory

2003-11-09 Thread Robin Schoonover
noticed is when X is started it displays: (EE) NVIDIA(0): Failed to load GLX It appears to be finding the GLX stuff, but when it tries to load it, it can't. If it helps any, I have a 'GeForce4 MX 440 with AGP8X'. -- Robin Schoonover (aka End) # Over and over I find being redundan

Re: Enemy Territory

2003-11-10 Thread Robin Schoonover
On Mon, 10 Nov 2003 10:11:30 +0100, "Karel J. Bosschaart" <[EMAIL PROTECTED]> wrote: > On Sun, Nov 09, 2003 at 10:55:38PM +0100, Robin Schoonover wrote: > > > > On a slightly related note, I've been trying to run some of the linux > > loki demos under

Re: Enemy Territory

2003-11-10 Thread Robin Schoonover
On Mon, 10 Nov 2003 20:00:56 +0100, "Karel J. Bosschaart" <[EMAIL PROTECTED]> wrote: > On Mon, Nov 10, 2003 at 10:21:34AM -0700, Robin Schoonover wrote: > > On Mon, 10 Nov 2003 10:11:30 +0100, "Karel J. Bosschaart" > > <[EMAIL PROTECTED]> wrote:

Re: Enemy Territory

2003-11-10 Thread Robin Schoonover
On Mon, 10 Nov 2003 21:01:24 +0100, "Karel J. Bosschaart" <[EMAIL PROTECTED]> wrote: > On Mon, Nov 10, 2003 at 12:29:30PM -0700, Robin Schoonover wrote: > > > > Or maybe it was only partially installed (and some of the opengl libs > > weren't). That

Re: Newbie: The C / C++ Issue

2003-11-11 Thread Robin Schoonover
or simple things like printing out numbers and strings, but if you want your strings formatted, cout isn't much fun. I'd suggest learning C, and then if you have to, learn C++. -- Robin Schoonover (aka End) # # Free Speech!! While Supplies Last!! -- [EMAIL PROTECTED] # _

Re: Downloading OOo, other ports outside of the system?

2003-11-12 Thread Robin Schoonover
is dumped into /usr/ports/distfiles/openoffice for example), and I don't think fetch-recursive-list does anything about it. Of course, this just means you have to move a few things around when you get home. -- Robin Schoonover (aka End) # # Smoking is one of the leading causes of statistics.

Re: mounting a usb device

2003-11-12 Thread Robin Schoonover
.01, addr 2 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-CCS device > dao: 650KB/s transfers > da0: 61MB (125952 512 byte sectors: 64H 32S/T 61C) > > How do I mount this and use it? mount /dev/da0 /directory should probably do it. -- Robin

Re: cc (make.conf and make args precedence) question

2003-11-14 Thread Robin Schoonover
tion is the one that is effective." In other words, -O3 in this case because it is the last one. -- Robin Schoonover (aka End) # Calvin and Hobbes (Bill Watterson)"The surest sign that # intelligent life exists elsewhere in the universe is that it has

Re: Samba question

2003-11-15 Thread Robin Schoonover
CUPS server? 8^} CUPS is the Common UNIX Printing System. -- Robin Schoonover (aka End) # # We're not surrounded, we're in a target-rich environment! # ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Partitions

2003-11-19 Thread Robin Schoonover
ably should not count on being able to write to an NTFS partition. -- Robin Schoonover (aka End) # # Ever notice that even the busiest people are never too busy to tell # you just how busy they are. ___ [EMAIL PROTECTED] mailing list http://lists.freeb

Re: a good way to save a keystroke?

2003-11-21 Thread Robin Schoonover
lthough it will/does even in freeBSD sh. > > Sorry for the confusion, The backticks (`) are of a general standard than the $(cmd) syntax. Not only do backticks work under all shells I've tried them under, but they are parts of perl and php. -- Robin Schoonover (aka End) # # "I

Re: newbie: use in RE?

2003-11-22 Thread Robin Schoonover
h your tr string, you're already 'wrapping' the backslash-r > in double quotes, thereby avoiding shell expansion.. > > You can also use the dos2unix command, although I don't see it in > ports... > converters/unix2dos -- Robin Schoonover (aka End) # # T

Re: Help!: 160 gig only seen as 152 gig??

2003-11-26 Thread Robin Schoonover
I don't think this question is in the FAQ, but it seems asked often enough. At least I didn't see it in there. Maybe it should get added... I'm not in anyway indicating I want to help document, because I don't want to end up get stuck doing that (I'll start feeling I have an

Re: Remove ^M characters from xhtml file

2003-11-30 Thread Robin Schoonover
ment. Any ideas? dos2unix (converters/unix2dos in ports) is an easy route (dos2unix name). Also you can use the tr command (tr -d '\r' < name > newname). -- Robin Schoonover (aka End) # # You hear the moon howling at you. # -- NetHack ___

Re: ls and color

2003-12-07 Thread Robin Schoonover
how to display the color. The 'xterm' terminal name in 4.x does not have color, so you have to tell xterm use 'xterm-color', which does have it. This amounts to doing something like "xterm -tn xterm-color". (I've been using 5.1 lately, so if this wa

Re: pop3 and socket 110

2004-01-26 Thread Robin Schoonover
ed-claws (basically the more cutting edge version of sylpheed). > 1.) Do I really need pop3? If you want to use mozilla. > 2.) How do I get the mozilla mail to recognize the mail in my spool > dir? You probably don't. > 3.) What is a decent MUA? tha

Re: Mozilla crashes with ASP sites

2003-10-26 Thread Robin Schoonover
t reporting your problem to the actual mozilla people (use bugzilla or whatever), since they are more likely to be able to fix it then us.:P -- Robin Schoonover (aka End) # # Vital papers will demonstrate their vitality by moving from where you # left them to where you can't find them. __

Re: ftp with user root

2003-10-28 Thread Robin Schoonover
> You shouldn't. It's a -really- bad idea. You should probably upload it somewhere else, and then move it. But if you -must-, take root out of /etc/ftpusers If you do this, be sure to put root back in after you are done. -- Robin Schoonover (aka End) # # Paranoid schizophrenics out

Re: BerkeleyDB version?

2003-11-01 Thread Robin Schoonover
to be major version 3, then 'db3_stat -V' might be able to tell you something also (dunno about 4). -- Robin Schoonover (aka End) # # Don't take life too seriously -- you'll never get out of it alive. # ___ [EMAIL PROTECTED] mail

Re: Updating ports perl from 5.8.0 to 5.8.1

2003-11-02 Thread Robin Schoonover
;t the case. If the version of FreeBSD is 4.x, then that means there is a perl in the base system, and thus all the p5-* packages probably didn't have perl listed as one of their dependencies. -- Robin Schoonover (aka End) # # There are two kind

Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
looking around on the net, it's a known problem, and fixed in -CURRENT. Furthermore, I think it's just winecheck that complains about /dev/sequencer. Back when I ran wine on 4.x it never once complained about a missing /dev/sequencer. -- R

Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
ges. Specifically, I found that these are missing: > > > > /dev/midi > > /dev/music > > /dev/sequencer > > /dev/pss > > > > Any ideas? > > You need to make the devices with /dev/MAKEDEV - read that file for > the available options. > He'

Re: Apache, PHP, and SquirrelMail

2003-11-04 Thread Robin Schoonover
php-source .phps You don't want to have 'AddHandler php .php' in httpd.conf In an earlier version of php4, I did have that and it worked fine, but when I upgraded php4 it stopped working (showed code only like it is for you), so I had to take out that line. -- Robin Schoonover (aka E