Search Results

Search: Posts Made By: ninadgac
2,168
Posted By ninadgac
How long screen command runs?
Does screen command run forever?

Suppose I have following command inserted at my putty shell followed by screen


# screen
# export JAVA_HOME=/usr/java/jdk1.6.0_21
# export ANT_HOME=/usr/ant...
7,780
Posted By ninadgac
Already have root permission
I already logged in as root user, which is su "supreme user".
7,780
Posted By ninadgac
bashrc not saving changes
I am trying to do some changes at bashrc file located at /etc directory of my server. First I tried to edit bashrc via FTP downloaded on my pc changed it and loaded back, but it seems like changes...
7,038
Posted By ninadgac
Error with ANT build for red5
I installed java at usr/local/jdk directory. My Java Version is 1.6.0_05. I have installed apache ant version 1.8.1 in folder opt/ant successfully. And later on I have installed RED 5.0.9 final...
29,196
Posted By ninadgac
Hello, I edited root/.bash_profile file...
Hello,
I edited root/.bash_profile file for
ANT_HOME=/opt/ant
PATH=$PATH:$HOME/bin:/opt/ant/bin

ANT is working now.

However I still have problem with building ANT for...
29,196
Posted By ninadgac
Hello, Thanks for your reply. I managed to...
Hello,
Thanks for your reply. I managed to run install latest version(1.8.1) of ant successfully.
I used following commands at my shell in which I logined with username root which is...
29,196
Posted By ninadgac
How to detect and uninstall apache ant ?
Hello,
At my linux server I think there are 2 duplicate Apache Ant Installation
1) opt/ant
2) usr/local/ant

And whenever I tires to build ant using command 1)cd opt/ant 2) ant or 1)cd...
4,451
Posted By ninadgac
Thanks for your help
Thanks for your help
4,451
Posted By ninadgac
Thanks for quick reply... it is installed...
Thanks for quick reply...

it is installed successfully and running successfully...but I want to make it automatic process as now it is manual
4,451
Posted By ninadgac
Help with red5 process
Hello,
I have installed red5 on my linux server successfully at folder opt/red5.
Installation is successful and red5 is also running successfully but everytime I have to execute sh ./red5.sh...
23,426
Posted By ninadgac
Thanks for reply
Thanks for reply
23,426
Posted By ninadgac
Thanks
Yes you are right

with ps -aef | grep red5 | grep -v grep its showing nothing

Thanks for quick reply..

---------- Post updated at 06:36 AM ---------- Previous update was at 06:34 AM...
9,665
Posted By ninadgac
How to Kill process with dynamic PID?
Hello,
I have problem with killing red5 process running on linux server. As this process is continuously changing its PID so it can't be killed with "kill -9 PID" command.
First I used...
2
PS
1,806
Posted By ninadgac
Use ps aux command to check all process to...
Use ps aux command to check all process

to check particular process you can use

ps aux | grep processname command
23,426
Posted By ninadgac
How to Kill process with dynamic PID?
Hello,
I have problem with killing red5 process running on linux server. As this process is continuously changing its PID so it can't be killed with "kill -9 PID" command.
First I used...
Showing results 1 to 15 of 15

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