Opened 7 years ago

Last modified 7 years ago

#284 new defect

Server struggling with unix userrights

Reported by: Michael Holzapfel Owned by:
Priority: minor Milestone:
Component: Samba Server Version: Server 3.6.x
Keywords: Cc:

Description

Samba server works perfect in file sharing mode with OS/2-Samba clients, Win7 clients and linux gvfs-mount. Unfortunately cifs-mount through /etc/fstab does not work properly. Creating and deleting files and directories works as expected but overwriting quits with access violation. Example (on linux): gedit testneu.txt ls -l testneu.tst -> -rw-r--r-- 1 michael michael 4 Jan 5 10:44 testneu.txt

editing again is not possible (missing rights)

on OS/2 Server with JFS-Volume: ls -l testneu.txt -> -rw-r--r-- 1 Michael admin 4 5. Jan 10:44 testneu.txt

Probably an issue with handling user-rights on the server (related links http://linux-club.de/forum/viewtopic.php?f=116&t=119529)

Please advise for further analysis

Attachments (3)

smb.conf (2.3 KB) - added by Michael Holzapfel 7 years ago.
smb.conf file on fresh install
fstab (674 bytes) - added by Michael Holzapfel 7 years ago.
This it the /etc/fstab file on client (Mint 18.1)
log.smbd.michael.192.168.2.65 (148.5 KB) - added by Michael Holzapfel 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by Michael Holzapfel

Attachment: smb.conf added

smb.conf file on fresh install

Changed 7 years ago by Michael Holzapfel

Attachment: fstab added

This it the /etc/fstab file on client (Mint 18.1)

comment:1 Changed 7 years ago by Michael Holzapfel

File creation and file deletion works well on /media/C which points to OS/2 smb server share [C], modifying existing file does not work (see attached smb.log, file was testn.txt)

Last edited 7 years ago by Michael Holzapfel (previous) (diff)

Changed 7 years ago by Michael Holzapfel

Note: See TracTickets for help on using tickets.