search for: unwrit

Displaying 20 results from an estimated 155 matches for "unwrit".

Did you mean: unwrite
2013 Feb 07
2
Too Many Running Process
...:00:00 kpsmoused 343 ? 00:00:00 usbhid_resumer 373 ? 00:00:00 kstriped 475 ? 00:00:00 scsi_eh_0 476 ? 00:00:00 scsi_eh_1 516 ? 00:00:00 scsi_eh_2 517 ? 00:00:00 vmw_pvscsi_wq_2 627 ? 00:00:00 jbd2/sda2-8 628 ? 00:00:00 ext4-dio-unwrit 629 ? 00:00:00 ext4-dio-unwrit 630 ? 00:00:00 ext4-dio-unwrit 631 ? 00:00:00 ext4-dio-unwrit 632 ? 00:00:00 ext4-dio-unwrit 633 ? 00:00:00 ext4-dio-unwrit 634 ? 00:00:00 ext4-dio-unwrit 635 ? 00:00:00 ext4-dio-unwrit 636 ? 00:0...
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 setti...
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 > directory mode = 0777 > public = yes > valid users = hai > hide unreadable = yes > hide unwriteable f...
2018 Jun 08
2
XRay FDR mode doesn’t log main thread calls
...D fdr-mode.cc====== The only change I made was commenting out the call to fC() on line 74 before the call to std::cout << "Main execution var = " << var << std::endl; // RUN: %clangxx_xray -g -std=c++11 %s -o %t // RUN: rm fdr-logging-test-* || true // RUN: rm fdr-unwrite-test-* || true // RUN: XRAY_OPTIONS="patch_premain=false xray_logfile_base=fdr-logging-test- \ // RUN: xray_mode=xray-fdr verbosity=1" \ // RUN: XRAY_FDR_OPTIONS="func_duration_threshold_us=0" \ // RUN: %run %t 2>&1 | FileCheck %s // RUN: XRAY_OPTIONS="...
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 unwriteable directories are shown as usual. Default: *hide unwriteable files = no* On Wed, Oct 14, 2015 at 9:06 PM, Nguyen Xuan. Hai < hai.nguyenxuan at to...
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 perhaps a different way to accomplish the same results, that works with windows xp?
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 directory mode = 0777 public = yes valid users = hai [smb_shr2] path = /mnt/LV002/share2 writable = yes 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 create mask = 770 directory mask = 770 [Accounting] browsable = yes write...
2018 Oct 30
3
Problem with rights in samba 4.9.0
...*.tmp, *.log, *.obj, ~*.*, *.bak, *.iso recycle:exclude_dir = tmp, cache [netlogon] path = /opt/samba/var/locks/sysvol/noir.corp/scripts read only = No [sysvol] path = /opt/samba/var/locks/sysvol read only = No [dpto] path = /dados/dpto read only = No hide unreadable = yes hide unwriteable files = yes #Bloqueio de extensoes de midia no samba # veto files = /*.mp3/*.nws/*.{*}/*.avi/*.mpeg/*.mpg/*.wma/*.wmv/*.exe #nao tentar fazer um lock nesses arquivos veto oplock files = /*.doc/*.xls/*.mdb/*.docx/*.DOC/*.DOCX/*.XLSX/*.xlsx/*.rtf/*.RTF/
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...
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
...guest ok = no public = no writable = yes printable = no browseable = yes read only = no inherit acls = yes inherit permissions = yes create mask = 0777 directory mask = 0777 # ?? force create mode = 0660 # ?? force directory mode = 0660 hide unreadable = Yes hide unwriteable files = Yes access based share enum = Yes valid users = DOM\"domain users" admin users = DOM\"domain admins" Thanks again. Sébastien -----Message d'origine----- De : samba [mailto:samba-bounces at lists.samba.org] De la part de Rowland Penny via samba Envoyé...
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
...me /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 rsync as above. The time was reduced to 170 minutes. This is on Centos 5.6 x86_64. I did notice the [ext4-dio-unwrit] process that starts up. One process for each core. I was concerned when they did not go away. But google says that is normal. :) Jerry
2013 Dec 04
1
option hide unreadable not work
...hide unreadable = yes #access based share enum = Yes [administracao] path = /administracao guest ok = No veto files = /*.mp3/*.jpg/*.png/*.jpeg/*.avi/*.flv/*.mpg/*.wma/*.wav/*.mpeg/*.bmp hide dot files = Yes hide unreadable = Yes hide unwriteable files = Yes write list = @g_administracao read list = @g_administracao The permission for directory "/administracao" root at gauss:# ls -l administracao/ total 80 d--------- 2 nobody nogroup 20480 Nov 4 20:36 adm_batlab d--------- 3 nobody nogroup 4096 Nov 4 20:3...
2017 Mar 30
2
JPG issue
...aughan <cavaughan at gmail.com> > wrote: > > [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 =...