Re: remote logins for admin

2002-03-06 Thread Michael S. Dunsavage
well you could use ssh or (i'm not sure if 7.2 still uses linuxconf) but u can remotley access linuxconf via web on port 98 - Original Message - From: "Julian Opificius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 1:45 AM Subject: remote logins for admin >

Openssh on RH7.2

2002-03-06 Thread Arman Magluyan
I'm not sure if this is supposed to be for this list but will shoot it anyway. I recently installed RH7.2 and upgraded the Kernel to 2.4.17. Openssh was already running after I installed RH7.2 and tried to use ssh2 using Putty to access my Linux box from my W98. No problem accessing using Auth

RE: Authenticate Squid against NT Domain

2002-03-06 Thread Rahul Torvi
hi Peter, Use NTLM... you will have to download and compile the source RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Kiem Sent: Thursday, March 07, 2002 12:13 PM To: Red Hat List Subject: Authenticate Squid against NT Domain I have to con

changing a subnet

2002-03-06 Thread daniel
hey how do you change a subnet mask in linux (rh72)? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

remote logins for admin

2002-03-06 Thread Julian Opificius
Friends, What would be a good way to login to my RH7.2 box from a remote location to do things like adding email users, etc? Seems to me there are more secure way than telnet, that are more favored these days, am I right? I suppose I could Webmin, but I'm trying to do it the basic way first b

Authenticate Squid against NT Domain

2002-03-06 Thread Peter Kiem
I have to configure Squid to allow/disallow users access to the Internet based on their NT userid/password. Also to be used for tracking purposes :( Machine is a Red Hat Linux 7.1 server running squid-2.3.STABLE4-10 rpm from the 7.1 CD. I discovered that it installs an authenticator in /usr/l

Re: SED Question

2002-03-06 Thread Vidiot
>This is actually false. For the envelope ("From ") it's true, but for >the mail headers (the envelope's not part of the headers) the header name >is case insensitive. Have a look at RFC2822 - an enlightening document. >Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs

Re: SED Question

2002-03-06 Thread Cameron Simpson
On 21:55 06 Mar 2002, Vidiot <[EMAIL PROTECTED]> wrote: | >On 20:26 06 Mar 2002, Vidiot <[EMAIL PROTECTED]> wrote: | >| >Hey everyone, I am trying to make a "FROM" script that basically shows = | >| >the person running the script who the mail is from that they have. | >| | >| How about: | >|se

Autoreply to Re: run backup script by cron question

2002-03-06 Thread vincent li
Your email to vincent li <[EMAIL PROTECTED]> has been rejected, as this account is no longer valid. Please update your records to reflect this. Thanks, ISC IT Staff mailto:[EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] https://lis

Re: run backup script by cron question

2002-03-06 Thread Werner Puschitz
On Wed, 6 Mar 2002, vincent li wrote: > it seems that it's not cron's problem, i check the > mail message and find the following message: > > >From root Thu Mar 7 13:35:01 2002 > Return-Path: > Received: (from root@localhost) > by cn.iaspec.com (8.11.6/8.11.6) id > g275Z1C19040 >

Can't get rid of unusable X

2002-03-06 Thread Billy R Nordyke
Hi, Was trying to get a driver for Rage Fury Pro 128 with 32 MB. Was using a number 9 card so I could get the update for X that I thought would work. Got a driver for Rage Fury Pro PH (?) and it didn't work. Tried to get the Number 9 card going again and now I have a magnified desktop that is

Re: run backup script by cron question

2002-03-06 Thread vincent li
it seems that it's not cron's problem, i check the mail message and find the following message: >From root Thu Mar 7 13:35:01 2002 Return-Path: Received: (from root@localhost) by cn.iaspec.com (8.11.6/8.11.6) id g275Z1C19040 for root; Thu, 7 Mar 2002 13:35:01 +0800 Date: Thu, 7

Re: SED Question

2002-03-06 Thread John H Darrah
On Wed, 6 Mar 2002, Jake McHenry wrote: > Hey everyone, I am trying to make a "FROM" script that > basically shows the person running the script who the mail > is from that they have. Not very complex, but I can't seem > to get it exactly how I want it. Currently, it works fine, > but it shows to

Re: /proc/meminfo

2002-03-06 Thread Statux
try passing MEM=128M at the boot: prompt and see if that changes things On Wed, 6 Mar 2002, Chen Shi-Ping wrote: > > I have RedHat 6.2 on my laptop. I know I have 128 MB memory, > but I can see 64 MB at /proc/meminfo only in the following command: > > $cat /proc/meminfo > > What did I do wron

Re: SED Question

2002-03-06 Thread Vidiot
>On 20:26 06 Mar 2002, Vidiot <[EMAIL PROTECTED]> wrote: >| >Hey everyone, I am trying to make a "FROM" script that basically shows = >| >the person running the script who the mail is from that they have. >| >| How about: >| >| sed -e '/^From /b' -e d >| >| The only legal from at the beginn

Re: /proc/meminfo

2002-03-06 Thread Ed Wilts
From: "Chen Shi-Ping" <[EMAIL PROTECTED]> > I have RedHat 6.2 on my laptop. I know I have 128 MB memory, > but I can see 64 MB at /proc/meminfo only in the following command: > > $cat /proc/meminfo http://www.redhat.com/docs/manuals/linux/RHL-7-Manual/getting-started-guide/ s1-q-and-a-memory.html

Re: SED Question

2002-03-06 Thread Cameron Simpson
On 20:26 06 Mar 2002, Vidiot <[EMAIL PROTECTED]> wrote: | >Hey everyone, I am trying to make a "FROM" script that basically shows = | >the person running the script who the mail is from that they have. | | How about: | | sed -e '/^From /b' -e d | | The only legal from at the beginning is "

Re: Init

2002-03-06 Thread Ed Wilts
From: "Alex Iruc" <[EMAIL PROTECTED]> > How can I start a program from rc.local and make that program NOT run as > root. Basically I have an irc bot, eggdrop 1.6.8 that I need to be started > as soon as the system boots up. The thing is that eggdrop would not run as > root...so how can I make it r

Re: Init

2002-03-06 Thread Cameron Simpson
On 04:54 07 Mar 2002, Alex Iruc <[EMAIL PROTECTED]> wrote: | How can I start a program from rc.local and make that program NOT run as | root. Basically I have an irc bot, eggdrop 1.6.8 that I need to be started | as soon as the system boots up. The thing is that eggdrop would not run as | root...s

/proc/meminfo

2002-03-06 Thread Chen Shi-Ping
I have RedHat 6.2 on my laptop. I know I have 128 MB memory, but I can see 64 MB at /proc/meminfo only in the following command: $cat /proc/meminfo What did I do wrong? Thanks. Shi-Ping ___ Redhat-list mailing list [EMAIL PROTECTED] https://listma

Init

2002-03-06 Thread Alex Iruc
How can I start a program from rc.local and make that program NOT run as root. Basically I have an irc bot, eggdrop 1.6.8 that I need to be started as soon as the system boots up. The thing is that eggdrop would not run as root...so how can I make it run as another user? Thanks! Alex ___

Re: mailman backup?

2002-03-06 Thread Matthew Saltzman
On Thu, 7 Mar 2002, Ceyhun Kirmizitas wrote: > I have backup all mailman directory. > I reinstalled RH 7.2 with mailman. > Now I want to restore all my mail list and archives. > How can I do this? > Thnx If the issue is that the data for mailman used to be in /usr/lib/mailman or wherever and you

Re: How to get usb ports running, to use with digtal camera?

2002-03-06 Thread Ed Wilts
> This is probably a simple FAQ (but I could not find it), but how do I > get the usb ports active? I tried running kudzu at boot with the camera > attached and turned on, but that did not work. Yes, it's an FAQ. Do a google search on "linux usb faq". The very first entry that comes back tells

SOLVED: Re: SED Question

2002-03-06 Thread Jake McHenry
Awesome, Thanks!! Jake - Original Message - From: "Vidiot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 9:26 PM Subject: Re: SED Question > > > >This is a multi-part message in MIME format. > > > >--=_NextPart_000_0005_01C1C552.B5297DF0 > >Content-Typ

Re: PAM capabilities

2002-03-06 Thread Ed Wilts
I'd call that a bug that you should reoprt to the pam_tally author - this case, you should file a bugzilla report with Red Hat since they distribute the routine as part of the pam package. A security policy implemented correctly should not allow a user to gather information about correct or incor

Re: SED Question

2002-03-06 Thread Vidiot
> >This is a multi-part message in MIME format. > >--=_NextPart_000_0005_01C1C552.B5297DF0 >Content-Type: text/plain; > charset="iso-8859-1" >Content-Transfer-Encoding: quoted-printable > >Hey everyone, I am trying to make a "FROM" script that basically shows = >the person running the sc

Re: How to get usb ports running, to use with digtal camera?

2002-03-06 Thread John P Verel
Is it as simple as /bin/MAKEDEV usb? On 03/06/02, 07:57:30PM -0500, John P Verel wrote: > Running the stock Red Hat 2.4.9-13 kernel on a Dell Workstation with two > usb slots. Just got a digital camera that needs to live on one of them. > > If I run usbview, I get: > > "Cannot open the file /pr

Re: mailman backup?

2002-03-06 Thread Ed Wilts
This is non-trivial and it took me quite a while to figure it all out. Naturally, I forgot to document the whole thing :-( Mailman has links all over the place, and if you're in exactly the right directory as before with good backups, you might be able to get away with a restore in place of the a

Re: How to get usb ports running, to use with digtal camera?

2002-03-06 Thread Statux
> "Cannot open the file /proc/bus/usb/devices. Verify that you have USB > compiled into your kernel, have the modules loaded and have the usbdevfs > filesytem mounted." This error message tells you what you need to know. ___ Redhat-list mailing list

SED Question

2002-03-06 Thread Jake McHenry
Hey everyone, I am trying to make a "FROM" script that basically shows the person running the script who the mail is from that they have. Not very complex, but I can't seem to get it exactly how I want it. Currently, it works fine, but it shows too much info. This is what I have...     cat /

changing chmod during adduser or useradd

2002-03-06 Thread Jim Bija
Is there a way by default or any way for that matter to change the users home dir permissions during adduser or useradd? It seems to default to 700 i want it to be 755. Im aware i can do it post adduser/useradd, just curious if its possible to do it by default, simular to changing the /etc/sk

How to get usb ports running, to use with digtal camera?

2002-03-06 Thread John P Verel
Running the stock Red Hat 2.4.9-13 kernel on a Dell Workstation with two usb slots. Just got a digital camera that needs to live on one of them. If I run usbview, I get: "Cannot open the file /proc/bus/usb/devices. Verify that you have USB compiled into your kernel, have the modules loaded and

RE: Automatically configure ulimit

2002-03-06 Thread Richard Wilson
Thank you Ben, we have tried that here, it seems that /etc/profile runs in the context of the user, I've been told that only the super user can increase default settings. I will keep you posted on what I find out. regards Richard -Original Message- From: Ben Logan [mail

Re: RH 7.2: No access with Exceed 6.0

2002-03-06 Thread Bruce . Davis
I figured out how to solve this problem last September with Exceed 6.2. >From my notes: Exceed's connecting protocol is REXEC by default. This protocol may not be supported by most Linux distributions by default. It is, however, supported in the later versions of RedHat Linux. You can do one o

Re: PAM capabilities

2002-03-06 Thread Andreas Hansson
> A much better solution is that which is implemented by default in VMS - lock > the account for a random period of time - usually around 5 minutes - but > don't lock it permanently. When the account is locked, accept all passwords, > even the correct one, and return a standard user authorization

mailman backup?

2002-03-06 Thread Ceyhun Kirmizitas
I have backup all mailman directory. I reinstalled RH 7.2 with mailman. Now I want to restore all my mail list and archives. How can I do this? Thnx ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: how to set env varible

2002-03-06 Thread Elizabeth Fischer
I believe if you look in the start up script, tomcat.sh, you'll see that it attempts to "figure out" where JAVA_HOME is. If you set this value explicitly in that start-up script, it should work correctly (at least it did for me ...) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

how to set env varible

2002-03-06 Thread Jianping Zhu
I am istalling tomcat which need an env varible JAVA_HOME point to JDK I need to set an env varible JAVA_HOME point to directoy /usr/java I did this by adding 2 line to etc/profile JAVA_HOME=/usr/java:$JAVA_HOME export JAVA_HOME I used source profile, it's fine. But I try to start tomcat, it gi

Re: up2date question?

2002-03-06 Thread Rodolfo J. Paiz
At 3/6/2002 08:15 PM +, Mike Burger wrote: > > the more ram the less need for swap ! > > > > remember unix is not stupid microdollers :-) > >True, but the recommendations I've read all specify 4xRAM for swap. Where've you read this, Mike? I don't recall *ever* seeing that recommendation. Ear

Re: RedHat 6.2 fails on Pentium 4?

2002-03-06 Thread Benny Pedersen
--- Reply to a message --- By: Giulio Orsero ->: a Mail :>: Re: RedHat 6.2 fails on Pentium 4? > Why don't you install it using pIII and then put disk on the p4? why not install from a current rh 7.2 ? ::) some newer learn -- Benny Pedersen http://xpoint.ldnet.dk/ icq:36248146 ...Goo

Re: Backup recommendations

2002-03-06 Thread scott.list
Not quite what you are asking for - I have DAT's on each server and I like bru. www.tolisgroup.com. - Original Message - From: "Arthur H. Johnson II" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 12:45 PM Subject: RE: Backup recommendations > > > On Wed,

Re: Automatically configure ulimit

2002-03-06 Thread Ben Logan
On Wed, Mar 06, 2002 at 11:31:35AM -0800, Richard Wilson wrote: > I'm trying to configure a set of RH 7.2 machines to default to a specific > number of files that can be opened. How would I configure this so the > environment is set at boot time? There is a 'ulimit' line in /etc/profile on my sys

RE: how to set evn path

2002-03-06 Thread Arthur H. Johnson II
I personally dont like that profile.d environment. I find its much easier to just put it in /etc/profile. Of course I also make dubious use of /etc/rc.local too. On Wed, 2002-03-06 at 14:52, Paul Hamm wrote: > /etc/profile.d/ is where you can configure global environment settings. > just add the

RE: C++ on RedHat 7.2

2002-03-06 Thread Paul Hamm
How about "# emacs cc-mode". Or xemacs if you prefer. -Original Message- From: David Winters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: RE: C++ on RedHat 7.2 On 4 Mar 2002, Carey F. Cox wrote: >On Mon, 2002-03-04 at 19:33, Graeme Je

Re: up2date question?

2002-03-06 Thread Mike Burger
Benny Pedersen <[EMAIL PROTECTED]> said: > --- Reply to a message --- > By: Mike Burger > ->: a Mail > :>: Re: up2date question? > > > I would probably go ahead and allocate a full 1GB for the swap, if > > it were up to me...gives me the option of being able to add 128MB > > more RAM later, wi

Re: [REDHAT] Cannot boot from the RH 7.2 CD

2002-03-06 Thread jbinpg
- Original Message - From: Benny Pedersen <[EMAIL PROTECTED]> Date: Wednesday, March 6, 2002 4:36 am Subject: Re: [REDHAT] Cannot boot from the RH 7.2 CD > --- Reply to a message --- > By: Phil G > ->: a Mail > :>: Re: [REDHAT] Cannot boot from the RH 7.2 CD > > > This is the problem

RE: how to set evn path

2002-03-06 Thread Paul Hamm
/etc/profile.d/ is where you can configure global environment settings. just add the items you want into a file like .sh .csh make sure they are chmod 755 and when your users login they get the specifics. BTW only use root to configure your system use a standard user for general use. Using root

RE: network selective packet loss, Redhat-list digest, Vol 1 #3944

2002-03-06 Thread Al Adcock
Another thing to look at: Are you running WINS on the Samba server? If this is an older/busy server, turn off WINS, as it can be a serious clock cycle eater. This happened to me, although I'm running a 486 as a small department file server (cheap, yet quite effective!). With WINS on, the syste

RE: [REDHAT] Cannot boot from the RH 7.2 CD

2002-03-06 Thread Paul Hamm
Try checking your bios to be sure it boots from cdrom before the hard drive. -Original Message- From: Benny Pedersen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 7:37 AM To: redhat-list Subject: Re: [REDHAT] Cannot boot from the RH 7.2 CD --- Reply to a message --- By: Phi

Re: [REDHAT] Cannot boot from the RH 7.2 CD

2002-03-06 Thread Frank Carreiro
Sounds almost like the cdrom and one of the hdd's are setup as master or slave in the same chain. I've seen this happen before. Might want to check it out. I presume they are all IDE. If SCSI then forget I said anything :-) Frank --- Reply to a message --- By: Phil G ->: a Mail :>: Re:

