similar to: Samba 3.0.12pre1 Available for Download

Displaying 20 results from an estimated 100 matches similar to: "Samba 3.0.12pre1 Available for Download"

2004 Nov 09
2
AW: Permissions problem with 3.0.8
We use LDAP backend and Linux 2.6. It happens only --with-acl-support. This 2 errors I found in the level 10 log when I try to copy a fresh copied file a second time on itself (permissions of test file are -r-xrw----, user and group match) Maybe the attribute mapping goes another path with acl support? 3.0.7 works fine. Daniel [2004/11/09 17:02:02, 10] smbd/open.c:open_file_shared1(1038)
2003 Jan 14
1
Samba 2.2.7a & CUPS 1.1.18, Win2k is not downloading cups windows drivers
I'm building an new server with CUPS 1.1.18 and Samba 2.2.7a (Both compiled from source) Installed the printer with CUPS and printed a test page with CUPS. Next step make Samba use CUPS. I've used cupsaddsmb command to do this, which completed successful. Running command: smbclient //localhost/print$ -N -U'root%XXXXXXXXX' -c 'mkdir W32X86;put /var/spool/cups/tmp/3e1bf35d1d1f9
2009 Mar 11
2
chown failure on a samba share
Is this working as designed or a samba bug? I am trying to chown ownership of a file in a samba share and it results in an error. cifstest6:~ # smbclient //cifstest8/smb8 -U root Enter root's password: Domain=[CIFSTEST8] OS=[Unix] Server=[Samba 3.4.0-GIT-e6a5f11-devel] smb: \> chown 65534 65534 file2 NT_STATUS_ACCESS_DENIED chown file \file2 uid=65534, gid=65534 The share is thus
2003 Jan 16
4
File transfer corruption (NULL characters)
I've got a couple of Solaris 7 boxes that are running samba 2.2.0. When I try to copy text files from a windows 2000 client to the server, the resulting file is filled with all NULL characters. I tried copying the same file to a NT server's share and there was no corruption. When copying to the solaris share, the windows 2000 client eventually gives the following error: The
2003 Feb 24
5
XP irratic delay in opening files....
Hi all I am fairly new to samba and XP. I have a client who we set up a samba server for, they are complaining about documents taking about 30 secs -2-3mins to open but only sometimes (it can be very frequent). I have seen this and captured a piece of the log file I wonder if any one can make any sense of it... I have been looking on the net and trying various things all day but to no avail...
2005 Feb 26
0
Samba 3.0.12pre1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a preview release of the Samba 3.0.12 code base and is provided for testing only. This release is *not* intended for production servers. However, there have been several bug fixes and new features added since 3.0.11 that we feel are important to make available to the Samba community for wider testing. Common bugs fixed in 3.0.12pre1
2004 Sep 21
1
files being blanked by writing
I'm running Samba 2.2.8a on SuSE Linux 8.1 with kernel 2.4.19. I have a share defined by this on a web server to allow members of the jamigos group to edit web pages. [users] comment = User Web Pages path = /home valid users = @jamigos read only = No create mask = 0664 force create mode = 0664 directory mask = 0775
2005 Mar 15
0
Compiling samba 3.0.12pre1 on AIX 4.3.3
Hi All, I have made some headway. I have been able to successfully install kerberos v 5-1.3.5 CPPFLAGS='-I/usr/local/include'./configure --enable-dns --enable-dns-for-kdc --enable-dns-for-realm --disable-thread-support make; make instal openldap-2.2.3 /configure --disable-slurpd --disable-bdb --disable-slapd --without-threads make depend; make; make install I configured samba-3.0.12pre1
2015 Mar 30
2
Samba on AIX, issues setting read-only flag on files through Windows Explorer?
Hello list :) I am having issues setting the "read-only" flag via Windows Explorer on my AIX Samba share and I was hoping someone out there would be able to point me into the right direction to solving this issue... I have on my AIX 7.1 system installed Samba 3.6.24 and configured, joined to our Windows domain successfully. The samba binaries I got from perzl.org/aix In my smb.conf I
2004 Nov 28
3
file_set_dosmode / No data available with 3.0.8
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, after upgrading to samba 3.0.8 (debian/unstable, i386) i too encounter similar problems as reported here: http://lists.samba.org/archive/samba/2004-November/095567.html upon logoff from a win2k(sp4) client, the profile cannot be saved and the samba logfile from the client (prinz) gives: [2004/11/26 17:57:06, 2]
2002 Oct 06
1
Show stopper - 2nd cry for help
<Long Post, sorry!> Folks, I have a really nasty problem preventing me from migrating a bunch of NetWare 5 servers to Samba--attempts to copy large (> 2MB+) files to any samba share results in an error. To clarify what I mean by "error": 1. I attempt to copy, using explorer, a 2MB+ file to any samba share. 2. A 30 second or so pause occurs (copying this file to any other
2004 Jul 20
1
Virus checker leaving "chmod of" files in samba log
Hi all, I am running a Samba 3.0.0-14.3E server on a RedHat Enterprise WS3. Here's the problem: When I am connected from my PC (Windows 2000) and run the MacAffee v4.5.1 virus scanner on the connected share, I see the following in the Samba log file (debug level=2) for what appears to be each file in the share: [2004/07/20 13:02:51, 2] smbd/open.c:open_file(250) sullivan opened file
2016 Jan 06
4
Cannot remove symlink with missing target
Hi, I have started using symbolic links on an SMB share and find that symbolic links whose target no longer exists cannot be removed on the client side. Example, on the SMB client side in an SMB-mounted directory: 1. Create a file and a relative symlink to it: $ touch a $ ln -s a b $ ls -l total 0 -rw-rw-r--. 1 andi andi 0 Jan 6 14:42 a lrwxrwxrwx. 1 andi andi 1
2005 May 19
1
ACLs on a member server
Hi all, i have ACLs working fine on my PDC, but they do not work on a member server. Here is a summary of my set-up: I am using LDAP backend, with nss_ldap on all of my member servers. Samba 3.0.12pre1 on the PDC and Samba 3.0.14a on the member server. I have winbindd running on my member server, and it is pointing at LDAP as its backend. ?wbinfo -u and wbinfo -g both work. I am using
2002 Oct 15
2
Printing W2K net use lpt
Hello, I've got a problem with printing on a Windows 2K box. Printing from that box to a samba server via the normal print mechanism works fine. The problem is when the person needs to print to a lpt port. The capture succeeds, but when the file is copied to lpt2 it never gets printed. There are other machines that can do the capture and copy to the lpt port but they are Win 9x. The
2004 Jul 20
0
chmod and unix extensions
Dear all, Im trying to set up Samba so that linux users can use the new unix extensions to be able to chmod their files as they wish. However I seem to be having problems with masks. Whether using smbfs or smbclient trying to do: chmod 777 testfile results only in read permissions for group and other (ie it ends up 744). Under smbfs it complains: chmod: changing permissions of `testfile'
2014 Jun 27
0
CentOS6.5 Samba 3.6.9 Windows8.1 login possible after 15 minutes after logoff
Hello, in school We have CentOS6.5 server with Samba3.6.9 (default from CentOS3.6.9 repository). Clients are WinXP, Win7 and Win8.1, We use roaming profiles. Everything is working perfect, except that when user logs off from Win8.1 client, he is not able to log in for about 15 minutes to any Win8.1 client at school. After 15 minutes it is possible again. I do have pretty standard smb.conf, no
2003 Oct 21
0
Access denied when copy file via batch script to samba shre
Hello, I want to replicate some files from one linux samba share (share=install) to another one (share=install). When I copy these files manually over the Windows Explorer (drag/drop), I have no problem I can create,overwrite a existing file. When I do it via a dos batch (robocopy) I have the error message "Access denied". I'm authenticated as the same user in both steps. OS:Linus
2014 Feb 04
1
Samba 3.6.3 and NT_STATUS_INVALID_PARAMETER
I see strange errors when samba client tries to shrink file to 0 bytes. Samba runs on Ubuntu 12.04, client also Ubuntu. Samba sits on top of POSIX file system (FUSE implementation). I can see truncate is called correctly and no error is returned from my implementation. Any ideas? [2014/02/04 12:34:49.806813, 3] smbd/process.c:1467(switch_message) switch message SMBtrans2 (pid 28426) conn
2005 Mar 01
2
Fedora core 2 domain trust account fails
Hello, Having a problem with trust accounts failing after creation. The following is the system that I'm running Samba on: Fedora Core 2 (compiled from source) Samba 3.0.11 OpenLDAP 2.2.23 BerkeleyDB 4.3.27 Windows 2000 client machine I have a script to add machine trust accounts to LDAP. The first part adds a posix Account and attributes to LDAP, the second uses smbpasswd to add the Samba