similar to: Symlinks deletion behaviour

Displaying 20 results from an estimated 600 matches similar to: "Symlinks deletion behaviour"

2007 Apr 24
1
Re: Re: Symlinks deletion behaviour
Hi Jeremy, Thanks for your response, but it doesn't work either with exactly the same symptoms: [2007/04/24 09:52:43, 3] smbd/process.c:switch_message(926) switch message SMBrmdir (pid 19730) conn 0x80414a30 [2007/04/24 09:52:43, 4] smbd/uid.c:change_to_user(181) change_to_user: Skipping user change - already user [2007/04/24 09:52:43, 5] smbd/filename.c:unix_convert(147) unix_convert
2023 Mar 15
2
Empty folder deletion issue - Samba 4.15 thru 4.18
Encountering a strange one... has been occuring since samba 4.15.x and continues to occur even in 4.17.5 and 4.18 Issue does not occur in earlier versions (4.13.x) and have switched back and forth between versions to confirm. Servers are winbind joined, PAM and krb5 auth, all seems to work fine (reading, writing, creating, moving) until trying to delete an empty folder on the share from Windows
2011 Jan 29
1
How to use rsync when filenames contain double quotes?
Hello, I am trying to synchronize the content of the directory my_dir/ from /home to /backup. This directory contains a file which name has a double quote in it, such as to"to. Here is my rsync command: rync -Cazh /home/my_dir/ /backup/my_dir/ And I get the following message: rsync: mkstemp "/backup/my_dir/.to"to.d93PZr" failed: Invalid argument (22) For info, rsync works
2023 Mar 15
1
Empty folder deletion issue - Samba 4.15 thru 4.18
On Wed, Mar 15, 2023 at 04:53:16PM +0000, Rowland Penny via samba wrote: > > >On 15/03/2023 16:47, Jeremy Allison via samba wrote: >>On Wed, Mar 15, 2023 at 11:29:10AM -0400, CaptainTrips28 via samba wrote: >>>Encountering a strange one... has been occuring since samba 4.15.x and >>>continues to occur even in 4.17.5 and 4.18 >>> >>>Issue does not
2011 May 24
2
escape characters in shell commands
On a Windows platform I am trying to count the number of lines in a file. In a DOS window, the following works: C:\Users\jar>findstr /R /N "^" D:\my_dir\my_file | find /C ":" 5317 (it works with double \\ also) But in R, I need to make this string up with the file name I get from file.choose(): filename = file.choose() #get the number of lines in the file # first make a
2016 May 19
1
Ransomware?
Would something like this help? I put a bunch of junk pictures and other files in a samba share that everyone has access to. If I modify them in any way, I get warned. I was thinking it might warn me so I could prevent it spreading to backups. #!/bin/sh $MY_EMAIL="some at email.com" $MY_DIR=/home/shared_to_everyone_via_samba/pictures_for_test_sub_folder while inotifywait -qre
2006 Jul 05
1
Permission Denied when "all" bits not set to r/w
Hello, I'm having trouble with permissions on Samba 3.0.21. It almost seems that the "all" bits are the only ones that Samba is obeying. For instance, I created this file remotely over a samba share: brandon.dimcheff@unity ~/untitled folder $ ls -als total 17 0 drwx--S--- 3 brandon.dimcheff westpole 160 Jul 3 15:51 . 1 drwx------ 12 brandon.dimcheff westpole 816 Jul 3
2008 Mar 11
1
msdfs root -- client error "refers to a location that is unavailable"
I'm trying to get Samba 3.0.28 to work as an MS Dfs root providing a share that links home directories to the actual servers they reside on. Unfortunately, when I access the share from a Windows XP client, and try to open one of the directories, the client gives an error that it "refers to a location that is unavailable". I've done a lot of searching, and found a number of
2010 Nov 17
1
[LLVMdev] Building a backend outside the LLVM source tree
Hi! I'm trying to build a backend outside the LLVM source tree. My directory structure is as follows: llvm -- the root of the LLVM source tree llvm/lib/Target -- where the standard backends are stored (Sparc, etc). my_dir/my_backend -- where I store the backend I'm writing. I've been fiddeling with the variables documented in the llvm/Makefile.common (LEVEL, LLVM_SRC_ROOT,
2019 Jun 03
3
chown and AD users
Hi everyone, I want to set ACL's on some directories for AD users with chown command, but it doesn't work. wbinfo -u is ok and return all users. i.e : DOMAIN\administrator DOMAIN\user ... if I try :      #chown -R "DOMAIN\user" /my_dir I obtain this :     chown: incorrect user : "DOMAIN\\user" chown systematically "adds" a backslash, but I don't
2017 Mar 27
4
[Bug 2700] New: Missing PEM identity_file should be a fatal error
https://bugzilla.mindrot.org/show_bug.cgi?id=2700 Bug ID: 2700 Summary: Missing PEM identity_file should be a fatal error Product: Portable OpenSSH Version: 7.2p2 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs
2007 Feb 16
13
Problem with Share Size
Hi all, I have a problem with samba : I can create files, but can't create directories. The server has many shares, on seperated disks. We consider two of them : one 2Tb share and one share with more than 7Tb. Samba configuration is good, and works on many other servers, and on this one except for the large share. Permissions are correctly setted up too. I can read/write files and
2005 Jun 29
1
Can't build cdr_addon_mysql.
I have been unable to build cdr_addon_mysql from asterisk-addons-1.09. Could it be a mysql4 issue [root@server9 asterisk-addons-1.0.9]# make cdr_addon_mysql cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:24:22: asterisk.h: No such file or directory I have MySQL devel # ls /usr/include/mysql/ total 404 drwxr-xr-x 2
2006 Jan 30
3
RMySQL install
I am having trouble installing RMySQL on a clean install of Fedora Core 4 64 bit on a dual dual core machine (that is, two dual core processors). Seems like the LD_LIBRARY_PATH is incorrect, but I don't seem to have it quite right yet. There are a few mentions of this problem in google, but thus far none of the "fixes" and fixed my problem. I've tried defining the
2005 Sep 11
1
variable expansion in dovecot.conf?
hi all, does dovecot.conf support the definition/use of user variables? e.g., in principle, my_DIR = /path/to/something/ then, default_mail_env = maildir:${my_DIR}/%d/Accounts/%1u/%u/Maildir or, for that matter, default_mail_env = blahblah then, namespace private { ... location = $default_mail_env ... i finallly figured out --
2021 Dec 08
0
[Announce] Samba 4.15.3 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.15 release series. Important Notes =============== There have been a few regressions in the security release 4.15.2: o CVE-2020-25717: A user on the domain can become root on domain members. https://www.samba.org/samba/security/CVE-2020-25717.html ????????????????? PLEASE [RE-]READ! ?????????????????
2021 Dec 08
0
[Announce] Samba 4.15.3 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.15 release series. Important Notes =============== There have been a few regressions in the security release 4.15.2: o CVE-2020-25717: A user on the domain can become root on domain members. https://www.samba.org/samba/security/CVE-2020-25717.html ????????????????? PLEASE [RE-]READ! ?????????????????
2007 Feb 19
0
Problem to create directories
Hi all, I have a problem with samba : I can create files, but can't create directories. The server has many shares, on seperated disks. We consider two of them : one 2Tb share and one share with more than 7Tb. Samba configuration is good, and works on many other servers, and on this one except for the large share. Permissions are correctly setted up too. I can read/write files and
2005 Nov 14
0
Access denied with hide dot file AND map hidden enabled
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I experienced a problem with Eclipse, but I was able to track it down to the following behavior: My config: Samba Server 3.0.20b exporting Homes Win XP SP2 Clients with mounted homedir as drive z: 1) I created a textfile named .project on the local drive of the xp machine. 2) With Windows Explorer I copied the file to the samba share z: -
2005 Nov 23
0
Error copying dot-files to samba share
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm having a problem copying (overwriting) a dot file to a samba share. When I create a dot file (e.g .project) on a local drive at the XP machine, I'm able to copy the file to the share ONLY if it does not exists there. If the file already exists, Samba refuses to overwrite the file. The reason of this behavior must have something