Re: 2.4.18-14BOOT and Adaptec AIC-7902 HostRaid

2003-03-09 Thread George Magklaras
Stephen Carville wrote: Go to: http://download.adaptec.com/Linux_drivers.html to get the driver Go to: http://www.adaptec.com/worldwide/support/driverdetail.html?sess=no&language=English+US&filekey=aic79xx-1.1.0-i686-rh80.img.gz To get a bootable kernel with the driver. Decompress the image a

Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Gordon Messmer
Vikram Goyal wrote: Date: 08 Mar 2003 12:27:10 +0530 Subject: Boycott Caldera/SCO Products Hi, The SCO Group (aka Caldera Systems) has launched a major threat to the Linux OS by suing IBM for $1 billion for IP violations. Their core argument is that Linux would have remained a hobbyist OS if IBM h

Re: cron.daily running at 16:00 instead of 4:00(AM)?

2003-03-09 Thread Wil Cooley
On Sun, 2003-03-09 at 15:38, Markku Kolkka wrote: > Viestissä Sunnuntai 9. Maaliskuuta 2003 06:34, Wil Cooley kirjoitti: > > My laptop at least had been on for about an hour, so I don't think it > > was running out of anacron either. > > It _is_ anacron, it runs cron.daily tasks 65 minutes after s

Re: perl: Split loop at...

2003-03-09 Thread Stephen Carville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It could be related to unicode support. Try: use bytes; However, I cannot reproduce the error. On Sunday 09 March 2003 09:12 pm, Telford wrote: > I've tried this on two different RH8.0 machines: > > > #!/usr/bin/perl > > while(<>) > { > @x

Re: perl: Split loop at...

2003-03-09 Thread Norman Gaywood
On Mon, Mar 10, 2003 at 04:12:13PM +1100, Telford wrote: > I've tried this on two different RH8.0 machines: > > > #!/usr/bin/perl > > while(<>) > { > @x1 = split(/[\t\n ]+/, $_); > foreach $token (@x1) > { > @x2 = split(/[,;]/, $token); > } > } > > > Feed

perl: Split loop at...

2003-03-09 Thread Telford
I've tried this on two different RH8.0 machines: #!/usr/bin/perl while(<>) { @x1 = split(/[\t\n ]+/, $_); foreach $token (@x1) { @x2 = split(/[,;]/, $token); } } Feed it almost any input and you get something like: Split loop at ./test line 8, <>

Re: Palm

2003-03-09 Thread Christopher A. Williams
The problem is actually the version of the kernel, pilot-link and gnome-pilot in Red Hat 8.0. The Tungsten T is not supported by the versions that come with. I know because I also have a Tungsten I'd love to sync. You apparently can backport the changes needed - I just haven't had the time to do i

Palm

2003-03-09 Thread mworkman
I have a new Palm Tungstun with a USB adaper. I have worked with the 'RedHat->Accessories->Pilot/Handspring Tool' under the pull down menu. When making a new device, the choices are: /dev/pilot /dev/tty0 /dev/tty1 /dev/tty2 /dev/tty3 /dev/ttyqe The bottom 5 are actually in the /dev directory. Pilo

Re: And Now Hate Mail?

2003-03-09 Thread Stephen Carville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 09 March 2003 06:55 pm, Melvin Sneed wrote: > > > > > DIE! DIE EVIL THREAD! DIE! > > OB Linix: I have a stuffed Tux. You too? I keep the little guy on top of my monitor. - -- Stephen Carville http://www.heronforge.net/~stephen/gnupg

Re: Recent Kernel problems

2003-03-09 Thread Tom Diehl
On Sun, 9 Mar 2003, Mike Watson wrote: > I have an AMD Duron, 800MHz clone box running RH 8 with all the errata > except for one. I cannot load the most recent kernel upgrades since > 2.4.18-19.8.0. There have been two kernel releases since that version > and I have the same problem with both

Re: And Now Hate Mail?

2003-03-09 Thread Melvin Sneed
DIE! DIE EVIL THREAD! DIE! OB Linix: I have a stuffed Tux. Dave -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Gnome/Nautilus question

2003-03-09 Thread Eric Claypool
Hi, I have started playing around with Gnome (the version supplied with RH8). The question I have is within the FileManager, Nautilus, is there a way to create files? When I right click on a blank part of the Nautilus window, all I see are options for a new window or new folder. Does a create n

Re: And Now Hate Mail?

