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

2003-06-04 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 To

Re: DHCPClient: Help

2003-06-04 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 > c

Re: high load, but also high idle

2003-06-04 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-04 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 "ex

Re: permissions in mounted point

2003-06-04 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 permi

permissions in mounted point

2003-06-04 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 Vilel

Re: coolmon-like app

2003-06-04 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... -- r

Re: RH after Sept. 11.th.

2003-06-04 Thread Hal Burgiss
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 at it somebody _MUST_ be > doing it? No, it actually is 'self writing' code. No one ever has to touch it. Theref

Re: coolmon-like app

2003-06-04 Thread Robert Keeney
GKrellM will do a lot of what you are looking for: http://web.wt.net/~billw/gkrellm/gkrellm.html On Tue, 03 Jun 2003 13:14:14 -0400 "Gavin Durman" <[EMAIL PROTECTED]> wrote: > I use Coolmon (http://coolmon.arsware.org/ if you haven't seen it) on my 'doze > systems and was wondering if anything

Re: RH after Sept. 11.th.

2003-06-04 Thread Mike Burger
On Wed, 4 Jun 2003, kluu te wrote: > You didn't answer his question why it's nessessary to update so old kernels. > This could be done years ago. > > - Original Message - > From: ABrady <[EMAIL PROTECTED]> > Date: Wed, 4 Jun 2003 07:02:37 -0500 > To: [EMAIL PROTECTED] > Subject: Re:

Re: RH after Sept. 11.th.

2003-06-04 Thread Joseph A Nagy Jr
kluu te wrote: You didn't answer his question why it's nessessary to update so old kernels. This could be done years ago. I'd like the to think that the answer is self evident if he used up2date. -- Wielder of the mighty +1 LARTsaber of Unsubscribe Instructions At End of Message, the +3 Clu

Re: RH after Sept. 11.th.

2003-06-04 Thread Paul Barclay
Interesting reply! Does anyone actually scan the souce code for this sort of thing? Or do we rely on the fact that because you can look at it somebody _MUST_ be doing it? On Wed, 2003-06-04 at 13:02, ABrady wrote: > On Wed, 04 Jun 2003 13:54:16 +0100 > Sven Anderson <[EMAIL PROTECTED]> wrote: >

Re: RH after Sept. 11.th.

2003-06-04 Thread kluu te
You didn't answer his question why it's nessessary to update so old kernels. This could be done years ago. - Original Message - From: ABrady <[EMAIL PROTECTED]> Date: Wed, 4 Jun 2003 07:02:37 -0500 To: [EMAIL PROTECTED] Subject: Re: RH after Sept. 11.th. > On Wed, 04 Jun 2003 13:54:

Re: RH after Sept. 11.th.

2003-06-04 Thread ABrady
On Wed, 04 Jun 2003 13:54:16 +0100 Sven Anderson <[EMAIL PROTECTED]> wrote: > I have noticed that Redhat came with kernel updates for 7.2 systems > after September 11.th. I was wonder if kernel updates are released > often, and if the new updates include "open backdoors to the system" > for planne

Re: Newest Mailman RPM? (2.1.2)

2003-06-04 Thread Matthew Saltzman
On Wed, 4 Jun 2003, Martin Mewes wrote: > Moin, moin, ... > > [EMAIL PROTECTED] wrote: > > >Currently, redhat 9 has version 2.1 of mailman. My supervisor wants version > >2.1.2 because he believes it will fix some bugs dealing with attachments. > > > >Where can i get the newest Mailman RPM to succ

Re: mounting a floppy