Re: how to set evn path

2002-03-06 Thread Arthur H. Johnson II
Put the command in /etc/profile On Wed, 2002-03-06 at 14:25, Jianping Zhu wrote: > It works, Thank you very much. > One additional qustion is that: I am also root user, can I set the env in > some way (do some thing to the .bash_prifile in root directory i guess)so > every ordinay user can use j

Automatically configure ulimit

2002-03-06 Thread Richard Wilson
I'm trying to configure a set of RH 7.2 machines to default to a specific number of files that can be opened. How would I configure this so the environment is set at boot time? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/

Re: how to set evn path

2002-03-06 Thread Jianping Zhu
It works, Thank you very much. One additional qustion is that: I am also root user, can I set the env in some way (do some thing to the .bash_prifile in root directory i guess)so every ordinay user can use java compiler form her home directory. Thanks On 6 Mar 2002, Arthur H. Johnson II wrote:

Re: [REDHAT] Cannot boot from the RH 7.2 CD

2002-03-06 Thread Benny Pedersen
--- Reply to a message --- By: Phil G ->: a Mail :>: Re: [REDHAT] Cannot boot from the RH 7.2 CD > This is the problem but your solution is not working for me. On my > first computer I unplugged all hdds leaving only my cdrom in, my > system booted with the cd but strangely when ever I plugged

