Re: running a crontab from command line, ad hoc

2003-10-22 Thread Peter B. West
opying the "morning" line(s) and changing the time to this afternoon. When the on-off task runs, re-edit the crontab to remove it. Use crontab -e for this. A more sensible approach is to use 'crontab -l' to list the tasks from the crontab, and then to use the 'at'

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Hal Burgiss
On Wed, Oct 22, 2003 at 03:24:56PM -0400, Timothy Stone wrote: > directories like cron.hourly, cron.daily, et al. I want to do something > where I can say in effect, "Hey Cron, i know that user's crontab is set > do something at this time, but do it now." Can't you just reset the time to someth

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Timothy Stone
On Wednesday 22 October 2003 01:04 pm, Timothy Stone wrote: List, I know this can be done, but it escapes me how to do it. I wanted to execute a user crontab this afternoon that normally runs daily first thing in the morning. Nothing seems to work. And somehow most manuals seem to live it unsaid

Re: running a crontab from command line, ad hoc

2003-10-22 Thread Reuben D. Budiardja
ed jobs for all users, select the one you want to run, click Edit-Run Now. Should be fairly intuitive. Cront is a just a command that is run in a specific schedule. So you can always edit the crontab file, copy the comand, paste it in a terminal and run it. Hope that helps. RDB -- Reuben

running a crontab from command line, ad hoc

2003-10-22 Thread Timothy Stone
List, I know this can be done, but it escapes me how to do it. I wanted to execute a user crontab this afternoon that normally runs daily first thing in the morning. Nothing seems to work. And somehow most manuals seem to live it unsaid, "you must innately know how to do this." Tips? Thanks,

Re: Script treats variable as command

2003-10-17 Thread lrnobs
Space characters! I thought I would do IFACE = "eth0" CLASS_A = "10.." for readability. Results in IFACE thinking it is a command. Thanks Larry Nobs - Original Message - From: "Ed Greshko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

Re: Script treats variable as command

2003-10-17 Thread Ed Greshko
rules I get a message that > IFACE is not a command. I tried $IFACE with the same result. > > Please tell me what I am missing here. Sounds like your default shell is something like csh or tcsh. You should make sure the first line of your script is something like... #!/bin/s

Script treats variable as command

2003-10-17 Thread lrnobs
I found a script for setting iptables on the internet that I like so far. The author declares some variables and then uses them later on in the script ie IFACE="eth0" When I try to run the script with ./iptables.rules I get a message that IFACE is not a command. I tried $IFACE wit

Run Command and Lock not working

2003-10-14 Thread aT
Hi , i installed redhat 9 and upgraded with ximian desktop , But since i like kde so i select KDE as desktop , Now i have panel from KDE , but desktop menus and mouse right clicks from Gnome . and Run Command docent bring up the window , Lock screen does not lock the scree . ALt+f2 doesnot work

Re: using date command to get yesterday's date

2003-10-09 Thread Marvin Blackburn
Thanks for you reply! It is exactly what we need. - Original Message - From: "Anthony E. Greene" <[EMAIL PROTECTED]> Date: Thursday, October 9, 2003 9:22 am Subject: Re: using date command to get yesterday's date > On 08-Oct-2003/08:50 -0400, Marvin Blackburn >

Re: using date command to get yesterday's date

2003-10-09 Thread Anthony E. Greene
On 08-Oct-2003/08:50 -0400, Marvin Blackburn <[EMAIL PROTECTED]> wrote: >Is there anyway to use `date` to calculate yesterdays date. >If not, is there any other way to do this easily? date -d yesterday or date -d '1 day ago' The latter syntax is more flexible. I often use it in scripts. Ton

RE: using date command to get yesterday's date