2003-06-04 Thread Manuel Aróstegui Ramirez
I think that -t vfat its not need to mount a normal floppy disk   - try to use mount /mnt/floppy, it will read /etc/fstab file.other use -t in mount mount -t vfat /dev/fd0 /mnt/floppy or other type.check "man mount"-- redhat-list mailing listunsubscribe mailto:[EMAIL PROTECT

RH after Sept. 11.th.

2003-06-04 Thread Sven Anderson
I have noticed that Redhat came with kernel updates for 7.2 systems after September 11.th. I was wonder if kernel updates are released often, and if the new updates include "open backdoors to the system" for planned bugging or planned intruding. __

Re: (no subject)

2003-06-04 Thread Mike Burger
Like it says, you must specify the filesystem type...you need to use the -t parameter with a file system type. Do you have a formatted floppy in the drive, and if so, what filesystem has been formatted onto it? On Wed, 4 Jun 2003, santosh wrote: > Hi, > > I got problem in Redhat Linux 8.0 whil

mounting a floppy

2003-06-04 Thread comcast
try to use mount /mnt/floppy, it will read /etc/fstab file. other use -t in mount mount -t vfat /dev/fd0 /mnt/floppy or other type. check "man mount" -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

NLB on Multiple Interfaces

2003-06-04 Thread comcast
check in www.intel.com and search by "ans" Installing and Configuring Intel® Advanced Network Services (ANS) on the Linux* 2.2.x and 2.4.x Kernels (Intel 32/64-bit architectures) -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-l

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

2003-06-04 Thread Ricardo
On Wednesday 04 June 2003 23:23, Kenneth Goodwin wrote: > just a thought,maybe already explored, probably dumb, but did you plug > the speakers into the line out jack on your sound card or the wrong jack. Ken, Yes. I tried the the 3 jacks but it didn't work. I will check the audio cable. Thanks

Re: Adjust date & time

2003-06-04 Thread Manuel Aróstegui Ramirez
date --set `hh' hour `mm' minute --- Alex <[EMAIL PROTECTED]> escribió: > How can I adjut the clock on my machine (RH 9 > system)? I reads 6 am and > instead the corect time is 01:00 PM > > Thanks > > > > -- > redhat-list mailing list > unsubscribe > mailto:[EMAIL PROTECTED] > http

__ctype_b,__ctype__tuppers & RH9: linking with older libraries

2003-06-04 Thread Yakov Lerner
Our application builds OK on RH8. But on RH9 I get linking errors: undefined reference to __ctype_toupper undefined reference to __ctype_b We use third-party .a libraries which reference those __ctype_b and __ctype_toupper. When comparing definitions in libc between RH8 and RH9, I s

encode in redhat 9

2003-06-04 Thread Ronaldo Rezende Vilela Luiz
Hi. How can I change the encode used by red hat 9? I think that it uses the UTF8 (unicode). I has been problems with this encoding, because I'm conected to a database with character set win1252 and the characters aren't be all right. -- --- Ximian Evolution. O melho

RE: Display size - Change size after initial install

2003-06-04 Thread Kevin Passey
Thanks Devrim. -Original Message- From: Devrim GUNDUZ [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 11:18 To: Red Hat (E-mail) Subject: Re: Display size - Change size after initial install Hi, On Wed, 4 Jun 2003, Kevin Passey wrote: > Can anyone point me in the direction of instruction

Re: Adjust date & time

2003-06-04 Thread Devrim GUNDUZ
Hi, On Wed, 4 Jun 2003, Alex wrote: > How can I adjut the clock on my machine (RH 9 system)? I reads 6 am and > instead the corect time is 01:00 PM * Run rdate -s -p ntp.demon.co.uk as root and set the time. * Run date -s 'Wed Jun 4 13:19:11' (type the time you want) as r

RE: Adjust date & time

2003-06-04 Thread Cannon, Andrew
Try the BIOS clock. I think Red hat gets it's time from there. Andy -Original Message- From: Alex [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 11:12 AM To: [EMAIL PROTECTED] Subject: Adjust date & time How can I adjut the clock on my machine (RH 9 system)? I reads 6 am and i

Re: Display size - Change size after initial install

2003-06-04 Thread Devrim GUNDUZ
Hi, On Wed, 4 Jun 2003, Kevin Passey wrote: > Can anyone point me in the direction of instructions to change the display > size from 800 X 600 to the next up. * ctrl+alt+ +/- changes the resolution. * You can manually edit /etc/X11/XF86Config and change resolution in "Screen" section/Display

Adjust date & time

2003-06-04 Thread Alex
How can I adjut the clock on my machine (RH 9 system)? I reads 6 am and instead the corect time is 01:00 PM Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Display size - Change size after initial install

2003-06-04 Thread Kevin Passey
Can anyone point me in the direction of instructions to change the display size from 800 X 600 to the next up. Regards Kevin Passey -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: NLB on Multiple Interfaces

2003-06-04 Thread Hany M ElKady
Hi josef, Could you please give me a link to this file ?? I couldn't find it on the rhn or redhat website. Thanks Hany -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

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

2003-06-04 Thread fred smith
On Tue, Jun 03, 2003 at 10:03:56PM -0400, Ricardo wrote: > Mike, > > Yes I tried that. > > It is very strange, because kscd is launched automatically when I insert the > CD but it displays "Ejected" and it doesn't play the song. > > Then, when I start Xmms, access to the CD, pick a song I can s

WinXP->Samba startup probs

2003-06-04 Thread Gary Stainburn
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 mapped network drives onto a Samba service (RH7.3+errata) the drives don't connect, and sh

Re: Printing

2003-06-04 Thread A. S. Budden
Thus spake Edward Dekkers: > A. S. Budden wrote: > > >Hi there, > > > >In order to print from my computer I have to connect to a samba share. > > > >If I do this at the command prompt, using something along the lines of: > > > >smbclient //this.is.my.server/sharename -A /home/al/.ieg.creds > > No

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

2003-06-04 Thread Ricardo
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 problem with the audio cable. I will open the box this weekend, I h

Re: Virtual Directory For Web

2003-06-04 Thread Brent L. Cox
I new to linux what is alias? On Thu, 5 Jun 2003 9:55:23 +0800 "Kirby Lynx" <[EMAIL PROTECTED]> wrote: You can use alias. -- What entry in the htpd.conf would I have to put in to add a virtual directory to apache like you would do for MS IIS. Example I have a s

Re: can't mount usb harddisk on rh8

2003-06-04 Thread winglion
Panos Platon Tsapralis sorry that I forgot to mension that! Ihe hard disk is a IBM travelmate 6.4G Ihe hold disk is format to a fat32 partition! I use this command to mount it: mount -t vfat /dev/sda1 /mnt/cdrom this command work in Redhat9 ,But in Redhat8 it show me that errror and did nothi

Re: NLB on Multiple Interfaces

2003-06-04 Thread maillists (josef
maybe you would like to have a look at bonding: in your kernel-sources at Documentation/networking/bonding.txt yours josef On Wed, 2003-06-04 at 10:19, [EMAIL PROTECTED] wrote: > Hi everyone, > > I sent this email a few days ago and I didn't get any replies; anyone > care to help out ??? > >

Re[2]: (no subject)

2003-06-04 Thread santosh
Hello Devrim, Wednesday, June 04, 2003, 1:53:56 AM, you wrote: DG> Hi, DG> On Wed, 4 Jun 2003, santosh wrote: >>snip> >> Cann't mount, But It's display "Mount : You must specify the filesystem type" DG> So, specify the filesystem type: DG> mount -t vfat /dev/fd0 /mnt/floppy DG> For other f

Re[2]: (no subject)

2003-06-04 Thread santosh
Hello Devrim, Wednesday, June 04, 2003, 1:53:56 AM, you wrote: DG> Hi, DG> On Wed, 4 Jun 2003, santosh wrote: >>snip> >> Cann't mount, But It's display "Mount : You must specify the filesystem type" DG> So, specify the filesystem type: DG> mount -t vfat /dev/fd0 /mnt/floppy DG> For other f

Re: (no subject)

2003-06-04 Thread Devrim GUNDUZ
Hi, On Wed, 4 Jun 2003, santosh wrote: >snip> > Cann't mount, But It's display "Mount : You must specify the filesystem type" So, specify the filesystem type: mount -t vfat /dev/fd0 /mnt/floppy For other filesystem types; please refer to the man page of mount: #?man mount Regards, -- Devr

(no subject)

2003-06-04 Thread santosh
Hi, I got problem in Redhat Linux 8.0 while I want to mount device for the floppy drive. I gave belove command : #mount /dev/fd0 /mnt/floppy Cann't mount, But It's display "Mount : You must specify the filesystem type" So, How can i solve the exiting problem. Please tell me if there is any way.

RE: ftp problems with wuftp on rh8.0

2003-06-04 Thread Jason Shiers
Any chance of some help with this problem please?   thanks   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Shiers Sent: Tuesday, June 03, 2003 9:56 PM To: [EMAIL PROTECTED] Subject: ftp problems with wuftp on rh8.0   Hi all, I have s

NLB on Multiple Interfaces

2003-06-04 Thread pheroah
Hi everyone, I sent this email a few days ago and I didn't get any replies; anyone care to help out ??? I have been working on SOLARIS and IRIX and know that there is a way to load balance incoming/outgoing traffic on more then one interface. Is this possible on Linux too. I am interested in

Re: Newest Mailman RPM? (2.1.2)

2003-06-04 Thread Martin Mewes
Moin, moin, ... [EMAIL PROTECTED] wrote: >Currently, redhat 9 has version 2.1 of mailman. My supervisor wants version >2.1.2 because he believes it will fix some bugs dealing with attachments. > >Where can i get the newest Mailman RPM to succesfully execute rpm -Uvh mailman If there is no RPM f

Re: high load, but also high idle

2003-06-04 Thread Gordon Messmer
Cornelius Kölbel wrote: I am running rh9. I often get a high cpu load of over 5. But the cpu state also says, that there is about 80 or 90 percent idle time... So, if the processor got time - got nothing to do, why doesn´t the processer take the waiting processes to decrease the load. The proces

Re: can't mount usb harddisk on rh8

2003-06-04 Thread Panos Platon Tsapralis
Hi winglion, what is the command, that gives you this error? Also, what is the partition table, that you see on the disk (fdisk /dev/sda1)? Regards, winglion wrote: I can't mount my usb harddisk on Redhat8, It was a IBM travelmate ,6.4G! Here is the error message: SCIS device (ioctl) report IL

high load, but also high idle

2003-06-04 Thread Cornelius Kölbel
Hello I am running rh9. I often get a high cpu load of over 5. But the cpu state also says, that there is about 80 or 90 percent idle time... So, if the processor got time - got nothing to do, why doesn´t the processer take the waiting processes to decrease the load. I heard of this problem wi

DHCPClient: Help

2003-06-04 Thread Ashley M. Kirchner
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 configured for static IP, 192.168.100.1, and I would like to have that interfac

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Jonathan Bartlett
Check the end-of-line types. It's likely a Windows text file rather than a UNIX one. Also, what's the first line of the script? Jon On Wed, 4 Jun 2003, Emmanuel Seyman wrote: > On Tue, Jun 03, 2003 at 02:51:05PM -0700, John Scamba wrote: > > > > I am trying to run this simple script in RedHat

Re: Re: Installing CUPS on Red Hat 7,2

2003-06-04 Thread kirby
I just think do "Make" and "Make install" is OK,:P >Luis Gustavo Dantas wrote: > >> Hello! >> >> I need some help!! >> >> How can i install the CUPS 1.1.19 Source Code (.tar.gz) >> on my >> red hat 7,3? >> >> thanks, >> >>

Re: Installing CUPS on Red Hat 7,2

2003-06-04 Thread Edward Dekkers
Luis Gustavo Dantas wrote: Hello! I need some help!! How can i install the CUPS 1.1.19 Source Code (.tar.gz) on my red hat 7,3? thanks, Luis There's no README text file in the above file? Or an INSTALL.txt? Regards, Ed.

Re: Printing

2003-06-04 Thread Edward Dekkers
A. S. Budden wrote: Hi there, In order to print from my computer I have to connect to a samba share. If I do this at the command prompt, using something along the lines of: smbclient //this.is.my.server/sharename -A /home/al/.ieg.creds Not much of an answer, I know, but why haven't you tried se

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

2003-06-04 Thread Chad Skinner
I have a script that I wrote to upload a file to a web server when the ip on my system changes. I don't know enough about the system to know how it works with standard eth interfaces, but I saved the script as /etc/ppp/ip-up.local. You may be able to do something similar with /sbin/ifup-post. > --

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

2003-06-04 Thread Joseph A Nagy Jr
Ricardo wrote: Mike, Yes I tried that. It is very strange, because kscd is launched automatically when I insert the CD but it displays "Ejected" and it doesn't play the song. Then, when I start Xmms, access to the CD, pick a song I can see it is playing but no sound at all. From Xmms, I can

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

2003-06-04 Thread Ricardo
Mike, Yes I tried that. It is very strange, because kscd is launched automatically when I insert the CD but it displays "Ejected" and it doesn't play the song. Then, when I start Xmms, access to the CD, pick a song I can see it is playing but no sound at all. >From Xmms, I can see that I hav

Re: hotmail mail cleint for linux - It's GOTMAIL

2003-06-04 Thread Redhat71
> Alle 17:25, marted? 03 giugno 2003, Juan Nin ha scritto: >> From: "Vij Chau" <[EMAIL PROTECTED]> >> >> > I am checking out evolution. But i cannot add a "http" account. >> > I cannot poll mails from my hotmail account. >> > Is their anything I am missing?? >> >> no, the problem is, as I said befo

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

2003-06-04 Thread Mike Burger
On Tue, 3 Jun 2003, Ricardo wrote: > Hi, > > I am using RH 9.0 and I can't listen to my CDs. > > The only solution that I found was to Rip them, them to play the songs from my > hard drive. > > Any thoughts? Have you gone into the mixer applet and enabled/increased the volume on the CD inpu

Re: hotmail mail cleint for linux

2003-06-04 Thread Kevin MacNeil
On Tue, Jun 03, 2003 at 10:40:17AM -0500, Joseph A Nagy Jr wrote: > interested in this too, would make me so happy as I'd only have to use > the web to check my Yahoo mail). I use fetchyahoo (fetchyahoo.twizzler.org) to download mail from yahoo. You add your login information to the default .fet

Re: Up2date - Name or service not known.

2003-06-04 Thread Ricardo
David, I had the same error message when I was launching manually the update. I believe it is because I stopped cron services that were running in the back (in order to release some memory), including the one called rhnsd, in charge of the periodical RH updates. I can be wrong (I am a newbie)

Up2date - Name or service not known.

2003-06-04 Thread David Drew
Hello, Up2 date will not check in reports "name or servive not known.". Have had a good look for an answer on the net but no joy. up2date server details: grep -i serverURL /etc/sysconfig/rhn/up2date serverURL[comment]=Remote server URL serverURL=https://xmlrpc.rhn.redhat.com/XMLRPC useNoSSL

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

2003-06-04 Thread Ricardo
Hi, I am using RH 9.0 and I can't listen to my CDs. The only solution that I found was to Rip them, them to play the songs from my hard drive. Any thoughts? Thanks, Ricardo -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Gordon Messmer
Emmanuel Seyman wrote: On Tue, Jun 03, 2003 at 02:51:05PM -0700, John Scamba wrote: I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Usually, this happens when the file you are trying to run is not executable. Actuall

Converting old VHS home movies to DVD

2003-06-04 Thread James Pifer
I'm looking into how to take old VHS videos and putting them on DVDs. These are my assumptions: I need a video capture card for capturing the movies. I need to convert them to DVD video Burn them to DVDs I have an AverTV USB capture device. It probably won't work on Linux. Can anyone recommend on

can't mount usb harddisk on rh8

2003-06-04 Thread winglion
I can't mount my usb harddisk on Redhat8, It was a IBM travelmate ,6.4G! Here is the error message: SCIS device (ioctl) report ILLEGAL REQUEST. SCIS device sda:12685680 512-byte hdwr sectors (6495 MB) sda: test WP failed, assume Write Eanbled I/O error: dev 08:00, sector 0 unable to read partitio

RE: Unable to install Red Hat 9

2003-06-04 Thread Kristof Kowalski
Try sticking another PS/2 keyboard in the back of the laptop and trying that, see if you can use the keyboard using the other options of the cd like, linux rescue or linux text. Kristof Kowalski | Staesis Network | www.staesis.net -- Internetworking Consultant -Original Message- From:

RE: IBM 10/100 EtherJet CardBus

2003-06-04 Thread Kristof Kowalski
Sounds like you're getting a problem with auto-negotiaation, I've come across this numerous times where the through put just crawls. There is the "ifport" command will configure a port to a specific setting, if you run it with no options it says: # ifport usage: ifport interface [auto|10baseT|10b

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

2003-06-04 Thread bkrusic
Hi, Well, not sure if this applies to your situation but I have my dns records updated when a client pulls an addy via dhcp. This is done via an entry in my dhcpd.conf and has the lines; ddns-update-style interim; ddns-updates on; Since addys are requested from clients and when they get an addr

Re: : bad interpreter: No such file or directory

2003-06-04 Thread John Scamba
Thanks man, this workedspent a whole day knockin my head on this. thanks again --- Gordon Messmer <[EMAIL PROTECTED]> wrote: > John Scamba wrote: > > I am trying to run this simple script in RedHat > 9.0 > > but i keep getting this error: > > : bad interpreter: No such file or directory > >

Quotas in RH8

2003-06-04 Thread GRTG Webmaster
I have been trying to figure out how to get quotas working on my RH 8 server, after I edited the /etc/fstab and inserted usrquota,grpquota into both the /home and /web partitions and rebooted, I logged in as root to execute quotacheck, but everything in the /home and /web partitions were gone! Aft

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

2003-06-04 Thread Robert
I am running a script called ez-ipupdate on my machine for my DynDNS.org address... It just checks every X minutes what your current IP is, checks with the DynDNS folk to see what address they have listed, and if they differ, it updates. Works for me.. Rob Day On Tue, 2003-06-03 at 19:27,

DHCP Script to Update Dynamic DNS with IP Changes?

2003-06-04 Thread Ryan D. Egeland
I'm trying to have a script run only when my DHCP address (for my cable modem) changes, in order to update my Dynamic DNS provider. There is some reference to a file called "dhcpcd-eth0.exe" doing that, but I don't know if it works with RedHat. I'm using RedHat 9, with the default dhcp client

Re: Compupic segfaults under Redhat 9

2003-06-04 Thread Glenn Johnson
Alan, here's the text of an e-mail I got from Compupic tech when I asked them why Compupic worked under Mandrake 9.0 but not under Mandrake 9.1. I followed the instructions and now Compupic works for me in MDK9.1. Maybe this will help you under Redhat. >This has to do with a problem with the ne

RE: Gnome Login problem with one user

2003-06-04 Thread Mike Carroll
No, the workstation was accidentally unplugged from the network while he was logged on... It's been happening ever since.. << Earlier today.. With CDE I have solved this in the past by removing the .dt directory and having the user log back in. This recreates the directory and were cool.. This

Re: Gnome Login problem with one user

2003-06-04 Thread jeff allen
has this always been happening? I had the same issue just with KDE. I had to restart my NIS and when I did the login issue went away. Does not answer why but the problem went away. From: "Mike Carroll" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Gnome Login

RE: redhat-list digest, Vol 1 #7939 - 16 msgs

2003-06-04 Thread Tim Pickard
You only need the Oracle Client Software to access an Oracle database on a remote machine. The client version needs to match the Oracle version on the remote machine. This installs all the JDBC divers and sqlplus. You do not need Oracle if you are trying to access a MySQL database. I don't know

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Gordon Messmer
John Scamba wrote: I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Script: #!/bin/sh You have DOS linefeeds in your file. Convert the file to Unix linefeeds, either by copying the file using ASCII mode FTP, or one of:

Re: bouncing emails

2003-06-04 Thread Hal Burgiss
On Tue, Jun 03, 2003 at 12:39:15PM -0500, Richard Humphrey wrote: > I am using fetchmail to pop from 2 different pop accounts and then run > them through spamassassin to filter out the unwanted spam. This works > very well but i want to take it a step further. I want to bounce > non-spam mails back

Gnome Login problem with one user

2003-06-04 Thread Mike Carroll
Title: Message I'm operating in a NIS/NFS environment.  I don't think that matters though.  I can login as root, which is a local account.  I can log in as myself, which is an NIS/NFS account.  I can't login as one of my users.   It accepts his username/password and begins to login to gnome,

PDF to RTF or SXW?

2003-06-04 Thread Todd A. Jacobs
Anyone know of a *Linux* utility that will convert PDF files into something editable? pdf2ps works (usually), but I don't know that raw postscript is any easier to modify. -- The DMCA is anti-consumer. The RIAA has no right to rewrite copyright laws to suit themselves. -- redhat-list mailing

RE: Upgrading 7.2 to 9.0?

2003-06-04 Thread Mike Burger
On Tue, 3 Jun 2003, Mark Neidorff wrote: > Alan, > > Could you be specific about what issues you had/are still having? I need > to upgrade my 7.3 system to get my new printer working because I have to > install the newest version of CUPS. Have you considered, instead, downloading the cups src.rp

Re: Performance Monitoring in RH9

2003-06-04 Thread Charles R. Dennett
Robert Denton wrote: > Hello, I am trying to set up a system in linux. One area in which I am > having difficulty is performance monitoring. What I would like to do is > collect perf counters at 15 sec intervals throughout the day and then have > them emailed to me in a log in the evenings. A

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Emmanuel Seyman
On Tue, Jun 03, 2003 at 02:51:05PM -0700, John Scamba wrote: > > I am trying to run this simple script in RedHat 9.0 > but i keep getting this error: > : bad interpreter: No such file or directory Usually, this happens when the file you are trying to run is not executable. Two solutions: 1) Make

RE: Running Out of Space on /

2003-06-04 Thread Staven Bruce
I AM A PACK RAT!! Thanks everyone for your responses and help, I hope I can return the favor at some point. I used Roger's suggestion to do a 'du -xh . | less', and noticed that I had mostly small files (under 1MB), but that I had lots and lots of them. I noticed an abnormally large amount of files

Re: Funny char in MAN even with LANG=en_US.UTF-8

2003-06-04 Thread Bill Anderson
On Tue, 2003-06-03 at 14:20, [EMAIL PROTECTED] wrote: > I *thought* the reason I was seeing funny characters in MAN output > was due to the fact that I had set LANG=en in my environemnt, > > however, > > Even *with* LANG=en_US.UTF-8 I see the same funny character pairs > (which I assume are UTF-8

Performance Monitoring in RH9

2003-06-04 Thread Robert Denton
Hello, I am trying to set up a system in linux. One area in which I am having difficulty is performance monitoring. What I would like to do is collect perf counters at 15 sec intervals throughout the day and then have them emailed to me in a log in the evenings. A few ways I have already tried:

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 3 Jun 2003 14:51:05 -0700 (PDT), John Scamba wrote: > I am trying to run this simple script in RedHat 9.0 > but i keep getting this error: > : bad interpreter: No such file or directory > > Script: > #!/bin/sh > echo "Monitoring HLDS" > while

RE: : bad interpreter: No such file or directory

2003-06-04 Thread John Scamba
Joe, I have tried #!/bin/bash and it does not work either. When I type "which sh" from the prompt i get: /bin/sh I can't understand this, I did a default server install. --- "Joseph M. Day" <[EMAIL PROTECTED]> wrote: > John, > > Try typing>> "which sh" from the prompt (exclude > quotes). > > I

Re: : bad interpreter: No such file or directory

2003-06-04 Thread Robert
try changing /bin/sh to /bin/bash or create a symbolic ling from bash to sh R.D. On Tue, 2003-06-03 at 17:51, John Scamba wrote: > I am trying to run this simple script in RedHat 9.0 > but i keep getting this error: > : bad interpreter: No such file or directory > > Script: > #!/bin/sh > echo

RE: Upgrading 7.2 to 9.0?

2003-06-04 Thread Mark Neidorff
Alan, Could you be specific about what issues you had/are still having? I need to upgrade my 7.3 system to get my new printer working because I have to install the newest version of CUPS. Thanks, Mark On Mon, 2 Jun 2003 [EMAIL PROTECTED] wrote: > > I have three 7.2/.3 machines, two servers an

RE: : bad interpreter: No such file or directory

2003-06-04 Thread Joseph M. Day
John, Try typing>> "which sh" from the prompt (exclude quotes). I suspect you do not have sh shell installed or it is another location. You might want to change the line to: #!/bin/bash Joe, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Scamba Se

: bad interpreter: No such file or directory

2003-06-04 Thread John Scamba
I am trying to run this simple script in RedHat 9.0 but i keep getting this error: : bad interpreter: No such file or directory Script: #!/bin/sh echo "Monitoring HLDS" while true do cd /home/fanatic54/hlds_l nohup ./hlds_fan54 > output date >> crashlog sleep 10 done It used to work perfectly fi

Compupic segfaults under Redhat 9

2003-06-04 Thread Alan
Any ideas why CompuPic segfaults under Redhat 9? It worked under Redhat 8. I suspect the nptl library, but I am not certain as the app is statically linked. I have strace logs of both running and not running versions, but have not done any in depth analysis yet. -- Alan <[EMAIL PROTECTED]> -

What kind of Oracle do I use

2003-06-04 Thread Jonathan Michael Nowacki
Just wondering what kind of oracle programs do I need to get Tomcat to access an SQL database. I have servlets already written that work on another Sun OS machine that I still have access to. Is there a way I can query the OS to find out what versions of oracle are installed? The RPM command ob

ftp problems with wuftp on rh8.0

2003-06-04 Thread Jason Shiers
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 outside my lan from a remote box, I can c

Funny char in MAN even with LANG=en_US.UTF-8

2003-06-04 Thread clemens
I *thought* the reason I was seeing funny characters in MAN output was due to the fact that I had set LANG=en in my environemnt, however, Even *with* LANG=en_US.UTF-8 I see the same funny character pairs (which I assume are UTF-8 in the source). Why are they NOT iterpreted correctly? What do I n

RE: coolmon-like app

2003-06-04 Thread Richard Humphrey
try gkrellm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joseph E. Donato Sent: Tuesday, June 03, 2003 3:14 PM To: [EMAIL PROTECTED] Subject: Re: coolmon-like app Gavin, There are some apps that I use which do similar things to coolmon. One is xosview.

Re: coolmon-like app

2003-06-04 Thread Joseph E. Donato
Gavin, There are some apps that I use which do similar things to coolmon. One is xosview. There are also some apps for the windowmaker desktop that can display things like how hot the cpu is running. The windowmaker apps can be downloaded from: http://www.bensinclair.com/dockapp/ xosview can

Re: Export display to another pc

2003-06-04 Thread Gordon Messmer
Mike Burger wrote: Once you've exported your DISPLAY, and have your Exceed X server running, just run "startx" Use "startx" when you actually need to start the X server on the local machine. If you want to start your X session, use the appropriate command, which probably should be "/etc/X11/xin

Re: known_hosts file

2003-06-04 Thread Devrim GUNDUZ
Hi, On Tue, 3 Jun 2003, jeff allen wrote: > I have just recently updated the disk image on all 22 linux machines in our > office. If I try to ssh into these machines I get the following error: I suggest you to backup your ssh keys before updating your servers. Oh, backing up /etc is the best

  1   2   >