2003-03-09 Thread Jim McConnell
John Lowell wrote: Jim McConnell wrote: John Lowell wrote: I just got two private e-mail messages from someone on the list who lacked the courage to identify themselves to me or to permit a reply from me because they manipulated the From address in such a way as to make that impossible. I thi

Re: cron.daily running at 16:00 instead of 4:00(AM)?

2003-03-09 Thread Markku Kolkka
Viestissä Sunnuntai 9. Maaliskuuta 2003 06:34, Wil Cooley kirjoitti: > My laptop at least had been on for about an hour, so I don't think it > was running out of anacron either. It _is_ anacron, it runs cron.daily tasks 65 minutes after startup. See /etc/anacrontab and man 5 anacrontab. --

Re: Kernel rebuild

2003-03-09 Thread Iain Buchanan
On Mon, 2003-03-10 at 03:01, Patrick Marquetecken wrote: > Hi, > > I'm quit new to compiling kernel and must recompile the kernel to > activate my new network card and other. > If i execute make menuconfig and recompile the kernel do i get the same > result as the kernel .rpm from RH? copy the red

Re: Michael Schwendt

2003-03-09 Thread Cameron Simpson
On 11:09 09 Mar 2003, Jack Bowling <[EMAIL PROTECTED]> wrote: | ** Reply to message from ABrady <[EMAIL PROTECTED]> on Sun, 09 Mar 2003 10:57:07 -0600 | > I've just introduced you to my "delete at server" filter, a special | > status reserved for the very elite asswipes among us. | > Soon you'll b

Re: cron.daily running at 16:00 instead of 4:00(AM)?

2003-03-09 Thread Chris Kloiber
On Sun, 2003-03-09 at 17:38, Mr. Adam ALLEN wrote: > On Sun, 2003-03-09 at 21:55, Chris Kloiber wrote: > > Does it consistently run at the wrong time if you left it on 24x7? I > > thought anacron was modified so it would wait a bit after the machine > > was turned on to run anything that was missed

RE: why there is no sound when I played CD

2003-03-09 Thread Chris Kloiber
On Sun, 2003-03-09 at 15:47, Tengjiao HU wrote: > In WinXP it plays CD without any problem. I have check the volume control > and it is at the maximum. What should I do next? Thanks and Regards. It can still be a missing wire (4 pin connector, usually only 3 wires) as the sound drivers in Windows

Re: cron.daily running at 16:00 instead of 4:00(AM)?

2003-03-09 Thread Mr. Adam ALLEN
On Sun, 2003-03-09 at 21:55, Chris Kloiber wrote: > Does it consistently run at the wrong time if you left it on 24x7? I > thought anacron was modified so it would wait a bit after the machine > was turned on to run anything that was missed while the machine was off. > IIRC, this was so that the us

Re: cron.daily running at 16:00 instead of 4:00(AM)?

2003-03-09 Thread Chris Kloiber
Does it consistently run at the wrong time if you left it on 24x7? I thought anacron was modified so it would wait a bit after the machine was turned on to run anything that was missed while the machine was off. IIRC, this was so that the user would not have to wait 5-10 minutes after the machine w

RE: why there is no sound when I played CD

2003-03-09 Thread Gerry Doris
> In WinXP it plays CD without any problem. I have check the volume > control and it is at the maximum. What should I do next? Thanks and > Regards. I had the same problem with psyche. There's something wrong with the default mixer. It will kill all sound. However, if I used kmix I could get it

RE: why there is no sound when I played CD

2003-03-09 Thread Tengjiao HU
Thank you very much. I tried the headphone but there was no sound either. Plug a headphone into the headphone jack of the CDROM. If you hear sound then the problem is no connection between the CD Drive and your soundcard. XP uses clock cycles to digitize the CD output and send that to the sound

Re: Recent Kernel problems

2003-03-09 Thread Mike Watson
On Sunday 09 March 2003 02:16 pm, Jesse Keating wrote: > On Sunday 09 March 2003 10:19, Justin Zygmont uttered: > > can you be certail that you installed the right kernel and > > installed it with rpm -Uvh kernel* it's always worked cleanly for > > me. > > One should _never_ -Uvh a kernel rpm. -Uv

Re: Recent Kernel problems

