search for: wempwer

Displaying 8 results from an estimated 8 matches for "wempwer".

Did you mean: kempter
2015 Nov 24
3
Why isn't it possible to lower TCP values of running SSH session?
...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. -- <wempwer at gmail.com>
2015 Nov 23
2
Why isn't it possible to lower TCP values of running SSH session?
...lues to 3, 1, 1 again. To my surpires, after unplugging a network cable on the remote side I wasn't disconnected within 3 seconds. It seems it's only possible to increase TCP timeout values when SSH session is already opened but not to lower them. Why? Is it Linux or OpenSSH thing? -- <wempwer at gmail.com>
2017 May 25
3
Not possible to chown as guest?
...r 4. by accessing Samba share as a Samba user instead of guest - I tried it and learned that chmod works when done as a non-guest user. 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. -- <wempwer at gmail.com>
2017 May 26
2
Not possible to chown as guest?
...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 but cannot do that when done on the different system in a directory when the share is mounted. -- <wempwer at gmail.com>
2017 May 26
2
Not possible to chown as guest?
...e a member of the 'nogroup' group > > Doing what you are trying to do is very probably a security risk. 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? -- <wempwer at gmail.com>
2017 May 27
2
Not possible to chown as guest?
...that it took more work to prevent guest from performing chown than to allow it. As a Samba pseudo user guest is directly mapped to nobody on the server and as nobody is able to chown directly on the server there must be an additional code somewhere that intentionally forbid guest to chown. -- <wempwer at gmail.com>
2017 May 26
2
Not possible to chown as guest?
...n as 'nobody' > > 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 user to users group. I can log in as nobody on the server and do `chown nobody:users <FILE>. -- <wempwer at gmail.com>
2017 May 26
2
Not possible to chown as guest?
...I pasted the logs, both strace and Samba logs from the router in my first post. > still think this is a good idea ??? No, I don't. I suggested 4 alternative ways to solve this problem in my first post. I just want to know why can't I do chown as a guest in a mounted directory. -- <wempwer at gmail.com>