Re: Test 3

2001-11-25 Thread kwall

On Sat, Nov 24, 2001 at 08:32:42PM -0800, Keith Morse wrote:
 
 It was my understanding that the list standard required, nay, demanded
 a humourous anecdote for such dalliances.

Gasp! Horror! I have been remiss. Keith is correct. With the completion 
of my latest book project, I was able to replace Red Hat 7.2 with Slackware.
Easily accomplished, except that Slackware's default Sendmail configuration
is rather stringent: list email was bouncing with relaying denied messages
and I needed to use Cw kurtwerks.com in sendmail.cf to let Sendmail
know that the box receives mail for kurtwerks.com. I'd really like to
get rid of the utterly lax mail relaying from the configuration file, but
I've been stymied about how to do it without creating an ongoing maintenance
nightmare for myself.

Sorry, a little light on the humor. I suppose there is nothing funny
about Sendmail configuration. It occurs to me that someone had to
think up this mess -- SICK AND WRONG!

Kurt
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Internet Connection

2001-11-25 Thread Michael Scottaline

On Sun, 25 Nov 2001 21:54:31 +0800
aong [EMAIL PROTECTED] wrote:

 Hi,
 
 This is the first time I tried red hat.  I was able to install 7.1 
 successfully.  However, the problem I am encountering is connecting to 
 the internet.  I used kde as default and kppp to connect to the 
 internet.  I can sucessfully establish a connection with my isp but 
 somehow can not ping anyone beyond myself.  
 
 I know it is not the problem of the isp as everything work well when I 
 use my caldera 3.1  Any clue as to what I did wrong on my red hat 
 installation.  I have never ventured into other distro except for
caldera.
=
Could be a dns problem.  Have you checked /etc/resolv.conf??  Is it set up
appropriately?
Mike

-- 
You can't be a real country unless you have a beer and an airline - it
helps if you have some kind of a football team, or some nuclear weapons,
but at the very least you need a beer.
- Frank Zappa

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Get console number..

2001-11-25 Thread Jerry McBride

I found this one on the inet. Compile it via the included script and when you
execute getvc... it'll return the  number of the virtual console you're
currently in.

Handy little tool.

gcc getvc.c -o getvc
strip getvc
mv getvc /usr/local/bin
 
/* getvc.c
 * Prints the number of the current VC to stdout.
 *
 * Joey Hess, Fri Apr  4 14:58:50 EST 1997
 */
 
 #include sys/vt.h
 #include fcntl.h
   
   main () {
 int fd = 0;
 struct vt_stat vt;
 
 if ((fd = open(/dev/console,O_WRONLY,0))  0) {
perror(Failed to open /dev/console\n);
return(2);
}
 if (ioctl(fd, VT_GETSTATE, vt)  0) {
perror(can't get VTstate\n);
close(fd);
return(4);
}
 printf(%d\n,vt.v_active);
}

 /* End of getvc.c */
 






**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=ensafe=offgroup=linux
 9:50am  up 13:22,  3 users,  load average: 0.00, 0.00, 0.00
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Get console number..

2001-11-25 Thread kwall

On Sun, Nov 25, 2001 at 10:47:01AM -0500, Jerry McBride wrote:
 I found this one on the inet. Compile it via the included script and when you
 execute getvc... it'll return the  number of the virtual console you're
 currently in.

Sounds much like 'tty'.

Kurt
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Internet Connection

2001-11-25 Thread Andrew Mathews

aong wrote:
 
 Hi,
 
 This is the first time I tried red hat.  I was able to install 7.1
 successfully.  However, the problem I am encountering is connecting to
 the internet.  I used kde as default and kppp to connect to the
 internet.  I can sucessfully establish a connection with my isp but
 somehow can not ping anyone beyond myself.
 
 I know it is not the problem of the isp as everything work well when I
 use my caldera 3.1  Any clue as to what I did wrong on my red hat
 installation.  I have never ventured into other distro except for caldera.
 
 Thanks
 aong
 
 ___

What does /etc/resolv.conf say? Your ISP's DNS servers have to be listed
there or you won't have any name resolution.
-- 
Andrew Mathews
--
 10:55am  up 8 days, 14:46,  6 users,  load average: 1.00, 1.00, 0.93
--
Checkuary, n.:
The thirteenth month of the year.  Begins New Year's Day and
ends when a person stops absentmindedly writing the old year on his
checks.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



More SxS steps

2001-11-25 Thread Net Llama

GLIBC updated (Dave Bandell) 

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: More SxS steps

2001-11-25 Thread kwall

On Sun, Nov 25, 2001 at 10:01:12AM -0800, Net Llama wrote:
 GLIBC updated (Dave Bandell) 

One l in Bandel, I bellieve. ;-)

