Re: pop3 and socket 110

2004-01-26 Thread Robin Schoonover
On Sun, 26 Oct 2003 17:23:34 -0800, Gary Kline [EMAIL PROTECTED] wrote:
   Trying to install a GUI MUA has me wedged ... and lost!!
 
   I've been trying to get the mozilla mail/news suite to 
   work for a long time--well, on and off!  I finally
   installed cucipop on NS1.THOUGHT.ORG and tried to start it.
 
   [EMAIL PROTECTED]:/usr/local/etc/rc.d#/usr/local/libexec/cucipop -Y
   cucipop: Can't bind socket 110


Something is probably already listening on port 110.  Check sockstat -l (if
it's FreeBSD, or check to see if something in inetd is grabbing it...).

 
   NS1 had a valid IP address; my two other systems are internal,
   private, invisible from the outside.  At any rate, after some
   pondering I altered the 'news and mail' configuration.  Voila;
   mail *is* sent out (in HTML).  But not received... (???)
   /var/mail/kline is my spool; mozilla can't see this for some
   reason.  
 

mozilla doesn't know about these sort of mailboxes.  It only knows about
imap and pop3.


   evolution refuses to build because some of the GNOME libs
   won't upgrade.  (Of my 400 ports, just 11 seem broken.)
   Can anybody recommend a GUI mail program that doesn't have
   so many dependencies?
 

portupgrade might help your GNOME libs upgrade.  Anyhow, I use
sylpheed-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?

that's debatable.  I consider what I use to be decent :P 

-- 
Robin Schoonover (aka End)
#
# There was a power outage at a department store yesterday.  Twenty
# people were trapped on the escalators.  -- Stephen Wright
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ls and color

2003-12-07 Thread Robin Schoonover
On Fri, 05 Dec 2003 13:42:35 -0600, Kevin D. Kinsey, DaleCo, S.P. wrote:
 Mike Maltese wrote:
  
 Well., there's ls -G, but you could have found that in the man page,
 right?
 
 ls is not a web browser. Try www/lynx. if you want to grab a web page,
 try fetch or ftp/wget.
 
 
 I think the OP meant is there a how-to or a web page on
 making 'ls' show colors?
 
 ls -G is the standard option, as man page says, equivalent
 to setting CLICOLOR in your environment.
 
 Some terminals (under X perhaps) don't handle this environment
 variable without some tweaking, though, I think. ??
 

It's up to ls to handle the enviroment variable.  CLICOLOR gets set in my
.cshrc, and it works fine in xterm (and the console) for me.

However, ls does have to lookup 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 was
MFC'd recently I wouldn't really know)

-- 
Robin Schoonover (aka End)
#
# An optimist is someone who believes Schroedinger's cat is half alive.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Remove ^M characters from xhtml file

2003-11-30 Thread Robin Schoonover
On Sun, 30 Nov 2003 21:16:02 -0600, Bryan Cassidy [EMAIL PROTECTED]
wrote:
 I've downloaded a couple of .xhtml files and they have ^M characters
 all through it. I tried the col -b  name  newname command on these
 files but when I do that it erases the whole document. 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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2003-11-26 Thread Robin Schoonover
On Wed, 26 Nov 2003 23:14:43 -0600 (CST), Larry Rosenman [EMAIL PROTECTED]
wrote:
 On Thu, 27 Nov 2003, Dragoncrest wrote:
 
  I have a Freebsd workstation running 4.9 on an Epox 8k9A2+ MB and the
  silly thing sees my brand new Western Digital HD as 160gig in the bios,
  but BSD only sees it as 152gig.  Now 8 gig isn't all that bad of a
  thing to loose on a drive that big, but still, it's too weird that I
  would be unable to get to that last 8 gig.  When going into Fdisk I get
  the error that the geometry on the drive is wrong and it suggests a
  much more appropriate, albeit smaller, geometry.  Is this something I'm
  doing wrong in setting up the drive, or is this a limitation or problem
  in BSD?  Or is it simply a limitation of the hardware?  I'm not going
  to cry over 8 gigs lost, but I would really like to know if there's
  something that can be done to fix this, or am I kinda SOL?
 Drive manufacturers use base 10 Gig (1,000,000,000), and FreeBSD uses
 base 2 gig (1024*1024*1024).
 
 Your drive is fine.
 
 