Re: up2date question?

2002-03-06 Thread Benny Pedersen
--- Reply to a message --- By: Mike Burger ->: a Mail :>: Re: up2date question? > I would probably go ahead and allocate a full 1GB for the swap, if > it were up to me...gives me the option of being able to add 128MB > more RAM later, without having to worry about adding more swap > space. wel

Re: how to set evn path

2002-03-06 Thread Arthur H. Johnson II
You line: PATH=$PATH:$HOME/bin /usr/java/bin Should read: export PATH=$PATH:$HOME/bin:/usr/java/bin On Wed, 2002-03-06 at 14:04, Jianping Zhu wrote: > I have java install in usr/java directory, (javac and java in > /usr/java/bin) how can modify .bash_profile in /home/jzhu so I can use > javac

Re: network selective packet loss

2002-03-06 Thread Pete Peterson
> Message: 2 > Date: Tue, 05 Mar 2002 14:55:47 -0700 > To: [EMAIL PROTECTED] > From: Aaron M Daley <[EMAIL PROTECTED]> > Subject: network selective packet loss > Reply-To: [EMAIL PROTECTED] > > > > I get the following ping info on my mail server and now one of our file > > servers as well indic

how to set evn path

2002-03-06 Thread Jianping Zhu
I have java install in usr/java directory, (javac and java in /usr/java/bin) how can modify .bash_profile in /home/jzhu so I can use javac and java in /home/jzhu? in fact I add this line in the .bash_profile PATH=$PATH:$HOME/bin /usr/java/bin but it does not work. Any advice appreciated. ---