2003-03-09 Thread Mike Watson
On Sunday 09 March 2003 12:19 pm, Justin Zygmont wrote: > can you be certail that you installed the right kernel and installed > it with rpm -Uvh kernel* it's always worked cleanly for me. > Yes, I have. When I first had the failure, I removed it using rpm -e, verified the filename and re-instal

Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Stephen Carville
On Sunday 09 March 2003 11:34 am, Mr. Adam ALLEN wrote: > ... but isn't this list for RedHat That what I thought, too. -- Stephen Carville http://www.heronforge.net/~stephen/gnupgkey.txt === The difference between robbery and taxes is simple: The firs

Re: Recent Kernel problems

2003-03-09 Thread Pierre Lamb
It all depends what rpm yuou have and what you desire. If itis a a src.kernel one might want to replace the old source with the new.  I have done both types of rpm instal both on source rpm and binary kernel upgrades and yet to have any problems. I have been doing this for over 3 years  Jesse Keati

Re: why there is no sound when I played CD

2003-03-09 Thread Stephen Carville
On Sunday 09 March 2003 12:47 pm, Tengjiao HU wrote: > In WinXP it plays CD without any problem. I have check the volume control > and it is at the maximum. What should I do next? Thanks and Regards. Plug a headphone into the headphone jack of the CDROM. If you hear sound then the problem is no

Re: Recent Kernel problems

2003-03-09 Thread Jesse Keating
On Sunday 09 March 2003 10:19, Justin Zygmont uttered: > can you be certail that you installed the right kernel and installed it > with rpm -Uvh kernel* it's always worked cleanly for me. One should _never_ -Uvh a kernel rpm. -Uvh is upgrade, and it will remove the old kernel. You should use -i

RE: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Mr. Adam ALLEN
On Sun, 2003-03-09 at 18:36, Jerry Roy wrote: > Since they allow you to espouse your theory - I thought it would be appropriate to > give the truth so as not to let you think you actually know the truth. Evolution is > just a theory - These are the facts ma'am - Just the facts. You can choose to

Re: Michael Schwendt

2003-03-09 Thread Jack Bowling
** Reply to message from ABrady <[EMAIL PROTECTED]> on Sun, 09 Mar 2003 10:57:07 -0600 > On Sun, 09 Mar 2003 09:36:30 -0500 > John Lowell <[EMAIL PROTECTED]> wrote: > > You don't know me, Mr. Lowell, and I don't know you. Nor will we ever > get to know each other. > > I've just introduced you to

Re: HW failure during 8.0 install...?

2003-03-09 Thread Jack Bowling
** Reply to message from Dan Devine <[EMAIL PROTECTED]> on Sun, 09 Mar 2003 00:49:29 -0800 > Hi all, > > I'm getting installer lockups during the "package drop" from the install > CDs. > > I'm going a "full-boat" 8.0 install for a server on the end of my cable > line..I am installing from ISO'

Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Benjamin
dito  Peter Larsen <[EMAIL PROTECTED]> wrote: On Sunday, March 09, 2003 13:36 PM,Jerry Roy <[EMAIL PROTECTED]>wrote:> Since they allow you to espouse your theory - I thought it would be> appropriate to give the truth so as not to let you think you actually> know the truth. Evolution is just a theor

Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Peter Larsen
On Sunday, March 09, 2003 13:36 PM, Jerry Roy <[EMAIL PROTECTED]> wrote: > Since they allow you to espouse your theory - I thought it would be > appropriate to give the truth so as not to let you think you actually > know the truth. Evolution is just a theory - These are the facts > ma'am - Just t

RE: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Jerry Roy
Since they allow you to espouse your theory - I thought it would be appropriate to give the truth so as not to let you think you actually know the truth. Evolution is just a theory - These are the facts ma'am - Just the facts. You can choose to believe in something else and reject the truth - Is

Re: Recent Kernel problems

2003-03-09 Thread Justin Zygmont
can you be certail that you installed the right kernel and installed it with rpm -Uvh kernel* it's always worked cleanly for me. On Sun, 9 Mar 2003, Mike Watson wrote: > I have an AMD Duron, 800MHz clone box running RH 8 with all the errata > except for one. I cannot load the most recent kern

RE: why there is no sound when I played CD

2003-03-09 Thread Mr. Adam ALLEN
On Sun, 2003-03-09 at 20:47, Tengjiao HU wrote: > In WinXP it plays CD without any problem. I have check the volume control > and it is at the maximum. What should I do next? Thanks and Regards. Seem to remember that XP might use the CPU to create a digital version of the sound, and then play that

