Displaying 17 results from an estimated 17 matches for "winbindopt".
Did you mean:
winbind_t
2018 Sep 03
2
winbindd crashing -- how to auto-heal?
On Mon, 3 Sep 2018 15:37:03 +0200
Luca Olivetti via samba <samba at lists.samba.org> wrote:
> El 3/9/18 a les 15:23, Robert Marcano via samba ha escrit:
>
> >>
> >> I run this cron job every minute. Winbind usually crashes once or
> >> twice a day
> >>
> >> #!/bin/bash
> >> getent group | grep -q 513 && exit 0
>
2018 Sep 03
0
winbindd crashing -- how to auto-heal?
...s" always fails, at the same I cannot sudo with my
password (stored in AD). At that point I have to login using local root.
But that was before I put a plaster on it ;-)
> How are you running Samba ?
I just run winbind, with this distro provided service unit (which, BTW,
references a $WINBINDOPTIONS that isn't defined anywhere, but since I
don't need any special option that's fine)
[Unit]
Description=Samba Winbind Daemon
After=syslog.target network.target nmb.service
[Service]
Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
Type=notify
NotifyAccess=all
PIDFile=/run/winbi...
2006 Feb 10
0
winbind init script question
I just upgraded from samba-3.0.13-1 to samba-3.0.21a-1. In 3.0.13-1,
you could feed options to the winbind init script via
/etc/sysconfig/samba - I had the following set there:
# Options for winbindd
WINBINDOPTIONS="-B"
The WINBINDOPTIONS appears to be missing from the 3.0.21a-1 init script
- is this not supported anymore??
Thanks in advance,
- SBC
--
Scott Chapin Dreamworks Animation
schapin@anim.dreamworks.com (818) 695-6361
"Computer says no."
2019 May 06
2
Doman join issues
...temd/system/winbind.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2019-05-06 02:14:54 UTC; 22min ago
Docs: man:winbindd(8)
man:samba(7)
man:smb.conf(5)
Process: 145 ExecStart=/usr/sbin/winbindd --foreground --no-process-group $WINBINDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 145 (code=exited, status=1/FAILURE)
May 06 02:14:54 linserver01 systemd[1]: Starting Samba Winbind Daemon...
May 06 02:14:54 linserver01 systemd[1]: winbind.service: Main process exited, code=exited, status=1/FAILURE
May 06 02:14:54 linserver01 systemd...
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.
2019 Jan 13
2
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
...Loaded: loaded (/lib/systemd/system/winbind.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-01-13 07:01:45 UTC; 5ms ago
Docs: man:winbindd(8)
man:samba(7)
man:smb.conf(5)
Process: 341 ExecStart=/usr/sbin/winbindd $WINBINDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 341 (code=exited, status=1/FAILURE)
Jan 13 07:01:45 fileserver systemd[1]: Starting Samba Winbind Daemon...
Jan 13 07:01:45 fileserver systemd[1]: winbind.service: Main process exited, code=exited, status=…AILURE
Jan 13 07:01:45 fileserver systemd[1]...
2019 May 06
0
Doman join issues
...rvice; enabled;
> vendor preset: enabled) Active: failed (Result: exit-code) since Mon
> 2019-05-06 02:14:54 UTC; 22min ago Docs: man:winbindd(8)
> man:samba(7)
> man:smb.conf(5)
> Process: 145 ExecStart=/usr/sbin/winbindd --foreground
> --no-process-group $WINBINDOPTIONS (code=exited, status=1/FAILURE)
> Main PID: 145 (code=exited, status=1/FAILURE)
>
> May 06 02:14:54 linserver01 systemd[1]: Starting Samba Winbind
> Daemon... May 06 02:14:54 linserver01 systemd[1]: winbind.service:
> Main process exited, code=exited, status=1/FAILURE May 06 02:...
2019 Jan 13
0
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
...aded (/lib/systemd/system/winbind.service; enabled;
> vendor preset: enabled) Active: failed (Result: exit-code) since Sun
> 2019-01-13 07:01:45 UTC; 5ms ago Docs: man:winbindd(8)
> man:samba(7)
> man:smb.conf(5)
> Process: 341 ExecStart=/usr/sbin/winbindd $WINBINDOPTIONS
> (code=exited, status=1/FAILURE) Main PID: 341 (code=exited,
> status=1/FAILURE)
>
> Jan 13 07:01:45 fileserver systemd[1]: Starting Samba Winbind
> Daemon...
That is actually a good thing, on a Samba AD DC you ONLY start the
'samba' binary. This is achieved on Debian...
2018 Sep 03
1
winbindd crashing -- how to auto-heal?
...get network.target nmb.service
>
> [Service]
> Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
> Type=notify
> NotifyAccess=all
> PIDFile=/run/winbindd.pid
> EnvironmentFile=-/etc/sysconfig/samba
> ExecStart=/usr/sbin/winbindd --foreground --no-process-group
> "$WINBINDOPTIONS"
> ExecReload=/usr/bin/kill -HUP $MAINPID
> LimitCORE=infinity
>
> [Install]
> WantedBy=multi-user.target
Not really up to date with systemd (I do not use it), but I would
remove '--foreground --no-process-group', this would allow winbind to
run normally. I would a...
2018 Sep 03
0
winbindd crashing -- how to auto-heal?
...ription=Samba Winbind Daemon
After=syslog.target network.target nmb.service
[Service]
Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba
Type=notify
NotifyAccess=all
PIDFile=/run/winbindd.pid
EnvironmentFile=-/etc/sysconfig/samba
ExecStart=/usr/sbin/winbindd --foreground --no-process-group
"$WINBINDOPTIONS"
ExecReload=/usr/bin/kill -HUP $MAINPID
LimitCORE=infinity
[Install]
WantedBy=multi-user.target
> Why do feel you don't need a process group for winbind ?
>
I'm not the implementor (but I can pass your questions on to that group).
However, if I were to guess: The impleme...
2016 Jul 12
1
Option configure
...-user.target
winbind.service
[Unit]
Description=Samba Winbind Daemon
Documentation=man:winbindd(8) man:samba(7) man:smb.conf(5)
After=network.target nmb.service
[Service]
Type=notify
NotifyAccess=all
PIDFile=/run/winbindd.pid
EnvironmentFile=-/etc/default/samba
ExecStart=/usr/sbin/winbindd "$WINBINDOPTIONS"
ExecReload=/bin/kill -HUP $MAINPID
LimitCORE=infinity
[Install]
WantedBy=multi-user.target
2016 Jul 12
6
Option configure
Just backported 4.4.5 from debian sid to jessie. samba.service is masked
there. If running as an fileserver the services are started via
smbd.service,nmbd.service, winbind.service.
There is an samba-ad-dc script which is masked by default.
To get the ad-dc up and running with systemd one has to unmask
samba-ad-dc.service and mask smbd.service,nmbd.service, winbind.service.
This is the
2020 Sep 30
2
CTDB Question w/ Winbind
...tem/winbind.service; enabled; vendor
preset: disabled)
Active: *failed* (Result: exit-code) since Wed 2020-09-30 12:58:25 UTC;
1s ago
Docs: man:winbindd(8)
man:samba(7)
man:smb.conf(5)
Process: 484378 ExecStart=/usr/sbin/winbindd --foreground
--no-process-group $WINBINDOPTIONS *(code=exited, status=1/FAILURE)*
Main PID: 484378 (code=exited, status=1/FAILURE)
Status: "Starting process..."
Sep 30 12:58:25 euw2-samba-server-c21-01 systemd[1]: Starting Samba Winbind
Daemon...
Sep 30 12:58:25 euw2-samba-server-c21-01 winbindd[484378]: *[2020/09/30
12:58...
2019 Jan 13
2
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
... Loaded: loaded (/lib/systemd/system/winbind.service; enabled; vendor
preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-01-13 12:14:43
UTC; 5ms ago
Docs: man:winbindd(8)
man:samba(7)
man:smb.conf(5)
Process: 533 ExecStart=/usr/sbin/winbindd $WINBINDOPTIONS
(code=exited, status=1/FAILURE)
Main PID: 533 (code=exited, status=1/FAILURE)
Jan 13 12:14:43 fileserver systemd[1]: winbind.service: Failed to reset
devices.list: Operation n…mitted
Jan 13 12:14:43 fileserver systemd[1]: Starting Samba Winbind Daemon...
Jan 13 12:14:43 fileserver systemd[...
2020 Sep 29
2
CTDB Question w/ Winbind
When I try to enable CTDB to manage (legacy) SMB and Winbind, I get startup
errors.
Sep 29 22:23:06 euw2-samba-server-c21-01 ctdb-eventd[1509]: *49.winbind:
Failed to start winbind*
Sep 29 22:23:06 euw2-samba-server-c21-01 ctdb-eventd[1509]: *startup event
failed*
Sep 29 22:23:06 euw2-samba-server-c21-01 ctdbd[1507]: *startup event failed*
Sep 29 22:23:11 euw2-samba-server-c21-01 ctdbd[1507]:
2019 May 06
3
Doman join issues
...ice; enabled;
> vendor preset: enabled) Active: failed (Result: exit-code) since Mon
> 2019-05-06 02:14:54 UTC; 22min ago Docs: man:winbindd(8)
> man:samba(7)
> man:smb.conf(5)
> Process: 145 ExecStart=/usr/sbin/winbindd --foreground
> --no-process-group $WINBINDOPTIONS (code=exited, status=1/FAILURE)
> Main PID: 145 (code=exited, status=1/FAILURE)
>
> May 06 02:14:54 linserver01 systemd[1]: Starting Samba Winbind
> Daemon... May 06 02:14:54 linserver01 systemd[1]: winbind.service:
> Main process exited, code=exited, status=1/FAILURE May 06 0...
2019 Jan 12
3
samba.service is masked (Debian 9)
Hello,
please excuse my bad english. But I am not a native speaker.
I installed samba 4 (DC) like this description
http://tobs.tips/_doc_/ProxMoxDoc/07samba/ on a new Debian 9 System.
After
* apt-get install samba
* service samba stop
* rm -f /etc/samba/smb.conf
* samba-tool domain provision --use-rfc2307 --use-xattrs=yes --interactive
with no error-massages I try to start samba 4 via