Displaying 10 results from an estimated 10 matches for "02z".
Did you mean:
02
2016 Jul 15
5
Samba-4.3 on FreeBSD-10.3
...mba43. Can anyone provide me with such a reference or
authoratiavely state what the settings should be?
The default settings for FreeBSD-10.3 in /etc/nsswitch.conf are:
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.3/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
dougb $
#
group: compat
group_compat: nis
hosts: files dns
networks: files
passwd: compat
passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
Any help with this is gratefully appreciated.
--
*** e-Mail is NOT a SECURE channel ***...
2015 Jul 11
2
Problem with Samba 4.2/FreeBSD10.1
...nbind refresh tickets = Yes
log level = 10
[demoshare]
path = /srv/samba/test
read only = no
# wbinfo -u
administrator
krbtgt
guest
leeb
# cat /etc/nsswitch.conf
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.1/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb
$
#
#group: compat
#group_compat: nis
hosts: files dns
networks: files
#passwd: compat
#passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
group: files winbind
user: files winbind
# sockstat -4
USER COMMAND PID FD PROTO LOCAL ADDRESS...
2015 Jul 11
1
Problem with Samba 4.2/FreeBSD10.1
...no
>>
>> # wbinfo -u
>> administrator
>> krbtgt
>> guest
>> leeb
>>
>> # cat /etc/nsswitch.conf
>> #
>> # nsswitch.conf(5) - name service switch configuration file
>> # $FreeBSD: releng/10.1/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
>> dougb
>> $
>> #
>> #group: compat
>> #group_compat: nis
>> hosts: files dns
>> networks: files
>> #passwd: compat
>> #passwd_compat: nis
>> shells: files
>> services: compat
>> services_compat: nis
>> protocols: files...
2017 Apr 04
0
Unable to load roaming profiles samba-4.3 FreeBSD
...ese issues of which I write now are recent developments.
I modified /etc/nsswitch.conf to remove the compatibility options and
ended up with this:
cat /etc/nsswitch.conf
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.3/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
dougb $
#
group: files winbind
hosts: files dns
networks: files
passwd: files winbind
shells: files
services: files
protocols: files
rpc: files
Restarting the samba_server following this change seems to have
cleared up some of the problems. But that may be just co-incidental.
All of the previous...
2010 Apr 28
4
XCP - VM creation from template and netinst
...></restrictions>
xenstore-data (MRW):
ha-always-run ( RW): false
ha-restart-priority ( RW):
blobs ( RO):
start-time ( RO): 19700101T00:00:00Z
install-time ( RO): 20100428T13:05:02Z
VCPUs-number ( RO): 0
VCPUs-utilisation (MRO):
os-version (MRO): <not in database>
PV-drivers-version (MRO): <not in database>
PV-drivers-up-to-date ( RO): <not in database>
memor...
2016 Jul 15
0
Samba-4.3 on FreeBSD-10.3
...h such a reference or
> authoratiavely state what the settings should be?
>
> The default settings for FreeBSD-10.3 in /etc/nsswitch.conf are:
>
> #
> # nsswitch.conf(5) - name service switch configuration file
> # $FreeBSD: releng/10.3/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z
> dougb $
> #
> group: compat
> group_compat: nis
> hosts: files dns
> networks: files
> passwd: compat
> passwd_compat: nis
> shells: files
> services: compat
> services_compat: nis
> protocols: files
> rpc: files
>
> Any help with this is gratefully ap...
2012 Jan 04
1
Eaton_SDK dangling branch solved
I've solved the problem of the detached Eaton_SDK branch.
What must have happened here is the branch creator did a
non-Subversion cp -r followed by an add of the target directory.
This registered a tree that duplicated trunk, *without* ancestry
information connecting it to its source revision.
The correct fix is to check each new text section against a list of
MD5 hashes of old text
2015 Jul 11
0
Problem with Samba 4.2/FreeBSD10.1
...path = /srv/samba/test
> read only = no
>
> # wbinfo -u
> administrator
> krbtgt
> guest
> leeb
>
> # cat /etc/nsswitch.conf
> #
> # nsswitch.conf(5) - name service switch configuration file
> # $FreeBSD: releng/10.1/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb
> $
> #
> #group: compat
> #group_compat: nis
> hosts: files dns
> networks: files
> #passwd: compat
> #passwd_compat: nis
> shells: files
> services: compat
> services_compat: nis
> protocols: files
> rpc: files
>
> group: files winbind
> user:...
2018 May 30
2
Winbind - NSS problem?
...aned the cache and even
bootstrapped my server, removed the *tdb files end rejoined
the domain.
Has someone else seen the same?
My relevant configuration:
nsswitch.conf
#
# nsswitch.conf(5) - name service switch configuration file
# $FreeBSD: releng/10.4/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb $
#
#group: compat
group: winbind files
group_compat: nis
hosts: files dns
networks: files
#passwd: compat
passwd: winbind files
passwd_compat: nis
shells: files
services: compat
services_compat: nis
protocols: files
rpc: files
smb4.conf:
[global]
security = ADS
netbios name = HERMES
serv...
2011 Sep 23
21
Official puppetlabs position on cron vs puppet as a service?
Over the years many shops have come to start running puppet via cron to
address memory leaks in earlier versions of Ruby, but the official position
was that puppet was meant to be run as a continually running service.
I am wondering if the official position has changed. On one hand many if not
all of the early Ruby issues have been fixed, on the other, the addition of
mcollective into the mix as