Search Results

Search: Posts Made By: Meert
Forum: Red Hat 01-13-2010
19,575
Posted By Meert
Maybe this helps: source:Time - ArchWiki...
Maybe this helps:


source:Time - ArchWiki (http://wiki.archlinux.org/index.php/Time#Time_Skew)
2,244
Posted By Meert
This (slightly edited) code works on our HP-UX...
This (slightly edited) code works on our HP-UX machine.

LOGFILE=$LOGDIR/tstlogfile.txt
echo "text to terminal"
echo "text to logfile" >> $LOGFILE
2,244
Posted By Meert
try LOGFILE=`./tstlogfile.txt` echo "text to...
try
LOGFILE=`./tstlogfile.txt`
echo "text to terminal"
echo "text to logfile">> $LOGFILE
17,212
Posted By Meert
echo "subject: Something" ; cat $text_mail ;...
echo "subject: Something" ; cat $text_mail ; uuencode file.gz file.gz) | /usr/sbin/sendmail john@doe.nl
83,892
Posted By Meert
Where can I see which Lotto numbers I've bought...
Where can I see which Lotto numbers I've bought and what Lotto Numbers won?
Forum: Red Hat 01-04-2010
2,296
Posted By Meert
Do you mean sendmail stops working once the last...
Do you mean sendmail stops working once the last user has logged of from the server?

Try to configure sendmail step by step through a guide like this one: sendmail: Introduction and Configuration...
9,355
Posted By Meert
Scott: thank you, this resolved my issue. ...
Scott: thank you, this resolved my issue.



rrstone: I don't understand your reply.
9,355
Posted By Meert
Retry every ten seconds while lockfile present
Hi,

I have written below check lockfile script but need some tweaking on it.

If there is a lockfile from present, I need the script to retry every 10 seconds to see if the lockfile is still...
6,378
Posted By Meert
Thanks!
Thanks!
6,378
Posted By Meert
if clause with grep and word count
I've got following script that I thought would only email me when the if clause finds the grep. But it emails me anyway (with an empty file) even if the grep doesn't return anything.

What should...
13,638
Posted By Meert
Praveen, thank you very much. This is a good...
Praveen, thank you very much. This is a good start and I'll try and work from here.

I tried to spool the output to the process_id_to_kill.txt from an sql script but got a "cannot spool" access...
13,638
Posted By Meert
@zaxxon: Sudo is not installed on our HP-UX...
@zaxxon:
Sudo is not installed on our HP-UX server, but I'll talk to our administrator later today.



@Praveen:

The issue is that the alter system command leaves the original proccesses...
13,638
Posted By Meert
crontab or looping script to Kill process from user
I am looking for a way to kill 2 processes from a user through some kind of script.

Using an oracle script, I get two process ids that need to be killed.

SQL> select ssn.process as...
4,559
Posted By Meert
Thank you very much, works like a charm! :D
Thank you very much, works like a charm! :D
4,559
Posted By Meert
Merging files with AWK filtering and counting lines
Hi there,

I have a couple of files I need to merge. I can do a simple merge by concatenating them into one larger file.

But then I need to filter the file to get a desired result.

The output...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 07:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy