Search Results

Search: Posts Made By: vbe
12,319
Posted By vbe
the only ways are either add lines in your job...
the only ways are either add lines in your job script to echo anything in a log file or to output the execution of the script to a log file you open in another terminal using tail -f which will show...
5,978
Posted By vbe
Welcome on board! start by removing the \n...
Welcome on board!

start by removing the \n of you printf on first line... maybe replacing with :
7,429
Posted By vbe
Post closed Please post in appropriate room,...
Post closed
Please post in appropriate room, this looks like homework, there are special rules that apply
Forum: AIX 04-23-2020
42,456
Posted By vbe
Welcome on board! We are missing too much...
Welcome on board!

We are missing too much information in order to give you a reply, we have no idea how your Windows server is configured nor do we know how you mount on your linux client, then...
10,574
Posted By vbe
Its not the same computing size especially if so...
Its not the same computing size especially if so many files than just list...Because it after has to add total of each subdirectory etc...
What is /data? a file system? in which case why not just du...
2,293
Posted By vbe
Well you don't say much about the filesystem......
Well you don't say much about the filesystem... There is a finite number of inodes, once that limit reached you are in trouble...
What does df -o i /yourfilesystem give you?
38,391
Posted By vbe
because that is how it was designed to work with...
because that is how it was designed to work with find, and it is not xargs the culprit but rm command
in other words many commands e.g. accept a - to take for input what comes from a pipe, rm does...
38,391
Posted By vbe
Why use a pipe when it can be done within find...
Why use a pipe when it can be done within find command?
look at the man pages of man, especially after how to use multi criteria and the the exec
Forum: What is on Your Mind? 03-25-2020
19,172
Posted By vbe
Why not? Phosphorus recycling
There's treasure in your toilet and it can help the planet - BBC News (https://www.bbc.com/news/av/stories-52017351/there-s-treasure-in-your-toilet-and-it-can-help-the-planet)
25,512
Posted By vbe
tar: ./1043/B2KCOMP/b2kcomp/15002S10485964.70600...
tar: ./1043/B2KCOMP/b2kcomp/15002S10485964.70600 could not be archived
tar: ./1043/B2KCOMP/b2kcomp/15002S10879272.70598 could not be archived
tar: ./1043/B2KCOMP/b2kcomp/15002S11076030.70600 could...
3,795
Posted By vbe
The best way to find out is to try... What have...
The best way to find out is to try...
What have you tried so far?
.. I suggest you look at gzcat command since your file is a .gz, then see what happens to the tar file when you extract e.g. one...
5,716
Posted By vbe
So what is in the start.sh? How come they...
So what is in the start.sh?
How come they havent given you a stop.sh?
What else java is running on your server?
because if nothing else you can search for the PID of java stuff and kill it no?...
5,716
Posted By vbe
what about ? There are procedures to restart...
what about ?
There are procedures to restart after a crash or issue, how come you have nothing?
How do you stop your application?
5,716
Posted By vbe
Exactly what was expected, so in other words we...
Exactly what was expected, so in other words we cannot help you more with the information given, as we do not know how to stop the application gracefully, and as we don't know the OS we have no idea...
5,716
Posted By vbe
From the code submitted you launch a Java...
From the code submitted you launch a Java application, what is there to end it cleanly since it is writing to 2 log files?



How do you achieve both?
5,716
Posted By vbe
So what is it doing? during all that time? It...
So what is it doing? during all that time?
It can more tricky than you think...
From what I understand, your program once executed runs forever ( normally ...) and you want it to stop at a given...
40,840
Posted By vbe
Once solved the above remark I made You can...
Once solved the above remark I made
You can start dealing with this 2 tasks, the first we can't really help we don't know your platform, very likely linux but I am no linux specialist, all I can say...
5,716
Posted By vbe
That is not much of a help, we still have no idea...
That is not much of a help, we still have no idea what is going on...
5,716
Posted By vbe
Yes? What have you done so far? Not knowing...
Yes?
What have you done so far?
Not knowing your environment, your platform, OS, and shell you use, all I can say is to look at the man pages of at command
and to give you more help, on top of the...
40,840
Posted By vbe
What you did is give read permission to all...
What you did is give read permission to all except those in the group as the one set to this file...
40,840
Posted By vbe
Welcome on board, and thanks for the effort and...
Welcome on board, and thanks for the effort and honesty in following our rules. This room is here to help you out with your studies, not do the work for you and has been accepted by most colleges if...
Forum: Programming 03-10-2020
6,871
Posted By vbe
animate was present with mf-cobol 3 also... and ...
animate was present with mf-cobol 3 also... and in MS-cobol 4 too
Thanks for reminding me...
7,380
Posted By vbe
So have a look at txt2html - Text to HTML...
So have a look at
txt2html - Text to HTML converter (http://txt2html.sourceforge.net)
15,334
Posted By vbe
Try to write the job as shown, and show us what...
Try to write the job as shown, and show us what it gives...
by default only root is configured to use cron but you can customise and enable other users... The same for at
15,334
Posted By vbe
cron is a scheduler that is very basic in its...
cron is a scheduler that is very basic in its understanding, see that as if you were talking to a true idiot, you have to give all information and details on what is required to do the job...
Showing results 1 to 25 of 500

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