2003-10-08 Thread Marvin Blackburn
> [mailto:[EMAIL PROTECTED] Behalf Of rick henderson > Sent: Wednesday, October 08, 2003 9:02 AM > To: [EMAIL PROTECTED] > Subject: Re: using date command to get yesterday's date > > > > > On Wed, 2003-10-08 at 07:50, Marvin Blackburn wrote: > > Is there a

Re: using date command to get yesterday's date

2003-10-08 Thread rick henderson
On Wed, 2003-10-08 at 07:50, Marvin Blackburn wrote: > Is there anyway to use `date` to calculate yesterdays date. > If not, is there any other way to do this easily? > > -- > Marvin Blackburn > Systems Administrator > Glen Raven > "He's no failure. He's not dead yet" --William

using date command to get yesterday's date

2003-10-08 Thread Marvin Blackburn
Is there anyway to use `date` to calculate yesterdays date. If not, is there any other way to do this easily? -- Marvin Blackburn Systems Administrator Glen Raven "He's no failure. He's not dead yet" --William Lloyd George -- redhat-list mailing list unsubscribe mailto:[EMAIL P

Re: cvs commit command fails

2003-10-05 Thread Eduardo A. dela Rosa
On Mon, 2003-10-06 at 07:57, Shawn wrote: CVS: -- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS:Query_Support.xml CVS:

cvs commit command fails

2003-10-05 Thread Shawn
Hello, One moment I am committing happily via cvs and then next I can't and the shell never returns -- (using cvs1.11.2-10 ssh 3.5p1-11) It doesn't matter which file I try either, it happens with them all now. Every thing was fine until I tried $cvs add -kb -m "screen shot for filter tag" fi

Re: MV Command

2003-09-26 Thread Vinny Valdez
On 0, Brad Caricofe <[EMAIL PROTECTED]> blathered: > Tonight I typed "mv ... filename" instead of "mv ../" like I wanted. Now I > can find the file nowhere! LoL, wtf did it go? > > thanks, > Brad Brad, Do you mean that you typed "mv filename ..." by mistake? If you typed "mv ... filename",

MV Command

2003-09-26 Thread Brad Caricofe
Tonight I typed "mv ... filename" instead of "mv ../" like I wanted. Now I can find the file nowhere! LoL, wtf did it go? thanks, Brad -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: fstab not mounting, but command line mount works

2003-09-08 Thread steffen . grunewald
On Mon, Sep 08, 2003 at 04:55:16PM -0700, Ian L wrote: > > well mount says its ext2. I thought i had formatted it with ext3, but maybe If you want to use a fs with ext3 you'd have to mke2fs it and add the journalling afterwards using tune2fs. Perhaps you skipped that part. > i didnt. If its wo

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Anthony E. Greene
On 08-Sep-2003/16:55 -0700, Ian L <[EMAIL PROTECTED]> wrote: > >well mount says its ext2. I thought i had formatted it with ext3, but maybe >i didnt. If its working as ext2 i dont really care. I dont really know what >the difference is between ext2 and ext3. as long as its working i'm happy. ext

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Ian L
d. If it your filesystem is ext3 but is being mounted with ext2 by mistake you can try "insmod ext3" before trying the mount. You may need the "-t ext3" option on the mount command line. After loading the ext3 module you should be able to mount it as an ext3 filesystem. Cheers,

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Sean Estabrooks
> > > > > > however, after the machine boots up i can go to the prompt and do: > > > > > > mount /dev/hbd1 /traces > > > > > > and that works fine. Anyone have any ideas why it fails to mount at boot? > > > > > > >You've

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Ian L
boot? > You've explicitly set the filesystem type to ext3 in your fstab. You'll see the same error as on boot if you try the command "mount /traces". When you give the command "mount /dev/hdb1 /traces" the fstab is not consulted. Instead, mount tries to detect the

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Sean Estabrooks
licitly set the filesystem type to ext3 in your fstab. You'll see the same error as on boot if you try the command "mount /traces". When you give the command "mount /dev/hdb1 /traces" the fstab is not consulted. Instead, mount tries to detect the proper filesystem.

fstab not mounting, but command line mount works

2003-09-08 Thread Ian L
i have the following line in my /etc/fstab file: /dev/hdb1 /traces ext3defaults1 2 however, this partition always fails to mount at boot up. I think the error message says wrong fstype, bad superblock or some other error. however, after the machine boot

Re: Service command

2003-09-05 Thread Bret Hughes
On Fri, 2003-09-05 at 15:46, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 5 Sep 2003 16:16:32 -0400, Mark Haney wrote: > > > Jonathan Bartlett wrote: > > > Remember that "su -" will alter your environment to include /sbin and > > > /usr/sbin, while "su" wi

Re: Service command

2003-09-05 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 5 Sep 2003 16:16:32 -0400, Mark Haney wrote: > Jonathan Bartlett wrote: > > Remember that "su -" will alter your environment to include /sbin and > > /usr/sbin, while "su" will not. > > I did not know that. In all the years I've been doing

RE: Service command

2003-09-05 Thread Jonathan Bartlett
A slightly expanded explanation: su only changes permissions of the current process su - does a full login. Jon On Fri, 5 Sep 2003, Mark Haney wrote: > Jonathan Bartlett wrote: > > Remember that "su -" will alter your environment to include /sbin and > > /usr/sbin, while "su" will not. > > > >

RE: Service command

2003-09-05 Thread Mark Haney
Jonathan Bartlett wrote: > Remember that "su -" will alter your environment to include /sbin and > /usr/sbin, while "su" will not. > > Jon > I did not know that. In all the years I've been doing this, I've never heard that. A day is not wasted when you learn something new. Thanks for the tid

RE: Service command

2003-09-05 Thread Jonathan Bartlett
Remember that "su -" will alter your environment to include /sbin and /usr/sbin, while "su" will not. Jon On Fri, 5 Sep 2003, Mark Haney wrote: > Leonard Miller wrote: > > Who are you running the command as? Root should be the only person > > that can run t

RE: Service command

2003-09-05 Thread Leonard Miller
15:23 PM >>> Okay, someone please smack the idiot! I have been trying to run the command as root, but every time I've seen it in various postings, the path wasn't included. In my decayed brain, I thought that the command would work exactly as typed, so I never thought to look for th

RE: Service command

2003-09-05 Thread Mark Haney
Leonard Miller wrote: > Who are you running the command as? Root should be the only person > that can run the service command. If you "su" to root and it doesn't > work, try to use "su -" instead. Or just type /sbin/service. If it > still says command no

Re: Service command

2003-09-05 Thread Leonard Miller
Who are you running the command as? Root should be the only person that can run the service command. If you "su" to root and it doesn't work, try to use "su -" instead. Or just type /sbin/service. If it still says command not found, do a "which service&q

Service command

2003-09-05 Thread Mark Haney
Okay, I've been meaning to ask this question several times and never got around to it, but now I'm curious. I've seen on this list several times commands like: service blah blah restart. When I try the command bash tells me 'service: command not found'. What am I missin

Re: SQLPlus command history with arrow keys

2003-08-28 Thread Brian Ashe
convenient > up-arrow and down-arrow command line history recall at the SQL*Plus > prompt. All we get is control characters (like ^[[A) if we hit an > arrow. > > The SQL*Plus is Release 8.1.7.0.0. - the server is at 8.7.1.1. > > Are the keyboard mappings messed up, or do w

SQLPlus command history with arrow keys

2003-08-28 Thread Myhre, Julie
Title: SQLPlus command history with arrow keys Hi, We've just installed an Oracle client on our Redhat v7.3 box….our servers are NT boxes, but automation and scripting are so much easier to do on the Linux side.  One thing we're missing is the convenient up-arrow and down-arr

Re: Command free

2003-08-21 Thread Ben Russo
Mohamed Patricio wrote: hello people, total used free sharedbuffers cached Mem:513488 510424 3064668 8144 344916 -/+ buffers/cache: 157364 356124 Swap: 1228964 184281210536 Is correct I say , this: my ma

Re: Command free

2003-08-21 Thread Rick Warner
On Thu, 2003-08-21 at 10:31, Mohamed Patricio wrote: > hello people, > > total used free sharedbuffers cached > Mem:513488 510424 3064668 8144 344916 > -/+ buffers/cache: 157364 356124 > Swap: 1228964 18428

Command free

2003-08-21 Thread Mohamed Patricio
hello people, total used free sharedbuffers cached Mem:513488 510424 3064668 8144 344916 -/+ buffers/cache: 157364 356124 Swap: 1228964 184281210536 Is correct I say , this: my machine have only 3064 of

Re: kernel version from command line?

2003-08-21 Thread Sameer Sharangpani
Try "uname -a" from command line. -Sameer - Original Message - From: "Redhat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 3:05 AM Subject: kernel version from command line? > Also, how do I find out what kernel ve

Re: kernel version from command line?

2003-08-20 Thread Ed Wilts
On Wed, Aug 20, 2003 at 02:35:19PM -0700, Redhat wrote: > Also, how do I find out what kernel version is running from > the command line? Just to be different... cat /proc/version -- Ed Wilts, Mounds View, MN, USA mailto:[EMAIL PROTECTED] Member #1, Red Hat Community Ambassador P

Re: kernel version from command line?

2003-08-20 Thread jurvis lasalle
to get just what you need... 'uname -r' On Wednesday, Aug 20, 2003, at 17:35 America/New_York, Redhat wrote: Also, how do I find out what kernel version is running from the command line? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailma

Re: kernel version from command line?

2003-08-20 Thread Vincent E Parsons
Type uname -r at the terminal. That will give you the kernel version. On Wed, 2003-08-20 at 17:35, Redhat wrote: > Also, how do I find out what kernel version is running from > the command line? -- Vince Parsons, Independent Contractor/Consultant RHCE 807001402402771 704.83

Re: kernel version from command line?

2003-08-20 Thread Rus Foster
On Wed, 20 Aug 2003, Redhat wrote: > Also, how do I find out what kernel version is running from > the command line? > > Run "uname -a" Rgds Rus Foster -- w: http://www.jvds.com | Linux + FreeBSD VDS's from $15/mo e: [EMAIL PROTECTED]| Totally Customizable

Re: kernel version from command line?

2003-08-20 Thread Aly Dharshi
try uname -a On Wed, 2003-08-20 at 15:35, Redhat wrote: > Also, how do I find out what kernel version is running from > the command line? -- Aly S.P Dharshi [EMAIL PROTECTED] Southern Alberta Digital Library P

kernel version from command line?

2003-08-20 Thread Redhat
Also, how do I find out what kernel version is running from the command line? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Change KDE background image from command line on RedHat 9?

2003-08-19 Thread MKlinke
On Tuesday 19 August 2003 10:46, Sean Estabrooks wrote: > On Tue, 19 Aug 2003 08:53:39 -0400 > > Mark Bruen <[EMAIL PROTECTED]> wrote: > > Anyone know how to change the root window background image in KDE > > on RedHat 9 from the command line so it can be don

Re: Change KDE background image from command line on RedHat 9?

2003-08-19 Thread Sean Estabrooks
On Tue, 19 Aug 2003 08:53:39 -0400 Mark Bruen <[EMAIL PROTECTED]> wrote: > Anyone know how to change the root window background image in KDE on > RedHat 9 from the command line so it can be done from a script? > Thanks. > -Mark > > Mark, You must be very bor

Change KDE background image from command line on RedHat 9?

2003-08-19 Thread Mark Bruen
Anyone know how to change the root window background image in KDE on RedHat 9 from the command line so it can be done from a script? Thanks. -Mark -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Linux command to combine two files

2003-08-15 Thread Iulian Musat
cat fileA fileB > ResultFile try: man cat Aung Min Naing Oo - Unidux (IT) wrote: Hello Is there any command to combine two text files. I need to combine the multiple access log files to one single file for the report generating purpose. eg. FileA lin

RE: Linux command to combine two files

2003-08-15 Thread Aung Min Naing Oo - Unidux (IT)
notify the sender immediately by return mail] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Didier Casse Sent: Friday, August 15, 2003 2:36 PM To: Aung Min Naing Oo - Unidux (IT) Cc: [EMAIL PROTECTED] Subject: Re: Linux command to combine two files

Re: Linux command to combine two files

2003-08-14 Thread Didier Casse
On Fri, 15 Aug 2003, Aung Min Naing Oo - Unidux (IT) wrote: > Hello > > Is there any command to combine two text files. > I need to combine the multiple access log files to > one single file for the report generating purpose. > > eg. FileA > lin

Linux command to combine two files

2003-08-14 Thread Aung Min Naing Oo - Unidux (IT)
Hello Is there any command to combine two text files. I need to combine the multiple access log files to one single file for the report generating purpose. eg. FileA line 1 line 2 FileB line 3 line 4

tc command doubts

2003-08-14 Thread Herculano de Lima Einloft Neto
turb 10sec Sent 4812 bytes 62 pkts (dropped 0, overlimits 0) -What does the root keyword mean exactly? -The second line seems to be a status query.. what do -d and -s mean? -Since ppp0 is not always present, do I have to wait till it is up to run the command, or can I just add a line t

Re: tc command doubts

2003-08-14 Thread Herculano de Lima Einloft Neto
Sean Estabrooks wrote: >> >> -The second line seems to be a status query.. what do -d and -s mean? >> > >-s[tatistics] >-d[etails] Heh, just curious.. how d'you find that out? >> -Since ppp0 is not always present, do I have to wait till it is up to &

tc command doubts

2003-08-14 Thread Herculano de Lima Einloft Neto
turb 10sec Sent 4812 bytes 62 pkts (dropped 0, overlimits 0) -What does the root keyword mean exactly? -The second line seems to be a status query.. what do -d and -s mean? -Since ppp0 is not always present, do I have to wait till it is up to run the command, or can I just add a line t

Re: tc command doubts

2003-08-14 Thread Sean Estabrooks
isc you're adding is attached at the top level of (ie. the device itself) rather than being a child of another qdisc. > > -The second line seems to be a status query.. what do -d and -s mean? > -s[tatistics] -d[etails] > -Since ppp0 is not always present, do I have to wa

Re: tc command doubts

2003-08-14 Thread Herculano de Lima Einloft Neto
Sean Estabrooks wrote: > > Is there any way to script this along with the gui so that when the connection > > is activated the command is run? > > > > yes, /etc/ppp/ip-up.local gets run when a ppp interface comes up. > > This is amazing information.. you

Re: tc command doubts

2003-08-14 Thread Sean Estabrooks
Hi Herculano, > >-s[tatistics] > >-d[etails] > > Heh, just curious.. how d'you find that out? If i recall correctly the command itself will give some brief help like the above. > > >> -Since ppp0 is not always present, do I have to wait till it is u

Re: print command?

2003-07-31 Thread Jason Dixon
On Thu, 2003-07-31 at 22:15, Edward Dekkers wrote: > the brilliant beast wrote: > > > hello what is the print command in redhat 9? > > also does it support hp printers? > > thaks > > hank > > > > Hank, > Go easy on the questions please - this

Re: print command?

2003-07-31 Thread Edward Dekkers
the brilliant beast wrote: hello what is the print command in redhat 9? also does it support hp printers? thaks hank Hank, Go easy on the questions please - this is a high traffic list. Please BEFORE you ask check out the resources available to you. Helpful docs are at http://www.tldp.org

print command?

2003-07-31 Thread the brilliant beast
hello what is the print command in redhat 9? also does it support hp printers? thaks hank -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: which command can display all the memory distribution and its related procee?

2003-07-31 Thread wm7cv
IL PROTECTED]> Sent: Wednesday, July 30, 2003 5:44 PM Subject: Re: which command can display all the memory distribution and its related procee? > On Wed, 30 Jul 2003 11:23:39 +0800 > "wm7cv" <[EMAIL PROTECTED]> insightfully noted: > > >which command can display a

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Gordon Messmer
Melissa Meyer wrote: [EMAIL PROTECTED]:~# rpm -V $(rpm -qf $(which cat)) glibc ..5. /bin/cat ...T c /etc/rpc If "rpm -V fileutils net-tools util-linux" returns any executables that have been modified, you've probably been hacked. /bin/cat is one of those. You might also find ls, log

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Bill Tangren
Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 16:44:10 -0400, Bill Tangren wrote: rpm -Va This is kind of distressing. I tried this on two of my boxen, and *many* packages have check-sum errors. Are you sure you interpreted rpm's output correctly?

Re: Command Line for Searching for Files Containing "Text"?

2003-07-30 Thread Lorenzo Prince
nt to search the current directory, > >so the command would look something like this: > > > >for f in *; do grep "text" $f; done > > > >I think this will do what you need it to do. > >HTH. > > > > > That's a little complex why not g

Re: Command Line for Searching for Files Containing "Text"?

2003-07-30 Thread Dave Ihnat
to pay attention to this--assuming it hasn't been suggested, how about the traditional Unix command pipeline: find . -type f -print | xargs grep "some text" where you can substitute the appropriate directory for the "." if that's your wish (and yes, I know the &

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 16:44:10 -0400, Bill Tangren wrote: > > rpm -Va > > This is kind of distressing. I tried this on two of my boxen, and *many* > packages have check-sum errors. Are you sure you interpreted rpm's output correctly? There are sev

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Bill Tangren
Michael Schwendt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 12:43:30 -0700, Melissa Meyer wrote: Thanks - that fixed it. Does anyone know how the fingerprint could have changed? If not related to the SSH update, then what could be the cause? File-system corruptio

Re: Command Line for Searching for Files Containing "Text"?

2003-07-30 Thread Samuel Flory
Lorenzo Prince wrote: Hmm. Try the following if you want to search within a specific directory: for f in /directory/*; do grep "text" $f; done or you can omit /directory/ if you want to search the current directory, so the command would look something like this: for f in *; do grep

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 12:43:30 -0700, Melissa Meyer wrote: > Thanks - that fixed it. Does anyone know how the fingerprint could have > changed? If not related to the SSH update, then what could be the > cause? File-system corruption? Hard-disk drive

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Melissa Meyer
Thanks - that fixed it. Does anyone know how the fingerprint could have changed? If not related to the SSH update, then what could be the cause? Melissa On Wed, Jul 30, 2003 at 09:25:09PM +0200, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 30 Jul 2003 1

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 12:02:50 -0700, Melissa Meyer wrote: > [EMAIL PROTECTED]:~# rpm -V $(rpm -qf $(which cat)) glibc > ..5. /bin/cat > ...T c /etc/rpc The '5' (read "man rpm") tells you the MD5 fingerprint of /bin/cat has changed. You need

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Melissa Meyer
00, Melissa Meyer wrote: > > > Last night I applied the OpenSSH patch from July 29, 2003 and rebooted > > the server. Now, whenever I run the cat command, I receive a > > "Segmentation Fault" error. Here is the output of strace: > > What do you get for >

Re: Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 10:33:24 -0700, Melissa Meyer wrote: > Last night I applied the OpenSSH patch from July 29, 2003 and rebooted > the server. Now, whenever I run the cat command, I receive a > "Segmentation Fault" error. He

Applied RHSA-2003:222 - now cat command corrupted

2003-07-30 Thread Melissa Meyer
Last night I applied the OpenSSH patch from July 29, 2003 and rebooted the server. Now, whenever I run the cat command, I receive a "Segmentation Fault" error. Here is the output of strace: [EMAIL PROTECTED]:~$ strace cat test execve("/bin/cat", ["cat", "test

Re: which command can display all the memory distribution and itsrelated procee?

2003-07-30 Thread Michael Scottaline
On Wed, 30 Jul 2003 11:23:39 +0800 "wm7cv" <[EMAIL PROTECTED]> insightfully noted: >which command can display all the memory distribution and its related >procee? > >is it ipcs, or is there some other better command? > >THX Try top Mike

RE: which command can display all the memory distribution and its related procee?

2003-07-30 Thread Stuart Clark
top Regards Suart Clark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of wm7cv Sent: Wednesday, 30 July 2003 1:24 PM To: [EMAIL PROTECTED] Subject: which command can display all the memory distribution and its related procee? which command can display

which command can display all the memory distribution and its related procee?

2003-07-29 Thread wm7cv
which command can display all  the memory distribution and its related procee?   is it ipcs, or is there some other better command?   THX

Re: Command Line for Searching for Files Containing "Text"?

2003-07-29 Thread Jason Dixon
On Tue, 2003-07-29 at 21:33, Lorenzo Prince wrote: > Hmm. Try the following if you want to search within a specific directory: > > for f in /directory/*; do grep "text" $f; done > > or you can omit /directory/ if you want to search the current directory, so the >

Re: Command Line for Searching for Files Containing "Text"?

2003-07-29 Thread Lorenzo Prince
Hmm. Try the following if you want to search within a specific directory: for f in /directory/*; do grep "text" $f; done or you can omit /directory/ if you want to search the current directory, so the command would look something like this: for f in *; do grep "text" $f

Command Line for Searching for Files Containing "Text"?

2003-07-29 Thread Sevatio
From the command line, how do you search for a file containing a certain text? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: RPM command to show all package names installed?

2003-07-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25 Jul 2003 10:37:41 -0400, Ben Hall wrote: > Is there a way to get a list of all package names installed? rpm -qa is > close, but it gives name-version, I just want the name! rpm -qa --qf "%{name}\n" - -- -BEGIN PGP SIGNATURE- Versio

Re: RPM command to show all package names installed?

2003-07-25 Thread Brian Ashe
Ben Hall, On Friday July 25, 2003 10:37, Ben Hall wrote: > Hi there, > > Is there a way to get a list of all package names installed? rpm -qa is > close, but it gives name-version, I just want the name! > > I need this so that I can do a single apt-get line from many machines to > bring them all

Re: RPM command to show all package names installed?

2003-07-25 Thread Ben Hall
Thank you very much, works perfectly. On Fri, 2003-07-25 at 10:45, Jason Dixon wrote: > > Is there a way to get a list of all package names installed? > > rpm -qai | grep ^Name | awk '{print $3}' -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/l

Re: RPM command to show all package names installed?

2003-07-25 Thread James Gibbon
Ben Hall wrote: > Hi there, > > Is there a way to get a list of all package names installed? rpm -qa is > close, but it gives name-version, I just want the name! > I'm not sure if this is infallible, but .. rpm -qa | sed "s/-[0-9].*//" .. it assumes that all package names follow the convent

Re: RPM command to show all package names installed?

2003-07-25 Thread Ed Wilts
On Fri, Jul 25, 2003 at 10:37:41AM -0400, Ben Hall wrote: > Hi there, > > Is there a way to get a list of all package names installed? rpm -qa is > close, but it gives name-version, I just want the name! rpm -qa --queryformat='%{name}\n' WARNING: You *must* install the correct architecture of

Re: RPM command to show all package names installed?

2003-07-25 Thread Jason Dixon
On Fri, 2003-07-25 at 10:37, Ben Hall wrote: > Is there a way to get a list of all package names installed? rpm -qa is > close, but it gives name-version, I just want the name! rpm -qai | grep ^Name | awk '{print $3}' -- Jason Dixon, RHCE DixonGroup Consulting http://www.dixongroup.net -- r

RPM command to show all package names installed?

2003-07-25 Thread Ben Hall
Hi there, Is there a way to get a list of all package names installed? rpm -qa is close, but it gives name-version, I just want the name! I need this so that I can do a single apt-get line from many machines to bring them all up to the same install. If it was debian, I could do dpkg -l > blah a

Monta Vista & tc command

2003-07-24 Thread Dan Orbach
When I set up some queues with the following command:  tc qdisc add dev eth0 root handle 1: prio  tc qdisc add dev eth0 parent 1:1 handle 10: sfq  tc qdisc add dev eth0 parent 1:2 handle 20: sfq  tc qdisc add dev eth0 parent 1:3 handle 30: sfq   and then I display the setup as

Re: { and } command ?

2003-07-22 Thread Ziaur Rahman
ed | > "Displaying so and so possibilities", I said Y. At the very last | > list, I saw command "{" and "}" (without the quote). | > | > What in the world is that ? | > | > which {, which }, locate {, locate } return nothing. | > | > Thanks. |

Re: { and } command ?

2003-07-21 Thread MKlinke
On Monday 21 July 2003 13:12, Reuben D. Budiardja wrote: > I login as root (or su -) and hit Tab once. When the shell asked > "Displaying so and so possibilities", I said Y. At the very last > list, I saw command "{" and "}" (without the quote). > > W

{ and } command ?

2003-07-21 Thread Reuben D. Budiardja
I login as root (or su -) and hit Tab once. When the shell asked "Displaying so and so possibilities", I said Y. At the very last list, I saw command "{" and "}" (without the quote). What in the world is that ? which {, which }, locate {, locate } return nothin

Re: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Bret Hughes
On Thu, 2003-07-17 at 18:57, Ian Mortimer wrote: > > You're missing something crucial, the _user_ to run > > the cron command as. Should be something like: > > > > * * * * * root /home/alumil/alumil_daily.sh > > Not in a crontab. Possibly you're th

Re: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Ian Mortimer
> You're missing something crucial, the _user_ to run > the cron command as. Should be something like: > > * * * * * root /home/alumil/alumil_daily.sh Not in a crontab. Possibly you're thinking of an entry in /etc/cron.d In a crontab the user who owns the crontab determ

Re: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Michael Mansour
You're missing something crucial, the _user_ to run the cron command as. Should be something like: * * * * * root /home/alumil/alumil_daily.sh Michael. --- Ian Mortimer <[EMAIL PROTECTED]> wrote: > > > * * * * * /home/alumil/alumil_daily.sh > > Do you really wan

Re: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Ian Mortimer
> * * * * * /home/alumil/alumil_daily.sh Do you really want this to run every minute? > When I run alumil_daily.sh from command line it creates the output file > properly. > Running it from crontab the generated output file is empty, as if the > database dump program > wou

Re: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Mark Neidorff
* * * * * /home/alumil/alumil_daily.sh > > ------ Whose crontab is running this command? Check to make sure that user has permission to execute the script and all of the programs that are called by it Also, how about giving cron a hour and minute to run the

Re: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Bret Hughes
;> /home/alumil/vdblog.gz > > -- > > My crontab settings are the following (it starts at the required time) > ---- > -- > SHELL=/bin/sh > * * * * * /home/alumil/alumil_

RE: Crontab - won't work from crontab but from command line (???)

2003-07-17 Thread Bob Buckley
Also check the root mail file for error messages. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Együd Csaba Sent: Thursday, July 17, 2003 8:10 AM To: redhat-list Subject: Crontab - won't work from crontab but from command line (???) Hi All, I h

  1   2   3   4   5   6   7   8   9   >