Hmm.  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 obligation,
and yadda-yadda). I'm just trying to throw the idea out so someone else
will do it :P

-- 
Robin Schoonover (aka End)
#
# I'm encased in the lining of a pure pork sausage!!
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie: use CR in RE?

2003-11-22 Thread Robin Schoonover
On Sat, 22 Nov 2003 10:44:30 -0500, Scott W [EMAIL PROTECTED] wrote:
 Jerry McAllister wrote:
 
 So why not just use tr?  \t should get tabs, as you noted \r gets
 CRs I don't know linefeed off hand, but wouldn't be surprised if it was
 \l. It follows the usual conventions.
 
 There are more things besides -d that you can do with tr also.
 
 You can do what you want in vi or sed, you just need to escape the first 
 escape character, eg
 sed -i s/\\r//g
 vi:
 :/s/\\r//g
 
 Note that with 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)
#
# The only cure for insomnia is to get more sleep.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: a good way to save a keystroke?

2003-11-21 Thread Robin Schoonover
On Fri, 21 Nov 2003 21:04:43 -0500, Scott W [EMAIL PROTECTED] wrote:
 Marty Landman wrote:
 
  At 08:40 PM 11/21/2003, Scott W wrote:
 
  So yep, it's doing what you want, the way you wanted to...use 
  something similar fairly often myself, although note that the 
  'current' standard for executing commands is now $(cmd), eg
 
  more $(which apachectl)
 
 
  I get
 
  FreeB more $(which apachectl)
  Illegal variable name.
  FreeB
 
  Maybe I should've mentioned I'm on 4.8, or is there another reason?
 
  Marty Landman   Face 2 Interface Inc 845-679-9387
  Sign On Required: Web membership software for your site
  Make a Website: http://face2interface.com/Home/Demo.shtml
 
 
 D'oh, my mistake- you're using csh I take it?  Sorry, I believe the 
 $(cmd) syntax is now 'the standard' in sh/ksh/Bourne/bash, but evidently 
 not cshsorry, I've never been keen on csh, but that syntax won't 
 work for you, although 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'm betting that I'm just abnormal enough to survive.  -The Tick
