Nach falscher Treiberinstallation keine GUI mehr

Probleme mit einem Clientprogramm? Oder einen Tipp dazu? Dann hier posten...
Nachricht
Autor
vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#49 Ungelesener Beitrag von vdvogt » 03.05.2016 18:02

Hallo Christian,
vielen Dank fuer Deine Informationen!

Ich habe mal im Rechenkraft.net recherchiert und herausgefunden, dass Du SysAdmin bist.
Hast Du auch eine LPI-Zertifizierung?
Wenn ja, wie hast Du Dich darauf vorbereitetr?
Selbststudium, oder hast Du auch einen Kurs besucht?

Frage zu den Informationen ueber die beiden boinc-Pakete:
Mit welchem Befehl hast Du die erhalten?

Vielleicht nerve ich Dich mit Fragen, aber ich will das auch so gut erlernen, dass ich eines Tages alleine zurechtkommen kann.

Viele Gruesse
Veit

ChristianB
Admin
Admin
Beiträge: 1920
Registriert: 23.02.2010 22:12

Re: Nach falscher Treiberinstallation keine GUI mehr

#50 Ungelesener Beitrag von ChristianB » 03.05.2016 18:29

Nein, ich habe keine LPI Zertifizierung. Ich wollte die mal im Selbststudium machen aber der Umfang ist einfach zu gross und ich stelle halt auch gerne Fragen. Aktuell ist das aber kein Thema mehr.

Die Informationen zu den Paketen habe ich mittels aptitude bekommen. Da sieht man Abhängigkeiten und die Beschreibungen schön auf einen Blick.

vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#51 Ungelesener Beitrag von vdvogt » 03.05.2016 18:39

Hallo Christian,
ja, man muss viel lernen fuer die LPI-Pruefungen.
Das schafft man nicht alleine.
Ich will mir eine Lerngruppe zusammenstellen, vielleicht klappts dann....

Danke!

Viele Gruesse
Veit

vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#52 Ungelesener Beitrag von vdvogt » 04.05.2016 12:25

Hallo Christian,
ich habe meine cc_config.xml jetzt folgendermassen abgeaendert:

<!--
This is a minimal configuration file cc_config.xml of the BOINC core client.
For a complete list of all available options and logging flags and their
meaning see: https://boinc.berkeley.edu/wiki/client_configuration
-->
<cc_config>

<log_flags>
<task>1</task>
<file_xfer>1</file_xfer>
<sched_ops>1</sched_ops>
</log_flags>

<options>
<use_all_gpus>1</use_all_gpus>
</options>

</cc_config>

Ist da ein Fehler drin?

Aber weder ein restart des boinc-clients, noch das Einlesen der lokalen Einstellungen haben etwas gebracht, weiterhin rechnet nur eine GPU.
Gibt es eine Moeglichkeit zutesten, ob evtl. eine GPU kaputtgegangen ist. Wahrscheinlich wuerden dann aber nicht beide GPUs erkannt und in den Meldungen nur eine erscheinen. Nach dem Restart des Boinc-Clients habe ich folgende Meldung im BM erhalten:

