Displaying 20 results from an estimated 37 matches for "vfs_snapper".
2020 Nov 05
2
vfs_snapper is enabled but prerequisite dbus-1 package not found.
Hi,
I'm trying to configure samba 4.13.2 bot receive this messages
Checking for dbus : not found
vfs_snapper is enabled but prerequisite dbus-1 package not found. Use
--with-shared-modules=!vfs_snapper to disable vfs_snapper support.
(complete log in /srv/samba-4.13.2/bin/config.log)
What is wrong??
try this:
./configure --enable-fhs --prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin
--sysconfdir=/etc...
2020 Nov 06
1
vfs_snapper is enabled but prerequisite dbus-1 package not found.
...id Disseldorp (<ddiss at samba.org>)
escribi?:
> Hi,
>
> On Thu, 5 Nov 2020 17:04:58 -0500, Leo C via samba wrote:
>
> > Hi,
> > I'm trying to configure samba 4.13.2 bot receive this messages
> >
> > Checking for dbus : not found
> > vfs_snapper is enabled but prerequisite dbus-1 package not found. Use
> > --with-shared-modules=!vfs_snapper to disable vfs_snapper support.
> > (complete log in /srv/samba-4.13.2/bin/config.log)
> >
> > What is wrong??
> > try this:
> > ./configure --enable-fhs --prefix=/us...
2024 Jun 21
1
vfs_snapper
Am 20.06.24 um 17:51 schrieb Stefan G. Weichinger via samba:
> So my alternative might be dropping snapper and do the btrfs-snapshots
> plus the rotation etc with self-written (=copied) scripts and timers.
>
> vfs_shadow_copy2 worked in my tests, I only switched to vfs_snapper
> because it looked promising to have all the rotation and cleanup of
> snapshots done by snapper (nicely configured in one place).
>
> Displaying the snapper-snapshots via vfs_shadow_copy2 doesn't work afai
> see: the naming doesn't match etc
Or we stay with snapper for...
2024 Jun 17
2
vfs_snapper
is this module still maintained and working?
https://www.samba.org/samba/docs/current/man-html/vfs_snapper.8.html
starting to set up the pieces, I have snapshots in btrfs with snapper
itself but so far nothing visible on the windows explorer side.
As always I rtfm all over ;-)
I assume I have to do some extra magic to allow the winbind users/groups
in ...
in the related snapper-config I already ha...
2024 Jun 20
1
vfs_snapper
...;t know
I assume that fixing that bug won't happen soon as it is open for so
long already (?)
So my alternative might be dropping snapper and do the btrfs-snapshots
plus the rotation etc with self-written (=copied) scripts and timers.
vfs_shadow_copy2 worked in my tests, I only switched to vfs_snapper
because it looked promising to have all the rotation and cleanup of
snapshots done by snapper (nicely configured in one place).
Displaying the snapper-snapshots via vfs_shadow_copy2 doesn't work afai
see: the naming doesn't match etc
2024 Jun 19
1
vfs_snapper
...rom ?
:-)
> If I run this in a terminal:
>
> ALLOW_GROUPS="domain\ admins" ; echo "$ALLOW_GROUPS"
>
> I get this:
>
> domain\ admins
>
> Note that the '\' has become part of the group name.
>
> Now this may be correct, I do not use vfs_snapper, but a quick glance
> at snappers documentation shows this:
>
> ALLOW_GROUPS=groups
> The group-names must be separated by spaces. Spaces in group-names can
> be escaped with a "\".
>
> To myself, this reads as you should be using:
> ALLOW_GROUPS=domain\ admins...
2024 Jun 19
1
vfs_snapper
...^^^^^^^^^^^^^^^^
Where are you getting this from ?
If I run this in a terminal:
ALLOW_GROUPS="domain\ admins" ; echo "$ALLOW_GROUPS"
I get this:
domain\ admins
Note that the '\' has become part of the group name.
Now this may be correct, I do not use vfs_snapper, but a quick glance
at snappers documentation shows this:
ALLOW_GROUPS=groups
The group-names must be separated by spaces. Spaces in group-names can
be escaped with a "\".
To myself, this reads as you should be using:
ALLOW_GROUPS=domain\ admins
Rowland
2024 Jun 19
1
vfs_snapper
...terminal:
>>
>> ALLOW_GROUPS="domain\ admins" ; echo "$ALLOW_GROUPS"
>>
>> I get this:
>>
>> domain\ admins
>>
>> Note that the '\' has become part of the group name.
>>
>> Now this may be correct, I do not use vfs_snapper, but a quick glance
>> at snappers documentation shows this:
>>
>> ALLOW_GROUPS=groups
>> The group-names must be separated by spaces. Spaces in group-names can
>> be escaped with a "\".
>>
>> To myself, this reads as you should be using:
>>...
2024 Jun 20
1
vfs_snapper
Am 19.06.24 um 14:21 schrieb Stefan G. Weichinger via samba:
> opened a ticket at https://github.com/openSUSE/snapper/issues/917 as well
Did some debugging with their devs, now I found this samba-bug:
https://bugzilla.samba.org/show_bug.cgi?id=14896
comment 2 might point out the actual issue with the code, I don't know
2024 Jun 19
1
vfs_snapper
Am 19.06.24 um 11:35 schrieb Stefan G. Weichinger via samba:
> Am 17.06.24 um 16:06 schrieb Rowland Penny via samba:
>
>>> The user is member of "domain admins", isn't that enough?
>>
>> No, because they would be classed as 'others'.
>>
>>>
>>> Or does "SYNC_ACL" not yet work OK, because we miss the steps in
2024 Jun 17
1
vfs_snapper
On Mon, 17 Jun 2024 15:40:42 +0200
"Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:
>
> I don't fully understand.
>
> man-page says
>
> "This directory must permit traversal for any users wishing to access
> snapshots via the Windows Explorer previous versions dialog. By
> default, traversal is forbidden for all non-root users.
2024 Jun 19
2
vfs_snapper
Am 17.06.24 um 16:06 schrieb Rowland Penny via samba:
>> The user is member of "domain admins", isn't that enough?
>
> No, because they would be classed as 'others'.
>
>>
>> Or does "SYNC_ACL" not yet work OK, because we miss the steps in
>>
>> https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
>>
2019 Oct 30
2
vfs objects
Is the ?important" vfs objects parameter documented in a man page anywhere? It appears in the man pages of several vfs modules, but never fully documented that I could find. Apparently it once was from a now dead link https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS <https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS> .
Todd
2019 Oct 30
0
vfs objects
...list:
vfs_acl_xattr?????? vfs_prealloc
vfs_aio_fork??????? vfs_preopen
vfs_aio_pthread???? vfs_readahead
vfs_audit?????????? vfs_readonly
vfs_btrfs?????????? vfs_recycle
vfs_cacheprime????? vfs_shadow_copy2
vfs_cap???????????? vfs_shadow_copy
vfs_catia?????????? vfs_shell_snap
vfs_ceph??????????? vfs_snapper
vfs_ceph_snapshots? vfs_streams_depot
vfs_commit????????? vfs_streams_xattr
vfs_crossrename???? vfs_syncops
vfs_default_quota?? vfstest
vfs_dirsort???????? vfs_time_audit
vfs_extd_audit????? vfs_tsmsm
vfs_fake_perms????? vfs_unityed_media
vfs_fileid????????? vfs_virusfilter
vfs_fruit?????????? vfs_...
2019 Oct 30
1
vfs objects
...> vfs_aio_fork vfs_preopen
> vfs_aio_pthread vfs_readahead
> vfs_audit vfs_readonly
> vfs_btrfs vfs_recycle
> vfs_cacheprime vfs_shadow_copy2
> vfs_cap vfs_shadow_copy
> vfs_catia vfs_shell_snap
> vfs_ceph vfs_snapper
> vfs_ceph_snapshots vfs_streams_depot
> vfs_commit vfs_streams_xattr
> vfs_crossrename vfs_syncops
> vfs_default_quota vfstest
> vfs_dirsort vfs_time_audit
> vfs_extd_audit vfs_tsmsm
> vfs_fake_perms vfs_unityed_media
> vfs_fileid...
2017 Feb 09
3
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Thu, 2017-02-09 at 10:53 +1100, Tom Robinson via samba wrote:
> On 07/02/17 21:45, Tom Robinson via samba wrote:
> > On 07/02/17 17:01, Andrew Bartlett via samba wrote:
> > > On Tue, 2017-02-07 at 15:58 +1100, Tom Robinson via samba wrote:
> > > > Hi,
> > > > \
> > > > Next rid = 13001
> > > > krb5_init_context failed (Invalid
2019 May 01
0
[Announce] Samba 4.9.7 Available for Download
...* BUG 13840: regfio: Update code near recent changes to match README.Coding.
o Günther Deschner <gd at samba.org>
* BUG 13861: 'net ads join' to child domain fails when using
"-U admin at forestroot".
o David Disseldorp <ddiss at samba.org>
* BUG 13858: vfs_snapper: Drop unneeded fstat handler.
* BUG 13896: vfs_ceph: Explicitly enable libcephfs POSIX ACL support.
o Philipp Gesang <philipp.gesang at intra2net.com>
* BUG 13869: libcli: Permit larger values of DataLength in
SMB2_ENCRYPTION_CAPABILITIES of negotiate response.
o Michael Hansel...
2019 May 22
0
[Announce] Samba 4.10.4 Available for Download
..._sesssetup: avoid STATUS_PENDING responses for session
setup.
* BUG 13698: smb2_tcon: Avoid STATUS_PENDING completely on tdis.
* BUG 13796: smb2_sesssetup: avoid STATUS_PENDING responses for session
setup.
* BUG 13843: dbcheck: Fix the err_empty_attribute() check.
* BUG 13858: vfs_snapper: Drop unneeded fstat handler.
* BUG 13862: vfs_default: Fix vfswrap_offload_write_send()
NT_STATUS_INVALID_VIEW_SIZE check.
* BUG 13863: smb2_server: Grant all 8192 credits to clients.
* BUG 13919: smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling.
o Anoop C S <anoopc...
2019 May 01
0
[Announce] Samba 4.9.7 Available for Download
...* BUG 13840: regfio: Update code near recent changes to match README.Coding.
o Günther Deschner <gd at samba.org>
* BUG 13861: 'net ads join' to child domain fails when using
"-U admin at forestroot".
o David Disseldorp <ddiss at samba.org>
* BUG 13858: vfs_snapper: Drop unneeded fstat handler.
* BUG 13896: vfs_ceph: Explicitly enable libcephfs POSIX ACL support.
o Philipp Gesang <philipp.gesang at intra2net.com>
* BUG 13869: libcli: Permit larger values of DataLength in
SMB2_ENCRYPTION_CAPABILITIES of negotiate response.
o Michael Hansel...
2019 May 22
0
[Announce] Samba 4.10.4 Available for Download
..._sesssetup: avoid STATUS_PENDING responses for session
setup.
* BUG 13698: smb2_tcon: Avoid STATUS_PENDING completely on tdis.
* BUG 13796: smb2_sesssetup: avoid STATUS_PENDING responses for session
setup.
* BUG 13843: dbcheck: Fix the err_empty_attribute() check.
* BUG 13858: vfs_snapper: Drop unneeded fstat handler.
* BUG 13862: vfs_default: Fix vfswrap_offload_write_send()
NT_STATUS_INVALID_VIEW_SIZE check.
* BUG 13863: smb2_server: Grant all 8192 credits to clients.
* BUG 13919: smbd: Implement SMB_FILE_NORMALIZED_NAME_INFORMATION handling.
o Anoop C S <anoopc...