search for: mkdirs

Displaying 20 results from an estimated 5235 matches for "mkdirs".

Did you mean: mkdir
2014 Aug 03
2
[Bug 10756] New: rsync can't create files or dirs in subdirs (sometimes?)
https://bugzilla.samba.org/show_bug.cgi?id=10756 Summary: rsync can't create files or dirs in subdirs (sometimes?) Product: rsync Version: 3.1.1 Platform: All OS/Version: Linux Status: NEW Severity: regression Priority: P5 Component: core AssignedTo: wayned at samba.org
2007 Apr 16
0
[PATCH] fix up sles9 spec file
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch teaches the sles9 spec file to understand that configfs is built conditionally, and may not be present in the output. - -Jeff diff -ruNp ocfs2-1.2.5/vendor/sles9/ocfs2.spec-generic.in ocfs2-1.2.5.devel/vendor/sles9/ocfs2.spec-generic.in - --- ocfs2-1.2.5/vendor/sles9/ocfs2.spec-generic.in 2007-03-27 15:54:15.000000000 -0400 +++
2003 Aug 13
1
Errors Building 4.8
I have been trying to build the latest 4.8 Stable on a 4.8 Stable system mainly go get the latest fixes, but on "make buildworld" I keep getting the same problem for the past few days. I've even completely removed /usr/src and /usr/obj (ok I backed it up) and re-cvsuped the code and started a-new. I attached the complete "make buildworld" from after that. Anyone have
2004 Aug 17
1
[Bug] LTP: mkdir fail after setreuid
For chdir03 investigation result: The fail is caused by the mkdir fail after setreuid. Key code in the test case: if ((pid =3D fork()) < 0) { tst_brkm(TBROK, cleanup, "first fork failed"); } if (pid =3D=3D 0) { /* first child */ /* set the child's ID to ltpuser1 */ if (setreuid(ltpuser1->pw_uid,
2010 Jul 06
0
Trouble Installing R
Hi, I'm trying to install R on a Solaris 10 machine. >username -a SunOS discovery01 5.10 Generic_142900-09 sun4v sparc SUNW, T5440 I get the following error when running "make install-tests". Any suggestions? root at discovery01:/opt/R-2.10.1> make install-tests installing specific tests mkdir /usr/local/lib/R.test mkdir /usr/local/lib/tests/Packages installing package tests
2006 Feb 21
2
mkdir Fail when creating multiple directories
Hi, I use the program Unison to synchronize two servers and have been having a problem recently with errors saying mkdir failed. The program tries to make backup copies of any file it is going to overwrite before it actually does the sync. The backups have been failing because of the mkdir failure. To try and find the problem, I logged in as root and then tried the same command that unison was
2018 Jan 21
1
mkdir -p, cp -R fails
Dear all, I have problem with glusterfs 3.12.4 mkdir -p fails with "no data available" when umask is 0022, but works when umask is 0002. Also recursive copy (cp -R or cp -r) fails with "no data available", independly of the umask. See below for an example to reproduce the error. I already tried to change transport from rdma to tcp. (Changing the transport works, but
2010 Feb 25
1
sftp Batchmode command level error suppression does not work?
Hi guys - OpenSSH sftp (on solaris) >From man page Termination on error can be suppressed on a command by command basis by prefixing the command with a `-' character (for example, -rm /tmp/blah* ). This does not seem to work - instead the server seems to fail to recognize the command from the batchfile. Consider this batchfile mkdir tmp cd tmp put rpt.list bye We want to
2009 Apr 27
1
FW: Install of R 2.9.0
I am forwarding the below message from our sys-admin because I don't know what the problem is. We are getting a "No space left on device" error when there is plenty of space. See below. Mark Lyman From: Palmer, Michael Sent: Monday, April 27, 2009 12:09 PM To: Lyman, Mark Subject: Install of R 2.9.0 Mark - I'm having trouble installing R-2.9.0. During "make
2009 Jan 19
3
[LLVMdev] avoid creating .dir files
On Jan 19, 2009, at 1:58 PM, Chris Lattner wrote: > On Jan 19, 2009, at 10:02 AM, Mike Stump wrote: > >> There isn't a good reason to create files called .dir in the >> installation directory. This patch fixes that. > > If we don't have this line, every build with do the makedir. And? $ time mkdir -p /bin real 0m0.002s user 0m0.000s sys 0m0.002s an extra mkdir
2004 Aug 06
1
libshout-perl compilation error
Hi - got this from both the CVS source and the tarball: (libshout compiled and installed cleanly) [root@hunter stream]# cd Shout-1.0 [root@hunter Shout-1.0]# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Shout [root@hunter Shout-1.0]# make mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Shout mkdir blib/lib/auto mkdir
2008 Apr 23
1
Using mkdir from rsync
Hi all, When using rsync to copy a full directory path to another machine in my network, like dir1/dir2/dir3/, mkdir fails because it have to create dir1 and dir2 prior to dir3, non of the 3 directories exist in the remote machine, so mkdir needs the -p option to do that, my question is: is there any way i can tell mkdir use the -p option when invoking from rsync? -- Manuel Garcia
2003 Oct 02
1
RPM build error 3.0.0
Building from samba-3.0.0/packaging/RedHat/samba.spec in the September 25 samba-3.0.0.tar.bz2 ends with + mkdir -p /var/tmp/samba-3.0.0-root/usr/share/swat/images /var/tmp/samba-3.0.0-root/usr/share/swat/help /var/tmp/samba-3.0.0-root/usr/share/swat/include /var/tmp/samba-3.0.0-root/usr/share/swat/using_samba + mkdir -p
2015 Mar 31
2
VPATH build of R on MacOSX
I am trying to do VPATH builds of R3.1.3, i.e. binaries built outside the source directory. It works just fine on Linux but on Mac OSX (Mavericks) I get the following trace from make, after a successful configure step. Any insights gratefully received. make is GNU make 3.81 on both systems. bash-3.2$ make make make[1]: Nothing to be done for `R'. make[1]: Nothing to be done for `R'.
2011 Apr 03
3
Download the repo DAG of CentOS 5.5
hello somebody might help to create a script to download the repo DAG of CentOS 5.5 to my PC. I already did with OS, Update, and Extras packages. I want to do with DAG repository. I tried but I don't know much about scripts. Thanks Fidel
2020 Aug 06
2
How to make a subdirectory in a lit test?
Yeah, the llvm-ar tests are working on Windows. But I'm getting different results when I try to use the same commands in an LLDB lit test. Maybe there's something messed up in LLDB's local lit config? If I have `mkdir %t/subdir` in my lit test, I get either file-not-found or a complaint about "unrecognized option /subdir." The one-and-only mkdir on my PATH is
2007 Jun 18
1
Rsync with non-english characters in filenames?
Hi, I am trying to use rsync to migrate homefolders from one server to another. For this I use: > rsync --rsh="ssh -l root" -vaz beaucent.ling.umu.se:/export/home/ . Which works fine until I get to some files where the user has, unfortunatelly, used a non-ascii character in the file name: --- snip -- ...
2018 Feb 27
0
mkdir -p, cp -R fails
Dear all, I identified the source of the problem: if i set "server.root-squash on", then the problem is 100% reproducible, with "server.root-squash off", the problem vanishes. This is true for glusterfs 3.12.3, 3.12.4 and 3.12.6 (haven't tested other versions) best wishes, Stefan -- Dr. Stefan Solbrig Universit?t Regensburg, Fakult?t f?r Physik, 93040 Regensburg,
2017 Oct 26
2
Initialization failed: Namespace '': mkdir(/var/www/mail) failed: Permission denied
Hi, I'm running dovecot (v?2.2.9) on ubuntu 14.04 since a long time. I did not change any configuration lately and I'm getting the below error message. /dovecot: lda(www-data): Error: user www-data: Initialization failed: Namespace '':?MKDIR(/VAR/WWW/MAIL)?failed: Permission denied (euid=33(www-data) egid=33(www-data) missing +w perm: /var/www, dir owned by 1001:1001
2009 Aug 20
1
header containing (PR#13834)
This problem arises on Solaris because apparently Solaris 10 returns the error "ENOSYS" when you try to make a directory on an automount point (translates to "unsupported file system operation"). The R mkdir function invokes do_dircreate in platform.c. The logic in this function, when the recursive option is set, attempts to mkdir() all of the antecedent elements of the