similar to: [Announce] Samba 3.6.2 Available for Download

Displaying 20 results from an estimated 800 matches similar to: "[Announce] Samba 3.6.2 Available for Download"

2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
Please note that the tarball is available, but the v3-6-stable git branch and the websites cannot be updated right now because of technical problems. Thank you for your understanding. =================================================================== "A great artist is always before his time or behind it." George Edward Moore
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
Please note that the tarball is available, but the v3-6-stable git branch and the websites cannot be updated right now because of technical problems. Thank you for your understanding. =================================================================== "A great artist is always before his time or behind it." George Edward Moore
2002 Sep 26
0
Samba-3.0alpha20 released
Heads up everyone, Source release will be on download mirrors shorly. This is provided as a non-production release of the future 3.0 Samba codebase for testing purposes only. Use at your own risk. Now that I've cleared by conscience... :-) -- enjoy, -- The Samba Team Changes in alpha20 - Rework the 'guest account gets RID 501' code again... - Change
2010 Dec 23
31
SAS/short stroking vs. SSDs for ZIL
Hi, as I have learned from the discussion about which SSD to use as ZIL drives, I stumbled across this article, that discusses short stroking for increasing IOPs on SAS and SATA drives: http://www.tomshardware.com/reviews/short-stroking-hdd,2157.html Now, I am wondering if using a mirror of such 15k SAS drives would be a good-enough fit for a ZIL on a zpool that is mainly used for file
2002 Oct 08
4
Win2K Printer Driver Problems - Hi Jerry!!
Nope, close but no cigar. With 2.2.6Pre2 Word started to behave itself but Outlook acts as though landscape is a foreign concept(i.e everything prints portrait regardless of page setup). Spoolsv also crashes on the Win2K workstations requiring a manual restart of the spooler service. We will downgrade to 2.2.5 and try Jerry's patch. In another message Jerry talks about "running"
2016 Mar 16
2
NTFS ACL on database and vfs_acl_tdb
Hi, we are migrating our fileserver from an old novell netware system to a samba4 system. With netware all ACL were stored in a database, so that it was possible to quickly find which files one user or group had access to. I'm investigating the possibility of writing ntfs ACL on a database with samba. The module vfs_acl_tdb is able to do this, but values are hashed so that the db is not
2016 Apr 05
0
[PATCH 4/7] v2v: extract reusable parts of viostor regedits
There are registry entries that are needed to add some other drivers. Extracting them into a function will help adding SUSE VMDP support. --- v2v/windows_virtio.ml | 311 ++++++++++++++++++++++++++++---------------------- 1 file changed, 176 insertions(+), 135 deletions(-) diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml index 14ffc51..8a0b529 100644 --- a/v2v/windows_virtio.ml +++
2016 Apr 06
8
[PATCH 0/4] v2v: simplify Windows registry patching
The way we patch the Windows registry in order to allow it to boot off a virtio-blk drive was initially conceived by comparing the state with virtio-blk driver properly installed, to that without. However, we don't want to replicate the Windows PnP system; rather we need to apply just enough edits to make the system boot, and then let the Windows PnP manager figure out the rest. This series
2009 May 20
1
fs_acl_xattr und vfs_acl_tdb in Samba 3.3/3.4
Hi volks, i want to ask if the "fs_acl_xattr" and "vfs_acl_tdb" in samba 3.3 are now "stable" or if its planned to be stable in 3.4 What is the experience with this vfs modules in 3.3 ? Bye, Andy
2016 Mar 18
0
NTFS ACL on database and vfs_acl_tdb
On Wed, Mar 16, 2016 at 11:13:12AM +0100, Matteo Maretto wrote: > Hi, > we are migrating our fileserver from an old novell netware system to > a samba4 system. With netware all ACL were stored in a database, so > that it was possible to quickly find which files one user or group > had access to. > I'm investigating the possibility of writing ntfs ACL on a database > with
2016 Mar 21
0
NTFS ACL on database and vfs_acl_tdb
Il 19/03/2016 10:20, Volker Lendecke ha scritto: > On Fri, Mar 18, 2016 at 10:08:42AM -0700, Jeremy Allison wrote: >> On Wed, Mar 16, 2016 at 11:13:12AM +0100, Matteo Maretto wrote: >>> Hi, >>> we are migrating our fileserver from an old novell netware system to >>> a samba4 system. With netware all ACL were stored in a database, so >>> that it was
2016 Mar 19
2
NTFS ACL on database and vfs_acl_tdb
On Fri, Mar 18, 2016 at 10:08:42AM -0700, Jeremy Allison wrote: > On Wed, Mar 16, 2016 at 11:13:12AM +0100, Matteo Maretto wrote: > > Hi, > > we are migrating our fileserver from an old novell netware system to > > a samba4 system. With netware all ACL were stored in a database, so > > that it was possible to quickly find which files one user or group > > had
2011 Aug 18
2
Problem exporting samba 3.6 registry
I'm triing to put some samba3.6 server like print server, the load of ntprinters and ntdrivers is ok, but when I try to do a backup of the registry I find it: #net rpc registry export 'HKLM\System\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers\Version-3\Canon iR2270/iR2870 PCL6' printers.reg Violaci?n de segmento (Segmentation Fault) Export fail but enumerate
2015 Jul 11
0
Re: Migrate Win2k3 to KVM
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/07/2015 20:01, Ruzsinszky Attila wrote: > The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034, > 0x00000000, 0x00000000) Perfect, this is what was expected. This should be easy to fix. >>> I don't want Virtio. I want to boot my image first. As I >>> mentioned I can't use the mergeide.req on the
2014 Dec 02
1
[PATCH NOT TO BE APPLIED] v2v: windows: Make registry changes to all ControlSets, not
[Partly using the mailing list as a backup again ...] This commit changes virt-v2v to make registry changes to all ControlSets, not just the CurrentControlSet. Not sure what difference if any this would make. Rich.
2016 Apr 05
22
[PATCH 0/7] Add support for SUSE virtio windows drivers
Hi there, SUSE ships Virtual Machine Driver Pack for the virtio windows drivers. Get v2v and customize to discover them and use them if available. Cédric Bosdonnat (7): v2v: check next free oem%d.inf in /Windows/Inf v2v: extract controller offset discovery as a function customize: add support for pvvxsvc v2v: extract reusable parts of viostor regedits v2v: adapt the subkey in Enum
2016 Mar 21
2
NTFS ACL on database and vfs_acl_tdb
On Mon, Mar 21, 2016 at 01:28:44PM +0100, Matteo Maretto wrote: > Hi, > thanks for your question. > We have not investigated this matter yet, but we espect to find at least a > basic correspondence between the two. This would be enough for us. > On the Novell documentation we've read that the object rights are > essentially four: Browse, Create, Delete, Inheritance Control,
2011 Sep 05
0
Problems with ntlm_auth and machines accounts
I upgrade a samba 3.2.14 to samba 3.6.0 radius server for 802.1x. I discover that ntlm_auth fails for machines accounts with error: No logon workstation trust account Put winbind in debug with winbindd -F -i -d 10 give: accepted socket 24 process_request: request fn INTERFACE_VERSION [20000]: request interface version winbind_client_response_written[20000:INTERFACE_VERSION]: delivered response
2015 Jun 24
5
[LLVMdev] 3.6.2-rc1 has been tagged. Testers needed.
Hi, I have just tagged 3.6.2-rc1, so testing can begin. We can always use more testers, so if you are interested in testing, let me know. -Tom
2015 Jul 11
8
Re: Migrate Win2k3 to KVM
Hi, The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034, 0x00000000, 0x00000000) Nothing more! (Of course there are some inrelevant text line about chkdsk, etc.) > Basically, what's required is the "STOP:" line + the image where it > fails (so, the line below). Image being likely to be NTOSKRNL.EXE > Nothing about NTOSKRNL.EXE on the blue screen! > >