Displaying 4 results from an estimated 4 matches for "8aa60fb0ac1f407ba73776aaaeaa542f".
2018 Sep 02
3
winbindd crashing -- how to auto-heal?
El 2/9/18 a les 10:39, Rowland Penny via samba ha escrit:
> All of this is just a sticking plaster on the problem, if winbind is
> crashing on a regular basis, we need to know this and will need
> level 10 logs, debug info etc. Without this info, it will never get
> fixed.
Meanwhile, I need my server to keep running, so the plaster looks fine.
Besides, winbind isn't crashing,
2018 Sep 03
7
winbindd crashing -- how to auto-heal?
...getent group | grep -q 'Domain Users' && exit 0
> echo "restarting winbind"
> sudo systemctl restart winbind
>
>
> Rowland, it crashed again. Here's some info. Please let me know if I
> should provide more:
> https://gist.github.com/jamiejackson/8aa60fb0ac1f407ba73776aaaeaa542f
>
The last few lines of the log are these:
[2018/09/01 23:19:27.748555, 3, pid=9795] ../source3/winbindd/winbindd_msrpc.c:244(msrpc_name_to_sid)
msrpc_name_to_sid: name=REDACTED\ROOT
[2018/09/01 23:19:27.748585, 3, pid=9795] ../source3/winbindd/winbindd_msrpc.c:258(msrpc_name_to_sid)
na...
2018 Sep 03
0
winbindd crashing -- how to auto-heal?
...ght end up going with:
#!/bin/bash
getent group | grep -q 'Domain Users' && exit 0
echo "restarting winbind"
sudo systemctl restart winbind
Rowland, it crashed again. Here's some info. Please let me know if I should
provide more:
https://gist.github.com/jamiejackson/8aa60fb0ac1f407ba73776aaaeaa542f
On Sun, Sep 2, 2018 at 4:50 AM Luca Olivetti via samba <
samba at lists.samba.org> wrote:
> El 2/9/18 a les 10:39, Rowland Penny via samba ha escrit:
>
> > All of this is just a sticking plaster on the problem, if winbind is
> > crashing on a regular basis, we need to know...
2018 Sep 03
0
winbindd crashing -- how to auto-heal?
...in Users' && exit 0
> > echo "restarting winbind"
> > sudo systemctl restart winbind
> >
> >
> > Rowland, it crashed again. Here's some info. Please let me know if I
> > should provide more:
> > https://gist.github.com/jamiejackson/8aa60fb0ac1f407ba73776aaaeaa542f
> >
>
> The last few lines of the log are these:
>
> [2018/09/01 23:19:27.748555, 3, pid=9795]
> ../source3/winbindd/winbindd_msrpc.c:244(msrpc_name_to_sid)
> msrpc_name_to_sid: name=REDACTED\ROOT
> [2018/09/01 23:19:27.748585, 3, pid=9795]
> ../source3/winbindd/wi...