0
votes
2answers
188 views
Why can’t I get Openfire to start?
I am having trouble getting Openfire to work. I done the following:
[root@jiaoyou logs]# which java
/usr/bin/java
and I've run this com …
0
votes
2answers
296 views
what’s the difference between foreground and background programme?
I tried to run a programme in background mode and foreground mode,
while in background mode,it failed to run,
but in foreground mode,it succeeded,
so what's the difference b …
0
votes
4answers
108 views
how to investigate what a process is doing?
I know this can be checked from /proc/PID directory,
but don't know how to,
can any one show me the way?
…
1
vote
2answers
182 views
what does these output mean?
especially the last two with '-' and '+' respectively,
what does it mean on earth?
[1] Done php start.php bots/admin32.bot.php
[2] Done ph …
0
votes
2answers
78 views
Is it normal for “rsyslogd” to cost 170M memory?
One of my sites runs extremely slow,
and I use top command to see that "rsyslogd" cost 170M memory,
is that normal?
If not,how can I limit the size of memory "r …
1
vote
7answers
141 views
how to look up which files a certain process is manipulating?
In my case it's "rsyslogd",
I find it's consuming up to 170M memory,which is too much,
and I've checked its configuration file located at /etc/rsyslog.conf
and then checked …
0
votes
2answers
130 views
how to make a PHP process auto-restart when dead?
Something like a daemon that will never die,
my system is fedora10
…
0
votes
3answers
206 views
linux file system permission issue
I'm deploying nutch. At first I just left the index file under /root/nutch1.0. This works fine when run from command line. However, when I search from web, it always returns 0 …
0
votes
1answer
108 views
how to use inittab to auto-restart a PHP programme?
Seems it has a respawn parameter,
But I haven't figured out how to use it.
…
0
votes
4answers
198 views
how to investigate ports opened by a certain process in linux?
Suppose the PID of the process is already known
…
-1
votes
5answers
198 views
How to use file protocol to access a directory on local system?
like /usr/local?
I tried file:///usr/local but failed
[root@www2 robot]# cd file:///usr/local
-bash: cd: file:///usr/local: No such file or directo …
1
vote
3answers
690 views
what’s the option for cp to create a directory if not exists?
Here is what I tried but failed:
[root@file nutch-0.9]# cp -f urls-resume /nosuchdirectory/hi.txt
cp: cannot create regular file `/nosuchdirectory/hi.txt': No such file or directory …
0
votes
0answers
124 views
a bash problem [closed]
Suppose under current directory,there are multiple sub-directories,and one is called A.
My question is:
how to delete all sub-directories except A with bash?
…
3
votes
7answers
485 views
how to make a programme continue to run as root after log out from ssh?
This programme takes lot of time to finish running,
it's running as root from ssh,
I want it to continue to run after it logout,is it possible?
…
0
votes
4answers
169 views
Is it possible to see output to stdout after disown and logout?
I have done this to that programe:
ctrl-z
disown -h %1
bg 1
then logout,
Is it still possible for me to see what that programe outputs to stdout now?
…