#
___
[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
On Wed, 19 Nov 2003 01:10:29 -0800 (PST), George Theodo
[EMAIL PROTECTED] wrote:
 Hello all. I am using FreeBSD 5.1 for a couple of weeks now. My situation
 is this, I have one hard disk with two partitions , one for WinXP and one
 for FreeBSD where I boot each one of them. Also I have a second hard disk
 with two partitions of WinXP. I am trying to administer WinXP from
 FreeBSD but i have some difficulties. I mount without problem the NTFS
 partitions but what happens is this: I can copy files from any NTFS
 partition to the FreeBSD Partition , I cannot copy files from any NTFS
 partition to another NTFS partition, I cannot copy files from FreeBSD
 Partition to NTFS partition. I don't know what the problem is.


From the mount_ntfs(8) man page:

WRITING
 There is limited writing ability.  Limitations: file must be
nonresident and must not contain any sparces (uninitialized areas);
compressed files are also not supported.

[...]

CAVEATS
 This utility is primarily used for read access to an NTFS volume.  See
 the WRITING section for details about writing to an NTFS volume.


So in other words, you should probably 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.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Samba question

2003-11-15 Thread Robin Schoonover
On Sat, 15 Nov 2003 21:37:32 -0500, Marty Landman
[EMAIL PROTECTED] wrote:
 Ok, I think this is a mess now. First I tried the toot in the FBSD Diary,
 
 and now the chapter 2 toot from O'Reilly. My Samba install is likely way 
 out of rhythm! Still it's so close - I can see the share on windoz
 explorer but can't access it that maybe others here can help.
 

Hmm.  Ignoring everything else you gave us, I'd say it sounds like there is
a firewall in the way.  I've had the exact same problem before.

 BTW dudes, what's a 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: cc (make.conf and make args precedence) question

2003-11-14 Thread Robin Schoonover
On Sat, 15 Nov 2003 14:36:40 +0200, Ion-Mihai Tetcu [EMAIL PROTECTED]
wrote:
 
 Now what flag have precedence, -O2 or -O3 ?
 

From the gcc man page (and yes, cc is really just gcc):
If  you  use multiple -O options, with or without level
numbers, the last such option 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
#  never tried to contact us.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2003-11-12 Thread Robin Schoonover
On Wed, 12 Nov 2003 13:48:20 -0700, Preston Crawford
[EMAIL PROTECTED] wrote:
 I have what may seem like an odd question. I have a new FreeBSD 4.9
 system that I want to install OpenOffice and some other stuff on. Most of
 the stuff left to install is pretty big and thus will be hard to download
 via ports over my dial-up connection (yes, I use dial-up). I know it's
 possible to download tarballs and drop them into the ports tree somewhere
 so you don't have to do the download. I'm wondering how easy this is,
 though. By that I mean, if I wanted to say install Tomcat, Java,
 OpenOffice, etc. in this manner how would I know which package to
 download? And from where? I'd like to download these at work, burn them
 on a CD and take them home. However, since I'm not in front of my machine
 I don't know where ports will be looking for these files. Anyone know?

running make fetch-recursive-list will tell you everything including -all-
the places you can get the files.  If you use a windoze box at work
however, it'll be slightly painful, since you have to copy each url one by
one (I imagine using something else like linux wouldn't be too bad, since
you can generally make it use wget by running it with FETCH_CMD=wget).

I've never actually done it this way though, and one issue I see is the
fact that /usr/ports/distfiles has certain things semi-ordered (openoffice
stuff 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.  -- Fletcher Knebel
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mounting a usb device

2003-11-12 Thread Robin Schoonover
On Wed, 12 Nov 2003 19:53:45 -0500, Gregory Stearns [EMAIL PROTECTED]
wrote:
 I am trying to mount a usb device
 I have tried mount /dev/usb0 /directory and I get block device required
 When I plug it in I get
 umass0: LEXAR MEDIA JUMPDRIVE ,  rev 1.10/0.01,   addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: LEXAR JUMPDRIVE 1.10 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 Schoonover (aka End)
#
# Do not meddle in the affairs of wizards, for you are crunchy and good
# with ketchup.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie: The C / C++ Issue

2003-11-11 Thread Robin Schoonover
On Tue, 11 Nov 2003 22:02:53 -0500, Lucas Holt [EMAIL PROTECTED]
wrote:
 
  You can't learn C++ without learning C first.  So I'd suggest you
  become intimiately familiar with C, and then move on to the advanced
  concepts and features that C++ provides once you want/need to use them.
  
  --
  Matt Emmerton

 Thats not entirely accurate.  Western Michigan University only teaches 
 C++, and i can tell you that most C topics like pointers and printf 
 have never come up in class.  C style strings are it, and they didn't 
 even explain those.  This is a common misconception.

Pretty much everything in the base language of C is in C++.  This includes
pointers, so you probably didn't learn C++ completely.  printf however, is
part of one of the C standard libraries (stdio in this case), not the
language itself and not C++ at all (not sure if C++ has variable arg
lists though).

 you can go your whole life without
 printf
 only using
 cout  hello world  endl;

Depends on what you plan on doing in your entire life.  A simple program
written in C probably would have to use printf.  Anything in the kernel
won't use cout, and even things you would expect in your standard C
enviroment have to be specially written for the kernel anyway.  And anyway,
most pople could go their entire life without cout.

Plus, cout may be easier to use for 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]
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 FreeBSD.  All work (plus heretic II, which has
  software rendering), except the ones labeled 3d Acceleration.  The
  ones labeled 3d Acceleration tend to crash X.
  
  One thing I've 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'.
 
 Games are running fine for me with the Nvidia driver and a GeForce4
 Ti4200, on a -stable system. Below is a list I made some time ago with
 the games I can run successfully, with some notes. 'pcm' denotes the
 native FreeBSD sound driver, 'OSS' the (commercial) driver by Opensound.
 I have plans to make a website with this info as well as install notes
 and a forum for asking questions; I don't know though if there is a lot
 of need for this. Some time ago, the forum at swissgeeks closed down soon
 due to lack of interest. Personally, I'd like some chit-chat about gaming
 on FreeBSD :-).
 

