|
-
January 23rd, 2001, 06:56 PM
#1
the echo of `USE`
i`ve noticed, this last few days, that sometimes i get a very rare message echoed onto my prompt, something that, to my knowledge, it hasn`t happened before.
all of the sudden i see a `USE` message at the prompt, if type `Enter` it disapears, and its not stored in the command history of the bash.
any ideas what that might come from?
i thought that it might be the output of a crond job, but i redirect all the output of such tasks to several files or the /dev/null, besides, most of them are scheduled to run at very bizarre hours of the night.
any info will be welcomed.
-
January 24th, 2001, 07:33 AM
#2
I think, what you're seeing, is a partial error discribing Usage or Use for a script that you may have running in crontab. Besides what come to your screen, look in /var/log/messages and /var/log/syslog for more info. You might try running:
tail -f /var/log/syslog (or messages)
in a separate window to see if you can see any error that occur when you get that console message. -mk
------------------
If it ain't broke, fix it till it is.
If it ain't broke,
Fix it till it is.
-
January 24th, 2001, 09:42 AM
#3
thanks mike, i`ll try that command tonight, to see if `messages` it prints something annoying.
-
January 27th, 2001, 04:50 PM
#4
i have worked out that annoying `USE` message, i simply appended all the cronjobs to a file that is periodically `dev/nulled`; i wonder if the problem has arised because i`m not running any e-mail program? isn`t cron designed to mail it`s outcome to the root?
-
January 28th, 2001, 03:26 PM
#5
By default, sendmail is setup on your system, without any configuration required, for sending email between system users. To check if this works on your box, try sending an email from root to one of your users. -mk
------------------
If it ain't broke, fix it till it is.
If it ain't broke,
Fix it till it is.
-
February 5th, 2001, 12:09 PM
#6
thanks mike, haven`t seen your reply...
no, i have `commented` from the rc.d the start sendmail daemon. therefore i guess i`m not running that program; but, like you say, i`ll try it tonight.
thanks a lot.
-
February 7th, 2001, 11:40 AM
#7
i found out something new about those annoying `USE` messages.
they only appear when you add a crontab, and on the same console that you used for that.
the only way to get rid of them is to log out. once you get back, they won`t bother you no longer.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|