mirror of https://github.com/BOINC/boinc.git
boinccitizen-sciencec-plus-plusdistributed-computinggrid-computinghacktoberfesthigh-performance-computinghigh-throughput-computingphpsciencescientific-computingvolunteer-computing
dc2ecf6837
remote_server_status.php (script for seeing if remote daemons are running) did this by ps -C command, and seeing if the last line of the output contained the command. This didn't work for SETI@home, because the daemons are symbolic links in bin/. The command that ps knows about is the file name after resolving the link. This generally doesn't contain the original command name, so it would look like no remote daemons are running. Fix: look up the PID (in pid_host/xxx.pid) and use "ps PID". This also correctly distinguishes between daemons that use the same program on the same host. |
||
---|---|---|
android | ||
api | ||
apps | ||
client | ||
clientctrl | ||
clientgui | ||
clientscr | ||
clienttray | ||
coprocs/NVIDIA | ||
curl | ||
db | ||
dcapi | ||
doc | ||
html | ||
lib | ||
locale | ||
m4 | ||
mac_build | ||
mac_installer | ||
packages | ||
py | ||
rboinc | ||
samples | ||
sched | ||
stripchart | ||
test | ||
tools | ||
vda | ||
win_build | ||
xcompile | ||
zip | ||
.gitattributes | ||
.gitignore | ||
.vimrc | ||
COPYING | ||
COPYING.LESSER | ||
COPYRIGHT | ||
INSTALL | ||
Makefile.am | ||
Makefile.incl | ||
TODO_OLD | ||
_autosetup | ||
bolt_checkin_notes.txt | ||
build_pos | ||
checkin_notes | ||
checkin_notes_2002 | ||
checkin_notes_2003 | ||
checkin_notes_2004 | ||
checkin_notes_2005 | ||
checkin_notes_2006 | ||
checkin_notes_2007 | ||
checkin_notes_2008 | ||
checkin_notes_2009 | ||
checkin_notes_2010 | ||
checkin_notes_2011 | ||
checkin_notes_2012 | ||
checkin_notes_samples | ||
configure.ac | ||
find-working-cvs | ||
generate_svn_version.sh | ||
gitlog2boinclog.sh | ||
notes | ||
project_specific_defines.h | ||
set-version | ||
testbase | ||
todo | ||
version.h | ||
version.h.in | ||
version.log |