Displaying 20 results from an estimated 155 matches for "unwritable".
Did you mean:
unwriteable
2013 Feb 07
2
Too Many Running Process
Dear List Users Greetings,
i have come across the problem where CentOS 6.3 x64 has more than 700
processes running. i am not sure where to start, what in normal or
abnormal.
[root at jet]# ps -A
PID TTY TIME CMD
1 ? 00:00:03 init
2 ? 00:00:00 kthreadd
3 ? 00:00:00 migration/0
4 ? 00:00:00 ksoftirqd/0
5 ? 00:00:00 migration/0
6
2002 Jul 25
1
"hide unwritable" as a requested feature
Greetings,
I would like to see following option in a future release:
--------------------------------------------------------------------------
hide unwritable (S)
This parameter prevents clients from seeing the existance of files or
directories that cannot be write. Defaults to off.
Default: hide unwritable = no
--------------------------------------------------------------------------
Of course, I'm rather interested in that non-default setting....
2015 Oct 15
3
Hide the files that doesn't have permission to access
Thank you guys for your reply.
I tried but it still does not work
On 10/14/2015 5:37 PM, Stéphane PURNELLE wrote:
>
> These parameters must be put on share section, not in global section
>
> hide unreadable = yes
> hide unwriteable files = yes
> example
>
> [smb_shr1]
> path = /mnt/LV002/share1
> read only = no
> create mode = 0777
2018 Jun 08
2
XRay FDR mode doesn’t log main thread calls
Hello,
I am initializing FDR mode and finalizing/flushing the buffers manually.
XRay does not log calls from the main thread unless there is a function
call after __xray_log_finalize(). This behavior is abnormal since one would
expect the trace file to contain all function calls made up to the point
when __xray_log_finalize() is called. To demonstrate this behavior, I have
taken the test case
2003 May 31
1
Minor problem with unwritable directories
...as
just mirrored, immediately run rsync again (I do this often to
verify that no changes have occurred when mirroring large
directories with potentially open files--such as when I backup
/home). All directories that are not writable--even though
unchanged--will be sent again. [Note that unwritable files are not
transferred again--this only occurs with directories].
-- Set of commands to reproduce problem --
mkdir -p temp1/some/set/of/subdirectories/
mkdir temp2
chmod -R a-w temp1/some/set/of
rsync -av temp1/ temp2/
rsync -av temp1/ temp2/
-- Output from those commands --
#...
2015 Oct 21
0
Hide the files that doesn't have permission to access
Hi,
Try these params to hide files when users doesn't have read/write access to
them.
hide unreadable (S)
This parameter prevents clients from seeing the existance of files that
cannot be read. Defaults to off.
Default: *hide unreadable = no*
hide unwriteable files (S)
This parameter prevents clients from seeing the existance of files that
cannot be written to. Defaults to off. Note that
2013 Apr 26
0
hide unwriteable files and windows xp
I need to hide the listing of files to multiple users, but only allow access to the file if you know the exact path and filename of the file in the form of \\server\share\filename.txt. I am using the hide unwriteable files = yes flag to accomplish this and it works as expected with windows 7. However, windows XP gives the error that windows cannot find the file. Is there a different setting, or
2015 Oct 14
3
Hide the files that doesn't have permission to access
Hi all,
I want to shows a user only the files that he/she has permission to access.
I configured smb.conf like that:
[global]
workgroup = STORAGE
encrypt passwords = yes
security = user
access based share enum = yes
hide unreadable = yes
hide unwriteable files = yes
[smb_shr1]
path = /mnt/LV002/share1
read only = no
create mode = 0777
2012 Oct 10
6
How can I show only the shares that user have access to in SAMBA
Dear All,
I have implemented samba to right now in test environment to be implemented in production as? samba file server
so far its working grt
but I have one issue
i have right now one share and want only the users who have access to the share to see it
and the others should not
when I log into the user who has no access I see the share and when i double click it ask me for username and
2017 Mar 30
2
JPG issue
[global]
workgroup = NPC
server string = Samba Server %v
netbios name = Atlantica
security = user
map to guest = bad user
dns proxy = no
hide files = /~*/
hide unwriteable files = yes
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
path = /home/%S
valid users = %S
browseable = no
guest ok = no
writable = yes
2018 Oct 30
3
Problem with rights in samba 4.9.0
good afternoon everyone,
I have a problem that I can not solve I have installed a samba 4.9.0 in centos 7.5 using XFS.
In the DPTO share I have the departmental folders, which I gave the rights to the groups.
The problem:
when a user creates a file within some sub-folders the group's rights do not arrive in the file is read-only.
When the user accesses a website and downloads
2016 Dec 14
1
[PATCH supermin] tests: fix test-binaries-exist.sh with bash 4.4
...7 @@ if [ "$(find $d2 -name sync -perm -0555 | wc -l)" -lt 1 ]; then
fi
# These binaries should be runnable (since they are the same as the host).
-`find $d2 -name sync | head`
+`find $d2 -name sync ! -path '*/bash/*' | head`
# Need to chmod $d2 since rm -r can't remove unwritable directories.
chmod -R +w $d2 ||:
--
2.7.4
2016 Feb 09
2
WG: After Upgrade to Samba-4.3.4
What I have done bevor updating to 4.3.4 and it was working until then.
I userd the map unix tab in ADUC and gave uid and gid to all users /groups but administrator.
This worked until the update. Now the dcs mix up only!!! group ids with computer ids (security tab)
root at s4slave exim]# getent group personal
TPLK\personal:x:3000044:
root at s4slave exim]# getent group reserve09$
2006 Mar 29
2
Fragment Cache Wackiness
...ath="/www/apps/localfeeds/directory/tmp/fragmentcache/">
In a controller:
class ExportController < ApplicationController
before_filter :locale_finder
caches_action :rss, :opml, :top10opml
...
Yet tmp/fragmentcache/ remains empty (and removing the directory or
making it unwritable produces no errors in production.log)
I can tell by response times and watching production.log that it IS
caching, so I can only assume it''s still using the default in-memory cache.
A potential wild-card is that I am using this plugin:
http://wiki.rubyonrails.com/rails/pages/Action+Cac...
2017 Apr 25
3
tempdir() may be deleted during long-running R session
...alled with an
argument and the default is check = FALSE ),
actually in a "suicide-free" way ... which needed only slightly
more code.
In the worst case, one could save the R session by
Sys.setenv(TEMPDIR = "<something writable>")
if for instance /tmp/ suddenly became unwritable for the user.
What we could consider is making the default of 'check' settable
by an option, and experiment with setting the option to TRUE, so
all such problems would be auto-solved (says the incurable optimist ...).
Martin
2017 Aug 29
1
Share access problem
Hi Rowland,
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_POSIX_ACLs
What do you think about that config for the share FTPFiles ?
Does it has some directives you would remove ?
[FTPFiles]
comment = Files
path = /glftpd/site
guest ok = no
public = no
writable = yes
printable = no
browseable = yes
read only = no
inherit acls = yes
inherit permissions =
2020 Apr 03
1
[supermin PATCH] tests: different dirs for formats in test-build-bash.sh
...m)"
# Check all supermin-helper formats work.
../src/supermin -v --build -f chroot --host-cpu $arch $d1 -o $d2
-../src/supermin -v --build -f ext2 --host-cpu $arch $d1 -o $d2
+../src/supermin -v --build -f ext2 --host-cpu $arch $d1 -o $d3
+# Need to chmod $d2 since rm -r can't remove unwritable directories.
+chmod -R +w $d2 ||:
rm -rf $tmpdir ||:
--
2.25.1
2011 Jun 27
3
unofficial ext3 and ext4 compare
I have something like 300G I routinely backup.
This includes some large 12Gig images and other files.
I had been using ext3 on an external USB disk for part of the process.
Under ext3 doing "rsync -a /home /mnt/external_back/backup.jun.27.2011"
it took 200 minutes.
I took the same computer, same external HD and reformatted it for ext4
(mkfs.ext4 /dev/sdd1).
I then started the same
2013 Dec 04
1
option hide unreadable not work
Hi all.
I thying settings the option "hide unreadable" but not work. I tested
in global section and share section, follow my settings now. after
various tests.
# Global parameters
[global]
workgroup = BATLAB
realm = BATLAB.CORP
netbios name = GAUSS
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl,
2017 Mar 30
2
JPG issue
Ok, it's taken me a while, but here's what seems to be the problem. In OSX
I see a lock on the file. If that lock is ON, it disappears. But what is
that lock and where did it come from.... Is it like a read only lock?
On Thu, Mar 30, 2017 at 11:04 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> Ok, here's what seems to be going on. When a JPG is put into a share it
>