similar to: Setting (exposing) FILE_ATTRIBUTE_OFFLINE for a share

Displaying 20 results from an estimated 300 matches similar to: "Setting (exposing) FILE_ATTRIBUTE_OFFLINE for a share"

2014 Dec 06
2
Sernet-samba install on Ubuntu in detail
Here is what installs: apt-get install sernet-samba-ad Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libdm0 libfam0 libwbclient0 sernet-samba sernet-samba-client sernet-samba-common sernet-samba-libs sernet-samba-libsmbclient0
2016 Aug 22
1
RPC server is unavailable when using ADUC
Hello. We're running Samba 4.3.9 AD on two Ubuntu 16.04 LTS machines. I'm managing AD users and DNS from Windows 10 joined to the domain, by using ADUC. Last week I noticed the following error when starting ADUC as Administrator of the AD domain: ---- Naming information cannot be located because: The RPC server is unavailable. Contact your system administrator to verify that your domain
2015 Jul 17
2
Problems with the installation of the Samba 4.2.3
Hi, I want to create a Samba File Server as a Domain Member. So i installed samba 4.2.3 on Debian 8, but smb.conf file isn't create. The inicialization scripts samba and winbindd, too isn't create. This way, i can't start the services. I have installed the packages: apt-get install build-essential pkg-config libacl1 acl libacl1-dev libblkid-dev libblkid1 attr libattr1 libattr1-dev
2011 Jun 20
2
How do i get file attributes using samba.
Hi, I need to extract the following attributes of a file in Windows share using samba. /* FileAttributesField */ #define FILE_ATTRIBUTE_READONLY???????? 0x001L #define FILE_ATTRIBUTE_HIDDEN?????????? 0x002L #define FILE_ATTRIBUTE_SYSTEM?????????? 0x004L #define FILE_ATTRIBUTE_DIRECTORY??????? 0x010L #define FILE_ATTRIBUTE_ARCHIVE????????? 0x020L #define FILE_ATTRIBUTE_NORMAL?????????? 0x080L
2019 Mar 05
3
Enable XAT_OFFLINE extended attribute in Samba
My goal is to use the Offline file attribute of Windows when sharing with Samba: https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?redirectedfrom=MSDN&view=netframework-4.7.2 It works when I share ZFS filesystem using the native ZFS CIFS sharing, but it fails when I share the same ZFS with Samba, that is the Offline files are not showed in Windows Client Il 3/4/2019
2003 Apr 07
4
Samba printing options
Hi. I set up samba printer drivers (printer$ share) on my Samba 2.2.7a. The printer drivers install works fine, however I have the problem that after installing the driver isn't configured propertly (I want to force using Duplexing unit,...) - is there any way to specify the 'default settings' for printer drivers? BTW: How can I get the correct printer default settings? Regards, Dezo
2014 Jul 17
1
Using SMB_VFS_IS_OFFLINE for directories.
I made a small change to source3/smbd/dosmode.c to let my plugin on my linux box return FILE_ATTRIBUTE_OFFLINE for directories, and so far Windows (2008) seems okay with it. It displays the folder icon with the "X" over it and it navigates the folder hierarchy without trouble (so far). I can see that the SMB_VFS_IS_OFFLINE code went in originally for DMAPI support (Bokovoy, Jan
2019 Mar 04
2
Enable XAT_OFFLINE extended attribute in Samba
Hello, Does Samba support XAT_OFFLINE and XAT_ONLINE extended attribute? I have enabled "ea support = yes" but it seems to have no effect on that. Thanks Andrea
2011 Jun 21
0
[jra@samba.org: Re: How do i get file attributes using samba.]
Keeping the list informed also... ----- Forwarded message from Jeremy Allison <jra at samba.org> ----- Date: Tue, 21 Jun 2011 13:46:18 -0700 From: Jeremy Allison <jra at samba.org> To: naga_kishore_kommuri at yahoo.com Cc: Jeremy Allison <jra at samba.org> Subject: Re: [Samba] How do i get file attributes using samba. User-Agent: Mutt/1.5.20 (2009-06-14) On Mon, Jun 20, 2011
2003 Apr 10
1
Group mapping problem - please help
Hi. I'm using Samba 2.2.7a-security-rollup-fix (RH-9.0) as member of WinNT4 domain. I joined samba to the domain. I configured the winbind daemon and nsswitch switch to map NT users to unix users. Then I set ACL support on an ext3 partition and share the mount point of this partition with ACL Samba support: - my share is [test_share] - the directory is /mnt/test_dir Shortly: ----
2003 Apr 08
3
ACL: some maybe stupid questions
Hi. I want to use ACL on my RH-9.0 box (x86), so I got ext3 ACL patch from http://acl.bestbits.at/ and tried to apply it to the kernel that ships with RH (2.4.20-8). The patching fails on some vm file so I got a vanila kernel 2.4.20, apply the patch and compile it. This works fine. Also RH-9.0 precompiled Samba 2.2.7 works fine with ACL. I connected to my share with WinXP and do some testing
2019 Mar 05
0
Enable XAT_OFFLINE extended attribute in Samba
On Tue, Mar 05, 2019 at 01:14:00PM +0100, Andrea Cucciarre' wrote: > My goal is to use the Offline file attribute of Windows when sharing with > Samba: > > https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?redirectedfrom=MSDN&view=netframework-4.7.2 > > It works when I share ZFS filesystem using the native ZFS CIFS sharing, but > it fails when I
2019 Mar 07
1
Enable XAT_OFFLINE extended attribute in Samba
Thanks for the suggestion Jeremy, we are going to build our own module Andrea Il 3/5/2019 8:28 PM, Jeremy Allison ha scritto: > On Tue, Mar 05, 2019 at 01:14:00PM +0100, Andrea Cucciarre' wrote: >> My goal is to use the Offline file attribute of Windows when sharing with >> Samba: >> >>
2013 Nov 05
1
4.1.0 auditing : can't get only wanted vfs operations to log
HI all, So I'd like to log the user's operations on some shares. As I need to know who made what when. I'd read a previous answer from Andrew about auditing, so I can see loggued operations. Modified smb.conf : > [global] > vfs objects = dfs_samba4, acl_xattr, full_audit > full_audit:success =none > full_audit:failure = none share is : > [journal] > path =
2019 Mar 04
2
Enable XAT_OFFLINE extended attribute in Samba
On Mon, 4 Mar 2019 10:25:59 -0800 Jeremy Allison via samba <samba at lists.samba.org> wrote: > On Mon, Mar 04, 2019 at 04:48:56PM +0100, Andrea Cucciarre' via samba > wrote: > > Hello, > > > > Does Samba support XAT_OFFLINE and XAT_ONLINE extended attribute? > > I have enabled "ea support = yes" but it seems to have no effect on > > that.
2016 Apr 05
2
Debugging Samba4 - application sometimes fails because files are invisible/gone
Hello Samba list, we have a problem that our proprietary application sometimes can't find files on our samba share. I'm hoping for some help on this list. Our setup is two ADs as replicated domain Controller ( Ubuntu 12.04.5 LTS, Version 4.1.17-SerNet-Ubuntu-10.precise) and several domain member as file servers and mixed clients (~40 x Win7, Ubuntu and OSX). The ADs use internal DNS.
2016 Apr 08
1
Debugging Samba4 - application sometimes fails because files are invisible/gone
On 04/08/2016 02:01 AM, Jeremy Allison wrote: > On Tue, Apr 05, 2016 at 09:28:12AM +0200, Johannes Amorosa | Celluloid VFX wrote: >> Hello Samba list, >> we have a problem that our proprietary application sometimes can't >> find files on our samba share. I'm hoping >> for some help on this list. >> >> Our setup is two ADs as replicated domain
2005 Dec 13
3
Ices0 and ShoutCast (and KiSS)
I have successfully set up a system with Ices0.4 and IceCast2.20 (and Tunez). It plays well using mpg123 or WinAmp. But I would like to use also my KiSS DVD player for the stream, and I have not been able to do so - It appearently needs 110% SHOUTcast compatibility. So I tried the IceCast2.3.1 - but it still didn't like the KiSS (or the other way around). In stead, I have added a SHOUTcast
2005 Dec 13
0
Ices0 and ShoutCast (and KiSS)
Hi, The problem the other way around: IceS -> IceCast -> ShoutCast -> KiSS (the KiSS then decodes the mp3 to a RAW SPDIF stream, which is received by my sourround receiver). But the constallation is somewhat overkill and slightly unstable, so I would prefer just IceS -> IceCast -> KiSS But that does not work at all for unknown reasons (since shoutcast can do this, and the
2017 Jan 11
2
HSM
Hmm, don't you just love changing terminology! I've been using HSM systems at work since '99. BTW, DMAPI is the Data Management API which was a common(ish) extension used by amongst others SGI and IBM. Back to lvmcache. It looks interesting. I'd earlier dismissed LVM since it is block orientated, not file orientated. Probably because my mental image is of files migrating to