Kurt
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: I'm back

2001-11-25 Thread Collins Richey

On Sun, 25 Nov 2001 10:54:30 -0600 Ron White [EMAIL PROTECTED]
wrote:

 Had a total hip replacement, but am back at the computer now and it
 sure feels good.
 

Welcome back.


-- 
Collins Richey
Denver Area
gentoo_rc6 k2.4.15-pre5+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Find command and file system types

2001-11-25 Thread Joel Hammer

I am using updatedb, like everyone, to keep track of the files on my linux
box.
The find command looks in part like this.
 \( -fstype nfs -o -fstype NFS -o -type d -regex $PRUNEREGEX \) -prune -o
-print 
I want to exclude smbfs file types too, but when I put -fstype smbfs, it
doesn't work.
strings `which find` | grep nfs or NFS or ext2 or smbfs does not show any
hits.
So, had can find recognize these file types if they are not in the binary?
Also, if someone can point me to a really simple discussion of find with
many userful examples, I would be most appreciative.
Joel

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Find command and file system types

2001-11-25 Thread Joel Hammer

Sheez.
After about an hour or more, I found the right command to use. I don't know how to
interpret the chicken stratching in updatedb, though.
This  command seems to work fine:
find /mnt/NetWork  -fstype  smbfs  -prune -o -print
This skips the samba mounted shares.
Joel

On Sun, Nov 25, 2001 at 02:32:19PM -0500, Joel Hammer wrote:
 I am using updatedb, like everyone, to keep track of the files on my linux
 box.
 The find command looks in part like this.
  \( -fstype nfs -o -fstype NFS -o -type d -regex $PRUNEREGEX \) -prune -o
 -print 
 I want to exclude smbfs file types too, but when I put -fstype smbfs, it
 doesn't work.
 strings `which find` | grep nfs or NFS or ext2 or smbfs does not show any
 hits.
 So, had can find recognize these file types if they are not in the binary?
 Also, if someone can point me to a really simple discussion of find with
 many userful examples, I would be most appreciative.
 Joel
 
 ___
 Linux-users mailing list
 Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: I'm back

2001-11-25 Thread Glenn Williams

Hi, Ron:

Good to hear from you again, and glad you're feeling better.

I am typing this on my new computer - Pentium 3, 1 GHz, with 1 GB of
RAM.  Works pretty good!

TTYL

73 de glenn

- Original Message -
From: Ron White [EMAIL PROTECTED]
To: Linux users group [EMAIL PROTECTED]
Sent: Sunday, November 25, 2001 9:54 AM
Subject: I'm back


 Had a total hip replacement, but am back at the computer now and it
sure
 feels good.
 Ron

 Ron White
 Amateur Radio  WA0MWW
 God answers all knee mail

 ___
 Linux-users mailing list
 Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users


___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Apology to the list

2001-11-25 Thread Glenn Williams

Hi:

I apologize for sending to the list, what was intended as a personal
reply; I did not look at the reply address when I hit the 'send' button.
sigh slap!

Glenn Williams - [EMAIL PROTECTED]



___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: I'm back

2001-11-25 Thread Keith Antoine

On Monday 26 November 2001 02:54, Ron White enunciated:
 Had a total hip replacement, but am back at the computer now and it sure
 feels good.
 Ron

 Ron White
 Amateur Radio  WA0MWW
 God answers all knee mail

