Cool, une réponse ! Merci Flavien de t’intéresser à mon cas 
La sortie avant l’erreur :
[code]dunatotatos@PC-Duna:~$ cudaminer -u dunatotatos.*** -p *** -o http://mining-foreman.org:10341
[blabla]
[2013-07-01 21:57:31] Long-polling activated for http://mining-foreman.org:10341/LP
[2013-07-01 21:57:31] GPU #538976288: starting up…
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:31] GPU #538976288: starting up…
[2013-07-01 21:57:32] GPU #538976288: with compute capability 1.0
[2013-07-01 21:57:32] GPU #538976288: interactive: 1, tex-cache: 538976288D, single-alloc: 1
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:32] GPU #0: with compute capability 1.0
[2013-07-01 21:57:32] GPU #0: interactive: 0, tex-cache: 0 , single-alloc: 0
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:32] GPU #0: with compute capability 1.0
[2013-07-01 21:57:32] GPU #0: interactive: 0, tex-cache: 0 , single-alloc: 0
[2013-07-01 21:57:31] GPU #0: starting up…
[2013-07-01 21:57:32] GPU #0: with compute capability 1.0
Erreur de segmentation[/code]
Et un coup de strace. La sortie étant forcément énorme, je ne mets que la fin.
[code]clone(child_stack=0x7f96f7395f30, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f96f73969d0, tls=0x7f96f7396700, child_tidptr=0x7f96f73969d0) = 1242
futex(0x7f9944bae640, FUTEX_WAIT_PRIVATE, 2, NULL[2013-07-01 21:59:20] GPU #0: starting up…
[2013-07-01 21:59:20] GPU #0: with compute capability 1.0
[2013-07-01 21:59:20] GPU #0: interactive: 0, tex-cache: 0 , single-alloc: 1
[2013-07-01 21:59:20] GPU #6: starting up…
[2013-07-01 21:59:20] GPU #-1792507674: starting up…
[2013-07-01 21:59:20] GPU #0: starting up…
[2013-07-01 21:59:20] GPU #0: with compute capability 1.0
) = 0
futex(0x7f9944bae640, FUTEX_WAKE_PRIVATE, 1[2013-07-01 21:59:20] GPU #0: interactive: 0, tex-cache: 0 , single-alloc: 0
[2013-07-01 21:59:20] GPU #0: starting up…
) = 1
mmap(NULL, 8392704, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f96f6395000
[2013-07-01 21:59:20] GPU #8915328: starting up…
+++ killed by SIGSEGV +++
Erreur de segmentation[/code]
J’ai tenté de me débrouiller avec cette sortie, mais il faut dire que je n’y comprends pas grand chose…
EDIT : Je viens d’avoir l’idée de faire tourner cudaminer en tant que root… et je crois avoir trouvé le problème. En effet, un message m’indique “FATAL: Module nvidia not found.” et l’exécution se termine par un SIGFPE. Effectivement, lsmod ne m’indique pas ce module. Il me reste à trouver pourquoi. Je reviens bientôt donner des nouvelles.
EDIT 2 : J’ai un peu avancé. Le module nvidia n’était pas présent car dkms m’indiquait des erreurs lors de la compilation pour le noyau 3.2. J’ai donc redémarré sur le noyau 3.9, avec le module nvidia :
dunatotatos@PC-Duna:~$ lsmod | grep nvidia
nvidia 9362971 0
Cette fois-ci, quand je lance cudaminer en root, je tombe toujours sur une erreur de segmentation. Sachant que j’ai un portable muni de la technologie Optimus, j’ai installé bumblebee. Du coup, je tente de lancer cudaminer comme ceci :
[code]root@PC-Duna:~# optirun cudaminer -u dunatotatos.2 -p y -o http://mining-foreman.org:10341
*** CudaMiner for nVidia GPUs by Christian Buchner ***
This is version 2013-04-30 (alpha)
based on pooler-cpuminer 2.2.3 © 2010 Jeff Garzik, 2012 pooler
Cuda additions Copyright 2013 Christian Buchner
My donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
[2013-07-01 22:51:51] Long-polling activated for http://mining-foreman.org:10341/LP
[2013-07-01 22:51:51] GPU #1: starting up…
[2013-07-01 22:51:51] GPU #7: starting up…
[2013-07-01 22:51:51] GPU #2: starting up…
[2013-07-01 22:51:51] GPU #0: starting up…
[2013-07-01 22:51:51] GPU #0: starting up…
[2013-07-01 22:51:51] GPU #0: starting up…
[2013-07-01 22:51:51] GPU #0: starting up…
[2013-07-01 22:51:51] GPU #0: with compute capability 1.0
[2013-07-01 22:51:51] GPU #0: interactive: 0, tex-cache: -2147483648D, single-alloc: 1
[2013-07-01 22:51:51] GPU #0: starting up…
[2013-07-01 22:51:51] GPU #0: starting up…
[2013-07-01 22:51:51] GPU #3: starting up…
[2013-07-01 22:51:51] GPU #0: starting up…[/code]
qui se termine au bout d’une seconde sans code d’erreur apparent.
strace m’indique pourtant :
[code]root@PC-Duna:~# strace optirun cudaminer -u dunatotatos.2 -p y -o http://mining-foreman.org:10341
[2013-07-01 22:52:56] GPU #0: starting up…
[2013-07-01 22:52:56] GPU #0: with compute capability 1.0
[{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV}], 0, NULL) = 6768
— SIGCHLD (Child exited) @ 0 (0) —
wait4(-1, 0x7fff0ffbb42c, 0, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0) = 6768
shutdown(3, 2 /* send and receive */) = 0
close(3) = 0
exit_group(139) = ?[/code]
Je suis à nouveau dans une impasse dont je ne sais trouver la poubelle pour grimper sur le mur…