RE: why there is no sound when I played CD

2003-03-09 Thread Pavel Rozenboim
> -Original Message- > From: Tengjiao HU [mailto:[EMAIL PROTECTED] > Sent: Sun, March 09, 2003 10:47 PM > To: [EMAIL PROTECTED] > Subject: RE: why there is no sound when I played CD > > > In WinXP it plays CD without any problem. I have check the > volume control XP can do what they ca

RE: why there is no sound when I played CD

2003-03-09 Thread Tengjiao HU
In WinXP it plays CD without any problem. I have check the volume control and it is at the maximum. What should I do next? Thanks and Regards. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: And Now Hate Mail?

2003-03-09 Thread jdow
> Normally I keep my mouth shut, but this is too much. My Brother is an > RHCE, and will not answer my questions until I've exhausted all > available resources. If you have not tried your very best to find the > answer, then dont expect someone to just hand it to you on a silver > platter.(its

Re: why there is no sound when I played CD

2003-03-09 Thread Ed . Greshko
On Sun, 9 Mar 2003, Tengjiao HU wrote: > I finally found out what the directory in /dev for my CD. I can mount it > without any problem now. However, when I played CD, the playing software > indicated that I did read the data and output, however, I cannot hear any > sound from my speaker. I know m

Re: Michael Schwendt

2003-03-09 Thread Robert P. J. Day
On Sun, 9 Mar 2003, John Nall wrote: > At 08:47 AM 3/9/2003 -0800, Stephen Carville wrote: > > >He certainly is a persistent troll. > > You guys (and girls) should give Mr. Lowell more respect. You may not know > it, but Linux is just a hobby with him. His real job is as a senior member > of

Re: Ext3 File System Check

2003-03-09 Thread jdow
From: "Robert P. J. Day" <[EMAIL PROTECTED]> > *i'm* the one who, on a regular basis, tees off on folks > who post in HTML or (my favorite pet peeve) use really > worthless, content-free subjects like "help", or "need help" > or "REALLY, REALLY, REALLY NEED HELP". > > i've worked hard to earn

Kernel rebuild

2003-03-09 Thread Patrick Marquetecken
Hi, I'm quit new to compiling kernel and must recompile the kernel to activate my new network card and other. If i execute make menuconfig and recompile the kernel do i get the same result as the kernel .rpm from RH? Patrick -- Knowledge in a databank,is like food which is in a deepfreeze. Not

RE: why there is no sound when I played CD

2003-03-09 Thread Pavel Rozenboim
Use volume control app and increase your CD volume. Also, are you sure your CD is connected to the sound card? Did you previously play CDs successfully? Pavel. > -Original Message- > From: Tengjiao HU [mailto:[EMAIL PROTECTED] > Sent: Sun, March 09, 2003 10:14 PM > To: [EMAIL PROTECTED] >

Re: CD-ROM not in XCDROAST

2003-03-09 Thread Stephen Carville
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 08 March 2003 10:48 pm, Jake Mazur wrote: > If any of you can point me in the right direction for resolving this > issue, I would be most appreciative. > > When using Xcdroast, I can not see my CD-ROM drive (ATAPI, like my > CD-R/RW). The

why there is no sound when I played CD

2003-03-09 Thread Tengjiao HU
I finally found out what the directory in /dev for my CD. I can mount it without any problem now. However, when I played CD, the playing software indicated that I did read the data and output, however, I cannot hear any sound from my speaker. I know my speaker should work well because I can play th

Re: Michael Schwendt

2003-03-09 Thread Ed Wilts
On Sun, Mar 09, 2003 at 09:36:30AM -0500, John Lowell wrote: > Robert P. J. Day wrote: > > >no, but frankly, *you're* starting to get a bit tedious. > > > >rday > > > Do I need you for anything, Mr. Day? Probably. From what I've been able to determine on this list, he's got a few extra clues and

Re: Michael Schwendt

2003-03-09 Thread Jesse Keating
On Sunday 09 March 2003 09:09, John Nall uttered: > You guys (and girls) should give Mr. Lowell more respect. You may not know > it, but Linux is just a hobby with him. His real job is as a senior member > of the Bush diplomatic team to North Korea. -ouch- Hey, I bet if we all just stop replyin

Re: 3com 3c905b only at 10mb

2003-03-09 Thread Scott Mugan
I have looked at modinfo, here's the output: filename:/lib/modules/2.4.18-26.8.0/kernel/drivers/net/3c59x.o description: "3Com 3c59x/3c9xx ethernet driver LK1.1.18-ac 1 July 2002" author: "Donald Becker <[EMAIL PROTECTED]>" license: "GPL" parm:debug int, description "3c59x deb

Re: Michael Schwendt

2003-03-09 Thread John Nall
At 08:47 AM 3/9/2003 -0800, Stephen Carville wrote: He certainly is a persistent troll. You guys (and girls) should give Mr. Lowell more respect. You may not know it, but Linux is just a hobby with him. His real job is as a senior member of the Bush diplomatic team to North Korea. John --

Re: [viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Stephen Carville
On Sunday 09 March 2003 01:35 am, Vikram Goyal wrote: > Forwarding without prejudice...It concerns all of us. Caldera is a dying company and grapsing at straws to make a few bucks for the lawyers to retire on. Those who can do. Those who cannot sue those who did. -- Stephen Carville http://w

Re: Michael Schwendt

2003-03-09 Thread ABrady
On Sun, 09 Mar 2003 09:36:30 -0500 John Lowell <[EMAIL PROTECTED]> wrote: You don't know me, Mr. Lowell, and I don't know you. Nor will we ever get to know each other. I've just introduced you to my "delete at server" filter, a special status reserved for the very elite asswipes among us. Soon y

Recent Kernel problems

2003-03-09 Thread Mike Watson
I have an AMD Duron, 800MHz clone box running RH 8 with all the errata except for one. I cannot load the most recent kernel upgrades since 2.4.18-19.8.0. There have been two kernel releases since that version and I have the same problem with both. When loading the system, when /proc is mounte

Re: Michael Schwendt

2003-03-09 Thread Stephen Carville
He certainly is a persistent troll. On Saturday 08 March 2003 05:41 pm, John Lowell wrote: > Earlier today, I posted a simple yes-or-no question to to the list and > got back a lecture and some abuse from a Michael Schwendt. After a > couple of additional, similar messages from him, I specifica

Re: how to activate the touch pad on my laptop

2003-03-09 Thread Stephen Carville
On Sunday 09 March 2003 10:46 am, Tengjiao HU wrote: > The touch pad can never work so that I have to carry my mouse every time. Is > there any way to activate it? My laptop model is sony GRX520. I have tried > sonykey, but it cannot work for the Fn and touch pad. Thanks. Donlt know about Sony b

Re: how to activate the touch pad on my laptop

2003-03-09 Thread Tony Nugent
On Mon Mar 10 2003 at 02:26, Tony Nugent wrote: (I hit the "send" button too soon...) > On Sun Mar 09 2003 at 10:46, "Tengjiao HU" wrote: > > > The touch pad can never work so that I have to carry my mouse every time. Is > > there any way to activate it? My laptop model is sony GRX520. I have tr

Re: Ext3 File System Check

2003-03-09 Thread Stephen Carville
Don't feed the trolls. It only encourages them. On Saturday 08 March 2003 02:20 pm, Michael Schwendt wrote: > On Sun, 09 Mar 2003 04:37:56 -0500, John Lowell wrote: > > > Michael Schwendt wrote: > > > > >What's the question? Why do you see need to use option -j? > > > > > >Run "fsck /dev/xxx" an

Re: And Now Hate Mail?

2003-03-09 Thread John Lowell
Jim McConnell wrote: John Lowell wrote: I just got two private e-mail messages from someone on the list who lacked the courage to identify themselves to me or to permit a reply from me because they manipulated the From address in such a way as to make that impossible. I think I can guess who t

Re: how to activate the touch pad on my laptop

2003-03-09 Thread Tony Nugent
On Sun Mar 09 2003 at 10:46, "Tengjiao HU" wrote: > The touch pad can never work so that I have to carry my mouse every time. Is > there any way to activate it? My laptop model is sony GRX520. I have tried > sonykey, but it cannot work for the Fn and touch pad. Thanks. I have no experience with t

Re: how to activate the touch pad on my laptop

2003-03-09 Thread Keith Winston
Tengjiao HU wrote: The touch pad can never work so that I have to carry my mouse every time. Is there any way to activate it? My laptop model is sony GRX520. I have tried sonykey, but it cannot work for the Fn and touch pad. Thanks. I don't know about Sony laptops, but with most laptops, the touchp

Re: rpm -e old kernel

2003-03-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 09 Mar 2003 09:14:45 -0600, Charles wrote: > > "make clean" here is obsolete. > > > > > Hmmm. Most recent documentation I have with RedHat 8.0 is to perform > this step. I am reading from Red Hat Linux 8.0, The Official Red Hat > Linux Cus

Re: talk

2003-03-09 Thread Harry Putnam
Steve Madonna <[EMAIL PROTECTED]> writes: > rpm -ivh talk-server-0.17-17.rpm talk-0.17-17.rpm Michael S. wrote: > It seems you have found something related. What happens if you > install both packages with rpm -ivvh? Both "talk-server" and "talk" > provide "ntalk" and also obsolete "ntalk". Maybe

how to activate the touch pad on my laptop

2003-03-09 Thread Tengjiao HU
The touch pad can never work so that I have to carry my mouse every time. Is there any way to activate it? My laptop model is sony GRX520. I have tried sonykey, but it cannot work for the Fn and touch pad. Thanks. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/

Re: 3com 3c905b only at 10mb

2003-03-09 Thread Aaron Konstam
On Sun, Mar 09, 2003 at 08:29:40AM +0100, Bart SCHELSTRAETE wrote: > Scott Mugan wrote: > > > I have a 3c905b installed under RH8. It is only running at 10Mb. I > > searched and found newer drivers for it but they need to be compiled > > into modules. I followed the directions to the letter but

Re: cron.daily running at 16:00 instead of 4:00(AM)?

2003-03-09 Thread Aaron Konstam
On Sat, Mar 08, 2003 at 08:34:55PM -0800, Wil Cooley wrote: > > Has anyone else seen this? I and another person were working on a pair > of IBM ThinkPads on Friday--an R31 (his) and a T20 (mine), both of which > are running Psyche, with some updates. His went disk-mad about 16:00 > (while runnin

Re: And Now Hate Mail?

2003-03-09 Thread Jim McConnell
John Lowell wrote: I just got two private e-mail messages from someone on the list who lacked the courage to identify themselves to me or to permit a reply from me because they manipulated the From address in such a way as to make that impossible. I think I can guess who the party may be, but

Re: rpm -e old kernel

2003-03-09 Thread Charles
Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 09 Mar 2003 08:16:48 -0600, Charles wrote: "make clean" here is obsolete. Hmmm. Most recent documentation I have with RedHat 8.0 is to perform this step. I am reading from Red Hat Linux 8.0, The Official Red Hat Li

Re: Michael Schwendt

2003-03-09 Thread Gerry Doris
On Sun, 9 Mar 2003, John Lowell wrote: > John Nall wrote: > > >On Sat, 2003-03-08 at 20:41, John Lowell wrote: > > > > > >>Earlier today, I posted a simple yes-or-no question to to the list and > >>got back a lecture and some abuse from a Michael Schwendt. After a > >>couple of additional, si

Re: And Now Hate Mail?

2003-03-09 Thread Dale
- Original Message - From: "Robert P. J. Day" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 09, 2003 4:13 AM Subject: Re: And Now Hate Mail? ---snip > [NOTE carefully the CC on this message, Mr. Lowell.] > > Psyche list administrator, > Red

Re: rpm -e old kernel

2003-03-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 09 Mar 2003 08:16:48 -0600, Charles wrote: > I am using RH8 on three boxes. Because I use some softeware that > needs a completely configured kernel, I usually install the kernel > sources, make sure that the symlinks in /usr/src point to th

Re: Ext3 File System Check

2003-03-09 Thread John Lowell
Robert P. J. Day wrote: then take your business there. how much of a no-brainer can that be? personally, you're really starting to grate on me because, frankly, being an abrasive, obnoxious presence on red hat mailing lists is *my* job. *i'm* the one who, on a regular basis, tees off on folks w

Re: Michael Schwendt

2003-03-09 Thread John Lowell
Robert P. J. Day wrote: no, but frankly, *you're* starting to get a bit tedious. rday Do I need you for anything, Mr. Day? John Lowell -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: And Now Hate Mail?

2003-03-09 Thread John Lowell
Marcel J.E. Mol wrote: Hi John, You state you don't know who sent the hate mails because the From header is faked. But by copying the messages as you did below they could just as well been made up by you (please don;t take this as a threat). I noticed you using a non-microsoft/non-lotus-notes bas

modem doesn't work

2003-03-09 Thread Tengjiao HU
Hi, after install the driver for my soft modem in my laptop and add the ppp in the network, the system is halted at enabling the ppp0 when booting. I skip this step in the booting and activate the modem latter on after login. But the modem still cannot be accessible when connect homepages i

rpm -e old kernel

2003-03-09 Thread Charles
I am using RH8 on three boxes. Because I use some softeware that needs a completely configured kernel, I usually install the kernel sources, make sure that the symlinks in /usr/src point to the correct places do make mrproper make xconfig make dep make clean make bzImage make modules make modul

Re: UTF8 LOCALE PROBLEME

2003-03-09 Thread Charles
Joey wrote: Hi, is there someone that know why the caracter é è à are not display correctly in xwin terminal (xterm). ps. sorry for my bad english.. joey.. I am under the impression that Redhat is supporting UTF8, but that there are apps that haven't yet caught up. I think that as time goes

Re: Ext3 File System Check

2003-03-09 Thread John Nall
At 06:40 PM 3/8/2003 -0800, jdow wrote: I suggest that this individual is a troll and suitable for kill files. He's being added to mine forthwith. He appears illiterate enough to be adverse to reading man pages to determine the proper answers to questions even after he is told the appropriate man

Re: Ext3 File System Check

2003-03-09 Thread Christopher A. Williams
Craig, I've changed my mind... After seeing that he couldn't leave alone, I have to agree. ...With respect to the third link, John, while your head is up there, you might want to check for polyps. Chris On Sat, 2003-03-08 at 23:20, Craig White wrote: > In keeping with my earlier post, John, I a

Re: grub to lilo post

2003-03-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 09 Mar 2003 07:59:03 -0500, ivan valdes wrote: > i posted what i consider a simple thing to gurus of the linux distro > last night. my post has been summarily ignored by y'all, and when > anxiously checked the last 6 or 7 lists instead i fin

grub to lilo post

2003-03-09 Thread ivan valdes
i posted what i consider a simple thing to gurus of the linux distro last night. my post has been summarily ignored by y'all, and when anxiously checked the last 6 or 7 lists instead i find all kinds of polemics over a fschk. i was rather flustered but in the wee hours of sunday i found the rea

Re: talk

2003-03-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 08 Mar 2003 18:21:43 -0800, Harry Putnam wrote: > >> installed with talk are: > >> /usr/bin/talk > >> /usr/share/man/man1/talk.1.gz > >> > >> No talkd which is mentioned in the `see also' part of `talk' manpage. > >> > >> This led me to

Re: And Now Hate Mail?

2003-03-09 Thread Marcel J.E. Mol
Hi John, You state you don't know who sent the hate mails because the >From header is faked. But by copying the messages as you did below they could just as well been made up by you (please don;t take this as a threat). I noticed you using a non-microsoft/non-lotus-notes based email program so I w

UTF8 LOCALE PROBLEME

2003-03-09 Thread Joey
Hi, is there someone that know why the caracter é è à are not display correctly in xwin terminal (xterm). ps. sorry for my bad english.. joey.. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: And Now Hate Mail?

2003-03-09 Thread Robert P. J. Day
On Sun, 9 Mar 2003, John Lowell wrote: > I would certainly have to agree, this has gone far enough. But if > you're going to criticise one of the comments I've made here, have the > fairness to expect a reply without complaining that I'm using up too > much bandwidth. I'm afraid I don't share

Re: Michael Schwendt

2003-03-09 Thread Cameron Simpson
On 01:20 09 Mar 2003, John Lowell <[EMAIL PROTECTED]> wrote: | John Nall wrote: | >On Sat, 2003-03-08 at 20:41, John Lowell wrote: | >>Earlier today, I posted a simple yes-or-no question to to the list and | >>got back a lecture and some abuse from a Michael Schwendt. After a | >>couple of additi

Re: Ext3 File System Check

2003-03-09 Thread Robert P. J. Day
On Sun, 9 Mar 2003, John Lowell wrote: > ... its remarkable that so much has come out of a > simple request for an answer to a question on the e2fsck command. > Interestingly, I raised the very same question on another distro's > mailing list this afternoon, was answered promptly, courteously,

Re: Michael Schwendt

2003-03-09 Thread Michael Scottaline
On Sat, 08 Mar 2003 20:41:55 -0500 John Lowell <[EMAIL PROTECTED]> insightfully noted: >Earlier today, I posted a simple yes-or-no question to to the list and >got back a lecture and some abuse from a Michael Schwendt. After a >couple of additional, similar messages from him, I specifically told

Re: Michael Schwendt

2003-03-09 Thread Robert P. J. Day
On Sat, 8 Mar 2003, John Lowell wrote: > Earlier today, I posted a simple yes-or-no question to to the list and > got back a lecture and some abuse from a Michael Schwendt. After a > couple of additional, similar messages from him, I specifically told him > in the clearest possible terms not to

[viki@bol.net.in: Boycott Caldera/SCO Products]

2003-03-09 Thread Vikram Goyal
Forwarding without prejudice...It concerns all of us. -- vikram...<[EMAIL PROTECTED]> ^^'^^||root||^^^'''^^ // \\ )) //(( \\// \\ // /\\ || \\ || / )) ((\\ -- Thus My Computer Chittered : ~~

Re: And Now Hate Mail?

2003-03-09 Thread John Lowell
Philip Wyett wrote: Hi Mr Lowell, Ok, this has gone far enough I'd say. While I too think sending you personal unsolicited hate messages is moronic and should be dealt with, I think I speak for many on the list when I say, you should take this up with the list admins if you so wish and stop posti

HW failure during 8.0 install...?

2003-03-09 Thread Dan Devine
Hi all, I'm getting installer lockups during the "package drop" from the install CDs. I'm going a "full-boat" 8.0 install for a server on the end of my cable line..I am installing from ISO's that I downloaded through RHN after I gave the original 8.0's to a friend to install (I really hope she u

Re: And Now Hate Mail?

2003-03-09 Thread John Lowell
[EMAIL PROTECTED] wrote: For my part, I'm going to ignore this matter from now on, I've got better things to do with my time and energy. I won't be ignoring it, chief. Count on it. John Lowell -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche

Re: And Now Hate Mail?

2003-03-09 Thread tony
(with apologies for the rest of the readers here for this complete waste of time) On Sun Mar 09 2003 at 02:24, John Lowell wrote: > I just got two private e-mail messages from someone on the list who > lacked the courage to identify themselves to me or to permit a reply > from me because they man

Re: And Now Hate Mail?

2003-03-09 Thread jdow
> As Glinda, the Good Witch of the North once said, "Be gone! You have no > power here." Camron, don't feed the troll. {^_^} -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: And Now Hate Mail?

2003-03-09 Thread David Durst
> This one time, at band camp, > Philip Wyett <[EMAIL PROTECTED]> wrote: > > >> The Red Hat mailing lists like the Internet Relay Chat (IRC) channel >> are a place for help, discussion and when things hot up a damn good >> constructive argument. I would ask you to step back Mr Lowell and >> re-read

Re: OT RHN

2003-03-09 Thread Philip Wyett
On Sun, 2003-03-09 at 08:04, Marek wrote: > Hi > > What kind of bandwidth do you guys get with the basic service ? > > This weekend i am getting like 1 kilo byte if i am lucky. > > -- > > > > /Marek > /Pawinski.net > > > Hi, Yikes, thats

Re: talk

2003-03-09 Thread Steve Madonna
I've got both installed: [EMAIL PROTECTED] root]# rpm -qa | grep -i talk talk-server-0.17-17 talk-0.17-17 verifiying [EMAIL PROTECTED] root]# which talk /usr/bin/talk and the server: [EMAIL PROTECTED] root]# chkconfig --list | grep -i talk talk: off the "talk: off" line comes

Re: And Now Hate Mail?

2003-03-09 Thread Kevin Waterson
This one time, at band camp, Philip Wyett <[EMAIL PROTECTED]> wrote: > The Red Hat mailing lists like the Internet Relay Chat (IRC) channel are > a place for help, discussion and when things hot up a damn good > constructive argument. I would ask you to step back Mr Lowell and > re-read and refle

Re: And Now Hate Mail?

2003-03-09 Thread Camron W. Fox
On Sat, 2003-03-08 at 21:24, John Lowell wrote: > I just got two private e-mail messages from someone on the list who > lacked the courage to identify themselves to me or to permit a reply > from me because they manipulated the From address in such a way as to > make that impossible. I think I c

OT RHN

2003-03-09 Thread Marek
Hi What kind of bandwidth do you guys get with the basic service ? This weekend i am getting like 1 kilo byte if i am lucky. -- /Marek /Pawinski.net -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/ps

  1   2   >