Bit heavier on one side now, are we. Must also beware of magnets.
Many happy returns.

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Apology to the list

2001-11-25 Thread Keith Antoine

On Monday 26 November 2001 06:08, Glenn Williams enunciated:
 Hi:

 I apologize for sending to the list, what was intended as a personal
 reply; I did not look at the reply address when I hit the 'send' button.
 sigh slap!

 Glenn Williams - [EMAIL PROTECTED]

Please resend original, I missed it.
-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



recompiles on Suse 7.3

2001-11-25 Thread Keith Antoine

Douglas

In the reinstalls and generall messing around I lost the reply you sent me re 
doing a recompile on Suse 7.3. Remember mine stuffed up each time and I 
usually got black screens, no script etc. Well I have 2.4.15 and got it 
configged so what were the gotchas. Remember you moved deleted certain files.

BTW with the reinstalls etc I finally got the sound on vcd andf dvd replays 
plus sonnd on kwintv and I can now  also record from the card and burn vcd 's
in linux. Just found that I can access mpegs from the windows partitions and 
play them too. All looking pretty good so far.

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread Collins Richey

On Mon, 26 Nov 2001 06:23:19 +1000 Keith Antoine
[EMAIL PROTECTED] wrote:

 Douglas
 
 In the reinstalls and generall messing around I lost the reply you
 sent me re 
 doing a recompile on Suse 7.3. Remember mine stuffed up each time
 and I 
 usually got black screens, no script etc. Well I have 2.4.15 and got
 it 
 configged so what were the gotchas. Remember you moved deleted
 certain files.
 
 BTW with the reinstalls etc I finally got the sound on vcd andf dvd
 replays 
 plus sonnd on kwintv and I can now  also record from the card and
 burn vcd 's
 in linux. Just found that I can access mpegs from the windows
 partitions and 
 play them too. All looking pretty good so far.
 

Hey Skippy, stop right now.  Kernel 2.4.15 will be disastrous for your
system.  Get the latest patches 2.4.16-pre1, or you could lose your
filesystem!

-- 
Collins Richey
Denver Area
gentoo_rc6 k2.4.15-pre5+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



lots of fun with galeon

2001-11-25 Thread Collins Richey

In case you haven't tried it yet, galeon 1.0 has been released.

galeon is the browser that mozilla would like to be when it grows up.

-- 
Collins Richey
Denver Area
gentoo_rc6 k2.4.15-pre5+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: I'm back

2001-11-25 Thread kwall

On Sun, Nov 25, 2001 at 11:14:20AM -0700, Collins Richey wrote:
 On Sun, 25 Nov 2001 10:54:30 -0600 Ron White [EMAIL PROTECTED]
 wrote:
 
  Had a total hip replacement, but am back at the computer now and it
  sure feels good.

What, the computer or the hip? 

 Welcome back.

Indeed. Nothing like surgery to make one appreciate mailing lists and
the other finer things of life, such as coffee and tobacco. 

Kurt
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Find command and file system types

2001-11-25 Thread kwall

On Sun, Nov 25, 2001 at 02:50:09PM -0500, Joel Hammer wrote:
 Sheez.
 After about an hour or more, I found the right command to use. I don't know how to
 interpret the chicken stratching in updatedb, though.
 This  command seems to work fine:
 find /mnt/NetWork  -fstype  smbfs  -prune -o -print
 This skips the samba mounted shares.
 Joel

If you want updatedb to skip /mnt/NetWork, invoke it as follows:

# updatedb --prunepaths='/mnt/NetWork'
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: lots of fun with galeon

2001-11-25 Thread Ian

Collins Richey wrote:
 
 In case you haven't tried it yet, galeon 1.0 has been released.
 
 galeon is the browser that mozilla would like to be when it grows up.

Warning, warning, software politcal soapbox alert. Warning, warning.

