Diffusion de mageia 8 beta 2

m@rco123 Membre non connecté
-
- Voir le profil du membre m@rco123
- Inscrit le : 15/05/2009
- Groupes :
Reprise du message précédent
J'ai vérifié, pas de pare-feu désactivé sur le smb !Lenovo 110-17acl
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b

patleny Membre non connecté
-
- Voir le profil du membre patleny
- Inscrit le : 20/10/2012
- Groupes :
j ai également ce pb avec mon nas mais il semble que le niveau de sécurité a augmenté avec le nouveau samba et comme la version de mon NAS n évolue plus (vieux netgear ) j'ai du passer par NFS pour y accéder
a+
patleny materiel : cm Asus threadripper 1950X 3,7 ghz 32 g0 de ram nvidia 1080ti

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Citation :
J'ai vérifié, pas de pare-feu désactivé sur le smb !
Activé peut être, non ?
Que donne la commande "smbclient -L //192.168.1.1" , surtout si aucun partage n' est listé ?

m@rco123 Membre non connecté
-
- Voir le profil du membre m@rco123
- Inscrit le : 15/05/2009
- Groupes :
Citation :
J'ai vérifié, pas de pare-feu désactivé sur le smb !
Activé peut être, non ?
pare-feu sur smb activé ou pas pareil
Citation :
Que donne la commande "smbclient -L //192.168.1.1" , surtout si aucun partage n' est listé ?
Que donne la commande "smbclient -L //192.168.1.1" , surtout si aucun partage n' est listé ?
protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED
pareil
Édité par m@rco123 Le 12/12/2020 à 23h22
Lenovo 110-17acl
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Dans les release notes de Samba( https://wiki.samba.org/index.php/Samba_Features_added/changed#SMB1_is_disabled_by_default ), on peut lire:
Notes de version de Samba :
SMB1 is disabled by default
The defaults of 'client min protocol' and 'server min protocol' have been changed to SMB2_02.
This means clients without support for SMB2 or SMB3 are no longer able to connect to smbd (by default).
It also means client tools like smbclient and other, as well as applications making use of libsmbclient are no longer able to connect to servers without SMB2 or SMB3 support (by default).
It's still possible to allow SMB1 dialects, e.g. NT1, LANMAN2 and LANMAN1 for client and server, as well as CORE and COREPLUS on the client.
Note: that most commandline tools e.g. smbclient, smbcacls and others also support the '--option' argument to overwrite smb.conf options, e.g. --option='client min protocol=NT1' might be useful.
As Microsoft no longer installs SMB1 support in recent releases or uninstalls it after 30 days without usage, the Samba Team tries to get remove the SMB1 usage as much as possible.
SMB1 is officially deprecated and might be removed step by step in the following years. If you have a strong requirement for SMB1 (except for supporting old Linux Kernels), please file a bug at https://bugzilla.samba.org and let us know about the details.
The defaults of 'client min protocol' and 'server min protocol' have been changed to SMB2_02.
This means clients without support for SMB2 or SMB3 are no longer able to connect to smbd (by default).
It also means client tools like smbclient and other, as well as applications making use of libsmbclient are no longer able to connect to servers without SMB2 or SMB3 support (by default).
It's still possible to allow SMB1 dialects, e.g. NT1, LANMAN2 and LANMAN1 for client and server, as well as CORE and COREPLUS on the client.
Note: that most commandline tools e.g. smbclient, smbcacls and others also support the '--option' argument to overwrite smb.conf options, e.g. --option='client min protocol=NT1' might be useful.
As Microsoft no longer installs SMB1 support in recent releases or uninstalls it after 30 days without usage, the Samba Team tries to get remove the SMB1 usage as much as possible.
SMB1 is officially deprecated and might be removed step by step in the following years. If you have a strong requirement for SMB1 (except for supporting old Linux Kernels), please file a bug at https://bugzilla.samba.org and let us know about the details.
Depuis la documentation ( https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html ), on peut voir ces versions:
Documentation smb.conf :
The value of the parameter (a string) is the highest protocol level that will be supported by the client.
Possible values are :
CORE: Earliest version. No concept of user names.
COREPLUS: Slight improvements on CORE for efficiency.
LANMAN1: First modern version of the protocol. Long filename support.
LANMAN2: Updates to Lanman1 protocol.
NT1: Current up to date version of the protocol. Used by Windows NT. Known as CIFS.
SMB2: Re-implementation of the SMB protocol. Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.
SMB2_02: The earliest SMB2 version.
SMB2_10: Windows 7 SMB2 version.
SMB2_22: Early Windows 8 SMB2 version.
SMB2_24: Windows 8 beta SMB2 version.
By default SMB2 selects the SMB2_10 variant.
SMB3: The same as SMB2. Used by Windows 8. SMB3 has sub protocols available.
SMB3_00: Windows 8 SMB3 version. (mostly the same as SMB2_24)
SMB3_02: Windows 8.1 SMB3 version.
SMB3_10: early Windows 10 technical preview SMB3 version.
SMB3_11: Windows 10 technical preview SMB3 version (maybe final).
By default SMB3 selects the SMB3_11 variant.
Normally this option should not be set as the automatic negotiation phase in the SMB protocol takes care of choosing the appropriate protocol.
The value default refers to SMB3_11.
Possible values are :
CORE: Earliest version. No concept of user names.
COREPLUS: Slight improvements on CORE for efficiency.
LANMAN1: First modern version of the protocol. Long filename support.
LANMAN2: Updates to Lanman1 protocol.
NT1: Current up to date version of the protocol. Used by Windows NT. Known as CIFS.
SMB2: Re-implementation of the SMB protocol. Used by Windows Vista and later versions of Windows. SMB2 has sub protocols available.
SMB2_02: The earliest SMB2 version.
SMB2_10: Windows 7 SMB2 version.
SMB2_22: Early Windows 8 SMB2 version.
SMB2_24: Windows 8 beta SMB2 version.
By default SMB2 selects the SMB2_10 variant.
SMB3: The same as SMB2. Used by Windows 8. SMB3 has sub protocols available.
SMB3_00: Windows 8 SMB3 version. (mostly the same as SMB2_24)
SMB3_02: Windows 8.1 SMB3 version.
SMB3_10: early Windows 10 technical preview SMB3 version.
SMB3_11: Windows 10 technical preview SMB3 version (maybe final).
By default SMB3 selects the SMB3_11 variant.
Normally this option should not be set as the automatic negotiation phase in the SMB protocol takes care of choosing the appropriate protocol.
The value default refers to SMB3_11.
Peut être qu' un essai avec smbclient -L //192.168.1.1 --option='client min protocol=NT1' pourrait être essayé ? Si cela fonctionnait, il faudrait peut être modifier le fichier /etc/samba/smb.conf pour rajouter l' option "client min protocol=NT1" dans la partie [global] de ce fichier.
Édité par nic80 Le 13/12/2020 à 00h30

arte-naki Membre non connecté
-
- Voir le profil du membre arte-naki
- Inscrit le : 03/11/2020
m@rco123 :
/etc/sudoers n'est plus là
/etc/sudoers n'est plus là
/etc/sudoers fait partie du package sudo qui n'est pas installé dans le LiveDVD, mais peut être installé manuellement avec la commande suivante:
Code :
urpmi sudo
Ou vous pouvez utiliser su -

m@rco123 Membre non connecté
-
- Voir le profil du membre m@rco123
- Inscrit le : 15/05/2009
- Groupes :
su -
******
nano etc/samba/smb.conf
[global]
client min protocol = NT1
server min protocol = NT1
ntlm auth = ntlmv1-permitted
et c'est OK
Lenovo 110-17acl
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b

m@rco123 Membre non connecté
-
- Voir le profil du membre m@rco123
- Inscrit le : 15/05/2009
- Groupes :
isodumper j'ai créé .isodumper dans le user c'est OK
PDF Arranger Pas d’icône j'en ai piquée une chez eux c'est OK
partage samba via dolphin
La connexion avec l'hôte 192.168.1.1 a été coupée.
su -
******
nano etc/samba/smb.conf
[global]
client min protocol = NT1
server min protocol = NT1
ntlm auth = ntlmv1-permitted
et c'est OK
Édité par m@rco123 Le 13/12/2020 à 13h08
Lenovo 110-17acl
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b

arte-naki Membre non connecté
-
- Voir le profil du membre arte-naki
- Inscrit le : 03/11/2020

m@rco123 Membre non connecté
-
- Voir le profil du membre m@rco123
- Inscrit le : 15/05/2009
- Groupes :
Lenovo 110-17acl
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b

m@rco123 Membre non connecté
-
- Voir le profil du membre m@rco123
- Inscrit le : 15/05/2009
- Groupes :
C'est quoi : contrôle de la couleur de nuit ???
C'est pour pas oublier que le 31/12/2020 à 20h00 il sera 0h00 ?
Édité par m@rco123 Le 13/12/2020 à 13h49
Lenovo 110-17acl
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b
cg Mullins [Radeon R3 Graphics] / ssd SanDisk 250Go
Mageia 9 plasma 64b
packard ls11hr
cg intel 810 / ssd SanDisk 128Go
Mageia 9 plasma 64b

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Quelque chose équivalent à redshift ? http://madb.mageia.org/package/show/name/redshift
https://kde.org/fr/announcements/plasma-5.17.0/
Édité par nic80 Le 13/12/2020 à 14h01

Guygoye Membre non connecté
-
- Voir le profil du membre Guygoye
- Inscrit le : 25/10/2018
- Groupes :
-
Modérateur
-
Forgeron
De mon côté avec Xfce:
- SMB ne fonctionne pas et je ne peux pas accéder au disque dur de ma Freebox.
- J'ai un bug graphique au démarrage (je ferai un post détaillé.
- J'ai un problème de gestion de connexion, quand je sors de veille il me connecte/déconnecte parfois 3 ou 4 fois et parfois je dois redémarrer.

gustine Membre non connecté
-
- Voir le profil du membre gustine
- Inscrit le : 26/09/2010
- Site internet
- Groupes :
⁂ Je suis un vieil utilisateur (Mandrake, c'est pour dire) mais pas expert pour autant.
J'ai essayé Mga8 en VirtualBox sous Mate et rencontré aussi des problèmes avec samba. Bien que seul le client samba soit installé, j'avais activé — par habitude — les services smb et nmb qui n'auraient dû apparaître qu'avec samba server. En les désactivant, ça fonctionne normalement.
Si ça peut aider...
I7-8700 - UHD Graphics 630 - 2x8 MO - Mageia 9 - Mate - serveur LAMP.

nic80 Membre non connecté
-
- Voir le profil du membre nic80
- Inscrit le : 06/08/2018
- Groupes :
-
Modérateur
Citation :
SMB ne fonctionne pas et je ne peux pas accéder au disque dur de ma Freebox.
Voir les messages précédents de M@rco123 , je suppose que c' est le même problème...
Je me demande quel pourcentage d' utilisateurs vont avoir ce problème... Les FAI ne mettant pas forcément à jour leur équipements...

Peut être est ce une information à mettre dans les notes de version ( Samba ayant aussi supprimé les "weak protocols" de chiffrements), si ce n' est pas déjà le cas ?

vouf Membre non connecté
-
- Voir le profil du membre vouf
- Inscrit le : 16/08/2008
- Groupes :
Chez moi tout roule, hormis php 8 qui me pose des soucis.
A) nextcloud ne fonctionne plus
Code TEXT :
This version of Nextcloud is not compatible with > PHP 7.4. You are currently running 8.0.0.
B) Mon instance de phpboost à jour ne fonctionne pas également avec php 8.
Donc je pense, que ceux qui utilisent mageia pour du développement web, ou de l'hébergement nextcloud devront rester sur mageia 7, le temps que leur application soient compatibles avec php 8.
Mageia 9 64 bits Plasma - Asus Prime Z690-P D4 -Intel Core i5 12600 K- 32 Go Kingston Fury Renegade DDR4-3600 Mhz- Gigabyte Nvidia RTX 3060 - Go-M2 Samsung Evo 970 1Tb-SSD 512 Gb Samsung Evo 960 -SSD 512 Gb Crucial M5
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie