Re: optimised glibc

2002-10-25 Thread Thomas Dodd
Jean Francois Martinez wrote: Seriously, run a couple benchmarks on both plus use the SRPM to rebuild an athlon optimized glibc (rpm -ba --target athlon glibc.spec), benchmark, compare and publish the results. tried after rpm -bi --target=athlon glibc.spec and set

Re: optimised glibc

2002-10-25 Thread Florin Andrei
On Fri, 2002-10-25 at 14:52, Thomas Dodd wrote: used the glibc srpm, a 12M file standard RHL build: 26.01user 0.06system 0:26.23elapsed 99%CPU (107major+1632minor)pagefaults 0swaps athlon build: 25.73user 0.10system 0:26.10elapsed 98%CPU (108major+1632minor)pagefaults 0swaps

PATCH: dhclient-script

2002-10-25 Thread Todd A. Jacobs
The dhclient-script in Red Hat 8.0 is broken. It defaults to ignore instead of nomodify when generating /etc/ntp.conf from DHCP data. It took me a while to figure out why ntp was not synchronizing; here's the patch. *** /sbin/dhclient-script 2002-08-28 10:26:48.0 -0700 ---

Re: html mail

2002-10-25 Thread Thomas Ribbrock
On Thu, Oct 24, 2002 at 07:48:11PM +0200, Ernest E Vogelsinger wrote: [...] -- O Ernest E. Vogelsinger/~\ The ASCII (\)ICQ #13394035\ / Ribbon Campaign ^ X Against

Re: copying files

2002-10-25 Thread Todd A. Jacobs
On Fri, 25 Oct 2002, Daniel Tan wrote: i want to copy a file that can be used to overwrite all the *.abook in all the 1,2,3,4,5,6,7,8,9 directories... Back up your SquirrelMail directory and try something like: find /var/lib/squirrelmail/prefs -name '*.abook' \ -exec cp -f

Re: powerdown causing problems

2002-10-25 Thread Todd A. Jacobs
On Thu, 24 Oct 2002 [EMAIL PROTECTED] wrote: I have a machine that when you powerdown it runs what looks like a program reading or writing beyond its proper memory address. It spews a loop of garbage. It is fine if you halt with out powerdown. Just wondering if anyone has any idea of the

Re: html mail

2002-10-25 Thread Ernest E Vogelsinger
At 09:07 25.10.2002, Thomas Ribbrock said: [snip] On Thu, Oct 24, 2002 at 07:48:11PM +0200, Ernest E Vogelsinger wrote: [...] -- So now you only have to fix your signature delimiter: It's -- (note the space!) on a line of its own, not just --... ;-)

printers lpd

2002-10-25 Thread Ximo Llacer
Hi. I've got this configurations about remote printers , the OKI print and cut some midle pages and HP only print out special characters as postscript. Have I eliminate filters ? OKI:\ :ml=0:\ :mx=0:\ :sd=/var/spool/lpd/OKI:\ :af=/var/spool/lpd/OKI/OKI.acct:\

Re: GUI tool for Bandwidth control...

