Displaying 6 results from an estimated 6 matches for "theshare".
2004 Jun 12
2
SID-UID mapping issue on Samba 3.0.4 in an AD Domain
...tbios name = SAMBA
workgroup = WINDOM
encrypt passwords=yes
password server = *
obey pam restrictions = yes
winbind cache time = 120
template shell = /sbin/nologin
template homedir = /none
idmap uid = 10000-19999
idmap gid = 10000-19999
winbind nested groups = yes
winbind separator = +
[theshare]
path=/smbroot/theshare
read only=no
-----------------------
------ nsswitch.conf ---
passwd: files winbind
group: files winbind
------------------------
------ pam.d/samba ----
auth required pam_winbind.so debug
account required pam_winbind.so
-----------------------
pam_winbind.so is on...
2018 Oct 04
0
Copy to smb share fails with "invalid argument" on CentOS 7
...blem (note that some
of the names have been changed):
[toralf at osl-97214 ~]$ dd if=/dev/zero of=tst.zero bs=65537 count=1
1+0 records in
1+0 records out
65537 bytes (66 kB) copied, 0.000919358 s, 71.3 MB/s
[toralf at osl-97214 ~]$ gvfs-copy tst.zero
"smb://pgs.com;toralf.lund at ourserver/theshare/"
Error copying file tst.zero: Invalid argument
[toralf at osl-97214 ~]$ cp tst.zero
/run/user/1234/gvfs/smb-share:domain=pgs.com,server=ourserver,share=theshare,user=toralf.lund/
I actually get numerous references to similar issues when I search the
web, including
https://bugzilla.redhat....
2005 May 03
1
Problems with Tiger SMB connections
...r mailing list, I was hoping people
here may have some ideas?
Thanks,
Trevor
---
Is anybody else having problems connecting to SMB shares with Tiger?
I appear to authenticate ok, but then I get this error.
The Finder cannot complete the operation because some data in "smb://
<theserver/theshare>" could not be read or written. (Error code -36).
I check the logs and found these two entries every time I've tried to
connect.
May 3 12:43:49 Nugget kernel[0]: smb_maperr32: no direct map for 32
bit server error (0xc00000bd)
May 3 12:43:49 Nugget kernel[0]: smb_maperror: Unmapped...
2003 May 08
1
SV: Samba Installation help for a domain
...network neighbourhood of client machinee..
My doubts:
1. Once my Samba daemons are up , should samba share be directly visible in Network neigh bourhood of client machine( Considering All TCP and network related settings are ok)
2. What i feel is theshare should be visible and check for same workgroup or domain should be performed when we try to connect ?
To be very frank I am novice and having my hands on Samba first time.
Thankx in advance for any useful help.
rgfd
ashish
2007 Oct 04
3
Setting up common drive w/letter?
I want to configure samba to produce a common area (i.e. /home/shared) as
an assigned drive letter to all users. Thus, in addition to users
logging into the domain and having an H: drive for their personal account,
they will also get an S: drive (for example) for a common area.
How do I configure this in smb.conf?
Thanks.
Scott
2003 Dec 01
0
No subject
...it exists or
not is a function of the DIRECTORY in which it is contained. So if a user
has 'w'
access to the directory, he can modify the directory entry for a file
(delete a file,
create a file, rename(mv) a file).
You can try the following (I haven't tested this...)
in smb.conf, on theshare that you want this behavior:
delete readonly = no (default)
create mask = 544 (this will ensure that any file created will be created
with the 'readonly' attribute set.
Since ONLY the owner of the file can modify permissions on the file, no one
will be able to delete or rename the file u...