Displaying 20 results from an estimated 1000 matches similar to: "Missing Policies folder in AD and /var/lib/samba/sysvol"
2025 Mar 26
1
Missing Policies folder in AD and /var/lib/samba/sysvol
Progress maybe...
I tried running sysvolcheck with strace and noticed something really odd....
This was in the trace:
getxattr("/var/lib/samba/sysvol/samdom.example.com/Policies/{6AC1786C-016F-11D2-945F-00C04fB984F9}",
"security.NTACL", NULL, 0) = -1 ENOENT
But I knew that folder was in my sysvol folder:
??? [drwxrwx--- root???? BUILTIN\administrators]
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary
file around. The same is true for other llvm tools.
As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and
restart the run a few times. You will get
t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff
The same would happen if there was a fatal error between the
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 07:59, Michael Tokarev wrote:
> 07.06.2024 07:54, Jeremy Allison wrote:
>>> msdfs is broken in 4.19.? It worked fine in 4.18.
>
> This is not entirely true.
Nope. Things are more interesting than that.
I've a 4.19 installation where msdfs links works both in listing
and when specified directly. There are 2 other installations of 4.19
where msdfs links
2013 Nov 12
0
[klibc:master] syscalls: Add syscalls needed by arm64
Commit-ID: 8858e8319655ef38398e0833b71d65b0e620a061
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8858e8319655ef38398e0833b71d65b0e620a061
Author: Steve Capper <steve.capper at linaro.org>
AuthorDate: Mon, 11 Nov 2013 17:04:11 +0000
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 11 Nov 2013 19:31:13 -0800
[klibc] syscalls: Add syscalls
2013 Nov 08
0
[PATCH 2/3] syscalls: Add syscalls needed by arm64
arm64 uses generic syscalls, and does not include the "noat",
"noflags", and "deprecated" syscalls.
i.e. __ARCH_WANT_SYSCALL_{NO_AT|NO_FLAGS|DEPRECATED}
This patch adds the syscalls needed for klibc to run on arm64.
Signed-off-by: Steve Capper <steve.capper at linaro.org>
---
usr/klibc/Kbuild | 3 +++
usr/klibc/SYSCALLS.def | 33
2018 Jun 18
6
Fixing sysvol permissions
On Fri, 15 Jun 2018 12:32:52 +0200 L.P.H. van Belle wrote:
>
> > OK, Everyone is currently set to FULL CONTROL. I'll set that to READ.
>
> Ai, now... Nobody can write over the share, pc's wil complain.
> Some GPO setting will stop working.
But, when I ran your samba-check-set-sysvol.sh script it told me to set EVERYONE: READ. See
below:
> > $
2018 Feb 07
1
geo-replication command rsync returned with 3
Hi,
?
Kotresh workaround works for me. But before I tried it, I created some strace-logs for Florian.
setup: 2 VMs?(192.168.222.120 master, 192.168.222.121 slave), both with a volume named vol with Ubuntu?16.04.3,?glusterfs 3.13.2, rsync 3.1.1 .
?
Best regards,
Tino
?
root at master:~# cat /usr/bin/rsync
#!/bin/bash
strace -o /tmp/rsync.trace -ff /usr/bin/rsynco "$@"
?
One of the traces
2018 Jun 19
1
Fixing sysvol permissions
On Tue, 19 Jun 2018 12:52:46 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> Given no responses on this question for a few days, I'm concluding
> that we're out of ideas on this problem. Let me propose a couple of
> ideas. Apparently, the basic Windows FOLDER and SHARE permissions
> are correct according to Louis' recommendations (see message below).
2025 Apr 15
1
Samba 4.20 ACL issue with FreeBSD (UFS)
Hi,
I?m trying to join a new FreeBSD 14.2 system (UFS FS) running Samba 4.20 to an existing (Samba) AD (basically following https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory).
It has worked up until me trying to reset the sysvol ACLs after syncing it over from the other DC:
root at addc:~ # samba-tool ntacl sysvolreset
ERROR(<class
2017 Jun 28
2
Lowercase characters on GPO IDs in Samba source files
Turns out that I was at least half-right, after all.
I just opened the files contained in the last Samba release (contained
in samba-4.6.5.tar.gz) and although the typos have been corrected in
"./python/samba/provision/__init__.py", *they are still there* in
"./examples/misc/adssearch.pl" and "./libgpo/gpo_util.c".
It happened that, before my first post, I had
2019 May 16
5
GPO-Error
Hello,
I have the following error when checking for GPOs for a single user,
listing all GPOs is working:
------------------
root at tn2-debian1:~# samba-tool gpo listall
GPO : {31B2F340-016D-11D2-945F-00C04FB984F9}
display name : Default Domain Policy
path :
\\example2.net\sysvol\example2.net\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}
dn :
2018 Jan 05
1
stat(2) cache, samba3 versus samba4
Short version:
Is there a way to enforce use of this cache:
./source3/smbd/statcache.c
I noticed it is absent from the ./source4 directory
I limited
server max protocol = SMB2
but that didn't do it.
Long story:
-----------
My samba server (4.2.14) hosts a couple of game install trees for a
Windows 7 computer.
Some of the games cause storms of stat(2) system calls, here is a
partial
2015 Nov 13
2
Problem switching to BIND9_DLZ
Hi,
I try to switch from internal DNS to bind9 on an samba-ad-dc (sernet
4.1.23 on debian wheezy).
I try to run
samba_upgradedns --dns-backend=BIND9_DLZ
and get an python error pointing to
/usr/lib/python2.7/dist-packages/samba/provision/__init__.py line 271
Reading domain information
Traceback (most recent call last):
File "/usr/sbin/samba_upgradedns", line 261, in
2015 May 01
3
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
Good Day All
I have a current working configuration of sernet-samba-4.2.1, created by
upgrading from a samba3 PDC using the classic upgrade.
Now, I have added a windows 2008 machine to the domain and I'm using the AD
snap in tools in order to browse the domain.
I can see all the users and groups and they have been imported correctly.
However I am able to remote desktop to the domain
2018 Jan 22
1
Samba 4.7 don't start on F27
it's not very helpful when the process exists without any output
[root at srv-rhsoft:~]$ /usr/sbin/smbd -D
[root at srv-rhsoft:~]$ /usr/sbin/smbd --foreground
[root at srv-rhsoft:~]$ ps aux | grep smb
root 8877 0.0 0.0 10904 960 pts/1 S<+ 15:04 0:00
/usr/bin/grep --color smb
[root at srv-rhsoft:~]$ rpm -qa | grep samba
samba-libs-4.7.4-2.fc27.x86_64
2019 Sep 28
2
Compile samba github code and flash the build binary to embedded device
On 28/09/2019 15:39, Hock Leong Ang via samba wrote:
> Hi All,
> May I have some advise on this issue?
> Thank you.
>
> On Fri, 27 Sep 2019 at 10:55, Hock Leong Ang <anghockleong501 at gmail.com>
> wrote:
>
>> Hi Sir/Madam/Miss,
>>
>> I am a firmware engineer. I would like to implement file sharing between
>> embedded device and android phone/ios
2018 Aug 08
0
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
Hi!
Thank you for the report, few points though:
?- The link you provided is broken
?- getting glibc-2.28 prebuilt seems to be bit problematic, and what I
read from their changelog, the crypt function should work as normal.
That said, it would be somewhat helpful if you could use gdb to find out
what was passed to crypt
p sample[i].key
p sample[i].salt
the return value is, for some reason, an
2015 May 01
2
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
Thanks Luis
I've changed the smb.conf as you said, now it looks like this:
root at ccdc-samba4:~# cat /etc/samba/smb.conf
# Global parameters
[global]
workgroup = CCDC
realm = CCDC.LAN
netbios name = CCDC-SAMBA4
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
dns forwarder = 9.0.138.50
auth methods = sam,
2017 Dec 14
2
samba-tool ntacl sysvolcheck ERROR
GPOs are not synchronized, because I'm going to delete the zentyal domain,
how can I delete delete all GPOs from AD y sysvol? and start over
[root at srv-cds ~]# samba-tool gpo del {31B2F340-016D-11D2-945F-00C04FB984F9}
GPO {31B2F340-016D-11D2-945F-00C04FB984F9} is linked to containers
ERROR(ldb): Error removing GPO from container - LDAP error 50
LDAP_INSUFFICIENT_ACCESS_RIGHTS -
El
2019 Sep 30
3
Compile samba github code and flash the build binary to embedded device
Hi Rowland,
The above files are built with AD DC.
Without AD DC, the files size reduce from 186 kB to 74 kB.
Without AD DC, the embedded device will act as a host.
Questions:
1. Does the host still able to share file to Windows, IOS and Android
devices?
2. Does 74 kB of samba files is the typical file size be implemented in
embedded device?
Thank you.
On Mon, 30 Sep 2019 at 09:36, Hock Leong