Re: Can't run ulimit from executable sh file

2002-04-11 Thread Bill Crawford
On 11 Apr 2002, James Pifer wrote: > I have program that I run from an sh script called relay.sh. The program > runs fine, but I would like to set ulimit before the application runs. > > When I add ulimit by itself on the first line, which I would expect to > give unlimited I get: > : command n

RE: software raid corrupt ext2 fs [was: How to configure private IPaddresses?]

2002-04-11 Thread Bret Hughes
On Thu, 2002-04-11 at 12:21, Trevor wrote: > Hi Bret, > > Thanks for the quick reply. I guess I overestimated the RAID's capabilities > at preventing this sort of thing. > > Because now both hard drives are corrupt when I boot. > > Is there anything else a person can do? Where can I find a li

Re: undoing perl Makefile.PL

2002-04-11 Thread Cameron Simpson
On 14:09 10 Apr 2002, Ismael Touama <[EMAIL PROTECTED]> wrote: | in order to set the mod_perl module to apache I run the following command | line: | perl Makefile.PL | | But I guess I take a bad module. | I want to restart the operation but with a clean & stable state, | so I want to reset this c

Re: SDMS Help needed!!!!

2002-04-11 Thread Bill Crawford
The two-meg limit sounds like the PHP file upload max (default value) which is in /etc/php.ini: ; Maximum allowed size for uploaded files. upload_max_filesize = 2M Does SDMS use PHP? ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: removing individual files recursively

2002-04-11 Thread Javier Gostling
Bill Crawford wrote: > On Wed, 10 Apr 2002, Javier Gostling wrote: > > > Bill Crawford wrote: > > > > > find /home/username -name .AppleDouble -print0 | xargs -0 rm -rf > > > > Also "find /home/username -name .AppleDouble -exec rm -f {} \;" will work > > Except that's guaranteed to launch a sep

networking tutorial

2002-04-11 Thread jullius
Dear All, I just spent several painful hours setting up NSF. At the end I found out my my setup was right after the first 15 minutes, I only had to modify the default setup of my firewall. The books I have gave me little help, I found the how-to documentations a lot better. I am a newbie in

NFS Security

2002-04-11 Thread Isaac Liu
Hello, How can I enable strong authentication i.e DES, Kerberos on RH 7.2? What are the steps that I need to take to create public-private keys, key stores, set up KDCs, etc? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/

Re: RPM apache+php v. source apache+php]

2002-04-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Talkington wrote: >>For those of you that are of the mindset that everyone should compile >>everything from source, that's duly noted, but I'd rather hear from >>people who weigh out the benefits of using one or the other and go with >>the best

Re: RPM apache+php v. source apache+php]

2002-04-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Bearer wrote: >What is your opinion of using Red Hat's Apache and PHP binaries instead >of compiling from source? If Red hat is too specific for this list we >can expand it, but that is the binary that I'm interested in seeing how >it stacks up

RE: FW: Dual boot RH7.1 WinXP Thanks