-- 
Linux SxS [http://hal.humberc.on.ca/~mrcn0031/sxs/]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: I'm back

2001-11-25 Thread burns

On November 25, 2001 11:54 am, Ron White wrote:
 Had a total hip replacement, but am back at the computer now and it sure
 feels good.
 Ron

Welcome back, Ron.

Next time you'll have toi think of a less painful way to get a break from the 
list grin

-- 
burns
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: lots of fun with galeon

2001-11-25 Thread Collins Richey

On Sun, 25 Nov 2001 17:48:50 -0500 Ian [EMAIL PROTECTED] wrote:

 Collins Richey wrote:
  
  In case you haven't tried it yet, galeon 1.0 has been released.
  
  galeon is the browser that mozilla would like to be when it grows
 up.
 
 Warning, warning, software politcal soapbox alert. Warning, warning.
 

No politics, just a very contented user.  Having tried
konqueror,netscape,opera and mozilla, I'm pleasantly surprised by what
galeon has to offer.  Granted mozilla has done a lot of the work (the
gecko engine is used by galeon; you must have mozilla installed), but
galeon has delivered a polished product.

-- 
Collins Richey
Denver Area
gentoo_rc6 k2.4.15-pre5+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



OT Re: More SxS steps

2001-11-25 Thread Net Llama


--- [EMAIL PROTECTED] wrote:
 On Sun, Nov 25, 2001 at 10:01:12AM -0800, Net Llama wrote:
  GLIBC updated (Dave Bandell) 
 
 One l in Bandel, I bellieve. ;-)

Yup, you're right.  Fixed.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: lots of fun with galeon

2001-11-25 Thread Ian

Collins Richey wrote:
 
 On Sun, 25 Nov 2001 17:48:50 -0500 Ian [EMAIL PROTECTED] wrote:
 
  Collins Richey wrote:
  
   In case you haven't tried it yet, galeon 1.0 has been released.
  
   galeon is the browser that mozilla would like to be when it grows
  up.
 
  Warning, warning, software politcal soapbox alert. Warning, warning.
 
 
 No politics, just a very contented user.  Having tried
 konqueror,netscape,opera and mozilla, I'm pleasantly surprised by what
 galeon has to offer.  Granted mozilla has done a lot of the work (the
 gecko engine is used by galeon; you must have mozilla installed), but
 galeon has delivered a polished product.

