• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Printers Management : Win10x64 NOK, Win7x64 OK

    Scheduled Pinned Locked Moved Unsolved
    Windows Problems
    6
    34
    6.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • davido38D
      davido38
      last edited by

      Hi,

      is the smb1 protocol enabled on windows 10 ?

      by default it is not.

      Jonathan CoolJ 1 Reply Last reply Reply Quote 1
      • Jonathan CoolJ
        Jonathan Cool @davido38
        last edited by

        @davido38 Yes, i enabled this protocol during my tests 😉

        My stuff :
        Server :
        FOG Version : Running Version 1.5.9
        OS : Debian GNU/Linux 10
        FOG Client Version : 0.12
        Specifications :
        > All images are on a Synology NAS storage : mounted with NAS_ip:/images
        > French user :)
        > “If everything would work the first time, what would you have learned?”
        Challenges make knowledge growth … by George1421 ;)

        davido38D 1 Reply Last reply Reply Quote 0
        • davido38D
          davido38 @Jonathan Cool
          last edited by

          @Jonathan-Cool
          As-tu essayé de modifier la clef de registre windows 10

          HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

          LmCompatibilityLevel avec une valeur 1 ou 5 ?

          Jonathan CoolJ 1 Reply Last reply Reply Quote 0
          • Jonathan CoolJ
            Jonathan Cool @davido38
            last edited by

            @davido38
            Hi,
            I tried with LmCompatibilityLevel = 1 (already set) or LmCompatibilityLevel = 5 (i rebooted after modification) and no more success 😞

            My stuff :
            Server :
            FOG Version : Running Version 1.5.9
            OS : Debian GNU/Linux 10
            FOG Client Version : 0.12
            Specifications :
            > All images are on a Synology NAS storage : mounted with NAS_ip:/images
            > French user :)
            > “If everything would work the first time, what would you have learned?”
            Challenges make knowledge growth … by George1421 ;)

            Q 1 Reply Last reply Reply Quote 0
            • Q
              Quazz Moderator @Jonathan Cool
              last edited by

              @Jonathan-Cool Did using samba credentials change anything?

              1 Reply Last reply Reply Quote 0
              • Jonathan CoolJ
                Jonathan Cool
                last edited by

                Some news … weird … : see below … : on the Win10 1803 station :

                C:\>PsExec64.exe -S cmd
                
                C:\WINDOWS\system32>cd ..
                
                C:\Windows>cd ..
                
                C:\>whoami
                autorite nt\système
                
                C:\>net use Z: \\fog-nas\drivers_imp
                L'erreur système 58 s'est produite.
                
                Le serveur spécifié ne peut pas exécuter l'opération demandée.
                
                
                C:\>net use Z: \\fog-nas\drivers_imp /user:admin
                L'erreur système 58 s'est produite.
                
                Le serveur spécifié ne peut pas exécuter l'opération demandée.
                
                
                C:\>net use Z: \\fog-nas\drivers_imp /user:admin password
                L'erreur système 5 s'est produite.
                
                Accès refusé.
                
                
                C:\>net use Z: \\fog-nas\drivers_imp /user:fakeuser fakepassword
                La commande s'est terminée correctement #WTF ?! fakeuser doesn't exist on  the NAS ! What the HELL ?!
                
                
                C:\>net use
                Les nouvelles connexions seront mémorisées.
                
                
                État         Local     Distant                   Réseau
                
                -------------------------------------------------------------------------------
                OK           Z:        \\fog-nas\drivers_imp  Microsoft Windows Network
                La commande s'est terminée correctement.
                
                
                C:\>net use Z: /delete
                Z: a été supprimé.
                
                

                My stuff :
                Server :
                FOG Version : Running Version 1.5.9
                OS : Debian GNU/Linux 10
                FOG Client Version : 0.12
                Specifications :
                > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                > French user :)
                > “If everything would work the first time, what would you have learned?”
                Challenges make knowledge growth … by George1421 ;)

                Q 1 Reply Last reply Reply Quote 0
                • Q
                  Quazz Moderator @Jonathan Cool
                  last edited by

                  @Jonathan-Cool Your NAS probably treats unknown users as guest users. I’m guessing it thinks of “system” and “admin” as existing users, thus rejecting them.

                  Jonathan CoolJ 1 Reply Last reply Reply Quote 0
                  • Jonathan CoolJ
                    Jonathan Cool @Quazz
                    last edited by

                    @Quazz Hmmm, you right ! … seem to be possible !
                    I so close to resovle this issue … maybe, need to check the NAS configuration ?

                    My stuff :
                    Server :
                    FOG Version : Running Version 1.5.9
                    OS : Debian GNU/Linux 10
                    FOG Client Version : 0.12
                    Specifications :
                    > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                    > French user :)
                    > “If everything would work the first time, what would you have learned?”
                    Challenges make knowledge growth … by George1421 ;)

                    Q 1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by

                      @Jonathan-Cool Possibly related?!? https://forums.fogproject.org/topic/12204/fog-powershell-not-copying-to-win32-grouppolicy-adm

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • Q
                        Quazz Moderator @Jonathan Cool
                        last edited by Quazz

                        @Jonathan-Cool They may be reserved accounts which is why it trips up, I don’t think there’s much to change in the settings there, going with the Samba credentials route seems the best way.

                        If your Samba share is AD enabled then domain connected PCs will likely logon under their actual accounts when they try to connect to the share rather than Windows assuming you want to logon as ‘System’

                        1 Reply Last reply Reply Quote 0
                        • Jonathan CoolJ
                          Jonathan Cool
                          last edited by

                          Hi,
                          Today is a good day !
                          i tried a new test : i used an other NAS (Seagate) and created a public share.
                          With the same windows 10 station, i can xcopy files as SYSTEM and the printer was correctly installed.

                          So, now, on the Syno NAS, i will tried to join our domain … i will be back 😉

                          My stuff :
                          Server :
                          FOG Version : Running Version 1.5.9
                          OS : Debian GNU/Linux 10
                          FOG Client Version : 0.12
                          Specifications :
                          > All images are on a Synology NAS storage : mounted with NAS_ip:/images
                          > French user :)
                          > “If everything would work the first time, what would you have learned?”
                          Challenges make knowledge growth … by George1421 ;)

                          1 Reply Last reply Reply Quote 1
                          • 1
                          • 2
                          • 2 / 2
                          • First post
                            Last post

                          184

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.4k

                          Posts
                          Copyright © 2012-2024 FOG Project