RE: Backup recommendations

2002-03-06 Thread Arthur H. Johnson II
Or, you could run a command like this: tar cvf - /backupdir | ssh user@remotehost "cat - > backup.tar" You may need to use a program like Buffer if it is a remote machine and far away to keep the stream from degrading. Buffer: http://freshmeat.net/projects/buffer/ On Wed, 2002-03-06 at 13:43,

RE: Backup recommendations

2002-03-06 Thread Paul Hamm
Amanda is excellent. You could use a vpn between the 2 machines which would give you the ability to mount nfs shares and would only require a single open port on the server to do so. Check out CIPE. If you have the space you could just copy all the files to the machine with the tape drive on it

RE: vmware and streamlining windows

2002-03-06 Thread Paul Hamm
98lite strips out M$ bloat ware. You use it to install windows. But are you talking about vmware tools? Should be installed with vmware. Run settings/VMware tools Install. -Original Message- From: Eric Wood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 8:41 AM To: Red Hat

RE: Keyboard and mouse die

2002-03-06 Thread Paul Hamm
Also look at updating the bios to the latest rev. READ THIS if you have never upgraded a flash bios before read all the documents before you start the process. Flashing a bios improperly is the best way I know to turn a laptop into a brick. Ed is most likely correct APM can cause the unexplaine

