arp vs. ifconfig discrepencies?

2003-06-16 Thread Daevid Vincent
Hey, how come my 'arp -n' tells me my eth0 is "12.228.88.1" when my ifconfig (which is the real IP) says "12.228.90.64"?? [dae51d=pts/0]11:[EMAIL PROTECTED]:{/home/dae51d/public_html/examples/dhcp}> ifconfig eth0 Link encap:Ethernet HWaddr 00:06:25:91:FF:C8 inet addr:12.228.90.64

Key bindings in twm

2003-06-16 Thread Todd A. Jacobs
I'm trying to configure twm to bind an f.exec to CTRL-ALT-L to lock the screen. However, the following doesn't work: "l" = a | m : all : f.exec "xscreensaver-command -lock &" It works fine if I change it to: "F12" = : all : f.exec "xscreensaver-command -lock &" so the problem appears t

Re: Desktop Weather for Linux?

2003-06-16 Thread Toralf Lund
Intellicast, Weather.com, and so on have desktop modules to run radar loops continuously on one's desktop. Unfortunately, they are all only for windows. Does anyone know of a good desktop weather module for Linux? Thanks. Try "Weather report" under Add To Panel->Accessories (Red Hat 8.0 or 9) or A

Re: Need help: Recompile kernel for NTFS mount support

2003-06-16 Thread Emmanuel Seyman
On Sun, Jun 15, 2003 at 05:55:42PM -0400, dch wrote: > > Apparently 2.4.20-18.9, as compiled by Red Hat, does not include support > for NTFS mounts. I downloaded the source but I'm lost. Can someone point > me in the right direction? Head on over to http://linux-ntfs.sourceforge.net/info/redhat.ht

Re: Can I change user UID and not lose ownership?

2003-06-16 Thread Jon Haugsand
* Johnie Stafford > find / -uid 500 -exec chown {} \; If you run this overnight, it may be ok, but the following is significantly faster: find / -uid 500 -print0 | xargs -0 chown -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no -- redhat-list mailing list unsubscribe

PERL: panic: end_shift at ... line 371, line ...

2003-06-16 Thread Toralf Lund
After upgrading to Red Hat 9 (from 7.3), I started getting the message panic: end_shift at /usr/bin/inst line 371, line 43366. when running one of my PERL scripts. I'm guessing this is caused by some kind of weirdness in my code, but I have no idea what "end_shift" is supposed to mean, so it's

Re: s3 prosavageddr driver for linux

2003-06-16 Thread Martin Wilck
Am Sam, 2003-06-14 um 20.36 schrieb Manuel Aróstegui Ramirez: > > can anybody tell me where to find a linux driver > > for my vga. > > s3 prosavageddr.? > >thanks The homepage of the savage driver is here: http://www.probo.com/~timr/savage40.html Martin -- Martin Wilck

Re: Need help: Recompile kernel for NTFS mount support

2003-06-16 Thread Manuel Aróstegui Ramirez
Don't forget to run /sbin/lilo, after add the new kernel image in Lilo --- Lewi <[EMAIL PROTECTED]> escribió: > as long as I know, redhat doesn't provide this in > their release. > > but if you can recompile kernel to get support > mounting ntfs, > there is some simple step: > 1. in the /usr/src

why does "arp" show inactive machines?

2003-06-16 Thread Daevid Vincent
Title: Message I am writing an open source web page that I can't believe doesn't exist already. basically i want to see all the active DHCP clients on my network AND their nice windows names. GRRR...   Anyways, here is what I have so far if you want to see it: http://daevid.com/examples/dhc

why does "arp" show inactive machines?

2003-06-16 Thread Daevid Vincent
I am writing an open source web page that I can't believe doesn't exist already. basically i want to see all the active DHCP clients on my network AND their nice windows names. GRRR... Anyways, here is what I have so far if you want to see it: http://daevid.com/examples/dhcp/index.php when the scr

Would RedHat 7 Be a Good Choice?

2003-06-16 Thread Scarletdown
As I had mentioned in a couple previous posts, I've been experimenting with RH 5.2 off and on over the past couple years. Now, it's time to finally upgrade. Anyway, browsing through eBay listings, I came across an auction for RedHat Linux 7 Unleashed, with all 3 CDs still sealed. I'm assuming

RE: error while sending mail in new domain address

2003-06-16 Thread nlimbu
Problem : Mail to delivering in new domain address New domain = kantihospital.org.np Mail server = mailhost.healthnet.org.np I have written the new domain name is local-host-names and also pointed the MX record for the new domain to mailhost.healthnet.org.np > 1) Please post the correspon

