similar to: Samba Nobody (File ownership) problems returns

Displaying 20 results from an estimated 20000 matches similar to: "Samba Nobody (File ownership) problems returns"

2010 Feb 07
2
Samba + Quickbooks Idle Crash
I have a samba server running on ubuntu 9.10 with windows (both Xp and vista) clients running quickbooks (accounting software). Quickbooks can connect to the samba server and get access to the data files with no problems, if the secretary uses quickbooks continuously there is never a problem the system works for hours on end. However if the secretary leaves the software running but doing nothing
2018 Mar 21
2
log error about permissions in truncated share path...
In syslog of my DC (2:4.5.12+dfsg-2+deb9u2~bpo8+1) i found sometime rows like: Mar 21 09:53:40 vdcsv1 smbd[22686]: [2018/03/21 09:53:40.826081, 0] ../source3/param/loadparm.c:3244(process_usershare_file) Mar 21 09:53:40 vdcsv1 smbd[22686]: process_usershare_file: stat of /var/lib/samba/usershares/sysvo failed. Permesso negato Mar 21 09:53:40 vdcsv1 smbd[22686]: [2018/03/21 09:53:40.831949,
2018 Mar 21
0
log error about permissions in truncated share path...
On Wed, 21 Mar 2018 11:02:02 +0100 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > In syslog of my DC (2:4.5.12+dfsg-2+deb9u2~bpo8+1) i found sometime > rows like: > > Mar 21 09:53:40 vdcsv1 smbd[22686]: [2018/03/21 09:53:40.826081, > 0] ../source3/param/loadparm.c:3244(process_usershare_file) Mar 21 > 09:53:40 vdcsv1 smbd[22686]:
2012 Mar 21
0
Many usershare messages logged but no usershares defined
There are many messages about samba usershares in the logs but no usershares are defined: # grep '\[2012/03/20' /var/log/samba/log.smbd | grep process_usershare_file | wc -l 1518 # grep --ignore-case usershare /etc/samba/smb.conf.source /etc/samba /smb.conf [no output] # ls -l /var/lib/samba/usershares/ total 0 The messages are typically like: [2012/03/20 10:05:05.002947, 0]
2013 May 24
1
BDC needs a [profile] and [netlogon] share ?
Hi all, I have a BDC which uses the LDAP backend of my PDC. Unfortunately all the users who log-in in the morning and who are processed by this BDC, do not get their logon script executed. The BDC logs this error message: [2013/05/24 07:28:11.946577, 2] auth/auth.c:304(check_ntlm_password) check_ntlm_password: authentication for user [foobar] -> [foobar] -> [foobar] succeeded
2023 Jan 26
2
User shares do not appear anymore
Hi, I have an Ubuntu system with samba 4 that did work perfectly until this morning. Normal shares in smb.conf appeared as always, while user shares included with %U did not anymore. This is the global part of smb.conf: ? ? ? ? security = user ? ? ? ? username map = /etc/samba/smbusers ? ? ? ? include = /etc/samba/smb.conf.%U ? ? ? ? include = /etc/samba/smb.conf.%m ? There are then various
2013 Sep 09
1
usershare
Hello, i' got some strange message in samb log file : Sep 9 15:04:10 samba smbd[1018]: [2013/09/09 15:04:10.621264, 0] param/loadparm.c:9114(process_usershare_file) Sep 9 15:04:10 samba smbd[1018]: process_usershare_file: stat of /var/lib/samba/usershares/blabla failed. Permission non accord?e But i havent usershares defined. Somebody could told me what could be the way to solve this
2018 Oct 31
3
old bug with usershares of what?
Hello! Please look at this log entry: [2018/10/30 15:26:04.013132, 0] ../source3/param/loadparm.c:3358(process_usershare_file) process_usershare_file: stat of /var/lib/samba/usershares/share failed. Permission denied I don't know why this message is spamming my log, my version of samba is 4.9.1 from fedora 29, but problem existed long time ago with older versions. here is usershares
2015 Oct 05
6
Removing share from smb.conf
Hello, I notice if I simply comment out a share or remove entirely. I receive errors such as theses. Is there a proper protocol to follow when removing a share? process_usershare_file: stat of /var/lib/samba/usershares/myshare failed. No such file or directory ../source3/param/loadparm.c:4366(process_usershare_file) process_usershare_file: stat of /var/lib/samba/usershares/myshare failed.
2009 Aug 12
1
Samba login errors of Vista PC to Samba DC
I am very new to Ubuntu/Linux/Samb and have very simple goals: Set up an Ubuntu Server as a Domain Controller to provide single signon for students using study center PC's. All of the PC's are Windows Vista Business. I have successfully added a PC to the domain. I have successfully created a network user and logged on to the PC. However, the Samba log is throwing errors and I have a
2018 Oct 31
0
old bug with usershares of what?
> ср, 31 окт. 2018 г. в 14:51, Rowland Penny via samba < > samba at lists.samba.org>: > >> On Wed, 31 Oct 2018 14:41:45 +0300 >> Илья Коскин via samba <samba at lists.samba.org> wrote: >> >> > Hello! Please look at this log entry: >> > >> > [2018/10/30 15:26:04.013132, 0] >> >
2015 Oct 05
0
Removing share from smb.conf
On 05/10/15 20:34, James wrote: > Hello, > > I notice if I simply comment out a share or remove entirely. I > receive errors such as theses. Is there a proper protocol to follow when > removing a share? > > process_usershare_file: stat of /var/lib/samba/usershares/myshare > failed. No such file or directory > >
2010 Feb 10
3
Having problem with "valid users" in Active Directory/Samba environment
We have a Ubuntu/Samba setup to serve Windows-XP users using Active Directory credentials. The application is a backup service using rsync from their workstations to the server. Ubuntu: 9.10, Samba: 3.4.0. The backups work fine, and individual users logged onto XP with AD credentials can see the contents of their shares on the server. However, we have been unable to configure Samba to allow
2015 Oct 06
1
Removing share from smb.conf
Fix is very simple, if you dont want to see any error in the logs like me. I like clean logs.. Just add the following to smb.conf usershare path = thats it. restart your samba. I did not set this on my DC, but on my member servers. But give it a try. Tell us if it works on you DC also. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at
2015 Jun 30
2
Computer can't access Sysvol
Hi All, I have a computer which I recently took off the domain before shipping to HP for repair. I've now had it back and re-added it to the domain and it no-longer appears to be able to access the sysvol share (even using a domain admin login). I've seen this behaviour in one other machine but as it was just a test machine I ignored the problem. When I try to access the share I
2015 Jul 01
3
Computer can't access Sysvol
I did have a "usershares" share when I first set the domain up. This has since been removed. The strange thing is that from my PC (which was the first to be added to the domain) and from this PC (which was the second) I can still see the share (and access it from my PC). Seems like there is some caching going on somewhere. Any idea how it can be cleared? John On 30/06/2015
2015 Jul 01
0
Computer can't access Sysvol
Ok, I've worked out the caching was due to setting up administratively assigned offline folders. However I think I was getting a little mixed up with my servers. The error log was from a server that still had the share enabled. I've now removed the share from the config and restarted the Samba server. Despite this I am still seeing the error when computers try to update group policy
2008 Nov 18
0
Permission denied of usershares statfile in Samba 3.0.28a-1ubuntu4.7
Hello, I have migrate my running Samba-PDC Setup with LDAP from Debian Etch to Ubuntu Hardy Server 8.04. LDAP ist running correct. Samba Setup ist working right, but acces to Users Home has a poor performance. Access to a "PUBLIC" Folder is much faster! Bug Report: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/299306 The Usershare Folder: drwxrwx--T 2 root sambashare 4096 Nov
2008 Nov 26
0
Re: [Bug 299306] [NEW] Permission denied of usershares statfile in Samba 3.0.28a-1ubuntu4.7
This bug report can be closed.... The Problem was an error in mapping user and group ID to the LDAP UID/GID! I have set the right UID/GID in the smb.conf with uid map = 10000-20000 gid map = 500-600 -> no errors in config!! Meslo wrote: > Public bug reported: > > Hello, > > I have migrate my running Samba-PDC Setup with LDAP from Debian Etch to > Ubuntu Hardy Server 8.04.
2015 Jun 30
0
Computer can't access Sysvol
On 30/06/15 18:08, John Cobley wrote: > Hi All, > > I have a computer which I recently took off the domain before shipping > to HP for repair. I've now had it back and re-added it to the domain > and it no-longer appears to be able to access the sysvol share (even > using a domain admin login). > > I've seen this behaviour in one other machine but as it was just