similar to: Shares stopped working for groups

Displaying 20 results from an estimated 300 matches similar to: "Shares stopped working for groups"

2020 Jul 20
1
Shares stopped working for groups
n 20/07/2020 14:19, Nick Howitt via samba wrote: > > > On 20/07/2020 11:14, Rowland penny via samba wrote: >> >> >> I have reviewed all the posts in this thread and I 'think' I know >> what is going on and also answers a question I asked. >> >> You have in your smb.conf: >> >> unix password sync = Yes >> >> This possibly
2020 Jul 20
2
Shares stopped working for groups
On 20/07/2020 10:37, Nick Howitt via samba wrote: > Bump, please. I have reviewed all the posts in this thread and I 'think' I know what is going on and also answers a question I asked. You have in your smb.conf: unix password sync = Yes This possibly means that you have a group in /etc/group called allusers with the ID of 63000 I would replace the line with: ldap password sync
2020 Jul 18
2
Shares stopped working for groups
I messed up on my reply yesterday. On 17/07/2020 21:05, Rowland penny via samba wrote: > > On 17/07/2020 19:57, Nick Howitt via samba wrote: >> Hi, >> I have a ClearOS 7.8 system which is running >> samba-4.10.4-11.el7_8.x86_64, and it upgraded to this just over a >> week ago (probably not relevant). A couple of days ago all the group >> shares failed. I
2020 Jul 20
0
Shares stopped working for groups
On 20/07/2020 11:14, Rowland penny via samba wrote: > > On 20/07/2020 10:37, Nick Howitt via samba wrote: >> Bump, please. > > I have reviewed all the posts in this thread and I 'think' I know what > is going on and also answers a question I asked. > > You have in your smb.conf: > > unix password sync = Yes > > This possibly means that you have
2018 Aug 03
0
rsync versioning problem
On Aug 3, 2018, at 9:59 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > >> You haven?t needed "-e ssh? since rsync 2.6.0, which made it the default. It was released in 2004. > > How do I specify -p and -l that I cut out of my example? Add it to ~/.ssh/config: Host nevia.htt-consult.com Port 2222 User rmoskowitz You might not think of rsync
2020 Jul 17
0
Shares stopped working for groups
On 17/07/2020 19:57, Nick Howitt via samba wrote: > Hi, > I have a ClearOS 7.8 system which is running > samba-4.10.4-11.el7_8.x86_64, and it upgraded to this just over a week > ago (probably not relevant). A couple of days ago all the group shares > failed. I discovered that if I switched them to the built-in group > "allusers" the share worked fine. It fails for
2020 Jul 20
0
Shares stopped working for groups
Bump, please. On 18/07/2020 08:41, Nick Howitt via samba wrote: > > I messed up on my reply yesterday. > > On 17/07/2020 21:05, Rowland penny via samba wrote: >> >> On 17/07/2020 19:57, Nick Howitt via samba wrote: >>> Hi, >>> I have a ClearOS 7.8 system which is running >>> samba-4.10.4-11.el7_8.x86_64, and it upgraded to this just over a
2018 Aug 03
4
rsync versioning problem
On 08/03/2018 11:07 AM, Warren Young wrote: > On Aug 3, 2018, at 8:57 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> I seem to have an rsync versioning problem. > Have you ruled out the other causes of that error? For instance: > > https://askubuntu.com/a/716911 yeah.? It is backups, not backup.? Oops. > >> And researching this it comes down to a
2018 Aug 03
2
rsync versioning problem
I seem to have an rsync versioning problem. The sender is an old ClearOS6 server with rsynv 3.0.6 The receiver is a brand new Centos7-armv7 server with rsync 3.1.2 I am running rsync over ssh Got the error: rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6] And researching this it comes down to a versioning issue.? But all I have found was to upgrade the
2018 Aug 03
0
rsync versioning problem
On Aug 3, 2018, at 8:57 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > I seem to have an rsync versioning problem. Have you ruled out the other causes of that error? For instance: https://askubuntu.com/a/716911 > And researching this it comes down to a versioning issue. That seems rather unlikely for such an old and stable tool as rsync, and especially for two
2006 Jun 22
4
Filter on variable
Hi all, I have a question about filtering on a variable. If I have the following code in my controller to select a list of users > @allusers = User.find(:all, > :conditions => [''team_id = ?'', @params["id"], > :order => ''created_at'') Is there an easy way to find out all users who
2019 Jan 30
1
Winbindd runs interactively, fails as a daemon
On 30/01/2019 13:38, Rowland Penny via samba wrote: > On Wed, 30 Jan 2019 12:44:51 +0000 > Nick Howitt via samba <samba at lists.samba.org> wrote: > >> Hi, >> I have server which is joined to an AD DC but I am having problems >> starting or keeping winbind running. If I reboot the server, it fails >> to start. If I then start it with "winbindd -i"
2007 Jul 19
5
files permission and hidden files are not rsync properly
Hi folks, I have recently installed rsync.2.6.9. on CentOS4.x boxes. That was my first backup yesterday. But I notice that some hidden (or dot files) are not copied to the other host on the network. And group and ownership of the files are changed to ?nobody? while files and folders permission are copied properly. So what am mission here can anybody shed light please? Here is the result;
2019 Feb 18
2
Password change **apparently** failing in Windows 10 with 4.7.1
I have a server running 4.7.1 in PDC mode (NT4-style domain) and we've noticed that when changing passwords now in Window10 the change happens but Windows 10 comes back with a "username or password incorrect" message. Logging off and logging on again shows that the password change has, in fact, worked as the new password is required. Similarly logging straight into the server
2019 Oct 22
3
Samba domain users AWOL from Samba file server.
Using samba-tool on my samba DC, I created several users. On my separate samba file server, joined to the domain, all the users are listed as belonging to Domain Users ( getent group "Domain Users"). However, several domain users are missing from the passwd database on the file server (i.e., nothing returned when I run getent passwd user3). Why would that be? Each user has its own
2007 Dec 13
2
Rsync rsync: writefd_unbuffered failed to write ?
I am running jungledisk and this is my script: #!/bin/sh ### Backs up office data to Jungledisk using rsync LOGFILE=/var/log/backup-jd.log ## Start in rc.local or here #/usr/local/bin/jungledisk mount /mnt/s3 echo "`date +"%F %R"`: Start backup-jd" >> $LOGFILE rsync -r --inplace --size-only --bwlimit=50 /home/shares/allusers/127 /mnt/s3 echo "`date +"%F
2006 Oct 10
2
somewhat OT--windows logon script
Hi Group, We use a simple logon script to map drives for our users. If we put the following line: net use /delete * /yes then no drives are mapped on the workstations. If we rem it out, the script works fine. Full script below: net use /delete * /yes net use e: \\server5\peachtree net use w: \\server5\contract_maintenance net use t: \\server5\fleet net use x: \\server5\allusers net use u:
2008 Mar 27
1
samba automatically delete folders ??????????
Dear list, I am facing really a mysterious problem with samba. I am using clarkconnect server where samba-3.0.25b-1.1.cc is installed. I have created some samba users and windows XP user can share their samba files and folders without any problem. But the problem which happened here third time is auto deletion of files and folders !!!!!!!!!!!!!!!!!!!!!!!!!! An user ( FROM XP) simply deleted 2
2003 Dec 12
1
Using Samba to Mount User Shares as Linux Home Dirs?
I'm trying to get a linux machine integrated into an all-Windows network. Following the instructions of the *wonderful* Official Samba-3 HOWTO, I was able to get the machine to authenticate with the ADS. I can also allow domain users to log into the linux machine. What I would like to do now is have a way for the users' network share/home directory in the window environment to be
2007 Nov 23
1
smb.conf question. multiple /home/shares
Hi This is what i want to do : each windows pc will have its own /home/username on this samba server. for example i have added 3 users so far and my .conf is like this : [george] comment = Home path = /home/george #valid users = %S read only = no browsable = yes [trandism] comment = Home path = /home/trandism read only = no browsable = yes [xristoforos] comment =