2002-04-11 Thread Linux
Thanks guys Someone always has the answer It never ceases to amaze me that the answers are out there in cyberspace. Thank very much for your tips. It looks like I need to get 7.2 and be very careful how I install it many thanks Mike -Original Message- From: Jeff Bearer [mailto:[EMAIL P

Re: FW: Dual boot RH7.1 WinXP

2002-04-11 Thread Jeff Bearer
I newer versions of lilo and grub don't have the 1024 limitation, I thought 7.1 had a new enough lilo, but I guess not, I'd suggest to try 7.2 On Thu, 2002-04-11 at 16:10, Linux wrote: > Hi I have tried to make the dual boot system but I am unable to get past the > disk druid partitioning. When

RE: Dual boot RH7.1 WinXP

2002-04-11 Thread Trevor
Have you seen this article? http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&re q=viewarticle&artid=470 Trev. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Linux > Sent: Thursday, April 11, 2002 2:11 PM > To: 'Redhat-Lis

FW: Dual boot RH7.1 WinXP

2002-04-11 Thread Linux
Hi I have tried to make the dual boot system but I am unable to get past the disk druid partitioning. When I get to the disk druid it can see the XP NTFS 20Gb partition and the 10Gb free space. It wants to create the root "/" partition on the NTFS partition but will not accept doing so. OOPs whe

RPM apache+php v. source apache+php]

2002-04-11 Thread Jeff Bearer
I sent this to the PHP list and got no response so far, it's also on topic for this list, so lets see if I can get some discussion going here. At least I don't have to worry about the first paragraph with this list. -Forwarded Message- This is a tough question to ask because I know the

Re: DNS setup

2002-04-11 Thread rpjday
On Thu, 11 Apr 2002, Edward Marczak wrote: > On 4/10/02 6:13 PM, "Rodolfo J. Paiz" [EMAIL PROTECTED] pressed the keys > forming the message: > > > At 4/10/2002 03:38 PM -0400, you wrote: > >> What you're looking for is 'views', introduced in BIND 9. Views allow a > >> single DNS server to serve

Re: DNS setup

2002-04-11 Thread Edward Marczak
On 4/10/02 6:13 PM, "Rodolfo J. Paiz" [EMAIL PROTECTED] pressed the keys forming the message: > At 4/10/2002 03:38 PM -0400, you wrote: >> What you're looking for is 'views', introduced in BIND 9. Views allow a >> single DNS server to serve different views of your name space depending on >> who'

Can't run ulimit from executable sh file

2002-04-11 Thread James Pifer
I have program that I run from an sh script called relay.sh. The program runs fine, but I would like to set ulimit before the application runs. When I add ulimit by itself on the first line, which I would expect to give unlimited I get: : command not found When I add ulimit -s 64000, I get: '/r

Re: fetchmail error

2002-04-11 Thread Edward Marczak
On 4/10/02 4:12 PM, "[EMAIL PROTECTED]" [EMAIL PROTECTED] pressed the keys forming the message: > yes i am using fetchmail to POP mail off an exchange 5.5 server. > the output i included was from a verbose fetchmail run. Then I concur with Tony - if you're not using fetchmail's '-S' option to fo

SDMS Help needed!!!!

2002-04-11 Thread ChrisHoover
Is anyone here running SDMS (simple document management system)? If so, I'm in need of some major help. We have it setup and running fine except for the fact that noone can upload a file that is 2megs or more. Does anyone know how to get around this? We have made the change to mysql that has

Re: Too many open files in system!!

2002-04-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 gregory mott wrote: >"Too many open files in system" was the response to any command, >including ps or reboot! Kernel cap is in /proc/sys/fs/file-max. It can probably be increased significantly. You can, and should, use ulimit to keep a lid on us

RE: software raid corrupt ext2 fs [was: How to configure private IP addresses?]

2002-04-11 Thread Trevor
Hi Bret, Thanks for the quick reply. I guess I overestimated the RAID's capabilities at preventing this sort of thing. Because now both hard drives are corrupt when I boot. Is there anything else a person can do? Where can I find a list of commands to run in this fs check prompt mode? Trev.

RE: How to configure private IP addresses?

2002-04-11 Thread Bret Hughes
On Thu, 2002-04-11 at 11:36, Trevor wrote: > When a system doesn't boot, what commands are useful to boot it back up? > I'm thinking fsck, etc. > > It is a RH7 box (ext2). The system loads the kernel, then when it tries to > mount the drives it goes into a system check. The system check can't f

Re: Too many open files in system!!

2002-04-11 Thread Clifford Thurber
You are out of file descriptiors. Every process will open 3 of these by default. At 01:08 PM 4/11/2002 -0400, you wrote: >gack! well i'm both proud and disappointed to say this is the first >time redhat 7.2 has TOTALLY LOCKED up on me. > >"Too many open files in system" was the response to any

Too many open files in system!!

2002-04-11 Thread gregory mott
gack! well i'm both proud and disappointed to say this is the first time redhat 7.2 has TOTALLY LOCKED up on me. "Too many open files in system" was the response to any command, including ps or reboot! how would i gather more information if/when this happens to me again? i really hate having h

Re: Bind/DHCP Annoying me.

2002-04-11 Thread Carl D. Blake
On Wed, 2002-04-10 at 17:11, Edward Dekkers wrote: > > addresses. I found some perl scripts on the web which run periodically > > on the DNS/DHCP server and update the DNS with the names of the > > workstations and their IP addresses. It works very well and is very > > I think I saw the scripts

System troublshooting tools / fsck

2002-04-11 Thread Trevor
Sorry about my last post (I meant to change the subject). Trevor. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: How to configure private IP addresses?

2002-04-11 Thread Trevor
When a system doesn't boot, what commands are useful to boot it back up? I'm thinking fsck, etc. It is a RH7 box (ext2). The system loads the kernel, then when it tries to mount the drives it goes into a system check. The system check can't fix the inode/bad blocks on the HDD. Regardless of wh

Re: How to configure private IP addresses?

2002-04-11 Thread Rodolfo J. Paiz
At 4/1/2002 06:36 PM -0800, you wrote: >I found a book that explains how to configure hosts >and domains on private IP address. The book says I can >do that only if I have an interface to activate the IP >address on, i.e. ifconfig eth0 192.168.1.3 > >eth0 on my machine is currently tied to 127.0.0

Re: Bind/DHCP Annoying me.

2002-04-11 Thread Carl D. Blake
On Wed, 2002-04-10 at 13:52, Rodolfo J. Paiz wrote: > At 4/10/2002 11:44 AM -0700, you wrote: > >I found some perl scripts on the web which run periodically > >on the DNS/DHCP server and update the DNS with the names of the > >workstations and their IP addresses. It works very well and is very >

Re: How to disable reboot and halt on graphical login screen?

2002-04-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Devon wrote: >> >Sorry, I don't know much about Gnome. But the ability to reboot as a >> >user is scary. >> >> No, it isn't. The ability to do that is limited to the user logged in >> at the console, in which case the issue of physical security is m

stability

2002-04-11 Thread Ismael Touama
Hi! I intend to use a disket-boot to find my system stable. Is it a good idea ? Indeed I made a lot of faked operation intending to instal/ configure Apache::ASP and I'm affraid now my system stinks ! I don't have important data stored on it so can I ? Thank you, the request is quite urgent so t

Re: [OT] Pine does not create temp file for text/html

2002-04-11 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony E. Greene wrote: >I use pine 4.33 on RH72, and I'd like to be able to view HTML message parts >by launching an external viewer, much like what is done for images. The >/etc/mailcap entry correctly calls Galeon, but the target temp file is not

Re: OFFTOPIC - Perl link command

2002-04-11 Thread Bret Hughes
On Thu, 2002-04-11 at 06:31, Søren Neigaard wrote: > Sorry to ask you guys, but I know nothing of Perl, and I'm in desprate need > of help. > > I have the following code, but it always go into the else statement, even > thoug the mirror file does not exist - why? > > Is the link command in some

Re: rsync over ssh

2002-04-11 Thread Eric Sisler
Søren Neigaard <[EMAIL PROTECTED]> wrote: >If I use the following command manually: > >/usr/bin/rsync --rsh=/usr/bin/ssh -aurvlq --delete /projects/ >MY_IP_ADDRESS:/projects > >I get asked for the root password, and "projects" gets syncronized :) > >But how do I do this from a bash shell script,