2002-10-25 Thread Teodor Georgiev
So, you are too lazy to learn the core of iproute2+tc, and you want a GUI tool. and of course to be very powerfull, easy to use and to have all the features you need. And (OF COURSE) to be GPL (free of license). sorry - no way. - Original Message - From: Apollo @ Carmel [EMAIL

Re: redhat-list digest, Vol 1 #5659 - 16 msgs

2002-10-25 Thread Ivano
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE service iptables restart ipchains -A forward -i eth1 -j MASQ echo 1 /proc/sys/net/ipv4/ip_forward Bye. Il gio, 2002-10-24 alle 22:06, [EMAIL PROTECTED] ha scritto: Send

Re: copying files

2002-10-25 Thread Daniel Tan
i got this error ./upadd: line 17: unexpected EOF while looking for matching `' ./upadd: line 19: syntax error: unexpected end of file - Original Message - From: Bret Hughes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 25, 2002 12:58 PM Subject: Re: copying files On

Re: html mail

2002-10-25 Thread Vidiot
On Thu, Oct 24, 2002 at 07:48:11PM +0200, Ernest E Vogelsinger wrote: [...] -- O Ernest E. Vogelsinger/~\ The ASCII (\)ICQ #13394035\ / Ribbon Campaign ^ X Against

Re: html mail

2002-10-25 Thread Vidiot
At 09:07 25.10.2002, Thomas Ribbrock said: [snip] On Thu, Oct 24, 2002 at 07:48:11PM +0200, Ernest E Vogelsinger wrote: [...] -- So now you only have to fix your signature delimiter: It's -- (note the space!) on a line of its own, not just --... ;-)

Re: linux on RS6000

2002-10-25 Thread mark
On Friday 25 October 2002 02:55 am, you is done writ: Does any know if there is a redaht flavour for the IBM risc 6000/350's or is there any flavour of linux which can be installed on these machines Went over to www.kernel.org, and it sayeth: * Linux was

Network Speed

2002-10-25 Thread Mahaveer Jain
Hello, Does anyone know a solution to force the speed of a network card on Redhat 7.2 (Like instructions in the /etc/system or ndd command in Solaris) ?? Thanks. Mjain -- redhat-list mailing list unsubscribe mailto:redhat-list-request;redhat.com?subject=unsubscribe

Re: graphic desktop doesn't work

2002-10-25 Thread Andrew Schott
On Thursday 24 October 2002 05:54, Roel Bylemans wrote: Hello I'v just installed Redhat 8.0, but the graphic part doesn't work. Because my graphic card isn't supported. I have a Gforce 4 MX 440 64mb. I have read that you have to install xfree86 4.3.0 but this version isn't released. I can

making many directories

2002-10-25 Thread Nick Wilson
Hi everyone, If I need to make 100 directories named 1,2,3...100 how might I do this? I looked at some references on 'for loops' but just didn't get it ;-) Thanks... -- Nick Wilson // www.tioka.com -- redhat-list mailing list unsubscribe

Re: Network Speed

2002-10-25 Thread Robert P. J. Day
On Wed, 23 Oct 2002, Mahaveer Jain wrote: Hello, Does anyone know a solution to force the speed of a network card on Redhat 7.2 (Like instructions in the /etc/system or ndd command in Solaris) ?? mii-tool rday -- redhat-list mailing list unsubscribe

Re: making many directories

2002-10-25 Thread Robert P. J. Day
On Fri, 25 Oct 2002, Nick Wilson wrote: Hi everyone, If I need to make 100 directories named 1,2,3...100 how might I do this? I looked at some references on 'for loops' but just didn't get it ;-) there is a handy command, seq, which will generate sequences of numbers that you can then plug

Re: html mail

2002-10-25 Thread Thomas Ribbrock
On Fri, Oct 25, 2002 at 09:11:46AM +0200, Ernest E Vogelsinger wrote: At 09:07 25.10.2002, Thomas Ribbrock said: So now you only have to fix your signature delimiter: It's -- (note the space!) on a line of its own, not just --... ;-) [snip] right

Re: html mail

2002-10-25 Thread Thomas Ribbrock
On Fri, Oct 25, 2002 at 03:10:40AM -0500, Vidiot wrote: I take it back, there is a space at the end. I never do it manually, elm always adds it. I've never noticed before. Good to know that there *are* mail programs that make wise decisions... ;-) Cheerio, Thomas --

Re: making many directories

2002-10-25 Thread Nick Wilson
* and then Robert P. J. Day declared If I need to make 100 directories named 1,2,3...100 how might I do this? I looked at some references on 'for loops' but just didn't get it ;-) there is a handy command, seq, which will generate sequences of numbers that you can then plug into any

Linux - Redhat 8 - GNOME - Mozilla 1.1 Window List Icon Missing?

2002-10-25 Thread Neo Gigs
Hi there, After upgraded using RPM packages from prior version 1.0.1, the icon represent the task under this Windows list of GNOME taskbar has gone (meaning turned into default icon, paper icon actually). How should I do about it? = Thank you, Neo Gigs

Re: risc 6000/350

2002-10-25 Thread Nick Lindsell
At 16:32 25/10/2002 +1000, you wrote: G'day All Does any know if there is a redaht flavour for the IBM risc 6000/350's or is there any flavour of linux which can be installed on these machines The rs6000 are powered by PowerPC chips so any Linux distro that is either ppc orientated (YellowDog

Re: Unknown arg --log-prefix /var/log/firewall

2002-10-25 Thread root
Anything after --log-prefix must be in quotes if you want to use special characters that can be interpreted or spaces. It places this text after the hostname in /var/log/messages (You should also put a space before the final to separate it from the next data value). If you want a different file

Re: help with firewall setup

2002-10-25 Thread Mike Burger
Did you configure your Windows machines to use the proper DNS server? You either need to have a DNS server running on your firewall/router, for the Windows machines to query, or you have to configure your Windows machines to query your ISP's DNS server(s). On Thu, 24 Oct 2002 [EMAIL

Re: 8.0 firewall

2002-10-25 Thread Mike Burger
Double check with the release notes, and maybe with the psyche-list (where they actually deal just with 8.0), but I think that with 8.0, they finally moved over to iptables instead of ipchains. On Thu, 24 Oct 2002, Bryce Chen wrote: Dear List, I installed Linux8.0 recently. Everything

Re: Unknown arg --log-prefix /var/log/firewall

2002-10-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25 Oct 2002 12:43:52 +0200, root wrote: Anything after --log-prefix must be in quotes if you want to use special characters that can be interpreted or spaces. But in this thread it's --log-prefix /var/log/messages which doesn't need any quotes.

Mozilla + Galeon

2002-10-25 Thread Robert Golovniov
Hello redhat-list, After upgrading Mozilla and Galeon packages via Red Hat Network, I cannot now run either of these programs. Mozilla does open - but just for a moment and then closes down. As for Galeon, it does open, but when it loads a site from the Internet, it shuts itself

Re: copying files

2002-10-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25-Oct-2002/10:34 +0800, Daniel Tan [EMAIL PROTECTED] wrote: I have a file that i want to copy to each individual user's directory that is named as 1, 2, 3, . the filename is username.abook i need to write a script to some sort of automate the

Re: Unknown arg --log-prefix /var/log/firewall

2002-10-25 Thread root
I've just tried that and I agree. I can't get it to break without the quotation marks... Thanx. Peter On Fri, 2002-10-25 at 13:23, Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25 Oct 2002 12:43:52 +0200, root wrote: Anything after --log-prefix must be in

Editing profile for Java VM

2002-10-25 Thread Bran ap Llyr
I have been trying to install some stuff, but every time I do I can't because the installers say I have no Java VM installed. I do, but I think I need to edit my profile to show that. I have the latest version of Sun's Java2 RE. By default the installler ploped it in this directory

Query regarding modules

2002-10-25 Thread harish . k
Hi List, A few queries regarding modules. 1. How do I view the list of loaded modules in the running kernel? 2. How do I query the status (loaded or not) for a particular module? 3. How do I load a new module/s? 4. How do I make the OS load the new modules everytime the machine restarts?

RE: Query regarding modules

2002-10-25 Thread Jim Crippen
1. How do I view the list of loaded modules in the running kernel? [root@/]# lsmodthis will list the current loaded modules and their status 3. How do I load a new module/s? [root@/]# insmod modname this will install a module, it looks in the current kernel dir (

help

2002-10-25 Thread PHarrison
Title: help Please take me off the red hat list. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: October 24, 2002 7:25 PM To: [EMAIL PROTECTED] Subject: redhat-list digest, Vol 1 #5661 - 14 msgs Send redhat-list mailing list submissions to

Re: redhat-list digest, Vol 1 #5659 - 16 msgs

2002-10-25 Thread Kevin MacNeil
On Fri, Oct 25, 2002 at 09:51:03AM +0200, Ivano wrote: iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE service iptables restart ipchains -A forward -i eth1 -j MASQ echo 1 /proc/sys/net/ipv4/ip_forward Bye. Just a

Re: a few sendmail questions

2002-10-25 Thread Mark Neidorff
On Thu, 24 Oct 2002, Dana Holland wrote: We're about to purchase a new box to act as a mail server - our current mail server resides on a box with a lot of other applications. I think I've just about made up my mind to go with sendmail (version that comes with RH), but I'm getting

Re: Installing on a Sun Ultra 1

2002-10-25 Thread Thomas Ribbrock
On Fri, Oct 25, 2002 at 08:14:17AM -0300, Martín Marqués wrote: On Jue 24 Oct 2002 04:49, Thomas Ribbrock wrote: [snip] - Install Aurora Linux This is a Sparc distro based on RHL 7.3, supported by volunteers. It's still under heavy development, though. See:

Re: making many directories

2002-10-25 Thread Dave Ihnat
On Fri, Oct 25, 2002 at 05:26:40AM -0400, Robert P. J. Day wrote: there is a handy command, seq, which will generate sequences of numbers that you can then plug into any command, as in $ mkdir $(seq 1 100) That *is* interesting. Much more interesting is the fact that it ISN'T DOCUMENTED

Re: dhclient

2002-10-25 Thread Yung H Loh/cis/evp/Okstate
Hi guys; Here is the error message: Oct 24 16:58:50 localhost ifup: Determining IP information for eth0... Oct 24 16:58:55 localhost ifup: failed; no link present. Check cable? Oct 24 16:58:55 localhost network: Bringing up interface eth0: failed I checked the link...there is a link. I can

Re: making many directories

2002-10-25 Thread jkinz
On Fri, Oct 25, 2002 at 07:32:34AM -0500, Dave Ihnat wrote: On Fri, Oct 25, 2002 at 05:26:40AM -0400, Robert P. J. Day wrote: there is a handy command, seq, which will generate sequences of numbers that you can then plug into any command, as in $ mkdir $(seq 1 100) That *is*

Re: help

2002-10-25 Thread pd3
On Fri, Oct 25, 2002 at 08:07:38AM -0400, [EMAIL PROTECTED] wrote: Please take me off the red hat list. Hei The following should be enough: mail [EMAIL PROTECTED] -s unsubscribe Make sure that you use the correct from address. t.irvine -- redhat-list mailing list unsubscribe

Re: making many directories

2002-10-25 Thread Saul Arias
On Fri, 2002-10-25 at 08:32, Dave Ihnat wrote: amazement about seq snipped Much more interesting is the fact that it ISN'T DOCUMENTED ANYWHERE. Not man, not man -k, not apropos. It isn't legacy from Unix. It is, indeed: $ cat /etc/redhat-release Red Hat Linux release 7.3 (Valhalla) $ apropos

Re: making many directories

2002-10-25 Thread Dave Ihnat
On Fri, Oct 25, 2002 at 09:08:03AM -0400, [EMAIL PROTECTED] wrote: umm - on RH 7.2 the man page for seq is installed. That explains it. I checked for existence on my RH 6.2-based gateway machine. 'info seq' _is_ there. Thanks, -- Dave Ihnat [EMAIL PROTECTED] --

command line config tool

2002-10-25 Thread pd3
Hello Just wondering if RH has any tools that configure LPRng from the commandline or would someone who has forgone the pleasures of the GUI's just have to get his hands dirty and dig into various config files. t.irvine -- redhat-list mailing list unsubscribe

Re: Linux - Redhat 8 - GNOME - Mozilla 1.1 Window List Icon Missing?

2002-10-25 Thread antonio montagnani
Same problem after upgrading to Mozilla 1.2b under RH7.3 (properly working with Mozilla 1.1a). I think that is a problem with Mozilla, as I had same problem with one of previous versions, that under upggrading disappeared... Tnx for any hint - Original Message - From: Neo Gigs [EMAIL

Re: command line config tool

2002-10-25 Thread Dumas Patrice
Hi, You can use in text mode redhat-config-print-tui, but for a real comand line I don't know. Hello Just wondering if RH has any tools that configure LPRng from the commandline or would someone who has forgone the pleasures of the GUI's just have to get his hands dirty and dig into

Re: Unknown arg --log-prefix /var/log/firewallSOLVED

2002-10-25 Thread linux power
Thanks all folks. Now its solved by reinstalling iptables and reboot. --- Michael Schwendt [EMAIL PROTECTED] skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25 Oct 2002 12:43:52 +0200, root wrote: Anything after --log-prefix must be in quotes if you want to use special

RE: channel bonding

2002-10-25 Thread iverger
Michael Rubin [EMAIL PROTECTED] wrote: I'm running RH 7.1. The box has dual NICs. Right now it has two IP addresses -- some websites are hardcoded to one, some to the other. Should I look into channel-bonding the ethernet cards? What's the benefit? Has anyone tried this? Thanks! --

Re: copying files

2002-10-25 Thread Bret Hughes
On Fri, 2002-10-25 at 03:02, Daniel Tan wrote: i got this error ./upadd: line 17: unexpected EOF while looking for matching `' ./upadd: line 19: syntax error: unexpected end of file Looks like Todd's solution will work since he appears to recognize the application,but here is what looks to be

Re: making many directories

2002-10-25 Thread Bret Hughes
On Fri, 2002-10-25 at 04:26, Robert P. J. Day wrote: On Fri, 25 Oct 2002, Nick Wilson wrote: Hi everyone, If I need to make 100 directories named 1,2,3...100 how might I do this? I looked at some references on 'for loops' but just didn't get it ;-) there is a handy command, seq,

Re: Apache 1.3 and redirecting a virtual domain to a web page?

2002-10-25 Thread Joe Polk
This one I think I can do with a regular VirtualHost * like any others, but I have a feeling there may be a better way? That will do it. JAV -- Original Message --- From: Daevid Vincent [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thu, 24 Oct 2002 22:44:48 -0700 Subject:

kernel-module version mismatch

2002-10-25 Thread jdarnall
Anyone out there? I have just custom installed "everything" from the RH 8.0 installation procedure. Then I copied in the source files for a little module that simply prints a message when loading and unloading via "insmod" and rmmod" commands. I could not get the driver to even load unless I

Re: html mail

2002-10-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25-Oct-2002/03:04 -0500, Vidiot [EMAIL PROTECTED] wrote: I've never had a problem with --. Every program that I know that's looked at it hasn't complained about a space. Doesn't make any sense for it to be there. At the time when it was first

SAMBA Log Entry find_domain_master_name_query_fail

2002-10-25 Thread Joe Giles
List, I am getting HUNDREDS of these messages in the messages file and I was wondering if there was a way to stop them from happending. My Samba server is running GREAT and there is no visible problems. I found some info about this using google and some of the messages mentioned to make the server

Re: Linux - Redhat 8 - GNOME - Mozilla 1.1 Window List Icon Missing?

2002-10-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25-Oct-2002/03:10 -0700, Neo Gigs [EMAIL PROTECTED] wrote: Hi there, After upgraded using RPM packages from prior version 1.0.1, the icon represent the task under this Windows list of GNOME taskbar has gone (meaning turned into default icon, paper

dns not working

2002-10-25 Thread Jacobs, James
Title: dns not working I'm testing Linux to see if it is a viable desktop os and have run in to a problem. I'm new to Linux and I can't seem to ping any client that is not in my host file. Shouldn't DNS handle that. I have the nameserver in resolve.conf and the correct wins server in

Re: html mail

2002-10-25 Thread Francisco Neira
Anthony E. Greene wrote: On 25-Oct-2002/03:04 -0500, Vidiot [EMAIL PROTECTED] wrote: I've never had a problem with --. Every program that I know that's looked at it hasn't complained about a space. Doesn't make any sense for it to be there. At the time when it was first used, there

Re: Mail server in Red Hat Linux

2002-10-25 Thread Alan Peery
senthil wrote: Read the HOWtos of Fetchmail and Sendmail before u start off then it will be easy !! try also man fetchmail, and look inside there for info on fetchmailconf, a handy configuration utility. Alan -- redhat-list mailing list unsubscribe

telnet to port 110

2002-10-25 Thread Gordon Stewart
Dear List I am running Redhat 7.0 and my problem is that I can not telnet localhost 110, when I try I get the following message telnet: Unable to connect to remote host: Connection refused. It seams to work if I telnet to port 25. I notice this problem when email was being sent out and not

RE: dns not working

2002-10-25 Thread Patrick Nelson
Jacobs, James wrote: - I'm testing Linux to see if it is a viable desktop os and have run in to a problem. I'm new to Linux and I can't seem to ping any client that is not in my host file. Shouldn't DNS handle that. I have the nameserver in resolve.conf and the correct wins

RE: telnet to port 110

2002-10-25 Thread aljuhani
Hello, Is your sendmail lisening to port 110. Type netstat -a at shell prompt to check. Also do you have a firewall setup, may be it is blocking certain ports. Al-Juhani [EMAIL PROTECTED] = Original Message From [EMAIL PROTECTED] = Dear List I am running Redhat 7.0 and my problem

Re: telnet to port 110

2002-10-25 Thread Dave Young
On Friday 25 October 2002 9:25 am, aljuhani wrote: Hello, Is your sendmail lisening to port 110. sure hope not ;) sendmail only delivers mail, it doesn't help you read it. That's where POP and IMAP come in. look at /etc/xinetd.d/pop3s disable =no type: kill -HUP `cat

Intel S845WD1-E 8.0

2002-10-25 Thread Russ Gosnell
Has anyone installed 8.0 on this server board using the raid? Intel's site only has instructions for 7.2 and ,lo and behold, it doesn't work for 8.0. Thanks. Russ Gosnell Builder Infinity Computers, Inc. -- redhat-list mailing list unsubscribe

Re: html mail

2002-10-25 Thread Bret Hughes
On Fri, 2002-10-25 at 10:32, Francisco Neira wrote: Anthony E. Greene wrote: On 25-Oct-2002/03:04 -0500, Vidiot [EMAIL PROTECTED] wrote: I've never had a problem with --. Every program that I know that's looked at it hasn't complained about a space. Doesn't make any sense for it to be

Re: telnet to port 110

2002-10-25 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gordon Stewart wrote: | Dear List | | I am running Redhat 7.0 and my problem is that I can not telnet localhost | 110, when I try I get the following message | | telnet: Unable to connect to remote host: Connection refused. | | It seams to work if I

Re: making many directories

2002-10-25 Thread Todd A. Jacobs
On Fri, 25 Oct 2002, Robert P. J. Day wrote: there is a handy command, seq, which will generate sequences of numbers that you can then plug into any command, as in Heh. With a little work, you can do that in bash without the command substitution: LOOP=0 while [[ LOOP++ -lt

monitor power

2002-10-25 Thread Don Leeper
I was wondering if someone could tell me how and where to set the power options on the monitor so it doesn't power down? After a little bit the monitor goes down. Comes back up when you move the mouse or keyboard but can't see where to change it so it doesn't do that, or change the time to

Re: dns not working

2002-10-25 Thread Todd A. Jacobs
On Fri, 25 Oct 2002, Jacobs, James wrote: DNS handle that. I have the nameserver in resolve.conf and the correct wins server in smb.conf. I can ping any address on our network and if I Post your resolv.conf (NB: no e at the end) and let us see what you have. Or just rename your misnamed

Re: dns not working

2002-10-25 Thread penelope
Does /etc/nsswitch.conf point to files and/or dns for hosts? On Fri, 25 Oct 2002, Jacobs, James wrote: DNS handle that. I have the nameserver in resolve.conf and the correct wins server in smb.conf. I can ping any address on our network and if I Post your resolv.conf (NB: no e at the

Re: html mail

2002-10-25 Thread Saul Arias
On Fri, 2002-10-25 at 11:06, Anthony E. Greene wrote: At the time when it was first used, there probably was a reason for the trailing space. At this point it's one of those informal Internet standards, just like the reply quote . It's somewhat documented. From RFC 2646: 4.3. Usenet

Re: making many directories

2002-10-25 Thread Bret Hughes
On Fri, 2002-10-25 at 12:07, Todd A. Jacobs wrote: On Fri, 25 Oct 2002, Robert P. J. Day wrote: there is a handy command, seq, which will generate sequences of numbers that you can then plug into any command, as in Heh. With a little work, you can do that in bash without the command

troubleshooting xmms

2002-10-25 Thread Curtis Vaughan
I installed xmms for Redhat 8, but it doesn't work at all. How can I troubleshoot it? Curtis -- redhat-list mailing list unsubscribe mailto:redhat-list-request;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: html mail

2002-10-25 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25-Oct-2002/11:52 -0500, Bret Hughes [EMAIL PROTECTED] wrote: On Fri, 2002-10-25 at 10:32, Francisco Neira wrote: Hmm, interesting. I had no idea what those hyphens were intended for... be neither since evolution does not do anything about

Re: making many directories

2002-10-25 Thread Brian Ashe
Bret Hughes, On Friday October 25, 2002 01:46, Bret Hughes wrote: On Fri, 2002-10-25 at 12:07, Todd A. Jacobs wrote: On Fri, 25 Oct 2002, Robert P. J. Day wrote: there is a handy command, seq, which will generate sequences of numbers that you can then plug into any command, as in

Can't boot, hangs at grub text screen

2002-10-25 Thread James D. Parra
Hello, Grub isn't loading for some reason. Upon reboot, am left with a Grub command prompt. Any suggestions on getting to the kernel to bring up this machine? Thank you, James D. Parra [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe

/etc/profile issue

2002-10-25 Thread MET
I'm trying to start using Qt and I'm having problems setting up the environmental variables so I guess I'm off to a pretty bad start. Below is what I have included in my /etc/profile minus the defauls and the export commands. My export commands are fine as the rest of my variables work except

mtab file

2002-10-25 Thread Paul DiMarco
Is it safe to delete a line in mtab that I know I do not need? Or is there a better way? -- redhat-list mailing list unsubscribe mailto:redhat-list-request;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: making many directories

2002-10-25 Thread Bret Hughes
On Fri, 2002-10-25 at 13:47, Brian Ashe wrote: Bret Hughes, On Friday October 25, 2002 01:46, Bret Hughes wrote: On Fri, 2002-10-25 at 12:07, Todd A. Jacobs wrote: On Fri, 25 Oct 2002, Robert P. J. Day wrote: there is a handy command, seq, which will generate sequences of numbers

Re: telnet to port 110

2002-10-25 Thread Mike Burger
Sendmail doesn't listen on port 110...that's the port for your POP3 server, which Sendmail is not. Try chkconfig ipop3 on and then see what happens. On Fri, 25 Oct 2002, Gordon Stewart wrote: Dear List I am running Redhat 7.0 and my problem is that I can not telnet localhost 110, when I

Kernel woes

2002-10-25 Thread Ashley M. Kirchner
I'm trying to install kernel-2.4.18-10.i586.rpm on a system that only has kernel-2.4.18-10.i386.rpm installed. RPM screams bloody murder when attempting this because it says that files conflict. So, can I safely remove the -i386 package, and install the -i586 one without causing severe

Re: /etc/profile issue

2002-10-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25 Oct 2002 15:18:24 -0400, MET wrote: I'm trying to start using Qt and I'm having problems setting up the environmental variables so I guess I'm off to a pretty bad start. Below is what I have included in my /etc/profile minus the defauls and

Re: Kernel woes

2002-10-25 Thread linux power
I have bad experience with rpm kernels. You probably can not use ie alsa afterwards. --- Ashley M. Kirchner [EMAIL PROTECTED] skrev: I'm trying to install kernel-2.4.18-10.i586.rpm on a system that only has kernel-2.4.18-10.i386.rpm installed. RPM screams bloody murder when

Re: mtab file

2002-10-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Oct 2002 14:50:03 -0400, Paul DiMarco wrote: Is it safe to delete a line in mtab that I know I do not need? Or is there a better way? /etc/mtab is not what you want, because it is created at run-time. Look at man fstab and /etc/fstab.

Re: mtab file

2002-10-25 Thread linux power
If u delete a line u umount that device. It works like this: U apply a line in fstab and when u mount that line the device is mounted and it is copied over to mtab. --- Paul DiMarco [EMAIL PROTECTED] skrev: Is it safe to delete a line in mtab that I know I do not need? Or is there a better

Kernel Recompile

2002-10-25 Thread Jeremy Hein
Does anyone have step by step instructions to recompile a kernel or can possibly help me? And please don't point me to the kernel howto since I've been down that road. I've tried several times all with different problems. First of all, I am recompiling because I want to add ntfs, ipx, and

nic(s) not found -- long

2002-10-25 Thread Roger Schmeits
Greetings: I have an older Prosignia 300 150Mhz that we work like to use as an internal ftp server. Have a couple of problems with it. It has a built in NIC card (pcnet32) and a Compaq FastEthernet -- NC3121 PCI card. The machine sees the NICs but cannot get it to initialize the NICs' for the

Re: mtab file

2002-10-25 Thread Paul DiMarco
Well there is an entry in the mtab file that is attempting to mount another server which I know does not exist on our network anymore. So I modified the fstab file and removed the mounting of that non-existing server, rebooted, and the mount point still shows up in my tab file. How come is

Re: telnet to port 110

2002-10-25 Thread Gordon Stewart
Dear List I have had a look to see if i had the pop3 deamon, and in does not seam that I have it installed. Can someone please tell me what rpm I need to install to resolve this problem. I have had a look at my RPM cd and no obvious package has jumped out at me. Thanks Gordon - Original

Re: Kernel Recompile

2002-10-25 Thread linux power
If u look in your kernel source configs dir you find config files for many arch. --- Jeremy Hein [EMAIL PROTECTED] skrev: Does anyone have step by step instructions to recompile a kernel or can possibly help me? And please don't point me to the kernel howto since I've been down that

Re: NLSPATH question

2002-10-25 Thread Tom Pollerman
On Mon, 14 Oct 2002 14:58:40 +0800 Roger [EMAIL PROTECTED] wrote: Hi, All Now, when I run man, it always inform me that ' Failed to open the message catalog man on the path NLSPATH=none'. So where can I setup NLSPATH environment to point to? I am running redhat 7.3 From man man:

Re: telnet to port 110

2002-10-25 Thread Dave Young
[dave@hat-trick:~]% rpm -qf `which ipop3d` imap-2001a-15 that's the one.. (which is oddly named, must come w/ imap too) actually: [dave@hat-trick:~]% rpm -qf `which imapd` imap-2001a-15 sure enough... ;) --Dave On Friday 25 October 2002 2:00 pm, Gordon Stewart wrote: Dear

Re: telnet to port 110

2002-10-25 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gordon Stewart wrote: | Dear List | | I have had a look to see if i had the pop3 deamon, and in does not seam that | I have it installed. Can someone please tell me what rpm I need to install | to resolve this problem. I have had a look at my RPM cd

Re: Kernel Recompile

2002-10-25 Thread Joe Giles
Sounds like the Config file problem. you can get the default kernal config that comes with Red Hat from the directory configs in your source tree. Then, find the one that corresponds to your setup and copy it to the root of the source tree as the filename .config Then, run make xconfig again and

Re: telnet to port 110

2002-10-25 Thread Saul Arias
On Fri, 2002-10-25 at 17:00, Gordon Stewart wrote: I have had a look to see if i had the pop3 deamon, and in does not seam that I have it installed. Can someone please tell me what rpm I need to install to resolve this problem. I have had a look at my RPM cd and no obvious package has jumped

Re: RHL on ASUS A7N266-VM

2002-10-25 Thread Toralf
grub error 28: Selected item cannot fit into memory. Well dear, I got EXACTLY the same problems while trying to install SUSE 8.1 on this motherboard. I'd tried REDHAT7.3 also but there also I can't initialise XFree86 =system hangs. There are two other proplems with this board: 1. XFree86

Re: telnet to port 110

2002-10-25 Thread Bret Hughes
On Fri, 2002-10-25 at 16:00, Gordon Stewart wrote: Dear List I have had a look to see if i had the pop3 deamon, and in does not seam that I have it installed. Can someone please tell me what rpm I need to install to resolve this problem. I have had a look at my RPM cd and no obvious

Re: mtab file

2002-10-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 25 Oct 2002 16:54:58 -0400, Paul DiMarco wrote: Well there is an entry in the mtab file that is attempting to mount another server which I know does not exist on our network anymore. So I modified the fstab file and removed the mounting

Is this a hack attempt?

2002-10-25 Thread Daevid Vincent
I run RH8.0 so this sure seems suspicious to me: 1-0 25065 0/508/508 _ 6.42 128 0 0.0 130.31 130.31 12.237.249.145 daevid.com GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0 4-0 25068 0/519/519 _ 5.86 139 0 0.0 143.76 143.76 12.237.249.145 daevid.com GET /MSADC/root.exe?/c+dir

Re: risc 6000/350

2002-10-25 Thread fred smith
On Fri, Oct 25, 2002 at 11:40:12AM +0100, Nick Lindsell wrote: At 16:32 25/10/2002 +1000, you wrote: G'day All Does any know if there is a redaht flavour for the IBM risc 6000/350's or is there any flavour of linux which can be installed on these machines The rs6000 are powered by PowerPC

  1   2   >