Mi 04 Mai 2016 11:11:18 UTC | | Starting BOINC client version 7.6.31 for x86_64-pc-linux-gnu
Mi 04 Mai 2016 11:11:18 UTC | | log flags: file_xfer, sched_ops, task
Mi 04 Mai 2016 11:11:18 UTC | | Libraries: libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 libssh2/1.5.0 nghttp2/1.9.2 librtmp/2.3
Mi 04 Mai 2016 11:11:18 UTC | | Data directory: /var/lib/boinc-client
Mi 04 Mai 2016 11:11:18 UTC | | CUDA: NVIDIA GPU 0: GeForce GTX TITAN Z (driver version 352.79, CUDA version 7.5, compute capability 3.5, 4096MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 11:11:18 UTC | | CUDA: NVIDIA GPU 1: GeForce GTX TITAN Z (driver version 352.79, CUDA version 7.5, compute capability 3.5, 4096MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 11:11:18 UTC | | OpenCL: NVIDIA GPU 0: GeForce GTX TITAN Z (driver version 352.79, device version OpenCL 1.2 CUDA, 6143MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 11:11:18 UTC | | OpenCL: NVIDIA GPU 1: GeForce GTX TITAN Z (driver version 352.79, device version OpenCL 1.2 CUDA, 6144MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 11:11:19 UTC | | Host name: Ci7-293
Mi 04 Mai 2016 11:11:19 UTC | | Processor: 8 GenuineIntel Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz [Family 6 Model 30 Stepping 5]

Meiner Meinung nach, sollten also beide GPU iO sein.
Was meinst Du?

Kannst Du mir bitte auch mal eine vollstaendige cc_config.xml senden, damit ich die bei meinen Rechner implementieren kann.

Vielen Dank!
Viele Gruesse
Veit

ChristianB
Admin
Admin
Beiträge: 1920
Registriert: 23.02.2010 22:12

Re: Nach falscher Treiberinstallation keine GUI mehr

#53 Ungelesener Beitrag von ChristianB » 04.05.2016 13:41

In den Meldungen sollte diese Zeile auftauchen:

Code: Alles auswählen

Config: use all coprocessors
Wenn nicht dann ändere mal deine Datei wie folgt ab:

Code: Alles auswählen

<!--
This is a minimal configuration file cc_config.xml of the BOINC core client.
For a complete list of all available options and logging flags and their
meaning see: https://boinc.berkeley.edu/wiki/client_ ... figuration
-->
<cc_config>
<log_flags>
<task>1</task>
<file_xfer>1</file_xfer>
<sched_ops>1</sched_ops>
<coproc_debug>1</coproc_debug>
</log_flags>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
Damit bekommst du mehr Infos zur GPU Nutzung in den Meldungen. Wenn du aber keine Meldungen mit [coproc] siehst dann scheinst du die falsche Datein bearbeitet zu haben und musst mal schauen was in der /var/lib/boinc-client/cc_config.xml drin steht. Zur Not den Text von oben dort direkt reinschreiben.

vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#54 Ungelesener Beitrag von vdvogt » 04.05.2016 14:00

Hallo Christian,
ich habe die /etc/boinc-client/cc_config.xml bearbeitet.

Das ist die Originaldatei, denn die in /var/lib/boinc-client ist nur ein Link:
root@Ci7-293:/var/lib/boinc-client# ls -al
lrwxrwxrwx 1 root root 31 Apr 28 16:48 cc_config.xml -> /etc/boinc-client/cc_config.xml

Die habe ich mir auch mal anzeigen lassen und es ist der selbe Inhalt.

Es gibt da aber auch noch eine coproc_info.xml:

root@Ci7-293:/var/lib/boinc-client# cat coproc_info.xml
<coprocs>
<have_cuda>1</have_cuda>
<cuda_version>7050</cuda_version>
<coproc_cuda>
<count>1</count>
<name>GeForce GTX TITAN Z</name>
<available_ram>4204134400.000000</available_ram>
<have_cuda>1</have_cuda>
<have_opencl>0</have_opencl>
<peak_flops>5042880000000.000000</peak_flops>
<cudaVersion>7050</cudaVersion>
<drvVersion>35279</drvVersion>
<totalGlobalMem>4294967295.000000</totalGlobalMem>
<sharedMemPerBlock>49152.000000</sharedMemPerBlock>
<regsPerBlock>65536</regsPerBlock>
<warpSize>32</warpSize>
<memPitch>2147483647.000000</memPitch>
<maxThreadsPerBlock>1024</maxThreadsPerBlock>
<maxThreadsDim>1024 1024 64</maxThreadsDim>
<maxGridSize>2147483647 65535 65535</maxGridSize>
<clockRate>875500</clockRate>
<totalConstMem>65536.000000</totalConstMem>
<major>3</major>
<minor>5</minor>
<textureAlignment>512.000000</textureAlignment>
<deviceOverlap>1</deviceOverlap>
<multiProcessorCount>15</multiProcessorCount>
<pci_info>
<bus_id>4</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
</coproc_cuda>
<coproc_cuda>
<count>1</count>
<name>GeForce GTX TITAN Z</name>
<available_ram>4204134400.000000</available_ram>
<have_cuda>1</have_cuda>
<have_opencl>0</have_opencl>
<peak_flops>5042880000000.000000</peak_flops>
<cudaVersion>7050</cudaVersion>
<drvVersion>35279</drvVersion>
<totalGlobalMem>4294967295.000000</totalGlobalMem>
<sharedMemPerBlock>49152.000000</sharedMemPerBlock>
<regsPerBlock>65536</regsPerBlock>
<warpSize>32</warpSize>
<memPitch>2147483647.000000</memPitch>
<maxThreadsPerBlock>1024</maxThreadsPerBlock>
<maxThreadsDim>1024 1024 64</maxThreadsDim>
<maxGridSize>2147483647 65535 65535</maxGridSize>
<clockRate>875500</clockRate>
<totalConstMem>65536.000000</totalConstMem>
<major>3</major>
<minor>5</minor>
<textureAlignment>512.000000</textureAlignment>
<deviceOverlap>1</deviceOverlap>
<multiProcessorCount>15</multiProcessorCount>
<pci_info>
<bus_id>5</bus_id>
<device_id>0</device_id>
<domain_id>0</domain_id>
</pci_info>
</coproc_cuda>
<nvidia_opencl>
<name>GeForce GTX TITAN Z</name>
<vendor>NVIDIA Corporation</vendor>
<vendor_id>4318</vendor_id>
<available>1</available>
<half_fp_config>0</half_fp_config>
<single_fp_config>191</single_fp_config>
<double_fp_config>63</double_fp_config>
<endian_little>1</endian_little>
<execution_capabilities>1</execution_capabilities>
<extensions>cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 </extensions>
<global_mem_size>6441730048</global_mem_size>
<local_mem_size>49152</local_mem_size>
<max_clock_frequency>875</max_clock_frequency>
<max_compute_units>15</max_compute_units>
<nv_compute_capability_major>3</nv_compute_capability_major>
<nv_compute_capability_minor>5</nv_compute_capability_minor>
<amd_simd_per_compute_unit>0</amd_simd_per_compute_unit>
<amd_simd_width>0</amd_simd_width>
<amd_simd_instruction_width>0</amd_simd_instruction_width>
<opencl_platform_version>OpenCL 1.2 CUDA 7.5.23</opencl_platform_version>
<opencl_device_version>OpenCL 1.2 CUDA</opencl_device_version>
<opencl_driver_version>352.79</opencl_driver_version>
<device_num>0</device_num>
<peak_flops>5042880000000.000000</peak_flops>
<opencl_available_ram>4204134400.000000</opencl_available_ram>
<opencl_device_index>0</opencl_device_index>
<warn_bad_cuda>0</warn_bad_cuda>
</nvidia_opencl>
<nvidia_opencl>
<name>GeForce GTX TITAN Z</name>
<vendor>NVIDIA Corporation</vendor>
<vendor_id>4318</vendor_id>
<available>1</available>
<half_fp_config>0</half_fp_config>
<single_fp_config>191</single_fp_config>
<double_fp_config>63</double_fp_config>
<endian_little>1</endian_little>
<execution_capabilities>1</execution_capabilities>
<extensions>cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_copy_opts cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 </extensions>
<global_mem_size>6442254336</global_mem_size>
<local_mem_size>49152</local_mem_size>
<max_clock_frequency>875</max_clock_frequency>
<max_compute_units>15</max_compute_units>
<nv_compute_capability_major>3</nv_compute_capability_major>
<nv_compute_capability_minor>5</nv_compute_capability_minor>
<amd_simd_per_compute_unit>0</amd_simd_per_compute_unit>
<amd_simd_width>0</amd_simd_width>
<amd_simd_instruction_width>0</amd_simd_instruction_width>
<opencl_platform_version>OpenCL 1.2 CUDA 7.5.23</opencl_platform_version>
<opencl_device_version>OpenCL 1.2 CUDA</opencl_device_version>
<opencl_driver_version>352.79</opencl_driver_version>
<device_num>1</device_num>
<peak_flops>5042880000000.000000</peak_flops>
<opencl_available_ram>4204134400.000000</opencl_available_ram>
<opencl_device_index>1</opencl_device_index>
<warn_bad_cuda>0</warn_bad_cuda>
</nvidia_opencl>
<warning>NVIDIA library reports 2 GPUs</warning>
<warning>ATI: libaticalrt.so: cannot open shared object file: No such file or directory</warning>
</coprocs>

Da steht, soweit ich das richtig interpretiere, dass ich nur 1 GPU habe, das ist aber doch nicht richtig, die Titan Z hat 2 GPUs.
In der vorletzten Zeile steht dazu die Warning:
<warning>NVIDIA library reports 2 GPUs</warning>
Irgendwo stimmt also was nicht.

Viele Gruesse
Veit

vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#55 Ungelesener Beitrag von vdvogt » 04.05.2016 14:07

Hallo nochmal,
nach dem Restart meldet BM:

Mi 04 Mai 2016 13:02:55 UTC | | Starting BOINC client version 7.6.31 for x86_64-pc-linux-gnu
Mi 04 Mai 2016 13:02:55 UTC | | log flags: file_xfer, sched_ops, task, coproc_debug
Mi 04 Mai 2016 13:02:55 UTC | | Libraries: libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 libssh2/1.5.0 nghttp2/1.9.2 librtmp/2.3
Mi 04 Mai 2016 13:02:55 UTC | | Data directory: /var/lib/boinc-client
Mi 04 Mai 2016 13:02:55 UTC | | [coproc] launching child process at /usr/bin/boinc
Mi 04 Mai 2016 13:02:55 UTC | | [coproc] relative to directory /
Mi 04 Mai 2016 13:02:55 UTC | | [coproc] with data directory /var/lib/boinc-client
Mi 04 Mai 2016 13:02:55 UTC | | CUDA: NVIDIA GPU 0: GeForce GTX TITAN Z (driver version 352.79, CUDA version 7.5, compute capability 3.5, 4096MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 13:02:55 UTC | | CUDA: NVIDIA GPU 1: GeForce GTX TITAN Z (driver version 352.79, CUDA version 7.5, compute capability 3.5, 4096MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 13:02:55 UTC | | OpenCL: NVIDIA GPU 0: GeForce GTX TITAN Z (driver version 352.79, device version OpenCL 1.2 CUDA, 6143MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 13:02:55 UTC | | OpenCL: NVIDIA GPU 1: GeForce GTX TITAN Z (driver version 352.79, device version OpenCL 1.2 CUDA, 6144MB, 4009MB available, 5043 GFLOPS peak)
Mi 04 Mai 2016 13:02:55 UTC | | [coproc] NVIDIA library reports 2 GPUs
Mi 04 Mai 2016 13:02:55 UTC | | [coproc] ATI: libaticalrt.so: cannot open shared object file: No such file or directory
Mi 04 Mai 2016 13:02:55 UTC | | Host name: Ci7-293
Mi 04 Mai 2016 13:02:55 UTC | | Processor: 8 GenuineIntel Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz [Family 6 Model 30 Stepping 5]


und weiter unten:

Mi 04 Mai 2016 13:03:41 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 0 to collatz_sieve_2662522725361615110144_6597069766656_0
Mi 04 Mai 2016 13:03:41 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2662525905149242638336_6597069766656_0

Das heist meiner Meinung nach, dass jetzt doch zwei GPUs arbeiten.
Trotzdem bekomme ich immer noch nur einen Task im BM angezeigt.
Kann es sein, dass der BM spinnt???

Gruesse
Veit

Benutzeravatar
opencw
XBOX360-Installer
XBOX360-Installer
Beiträge: 62
Registriert: 25.03.2015 19:26

Re: Nach falscher Treiberinstallation keine GUI mehr

#56 Ungelesener Beitrag von opencw » 04.05.2016 17:07

Hallo,

möchte mich ungern einmischen, da ich selbst wenig Erfahrung habe, aber es müssten nach meiner Kenntnis, beide Grafikkarten unter BOINC rechnen.

Grüße
MfG,
opencw

„Deutsche Sprache, schwere Sprache”

Bild

ChristianB
Admin
Admin
Beiträge: 1920
Registriert: 23.02.2010 22:12

Re: Nach falscher Treiberinstallation keine GUI mehr

#57 Ungelesener Beitrag von ChristianB » 04.05.2016 19:46

Ja es müssten beide rechnen. Wie ist denn der Status der beiden Aufgaben aus der Meldung? Da steht ja der Name und den siehst du ja auch im BM. Eventuell ist es ja nur eine Anzeigesache. Beobachte mal das Protokoll noch etwas, da steht ja auch drin wann welche Aufgabe fertig wurde. Da sieht man also ob die hintereinander oder gleichzeitig gerechnet werden.

vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#58 Ungelesener Beitrag von vdvogt » 05.05.2016 15:20

Hallo,
meiner Meinung nach rechnet definitiv nur ein Kern.
In den Meldungen kommt immer wieder folgende Meldung:

Do 05 Mai 2016 13:30:56 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:30:56 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:30:56 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664168047755558649856_6597069766656_0
Do 05 Mai 2016 13:31:57 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:31:57 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:31:57 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664168047755558649856_6597069766656_0
Do 05 Mai 2016 13:32:57 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:32:57 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:32:57 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664168047755558649856_6597069766656_0
Do 05 Mai 2016 13:33:57 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:33:57 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:33:57 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664168047755558649856_6597069766656_0
Do 05 Mai 2016 13:34:58 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:34:58 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for collatz_sieve_2664160315989792129024_6597069766656_0
Do 05 Mai 2016 13:34:58 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664168047755558649856_6597069766656_0

Ausserdem ist in den Nvidia X Server Settings Folgendes zu sehen
fuer GPU0:

GPU Utilization 97%

Termal Settings zeigt 82°C

Bei GPU1 steht hingegen:

GPU Utilization 0%

Termal Settings zeigt 49°C

Das heisst eindeutig, dass nur eine GPU rechnet.

Ich schalte den Rechner jetzt mal komplett aus und warte einige Minuten bis zum Restart......

Ich habe jetzt fast 30min gewartet, der Rechner sollte weitestgehend abgekuehlt sein, auch die GPUs.

Nach dem Einschalten leider keine Veraenderung:

Do 05 Mai 2016 14:09:30 UTC | | Starting BOINC client version 7.6.31 for x86_64-pc-linux-gnu
Do 05 Mai 2016 14:09:30 UTC | | log flags: file_xfer, sched_ops, task, coproc_debug
Do 05 Mai 2016 14:09:30 UTC | | Libraries: libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 libssh2/1.5.0 nghttp2/1.9.2 librtmp/2.3
Do 05 Mai 2016 14:09:30 UTC | | Data directory: /var/lib/boinc-client
Do 05 Mai 2016 14:09:30 UTC | | [coproc] launching child process at /usr/bin/boinc
Do 05 Mai 2016 14:09:30 UTC | | [coproc] relative to directory /
Do 05 Mai 2016 14:09:30 UTC | | [coproc] with data directory /var/lib/boinc-client
Do 05 Mai 2016 14:09:32 UTC | | CUDA: NVIDIA GPU 0: GeForce GTX TITAN Z (driver version 352.79, CUDA version 7.5, compute capability 3.5, 4096MB, 4009MB available, 5043 GFLOPS peak)
Do 05 Mai 2016 14:09:32 UTC | | CUDA: NVIDIA GPU 1: GeForce GTX TITAN Z (driver version 352.79, CUDA version 7.5, compute capability 3.5, 4096MB, 4009MB available, 5043 GFLOPS peak)
Do 05 Mai 2016 14:09:32 UTC | | OpenCL: NVIDIA GPU 0: GeForce GTX TITAN Z (driver version 352.79, device version OpenCL 1.2 CUDA, 6143MB, 4009MB available, 5043 GFLOPS peak)
Do 05 Mai 2016 14:09:32 UTC | | OpenCL: NVIDIA GPU 1: GeForce GTX TITAN Z (driver version 352.79, device version OpenCL 1.2 CUDA, 6144MB, 4009MB available, 5043 GFLOPS peak)
Do 05 Mai 2016 14:09:32 UTC | | [coproc] NVIDIA library reports 2 GPUs
Do 05 Mai 2016 14:09:32 UTC | | [coproc] ATI: libaticalrt.so: cannot open shared object file: No such file or directory
Do 05 Mai 2016 14:09:32 UTC | | Host name: Ci7-293
Do 05 Mai 2016 14:09:32 UTC | | Processor: 8 GenuineIntel Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz [Family 6 Model 30 Stepping 5]
Do 05 Mai 2016 14:09:32 UTC | | 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm tpr_shadow vnmi flexpriority ept vpid dtherm ida
Do 05 Mai 2016 14:09:32 UTC | | OS: Linux: 4.5.0-1-amd64
Do 05 Mai 2016 14:09:32 UTC | | Memory: 3.82 GB physical, 3.75 GB virtual
Do 05 Mai 2016 14:09:32 UTC | | Disk: 70.78 GB total, 65.05 GB free
Do 05 Mai 2016 14:09:32 UTC | | Local time is UTC +0 hours
Do 05 Mai 2016 14:09:32 UTC | | Config: GUI RPCs allowed from:
Do 05 Mai 2016 14:09:32 UTC | | 192.168.2.104
Do 05 Mai 2016 14:09:32 UTC | | 192.168.2.210
Do 05 Mai 2016 14:09:32 UTC | | Config: use all coprocessors
Do 05 Mai 2016 14:09:32 UTC | Collatz Conjecture | URL http://boinc.thesonntags.com/collatz/; Computer ID 514785; resource share 1
Do 05 Mai 2016 14:09:32 UTC | | General prefs: from http://universeathome.pl/universe/ (last modified 26-Feb-2016 22:58:21)
Do 05 Mai 2016 14:09:32 UTC | | Host location: none
Do 05 Mai 2016 14:09:32 UTC | | General prefs: using your defaults
Do 05 Mai 2016 14:09:32 UTC | | Reading preferences override file
Do 05 Mai 2016 14:09:32 UTC | | Preferences:
Do 05 Mai 2016 14:09:32 UTC | | max memory usage when active: 3915.11MB
Do 05 Mai 2016 14:09:32 UTC | | max memory usage when idle: 3915.11MB
Do 05 Mai 2016 14:09:32 UTC | | max disk usage: 55.09GB
Do 05 Mai 2016 14:09:32 UTC | | suspend work if non-BOINC CPU load exceeds 25%
Do 05 Mai 2016 14:09:32 UTC | | (to change preferences, visit a project web site or select Preferences in the Manager)
Do 05 Mai 2016 14:09:32 UTC | | gui_rpc_auth.cfg is empty - no GUI RPC password protection
Do 05 Mai 2016 14:09:32 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 0 to collatz_sieve_2664170330341697912832_6597069766656_0
Do 05 Mai 2016 14:09:32 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664182574503184826368_6597069766656_0
Do 05 Mai 2016 14:09:33 UTC | Collatz Conjecture | Sending scheduler request: To fetch work.
Do 05 Mai 2016 14:09:33 UTC | Collatz Conjecture | Reporting 1 completed tasks
Do 05 Mai 2016 14:09:33 UTC | Collatz Conjecture | Requesting new tasks for NVIDIA GPU
Do 05 Mai 2016 14:09:55 UTC | | Project communication failed: attempting access to reference site
Do 05 Mai 2016 14:09:55 UTC | Collatz Conjecture | Scheduler request failed: Couldn't resolve host name
Do 05 Mai 2016 14:10:04 UTC | | Internet access OK - project servers may be temporarily down.
Do 05 Mai 2016 14:10:44 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0; 1.000000 pending for collatz_sieve_2664170330341697912832_6597069766656_0
Do 05 Mai 2016 14:10:44 UTC | Collatz Conjecture | [coproc] NVIDIA instance 0: confirming 1.000000 instance for collatz_sieve_2664170330341697912832_6597069766656_0
Do 05 Mai 2016 14:10:44 UTC | Collatz Conjecture | [coproc] Assigning NVIDIA instance 1 to collatz_sieve_2664182574503184826368_6597069766656_0


Weiterhin das gleiche Bild bei GPU Utilization und Temperatur.

GPU1 rechnet definitiv NICHT!

Ich denke mal ,dass die kaputt ist.

Was meinst Du, christian?

Gibt es noch eine Moeglichkeit, die GPUs auf Funktion zu testen?

Viele Gruesse
Veit

Tim
Vereinsvorstand
Vereinsvorstand
Beiträge: 931
Registriert: 05.04.2013 16:22
Wohnort: Wildau

Re: Nach falscher Treiberinstallation keine GUI mehr

#59 Ungelesener Beitrag von Tim » 05.05.2016 15:32

Ich habe mit meinen beiden R9 290x seit kurzem das gleiche Phänomen.

05.05.2016 14:59:57 | | Starting BOINC client version 7.6.22 for windows_x86_64
05.05.2016 14:59:57 | | log flags: file_xfer, sched_ops, task
05.05.2016 14:59:57 | | Libraries: libcurl/7.45.0 OpenSSL/1.0.2d zlib/1.2.8
05.05.2016 14:59:57 | | Data directory: F:\Daten\BOINC
05.05.2016 14:59:57 | | Running under account tsymo
05.05.2016 14:59:57 | | [error] Couldn't parse account file account_csgrid.org_csg.xml
05.05.2016 14:59:57 | | [error] Couldn't parse account file account_lhcathomeclassic.cern.ch_sixtrack.xml
05.05.2016 14:59:58 | | [error] Couldn't parse statistics_csgrid.org_csg.xml
05.05.2016 14:59:58 | | [error] Couldn't parse statistics_findah.ucd.ie.xml
05.05.2016 14:59:58 | | Project for statistics_lhcathome2.cern.ch_vLHCathome.xml not found - ignoring
05.05.2016 14:59:58 | | Project for statistics_lhcathomeclassic.cern.ch_sixtrack.xml not found - ignoring
05.05.2016 14:59:58 | | Project for statistics_mindmodeling.org.xml not found - ignoring
05.05.2016 15:00:03 | | CUDA: NVIDIA GPU 0 (ignored by config): GeForce GTX TITAN Black (driver version 361.91, CUDA version 8.0, compute capability 3.5, 4096MB, 4025MB available, 6396 GFLOPS peak)
05.05.2016 15:00:03 | | OpenCL: NVIDIA GPU 0 (ignored by config): GeForce GTX TITAN Black (driver version 361.91, device version OpenCL 1.2 CUDA, 6144MB, 4025MB available, 6396 GFLOPS peak)
05.05.2016 15:00:03 | | OpenCL: AMD/ATI GPU 0: Hawaii (driver version 1912.5 (VM), device version OpenCL 2.0 AMD-APP (1912.5), 4096MB, 4096MB available, 3661 GFLOPS peak)
05.05.2016 15:00:03 | | OpenCL: AMD/ATI GPU 1: Hawaii (driver version 1912.5 (VM), device version OpenCL 2.0 AMD-APP (1912.5), 4096MB, 4096MB available, 3661 GFLOPS peak)
05.05.2016 15:00:03 | | OpenCL CPU: AMD FX(tm)-8350 Eight-Core Processor (OpenCL driver vendor: Advanced Micro Devices, Inc., driver version 1912.5 (sse2,avx,fma4), device version OpenCL 1.2 AMD-APP (1912.5))
05.05.2016 15:00:04 | Collatz Conjecture | URL http://boinc.thesonntags.com/collatz/; Computer ID 494494; resource share 10000
05.05.2016 15:00:04 | | General prefs: from http://bam.boincstats.com/ (last modified 08-Feb-2016 19:35:49)
05.05.2016 15:00:04 | | Host location: none
05.05.2016 15:00:04 | | General prefs: using your defaults
05.05.2016 15:00:04 | | Reading preferences override file
05.05.2016 15:00:04 | | Preferences:
05.05.2016 15:00:04 | | max memory usage when active: 29398.41MB
05.05.2016 15:00:04 | | max memory usage when idle: 29398.41MB
05.05.2016 15:00:04 | | max disk usage: 50.00GB
05.05.2016 15:00:04 | | max CPUs used: 6
05.05.2016 15:00:04 | | suspend work if non-BOINC CPU load exceeds 75%
05.05.2016 15:00:04 | | (to change preferences, visit a project web site or select Preferences in the Manager)

vdvogt
FAQ-Leser
FAQ-Leser
Beiträge: 164
Registriert: 25.01.2015 15:21

Re: Nach falscher Treiberinstallation keine GUI mehr

#60 Ungelesener Beitrag von vdvogt » 05.05.2016 15:48

Hallo,
wenn auch bei anderen das Problem auftaucht, mit anderem OS und anderen GPUs, koennte man vermuten, dass es sich um ein Problem des Boinc-clients handelt.

Kann das evtl. jemand bestaetigen mit aehnlichem Verhalten/Problemen?

Gruesse
Veit

Antworten

Zurück zu „Hilfe und Support“