Re: How can I buy RH7.2 CDs?

2003-06-16 Thread ABrady
On Sun, 15 Jun 2003 14:54:17 -0500 srini Amble <[EMAIL PROTECTED]> wrote: > I am looking for RH 7.2 CDs. Can any of you please suggest a source > for RH 7.2 CDs? I have tried to download the ISO images from the net > but the MD5SUM never matches. I need these CDs because one the > applications I a

Re: why does "arp" show inactive machines?

2003-06-16 Thread Jon Haugsand
* Daevid Vincent > Does anyone know why "arp -n" (what i'm using) shows machines that are > NOT even turned on? like my notebook shows up despite having been off > for several hours? Is there a way to get a real time list of the > machines on my network?!? I thought that's what "arp" did, but > app

Re: Would RedHat 7 Be a Good Choice?

2003-06-16 Thread Edward Dekkers
Scarletdown wrote: As I had mentioned in a couple previous posts, I've been experimenting with RH 5.2 off and on over the past couple years. Now, it's time to finally upgrade. Anyway, browsing through eBay listings, I came across an auction for RedHat Linux 7 Unleashed, with all 3 CDs still sea

Re: why does "arp" show inactive machines?

2003-06-16 Thread Jon Haugsand
* Jon Haugsand > ping -b 192.168.1.0 > > and then > > arp -n Nah, the arp cache does not seem to be filled after this trick. > > (But I'm no network expert.) Still no experts, but the following seems to work on my machine: #!/bin/sh NETWORK=$1 ping -bn -c 2 $NETWORK 2>/dev/null | gre

RE: Would RedHat 7 Be a Good Choice?

2003-06-16 Thread michael . bartlett
I would rather download RH 9 ISOs from http://www.linuxiso.org/ -Original Message- From: Scarletdown [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 09:31 To: [EMAIL PROTECTED] Subject: Would RedHat 7 Be a Good Choice? As I had mentioned in a couple previous posts, I've been experimentin

Flash and esd

2003-06-16 Thread Jon Haugsand
After installing flash for my mozilla, the following error message appears on the xterm window from where i launched mozilla: 'Unable to connect to UNIX socket /tmp/.esd/socket'. Sound I presume, but trying to start the esd daemon by just typing 'esd' gives the same result. Any HOWTO out there

Re: Would RedHat 7 Be a Good Choice?

2003-06-16 Thread Kevin MacNeil
On Mon, Jun 16, 2003 at 04:55:32PM +0800, Edward Dekkers wrote: > Mate, if I were you, I'd just buy the RH9 ISOs off the internet > somewhere, if price and bandwidth is an issue. I can't remember a > store name off the top off my hat, but I know quite a few people here > were buying them for like

Re: Which package for cdrom on errata 7.2

2003-06-16 Thread fred smith
On Mon, Jun 16, 2003 at 11:43:12AM +0600, root_sharif wrote: > i am facing problem in mounting my CDROM at RH7.2 > Many of U have suggested me to download bugfix for 7.2 > can u pls inform me which package i should download. > as i use dial up... (moreover slow) connection its hard for me > to dow

Re: Which package for cdrom on errata 7.2

2003-06-16 Thread Emmanuel Seyman
On Mon, Jun 16, 2003 at 11:43:12AM +0600, root_sharif wrote: > > i am facing problem in mounting my CDROM at RH7.2 > Many of U have suggested me to download bugfix for 7.2 > can u pls inform me which package i should download. It's the kernel update. > as i use dial up... (moreover slow) connect

Re: Flash and esd

2003-06-16 Thread Nick Lindsell
> > (No, I don't like flash and may very well remove it, but sometimes I > just want to play around on the advertiser's conditions... (I just > wish I could turn off some advertisements discretionally.)) > FWIW, I set up a local webserver that serves a blank index.html and a blank errordocument

Re: Samba Setup Problems - smb.conf Posted For Reference

2003-06-16 Thread Marcos de Souza Trazzini
On Sat, 2003-06-14 at 22:14, Scarletdown wrote: > Can anyone tell me what I might be doing wrong here? > > I'm trying to get a Linux box set up with Samba so I can share > files with a pair of Win-98 systems and my FreeSCO router. > > Problem is, this system is not showing up in Network > Neigh

RH9 Power down

2003-06-16 Thread Cornelius Kölbel
Hello, after changing from gdm to kdm, the power down does not work any more, when I shut down the computer. I have to switch the computer of. Any hints? Regards Cornelius -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Mail Conversion

2003-06-16 Thread Robert Jones
On Monday 16 June 2003 01:45 am, [EMAIL PROTECTED] wrote: > Message: 28 > Date: Mon, 16 Jun 2003 02:44:44 +0300 > From: Kostas Sfakiotakis <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Mail Conversion > Reply-To: [EMAIL PROTECTED] > > > > All i want to ask is , if there is a simple way to

SOS: Mounting problem

2003-06-16 Thread Ajay Bansal
Hi All I am on Advanced Server 2.1. I have shared two drectories on this machine. exportfs gives the following output -- $exportfs exportfs: No host name given with /home (ro,async,wdelay,hide,secure,root_squash,no_all_squash,subtree_check,sec ure_locks,mapping=identit

Re: cdrom mount problem

2003-06-16 Thread Marcos de Souza Trazzini
On Sun, 2003-06-15 at 08:54, achillemiele wrote: > On Sunday 15 June 2003 13:14, root_sharif wrote: > > i am new in linux... > > Using Redhat 7.2 at the moment. > > But CD rom is not working > > properly > > whenever i insert a cd and > > click on the cdrom icon from my desktop > > i get the messag

Help, Spamassassin failing and losing mail

2003-06-16 Thread Bill Dossett
Hi, I'm using stock RH9, no mods. I'm running spamd/spamc and occasionally mail is getting lost to my users: I am getting the messsage: spamd[24614]: bad protocol: header error: (Content-length mismatch: 3907 vs. 3906) I've googled for solutions, but as I am using a stock RH9 system, I would

Re: Help, Spamassassin failing and losing mail

2003-06-16 Thread Technoslick
On Mon, 2003-06-16 at 07:52, Bill Dossett wrote: > Hi, > > I'm using stock RH9, no mods. I'm running > spamd/spamc and occasionally mail is getting lost > to my users: > > I am getting the messsage: > > spamd[24614]: bad protocol: header error: (Content-length mismatch: > 3907 vs. 3906) > >

mp3 player in console!

2003-06-16 Thread winglion
I got a interesting idea: to paly mp3 in console! Since my c300+64m is too slow to run even fvwm+xmms--I feeled! Does any one know that some software can do that! Any info would be appreciated! winglion [EMAIL PROTECTED]   2003-06-16 -- redhat-

Command Line Insertion.

2003-06-16 Thread Luis Gustavo Dantas
Hello,   I´d like to know how can i insert a command line on the headline of the print job.   Can anyone help me?   []´s   Luis  

RE: mp3 player in console!

2003-06-16 Thread Michael Kalus
I think the program is called mp3blaster and works in the console just fine. (B (B> -Original Message- (B> From: winglion [mailto:[EMAIL PROTECTED] (B> Sent: Sunday, June 15, 2003 2:00 PM (B> To: [EMAIL PROTECTED] (B> Subject: mp3 player in console! (B> (B> (B> I got a interesti

Re: mp3 player in console!

2003-06-16 Thread Michael S. Dunsavage
perhaps mpg123? On Monday 16 June 2003 08:28 am, you wrote: > I got a interesting idea: to paly mp3 in console! > Since my c300+64m is too slow to run even fvwm+xmms--I feeled! > Does any one know that some software can do that! > Any info would be appreciated! > > winglion > [EMAIL PROTE

Re: mp3 player in console!

2003-06-16 Thread Emmanuel Seyman
On Mon, Jun 16, 2003 at 08:28:07PM +0800, winglion wrote: > > I got a interesting idea: to paly mp3 in console! The mpg321 package provided with Red Hat does this. Very useful for a low power machine. Emmanuel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.

Re: Help, Spamassassin failing and losing mail

2003-06-16 Thread Bill Dossett
Thanks... sounds interesting, lot higher rate than I get with SA anyway, but then again I haven't really tuned SA much yet. Anyway, I've upgraded (with some difficulty, -ivF didn't work, had to rpm -e spamassassin, then build version 2.55 from sourcerpm from the spamassassin site and install it wit

Re: mp3 player in console!

2003-06-16 Thread Stephen Kuhn
On Mon, 2003-06-16 at 22:28, winglion wrote: > I got a interesting idea: to paly mp3 in console! > Since my c300+64m is too slow to run even fvwm+xmms--I feeled! > Does any one know that some software can do that! > Any info would be appreciated! > > winglion

Re: LILO - Getting other kernels at boot time?

2003-06-16 Thread Bill Tangren
Syl wrote: I have a dual Win2k/RH9 system with Lilo installed on the boot sector of /dev/hdb1. At start up I get two Win2k and one Linux boot options. After I select Linux RH9 boots without displaying Lilo. I want to access different kernel images however even if I hold the or all I get is a RH s

Re: RH 9 problem : pop3 works but imap doesn't

2003-06-16 Thread Marcos de Souza Trazzini
On Sun, 2003-06-15 at 07:20, K Hargraves wrote: > Hi, > > from a windowz email client, email can be POPed from RH 9 but nothing > happens when imap is enlisted and the transfer protocol. Both are enabled > in /etc/xinetd.d and I can see the imap requests in /var/spool/maillog > > Anyone else enc

RE: Call to undefined function: mysql_connect() (it's baaaack...)

2003-06-16 Thread Larry Brown
What command are you executing to install the rpm? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 12:53 AM To:

Authentication failure logs with LDAP

2003-06-16 Thread Rickard, Matthew
Title: Authentication failure logs with LDAP I'm setting up a RedHat machine using OpenLDAP to authenticate with a Solaris Iplanet LDAP server.  I've used authconfig to set up the initial configuration, and I'm able to successfully login to the system with LDAP users.  The problem is that each

maibox storage

2003-06-16 Thread ivo Tijhaar
how can i limited the size of a user mailbox?

maibox storage

2003-06-16 Thread ivo Tijhaar
how can i limited the size of a user mailbox? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: maibox storage

2003-06-16 Thread Marcos de Souza Trazzini
On Mon, 2003-06-16 at 09:59, ivo Tijhaar wrote: > how can i limited the size of a user mailbox? Do you use Postfix, sendmail or qmail? In postfix, use the following line in the "main.cf" file: "mailbox_size_limit=X" Where the XXX is the size, in "bits" of the mailbox limit. --

How do I install nVidia .run package?

2003-06-16 Thread tomh
[RH9.0) I've downloaded the .run thingy from nVidia's web site. When I enter the "sh NVIDIArun" command, I'm told that I need to exit the XServer before I install the driver. How do I exit the XServer? How do I get back into XServer after I've installed the driver? -- redhat-list mail

Re: How do I install nVidia .run package?

2003-06-16 Thread Emmanuel Seyman
On Mon, Jun 16, 2003 at 08:40:19AM -0500, [EMAIL PROTECTED] wrote: > > How do I exit the XServer? Run the command "init 3" > How do I get back into XServer after I've installed the driver? Run the command "init 5" Emmanuel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] ht

Re: mp3 player in console!

2003-06-16 Thread winglion
Thank's every body! I will try them out! === 2003-06-16 08:35:00 Michael S. Dunsavage wrote=== >perhaps mpg123? > > >On Monday 16 June 2003 08:28 am, you wrote: >> I got a interesting idea: to paly mp3 in console! >> Since my c300+64m is too slow to run even fvwm+xmms--I feeled! >

RE: Call to undefined function: mysql_connect() (it's baaaack...)

2003-06-16 Thread Daniel R. Hansen
rpm -Uvh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 7:52 AM To: [EMAIL PROTECTED] Subject:RE: Call to undefined function: mysql_connect() (it's bck...) What command are you executing to install the rpm? Larry

Question on caching-nameserver

2003-06-16 Thread Mufit Eribol
I have a small LAN with a cable modem for internet. I setup up a RH9 box as a gateway with IP masq and caching-nameserver. Internal PCs use gateway's IP (192.168.0.1) for DNS resolution. It is working fine, But... ...according to docs, the gateway's /etc/resolv.conf should be as follows search

Issue with CDROM Drive

2003-06-16 Thread Mathieu Masse
I posted this on the list last Friday and got no responses so I am posting again... On Fri, 2003-06-13 at 14:03, Mathieu Masse wrote: > Hi list, > > Small issue with my CDROM drive, when I try to install rpm's or other > programs from my CDROM drive sometimes it just hangs. I mean the driv

Problem with bringing up eth0 interface.

2003-06-16 Thread Jacek Osuchowski
I have RH7.3 installed from downloaded ISO images. The system is basically web server with PHP and MySQL. Right after the installation the system works fine. After several days of usage after reboot the system hangs during bringing up eth0 interface. I can get in using the interactive mode and skip

RE: Call to undefined function: mysql_connect() (it's baaaack...)

2003-06-16 Thread Larry Brown
Did you try rpm -ivh php-mysql-4.2.2-8.0.7.i386.rpm ? And if you do rpm -q php-mysql what do you get? Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mo

Re: ps TIME and kscand?

2003-06-16 Thread Alban Peignier
We've noticed exactly the same thing after upgrading to a kernel 2.4.20-18.7 one of our redhat servers. The kscand is not really documented. I've found in the Redhat kernel sources (linux/mm/vmscan.c) the kscand function : /* * The background page scanning daemon, started as a kernel thread * f

RE: Call to undefined function: mysql_connect() (it's baaaack...)

2003-06-16 Thread Daniel R. Hansen
[EMAIL PROTECTED] root]# rpm -ivh php-mysql-4.2.2-8.0.7.i386.rpm warning: php-mysql-4.2.2-8.0.7.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e error: Failed dependencies: php = 4.2.2-8.0.7 is needed by php-mysql-4.2.2-8.0.7 libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.7

Re: arp vs. ifconfig discrepencies?

2003-06-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 16 Jun 2003 00:02:32 -0700, Daevid Vincent wrote: > Hey, how come my 'arp -n' tells me my eth0 is "12.228.88.1" when my > ifconfig (which is the real IP) says "12.228.90.64"?? It doesn't do that in your example: > ifconfig > eth0 Link e

Re: Issue with CDROM Drive

2003-06-16 Thread xunil
On 16 Jun 2003, at 10:29, Mathieu Masse wrote: > I posted this on the list last Friday and got no responses so I am > posting again... > > On Fri, 2003-06-13 at 14:03, Mathieu Masse wrote: > > > Hi list, > > > > Small issue with my CDROM drive, when I try to install rpm's or other > > progr

Help!! RH7 will not boot! No inittab file found...

2003-06-16 Thread Chuck Dutrow
This box is pri DNS and nslookup for my domain. It says: INIT: version 2.78 booting INIT: no inittab file found INIT: can't open (/etc/ioctl.save, O_WRONLY) no such file or directory   Enter runlevel:   Is there a way to recover from this or do I have to reinstall?   TIA Chuck Do you Yahoo!? SBC Y

SSH after install RH9?

2003-06-16 Thread Chuck Dutrow
Does anyone know the command line to install/enable ssh from command line? TIA Chuck Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

Strange message using parted in RedHat 9

2003-06-16 Thread informatica
Hi. I changend the chunk size in /etc/raidtab and stopped raid with raidstop and recreate the raid partition (using mkraid -R /dev/md0). I start parted in Red Hat 9 using the next command inside a ssh session: parted /dev/md0 (a RAID 0 partition) I have a monitor connected to the linux box and

Re: Issue with CDROM Drive

2003-06-16 Thread Michael S. Dunsavage
I had this problem w/ a CDROM once, I swithced out the drive and that seemed to fix it. On Monday 16 June 2003 11:07 am, you wrote: > On 16 Jun 2003, at 10:29, Mathieu Masse wrote: > > I posted this on the list last Friday and got no responses so I am > > posting again... > > > > On Fri, 2003-0

Apache 2.0.40 --> 2.0.45 upgrade via RHN

2003-06-16 Thread Christian Campbell
Has anyone experienced any problems upgrading Apache from 2.0.40 --> 2.0.45 via RHN? Does it overwrite any config files? Anything break? Looking to do this on a production box (no...don't have a test box to try it on). Any help appreciated! Christian Christian Campbell Systems Engineer Info

Re: SSH after install RH9?

2003-06-16 Thread Bill Tangren
Chuck Dutrow wrote: Does anyone know the command line to install/enable ssh from command line? TIA Chuck Do you Yahoo!? SBC Yahoo! DSL - Now on

RE: rpm -e ?

2003-06-16 Thread Don Leeper
Thanks for the help -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 3:28 PM To: [EMAIL PROTECTED] Subject: Re: rpm -e ? Don Leeper wrote: > I was wondering if someone could tell me the syntax to remove a Kernel? > My /boot is filling up and I

Dual Monitor Issue

2003-06-16 Thread Haley Crowe
Hello all. I have a customer who has the remote KDE desktop of Redhat 7.2 spanning across 2 monitors. We are trying to change it back so that it is only on one, but we're not able to make it change. We've tried the export DISPLAY (his IP address):0.0, but that hasn't made any difference. Anyone

Re: Call to undefined function: mysql_connect() (it's baaaack...)

2003-06-16 Thread Bill Tangren
Daniel R. Hansen wrote: [EMAIL PROTECTED] root]# rpm -ivh php-mysql-4.2.2-8.0.7.i386.rpm warning: php-mysql-4.2.2-8.0.7.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e error: Failed dependencies: php = 4.2.2-8.0.7 is needed by php-mysql-4.2.2-8.0.7 libmysqlclient.so.10 is needed

X using 99% CPU

2003-06-16 Thread santosh kumar
Hi everyone, The system is loaded with redhat 7.2 and configuration is dual cpu (AMD) and 4 GB RAM when I execute top command 9:06pm up 7 days, 10:50, 10 users, load average: 2.11, 2.14, 1.88 95 processes: 92 sleeping, 3 running, 0 zombie, 0 stopped CPU0 states: 97.0% user, 2.0% system, 0.

Re: Help, Spamassassin failing and losing mail

2003-06-16 Thread Richard Potter
On Mon, 16 Jun 2003, Bill Dossett wrote: > Anyway, I've upgraded (with some difficulty, > -ivF didn't work, had to rpm -e spamassassin, > then build version 2.55 from sourcerpm from > the spamassassin site and install it with -ivh, > new version doesn't check header size vs real > size apparently,

How to allow SSH connections?

2003-06-16 Thread Chuck Dutrow
Ok how do you allow ssh connections when you did not configure that during setup. Is there a way to do so from command line. I need to setup webmin but cant ssh webmin file to the box. Chuck Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!

Re: How to allow SSH connections?

2003-06-16 Thread Devrim GUNDUZ
Hi, On Mon, 16 Jun 2003, Chuck Dutrow wrote: > Ok how do you allow ssh connections when you did not configure that > during setup. Is there a way to do so from command line. I need to setup > webmin but cant ssh webmin file to the box. 1. Use ntsysv to set the deamons to start at boot time.

Re: Apache 2.0.40 --> 2.0.45 upgrade via RHN

2003-06-16 Thread dnk
I think the latest is still 2.0.40 on RHN and liveupdate. - Original Message - From: "Christian Campbell" <[EMAIL PROTECTED]> To: "Red Hat Listserv (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 8:26 AM Subject: Apache 2.0.40 --> 2.0.45 upgrade via RHN > Has anyone experienc

Re: SSH after install RH9?

2003-06-16 Thread MKlinke
On Monday 16 June 2003 16:15, Chuck Dutrow wrote: > Does anyone know the command line to install/enable ssh from command > line? > TIA > Chuck > > The document at: http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/ch-openssh.html is a decent guide. It includes the names of whi

Re: MATLAB , like application beyond octave

2003-06-16 Thread Manuel Camacho
Try SCILAB, from INRIA (France). Windows and Linux versions available. Both work. -Manuel. -Original Message- From: Karim Nowruzi <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 14 Jun 2003 01:14:26 +0430 Subject: MATLAB , like application beyond octave > is there any program(of course

RE: Apache 2.0.40 --> 2.0.45 upgrade via RHN

2003-06-16 Thread Christian Campbell
My mistake. A quick read of the advisory had me thinking it upgraded 2.0.40 to 2.0.45. Regardless, does anyone know if the RHN update to Apache 2.0.40 breaks anything? Anyone had good luck with the update? Christian Christian Campbell Systems Engineer Information Technology Department - System

Migration from Intergate to Redhat

2003-06-16 Thread Ehrhart, Jay
I want to migrate users, passwords and email from an Intergate UNIX box to my new Redhat 8.0 server. I don't know where to start. How can I make the transition from the UNIX box to the Redhat server? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailma

an email / sendmail qn

2003-06-16 Thread K Hargraves
Hi, I can send mail from [EMAIL PROTECTED] but the email sender is identified as [EMAIL PROTECTED] - how can I surpress the host identifier and just have the email recipient as [EMAIL PROTECTED] ? Secondly, I can't send to [EMAIL PROTECTED] sending to [EMAIL PROTECTED] causes a bounce with the

Re: SSH after install RH9?

2003-06-16 Thread Manuel Aróstegui Ramirez
Before run ssh (server) you must run your ssh daemon with sshd If your want that your sshd daemon start when your system start, run ntsysv Regards --- Bill Tangren <[EMAIL PROTECTED]> escribió: > Chuck Dutrow wrote: > > Does anyone know the command line to > install/enable ssh from command line? >

Install RH Enterprise Server up from RH8

2003-06-16 Thread Tim Pickard
I am going to be installing Enterprise server on 3 machines with RedHat8 currently installed. Has anyone done this before? Any pitfalls I should look out for? I hope to keep existing software installed and running. (Oracle, Java, Custom Application). Any tips, tricks, gotchas would be apprecia

Re: redhat-list digest, Vol 1 #8037 - 17 msgs

2003-06-16 Thread Mathieu Masse
On Mon, 2003-06-16 at 11:13, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Issue with CDROM Drive > Date: 16 Jun 2003 10:07:56 -0500 > > On 16 Jun 2003, at 10:29, Mathieu Masse wrote: > > > I posted this on the list last Friday and got no responses so

Re: Migration from Intergate to Redhat

2003-06-16 Thread Robert P. J. Day
On Mon, 16 Jun 2003, Ehrhart, Jay wrote: > I want to migrate users, passwords and email from an Intergate UNIX box > to my new Redhat 8.0 server. > > I don't know where to start. How can I make the transition from the > UNIX box to the Redhat server? $ man newusers rday -- redhat-list maili

Re: Install RH Enterprise Server up from RH8

2003-06-16 Thread Ed Wilts
On Mon, Jun 16, 2003 at 12:25:25PM -0400, Tim Pickard wrote: > I am going to be installing Enterprise server on 3 machines with RedHat8 > currently installed. > > Has anyone done this before? Any pitfalls I should look out for? RHEL is basically a 7.x release (.1 or .2 I think - can never rememb

RE: Network speed

2003-06-16 Thread Chris W. Parker
Bret Hughes wrote: > On Tue, 2003-06-10 at 11:08, Chris W. Parker wrote: > > jeff allen wrote: > > > > > I can bring the man pages up on traceroute but it comes up with > > > the error command not found. > > > > That's because the path that l

Redhat newbie questions

2003-06-16 Thread Paul Gotter
Hi all, I'm very new to the world of Linux and Redhat, but I have been using Solaris for over 8 years. If someone could help me figure out the following few things, I would greatly appreciate it. 1. Is there a command to list the hardware configuration of a server and cpu info in Redhat? (lik

RE: Network speed

2003-06-16 Thread Chris W. Parker
Bret Hughes wrote: > > Yes you are. You (not you specifically, but people in general) don't > > ping webpages, you ping DNS records. > > Well, not exactly ping is a program that sends an ICMP message (echo > request) to a machine. as with most (all?) tcp/ip networking

RE: Redhat newbie questions

2003-06-16 Thread Rigler, Steve
Hi Paul, 1. There are various tools available, some that come to mind are: -lspci -lsdev -various files in /proc (cpuinfo, etc) 2. Look at /etc/sysctl.conf -Steve -Original Message- From: Paul Gotter [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 11:48 AM To: Redhat Subject: Redh

RE: Using syslog across network

2003-06-16 Thread Chris W. Parker
[EMAIL PROTECTED] wrote: > What RH distribution are you using. The explanation I give will be > for RH7.3. Sorry, I always seem to forget this sort of info. RH 8. > First, you should read the man pages for syslogd and > syslog.conf. It gives a decent explanation. Oh

RE: Call to undefined function: mysql_connect() (it's baaaack...)

2003-06-16 Thread Larry Brown
Sorry to drag this out, but ... how about rpm -q php ? I want to see exactly what it gives back for version on the installed php. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: RUN fsck MANUALLY

2003-06-16 Thread rm
>> Thanks again for your help, any other suggestions? >> >> regis > Try changing in your fstab this lines: > LABEL=/ / ex2 defaults1 1 > with > /dev/hda2 / ex2 defaults1 1 > and > LABEL=/boot /boot ext2def

procmail rule works in 7.3 but doesn't in 8.0

2003-06-16 Thread Ed Cooley
This procmail rule works fine for Redhat 7.3, but doesn’t seem to work for redhat 8.0. Any ideas on what I can do, the message is getting processed properly by spamassassin but never gets redirected to the SPAM folder? :0fw | spamassassin :0e { EXITCODE=$? } :0:

RE: Using syslog across network

2003-06-16 Thread Mike Vanecek
On Mon, 16 Jun 2003 10:02:51 -0700, Chris W. Parker wrote [snip] > Here is why I'm confused. Normally when you specify where certain > messages are to be logged you specify the type of message to log, > and where it should go on the local machine. But when you send to > another machine I'm don

Re: Apache 2.0.40 --> 2.0.45 upgrade via RHN

2003-06-16 Thread Bill Tangren
Christian Campbell wrote: My mistake. A quick read of the advisory had me thinking it upgraded 2.0.40 to 2.0.45. Regardless, does anyone know if the RHN update to Apache 2.0.40 breaks anything? Anyone had good luck with the update? Christian Christian Campbell Systems Engineer Information Techn

Re: an email / sendmail qn

2003-06-16 Thread Joe Polk
It sounds like you don't have domain.com.au as your local domain for sendmail. Try telling sendmail to masquerade as domain.com.au. Look for the DM section in /etc/sendmail.cf. You really shouldn't alter the cf directly, but you can for testing really quick. Set it to: DMdomain.com.au and restar

RE: Using syslog across network

2003-06-16 Thread Chris W. Parker
Mike Vanecek wrote: > > Here is why I'm confused. Normally when you specify where certain > > messages are to be logged you specify the type of message to log, > > and where it should go on the local machine. But when you send to > > another machine I'm don't see how th

Re: procmail rule works in 7.3 but doesn't in 8.0

2003-06-16 Thread Bill Tangren
Ed Cooley wrote: This procmail rule works fine for Redhat 7.3, but doesn’t seem to work for redhat 8.0. Any ideas on what I can do, the message is getting processed properly by spamassassin but never gets redirected to the SPAM folder? :0fw | spamassassin :0e { EXITCODE=$?

mysql 3.23.56 and rh7.3 - Table 'mysql.host' doesn't exist

2003-06-16 Thread Nogradi Daniel
Hi! I have redhat 7.3 with the mysql packages that came with it. Since RHSA-2003:093-14 came out I upgraded mysql with mysql-3.23.56-1.73.i386.rpm mysql-devel-3.23.56-1.73.i386.rpm mysql-server-3.23.56-1.73.i386.rpm When I try to start mysqld I get the following error message in the log: Table

RE: Using syslog across network

2003-06-16 Thread Mike Vanecek
On Mon, 16 Jun 2003 10:50:24 -0700, Chris W. Parker wrote > Mike Vanecek wrote: > > > > Here is why I'm confused. Normally when you specify where certain > > > messages are to be logged you specify the type of message to log, > > > and where it should go on the local ma

RE: Using syslog across network

2003-06-16 Thread Chris W. Parker
Mike Vanecek wrote: > Multiple facilities are available via syslog: > > The facility is one of the following keywords: auth, authpriv, >cron, daemon, kern, lpr, mail, mark, news, security (same as >auth), syslog, user, uucp and local0 through local

RE: Question on caching-nameserver

2003-06-16 Thread David Demner
RH used to use dhcpcd to get an IP address through DHCP, and there was a flag for dhcpcd so it didn't replace the resolv.conf, but this doesn't appear to be the case any more. They now use dhclient which doesn't have this flag. Poking around, it looks like the script /sbin/dhclient-script is re

Re: How can I buy RH7.2 CDs?

2003-06-16 Thread alan
Another solution is to buy a Redhat Network subscription. You then get access to everything from 7.1 until now. (Including some of the rare builds like Alpha and Solaris.) And you get a year up2date support. It was worth the money IMHO. On Mon, 16 Jun 2003, ABrady wrote: > On Sun, 15 Jun 20

OpenOffice.org

2003-06-16 Thread mark
Ok, folks, before I have to listen to more creaming and yelling from five feet away... I found the autosave feature in OpenOffice.org writer, and turned it on for my SO. This, btw, is in Linux, KDE. So, she's got a couple of windows of it open, and is in the middle of answering an email w/ k

Re: Key bindings in twm

2003-06-16 Thread Todd A. Jacobs
On Mon, 16 Jun 2003, Todd A. Jacobs wrote: > "l" = a | m : all : f.exec "xscreensaver-command -lock &" The proper command is: "l" = c | m : all : f.exec "xscreensaver-command -lock &" -- The DMCA is anti-consumer. The RIAA has no right to rewrite copyright laws to suit themselves. --

RE: procmail rule works in 7.3 but doesn't in 8.0

2003-06-16 Thread Richard Humphrey
Here is my RH 8.0 procmailrc for the SA stuff. This works well for me. I am running SA 2.55 as well. DROPPRIVS=no LOGFILE=/var/log/procmail.log ABYSS=/var/spool/mail/sharedspam VERBOSE=off FORMAIL=/usr/bin/formail SENDMAIL=/usr/sbin/sendmail #Spamassassin start :0fw: spamassassin.lock | /usr/bin/

  1   2   >