Just being a s#!t disturber. Should've added a smiley at the end...I
grinned when I sent it.
-- 
Linux SxS [http://hal.humberc.on.ca/~mrcn0031/sxs/]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: lots of fun with galeon

2001-11-25 Thread Net Llama


--- Ian [EMAIL PROTECTED] wrote:
 Collins Richey wrote:
  
  In case you haven't tried it yet, galeon 1.0 has been released.
  
  galeon is the browser that mozilla would like to be when it grows
 up.
 
 Warning, warning, software politcal soapbox alert. Warning, warning.

Indeed.  For those of you not familiar with Galeon and/or Mozilla,
Galeon is really just a different purty front end for Mozilla.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread Keith Antoine

On Monday 26 November 2001 06:44, Collins Richey enunciated:

 Hey Skippy, stop right now.  Kernel 2.4.15 will be disastrous for your
 system.  Get the latest patches 2.4.16-pre1, or you could lose your
 filesystem!

Thanks for that, is it that bad?? What is the problem with 15 then, ext3??
I was going to put up 14 .

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: lots of fun with galeon

2001-11-25 Thread Collins Richey

On Sun, 25 Nov 2001 18:30:49 -0500 Ian [EMAIL PROTECTED] wrote:

 Collins Richey wrote:
  
  On Sun, 25 Nov 2001 17:48:50 -0500 Ian [EMAIL PROTECTED] wrote:
  
   Collins Richey wrote:
   
In case you haven't tried it yet, galeon 1.0 has been
 released.
   
galeon is the browser that mozilla would like to be when it
 grows
   up.
  
   Warning, warning, software politcal soapbox alert. Warning,
 warning.
  
  
  No politics, just a very contented user.  Having tried
  konqueror,netscape,opera and mozilla, I'm pleasantly surprised by
 what
  galeon has to offer.  Granted mozilla has done a lot of the work
 (the
  gecko engine is used by galeon; you must have mozilla installed),
 but
  galeon has delivered a polished product.
 
 Just being a s#!t disturber. Should've added a smiley at the end...I
 grinned when I sent it.


No problem.  Actually you were partly correct, grins asside.  When I
find soemthing I like, I do get up on the soapbox and preach to the
multitudes!

-- 
Collins Richey
Denver Area
gentoo_rc6 k2.4.15-pre5+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread Collins Richey

On Mon, 26 Nov 2001 09:48:44 +1000 Keith Antoine
[EMAIL PROTECTED] wrote:

 On Monday 26 November 2001 06:44, Collins Richey enunciated:
 
  Hey Skippy, stop right now.  Kernel 2.4.15 will be disastrous for
 your
  system.  Get the latest patches 2.4.16-pre1, or you could lose
 your
  filesystem!
 
 Thanks for that, is it that bad?? What is the problem with 15 then,
 ext3??
 I was going to put up 14 .
 

All I know is it's bad news and all filesystems are affected.  Andrea
Arcangeli immediately released a patch with the comment Should fix
the sync/umount/inode problem with 2.4.15.  The patch is now
available both in the stable (2.4.16-pre1) and development
(2.5.1-pre1) kernels.

-- 
Collins Richey
Denver Area
gentoo_rc6 k2.4.15-pre5+ext3+xfce+sylpheed+galeon
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread Net Llama


--- Keith Antoine [EMAIL PROTECTED] wrote:
 On Monday 26 November 2001 06:44, Collins Richey enunciated:
 
  Hey Skippy, stop right now.  Kernel 2.4.15 will be disastrous for
 your
  system.  Get the latest patches 2.4.16-pre1, or you could lose your
  filesystem!
 
 Thanks for that, is it that bad?? What is the problem with 15 then,
 ext3??
 I was going to put up 14 .

The problem with 15, to the best of my understanding is that it forgets
to write all changes to disk when you shutdown the system.  Thus, you
end up with massive amounts of fs corruption, especially on boxes that
have had long uptimes.  It has nothing to do with the fs being used.

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Quake...

2001-11-25 Thread Jerry McBride

I'm a bit sheepish to admit this... but I've just rediscovered QUAKE. It
fails to run on 3.1 due to update glibc, but I've discovered that the old
libc5 can be installed from eDesktop 2.40 if you add a --nodeps switch to the
command line.

I've been quakin' for a couple of hours now... no problems with either quake
or the rest of the workstation installation. When I get a chance, I'm going
to setup
a Quake World server and see if my family can survive the battle... :')

Cheers all. 



-- 


**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=ensafe=offgroup=linux
 7:30pm  up 23:02,  3 users,  load average: 0.00, 0.00, 0.00
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread kwall

On Sun, Nov 25, 2001 at 04:10:10PM -0800, Net Llama wrote:
 
 The problem with 15, to the best of my understanding is that it forgets
 to write all changes to disk when you shutdown the system.  Thus, you
 end up with massive amounts of fs corruption, especially on boxes that
 have had long uptimes.  It has nothing to do with the fs being used.

Eew. Nasty bug, that. I take it sync;sync;sync;shutdown -r whatever
wasn't sufficient?

Kurt
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Quake...

2001-11-25 Thread kwall

On Sun, Nov 25, 2001 at 07:36:45PM -0500, Jerry McBride wrote:
 I'm a bit sheepish to admit this... but I've just rediscovered QUAKE. It

Your secret's safe with me.





Not. ;-)

K
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Quake...

2001-11-25 Thread Bill Day

Let me know if you need some server scripts, keyboard scritps etc... 

I have 3 different QuakeWorld servers running(DM-DeathMatch, TF-TeamFortress 
and CustomTF-name says it all!) it rox

On Sunday 25 November 2001 19:36, you were heard blurting out:
 I'm a bit sheepish to admit this... but I've just rediscovered QUAKE. It
 fails to run on 3.1 due to update glibc, but I've discovered that the old
 libc5 can be installed from eDesktop 2.40 if you add a --nodeps switch to
 the command line.

 I've been quakin' for a couple of hours now... no problems with either
 quake or the rest of the workstation installation. When I get a chance, I'm
 going to setup
 a Quake World server and see if my family can survive the battle... :')

 Cheers all.

