Search Results

Search: Posts Made By: gaugeta
1,522
Posted By rbatte1
Remember that you would have to be sure that the...
Remember that you would have to be sure that the fail arrival had completed before you take any action. We achieve this by each process that delivers a file having to send a follow up flag. If the...
1,522
Posted By Expect
with bash: #!/bin/bash while true do ...
with bash:

#!/bin/bash
while true
do
# add code to monitor dir here and take same action
done



nohup monitor.sh &
Forum: AIX 01-14-2013
12,974
Posted By bakunin
The "ln" command failed because you have to put...
The "ln" command failed because you have to put it the other way round:

ln -s <existing file> <link to create>

But this is not really the problem. The error you get as a normal user says it...
Forum: AIX 01-14-2013
17,249
Posted By rbatte1
Did you use fuser to try to work out what was...
Did you use fuser to try to work out what was using the file? There could be lots, just a few, a single or nothing (i.e. it was transient)

/usr/sbin/fuser /opt/freeware/lib/libiconv.a

I hope...
Forum: AIX 01-13-2013
6,389
Posted By Yoda
It looks like you have a rpm process running...
It looks like you have a rpm process running which has got an exclusive lock on RPM database. I suggest you to check your process status report and kill if found.
ps -eaf | grep -i rpm | grep -v...
Showing results 1 to 5 of 5

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