Displaying 10 results from an estimated 10 matches for "jamiejaxon".
2018 Sep 01
2
winbindd crashing -- how to auto-heal?
On Sat, Sep 1, 2018 at 1:06 PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Sat, 1 Sep 2018 12:39:53 -0400
> Jamie Jackson <jamiejaxon at gmail.com> wrote:
>
> > I'm not a sysadmin (so I don't have domain admin skills), I'm just
> > coming at this as a user of these (flaky) hosts, but I'll try to
> > answer the questions.
> >
> > If autorid is an odd/problematic setting, I can pa...
2018 Sep 01
2
winbindd crashing -- how to auto-heal?
...ed active running Samba
Winbind Daemon
$ sssd --help
-bash: sssd: command not found
$ sudo find / -xdev -name 'sssd.conf'
$
On Sat, Sep 1, 2018 at 11:21 AM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Sat, 1 Sep 2018 10:21:17 -0400
> Jamie Jackson <jamiejaxon at gmail.com> wrote:
>
> > Hi Rowland,
> >
> > Here's the info you asked for.
> >
> > $ cat /etc/redhat-release
> > Red Hat Enterprise Linux Server release 7.5 (Maipo)
> > $ smbcontrol --version
> > Version 4.7.1
> >
> > smb.conf...
2018 Sep 01
2
winbindd crashing -- how to auto-heal?
Hi Rowland,
Here's the info you asked for.
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.5 (Maipo)
$ smbcontrol --version
Version 4.7.1
smb.conf:
------------------------------
[global]
security = ADS
realm = REDACTED.WAN
encrypt passwords = true
workgroup = REDACTED
winbind enum users = yes
winbind enum groups = yes
2018 Sep 01
0
winbindd crashing -- how to auto-heal?
On Sat, 1 Sep 2018 10:21:17 -0400
Jamie Jackson <jamiejaxon at gmail.com> wrote:
> Hi Rowland,
>
> Here's the info you asked for.
>
> $ cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 7.5 (Maipo)
> $ smbcontrol --version
> Version 4.7.1
>
> smb.conf:
> ------------------------------
>
> [g...
2018 Sep 01
0
winbindd crashing -- how to auto-heal?
On Sat, 1 Sep 2018 12:39:53 -0400
Jamie Jackson <jamiejaxon at gmail.com> wrote:
> I'm not a sysadmin (so I don't have domain admin skills), I'm just
> coming at this as a user of these (flaky) hosts, but I'll try to
> answer the questions.
>
> If autorid is an odd/problematic setting, I can pass that info on to
> the...
2018 Sep 03
7
winbindd crashing -- how to auto-heal?
On Sun, 2 Sep 2018 22:37:05 -0400
Jamie Jackson via samba <samba at lists.samba.org> wrote:
> Thanks for the workaround, Luca. I might 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.
2018 Sep 03
1
winbindd crashing -- how to auto-heal?
On Mon, 3 Sep 2018 10:35:38 -0400
Jamie Jackson <jamiejaxon at gmail.com> wrote:
> On Mon, Sep 3, 2018 at 5:17 AM Rowland Penny via samba <
> samba at lists.samba.org> wrote:
>
> > Why isn't 'smbd' running ?
> >
>
> I didn't set this up, but I assume the sysadmins didn't run it because
> they, li...
2018 Sep 03
0
winbindd crashing -- how to auto-heal?
Thanks for the workaround, Luca. I might 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
2018 Sep 03
0
winbindd crashing -- how to auto-heal?
On Mon, Sep 3, 2018 at 5:17 AM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Sun, 2 Sep 2018 22:37:05 -0400
> Jamie Jackson via samba <samba at lists.samba.org> wrote:
>
> > Thanks for the workaround, Luca. I might end up going with:
> >
> > #!/bin/bash
> > getent group | grep -q 'Domain Users' && exit 0
> > echo
2018 Sep 01
6
winbindd crashing -- how to auto-heal?
Hi folks,
Every couple days any one of my project's 10 or so RHEL VMs can't be logged
into with a domain account (active directory integration). Our admin goes
in with a local account and restarts winbind to fix it.
I'd like to be more proactive and, say, create a cron job to detect a
problem and then restart winbind.
Does anybody have a recipe for this? If not, do you have any