winbind not running

Astaro send me a lot of emails with this message:

winbind daemon not running - restarted


What is the problem ?
Parents
  • Winbindd is used by NTML authentication (called "Active Directory/NT Domain Membership" in Webadmin). Check the configuration of that one.

    Is winbindd running? Check with 'ps faux'.

    Are there any logings?

    Some other things you could do, if you like to  . Anyway, this might only help you, if winbindd is already running fine and the problem is related somewhere else. But it's worth a try.

    NTLM nearly logs nothing. But there are some small maybe useable logs:

    /var/log.winbindd
    /var/log/xinetd.log
    /var/log/fallback.log

    Also you can check the memberships of a user using the command 'wb_ntlmauth'. This offers a kind of shell. There type in "RG yourdomain\youruser". This gives you all the groups the user is member of.

    Go make winbindd more verbose, edit the ntml startscript /var/mdw/scrips/ntlm.

    change "winbindd" to "winbindd -d4".
    The logging will appear in /var/log.winbindd

    Xeno
  • This is the log in /var/log.winbindd:

    [2005/07/12 10:14:14, 0] param/params.c[:$]penConfFile(532)
      params.c[:$]penConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
            No such file or directory
    [2005/07/12 10:14:14, 0] nsswitch/winbindd.c:main(846)
      error opening config file
    [2005/07/12 10:14:30, 1] nsswitch/winbindd.c:main(842)
      winbindd version 3.0.1 started.
      Copyright The Samba Team 2000-2003
    [2005/07/12 10:14:30, 0] param/params.c[:$]penConfFile(532)
      params.c[:$]penConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
            No such file or directory
    [2005/07/12 10:14:30, 0] nsswitch/winbindd.c:main(846)
      error opening config file
    [2005/07/12 10:14:46, 1] nsswitch/winbindd.c:main(842)
      winbindd version 3.0.1 started.
      Copyright The Samba Team 2000-2003
    [2005/07/12 10:14:46, 0] param/params.c[:$]penConfFile(532)
      params.c[:$]penConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
            No such file or directory
    [2005/07/12 10:14:46, 0] nsswitch/winbindd.c:main(846)
      error opening config file


    /etc/samba/smb.conf not exist.

    loginuser@asl:/etc/samba > ls
    joinresult  private  smb.conf-default
Reply
  • This is the log in /var/log.winbindd:

    [2005/07/12 10:14:14, 0] param/params.c[:$]penConfFile(532)
      params.c[:$]penConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
            No such file or directory
    [2005/07/12 10:14:14, 0] nsswitch/winbindd.c:main(846)
      error opening config file
    [2005/07/12 10:14:30, 1] nsswitch/winbindd.c:main(842)
      winbindd version 3.0.1 started.
      Copyright The Samba Team 2000-2003
    [2005/07/12 10:14:30, 0] param/params.c[:$]penConfFile(532)
      params.c[:$]penConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
            No such file or directory
    [2005/07/12 10:14:30, 0] nsswitch/winbindd.c:main(846)
      error opening config file
    [2005/07/12 10:14:46, 1] nsswitch/winbindd.c:main(842)
      winbindd version 3.0.1 started.
      Copyright The Samba Team 2000-2003
    [2005/07/12 10:14:46, 0] param/params.c[:$]penConfFile(532)
      params.c[:$]penConfFile() - Unable to open configuration file "/etc/samba/smb.conf":
            No such file or directory
    [2005/07/12 10:14:46, 0] nsswitch/winbindd.c:main(846)
      error opening config file


    /etc/samba/smb.conf not exist.

    loginuser@asl:/etc/samba > ls
    joinresult  private  smb.conf-default
Children