Quote:
Originally Posted by TobiSGD
There is no indication for an error in that log. It may be possible that BOINC has detached itself from the terminal, which would have closed the terminal automatically and therefore shutdown the X server. What happens when you start BOINC directly as WM, without using Xterm?
|
Woow!
i change dummy wm script to:
dummy_wm_boinc file, file perm 100755:
#!/bin/sh
##xterm -e sh /Install/BOINC/boinc --dir /Install/BOINC/
## > dumlog.txt
/Install/BOINC/boinc --dir /Install/BOINC >boinc.log 2>berror.log
then
xinit /Install/BOINC/dummy_wm_boinc
and there is boinc.log:
04-Feb-2014 18:35:24 [---] cc_config.xml not found - using defaults
04-Feb-2014 18:35:24 [---] Starting BOINC client version 7.2.33 for x86_64-pc-linux-gnu
04-Feb-2014 18:35:24 [---] log flags: file_xfer, sched_ops, task
04-Feb-2014 18:35:24 [---] Libraries: libcurl/7.27.0 OpenSSL/1.0.1c zlib/1.2.6 libidn/1.25
04-Feb-2014 18:35:24 [---] Data directory: /Install/BOINC
04-Feb-2014 18:35:24 [---] CAL: ATI GPU 0: ATI Radeon HD 4350/4550 (R710) (CAL version 1.4.1734, 512MB, 384MB available, 192 GFLOPS peak)
04-Feb-2014 18:35:24 [---] OpenCL: AMD/ATI GPU 0: ATI Radeon HD 4350/4550 (R710) (driver version CAL 1.4.1734, device version OpenCL 1.0 AMD-APP (937.2), 512MB, 384MB available, 192 GFLOPS peak)
04-Feb-2014 18:35:24 [---] OpenCL CPU: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz (OpenCL driver vendor: Advanced Micro Devices, Inc., driver version 2.0 (sse2), device version OpenCL 1.2 AMD-APP (937.2))
04-Feb-2014 18:35:24 [---] Host name: TESTslk64_14
04-Feb-2014 18:35:24 [---] Processor: 2 GenuineIntel Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz [Family 6 Model 15 Stepping 13]
04-Feb-2014 18:35:24 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
04-Feb-2014 18:35:24 [---] OS: Linux: 3.2.29
04-Feb-2014 18:35:24 [---] Memory: 3.79 GB physical, 1.91 GB virtual
04-Feb-2014 18:35:24 [---] Disk: 36.67 GB total, 16.75 GB free
04-Feb-2014 18:35:24 [---] Local time is UTC +2 hours
04-Feb-2014 18:35:24 [---] No general preferences found - using defaults
04-Feb-2014 18:35:24 [---] Preferences:
04-Feb-2014 18:35:24 [---] max memory usage when active: 1938.85MB
04-Feb-2014 18:35:24 [---] max memory usage when idle: 3489.92MB
04-Feb-2014 18:35:24 [---] max disk usage: 16.66GB
04-Feb-2014 18:35:24 [---] don't use GPU while active
04-Feb-2014 18:35:24 [---] suspend work if non-BOINC CPU load exceeds 25%
04-Feb-2014 18:35:24 [---] (to change preferences, visit a project web site or select Preferences in the Manager)
04-Feb-2014 18:35:24 [---] GUI RPC bind to port 31416 failed: 98
i e at least, looks boinc be started, and see a GPU. it is very great result. ill be try to test all this in this week.
also think about make a startup script for this, for can be start it from console, and that task remain running after console was closed...
thank you very much, and all another folks, who post there and help me.
