Displaying 5 results from an estimated 5 matches for "112708".
Did you mean:
12708
2004 Aug 17
4
Wild cards in "shorewall add" command
Hi
I am looking at converting a Linux terminal server box to iptables
using Shorewall 2.0. (At the moment it uses ipchains).
The server currently has scripts which are called as each user logs
in which run a series of "ipchains" commands to set the access
rights for that user (and again to cancel them when the user logs
out). My plan is to replace these scripts with ones that call
2019 Mar 20
2
AD authentication issue in Samba (kerberos errors)
Rowland,
Thank you, I'll try to implement your suggestions.
But it definitely worked without winbind.
On Wed, Mar 20, 2019 at 1:26 PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Wed, 20 Mar 2019 13:11:47 +0200
> "linux.il" <linux.il at gmail.com> wrote:
>
> > >> - There have been no configuration changes to the system
> >
2019 Mar 21
1
AD authentication issue in Samba (kerberos errors)
...D would end
up if I were running winbind. The actual Centos RPM containing swinbind
is in package samba-winbind which as you can see is not listed on the
member server samba package list.
Here is the result of a ps on one of my member servers:
> ps auxww | grep win
prg-118+ 21497 0.0 0.0 112708 972 pts/2 S+ 19:38 0:00 grep
--color=auto win
Note there is no winbindd running.
Moreover here is the result of a getent passwd user (I sanitized the
user) on a member server not running winbindd:
> getent passwd user:
user:*:10000:10513:User Name:/home/user:/bin/bash
Here is th...
2018 Sep 01
2
winbindd crashing -- how to auto-heal?
...n/winbindd --foreground --no-process-group
root 12858 0.0 0.0 399144 1416 ? S Aug31 0:00
/usr/sbin/winbindd --foreground --no-process-group
root 12859 0.0 0.0 399144 1504 ? S Aug31 0:00
/usr/sbin/winbindd --foreground --no-process-group
jamie.j+ 32589 0.0 0.0 112708 1004 pts/0 S+ 10:15 0:00 grep
--color=auto \(samba\|smb\|winbind\)
$ service winbind status
Redirecting to /bin/systemctl status winbind.service
● winbind.service - Samba Winbind Daemon
Loaded: loaded (/usr/lib/systemd/system/winbind.service; disabled;
vendor preset: disabled)
Active...
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