J'ai un soucis pour le moins gênant avec airtime. J'utilise airtime sur un PC debian wheezy 32 bit. Les fichiers audio sont stockés sur mon serveur windows 7 pro 64bit. J'ai donc fait un point de montage avec cifs pour accéder à mes fichiers depuis airtime.
La plus part du temps tout fonctionne bien comme on peut le voir ici :
Sauf qu'au bout d'un moment (aussi bien quelques heures qu'une semaine) je n'ai plus accès au point de montage que ce soit depuis airtime ou depuis la debian. Mon serveur Windows et tout ses répertoires partagés sont accessibles depuis mon mon PC Windows....
Voici l'erreur PHP que retourne la page status et ce que me met débian comme message d'erreur quand je tente d'accéder au montage:
Je me monte le dossier comme ceci: //192.168.0.10/Multimedia /media/windowsshare cifs guest,iud=1000,iocharset=utf8,sec=ntlm,nobotwait 0 0
Du coté des autorisation windows, j'ai autoriser tout le monde, le compte invité, les compte qui n'ont pas de nom mais qui corresponde au linux.... Si dans la ligne de montage je spécifie mes logins windows, le dossier ne se monte pas.
Quand j'ai ce bogue, un mount -a ne fait rien. Je suis obligé de redémarrer le serveur windows puis mon serveur airtime. Si je fait l'inverse il ne me monte pas du tout mon "windows share".....
Du coup je ne sais pas ou chercher.
Est-ce un pc réseau? (J'ai un routeur WRT 54GL en DD-WRT). Est-ce un soucie de windows? de débian? d'airtime?
J'ai essayer de reproduire le bogue en débranchant les prise Ethernet. A par des times out je n'ai rien de similaire.....
[2014/06/15 19:29:29.963339, 0] winbindd/winbindd.c:212(winbindd_sig_term_handler) Got sig[15] terminate (is_parent=1) [2014/06/15 19:31:24, 0] winbindd/winbindd.c:1346(main) winbindd version 3.6.6 started. Copyright Andrew Tridgell and the Samba Team 1992-2011 [2014/06/15 19:31:24.819574, 0] winbindd/winbindd_cache.c:3147(initialize_winbindd_cache) initialize_winbindd_cache: clearing cache and re-creating with version number 2 [2014/06/16 18:41:49.017464, 0] winbindd/winbindd.c:212(winbindd_sig_term_handler) Got sig[15] terminate (is_parent=1) [2014/06/16 18:43:44, 0] winbindd/winbindd.c:1346(main) winbindd version 3.6.6 started. Copyright Andrew Tridgell and the Samba Team 1992-2011 [2014/06/16 18:43:44.955030, 0] winbindd/winbindd_cache.c:3147(initialize_winbindd_cache) initialize_winbindd_cache: clearing cache and re-creating with version number 2 [2014/06/16 19:34:36.090762, 0] winbindd/winbindd.c:212(winbindd_sig_term_handler) Got sig[15] terminate (is_parent=1) [2014/06/16 19:36:15, 0] winbindd/winbindd.c:1346(main) winbindd version 3.6.6 started. Copyright Andrew Tridgell and the Samba Team 1992-2011 [2014/06/16 19:36:15.507050, 0] winbindd/winbindd_cache.c:3147(initialize_winbindd_cache) initialize_winbindd_cache: clearing cache and re-creating with version number 2
Post edited by Romain Delente at 2014-06-19 12:30:26
alors, je n'ai toujours pas toucher au serveur. Si je reboot tout va remarcher pour un certain temps.
Alors wbinfo -t me donne:
serveur@serv-debian:~$ wbinfo -t checking the trust secret for domain WORKGROUP via RPC calls failed failed to call wbcCheckTrustCredentials: WBC_ERR_WINBIND_NOT_AVAILABLE Could not check secret
wbinfo -u et -g n'affiche rien
serveur@serv-debian:~$ smbclient -U Administrator -L 127.0.0.1 Enter Administrator's password: Connection to 127.0.0.1 failed (Error NT_STATUS_CONNECTION_REFUSED)
et idem avec root ou mon utilisateur:
serveur@serv-debian:~$ smbclient -U serveur -L 127.0.0.1 Enter serveur's password: Connection to 127.0.0.1 failed (Error NT_STATUS_CONNECTION_REFUSED) serveur@serv-debian:~$ smbclient -U root -L 127.0.0.1 Enter root's password: Connection to 127.0.0.1 failed (Error NT_STATUS_CONNECTION_REFUSED)
Edit, je viens de regarder vite fait sur la toile et winbind me renvois des résultats sur les domaines Windows. Dans ma configuration, je suis en groupe de travail.
Post edited by Romain Delente at 2014-06-20 02:12:11