Displaying 9 results from an estimated 9 matches for "userhomedir".
Did you mean:
userhomedirs
2016 Apr 14
2
(rfc) too many keys, usecase?
...n failures for root
packet_write_wait: Connection to <remotehost> port 22: Broken pipe
mux_client_request_session: read from master failed: Broken pipe
Failed to connect to new control master
Yes, I do have a few keys in ~/.ssh and use ControlMaster:
debug1: Offering RSA public key: <userhomedir>/.ssh/id_rsa
debug1: Offering RSA public key: <userhomedir>/.ssh/id_rsa
debug1: Offering RSA public key: <userhomedir>/.ssh/another_id_rsa
debug1: Trying private key: <userhomedir>/.ssh/id_dsa
debug1: Offering ECDSA public key: <userhomedir>/.ssh/id_ecdsa
debug1: Off...
2003 Mar 18
2
rsync over nfs
> Hello,
> I have rsync process which is a crontab job:
> 0 0-23 * * * /bin/rsync -rvg /net/server1/local/filesys1/userhomedir/project_dir /local/filesys1/userhomedir/project_dir
> which sync the user project dir on localsystem from another machine called server1 via nfs, but the weird thing its coping all files every time it syncs am I using the wrong flags? is it possible to copy only the new/changed file or that'...
2009 Feb 06
16
clamAV problem
Since my power problems that resulted in a re-install I have a problem which
I've failed to locate up to now. The logs show
daily.cld updated (version: 8950, sigs: 72593, f-level: 38, builder: ccordes)
Database updated (510565 signatures) from db.gb.clamav.net (IP: 163.1.3.8)
WARNING: Clamd was NOT notified: Can't connect to clamd through
/tmp/clamd.socket
I've been
2016 Apr 14
2
(rfc) too many keys, usecase?
...remotehost> port 22: Broken pipe
> > mux_client_request_session: read from master failed: Broken pipe
> > Failed to connect to new control master
> >
> > Yes, I do have a few keys in ~/.ssh and use ControlMaster:
> >
> > debug1: Offering RSA public key: <userhomedir>/.ssh/id_rsa
> > debug1: Offering RSA public key: <userhomedir>/.ssh/id_rsa
> > debug1: Offering RSA public key: <userhomedir>/.ssh/another_id_rsa
> > debug1: Trying private key: <userhomedir>/.ssh/id_dsa
> > debug1: Offering ECDSA public key: <us...
2007 Sep 21
1
Broken header
...what it means?
Error: IMAP(user):
/mail2/home/user/.Maildir/.Folders.Persons.Foldername/dovecot-uidlist:
Broken header (uidvalidity = 0, next_uid=10)
Error: IMAP(user):
/mail2/home/user/.Maildir/.Folders.2005/dovecot-uidlist: Broken header
(uidvalidity = 0, next_uid=1186)
Mails are stored in userhomedirs that are located on a NFS export.
See below output from dovecote -n
[root at mail dovecot-1.0.5]# /usr/local/sbin/dovecot -n
# 1.0.5: /usr/local/etc/dovecot.conf
log_path: /var/log/dovecot.log
login_dir: /usr/local/var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
log...
2020 Oct 09
0
creating and copying users
...s are created, some not.
Thats because you
- Create user in ADUC
- Now add userHome and userProfile in ADUC.
\\server.fqdn\users\%username%
\\server.fqdn\profiles\%username%
- set UID/GID and Homedir (the linux path) and shell
You MUST set UID/GID before you apply in ADUC for the userhomedir and profile dir.
I hope this helps a bit. ( at least for now )
Have a great weekend.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Robert Wooden via samba
> Verzonden: vrijdag 9 oktober 2020 16:20
> Aan: S...
2020 Oct 09
4
creating and copying users
This topic may have been discussed many times, sorry to repeat here.
I have been trying various combinations of adding test users via ADUC. The
first three (3) added fine. Then the strange began. Many, many W10 client
re-starts throughout these process to make client capture any changes from
servers.
In one case, create the user, give him/her a password. Login from W10
client. Logout of W10
2020 Oct 25
3
GPO fail and sysvol perm errors
On 25/10/2020 20:37, Sonic wrote:
> The reset allowed the current GPO to take effect, but right after
> adding a new GPO (just named it, no editing, or linking) the
> sysvolcheck fails:
> # samba-tool ntacl sysvolcheck
> ERROR(<class 'samba.provision.ProvisioningError'>): uncaught exception
> - ProvisioningError: DB ACL on GPO directory
>
2020 Oct 26
7
GPO fail and sysvol perm errors
..., you might need to remove all acl's en extended attributs
first and reapply it all.
I saying this because, after my fileservers move, and restored some files
from backups.
The old UID/GID where restored also.
A part of a new script i have, how i reset all folder and files.
It focues on a userhomedir here but it shows what i did.
The might be a faster/better way for it, but this worked for me.
You might want/need to transform that to the sysvol folders.
FindUser is the username found by the script.
SAMBA_SHARE_USERS is the path the the users share (in this case its
/srv/samba/users)...