Java servlet

2002-03-06 Thread Jianping Zhu
I have redhat 7.2, I want to run java servelet on it, can anyone give a suggestion which product is best for servlet in redhat 7.2. ( apche tomcat, apach web sever jsev, JSDK?) Thanks Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 3

RE: Video card

2002-03-06 Thread Paul Hamm
Explain "neither work"? You get no video at all or Xwindows is not working? I can't say as I have had any video related issues since i810 and rh 6.2 which was only a problem with configuring X. If you are getting post/bios information on screen when you boot try starting linux in run level 3 and

Re: up2date question?

2002-03-06 Thread Mike Burger
Benny Pedersen <[EMAIL PROTECTED]> said: > > Hi there, when I write up2date -u, then It says that "The total > > size of the selected packages (166498KB) exceeds your free disk > > space (36605KB). > > your /usr/local/spool/up2date is to small, This part is correct. > the only way to fix it i

Re: Limit internet browsing on redhat7.0 to one domain

2002-03-06 Thread Anthony E. Greene
At 15:47 3/6/2002 +0100, Paal Marker wrote: >I work in a public library, and we have in one of our subdidvisions set up >a pc for browsing in our database, wich is also public on our website. ( >http://www.ourdomain.no/cgi-bin) This pc >we want to only be used f

Re: Backup recommendations

2002-03-06 Thread Jeff Bearer
By default the data transfer isn't encrypted, but you can run it through gpg. http://security.uchicago.edu/tools/gpg-amanda/ Amanda is a wonderful program, and highly recommend it. And I recommend "Unix Backup & Recovery" from O'reilly, Every admin who maintains unix backups should read it.

Re: Dialer

2002-03-06 Thread Anthony E. Greene
At 08:24 3/6/2002 -0400, Ted Gervais wrote: >I recently set up a dialer on RH7.2 and found that when I activate it by >clicking on the icon, a box pops up and asks that I enter my root password >It won't dial until I do that. > >My question concerns whether there is a way I can just click on an

Re: Backup recommendations

2002-03-06 Thread Trevor Hamm
On Wed, 2002-03-06 at 08:35, Jeff Graves wrote: > I have 2 linux servers I would like to back up to a DLT tape library. > There's a total of about 15GB of data across the 2 servers (mail and > ftp). Each system runs only the daemons it absolutely needs in order to > function. (ie. the only remote

Re: run backup script by cron question

2002-03-06 Thread Trevor Hamm
On Wed, 2002-03-06 at 03:07, vincent li wrote: > hi, folks > > i use scp to backup local file to remote machine > without asking authorization by distributing the > publica key,i can run it successfully at command > line,for instance > > #/usr/localbin/scp /usr/localfile remotehost:/backup/ > >

Limit internet browsing on redhat7.0 to one domain

2002-03-06 Thread Paal Marker
Hi   I work in a public library, and we have in one of our subdidvisions set up a pc for browsing in our database, wich is also public on our website. ( http://www.ourdomain.no/cgi-bin) This pc we want to only be used for searching in the database, and close for all other internet browsing,

Backup recommendations

2002-03-06 Thread Jeff Graves
I have 2 linux servers I would like to back up to a DLT tape library. There's a total of about 15GB of data across the 2 servers (mail and ftp). Each system runs only the daemons it absolutely needs in order to function. (ie. the only remote access to the ftp server is via ftp and ssh, no other da

Re: run backup script by cron question

2002-03-06 Thread Ben Logan
On Wed, Mar 06, 2002 at 01:13:33PM +0100, Rick van der Linde wrote: > Did you try placing quotes for the command? > > For example `/usr/localbin/scp /usr/localfile remotehost:/backup/` Quotes shouldn't be necessary and may even mess things up. (I checked my working crontab, and it doesn't use q

NIS SLAVE

2002-03-06 Thread Erez Kirson
has any one had problems with 7.2 as slave , For some reason i cant pull the maps from my 7.2 master its strange since if i will take 7.2 , /usr/lib/yp/ypinit -s master will work fine has any one else had the same problem with enumerate maps Thanks E ___

RE: network selective packet loss

2002-03-06 Thread Burke, Thomas G.
I find it interesting that the echo time grows by 8 ms on each return...  I'll ask what may be a dumb question:  Have you checked the cable?  Maybe it's been damaged and is introducing a noise error of some sort?  That's my 1st WAG... -Original Message-From: Aaron M Daley [

vmware and streamlining windows

2002-03-06 Thread Eric Wood
I know this is ot but can someone remind me of a program that loads on windows session (running under vmware) in which is makes windows run faster. Somehow the program deletes all the windows cruft (active pages, etc.) and the result is a mean leaner window that will run faster from within vmware.

Dialer

2002-03-06 Thread Ted Gervais
I recently set up a dialer on RH7.2 and found that when I activate it by clicking on the icon, a box pops up and asks that I enter my root password It won't dial until I do that. My question concerns whether there is a way I can just click on an icon somewhere and the dialer would start or a

Re: up2date question?

2002-03-06 Thread Benny Pedersen
--- Reply to a message --- By: Ceyhun Kirmizitas ->: a Mail :>: up2date question? > Hi there, when I write up2date -u, then It says that "The total > size of the selected packages (166498KB) exceeds your free disk > space (36605KB). your /usr/local/spool/up2date is to small, the only way to fi

Re: High Memory Problem

2002-03-06 Thread Benny Pedersen
--- Reply to a message --- By: Charles Galpin ->: a Mail :>: Re: High Memory Problem >> do we need custom email programs to be here ? > > Absolutely not. What gave you that impression? All you need is a > telnet client. hummff well there is no places where i can use telnet to do news / mail

RE: run backup script by cron question

2002-03-06 Thread Rick van der Linde
>MAILTO=root >30 23 * * * /usr/localbin/scp /usr/localfile remotehost:/backup/ > >It should run at 11:30 PM every day and mail root the output. Set it up as >root with crontab -e. Test crond with something like : >* * * * * /bin/touch /tmp/crontest > >and see if the file is created. If

RE: run backup script by cron question

2002-03-06 Thread Stephen_Reilly
MAILTO=root 30 23 * * * /usr/localbin/scp /usr/localfile remotehost:/backup/ It should run at 11:30 PM every day and mail root the output. Set it up as root with crontab -e. Test crond with something like : * * * * * /bin/touch /tmp/crontest and see if the file is created. If not run : ser

Re: run backup script by cron question

2002-03-06 Thread Ben Logan
Hello, On Wed, Mar 06, 2002 at 01:07:58AM -0800, vincent li wrote: > hi, folks > > i use scp to backup local file to remote machine > without asking authorization by distributing the > publica key,i can run it successfully at command > line,for instance > > #/usr/localbin/scp /usr/localfile rem

Need help in configuring PVM

2002-03-06 Thread Mohammed Maeraj Hasbi
Hi all, How to configure PVM in RH7.2? I've installed it already, when I started it and try adding a few nodes, it says that it cannot found the nodes? What's the proper way to configures and running it? ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: ClanLib install question - now glut.h

2002-03-06 Thread Emmanuel Seyman
On Tue, Mar 05, 2002 at 05:19:05PM -0600, [EMAIL PROTECTED] wrote: > > It says it needs glut.h and gl.h anybody know what > development package I need now? Glut and gl are OpenGL-related. I'ld say Mesa-devel. Emmanuel ___ Redhat-list mailing list [E

run backup script by cron question

2002-03-06 Thread vincent li
hi, folks i use scp to backup local file to remote machine without asking authorization by distributing the publica key,i can run it successfully at command line,for instance #/usr/localbin/scp /usr/localfile remotehost:/backup/ but when i put it at crontab, it does not work, i do check the cro