similar to: Symlinks out of sharing still not working on 3.0.5

Displaying 20 results from an estimated 200 matches similar to: "Symlinks out of sharing still not working on 3.0.5"

2003 Nov 21
1
Is smbpasswd against windows 2003 server working?
Hi guys, me again. Please, I would like to know if this is a bug/ incompatibility with windows 2003 server. I would like that someone that has accounts stored on windows 2003 server make a test and try to change a password of one of those users from a linux box using smbpasswd -r <w2k3_host> -U username. For me it always complains about invalid username or password. This work if I change a
2023 Jul 26
1
Downloading a directory of text files into R
?s 23:06 de 25/07/2023, Bob Green escreveu: > Hello, > > I am seeking advice as to how I can download the 833 files from this > site:"http://home.brisnet.org.au/~bgreen/Data/" > > I want to be able to download them to perform a textual analysis. > > If the 833 files, which are in a Directory with two subfolders were on > my computer I could read them
2003 May 01
1
Batch Mode?
I realize batch mode is still experimental, but I was hoping there might be a workaround for a problem I am getting. I have been trying to run some tests and I get the below error when I use the --read-batch option to. I can successfully create an initial set of batch files, then a second set based upon a few modified test files from the first batch. When I first run the --read-batch option
2006 Sep 01
0
Kernel OOPS with xen 3.0.2 on dom0
Hi guys, I''m getting this kernel oops when using openSuSE 10.1 XEN kernel on dom0. When this happens, linux load average starts incrising dramatically and after some minutes, any application that need access to a file starts to hang. This seems to happen when there is some amount of network traffic (this machine is a samba file server). For now, I have no virtual machines initialized.
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
Has anyone encountered this error or know how to correct it? I couldn''t find any Rails-specific info about this on google. Here are the circumstances: /usr/local/bin/ruby --version ruby 1.8.4 (2005-12-24) [i686-linux] /usr/local/bin/rails --version Rails 1.1.6 ## Create mcd app rails mcd -d oracle cd mcd ## Create oracle tablespace & user sqlplus ''/ as
2017 Sep 07
2
Should I worry about the "vanished files" warning?
Hi I would like to ask, when the "vanished files" warning is a sign that something bad is happening somewhere. I know that the `rsync-no-vanished` script can silence the warning, but I am wondering whether this is a sane thing to do. My guess based on https://bugzilla.samba.org/show_bug.cgi?id=3653#c26 and https://bugzilla.samba.org/show_bug.cgi?id=10356 is that it's fine, but
2004 Sep 28
1
rsync fails when syncing empty directories
I have a script which copies files from remote server to local filesystem and processes them locally. Files on remote server are cleaned periodically so that every once in a while the remote directory is empty just after old files are removed. If I run my script it fails with error mentioned below. The ugly workaround I use is to 'touch foo' on remote server so that there's *anything*
2017 May 01
1
rsync with delete option creates and deletes dot files
All, I have an rsync based backup process which uses rsyncd on the source, to backup to a directory on the client. I have rsync version 3.1.2 on the client and 2.6.8 on the source host (daemon). The rysnc command I use is; /usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \ --contimeout=180 \ --exclude-from=/path/to/excludelist \
2011 May 11
7
[Bug 8130] New: ACL and link-dest do not work together
https://bugzilla.samba.org/show_bug.cgi?id=8130 Summary: ACL and link-dest do not work together Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: az9901 at gmail.com
2008 Sep 29
3
DO NOT REPLY [Bug 5802] New: misleading error message in atomic rsync
https://bugzilla.samba.org/show_bug.cgi?id=5802 Summary: misleading error message in atomic rsync Product: rsync Version: 3.1.0 Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: normalperson@yhbt.net
2004 May 11
1
calling data frames
Dear List, I've around 1000 *.txt files, I've generate with other software. I've now done the following code (below). My question is how can I automate this (with do.call () ?), so it could be done for all the *.txt files. Thanks in advance, Rog??rio names<- list.files() file <- "BLU_Var_%04d.txt" for(i in 1:1000){
2005 Mar 22
2
mkstemp fails but data still transferred
Hi all, I'm running rsync version 2.6.3 protocol version 28 on Solaris 8 and am having a problem. We have some scripts that wrap around rsync and generate a list of files to transfer from the sending system (regardless of whether that directory exists on the receiver). I was expecting rsync to fail when transferring files with a path that doesn't exist on the receiver (in fact
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2007 Dec 10
0
rake/rakewx.rb error
Hey Guys, Found a small bug in rake/rakewx.rb while trying to compile wxGTK and wxRuby2 from SVN. I''ve commited the patch to the file, which changes the following: Index: rake/rakewx.rb =================================================================== --- rake/rakewx.rb (revision 1451) +++ rake/rakewx.rb (working copy) @@ -143,7 +143,7 @@ force_mkdir File.join(dest_dir,
2003 May 02
1
rsync+ssh2 from Tru64 unix to linux has intermittent hangs.
This is odd: We're using rsync to mirror multiple directories from a server to two clients. The server is running Tru64 v5.1a, client A is running Redhat Linux 8.0, and client B is running Tru64 v4.0g. The mirrors for both clients are running at the same time interval (10 minutes, offset by 5 minutes). All machines are running rsync v2.5.6, and using ssh2 v3.2.3 as the
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):
2002 Jun 18
3
FINDNEXT problem, w2k and linux smbfs
I have inconsistent directory listing on share mounted on linux from windows 2k. Some time not all files appear in the directory listing. If reading directory listing multiple times (60-200 times) files listed originally would have one or two files missing in one of consecutive lists. The same problem appear as well if you are making backup of Windows files from multiple directories, there are
2008 Sep 01
0
Feature request: preallocation of directories
Hi there, One of the things that I've been doing for fun is to try to speed up ext4's fsck time. As you can see here: http://thunk.org/tytso/blog/2008/08/08/fast-ext4-fsck-times/ Fsck'ing an ext4 filesystem can be between 6-8 times after than the equivalent file hierarchy on ext4. In order to speed it up further, the main place to look is in pass #2, where the directory is
2012 Nov 29
3
[LLVMdev] Getting Started
On Nov 29, 2012, at 12:46 PM, Eli Bendersky <eliben at google.com> wrote: > On Thu, Nov 29, 2012 at 9:41 AM, Joe Abbey <jabbey at arxan.com> wrote: >> I know this process is well documented here >> http://llvm.org/docs/GettingStarted.html >> >> But man do I love scripting things: >> >> LLVM Getting Started (See
2012 Nov 29
0
[LLVMdev] Getting Started
On Thu, Nov 29, 2012 at 9:34 PM, Joe Abbey <jabbey at arxan.com> wrote: > I've never written python... but here goes. This is an awesome idea! I have a shell script for the same purpose, but I didn't post it because it was not as 'user-friendly'. (And I suspect lots of other developers have similar scripts.) > print (msg) print does not need parentheses. >