I haven't been much of a gamer since a virus wiped the windows box I was
using a couple years ago, and that kinda turned me away from windows.  Then
I used FreeBSD on an old (formerly dos) machine, and there wasn't really
any hard drive space for anything, including games.

Now that I have a reasonably new computer (running FreeBSD of course), I
decided to try a few games.  It didn't take me long to find the loki demo
stuff.

 
 2003-09-09 Linux games on FreeBSD
 
 Hardware: Athlon 1.4 GHz, Asus A7M266, 512 MB RAM, GeForce4 Ti 4200
 128MB, onboa rd sound CMI8738.
 OS  : FreeBSD 4.x (currently 4.9-PRERELEASE)

Here is where we are really different.  I'm running 5.1 (and this means I
won't be saddened if things don't work, since I knew things like this might
happened when I installed it).  I have an Athlon 2 GHz, 512 MB ram,
GeForce4 MX 440 with AGP8X, and for sound, I have 'CMI9739'.

[snip list]

Nice list of games...I should look into a few of those.  And just
because, here is my list (even ones that don't work):
Game  Works   Sound  Remarks
Descent 3 (demo)  no (crashes X)
Heretic II (demo) yes ew Must use software
 rendering
Heros of M and M III (demo)   yes yes
Kohan: IS (demo)  yes yes
Myth II: Soulblighter (demo)  no (crashes)
Railroad Tychoon II (demo)yes yes
Simcity 3000 unlimited (demo) no (crashes)
SM's Alpha Centauri (demo)yes ?  
SM's Alien Crossfire (demo)   no
UT2003 (demo) no I should try playing  
 this again
Soldier of Fortune (deno) no (crashes)


Bizarre, Alien Crossfire seems to have written over Alpha Centauri, so I
can't really test the sound for Alpha Centauri until I deinstall Alien
Crossfire and reinstall Alpha Centauri.  Soldier of Fortune, Myth II:
Soulblighter and Descent 3 all require 3d accel...

-- 
Robin Schoonover (aka End)
#  This space intentionally has nothing but text explaining why this
#  space has nothing but text explaining that this space would otherwise
#  have been left blank, and would otherwise have been left blank.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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:
   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 FreeBSD.  All work (plus heretic II, which
has software rendering), except the ones labeled 3d Acceleration.
The ones labeled 3d Acceleration tend to crash X.

One thing I've noticed is when X is started it displays:
(EE) NVIDIA(0): Failed to load GLX
 
 This is a serious problem that should be fixed if you want to use
 3d-acceleration. My log (on 5.1-current) shows
 
 (II) LoadModule: glx
 (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
 (II) Module glx: vendor=NVIDIA Corporation
 compiled for 4.0.2, module version = 1.0.4365
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.1
 (II) Loading extension GLX
 (II) LoadModule: nvidia
 
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'.
 
 Sorry, I don't know why it is not loading :-(. If you have the line
 'Load dri' in your XF86Config, comment it out. It is not needed and
 might cause trouble. I suppose you have the kernel module nvidia.ko
 loaded? 

Yes to both.

 You can test direct rendering by typing 'glxinfo'. It should show 
 (among a lot of other stuff): direct rendering: Yes.

Nope, so naturally glxgears ran poorly. 

 Have a look at http://www.icculus.org . It's the most extensive list
 of Linux games I know off, including useful links.

cool.

 
 Don't forget to check out the nvidia-driver FAQ:
 http://www.soulwax.net/nvidia/faq.shtml
 

I checked there again...and didn't directly help.

So then I tried running tuxracer, which really wants DRI, but can run
anyway.  No DRI (as we know), but why?  The nvidia stuff is installed,
...isn't it?

Or maybe it was only partially installed (and some of the opengl libs
weren't).  That doesn't make sense... So I reinstalled the nvidia-driver
from ports, and tried running tuxracer again.  Doh!  Crashed X.  Of course,
GLX isn't loaded, so it gets confused, so I'll just have to restart
Xand I get this message:

(II) [GLX]: Initializing GLX extension

Well, that looks promising.  Fire up Descent 3 andWow.  Descent 3 is a
lot different from the first one.  So much higher resolution...

Well, thanks for the help.  (although this may be a bad thing..how will I
get -anything- real done??)

-- 
Robin Schoonover (aka End)
#
# The windmills are winning.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 doesn't make sense... So I reinstalled the
  nvidia-driver from ports, and tried running tuxracer again.  Doh! 
  Crashed X.  Of course, GLX isn't loaded, so it gets confused, so I'll
  just have to restart Xand I get this message:
  
  (II) [GLX]: Initializing GLX extension
  
  Well, that looks promising.  Fire up Descent 3 andWow.  Descent 3
  is a lot different from the first one.  So much higher resolution...
  
  Well, thanks for the help.  (although this may be a bad thing..how will
  I get -anything- real done??)
 
 Maybe you did a portupgrade or reinstall of XFree86-Server? This will
 overwrite some files installed by the nvidia driver. I'm always
 reinstalling nvidia-driver after upgrading XFree86-Server/libraries
 just to be sure. It's also necessary to reinstall the nvidia driver
 after upgrading FreeBSD. 

I just realized that was exactly what happened.  (I already had been
remembering to reinstall nvidia-driver after updating FreeBSD, but forgot
about XFree86)

 I prefer to reboot the machine after any nvidia-driver reinstall to 
 be entirely sure that I have the newest kernel module loaded. Yes, 
 that's ugly, but I got a bit reluctant on kldunload/kldload'ing this 
 sort of critical things. My home desktop doesn't have a large uptime 
 anyway as I'm turning it off if I don't need it.

I know the nvidia driver is the same. I didn't even have this machine
before the last update (July).  (But it might be a good idea anyway...)

-- 
Robin Schoonover (aka End)
#
# Instant ice: just add water and freeze.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enemy Territory

2003-11-09 Thread Robin Schoonover
On Sun, 9 Nov 2003 16:40:30 -0500, Anish Mistry [EMAIL PROTECTED] wrote:
 
 This is what I have installed, and Enemy Territory runs fine for me.  Are
 you sure you have glx loaded in your XF86Config file?  I'm using a
 Geforce2MX 400 with the nvidia driver.
 

On a slightly related note, I've been trying to run some of the linux loki
demos under FreeBSD.  All work (plus heretic II, which has software
rendering), except the ones labeled 3d Acceleration.  The ones labeled
3d Acceleration tend to crash X.

One thing I've 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 redundant is key to success in the
# art of redundancy.
#-- Jay Armstrong
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Message

2003-11-08 Thread Robin Schoonover
On Sat, 8 Nov 2003 09:46:05 -0700, William Downs [EMAIL PROTECTED]
wrote:
 I keep getting this message on my server. Could you tell me how to get
 rid of it. Thanks,
 
 arp: 192.168.123.1 moved from 00:40:10:0f:c0:b8 to 00:50:18:07:03:36 on
 lnc0

Sounds 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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unkown this port

2003-11-08 Thread Robin Schoonover
On Sat, 08 Nov 2003 21:23:13 -0500, Peter Kok [EMAIL PROTECTED]
wrote:
 
 I got this port 1658 opening on the server
 
 
 udp4   0  0  *.**.*
 udp4   0  0  *.1658 *.*
 udp4   0  0  *.**.*
 
 I checked this internet and this port is for sixnetudr
 
 but
 
 1/ I don't know what it is?
 2/ I don't know which programming the server is running on this port?
 3/ I don't know the server is compromised or not
 

Check 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 for me to bore.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache, PHP, and SquirrelMail

2003-11-04 Thread Robin Schoonover
On Wed, 05 Nov 2003 03:44:04 +, Neil Hawkins
[EMAIL PROTECTED] wrote:
 I am new to FreeBSD and am trying to figure a few things out.  I have 
 installed QMAIL, APACHE, PHP4, and SquirrelMail.  Apache seems to be
 working fine because I can browse the directory lising for
 /usr/local/www/data folders.  However, when I try to browse the
 SquirrelMail folder, it just displays the text code of the index.php
 file.  I am assuming that PHP4 is either not installed correctly, not
 running, or not configured appropriately.  Can someone help me out here?
 

You need to tell apache about mod_php4.  In apache2, I have these extra
lines in the configuration file.

LoadModule php4_modulelibexec/apache2/libphp4.so

DirectoryIndex index.html index.html.var index.php

AddType application/x-httpd-php .php
AddType application/x-httpd-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 End)
#
# Actual newspaper headline:
# Something Went Wrong in Jet Crash, Expert Says
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
On Mon, 03 Nov 2003 21:03:33 +, Bborie Park [EMAIL PROTECTED] wrote:
 Hey all,
 
 I'm using the pcm driver and everything related to sound works thus far. 
   But now that I'm trying to use Wine, it prompts me that I do not have 
 /dev/sequencer.
 
 I'm running Free 5.1 and have a sblive card, which works great.  ...

Wait a sec...wine on FreeBSD 5.1?  Wasn't wine on 5.1 broken (but fixed in
-CURRENT)?

I haven't gotten wine to work on 5.1 (programs always hung for a bit
before 'generating an exception'), and from 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.

