Displaying 20 results from an estimated 10000 matches similar to: "Problem with file ownership/permissions on WinXP client"
2008 Feb 11
1
File ownership problems
Sorry if this is a faq, known issue, or otherwise easy to solve problem
- have searched lists, docs, web etc, and don't find answer.
I have a Samba server (3.0.14) running on a remote (Debian)
fileserver. I now need to mount the fileserver on a Windows XP laptop.
I can successfully "map network drive" and mount the filserver on the
Windows computer. The problem is that all files on
2013 May 15
1
Using rsync to just -resync permissions and ownership?
G'day,
I'm in the process of fixing a long broken rsync backup on a couple of
servers. The old system rsync'd a Linux (CentOS 5) server onto a
Opensolaris/OpenIndiana server but didn't worry about ownership or
permissions, across an expensive WAN link. All the ownerships and
permissions are different to the original box on the OI box.
I now have a virtual CentOS 5 box that I
2012 Jul 22
1
rsync folder permissions
I'm trying to rsync our filserver to a USB backup. When I first start,
all the folders are created with
root:root
ownership whereas the actual owners are
root:Domain Users
or
root: one.of.our.groups
Eventually, the groups show correctly, but not always. My question is,
when rsync creates the new directories, does it respect user and group
all the way along or must we wait for the end
2015 Aug 07
0
Problems with administrator account
On 07/08/15 09:37, Aurélien Blachet wrote:
> Oh thank you
>
> Just to be sure to understand :
> -getent passwd | grep administrator and id administrator didn't work on Fileserver because administrator account didn't have uidNumber
If Administrator doesn't have a uidNumber, it will not be known to the
Unix host, this is why you either have to give Administrator a uidNumber
2011 Sep 14
3
copy acls with getfacl / setfalc - invalid argument ....
I hav a problem porting my ACLS from my old filserver to a new one...
My old Fileserver:
I have my shares on a partition supporting acls with ext3
/dev/md0 on /data/raid type ext3 (rw,acl,user_xattr)
My new Fileserver:
/dev/md0 on /data/raid type ext4 (rw,acl,user_xattr)
Now I copied all my shares to the new Fileserver with rsync and backed
up my acls with:
getfacl -R
2001 May 10
2
SV: Ext3 destroying ownerships and permissions
> Changed ownerships seem to happen in larger groups or
> batches. The most frequent occurence is that "user A" finds
> that his homedir and *all* files and dirs under it are
> suddenly owned by "user B". Also files under "user A"'s
> homedir which where previously owned by root (some
> auto-generated statistics are owned by root) get their
>
2015 Aug 07
0
Problems with administrator account
On 07/08/15 13:25, Aurélien Blachet wrote:
> Sorry for my mistake.
>
> It resolve the groupmap problem :
> [root at fileserver ~]# net groupmap list
> Administrators (S-1-5-32-544) -> BUILTIN\administrators
> Users (S-1-5-32-545) -> BUILTIN\users
>
> But i still have the administrator problem. I have follow the wiki.samba doc and i have set the SeDiskOperatorPrivilege
2020 Feb 11
0
Winbind problems
On 11/02/2020 15:19, Marcio Demetrio Bacci wrote:
> Hi Rowland
>
> My two DC are Samba 4 on Debian. I? haven't Windows DC.
>
> >Hi Marcio, the ACLs should be copied, so I think it is likely to be
> a?permissions problem, does the user who is running robocopy have
> the?SeDiskOperatorPrivilege on the computer you are copying to ?
>
> I'm running robocopy with
2017 Dec 22
0
Gluster replicate 3 arbiter 1 in split brain. gluster cli seems unaware
Hi Karthik,
Thanks for the info. Maybe the documentation should be updated to
explain the different AFR versions, I know I was confused.
Also, when looking at the changelogs from my three bricks before fixing:
Brick 1:
trusted.afr.virt_images-client-1=0x000002280000000000000000
trusted.afr.virt_images-client-3=0x000000000000000000000000
Brick 2:
2017 Dec 22
0
Gluster replicate 3 arbiter 1 in split brain. gluster cli seems unaware
Hey Henrik,
Good to know that the issue got resolved. I will try to answer some of the
questions you have.
- The time taken to heal the file depends on its size. That's why you were
seeing some delay in getting everything back to normal in the heal info
output.
- You did not hit the split-brain situation. In split-brain all the bricks
will be blaming the other bricks. But in your case the
2017 Dec 21
0
Gluster replicate 3 arbiter 1 in split brain. gluster cli seems unaware
Hi Karthik and Ben,
I'll try and reply to you inline.
On 21 December 2017 at 07:18, Karthik Subrahmanya <ksubrahm at redhat.com> wrote:
> Hey,
>
> Can you give us the volume info output for this volume?
# gluster volume info virt_images
Volume Name: virt_images
Type: Replicate
Volume ID: 9f3c8273-4d9d-4af2-a4e7-4cb4a51e3594
Status: Started
Snapshot Count: 2
Number of Bricks:
2015 Aug 07
0
Problems with administrator account
On 07/08/15 14:07, Aurélien Blachet wrote:
> I guess you want getent group, so i give you both. But administrator is the only user of "domain admin" group with problems.
OOPS, yes 'getent group Domain\ Admins'
> [root at fileserver ~]# getent passwd Domain\ Admins
> [root at fileserver ~]# getent group Domain\ Admins
> domain admins:x:512:
>
> [root at
2006 Sep 25
1
Timestamp issues
Hi folks,
I got a fileserver with debian sarge which is being held up to date as good as
I can.
I got a machine with two harddrives. One holds kubuntu dapper and one holds
winxp. And then there's more machines but they don't matter at the moment.
On the filserver there's a share _images_ that has a force user/group _images_
constraint. Therefore when I save an image to that share
2017 Dec 22
2
Gluster replicate 3 arbiter 1 in split brain. gluster cli seems unaware
Hi Henrik,
Thanks for providing the required outputs. See my replies inline.
On Thu, Dec 21, 2017 at 10:42 PM, Henrik Juul Pedersen <hjp at liab.dk> wrote:
> Hi Karthik and Ben,
>
> I'll try and reply to you inline.
>
> On 21 December 2017 at 07:18, Karthik Subrahmanya <ksubrahm at redhat.com>
> wrote:
> > Hey,
> >
> > Can you give us the
2015 Aug 07
2
Problems with administrator account
Oh thank you
Just to be sure to understand :
-getent passwd | grep administrator and id administrator didn't work on Fileserver because administrator account didn't have uidNumber
-it also why administrator account can't manage filserver with windows permissions
Just one more thing please :
Why my administrators group is mapped on unix users ?
[root#fileserver ~]# net groupmap
2009 Jun 22
3
ubuntu, samba and users autheticated over AD
Hi:)
I try to make an ubuntu with samba to authenticate users from AD.
samba, krb5 installed.
smb.conf - no errors
krb5.conf - no errors
it's workig:
kinit
klist
i can see the shares from AD
I added the linux samba server in domain:
kinit gabriel@MYDOMAIN.LOCAL
net ads join -U gabriel%password
after that i've got a message:
Using short domain name -- MYDOMAIN
Disabled account
2018 Jan 16
0
SSH with User in Member Domain
On Tue, 16 Jan 2018 17:49:16 -0200
Carlos via samba <samba at lists.samba.org> wrote:
> Hi!!
>
> I dont sucess in ssh with user my domain, in my Filserver(Member)
>
> Samba 4.7.3 Compilated
>
> Ubuntu 16.04
>
> # smb.conf
>
> [global]
> workgroup = XXXXX
> realm = INTERNO.XXX.XXXX.BR
> security = ADS
>
2006 Jan 30
2
cwrsync server 2.0.4 / winxp / ownership problems?
Hi all!
We're using cwrsync server 2.0.4 on winxp to keep files up to date between
some operator machines.
Whenever I run rsync to send files to another machine, the read-only flag
gets set. The cwrsync user was created (the install is completely
standard)... so I'm thinking it might have something to do with that.
Here's my rsyncd.conf:
use chroot = false
strict modes = false
2008 Jul 22
1
Accu-Chek Compass
Hi, I am a new user of Wine, and I am having trouble running the programme 'Accu-Chek Compass'.
It is a programme for diabetics, that downloads data from a meter, and then graphs it in all sorts of ways.
The Programme installs correctly, but when I try to run it, it just flashes on the screen for a split second, and exits.
Any help would be nice....
Plod.
2015 Aug 07
0
Problems with administrator account
Hi guys,
I am working with Aurelien.
On the DC, there is no UID/GID mapping (nsswitch not being modify as the
wiki say that on a DC it's not needed).
The primary group of Administrator is 513 (taken from the Attribute editor
on ADUC) primaryGroupID : 513 (Domain Users)
If i add Everybody to the Share tab, i can access to the security Tab and
edit permissions. As he said the only user