Displaying 20 results from an estimated 67 matches for "noperm".
Did you mean:
ioperm
2018 Jan 04
2
smbclient, cannot delete non-empty directory, no error message
client: samba-client-4.7.4-0.fc27.x86_64
client: samba-client-4.6.5-0.fc26.x86_64
server: samba-4.7.3-3.fc27.x86_64
Reproduce steps:
[chris at f27h ~]$ smbclient //f27s.local/scratch/
Enter SAMBA\chris's password:
Try "help" to get a list of possible commands.
smb: \> cd noperms
smb: \noperms\> ls
. D 0 Wed Jan 3 12:00:27 2018
.. D 0 Wed Jan 3 19:33:01 2018
test2 D 0 Wed Jan 3 11:59:55 2018
test3 D 0 W...
2011 May 10
1
BUG(?): Incorrect responses for ACL prohibited actions
...these commands be returning "NO" instead of "OK"? RFC 3501
[6.4.6] for STORE:
NO - store error: can't store that data
and RFC RFC 3501 [6.4.3] for EXPUNGE:
NO - expunge failure: can't expunge (e.g., permission denied)
Additionally, RFC 5530 [3] provides the NOPERM response code:
NOPERM
The access control system (e.g., Access Control List (ACL), see
[RFC 4314]) does not permit this user to carry out an operation,
such as selecting or creating a mailbox.
C: f select "/archive/projects/experiment-iv"...
2018 Jan 05
0
smbclient, cannot delete non-empty directory, no error message
...6_64
> client: samba-client-4.6.5-0.fc26.x86_64
> server: samba-4.7.3-3.fc27.x86_64
>
> Reproduce steps:
>
> [chris at f27h ~]$ smbclient //f27s.local/scratch/
> Enter SAMBA\chris's password:
> Try "help" to get a list of possible commands.
> smb: \> cd noperms
> smb: \noperms\> ls
> . D 0 Wed Jan 3 12:00:27 2018
> .. D 0 Wed Jan 3 19:33:01 2018
> test2 D 0 Wed Jan 3 11:59:55 2018
> test3...
2018 Jan 05
2
smbclient, cannot delete non-empty directory, no error message
...gpanda101 at gmail.com> wrote:
> I would assume you would need to use 'rm -r' to remove a directory and
> it's contents.
That doesn't work and the man page doesn't list flags for any
commands, plus it looks like rm is strictly for files not for
directories.
smb: \noperms\> rm -r test1
NT_STATUS_NO_SUCH_FILE listing \noperms\-r
smb: \noperms\> rm test2
NT_STATUS_NO_SUCH_FILE listing \noperms\test2
>I would also assume a error message would be expected with
> 'rmdir' if the dir was not empty.
This is a problem for gvfs-smb backend for GNOME w...
2008 May 27
3
mount shares with path
...ess to only to one subdirectory.
I have no problems mounting other shares on the same windows server with
the same permissions.
I can mount the volume through gnome "Connect to Server...", but I need it
on the filesystem.
What is working:
smbmount //server1/share1 /mnt -o -fstype=cifs -noperm,credentials=/etc/auto.smb.server1
What is not working:
smbmount //server1/share2/dir1 /mnt -o -fstype=cifs -noperm,credentials=/etc/auto.smb.server1
This results in the error: "mount error 20 = Not a directory"
When I try with backslashes, the error changes:
smbmount \\\\server1\\share...
2010 Aug 13
1
rsync --noperms?
It seems that even if -p (or -a, etc) are not used, permissions are still propagated from client to server, though not updated. I was a bit surprised since the option is "preserve permissions", and permissions were preserved on the initial copy even without -p.
[ I am trying to rsync from Windows 7/Cygwin to (linux/unix). Windows 7/Cygwin is mapping ACL-style permissions (and I
2016 Oct 06
1
help with permissions
Hi, i have a rather weird and also problematic use case.
My NAS provides permissions but I don't know how.
The share is mounted using unix extensions and I am seeing user IDs.
However my /local/ filesystem refuses me to allow to do anything unless
I am root or set the noperms flag (ostensibly).
This means that locally write access is denied but not remotely.
The local user is UID 1000. The logged in user is 1000002. The file
*always* shows as rwxr-xr-x.
Whether the file is remotely owned by 1000, 1026 or 1000002 doesn't make
a difference.
So: locally I am the...
2024 Jan 30
1
permission denied with windows acls
...these lines:
adminuser at testdm12:~$ mount
.................
//devstation.samdom.example.com/data on /mnt/test type cifs (rw,relatime,vers=3.1.1,sec=krb5,cruid=0,cache=strict,multiuser,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.141,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,noperm,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1)
//devstation.samdom.example.com/Mtest1 on /mnt/testmount1 type cifs (rw,relatime,vers=3.1.1,sec=krb5,cruid=0,cache=strict,multiuser,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.141,file_mode=0755,dir_mode=0755,so...
2018 Jan 05
0
smbclient, cannot delete non-empty directory, no error message
...> I would assume you would need to use 'rm -r' to remove a directory and
> > it's contents.
>
> That doesn't work and the man page doesn't list flags for any
> commands, plus it looks like rm is strictly for files not for
> directories.
>
> smb: \noperms\> rm -r test1
> NT_STATUS_NO_SUCH_FILE listing \noperms\-r
>
> smb: \noperms\> rm test2
> NT_STATUS_NO_SUCH_FILE listing \noperms\test2
>
>
> >I would also assume a error message would be expected with
> > 'rmdir' if the dir was not empty.
>
>...
2013 Nov 03
1
Accessing multiple Active Directory accounts simultaneously from a single Linux server
...into it. That's roughly what I'm talking about, although typically a single share can be accessed by more than one user. In our current non-Active Directory configuration, the Video server runs commands such as:
sudo mount -t cifs //StorageServer/ShareName /path/to/mountpoint -o rw,noperm,user=user1,password={user's password}
sudo mount -t cifs //StorageServer/DifferentShareName /path/to/different/mountpoint -o rw,noperm,user=user2,password={user's password}
Note -- we mount one share as "user1" and another as "user2".
We are now trying to integ...
2013 Dec 05
3
What in samba 4.1 prevents a '/' share?
...writeable = Yes
With 3.6.6-1 all works as expected. However in 4.1.2-1 a mount error(13) is
received when attempting to mount the share on a remote linux host:
16:07 alchemy:~> sudo mount.cifs //phoinix/config /mnt/phix-cfg -o
username=david,uid=1000,credentials=/home/david/.dcr/mountcfile,noperm
mount error(13): Permission denied
(yes-credentials are correct, all other shares mount fine)
Was there a change in 4.x that prevents doing this? If so, what?
--
David C. Rankin, J.D.,P.E.
2013 Apr 18
9
[PATCH v5 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
...bxl_ctx *ctx = libxl__gc_owner(gc);
int flags, ret, rc, nb_vm;
char *uuid_string;
- char *dom_path, *vm_path, *libxl_path;
+ char *dom_path, *vm_path, *libxl_path, *libxl_usb_path;
struct xs_permissions roperm[2];
struct xs_permissions rwperm[1];
struct xs_permissions noperm[1];
@@ -454,6 +454,8 @@ int libxl__domain_make(libxl__gc *gc, libxl_domain_create_info *info,
goto out;
}
+ libxl_usb_path = GCSPRINTF("%s/usb", libxl_path);
+
noperm[0].id = 0;
noperm[0].perms = XS_PERM_NONE;
@@ -477,6 +479,13 @@ retry_transaction:
xs_...
2012 Jul 28
2
Kernel 3.4.6: cifs problem
Hallo,
I've just tried kernel 3.4.6, self compiled, with the ".config" from
kernel 3.3.7.
Samba version 3.5.14 (slackware)
When I run a script with (among many other lines) the command
mount.cifs //$share/$src /path/to/$target \
-o noperm,sec=ntlmv2,$Loginparms
(which runs without any problem under kernel 3.3.7) then I get an error
message (some cifs problem), and the script finishes its work.
Where should I look for more informations?
Viele Gruesse!
Helmut
2007 Jun 11
5
Access Windows AD share From Linux
I am trying to mount and access a Windows share, from one of our Active
Directory servers to one of our RedHat Enterprise 4 Linux hosts. I have
used Samba in the past to do the opposite, which worked very well.
I was successful in mounting the share, using the following:
mount -t smbfs -o username=<myid>,password=<mypassword> //<AD
Server>/<Share> /mnt/app1
2011 Dec 16
13
[PATCH 0 of 4] Support for VM generation ID save/restore and migrate
This patch series adds support for preservation of the VM generation ID buffer
address in xenstore across save/restore and migrate, and also code to
increment the value in all cases except for migration.
Patch 1 modifies the guest ro and rw node creation to an open coding style
and cleans up some extraneous node creation.
Patch 2 modifies creation of the hvmloader key in xenstore and adds
2009 Sep 02
3
Simple CIFS Linux permission
Greetings all,
I have a VERY basic fileserver in my network, that works well for my
needs, and have run into a problem that I can't solve. I am sure that the
more eperienced users here will be able to help me in less than 5 minutes,
so please, if you have some time.
My smb.conf
[global]
workgroup = msheimnetz
server string = Samba Server Version %v
netbios name =
2016 Sep 24
1
upgrade 4.4 -> 4.5 broke standalone server smbmount of drives?
...ems we have hit one
again in the 4.4 to 4.5 update. Specifically, the update was
samba-4.4.5 => samba-4.5.0
There were no changes made to smb.conf, but the following attempted mount
failed using:
mount.cifs //phoinix/samba /mnt/phx -o
username=david,uid=1000,credentials=/home/adm/mountcfile,noperm
There are no entries in the logs telling me why the mount fails, it just
fails. Were there new share connection requirements put in place in 4.5?
--
David C. Rankin, J.D.,P.E.
2005 Dec 22
1
Getting Samba to only use filesystem permission checks
...that UNIX extensions are
enabled for all of these mounts, so all the files are owned by UIDs and
GIDs which don't make sense on my local system.
I don't want to disable the UNIX extensions as I like the ability to
use "chmod", so instead I mounted each remote share with the "noperm"
option to disable permission checking at the local filesystem. This
works perfectly in that all local users have full access to the mounted
share, even though they don't own the files or belong to any file's
group.
The problem is that Samba still checks the UID and GID and denies
re...
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,
2014 Jun 09
1
Cannot mount a remote volume after system upgrade
...sma-server3 kernel: \
[501348.943600] CIFS VFS: cifs_mount failed w/return code = -6
Here is the /etc/fstab entry:
//sma-server1/pub-data /t2 cifs \
credentials=/home/sma-user3x/.smb/.smbpw, \
uid=sma-user4,gid=users,file_mode=0664,dir_mode=0775, \
sec=lanman,servern=SMA-SERVER1,nocase,noperm,nounix,noserverino 0 0
Any suggestions or changes that will allow the remote volume to mount?