Tâche #11933
Distribution EOLE - Scénario #12075: Implémenter l'enregistrement de l'adresse MAC dans la version optimisée de controle-vnc
l'adresse MAC des postes clients n'est plus récupérée dans MySQL
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
Depuis les optimisation logon, on n'utilise plus manage_stations.py qui alimente machines.db. Or manage_stations.py renseigne l'adresse MAC dans machines.db. On a perdu cette information en passant à MySQL.
Related issues
Associated revisions
Ajout de l'adresse mac dans la base mysql (ref #11933 @6h)
Correction liée au fichier sessionid.tdb (ref #11933 @6h)
- le fichier /var/run/samba/sessionid.tdb a été renommé en smbXsrv_session_global.tdb
- son format a changé
Ajout d'une fonction get_mac_from_ip (ref #11933 15m)
History
#1 Updated by Joël Cuissinat almost 6 years ago
- Tracker changed from Anomalie to Tâche
- Estimated time set to 6.00 h
- Parent task set to #12075
- Remaining (hours) set to 6.0
#2 Updated by Scrum Master over 5 years ago
- Status changed from Nouveau to En cours
#3 Updated by Lionel Morin over 5 years ago
- Assigned To set to Lionel Morin
#4 Updated by Lionel Morin over 5 years ago
Test sur un scribe etb1 :
(si maj depuis un serveur 2.5.0, alors penser à supprimer la base controlevnc avant, puis reconfigure)
(si maj depuis un serveur 2.5.0, alors penser à supprimer la base controlevnc avant, puis reconfigure)
- joindre un pc prof au domaine et s'y connecter
- attendre éventuellement dans les log controle-vnc (/var/log/controle-vnc/main.log) un appel à remote_service_start
- vérifier dans la base la présence de l'adresse mac :
/usr/share/eole/sbin/mysql_pwd.py eole21
service controle-vnc restart
mysql -u root --password=eole21 controlevnc
SELECT * FROM log;
#5 Updated by Scrum Master over 5 years ago
- Status changed from En cours to Résolu
#6 Updated by Lionel Morin over 5 years ago
- Remaining (hours) changed from 6.0 to 0.5
#7 Updated by Klaas TJEBBES over 5 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.5 to 0.0