Re: How to disable reboot and halt on graphical login screen

2002-04-11 Thread Wolfgang Mayerwieser
I found the solution for Gnome: The configuration file is /etc/X11/gdm/gdm.conf. The "SystemMenu" entry must be changed. E.g., in the kickstart file one could do something like this: mv /etc/X11/gdm/gdm.conf /etc/X11/gdm/gdm.conf.bak cat /etc/X11/gdm/gdm.conf.bak | sed \ 's/SystemMenu=true/

Re: upgrade to server

2002-04-11 Thread Bret Hughes
On Wed, 2002-04-10 at 23:19, jullius wrote: > Thank you for the response. > > I started installing the necessary packages, but ran into a 'Connection > Refused' problem when I tried to make the connection. (This is why I > considered doing a fresh installation.) > > I get: > rpcinfo: ca

OFFTOPIC - Perl link command

2002-04-11 Thread Søren Neigaard
Sorry to ask you guys, but I know nothing of Perl, and I'm in desprate need of help. I have the following code, but it always go into the else statement, even thoug the mirror file does not exist - why? Is the link command in some kind of Perl module I do not have? #!/usr/bin/perl # Only sync i

Re: host.conf or nsswitch.conf?

2002-04-11 Thread John Horne
On 10-Apr-2002 at 13:55:52 Werner Puschitz wrote: > GNU C Library 2.x uses /etc/nsswitch.conf and older versions use > /etc/hosts.conf. I don't know if any software included in RH uses the > older version at all. > Thanks for this. I was actually reading the redhat 7.2 customization guide - the

Re: rsync over ssh

2002-04-11 Thread Ian Truelsen
Søren Neigaard writes: > Hi > > If I use the following command manually: > > /usr/bin/rsync --rsh=/usr/bin/ssh -aurvlq --delete /projects/ > MY_IP_ADDRESS:/projects > > I get asked for the root password, and "projects" gets syncronized :) > > But how do I do this from a bash shell script

FW: How do you pipe text to the top of a file?

2002-04-11 Thread Avrahami, David
Title: FW: How do you pipe text to the top of a file? This script does it in perl. Run it as   "perl foo " -- open (FH, "+< $ARGV[0]"); shift @ARGV; foreach (@ARGV) { $line .= "$_ "} $line .= "\n"; $line .= $_ while (); seek(FH

rsync over ssh

2002-04-11 Thread Søren Neigaard
Hi If I use the following command manually: /usr/bin/rsync --rsh=/usr/bin/ssh -aurvlq --delete /projects/ MY_IP_ADDRESS:/projects I get asked for the root password, and "projects" gets syncronized :) But how do I do this from a bash shell script, so that it automatic uses the root password?