Finding CPU Utilization %

2003-06-05 Thread girish sondur
I want to find out the CPU Utilization of the Linux Machine. I dont want to use TOP since it is in itself CPU intensive. Please suggest the best way to do so? Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!

Re: Finding CPU Utilization %

2003-06-05 Thread Tony Nugent
On Thu Jun 05 2003 at 06:12, girish sondur wrote: I want to find out the CPU Utilization of the Linux Machine. I dont want to use TOP since it is in itself CPU intensive. Please suggest the best way to do so? $ cat /proc/loadavg Cheers Tony ___

Distro originated from RH9

2003-06-05 Thread Vladimir Djokic
Good day, People. I'm trying to build distro originated from RH9. I've managed to modify anaconda, but have a few other questions (legal): (1) kudzu says something like: 'Hardware probing tool...(C) 2003 Red Hat, Inc.'. I'm fine with leaving this Copyright notice, if it's

Re: Creating a RedHat based distribution

2003-06-05 Thread John
On Wed, 4 Jun 2003, Jonathan Atkinson wrote: Hi, I am considering creating my own little Linux distribution for use by me and my friends. I'm an intermediate linux user, and I would like to do this to enhance my knowledge of Linux, plus I think it's be a fun little project :-) I am most

Re: Distro originated from RH9

2003-06-05 Thread John
On 4 Jun 2003, Vladimir Djokic wrote: Good day, People. I'm trying to build distro originated from RH9. I've managed to modify anaconda, but have a few other questions (legal): (1) kudzu says something like: 'Hardware probing tool...(C) 2003 Red Hat, Inc.'. I'm fine

Re: Distro originated from RH9

2003-06-05 Thread Tarhon-Onu Victor
On Wed, 4 Jun 2003, Vladimir Djokic wrote: or should/can I change it to (if I modify the code) to something like: 'SVCDHF Linux hardware prober... (C) My company'? I suggest you to read the licences the software you want to modify is published under (in the case of kudzu the license

RE: Creating a RedHat based distribution

2003-06-05 Thread Trevor
Take a look at what code is GPL and what is copyright Redhat code that can't be redistributed. These include images, etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of James Olin Oden Sent: Wednesday, June 04, 2003 6:54 AM To: [EMAIL PROTECTED] Subject:

Re: Creating a RedHat based distribution

2003-06-05 Thread Vilius Puidokas
http://www.tldp.org/HOWTO/RedHat-CD-HOWTO/index.html though it doesnt cover 9.0 On Wed, 4 Jun 2003, James Olin Oden wrote: On Wed, 4 Jun 2003, Jonathan Atkinson wrote: Hi, I am considering creating my own little Linux distribution for use by me and my friends. I'm an intermediate

RE: What distribution works well with old computers?

2003-06-05 Thread Cannon, Andrew
Paul, At the risk of being excommunicated, I has Mandrake 7.1 installed on an AMD K6-233 a while ago. I didn't have any problems with it at all. I think RH 7-7.2 were more or less the same as MDK7. Andy *** NNC

loading ip_conntrack_ftp

2003-06-05 Thread clemens
My IPTABLES rules include a rule for what IP addresses I allow FTP connectons from, ## Allowed FTP clients listed here: $IPTABLES -A ALLOW_PORTS_I_EXT -p tcp -s www.xxx.yyy.zzz --dport 21 ACCEPT and then rules of the sort ## Accept Established, Related. $IPTABLES -A INPUT -m

Apache and Perl

2003-06-05 Thread pwallett
Hi I'm running redhat 9 and trying to execute a perl script through a web browser http://host/file.pl and the file displays as text, how do i get my apache to recognize this extension? thanks Paul -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Apache and Perl

2003-06-05 Thread Devrim GUNDUZ
Hi, On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote: I'm running redhat 9 and trying to execute a perl script through a web browser http://host/file.pl and the file displays as text, how do i get my apache to recognize this extension? You should run those scripts in /cgi-bin directory

Re: Apache and Perl

2003-06-05 Thread Peter Kiem
I'm running redhat 9 and trying to execute a perl script through a web browser http://host/file.pl and the file displays as text, how do i get my apache to recognize this extension? Has your Apache loaded the mod_perl module? -- Regards,

Re: Apache and Perl

2003-06-05 Thread pwallett
I'm running redhat 9 and trying to execute a perl script through a web browser http://host/file.pl and the file displays as text, how do i get my apache to recognize this extension? Has your Apache loaded the mod_perl module? -- Regards,

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Gordon Messmer
Robert P. J. Day wrote: On Wed, 4 Jun 2003, Gordon Messmer wrote: This is one of those questions that would have been answered faster by just trying it. um ... no, it wouldn't. while testing it would theoretically tell me if it worked for *me* in *my* particular configuration with *my*

Re: WinXP-Samba startup probs

2003-06-05 Thread Gary Stainburn
On Thursday 05 Jun 2003 1:32 am, Edward Dekkers wrote: Gary Stainburn wrote: Hi folks, I've started puttting out WinXP boxes on my network - not through choice, however I've got a problem with them. If I have mapped network drives onto another M$ box everything is fine. If I have

Re: Apache and Perl

2003-06-05 Thread Peter Kiem
Yes the module is loaded, i put the app in the cgi-bin dir. I now get a Premature end of script headers: error Did you write the script on a Windows box and upload it to the server? If so, make sure your script is in Unix file format and not Windows file format. vi file.pl :set ff=unix :wq

ppp conection

2003-06-05 Thread nlimbu
hi all, while using ppp-on or kppp dialer, I get following message. what might be the problem? Serial connection established. Using interface ppp0 Connect: ppp0 -- /dev/ttyC0 sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0xe07f2c49 pcomp accomp] rcvd [LCP ConfReq id=0x1 asyncmap 0x0 magic

does anybody actually download iso's?

2003-06-05 Thread gregory mott
is it all a ruse? can rh9 not be installed from anything other than cd? hey, i've got adsl now. so why not download the iso's, right? it gets exactly as far as 10240 bytes, then craps out, that's why. no matter if i use rsync or gFTP (from an up2date'd rh7.3 box). i tried redhat and two