-- 
Robin Schoonover (aka End)
#
# Pardon me, waiter. I like my water diluted.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
On Mon, 3 Nov 2003 21:08:56 -0800, Kris Kennaway [EMAIL PROTECTED]
wrote:
 On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:
  Hey all,
  
  I'm using the pcm driver and everything related to sound works thus
  far. 
   But now that I'm trying to use Wine, it prompts me that I do not have 
  /dev/sequencer.
  
  I'm running Free 5.1 and have a sblive card, which works great.  It 
  looks several symbolic links are missing in my /dev folder, according
  to the pcm(4) man pages. 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's running 5.1, which probably means he is using devfs.  That means there
is no /dev/MAKEDEV

-- 
Robin Schoonover (aka End)
#
# If you can keep your head when all about you are losing theirs, it's
# just possible you haven't grasped the situation.  -- Jean Kerr
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Updating ports perl from 5.8.0 to 5.8.1

2003-11-02 Thread Robin Schoonover
On Sun, 2 Nov 2003 12:14:56 -0500, H.Wade Minter [EMAIL PROTECTED]
wrote:
 
 On Nov 2, 2003, at 12:01 PM, Lowell Gilbert wrote:
 
  Yes.  portupgrade -rf perl is *exactly* what the incantation I would
  have recommended.
 
 That didn't seem to work.  I ran that on one system, and it only 
 upgraded perl, it didn't attempt to do any of the p5-* packages.
 

