similar to: Not possible to chown as guest?

Displaying 20 results from an estimated 2000 matches similar to: "Not possible to chown as guest?"

2017 May 26
2
Not possible to chown as guest?
On 5/27/17, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Sat, 27 May 2017 04:31:07 +0900 > john smith via samba <samba at lists.samba.org> wrote: > >> > getent passwd nobody >> > nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin >> >> Ok, I know that. Please read my 1st post more carefully. I added my >> nobody
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
2017 May 26
2
Not possible to chown as guest?
On 5/26/17, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 26 May 2017 22:19:17 +0900 > john smith via samba <samba at lists.samba.org> wrote: > >> >> But I just want to change group ownership. In order to change >> ownership to a given group a user has to be a member of that >> group. And in my case user nobody is a member of
2017 May 26
2
Not possible to chown as guest?
On 5/26/17, Reindl Harald via samba <samba at lists.samba.org> wrote: > > > Am 25.05.2017 um 12:16 schrieb john smith via samba: >> Is my thinking correct that it's not possible for guest to chown a >> file? I read the documentation but I have not found any mention of >> that limitation. > > only root and owner can change permissions of files, only root
2017 May 26
2
Not possible to chown as guest?
On 5/27/17, Rowland Penny <rpenny at samba.org> wrote: > On Sat, 27 May 2017 03:45:00 +0900 > john smith via samba <samba at lists.samba.org> wrote: > >> >> It might be. However, the primary issue for me is to explain why >> can't I perform a chown operation with guest user. Is it >> fundamentally forbidden or is there a quirk? > > I suppose
2017 May 27
2
Not possible to chown as guest?
On 5/27/17, Rowland Penny via samba <samba at lists.samba.org> wrote: > I do not fully know, but it is probably because this is such a bad idea > that it has been made not to work, or even more likely, no one ever > thought about doing this (because it is a bad idea), so there is no > code in Samba to do this. But it seems that it took more work to prevent guest from performing
2017 May 26
0
Not possible to chown as guest?
On Sat, 27 May 2017 05:18:25 +0900 john smith via samba <samba at lists.samba.org> wrote: > On 5/27/17, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Sat, 27 May 2017 04:31:07 +0900 > > john smith via samba <samba at lists.samba.org> wrote: > > > >> > getent passwd nobody > >> >
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
2015 Nov 24
3
Why isn't it possible to lower TCP values of running SSH session?
On Tue, Nov 24, 2015 at 12:57 AM, Damien Miller <djm at mindrot.org> wrote: > TCP is the kernel's responsibility. I guess that these values get > copied into each TCB from the copy managed via proc at connection > start time, but never updated afterwards. > This had to happen but the question is why is it possible to increase a timeout but not to decrease it. --
2015 Nov 23
2
Why isn't it possible to lower TCP values of running SSH session?
I am running OpenSSH_6.7p1 on Slackware 14.1 x64. I haven't modified a stock config. On Linux TCP timeouts are controlled by these 3 files: $ cat /proc/sys/net/ipv4/tcp_keepalive_time \ > /proc/sys/net/ipv4/tcp_keepalive_intvl \ > /proc/sys/net/ipv4/tcp_keepalive_probes 7200 75 9 These are their default values. I modified them to 3, 1, 1 respecitively before establishing a new SSH
2018 Apr 03
2
smbstatus crazy multiple same listings
Hi Folks, Small office setup, 3 computers, 3 staff. Recently updated system and rebooted. Today, I am seeing crazy amounts of the same listing for clients (294 lines!) and open files... (snipped content below, you really don't want PAGES of it!) $ smbstatus Samba version 4.3.11-Ubuntu PID Username Group Machine Protocol Version
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'
2006 Jan 19
1
"PANIC: failed to set gid" on mipsel
I just compiled Samba 3.0.21a for Linux/mipsel/uclibc. When I want to start smbd, it fails: [2006/01/19 12:29:09, 0] lib/util_sec.c:assert_gid(113) Failed to set gid privileges to (-1,65534) now set to (0,0) uid=(0,0) [2006/01/19 12:29:09, 0] lib/util.c:smb_panic2(1554) PANIC: failed to set gid The only way to start smbd is to put this into smb.conf: guest account = root But I'm
2008 Jul 23
3
Trouble authenticating to Samba shares with Win 2k3 ADS
I may have a deficiency in understanding the procedure for ADS authentication with samba, but most of the server setup works so far. I have bound a Red Hat Enterprise 5 server to our windows domain, it shows up in DNS and ADS, I can ping it, but I can't get samba shares to be accessible to users, or even get the smbclient to return shares properly. wbinfo -g returns the domain groups
2017 May 26
0
Not possible to chown as guest?
On Fri, 26 May 2017 22:19:17 +0900 john smith via samba <samba at lists.samba.org> wrote: > > But I just want to change group ownership. In order to change > ownership to a given group a user has to be a member of that > group. And in my case user nobody is a member of users group and can > change file ownership to users group if it's done directly on the > server
2003 Feb 11
0
samba 2.2.7a and multiple logins...
Hello I use a new samba server with LDAP support as PDC for some Windows2000 and WindowsXP machines. All is working nice. The useer can login with a user/password in the domain, we have remote profiles, the user can access the samba shares and print etc. But after some time (< 1 day) we get a smbstatus output like the attached file. Users are connected multiple times with the same share
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
Hello, Noticed a couple of problems with the rsync testsuite. I have included a possible patch for each problem (attached & inlined.) The first problem is that on OpenBSD when make test is run and tests are skipped you see messages like this: cat: "/tmp/rsync-2/rsync/testtmp.chown/whyskipped": No such file or directory SKIP chown () After my patch, you get the appropriate
2018 Feb 13
0
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
On Samba 4.3.11 Server (Ubuntu 14.04 and 16.04) : find this issues on negoziation on windows 10 clients: 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283
2017 May 25
0
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
I am thankful for all support received so far and I feel I'm getting closer to a solution. To get back to basics and a more transparent setup I have made a clean Ubuntu 16.04 installation and followed this guide https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Standalone_Server Windows clients users are logged in with username Admin (local account, administrator). The samba share is
2018 Nov 02
0
While copying files to a samba share: You need permissions to perform this action
Hello, I have a samba-4.9.1 serving a tmp space that I would like to write to without authentication. The smb.conf is: [global] workgroup = DIRECTORY interfaces = 10.10.10.1 bind interfaces only = Yes security = user map to guest = Bad User rndc command = /bin/true server role = STANDALONE netbios name = filer log level = 3