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'
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
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
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
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,
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
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
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
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
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
>
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
> [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
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
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
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:
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
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",
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
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
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
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,
> > >
> > > 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
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
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.
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
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
-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
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.
> >
> >
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
&
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
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
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
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
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
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
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
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
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
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?
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
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 &
-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
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
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
-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
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
-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
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
>
-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
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
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
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?
is it ipcs, or is there some other better
command?
THX
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
>
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
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
-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
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
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
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
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
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
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
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
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.
|
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
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
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
> 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
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
> * * * * * /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
* * * * * /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
;> /home/alumil/vdblog.gz
>
> --
>
> My crontab settings are the following (it starts at the required time)
> ----
> --
> SHELL=/bin/sh
> * * * * * /home/alumil/alumil_
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 - 100 of 886 matches
Mail list logo