Displaying 20 results from an estimated 700 matches similar to: "Access denied when copy file via batch script to samba shre"
2003 Nov 12
2
Join Machine to Domain
Hello,
Is it really possible that just the user root with the samba password can
join workstations into the domain?
I have also some other users who are domain administrator, but with this
users i can't join any workstations into the domain.
This is mor me a important security point, because I want to give some
people the acces right to join workstations into domain and only this
function.
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
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
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
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
2002 Aug 25
0
strange: failing upload of special profile-dirs
Hi to everyone,
Something quite strange occured to me this weekend as we wanted
to switch our network to w2k ads structure with a sambaserver as
main fileserver running winbind.
The windowsprofiles are supposed to reside on the sambaserver and
the client successfully loads the initial profile.
The first time the user logs on to his machine, he gets some
default .msi-softwarepackages assigned by
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'
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)
2011 May 26
1
Confusion berween file and direcory
I have some trouble with a samba 3.5.8 server when setting directory
attributes. On a windows XP I execute a small peace of code that calls
'SetFileAttributes' for the directory 'test-dir' located on the samba
server. Using log level 10 I find this:
[2011/05/26 15:27:02.144060, 3] smbd/process.c:1298
(switch_message)
switch message SMBtrans2 (pid 28903) conn 0x7f5e35f0dbb0
2016 Jan 06
0
Cannot remove symlink with missing target
On 06/01/16 17:36, Andreas Maier wrote:
> 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
> $
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 Feb 19
0
Mac OS X file copy error in samba share on a samba-share
I have an issue with mac os x 2.5.6 who is trying to put a file on a samba share.
Samba (3.0.28) is running on a CentOS 5.2 (2.6.18-92.1.13.el5).
I put a file "users.txt" as user "carlo.maesen" and have the following Mac-error:
"You cannot copy some of these items to the destination because their names are too long or contain invalid characters for the destination. Do
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
2008 Aug 21
0
Group member can not delete files - only dir (775) owner can
Hi there,
I have a problem I can not solve myself.
I have samba 3.0.28 installed on a Ubuntu 8.0.4 server.
Samba is a member of AD. Authentication is kerberos, user- / group ids are
handled by nis (Windows 2008 SFU / NIS Server).
My Samba config:
[global]
write list = admin,rado,@Administratoren
deny hosts = 0.0.0.0/0.0.0.0
client schannel = No
allow hosts = localhost,
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
2003 Oct 30
1
samba3 backend ldap max groups..
Hello,
I'm testing samba3 with the backend ldap on Linux to replace our NT 4
Domain.
OS: Linux UL1
Samba3
OpenLdap 2.1
Samba3 works as PDC with the backend ldapsam.
There a problem I'm still hanging. If a user is member of more then 32
groups I just can work with my defaultGroup (atrribute:
sambaPrimaryGroupSID),
all other authorisation will be denied although the user is member of all
2004 Jan 09
0
Samba 2.2.8a and HP-UX 11.11 (11i)
I read a message from the archives that describes nearly our exact problem
that has begun to appear after 11i was installed on our server. File
access has become slow and unreliable, especially under high loads. As a
matter of fact, I had a logon script running a series of echo -- it was
executing them at about 1 line every 2 seconds. The way we "solved" the
problem was moving the Samba
2002 Nov 27
6
"attrib +R myowndir" fails to write-protect my own dir
A trivial case:
executing the following DOS command from the prompt line on a Win2K SP3:
%windir%\system32\attrib.exe +R H:\dir
can't set the R(eadonly) flag on my home dirs (2.2.7):
drwxrwsr-x 4 me users 4096 Nov 27 17:59 .
drwxr-sr-x 2 me users 4096 Nov 27 17:59 dir
-r--r--r-- 1 me users 0 Nov 27 17:59 empty.txt
drwxr-sr-x 2 me users 4096 Nov 27 17:27
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...