• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. plegrand
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 45
    • Posts 418
    • Best 18
    • Controversial 0
    • Groups 0

    Posts made by plegrand

    • RE: Backing up database.........................................failed

      Hello
      For information :
      Debian Stable
      Fog svn 5273
      The server is behind a proxy but since the beginning and it worked fine
      wget is well configured with http_proxy and https_proxy
      it failed only to get the local mysql dump

      @Sebastian-Roth said:

      Backing up the database is done via sending a HTTP request to the FOG server using wget. Usually people see this failing if their entire web interface is crooked. From what I seam to read between the lines in your post you are still able to access the web interface, right?

      Yes.

      Please try downloading the SQL export dump from a client PC within you network using this URL http://x.x.x.x/fog/management/export.php?type=sqldump (where x.x.x.x is the IP address of your FOG server)

      It works fine i can get the mysql dump without problem
      Strangely in /var/log/apache2/error.log, i’ve got this line "Enter password: "

      Do you see any errors in the browser or in the apache error log on your FOG server?

      Or you can skip the database backup. See my post here on how to do this: https://forums.fogproject.org/topic/5993/rev-4201-blank-page-when-trying-to-install-update-database-schema/38

      Thanks for your help

      @Tom-Elliott said in Backing up database…failed:

      @plegrand Do you have a mysql password?

      No, during first installation the installer didnt “put” password

      posted in Bug Reports
      P
      plegrand
    • Backing up database.........................................failed

      Hello,
      since last svn update 4313 (5273) at the end of the installfog process i’ve got this error :
      Backing up database…failed.
      It worked fine before and i didnt touch anything in my config.
      Is it a bug ?

      Thanks for your help

      posted in Bug Reports
      P
      plegrand
    • RE: samba domain integration

      @Jbob is there a date for this new release ?

      posted in Linux Problems
      P
      plegrand
    • RE: r4850 Fedora 21 - Host management - viewing a host's general page.

      @Tom-Elliott
      after upgrade to 4105 :

      [Tue Oct 06 14:14:15.158169 2015] [:error] [pid 20445] [client 192.168.39.235:44958] PHP Fatal error:  Call to a member function isValid() on string in /var/www/fog/lib/fog/Host.class.php on line 833, referer: http://192.168.39.243/fog/management/index.php?node=host
      

      after upgrade to 4106 : Everything works fine

      posted in Bug Reports
      P
      plegrand
    • RE: r4850 Fedora 21 - Host management - viewing a host's general page.

      Same problem here also
      with svn 4104
      Downgrade to 4103 works fine

      PHP Fatal error:  Call to a member function isValid() on string in /var/www/fog/lib/pages/HostManagementPage.class.php on line 370, referer: http://192.168.39.243/fog/management/index.php?node=host
      
      posted in Bug Reports
      P
      plegrand
    • RE: samba domain integration

      @Jbob thanks for your answer, for the moment i use the 4103 .
      Thanks again

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Jbob Just for information , as i don’t know if the client have the patch which permit to join samba domain, i made a test today without success.
      Same problem. But may be I’ve to wait a little.

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Jbob Hello, does it means that the new client will works now or do i have to wait the new “patched” client ?
      Any way thanks for your help

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Uncle-Frank Just for test i put “NULL” then “(NULL)” into “Organizational Unit” in AD configuration without success

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      On the client windows xp i try this command nltest.exe :

      nltest.exe /dsgetdc:samba_domain
      DC: \SAMBA
      Address: \SAMBA
      Dom Name: SAMBA_DOMAIN
      The command completed successfully

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      I discover something interesting.
      There is a file which log each try domain joining
      c:\windows\debug\NetSetup.LOG

      here is this file with the two tests (legacy and new client)

      NetSetup.LOG with the NEW client (which failed)

      10/02 10:18:24 -----------------------------------------------------------------
      10/02 10:18:24 NetpDoDomainJoin
      10/02 10:18:24 NetpMachineValidToJoin: 'gim-127-13'
      10/02 10:18:24 NetpGetLsaPrimaryDomain: status: 0x0
      10/02 10:18:24 NetpMachineValidToJoin: status: 0x0
      10/02 10:18:24 NetpJoinDomain
      10/02 10:18:24 	Machine: gim-127-13
      10/02 10:18:24 	Domain: samba_domain
      10/02 10:18:24 	MachineAccountOU: 
      10/02 10:18:24 	Account: samba_domain\admin_samba
      10/02 10:18:24 	Options: 0x3
      10/02 10:18:24 	OS Version: 5.1
      10/02 10:18:24 	Build number: 2600
      10/02 10:18:24 	ServicePack: Service Pack 3
      10/02 10:18:24 NetpValidateName: checking to see if 'samba_domain' is valid as type 3 name
      10/02 10:18:24 NetpValidateName:  'samba_domain' is not a valid Dns domain name: 0x2554
      10/02 10:18:25 NetpCheckDomainNameIsValid [ Exists ] for 'samba_domain' returned 0x0
      10/02 10:18:25 NetpValidateName: name 'samba_domain' is valid for type 3
      10/02 10:18:25 NetpDsGetDcName: trying to find DC in domain 'samba_domain', flags: 0x1020
      10/02 10:18:25 NetpDsGetDcName: found DC '\\SAMBA' in the specified domain
      10/02 10:18:25 NetpJoinDomain: status of connecting to dc '\\SAMBA': 0x0
      10/02 10:18:25 NetpJoinDomain: OU is specified but couldn't get NT5 DC
      10/02 10:18:25 NetpJoinDomain: status of disconnecting from '\\SAMBA': 0x0
      10/02 10:18:25 NetpDoDomainJoin: status: 0x54b
      10/02 10:19:26 -----------------------------------------------------------------
      

      NetSetup.LOG with the LEGACY client (which works fine)

      10/02 10:50:12 -----------------------------------------------------------------
      10/02 10:50:12 NetpDoDomainJoin
      10/02 10:50:12 NetpMachineValidToJoin: 'gim-127-13'
      10/02 10:50:12 NetpGetLsaPrimaryDomain: status: 0x0
      10/02 10:50:12 NetpMachineValidToJoin: status: 0x0
      10/02 10:50:12 NetpJoinDomain
      10/02 10:50:12 	Machine: gim-127-13
      10/02 10:50:12 	Domain: samba_domain
      10/02 10:50:12 	MachineAccountOU: (NULL)
      10/02 10:50:12 	Account: samba_domain\admin_samba
      10/02 10:50:12 	Options: 0x3
      10/02 10:50:12 	OS Version: 5.1
      10/02 10:50:12 	Build number: 2600
      10/02 10:50:12 	ServicePack: Service Pack 3
      10/02 10:50:12 NetpValidateName: checking to see if 'samba_domain' is valid as type 3 name
      10/02 10:50:12 NetpValidateName:  'samba_domain' is not a valid Dns domain name: 0x2554
      10/02 10:50:12 NetpCheckDomainNameIsValid [ Exists ] for 'samba_domain' returned 0x0
      10/02 10:50:12 NetpValidateName: name 'samba_domain' is valid for type 3
      10/02 10:50:12 NetpDsGetDcName: trying to find DC in domain 'samba_domain', flags: 0x1020
      10/02 10:50:20 NetpDsGetDcName: found DC '\\SAMBA' in the specified domain
      10/02 10:50:20 NetpJoinDomain: status of connecting to dc '\\SAMBA': 0x0
      10/02 10:50:20 NetpGetLsaPrimaryDomain: status: 0x0
      10/02 10:50:20 NetpGetNt4RefusePasswordChangeStatus: trying to read from '\\SAMBA'
      10/02 10:50:20 NetpGetNt4RefusePasswordChangeStatus: RefusePasswordChange == 0
      10/02 10:50:20 NetpLsaOpenSecret: status: 0xc0000034
      10/02 10:50:21 NetpManageMachineAccountWithSid: NetUserAdd on '\\SAMBA' for 'GIM-127-13$' failed: 0x8b0
      10/02 10:50:21 NetpManageMachineAccountWithSid: status of attempting to set password on '\\SAMBA' for 'GIM-127-13$': 0x0
      10/02 10:50:21 NetpJoinDomain: status of creating account: 0x0
      10/02 10:50:21 NetpGetLsaPrimaryDomain: status: 0x0
      10/02 10:50:21 NetpSetLsaPrimaryDomain: for 'SAMBA_DOMAIN' status: 0x0
      10/02 10:50:21 NetpJoinDomain: status of setting LSA pri. domain: 0x0
      10/02 10:50:21 NetpJoinDomain: status of managing local groups: 0x0
      10/02 10:50:21 NetpJoinDomain: status of setting netlogon cache: 0x0
      10/02 10:50:22 NetpJoinDomain: status of clearing ComputerNamePhysicalDnsDomain: 0x0
      10/02 10:50:22 NetpUpdateW32timeConfig: 0x0
      10/02 10:50:22 NetpJoinDomain: status of disconnecting from '\\SAMBA': 0x0
      10/02 10:50:22 NetpDoDomainJoin: status: 0x0
      10/02 10:53:12 -----------------------------------------------------------------
      10/02 10:53:12 NetpDoDomainJoin
      10/02 10:53:12 NetpMachineValidToJoin: 'gim-127-13'
      10/02 10:53:12 NetpGetLsaPrimaryDomain: status: 0x0
      10/02 10:53:12 NetpMachineValidToJoin: the specified machine is already joined to 'SAMBA_DOMAIN'!
      10/02 10:53:12 NetpMachineValidToJoin: status: 0xa83
      10/02 10:53:12 NetpDoDomainJoin: status: 0xa83
      

      May be it could help to find the problem

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      Here is all my test (netdom, legacy client, new client with log files).
      As it’s litle long i made a pdf document
      http://plegrand1.free.fr/Test_Samba_Domain.pdf

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Jbob You mean the c:\fog.log ?
      I’ll send you tomorrow and i’ll try to be clear in my explanation 😉

      @Tom-Elliott i’ll update tomorrow to make a try

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Jbob i already do that . It was because i uninstalled legacy client and reinstall new client
      Then i pressed 'Reset Encryption Data"
      But afater that the problem is still there.
      I cant join domain with new client

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Jbob i made all my test with a password without apostrophe " ’ ".
      domain : samba_domain
      domain admin : admin_samba
      password domain admin : password
      and then with this configuration :
      It works with the classic manual method
      It works with netdom command line
      It works with legacy client
      It does not works with new client
      Thanks for your help

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      Hmmm… may be it’s important : i’m making this test on a windows XP machine
      Do i have to use legacy client for windows XP or it should works also with the new client ?
      May be new client use powershell for domain integration ?

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Tom-Elliott
      As i install, uninstall, reinstall fog client, is it possible that windows kept first credential, the first i use with apostrophe in password ?
      while fog show (http://192.168.39.243/fog/service/hostname.php?mac=00:21:85:71:bd:8e) the good samba adminisrator ?

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Uncle-Frank
      Do you think he could explain me why i can join to samba domain with “all” method except with the new client ?

      It works with the classic manual method
      It works with netdom command line
      It works with legacy client
      It does not works with new client
      I cant see anything in samba log
      May be he could told me what is the difference between “legacy client” method an “new client” method.
      I’m ok to make some test if it’s usefull
      Thanks for your and Tom help

      I cant understand what happen

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Tom-Elliott Hello Tom, do you think my problem come from a bug in the new client, or from me and my configuration?
      Do you want i make some other tests ?
      Thanks

      posted in Linux Problems
      P
      plegrand
    • RE: samba domain integration

      @Tom-Elliott May be i didn’t understand your question?
      Do you need more information ?
      I think legacy client and new client doesn’t use the same method to join domain. Am i wrong ?
      Just to be clear
      join domain works fine with legacy client and doesn’t works with the new client
      I made the tests with the same domain user and the same password
      clear for new client
      and encrypted with Fog Crypt for the legacy client

      posted in Linux Problems
      P
      plegrand
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 17 / 21