Displaying 20 results from an estimated 1000 matches similar to: "Linux 2 Linux Host Filesystem Sharing with Samba + MySQL"
2006 Jul 01
3
cifs mounts in smbfstab
Hello,
I have the following in /etc/samba/smbfstab;
//msserver/share /mnt/smb-share cifs
file_mode=0777,dir_mode=0777,credentials=/etc/cifsusers/admin,rw
However, when using 'mount /mnt/smb_dir' I get;
mount: can't find /mnt/smb_dir in /etc/fstab or /etc/mtab
Using 'mount -a' doesn't mount either.
If I use "smbmount /mnt/smb_dir" I get;
Could not
2024 Jan 30
1
permission denied with windows acls
On Mon, 29 Jan 2024 16:42:20 -0800
Peter Carlson via samba <samba at lists.samba.org> wrote:
>
> On 1/29/24 13:08, Rowland Penny via samba wrote:
> > On Mon, 29 Jan 2024 12:51:37 -0800
> > Peter Carlson via samba<samba at lists.samba.org> wrote:
> >
> >
> >> Just did a quick test, the big T comes after setting permissions in
> >>
2004 Oct 14
1
[PATCH] smbfs: smbfs do not honor uid, gid, file_mode and dir_mode supplied by user mount
Hi,
This patch fixes "Samba Bugzilla Bug 999". The last version (2.6.8.1) of
smbfs kernel module do not honor uid, gid, file_mode and dir_mode
supplied by user during mount. This bug is also logged as "Kernel Bug
Tracker Bug 3330". I think this stuff is related to the "unix
extensions". This patch offers to the client side the opportunity to
decide to use or
2011 Oct 18
1
file_mode and dir_mode options ignored
Hi there. I'm using samba3x-3.5.4-0.83.el5_7.2 on CentOS release 5.7 x86_64 to mount a Terastation filesystem. The "file_mode" and "dir_mode" options to mount.cifs seem to be ignored; I systematically get a "drwxrwxrwx" permission, no matter what values I provide for these options:
# mount.cifs //terastation/Backup /bkp/BackupPC/ -o
2013 May 08
2
IMAP SSL proxy (questions)
Hello everyone,
I have seen: http://wiki.dovecot.org/HowTo/ImapProxy. It doesn't seem to
fit what I need.
Unfortunately, I cannot use TLS. I have to use SSL. Also, I would rather
not duplicate the certificates for the IMAP servers. Hence nginx doesn't
seem to be a good choice either.
I am hoping that since SSL has "Client Hello" which specifies the site
requested the the
2004 Nov 12
2
Windows XP SP2 slow printing solution
Hello all,
I spent a couple of days figuring this out, and I found some related
posts without solutions, so I figured I would sent this to the list.
We run a small local network here with a mixed bag of Windows
XP / 2000 / Linux clients. We have been using Samba to allow access
to a set of shared printers using a linux server. We also have a
separate linux server that handles our file serving
2011 Sep 07
1
Samba on freebsd - permissions issue
Hello,
I have Samba set up on FreeBSD with a share for guests. I don't need or want any authentication for this share.
[test2]
path = /data/test2
read only = No
create mask = 0777
guest ok = Yes
The file permission on the host directory was set to 2777 and nobody:nobody. When a windows machine writes to the dir the permissions look fine. For example,
2009 Sep 18
4
Autofs and Fedora 11
Hi!
I'm having trouble accessing Samba shares via autofs.
Let me begin by saying that I can access the samba shares
directly using smbclient without any trouble. For example:
smbclient //Matsa/Pisi
works fine.
I first started out by copying a config line from an older
system (redhat 7) that has in its auto.misc:
(all on one line, of course)
pisi
2010 Apr 30
1
Cannot mount Windows 7 share with CIFS Error 112 Host is down
Hi. I just got a new Windows 7 Home Edition computer and am unable to mount its shares on my Linux system.
I'm running Fedora 11, samba 3.4.7
I have no trouble mounting shares from XP systems on the network using the mount command below.
I can access the Windows 7 share with no problems using smbclient on Linux.
The Windows 7 share is accessible from the XP systems.
Here is the mount
2008 Jul 17
4
Samba permissions problem
Hi all,
I have a permissions problem with a samba share which I really
can't fathom out. I'm trying to create a fully group writable share.
Easy or so I thought.
As you can see from my config I am trying all the options to set files
group writable, however when I create a file from the client I'm always
getting the
mode 0644. Does anyone have a clue why? Thanks!
client:
2016 Jul 11
2
server not using utf8-mode with Synology client
On Mon, Jul 11, 2016 at 11:41:24PM +0200, Xen wrote:
> I wrote here how my filenames are getting mangled when getting sent
> or received to the server.
>
> Server: current Ubuntu lookalike.
>
> Client: Older Synology diskstation with probably a modified mount.cifs.
>
> When I send utf-8 it gets received as dos.
>
> "é" for instance is #c3a9 in utf-8, and
2011 Sep 04
1
Strange permission problem when mounting a share
Hello all,
I have been struggling with a permission issue with Samba for over a week
now. I've tried many different setup, without much success.
I am using samba 3.6 on Arch Linux. The user I am testing with is a member
of the group nobody.
I have a share defined as it :
security = share
[public]
path = /home/smbshare
public = yes
only guest = yes
writable = yes
printable =
2013 Aug 09
1
[CIFS] mount error(13): Permission denied
This is from
mount <mountpoint>
on openSUSE 13.1m3 running 3.10.1 desktop kernel. The mountpoint and fstab
entries are identical and working in openSUSE 12.3 on same system. I just
spent several hours on IRC and elsewhere trying to figure this out before
thinking to try booting something other than 13.1. :-(
Fstab entry (redacted):
//HOST/share /mountpoint cifs
2012 Mar 06
1
zero byte files
I am experiencing data loss on a CIFS share
with Samba 3.6.3. I am running Debian Sid
on x86. I mount the share with the following
line in my fstab:
//server/share /mnt/share cifs auto,users,rw,gid=50,dir_mode=0775,file_mode=0777,domain=DOMAIN,credentials=/root/share.credentials
The user in the credential file is in the proper domain.
GID 50 is "staff", which my user is a member
2024 Jan 30
1
permission denied with windows acls
On 1/29/24 13:08, Rowland Penny via samba wrote:
> On Mon, 29 Jan 2024 12:51:37 -0800
> Peter Carlson via samba<samba at lists.samba.org> wrote:
>
>
>> Just did a quick test, the big T comes after setting permissions in
>> windows
>>
>> root at fs1:/var/log# cd /data
>> root at fs1:/data# mkdir -m 1777 test2
> No it doesn't, you are setting
2018 Jun 15
2
Slow write performance CIFS mount
Hi,
I have detected a very low performance with cp command or any write
with CIFS mount (Netapp Storage), <15mb/s. Read performance is similar
Local disk perofrmance is correct >100mb/s
fstab entry is :
//netapp/resource$/folder /mnt/test cifs
username=u,password=p,domain=dom,iocharset=utf8,uid=1001,gid=1000,dir_mode=0700,file_mode=0700,auto
Server is SLES 12 SP3 with latest updates
2012 Jun 19
3
PMA attacks
It appears to be a low-level attack, not so frequent as to be banned
permanently, just a number of times a day.
I did google on this, and I gather it's looking for phpmyadmin. We've been
getting one from one specific network in Russia for weeks
Here are more information about 91.201.64.24:
[Querying whois.ripe.net]
[whois.ripe.net]
<snip>
% Information related to '91.201.64.0
2011 May 08
5
Am I being to paranoid?
Hi All,
I want to know thoughts on if I am being to paranoid/security conscious.
CentOS 5.6, Apache, MySQL, running an Firewall in front of everything and obviously the built-in firewall on the box. I have ssh on a different port and starting to use Keys instead of password authentication. I host an intensive website and I am getting about 150 unique visitors per day.
What I am seeing is
2019 Oct 25
1
net ads join -- strange message
hello,
Le 23/10/2019 ? 12:45, Rowland penny via samba a ?crit?:
> On 23/10/2019 10:51, nathalie ramat via samba wrote:
>> Hello,
>>
>> I have an server ad? - everything seems ok
>> I have a windows client and a linux client . The users must to
>> connect on windows or on linux with the same home.
>>
>> when I join my client linux with the command net
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can
read/write/delete/create.
I have this as fstab entry
//host/public /mnt/home smbfs
auto,uid=user,umask=000,defaults,username=Perkins,password=
see, i've had to put uid=user just to get it owned by user user, so i could
edit files
i put mode=777, but it does nothing.
i want to let all users read/write/create/delete