Displaying 20 results from an estimated 2000 matches similar to: "POSIX ACLs on Domain Controller."
2012 Nov 28
3
config.c32 fails in 5.00pre11
The config.c32 module (and the CONFIG directive) is not behaving as
expected when using syslinux.exe 5.00pre11 as installer. To
replicate:
1_ The content of the device:
/dira
/cat.c32
/config.c32
/ldlinux.c32
/ldlinux.sys
/libcom32.c32
/pwd.c32
/syslinux.cfg
/dira/dira.cfg
2_ Content of /syslinux.cfg:
DEFAULT pwd1
PROMPT 0
LABEL config1
COM32 config.c32 /dira/dira.cfg
APPEND /dira/
LABEL
2004 Sep 17
0
[Bug 1791] New: using --delete with single directory mirroring doesn't delete files
https://bugzilla.samba.org/show_bug.cgi?id=1791
Summary: using --delete with single directory mirroring doesn't
delete files
Product: rsync
Version: 2.6.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2004 Sep 30
1
--delete and explicitly listed files
It is my understanding after reading all manuals and postings that
--delete only works, when rsync is doing recursive dir-to-dir
synchronization. Like in the following example
local host:
/dir/dira
/dir/dirb
/dir/dirb/file2
remote host:
/dir/dira
/dir/dira/file1
/dir/dirb
/dir/dirb/file2
If we do [CASE 1]
rsync -rR -v --delete /dir/dira /dir/dirb remote:/
we have it right
building file
2009 Jan 28
3
mount.cifs is not working (smbclient does work), somekind of recursive content in mount-dir
Hi all,
When I try to make a connection to our windows server with smbclient:
smbclient //server/dira/dirb/dirc -U username -W workgroup
Password: *****
I get a working ftp-like connection to our data.
When I try to make the same connection with mount.cifs:
mount.cifs //server/dira/dirb/dirc /mnt/mnt_dir -o user=877790
dom=workgroup
Password: *****
I get a mount to a location which appears
2004 Nov 12
1
Keeping File Trees in Sync
Hi list,
I try to keep a local file tree synchronized with the remote one. However,
using the --delete option does not work as expected or at least as I whish
it would. Here is an example of the local tree I'd like to sync:
/dirA/subDirA
/subDirB
/dirB/subDirC
On the remote machine I have:
/dirA/subDirA
/subDirB
/dirB/subDirC
/dirC
Here is the rsync call I use:
Executing rsync
2006 Jan 20
1
deleting remote dirs I no longer want to backup
Hi all,
I have been using rsync to copy multiple dirs, eg:
rsync -aR dira dirb /tmp
Now, I no longer want to copy dirb, and I want it to be removed on the
remote side, and I cannot figure how to achieve this.
I tried:
rsync -aR --exclude=dirb --exclude-deleted dira dirb /tmp
but this has no effect.
I have searched for similar posts, and found:
2015 Nov 10
3
Rsync and differential Backups
On 11/10/2015 12:16 PM, Warren Young wrote:
>
> Well, be fair, rsync can also miss files if files are changing while the backup occurs. Once rsync has passed through a given section of the tree, it will not see any subsequent changes.
I think you miss my meaning. Consider this sequence of events:
* "find" begins and processes dirA and then dirB
* another application writes
2015 Nov 10
0
Rsync and differential Backups
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/11/15 21:05, Gordon Messmer wrote:
> On 11/10/2015 12:16 PM, Warren Young wrote:
>>
>> Well, be fair, rsync can also miss files if files are changing
>> while the backup occurs. Once rsync has passed through a given
>> section of the tree, it will not see any subsequent changes.
>
> I think you miss my
2015 Oct 10
1
kerberos nfs4's principals and root access
You are right !
But it's possible to create a root kerberos principal like here :
http://docs.oracle.com/cd/E19253-01/816-4557/fgohx/
But I can't get this work with a samba kerberos realm....
2015-10-09 22:32 GMT+02:00 buhorojo <buhorojo.lcb at gmail.com>:
> On 09/10/15 08:59, Prunk Dump wrote:
>>
>>
>> -> on the server
>> $ ls -al
2002 Jun 13
1
Cannot use \\hostname\dir in Windows2000 client's windows explore r
Hello,
I am using samba ver 2.0.7 and the samba is running on a HPUX OS10.20
machine. On win95,98 NT and even WinXP, i can simply type \\host1\dirA to
view the list of files in shared directories but for Win2000, will get a
prompt that Windows cannot find the path....
But the user already have and can access a drive mapped to the same dirA on
the host1 via the netlogon script.
Really
2018 Oct 08
1
Persistent Winbind gid cache
Thank you very much for your help Rowland ! And sorry for my English,
I'm french.
Le lun. 8 oct. 2018 à 18:38, Rowland Penny via samba
<samba at lists.samba.org> a écrit :
>
> On Mon, 8 Oct 2018 18:11:39 +0200
> Prunk Dump <prunkdump at gmail.com> wrote:
>
> > Hi !
> >
> > I use samba 4.5 ( Debian stable ) and to get the primary group I want,
>
2007 Feb 07
4
DO NOT REPLY [Bug 4378] New: Handling of symbolic links
https://bugzilla.samba.org/show_bug.cgi?id=4378
Summary: Handling of symbolic links
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: michael.schliephake@t-online.de
2017 Jun 20
3
DRS stopped working after upgrade from debian Jessie to Stretch
On Tue, 20 Jun 2017 17:54:09 +0200
Prunk Dump via samba <samba at lists.samba.org> wrote:
> Hello thanks again for the help !
>
> I have analysed samba logs more closely. I'am very worried. I have
> three DC (fichdc, fichds01, fichds02) but here I talk just about
> fichdc's logs.
>
How did you upgrade 'jessie' to 'stretch' and why ?
Did all the
2006 Sep 26
1
--files-from=FILE problem
Hello,
I am trying to use the "--files-from=FILE" option with rsync version "version 2.6.3 protocol version 28" When I try to use the following syntax, it returns a syntax or usage error:
rsync -azrv --files-from=/home/dira/filelist.txt remoteuser@remotehost:/remotedir
I am also trying to use ssh with this which obviously yields an error also since the
2018 Oct 08
4
Persistent Winbind gid cache
Hello Samba team !
I'm network administrator in a french high school where I store my
user/group ID using rfc2307. My client stations use Winbind to query
rfc2307 attributes.
Each new years, as all my students move to another class, almost all
my user's gid are updated in AD.
This gid is very important in my network because pam_mount mount only
the share corresponding the to user's
2005 Dec 15
3
How to delete a record
hey,
i my database i have users and groups, each user can get in different groups
my db structure:
table groups: id, name, basegroup, firm_id
table users: id, firstname, lastname, email
table groups_users: group_id, user_id
my relation is a many to many:
class Group < ActiveRecord::Base
has_and_belongs_to_many :users
end
class User < ActiveRecord::Base
has_and_belongs_to_many
2015 Apr 25
2
vs_fruit - can't write to share
Hi,
i'm running Samba 4.2.1 compiled from source on an Ubuntu 10.04.4 LTS Server. ACL/XATTR is active and working. I tried to activate the vfs_fruite module and added the sample code:
vfs objects = catia fruit streams_xattr
fruit:resource = file
fruit:metadata = netatalk
fruit:locking = netatalk
fruit:encoding = native
to the share. In addition i tried the following share definition:
vfs
2001 Sep 08
2
RSync on NT
Hello,
I've been struggling to get RSync to work between two NT workstations (I'll
call them A and B). I've got Cygwin installed on both and RSync running as
a service on machine A. I want to replicate some files on machine A to
machine B. I issue the RSync command on machine B and here is what I
get....
(Issued on machine B):
rsync.exe --verbose --stats --archive --delete
2005 Dec 14
0
how to get these records in has_and_belongs_to_many relation
hey,
i my database i have users and groups, each user can get in different groups
my db structure:
table groups: id, name, basegroup, firm_id
table users: id, firstname, lastname, email
table groups_users: group_id, users_id
my relation is a many to many:
class Group < ActiveRecord::Base
has_and_belongs_to_many :users
end
class User < ActiveRecord::Base
has_and_belongs_to_many
2015 Apr 25
0
vs_fruit - can't write to share
I must reply to my own post.
Changing the fruit:locking to "none" results in a working share.
Netatalk 3.1.6 is installed and from the information of the changelog Netatalk 3.1.7 doesn't change anything to the file locking (except if you're using Solaris).
Am 25. April 2015 bei 12:16:20, Christian Kovacic, MA (chris.k at gmx.at) schrieb:
Hi,
i'm running Samba 4.2.1