Displaying 9 results from an estimated 9 matches for "10161".
Did you mean:
1016
2018 Jun 20
4
Ubuntu 18:04 not getting 'home' directory from DC
...his to the *file server smb.conf*: />//>/ template homedir = /mnt/home/%U ( also tried />//mnt/Filestore/user-folders/%U ) />/ template shell = /bin/sh />//>/both resulted in correct mount points and shell: />//>/getent passwd 'rachelj' />/rachelj:*:10161:10001::/mnt/home/rachelj:/bin/sh />//>/but expected: />/rachelj:*:10161:10001:Rachel Jones:/mnt/home/rachelj:/bin/sh /
Check if 'Rachel Jones' has a 'gecos' attribute in AD.
>/But when I tried to login, after a short pause it snaps back to a />/login. The mount po...
2018 Jun 19
6
Ubuntu 18:04 not getting 'home' directory from DC
Hello,
I've been trying to get Ubuntu 18.04 to work with Samba AD, seems I am
almost there but am unable to get home directories to mount properly.
The domain join went without a problem but because the default cifs ver
changed in Ubuntu to get other Samba shares on a samba file server to
mount I had to add to it's smb.conf:
client min protocol = SMB2
client min protocol = SMB3
So
2018 Jun 21
0
Ubuntu 18:04 not getting 'home' directory from DC
...this to the *file server smb.conf*: />//>/ template homedir = /mnt/home/%U ( also tried />//mnt/Filestore/user-folders/%U ) />/ template shell = /bin/sh />//>/both resulted in correct mount points and shell: />//>/getent passwd 'rachelj' />/rachelj:*:10161:10001::/mnt/home/rachelj:/bin/sh />//>/but expected: />/rachelj:*:10161:10001:Rachel Jones:/mnt/home/rachelj:/bin/sh /
> Check if 'Rachel Jones' has a 'gecos' attribute in AD.
>
> >/But when I tried to login, after a short pause it snaps back to a />/login...
2018 Jun 26
1
Fwd: Re: Ubuntu 18:04 not getting 'home' directory from DC
...this to the *file server smb.conf*: />//>/ template homedir = /mnt/home/%U ( also tried />//mnt/Filestore/user-folders/%U ) />/ template shell = /bin/sh />//>/both resulted in correct mount points and shell: />//>/getent passwd 'rachelj' />/rachelj:*:10161:10001::/mnt/home/rachelj:/bin/sh />//>/but expected: />/rachelj:*:10161:10001:Rachel Jones:/mnt/home/rachelj:/bin/sh /
> Check if 'Rachel Jones' has a 'gecos' attribute in AD.
>
> >/But when I tried to login, after a short pause it snaps back to a />/login...
2018 Jun 20
0
Ubuntu 18:04 not getting 'home' directory from DC
...was able to get a better response
after adding this to the *file server smb.conf*:
template homedir = /mnt/home/%U ( also tried
/mnt/Filestore/user-folders/%U )
template shell = /bin/sh
both resulted in correct mount points and shell:
getent passwd 'rachelj'
rachelj:*:10161:10001::/mnt/home/rachelj:/bin/sh
but expected:
rachelj:*:10161:10001:Rachel Jones:/mnt/home/rachelj:/bin/sh
But when I tried to login, after a short pause it snaps back to a
login. The mount point (rachelj) was created but nothing is in the
directory. Note this is a new user and nothing exist...
2011 Nov 01
0
Announce: Puppet 2.7.7rc1 available
...eving the
request body multiple times would return an empty string after the
first time.
## (10244) Restore Mongrel XMLRPC functionality
This code was over-eagerly removed, when it turns out to actually
still be necessary for backward compatibility with XMLRPC clients.
## (10161) Parenthesize method arguments
Ruby 1.8.6 issues warnings when arguments to nested methods are not
parenthesized, e.g.
f.puts(YAML.dump metadata)
results in:
warning: parenthsize arguments(s) for future versions
These warnings were introduced during Windows developm...
2006 Aug 09
4
checking session -newbie
hello!
i have a problem checking a session. i want to check if the session
exists, and then redirect somewhere, but in the if-loop, if the session
doesnt exist, i become an error
im trying to do something like:
if @session[''user''] == nil
redirect_to ...
else
redirect_to ...
end
but as i said, the loop doesnt work, because i become the error before
it checks.
how can i
2006 Oct 18
1
Assertion failure with Dovecot 1.0rc10
Hi,
I am seeing the following (with Dovecot 1.0 rc10):
Oct 18 07:35:58 dovecot: IMAP(user): UIDs broken with partial sync in mbox file /var/mail/user
Oct 18 07:35:58 dovecot: IMAP(user): mbox sync: UID inserted in the middle of mailbox /var/mail/user (15314 > 9604, seq=5, idx_msgs=224)
Oct 18 07:35:59 dovecot: IMAP(user): file mbox-sync-rewrite.c: line 405 (mbox_sync_read_and_move): assertion
2011 Dec 01
3
Announce: Puppet 2.7.8rc1 available
...the subjectAltName value from the CSR.
66101f1 (#2848) Set `certdnsnames` values into the CSR.
77b814f (#6928) Don''t blow up when the method is undefined...
5427f1e (#6928) backport Symbol#to_proc for Ruby < 1.8.7
6ef1d3a (#6371) Update lastchg field in shadow file on Solaris.
c343615 (#10161) Parenthesize method arguments
5721ab9 Maint: Remove duplicate path extension code
edc721e (#9636) Always set $CHILD_STATUS when executing on Windows
448d5db (#9636) Fix PATHEXT resolution for paths other than system32
424379d (#9996) Restore functionality for multi-line commands in exec resources...