-- 
  Bill Day ( a.k.a. BadMan )188133 http://counter.li.org
  irc.openprojects.net  #linux-users ( Open 24/7 )
  Our crystal tears now fall upon the ashes, but from the dust shall grow a
  spirit, to be in compassion for those who are lost, and one in determination
  to break those who dare test our resolve to be free...
  
 http://www.daysdomain.com/tribute.html
  
  9:30pm  up 116 days, 12:01, 19 users,  load average: 0.00, 0.00, 0.00
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: lots of fun with galeon

2001-11-25 Thread Ken Moffat

I tried galeon, and it's great, but won't install on my Libranet (debian)
system. I'm using testing, just upgraded, and apparently there are
dependency problems. Bum deal. No glib-config, needs orbit, and glib =
1.2.9.  Too much for me.

On Sun, 25 Nov 2001 14:54:12 -0700
Collins Richey [EMAIL PROTECTED] wrote:

 In case you haven't tried it yet, galeon 1.0 has been released.
 
 galeon is the browser that mozilla would like to be when it grows up.
 
 -- 
 Collins Richey

-- 
Ken Moffat
[EMAIL PROTECTED]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Quake...

2001-11-25 Thread Myles Green

On Sun, 25 Nov 2001 19:23:34 -0700
Collins Richey [EMAIL PROTECTED] wrote:

 On Sun, 25 Nov 2001 20:00:57 -0500 [EMAIL PROTECTED] wrote:
 
  On Sun, Nov 25, 2001 at 07:36:45PM -0500, Jerry McBride wrote:
   I'm a bit sheepish to admit this... but I've just rediscovered
  QUAKE. It
  
  Your secret's safe with me.
 
 Totally OT, but I'm probably the only living linux afficionado who has
 never played or dreamed of playing QUAKE. grin

nope... there's at least two of us ;)

-- 
Myles Green Calgary AB Canada
Alberta Linux Step by Step Mirror:
http://www.telusplanet.net/public/mylesg/



___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread Keith Antoine

On Monday 26 November 2001 10:10, Net Llama enunciated:

 The problem with 15, to the best of my understanding is that it forgets
 to write all changes to disk when you shutdown the system.  Thus, you
 end up with massive amounts of fs corruption, especially on boxes that
 have had long uptimes.  It has nothing to do with the fs being used.

Thanks Lonni..

-- 
Keith Antoine aka 'skippy'
18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: recompiles on Suse 7.3

2001-11-25 Thread Myles Green

On Mon, 26 Nov 2001 16:44:37 +1000
Keith Antoine [EMAIL PROTECTED] wrote:

 On Monday 26 November 2001 10:10, Net Llama enunciated:
 
  The problem with 15, to the best of my understanding is that it
forgets
  to write all changes to disk when you shutdown the system.  Thus,
you
  end up with massive amounts of fs corruption, especially on boxes
that
  have had long uptimes.  It has nothing to do with the fs being used.
 
 Thanks Lonni..

yes, thanks for that bit of info... I'm now running 2.4.16pre1 as well.
I haven't come across any fs corruption yet either but my uptime was
only something like 50 hrs. 

-- 
Myles Green Calgary AB Canada
Alberta Linux Step by Step Mirror:
http://www.telusplanet.net/public/mylesg/



___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



OT Re: Test 3

2001-11-25 Thread Zoki

-On Sat, Nov 24, 2001 at 08:32:42PM -0800, Keith Morse wrote:
- 
- It was my understanding that the list standard required, nay, demanded
- a humourous anecdote for such dalliances.


*** Quite so! In fact this standard demands a
seveere punishment for the unrespectful:  
Thou shall write an anecdote or thou shall be tied to a 486DX-66 with
Windows XP and be forced to reinstall it untill thou can't anymore, or
something very terrible like that...

--
Cheers,
Zoran.




___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users