1)
Questions and Answers :
Windows :
User activity detection broken?
(Message 173926)
Posted 3 Oct 2005 by Michael Letzgus-Koppmann Post: Hi folks, I'm running setiathome@BOINC 4.45 on a WinXP SP2 multiuser machine. I think there is a problem with the detection of user activities. The profile for my machine is set to "Do work only after computer is idle for 4 minutes". User A logs on, works for a while, after 4 minutes idle (the computer!) boinc starts working, everthing OK so far. But: If someone logs on as user B, then boinc starts working as well. Maybe because user A is now idle for 4 minutes, but not the machine! Is this a bug in boinc? Is it a even feature? How can I configure it that boinc only runs if the whiole machine is idle? That means NO user is active! [By the way: The boinc system service is running with user B's account.] thanks, Michael |
2)
Questions and Answers :
Windows :
seti-client dies and becomes a real zombie
(Message 57280)
Posted 25 Dec 2004 by Michael Letzgus-Koppmann Post: > Does the event log show anything about the problem? Usually DrWatson is > called to handle program exceptions. No, there's nothing about the boinc client in the event log. DrWatson isn't working since I installed Borland C++ Builder, including Borlands debugger. To investigate the "seti-zombie", I used a tool called "Process Explorer". There are tons of information about memory usage, state of signal pipes, file handles available. Even manual closing of signal pipes and removing of unhandled events/exceptions is possible, but the seti-client is still not removeable from memory. Windows' task scheduler won't release it... ;) > If you aren't getting any crashdumps, maybe drwatson isn't set as the default > debugger. Run "drwtsn32 -i" (run command in the start menu) to set it as the Hm, ok. See above ;) Next time it crashes, I'll gather some more information. Michael |
3)
Questions and Answers :
Windows :
seti-client dies and becomes a real zombie
(Message 57155)
Posted 25 Dec 2004 by Michael Letzgus-Koppmann Post: > Upgrade to 4.13! > > Oh, sorry, my fault. My BOINC software is of course 4.13, the running seti-client is 4.08. I accidentally wrote core client.... I noticed that this happens very often if I got a lot of noisy work units. Maybe there's a problem with memory management in case of too much (noisy) results ? Michael |
4)
Questions and Answers :
Windows :
seti-client dies and becomes a real zombie
(Message 56705)
Posted 23 Dec 2004 by Michael Letzgus-Koppmann Post: Hi, sometimes, the core client (4.08) hangs and can't be killed or restarted, system must be rebooted to run it again. System ist WinXP SP2 on Athlon64, 512 MB RAM. The remaining state of the client in memory is "KernelObjectsCritSecOutOfMemoryEvent" This always seems to happen after finishing a workunit. Michael |
5)
Questions and Answers :
Unix/Linux :
./configure on alpha ev67 @debian/testing fails
(Message 3710)
Posted 3 Jul 2004 by Michael Letzgus-Koppmann Post: the configure-script delivered with the seti@home-sourbecode fails (see below) on my Alpha EV67 running Debian/testing @Kernel 2.6.7. Compiling the BOINC core-client works fine after adding the alpha ev67 to the configure system. chep117:~/prg/boinc/seti_boinc# ./configure checking build system type... alphaev67-unknown-linux-gnu checking host system type... alphaev67-unknown-linux-gnu checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for gawk... no checking for mawk... mawk checking for ranlib... ranlib checking for sed... /bin/sed checking for tr... /usr/bin/tr checking for ar... /usr/bin/ar checking for autoconf... no checking for autoheader... no checking for astyle... no checking for indent... no checking for sort... /usr/bin/sort checking for uniq... /usr/bin/uniq checking for cat... /bin/cat checking for mv... /bin/mv checking for rm... /bin/rm checking whether make sets $(MAKE)... yes checking shared object extension... so checking library extension... a checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for shmget in -lcygipc... no checking for aio_fork in -laio... no checking for dlclose in -ldl... yes checking for elf_hash in -lelf... no checking for fftw_create_plan in -lfftw... no checking for sin in -lm... yes checking for gethostbyname in -lnsl... yes checking for bind in -lsocket... no checking for uncompress in -lz... yes checking for main in -lstdc++... yes checking for XCreateGC in -lX11... no checking for XawTextReplace in -lXaw... no checking for XShmGetImage in -lXext... no checking for XmuMakeAtom in -lXmu... no checking for XtDisplay in -lXt... no checking for IceProtocolVersion in -lICE... no checking for SmsInitialize in -lSM... no checking for glCallList in -lGL... no checking for main in -lGLU... no checking for main in -lGLUT... no checking for head... /usr/bin/head checking for find... /usr/bin/find checking for BOINC... not found checking for RSAPublicEncrypt in -lrsaeuro... no checking for mysql_config... /usr/bin/mysql_config yes checking mysql libraries... -L/usr/lib -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl -lcrypto checking mysql includes... -I/usr/include/mysql checking for Informix... checking for dbaccess... no no checking path to S4 library... not found checking for egrep... grep -E checking for ANSI C header files... yes checking whether largefile support breaks C++... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking algorithm usability... no checking algorithm presence... yes configure: WARNING: algorithm: present but cannot be compiled configure: WARNING: algorithm: check for missing prerequisite headers? configure: WARNING: algorithm: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for algorithm... yes checking bitset usability... no checking bitset presence... yes configure: WARNING: bitset: present but cannot be compiled configure: WARNING: bitset: check for missing prerequisite headers? configure: WARNING: bitset: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for bitset... yes checking cassert usability... no checking cassert presence... yes configure: WARNING: cassert: present but cannot be compiled configure: WARNING: cassert: check for missing prerequisite headers? configure: WARNING: cassert: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cassert... yes checking cctype usability... no checking cctype presence... yes configure: WARNING: cctype: present but cannot be compiled configure: WARNING: cctype: check for missing prerequisite headers? configure: WARNING: cctype: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cctype... yes checking cerrno usability... no checking cerrno presence... yes configure: WARNING: cerrno: present but cannot be compiled configure: WARNING: cerrno: check for missing prerequisite headers? configure: WARNING: cerrno: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cerrno... yes checking cfloat usability... no checking cfloat presence... yes configure: WARNING: cfloat: present but cannot be compiled configure: WARNING: cfloat: check for missing prerequisite headers? configure: WARNING: cfloat: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cfloat... yes checking climits usability... no checking climits presence... yes configure: WARNING: climits: present but cannot be compiled configure: WARNING: climits: check for missing prerequisite headers? configure: WARNING: climits: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for climits... yes checking clocale usability... no checking clocale presence... yes configure: WARNING: clocale: present but cannot be compiled configure: WARNING: clocale: check for missing prerequisite headers? configure: WARNING: clocale: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for clocale... yes checking cmath usability... no checking cmath presence... yes configure: WARNING: cmath: present but cannot be compiled configure: WARNING: cmath: check for missing prerequisite headers? configure: WARNING: cmath: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cmath... yes checking complex usability... no checking complex presence... yes configure: WARNING: complex: present but cannot be compiled configure: WARNING: complex: check for missing prerequisite headers? configure: WARNING: complex: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for complex... yes checking csetjmp usability... no checking csetjmp presence... yes configure: WARNING: csetjmp: present but cannot be compiled configure: WARNING: csetjmp: check for missing prerequisite headers? configure: WARNING: csetjmp: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for csetjmp... yes checking csignal usability... no checking csignal presence... yes configure: WARNING: csignal: present but cannot be compiled configure: WARNING: csignal: check for missing prerequisite headers? configure: WARNING: csignal: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for csignal... yes checking cstdarg usability... no checking cstdarg presence... yes configure: WARNING: cstdarg: present but cannot be compiled configure: WARNING: cstdarg: check for missing prerequisite headers? configure: WARNING: cstdarg: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cstdarg... yes checking cstddef usability... no checking cstddef presence... yes configure: WARNING: cstddef: present but cannot be compiled configure: WARNING: cstddef: check for missing prerequisite headers? configure: WARNING: cstddef: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cstddef... yes checking cstdio usability... no checking cstdio presence... yes configure: WARNING: cstdio: present but cannot be compiled configure: WARNING: cstdio: check for missing prerequisite headers? configure: WARNING: cstdio: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cstdio... yes checking cstdlib usability... no checking cstdlib presence... yes configure: WARNING: cstdlib: present but cannot be compiled configure: WARNING: cstdlib: check for missing prerequisite headers? configure: WARNING: cstdlib: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cstdlib... yes checking cstring usability... no checking cstring presence... yes configure: WARNING: cstring: present but cannot be compiled configure: WARNING: cstring: check for missing prerequisite headers? configure: WARNING: cstring: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for cstring... yes checking ctime usability... no checking ctime presence... yes configure: WARNING: ctime: present but cannot be compiled configure: WARNING: ctime: check for missing prerequisite headers? configure: WARNING: ctime: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for ctime... yes checking deque usability... no checking deque presence... yes configure: WARNING: deque: present but cannot be compiled configure: WARNING: deque: check for missing prerequisite headers? configure: WARNING: deque: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to bug-autoconf@gnu.org. ## configure: WARNING: ## ------------------------------------ ## checking for deque... yes config.status: creating Makefile config.status: creating client/Makefile config.status: creating db/Makefile config.status: creating db/schema_to_class config.status: creating config.h config.status: config.h is unchanged chep117:~/prg/boinc/seti_boinc# # chep117:~/prg/boinc/seti_boinc# make (cd client; make all) make[1]: Entering directory `/root/prg/boinc/seti_boinc/client' g++ -g -O2 -DHAVE_CONFIG_H -DTEXT_UI -DNDEBUG -DCLIENT -I.. -I../db -I/api -I/lib -I/image_libs/ -M *.cpp > dependencies In file included from analyzeFuncs.cpp:23: ../config.h:346:23: std_fixes.h: No such file or directory analyzeFuncs.cpp:37:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from analyzeFuncs.cpp:38: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from analyzeFuncs.cpp:43: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory analyzeFuncs.cpp:51:21: filesys.h: No such file or directory analyzeFuncs.cpp:59:23: boinc_api.h: No such file or directory In file included from analyzePoT.cpp:20: ../config.h:346:23: std_fixes.h: No such file or directory analyzePoT.cpp:37:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from seti.h:22, from analyzePoT.cpp:40: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from analyzePoT.cpp:44: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory analyzePoT.cpp:48:21: filesys.h: No such file or directory analyzePoT.cpp:49:18: util.h: No such file or directory analyzePoT.cpp:56:23: boinc_api.h: No such file or directory In file included from analyzeReport.cpp:21: ../config.h:346:23: std_fixes.h: No such file or directory analyzeReport.cpp:35:25: diagnostics.h: No such file or directory analyzeReport.cpp:36:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from analyzeReport.cpp:37: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from analyzeReport.cpp:42: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory In file included from chirpfft.cpp:18: ../config.h:346:23: std_fixes.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from chirpfft.cpp:30: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory chirpfft.cpp:32:18: util.h: No such file or directory chirpfft.cpp:33:21: filesys.h: No such file or directory In file included from fft8g.cpp:90: ../config.h:346:23: std_fixes.h: No such file or directory In file included from gaussfit.cpp:25: ../config.h:346:23: std_fixes.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from gaussfit.cpp:48: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from gaussfit.cpp:53: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory In file included from gdata.cpp:17: ../config.h:346:23: std_fixes.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from seti.h:22, from gdata.h:28, from gdata.cpp:18: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from lcgamm.cpp:20: ../config.h:346:23: std_fixes.h: No such file or directory lcgamm.cpp:31:25: diagnostics.h: No such file or directory In file included from main.cpp:28: ../config.h:346:23: std_fixes.h: No such file or directory main.cpp:42:25: diagnostics.h: No such file or directory main.cpp:43:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from main.cpp:44: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory main.cpp:52:23: boinc_api.h: No such file or directory main.cpp:53:20: reduce.h: No such file or directory In file included from malloc_a.cpp:19: ../config.h:346:23: std_fixes.h: No such file or directory In file included from progress.cpp:19: ../config.h:346:23: std_fixes.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from seti.h:22, from progress.cpp:34: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from pulsefind.cpp:34: ../config.h:346:23: std_fixes.h: No such file or directory pulsefind.cpp:49:25: diagnostics.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from pulsefind.cpp:50: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from pulsefind.cpp:52: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory pulsefind.cpp:53:18: util.h: No such file or directory In file included from sah_gfx_base.cpp:17: ../config.h:346:23: std_fixes.h: No such file or directory sah_gfx_base.cpp:42:19: parse.h: No such file or directory sah_gfx_base.cpp:43:26: graphics_api.h: No such file or directory In file included from sah_gfx_base.cpp:44: sah_gfx_base.h:17:23: boinc_api.h: No such file or directory sah_gfx_base.h:18:19: gutil.h: No such file or directory sah_gfx_base.h:19:27: graphics_data.h: No such file or directory sah_gfx_base.h:21:20: reduce.h: No such file or directory In file included from sah_gfx.cpp:58: ../config.h:346:23: std_fixes.h: No such file or directory sah_gfx.cpp:111:18: util.h: No such file or directory sah_gfx.cpp:112:23: boinc_api.h: No such file or directory sah_gfx.cpp:113:26: graphics_api.h: No such file or directory sah_gfx.cpp:114:19: gutil.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from seti.h:22, from analyzeFuncs.h:20, from sah_gfx.cpp:115: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from sah_gfx.cpp:116: sah_gfx.h:21:20: reduce.h: No such file or directory sah_gfx.h:22:19: gutil.h: No such file or directory In file included from sah_gfx.h:23, from sah_gfx.cpp:116: sah_gfx_base.h:17:23: boinc_api.h: No such file or directory sah_gfx_base.h:18:19: gutil.h: No such file or directory sah_gfx_base.h:19:27: graphics_data.h: No such file or directory sah_gfx_base.h:21:20: reduce.h: No such file or directory In file included from seti.cpp:34: ../config.h:346:23: std_fixes.h: No such file or directory seti.cpp:49:25: diagnostics.h: No such file or directory seti.cpp:50:19: parse.h: No such file or directory seti.cpp:51:21: filesys.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from seti.cpp:52: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from seti.cpp:56: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory In file included from seti_header.cpp:23: ../config.h:346:23: std_fixes.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from seti.h:22, from seti_header.cpp:40: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory seti_header.cpp:44:19: parse.h: No such file or directory In file included from seti_header.cpp:49: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory In file included from spike.cpp:18: ../config.h:346:23: std_fixes.h: No such file or directory spike.cpp:35:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from spike.cpp:36: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from spike.cpp:41: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory In file included from s_util.cpp:22: ../config.h:346:23: std_fixes.h: No such file or directory s_util.cpp:50:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from s_util.cpp:51: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from timecvt.cpp:27: ../config.h:346:23: std_fixes.h: No such file or directory timecvt.cpp:44:18: util.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from timecvt.cpp:45: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from version.cpp:18: ../config.h:346:23: std_fixes.h: No such file or directory In file included from worker.cpp:20: ../config.h:346:23: std_fixes.h: No such file or directory In file included from ../db/sqlrow.h:26, from ../db/db_table.h:25, from seti_header.h:33, from s_util.h:107, from worker.cpp:39: ../db/xml_util.h:66:27: error_numbers.h: No such file or directory In file included from worker.cpp:45: analyzeReport.h:21:23: boinc_api.h: No such file or directory analyzeReport.h:22:19: mfile.h: No such file or directory worker.cpp:47:21: filesys.h: No such file or directory worker.cpp:48:23: boinc_api.h: No such file or directory make[1]: *** [dependencies] Error 1 make[1]: Leaving directory `/root/prg/boinc/seti_boinc/client' make: *** [all] Error 2 chep117:~/prg/boinc/seti_boinc# |
©2024 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.