chmod proble

2003-06-05 Thread Ravi Narwade
hi everybody I am suffering from a small problem that I have a file with name 'backup' its permission is ---x--1 root root 671 Jun 5 11:38 backup when i tried to change its permission by root user by giving the command chmod 700 backup its gives the following error chmod:

RE: chmod proble

2003-06-05 Thread Cannon, Andrew
Try copying the file, renaming it to backup1 and then altering the permissions on the copied file. It might work... Andrew -Original Message- From: Ravi Narwade [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:07 AM To: [EMAIL PROTECTED] Subject: chmod proble hi everybody I

RE: chmod proble

2003-06-05 Thread Ziaur Rahman
Try this: lsattr -d backup if you see something like this: i backup then you directory is immutable. You can chnge the (i) mode with: chattr -i backup Regards, +---+ | Ziaur Rahman | PGP Key: 0x8B686E8E| |

Re: dual boot

2003-06-05 Thread Callan K L Tham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 June 2003 14:13, Brad Ching wrote: First,you install window 200 then install redhat,restart then you find two system exist. I tried that on my friend's PC once, and it bombed the win2k partition. I had installed grub in the mbr.

RH9 Samba Sage Line 50

2003-06-05 Thread Louis Sabet
Hi all, I have a nicely working RH9 server, acting as a PDC for some Windows XP machines we have here. Logins are serviced nicely, and data is being stored on various SMB shares successfully. The problem we're having is that our accounting package (Sage Line 50) refuses to allow more than one

RE:UPDATE: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Kevin Passey
Michael - that sorted it - everything seems to have settled down now apart from swat. I may just un-install that and re-install - when I try and display the server status the whole thing hangs. Thanks everyone who answered this. Regards Kevin -Original Message- From: Michael Schwendt

Re: dual boot

2003-06-05 Thread Egyd Csaba
Hi, actually I use my WinXP system and RH 7.1 on the same machine and everything works right. The key of the problem is the order of installation of the operating systems. You have to install the Win2k first and then the Linux. On the other hand I use LILO. I've no experiences in using grub. An

Re: dual boot

2003-06-05 Thread Callan K L Tham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 June 2003 17:58, Egyd Csaba wrote: Hi, actually I use my WinXP system and RH 7.1 on the same machine and everything works right. The key of the problem is the order of installation of the operating systems. You have to install the

system variables

2003-06-05 Thread Ronaldo Rezende Vilela Luiz
How can see and change the values of system variables in red hat 9? I has been replaced the value UTF8 to iso88591 in the /etc/sysconfig/i18n, but the behavior of the system is with encode UTF8 yet. -- Ronaldo Rezende Vilela Luiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe

Problems with pcmcia wlan-card

2003-06-05 Thread Carl-Gustaf Wennstrom IB
Hello! I wonder where my earlier posting went... oh, well, let's take it again. We are trying to setup a Buffalo WLI-PCM-L11GP-3 wlan card on a RH 8.0 and we are experiencing some problems. We put the card in the slot and configured it by running redhat-config-network. iwconfig gives: Warning:

Re: Can't listen to my CDs. Need to rip them.

2003-06-05 Thread fred smith
On Wed, Jun 04, 2003 at 10:54:14PM -0400, Ricardo wrote: Ok. Following the suggestion of Fred I plugged the headphones and it works (good idea, I should have think of it). I can hear the song, but nothing comes out of the speakers. I believe now - as many of you suggested - it is a

RE: sendmail relay a domain

2003-06-05 Thread Cowles, Steve
-Original Message- From: Patrick Nelson Sent: Wednesday, June 04, 2003 8:32 PM Subject: sendmail relay a domain [snip...] It seems that this is what the mailertable is for, but I can't seem to get it working... Anyone understand this better? O'Reily Sendmail is somewhat crytic

Re: loading ip_conntrack_ftp

2003-06-05 Thread Marcos de Souza Trazzini
On Thu, 2003-06-05 at 04:37, [EMAIL PROTECTED] wrote: My IPTABLES rules include a rule for what IP addresses I allow FTP connectons from, ## Allowed FTP clients listed here: $IPTABLES -A ALLOW_PORTS_I_EXT -p tcp -s www.xxx.yyy.zzz --dport 21 ACCEPT and then rules of the sort

Re: WinXP-Samba startup probs

2003-06-05 Thread Marcos de Souza Trazzini
On Wed, 2003-06-04 at 21:32, Edward Dekkers wrote: Gary Stainburn wrote: Hi folks, I've started puttting out WinXP boxes on my network - not through choice, however I've got a problem with them. If I have mapped network drives onto another M$ box everything is fine. If I

Threads in 7.2

2003-06-05 Thread Rob Cartier
I was wondering if it is just that I am using an older version of redhat (glibc) or is it the way AMD implements threads. I notice that while on pentium based linux machines running rh 8.0 and 9.0 I see only 1 process running for tomcat and mysqld but when running it on a AMD Athlon rh 7.2 I see

RE: E-Mail Server Setup

2003-06-05 Thread Cowles, Steve
-Original Message- From: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 12:28 AM Subject: Re: E-Mail Server Setup Just : mailIN A 111.222.333.444 ; IP_Address of Mail Server Just??? Your only adding an address record for your mail server. You will also need to

tv cards

2003-06-05 Thread Doug Finch
I have not heard much in the past year about Red Hat and tv cards on boxes. Has this died? I have an ATI All-in-wonder 128 pro tv card in a Linux box that I would love to get the cable tv portion working on. Just curious. DF -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Re: Threads in 7.2

2003-06-05 Thread fred smith
On Thu, Jun 05, 2003 at 06:58:28AM -0400, Rob Cartier wrote: I was wondering if it is just that I am using an older version of redhat (glibc) or is it the way AMD implements threads. I notice that while on pentium based linux machines running rh 8.0 and 9.0 I see only 1 process running for

redhat-config-xfree86 bogus?

2003-06-05 Thread gregory mott
hi listfolk, any guesses for me what might actually be amiss? rh73 X window drives my sis 6326 nicely. rh9 won't? we're talking 2 year old hardware here. i get: init: Id x respawning too fast: disabled for 5 minutes XFree86.setup.log says:

Re: does anybody actually download iso's?

2003-06-05 Thread Michael Mansour
Firstly, there's no explanable reason why you shouldn't be able to download the ISO's when so many (hundreds?) of thousands successfully have, and especially when it comes to ftp sites, so many of them have the ability to continue broken connections that the ftp client you use should be able to

command to change KDE background from console

2003-06-05 Thread Reuben D. Budiardja
Hello, is there a command line version to change the background picture of KDE desktop from console? I am creating a script that retrieves image from Astronomy Pic of The Day (http://antwrp.gsfc.nasa.gov/apod/astropix.html) daily (as cron) and set them as background. In different win manager

Re: does anybody actually download iso's?

2003-06-05 Thread Josep M.
Hello. I have in one machine Redhat Distro and I installed in my second machine ( a laptop) via NFS,if You download the isos ,you can copy after the files to the HD and do a network install via http,nfs,ftp. Or do a direct mirror using Wget or mirror tools,for example. You can download all

RE: Anyone try Webmin?

2003-06-05 Thread Michael Kalus
Yes and no. The main problem I see with things like Webmin is that they remove the user from the real system. If they don't have Webmin available later when something is wrong they might not be able to fix the problem. Granted, I grew up on Command Line and even though I have (and use) Webmin I

YAMAHA ISA sound card NOT WORKING!!!!!

2003-06-05 Thread root_sharif
My sound card is an YAMAHA ISA sound card. When i was using Linux RH7.1/RH7.2 or Mandrake 9.0 it was autmetically detected by linux but now i am getting prob. I am using RH7.3 at this moment. And facing the following problem with my sound card. While hardware detection it seemed to be ok.. in

Re: ps, top and free

2003-06-05 Thread Gordon Messmer
Skip Morrow wrote: Wow. Thanks for the help. That clears things up a lot. I guess what got me going was the gnome cpu monitor app for the taskbar was showing a very high percentage of RAM use, so that got me looking around. Yes, it isn't terribly clear about the distinction between application

Font not found when using the Gimp

2003-06-05 Thread Ricardo
Hi, I am trying to type a word, using the helvetica(adobe) font, but I am getting this error message, Font '-adobe-helvetica-medium-r-normal-*-*-720-72-72-p-*-iso10646-1' not found. What it means? Then, I tried several fonts in OpenOffice and I have no problem. It sounds also like we don't

RE: Monitoring and Notification of Failed Services

2003-06-05 Thread Christopher Lyon
Thanks all for your input. Monit looks like it is the way to go for my needs. -Original Message- From: Mark Foster [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 1:45 PM To: [EMAIL PROTECTED] Subject: Re: Monitoring and Notification of Failed Services I recommend

Re: Anyone try Webmin?

2003-06-05 Thread David Barkman
I agree, you really need to know the CL before using some kind of GUI. I am coming to the RH Linux world from HP-UX. With HP we have a tool called SAM that makes SysAdmin duties easy. I always try to use it for as little as possible and have become pretty fluent at the CL. Now that I'm learning

YAMAHA ISA sound card NOT WORKING!!!!!

2003-06-05 Thread root_sharif
My sound card is an YAMAHA ISA sound card. When i was using Linux RH7.1/RH7.2 or Mandrake 9.0 it was autmetically detected by linux but now i am getting prob. I am using RH7.3 at this moment. And facing the following problem with my sound card. While hardware detection it seemed to be ok.. in

Re: dual boot

2003-06-05 Thread David Barkman
You should get Boot Magic (by the same company who makes Partition Magic) to handle the booting. It's easy to use and works great. - Original Message - From: Anthony E. Greene [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 7:01 PM Subject: Re: dual boot On

Re: Sharing windows printer

2003-06-05 Thread David Barkman
It doesn't sound like your connecting to the Winbox's printer. Samba on the Linux box would be for sharing printers running on the Linux box to the Winbox. The Samba Client might connect to the Windows printer, but you need something on the Linux box to connect to the Winbox. - Original

Re: Can't connect between servers

2003-06-05 Thread David Barkman
Well it basically looks like I can't get out from either server. I can get in from anywhere, on allowed ports of course, but I can't get out. So far I've tried ftp, telnet, and ssh out and nothing. I can ftp, telnet, and ssh into the servers, but just not out. I have opened the firewall up

Re: Sharing windows printer

2003-06-05 Thread Joseph A Nagy Jr
David Barkman wrote: It doesn't sound like your connecting to the Winbox's printer. Samba on the Linux box would be for sharing printers running on the Linux box to the Winbox. The Samba Client might connect to the Windows printer, but you need something on the Linux box to connect to the

Re: Can't connect between servers - Need Firewall Advice

2003-06-05 Thread David Barkman
Ok, I've poked around some more and have almost figured it out. I was wrong about the firewall, when I enabled the source port, I could get out. The weird part is, I only have my Lockdown chain applied to Input and Forward, Output is wide open, and I found through process of elimination, that it

Re: coolmon-like app

2003-06-05 Thread Gavin Durman
Thanks all! Good responses, good suggestions! Gavin Durman --- Xavier University Systems Administrator === [EMAIL PROTECTED] (513)745-1905http://staff.xu.edu/~durman Everything appears in shades of grey to the unfocused mind... --

permissions in mounted point

2003-06-05 Thread Ronaldo Rezende Vilela Luiz
Hi, I have a partition of my old linux install mounted in the /mnt/conectiva. The directory /mnt/conectiva has the 777 permissions. But when the /mnt/conectiva has been mounted, the permissions are changed automatically. How can I set the permissions for this partition? -- Ronaldo Rezende

Re: permissions in mounted point

2003-06-05 Thread Simon Tischer
first mount it, then change the permissions. use the -R option to change all permission recursive On Wednesday 04 June 2003 15:11, Ronaldo Rezende Vilela Luiz wrote: Hi, I have a partition of my old linux install mounted in the /mnt/conectiva. The directory /mnt/conectiva has the 777

RE:dhcpclient help

2003-06-05 Thread Remo Mattei
Well here is mine which has been working on different linux boxes :) if you have any other questions let me know. I know for a fact that rd dhcp works fine # dhcpd.conf # # Sample configuration file for ISC dhcpd # # option definitions common to all supported networks... option domain-name

Re: high load, but also high idle

2003-06-05 Thread Cornelius Kölbel
Thank you for the good hints. How could I speed up my hard disk. Or - how could I manage, that the one process in the background using the harddisk intensivly - does not slow down the hole system that much, that I can´ t move the mouse anymore. Is there another possibility than the nice -level?

Re: DHCPClient: Help

2003-06-05 Thread Javier Gostling
On Tue, Jun 03, 2003 at 11:54:58PM -0600, Ashley M. Kirchner wrote: I need a sample dhcpd.conf file for a dual homed RH9 machine. I've tried the sample one that comes with the rpm, but I could never make it work. The system is hooked to a cable modem to eth0. Then, I have eth1

RE: DHCP Script to Update Dynamic DNS with IP Changes?

2003-06-05 Thread Eric Hammersley
I'm using ddclient v3.6.3 running as a service and it works great. Check the dyndns home page for a large list of apps that will perform such a task for linux, there are a few there. -Original Message- From: Ryan D. Egeland [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 6:27 PM

Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Kevin Passey
Can anybody help me here. I have corrupted various permissions on a couple of directories - is there a way to re-set them to the installed status. I am having problems with amanda and firestarter Thanks Kevin Passey -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

Quick question

2003-06-05 Thread Yanick Quirion
Hi all, If you have to upgrade a Linux distribution, and you have the choice between version 9 and 7.3, which one will you choose? I test version 8 9, and I found a lot of things that doesn't work well, like compiling some packages, or screen display problem. With old version like 7.1, 7.2 and

Re: Quick question

2003-06-05 Thread Juan Nin
From: Yanick Quirion [EMAIL PROTECTED] If you have to upgrade a Linux distribution, and you have the choice between version 9 and 7.3, which one will you choose? I love 7.3 and have never had any trouble with it I continue using it it works great!!! I've heared lots of people having

under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Robert P. J. Day
undoubtedly a simple question, but is there any compelling reason to rebuild my initrd.img file if i'm just upgrading from 2.5.70-bk8 to 2.5.70-bk9, and i can confirm that none of the modules in the current initrd.img have changed as a result of that kernel bk upgrade? in short, i've rebuilt

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread maillists (josef
you will have to rebuild your initrd, as soon as the modules in your old initrd wont load on your new kernel. depends on your config. you can compile your kernel (have not looked into 2.5, but i would bet a lot that this feature is in the new series too) with module-versions. modules wont load,

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Robert P. J. Day
On 4 Jun 2003, maillists (josef radinger) wrote: you will have to rebuild your initrd, as soon as the modules in your old initrd wont load on your new kernel. depends on your config. i'm not actually changing the .config. i'm just downloading each new bk upgrade and rebuilding with the same

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Jesse Jacobs
Hello, Also, As far as I know, your initrd is only needed to preload modules that are required to get your kernel to boot the root fs. (These are usually built in aren't they?)(Or are they third party modules?) j josef radinger said: you will have to rebuild your initrd, as soon as the modules

RE: Can't listen to my CDs. Need to rip them.

2003-06-05 Thread Michael Kalus
What do you mean by you can't listen to them? Can you play the Cd but don't get any sound? If so check the sound mixer and make sure that you have the volume for CD turned up. Michael -Original Message- From: Ricardo [mailto:[EMAIL PROTECTED] Sent: June 3, 2003 9:17 PM To: [EMAIL

Setting a Cron Job

2003-06-05 Thread Joseph A Nagy Jr
Hey there. I have a few scripts I'd like to set crontabs for (I already have one with the machine-update script from http://counter.li.org/, but the script set that automatically). I've read man crontab and crontab -help and even tried to manually edit with crontab -e but I haven't a clue on

E-Mail Server Setup

2003-06-05 Thread liam . meadows
I would appreciate it if someone can explain how to set up RH9Pro as an e-mail server. www.domain.co.uk ip 111.222.333.444 What records does my ISP need and what records settings are needed on RH9Pro. I am a bit of a Linux newbie and DNS is a total mystery at the moment. I have been using

removing old kernels

2003-06-05 Thread Dana Holland
Someone has suggested removing old kernels as a means of recovering space in the / filesystem. But since I've done it before, I'm a little nervous about it... Here is what I currently have: [EMAIL PROTECTED] /]# rpm -qa 'kernel*' kernel-smp-2.4.18-3 kernel-pcmcia-cs-3.1.27-18

Installing MPlayer: Have an challenge here.

2003-06-05 Thread CM Miller
I did have MPlayer up and working on my RH 8.0 box. There was a new version released, mplayer-0.90-fr2.ppc.rpm. I apt-get this one, but when trying to watch a video, it would not work. I think apt-get is ok, it is something to do with hardware. I've uninstalled it and I've tried to install

ftp problems with wuftp on rh8.0

2003-06-05 Thread Jason Shiers
Subject: ftp problems with wuftp on rh8.0 Hi all, I have some ftp problems, I am running wuftp on RH8.0, I have constantly had local problems where I cannot login locally from another windows box on my network, see error message below. If I open the port on my router and try to connect from

Re: high load, but also high idle

2003-06-05 Thread Gordon Messmer
Cornelius Kölbel wrote: How could I speed up my hard disk. You could use DMA, but I believe that's on by default for chipsets where it works. Or - how could I manage, that the one process in the background using the harddisk intensivly - does not slow down the hole system that much, that I

Re: RH after Sept. 11.th.

2003-06-05 Thread Darío Mariani
I checked it line by line, not only the kernel but all the packages included in RH 9.0 :-) Hal Burgiss wrote: On Wed, Jun 04, 2003 at 01:08:47PM +0100, Paul Barclay wrote: Does anyone actually scan the souce code for this sort of thing? Or do we rely on the fact that because you can look

Re: Quotas in RH8

2003-06-05 Thread Ziaur Rahman
Quoting GRTG Webmaster [EMAIL PROTECTED]: | server, after I edited the /etc/fstab and inserted usrquota,grpquota After editing the /etc/fstab, you can try remounting the partitions with: /bin/mount -o remount mount point and then try this: /sbin/quotacheck -mugcvf mount point / filesystem

What distribution works well with old computers?

2003-06-05 Thread Paul Sutcliffe
What distribution works well with old computers? like a pentiumMMX 233MHz -- Paul Sutcliffe [EMAIL PROTECTED] Pro Naturaleza

[Fwd: glibc - redhat 9.0 and Matlab 12.1]

2003-06-05 Thread Sue Champigny
I have done a fresh install on a system, that has matlab 6.1 R12.1 and matlab 6.5 R13. However the install of 9.0 broke the older verion of matlab. Here is the error I receive. [EMAIL PROTECTED] root]# matlab Opening Log file: /root/java.log. Warning: Failed to start the Java Virtual

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Robert P. J. Day
On Wed, 4 Jun 2003, Jesse Jacobs wrote: Hello, Also, As far as I know, your initrd is only needed to preload modules that are required to get your kernel to boot the root fs. (These are usually built in aren't they?)(Or are they third party modules?) not quite. i've been through a brief

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Rick Johnson
On 6/4/2003 7:03 AM, Kevin Passey wrote: Can anybody help me here. I have corrupted various permissions on a couple of directories - is there a way to re-set them to the installed status. I am having problems with amanda and firestarter Thanks Kevin Passey rpm can help you out here. rpm -V

RE: ftp problems with wuftp on rh8.0

2003-06-05 Thread Richard Humphrey
Is there any particular reason you ar3e using wuftp? RH 8 ships with vsftpd and works well and easy to set up. I havent used wuftp in years. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Shiers Sent: Wednesday, June 04, 2003 11:10 AM To: [EMAIL

Re: Installing MPlayer: Have an challenge here.

2003-06-05 Thread Marcos de Souza Trazzini
What type of processor you have? This package (mplayer-0.90-fr2.ppc.rpm) is released for PowerPC computers and don't work in x86 computers. But, if you've a normal PC, try to download the mplayer-0.9.0-fr2.i386.rpm package. On Wed, 2003-06-04 at 12:59, CM Miller wrote: I did have MPlayer up

Re: What distribution works well with old computers?

2003-06-05 Thread Juan Nin
From: Paul Sutcliffe What distribution works well with old computers? like a pentiumMMX 233MHz I got a couple of RH 7.1 servers running Postfix+Amavisd+pop-before-smtp, Apache, MySQL, Proftpd and others and work great on a Pentium II 233Mhz with 128MB RAM haven't tried it as desktop in this

Re: permissions in mounted point

2003-06-05 Thread Ronaldo Rezende Vilela Luiz
This error has generated when I tryed to make: chmod 777 -R extendida chmod: changing permissions of `extendida' (requested: 0777, actual: 0755): Operao no permitida - Em Qua, 2003-06-04 s 10:13, Simon Tischer escreveu: first mount it, then change the permissions. use the

Re: Can't listen to my CDs. Need to rip them.

2003-06-05 Thread jeff allen
you should also ckeck your setting in /usr/bin/cd-capplet if it's still not working for you From: fred smith [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Can't listen to my CDs. Need to rip them. Date: Wed, 4 Jun 2003 05:54:59 -0400 On Tue, Jun 03, 2003 at

What distribution works well with old computers?

2003-06-05 Thread Paul Sutcliffe
What distribution works well with old computers? like a pentiumMMX 233MHz -- Paul Sutcliffe [EMAIL PROTECTED] Pro Naturaleza -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: What distribution works well with old computers?

2003-06-05 Thread Michael Kalus
What are you trying to do with it? Use it as a firewall? Use it as a workstation? Michael -Original Message- From: Paul Sutcliffe [mailto:[EMAIL PROTECTED] Sent: June 4, 2003 11:42 PM To: [EMAIL PROTECTED] Subject: What distribution works well with old computers? What distribution

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Gordon Messmer
Robert P. J. Day wrote: undoubtedly a simple question, but is there any compelling reason to rebuild my initrd.img file if i'm just upgrading from 2.5.70-bk8 to 2.5.70-bk9, and i can confirm that none of the modules in the current initrd.img have changed as a result of that kernel bk upgrade?

RE: Can't listen to my CDs. Need to rip them.

2003-06-05 Thread Robert
of course, checking to see if the audio cable runs from the cd to the sound card is a good thing If you were using XP and digital cd reading, the cd's would have played in xp even without the audio cable... r.d. On Wed, 2003-06-04 at 11:11, Michael Kalus wrote: What do you mean by you

an english theater interpretation of SCO vs IBM

2003-06-05 Thread Robert P. J. Day
http://lwn.net/Articles/34848/ rday -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Installing MPlayer: Have an challenge here.

2003-06-05 Thread Mike Burger
I'm curious...you say you downloaded the ppc.rpm? You do know that that's for PowerPC (ie, Macintosh) system, and not for an x86 processor? You probably won't get it to work. To tell the truth, I'm not sure if/how you got that rpm to install in the first place. On Wed, 4 Jun 2003, CM Miller

RE: ftp problems with wuftp on rh8.0

2003-06-05 Thread Jason Shiers
I believe it is a bit funny about transferring files in ascii which causes a lot of problems with the cgi scripts I use Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Humphrey Sent: Wednesday, June 04, 2003 5:17 PM To: [EMAIL

Re: RH after Sept. 11.th.

2003-06-05 Thread Richard Crawford
I rewrote it from scratch, but the source code in RH looks surprisingly like what I wrote. I plan to sue RH and all other Linux providers for copyright and patent infringement. I checked it line by line, not only the kernel but all the packages included in RH 9.0 :-) Hal Burgiss wrote:

Re: What distribution works well with old computers?

2003-06-05 Thread Marcos de Souza Trazzini
Well... this is a RedHat mailing list... hehe I'm using a RedHat 7.2 box with a recompiled kernel in a Pentium 233MMX and it was working well. But i had to recompile the kernel with many customized options for best performance with this machine. If you don't want to recompile the kernel, try to

Re: ftp problems with wuftp on rh8.0

2003-06-05 Thread Marcos de Souza Trazzini
Try to use the ftp client in passive mode. Why don't you use the vsftp, shipped with your distro? It's more easy for setup, and more secure. On Wed, 2003-06-04 at 13:09, Jason Shiers wrote: Subject: ftp problems with wuftp on rh8.0 Hi all, I have some ftp problems, I am running wuftp on

Re: What distribution works well with old computers?

2003-06-05 Thread MWafkowski
Take a look at Peanut or Vector Linux, though you can run RH with enough ram on that machine (min 128 meg for X) and a halfway decent video card with four megs of ram or more. Regards, Mike Wafkowski http://www.osheaven.net Linux CDs and Things - Original Message - From: Paul Sutcliffe

Re: under what circumstances should i rebuild initrd.img?

2003-06-05 Thread Robert P. J. Day
On Wed, 4 Jun 2003, Gordon Messmer wrote: Robert P. J. Day wrote: undoubtedly a simple question, but is there any compelling reason to rebuild my initrd.img file if i'm just upgrading from 2.5.70-bk8 to 2.5.70-bk9, and i can confirm that none of the modules in the current initrd.img

Re: Installing MPlayer: Have an challenge

2003-06-05 Thread CM Miller
What type of processor you have? This package (mplayer-0.90-fr2.ppc.rpm) is released for PowerPC computers and don't work in x86 computers. But, if you've a normal PC, try to download the mplayer-0.9.0-fr2.i386.rpm package. On Wed, 2003-06-04 at 12:59, CM Miller wrote: I did have MPlayer up

Re: Permissions corrupted - how do I reset to installed.

2003-06-05 Thread Marcos de Souza Trazzini
Do you are using acl's with the filesystem? (getfacl and setfacl commands to setup the Access Control Lists) And what are the problems with amanda and firestarter? On Wed, 2003-06-04 at 13:32, Rick Johnson wrote: On 6/4/2003 7:03 AM, Kevin Passey wrote: Can anybody help me here. I

Re: What distribution works well with old computers?

2003-06-05 Thread Rick Forrister
On 04 Jun 2003 22:42:12 -0500 Paul Sutcliffe [EMAIL PROTECTED] wrote: What distribution works well with old computers? like a pentiumMMX 233MHz 6.1 ran well, and IIRC, 7.3 did well, too. I think I had to do a text based install with 7.3. YMMV. rickf -- redhat-list mailing list

  1   2   3   >