You could do: portupgrade -rf perl p5-\*

I'd imagine -r would mean all p5-* packages are included (since they depend
on perl), but obviously that wasn'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 kinds of adhesive tape:  That which won't
# stay on and that which won't come off.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BerkeleyDB version?

2003-11-01 Thread Robin Schoonover
On Sun, 02 Nov 2003 03:29:42 GMT, Mark [EMAIL PROTECTED] wrote:
 Hi,
 
 How can I tell which version of BerkeleyDB I have installed on my FreeBSD
 4.7R?
 

If you installed it via ports, then 
ls /var/db/pkg | egrep ^db\(3\|4\)
should do it for you.  If it happens 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] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ftp with user root

2003-10-28 Thread Robin Schoonover
On Tue, 28 Oct 2003 17:58:47 -0700, [EMAIL PROTECTED] wrote:
 
 Hi:
 
 I need to transmit some files to the BSD server, one of this files
 is the /etc/bootptab, which belongs to root, so I need root access
 
 How can I enable ftpd to permit the user root?
 

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 outnumber their enemies at least two to one.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla crashes with ASP sites

2003-10-26 Thread Robin Schoonover
On Sun, 26 Oct 2003 14:54:52 +0100, Brian Reichholf [EMAIL PROTECTED]
wrote:

 i've been googleing on this for quite a while now, and i find it rather
 annoying:
 i've just installed mozilla 1.5 from the ports a day or two ago but it 
 strikes me as _very_ odd that when i load up an .asp page that mozilla 
 crashes entirely.
 

It seems to me that asp wouldn't be directly causing your problem, since it
seems like it's more like a scripting language like php than something
your browser should directly care about. It's possible whoever wrote these
pages only had IE in mind, and it was never tested it on or cared about
Mozilla. If it really is crashing on all .asp pages, then that -is- weird.

And I just googled it too, and apparently it might be 'Microsoft Html'
that those .asp pages are generating.

I'd suggest 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.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]