Displaying 20 results from an estimated 5247 matches for "mkdir".
2014 Aug 03
2
[Bug 10756] New: rsync can't create files or dirs in subdirs (sometimes?)
...dirs --whole-file --xattrs ),
"--compare-dest=/home, /home.snap /home.diff
Today I got a bunch of new failures -- looks like anything in a subdirectory
failed? What's going on??
Oldest Snapshot = Home-2014.08.01-02.20.35.
Rsync with 9 excludes from config file...rsync: recv_generator: mkdir
"/home.diff/Bliss/Documents/law/Pictures/resources/Icons" failed: No such file
or directory (2)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir
"/home.diff/Bliss/Documents/law/Pictures/resources/PSDs" failed: No such file
or directory (2)
**...
2007 Apr 16
0
[PATCH] fix up sles9 spec file
...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
+++ ocfs2-1.2.5.devel/vendor/sles9/ocfs2.spec-generic.in 2007-04-16 13:05:25.962229912 -0400
@@ -301,9 +301,11 @@ mv "${EXTRA_MODLIB}"/ocfs2_nodemanager.k
mkdir -p "${INST_MODLIB}/fs/ocfs2/dlm"
mv "${EXTRA_MODLIB}"/ocfs2_dlm.ko "${INST_MODLIB}/fs/ocfs2/dlm/"
mv "${EXTRA_MODLIB}"/ocfs2_dlmfs.ko "${INST_MODLIB}/fs/ocfs2/dlm/"
- -mkdir -p "${INST_MODLIB}/fs/configfs"
- -mv "${EXTRA_MODLIB}&quo...
2003 Aug 13
1
Errors Building 4.8
...s been updated on a regular basis with no prob.
Jorge
-------------- next part --------------
--------------------------------------------------------------
>>> Rebuilding the temporary build tree
--------------------------------------------------------------
rm -rf /usr/obj/usr/src/i386
mkdir -p /usr/obj/usr/src/i386/usr/bin
mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
mkdir -p /usr/obj/usr/src/i386/usr/games
mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf
mkdir -p /usr/obj/usr/src/i386/usr/sbin
mkdir -p /usr/obj/usr/src/i386/usr...
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(lt...
2010 Jul 06
0
Trouble Installing R
...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 ...
mkdir /usr/local/lib/R/library
mkdir /usr/local/lib/R/library/tools
mkdir /usr/local/lib/R/library/tools/tests
mkdir /usr/local/lib/R/library/utils
mkdir /usr/local/lib/R/libraryutils/tests
mkdir /usr/local/lib/R...
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 trying and it failed fo...
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...
2010 Feb 25
1
sftp Batchmode command level error suppression does not work?
...age
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 make sure we have a ./tmp dir - if it exists that's ok
We want the ftp to fail if it can't cd tmp
Run as is (second round)
sftp> mkdir tmp
Couldn't create directory: Failure
(which is expected - directory exists)
Run with -mkdir prefix
sftp...
2009 Apr 27
1
FW: Install of R 2.9.0
...ile to /apps/R/R290
cd /apps/R/R290
tar -xzvf R-2.9.0.tar.gz
cd R-2.9.0
./configure prefix=/apps/R/R290
make
make check
make install
all appears to go well until well into "make install". The first
indication of errors is -
head:/apps/R/R290/R-2.9.0 # make install
mkdir -p -- /apps/R/R290/lib64/R
make[1]: Entering directory `/apps/R/R290/R-2.9.0/m4'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/apps/R/R290/R-2.9.0/m4'
make[1]: Entering directory `/apps/R/R290/R-2.9.0/tools'
make[1]: Nothing to be done for `install'...
2009 Jan 19
3
[LLVMdev] avoid creating .dir files
...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 takes around 2ms per build. An up-to-date inc build
takes 2231ms for me. If you want some of the extra 2231ms back, I'd
recommend avoiding recursion in the makefiles. This will yield a
larger benefit than worrying about...
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 blib/lib/auto/Shout
mkdir blib/man3
cp example2.pl blib/lib/example2.pl
cp example.pl blib/lib/example.pl
cp Shout.pm blib/lib/Shout.pm
AutoSplitting blib/lib/Shout.pm (blib/lib/auto/Shout)...
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
Administrador de redes y servi...
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 /var/tmp/samba-3.0.0-root/usr/share/swat/using_samba/figs...
2015 Mar 31
2
VPATH build of R on MacOSX
...vericks) 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'.
make[2]: Nothing to be done for `R'.
mkdir ../share/R
mkdir ../share/dictionaries
mkdir ../share/encodings
mkdir ../share/java
mkdir ../share/licenses
mkdir ../share/make
mkdir ../share/sh
mkdir ../share/texmf
mkdir ../share/texmf/bibtex
mkdir ../share/texmf/bibtex/bib
mkdir ../share/texmf/bibtex/bst
mkdir ../share/texmf/tex
mkdir ../share/...
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 "C:\Program
Files\Git\usr\bin\mkdir.exe". If I run that explicitly, bypassing the one
build into the Windows CMD prompt, I can use `-...
2007 Jun 18
1
Rsync with non-english characters in filenames?
...stempreferences.plist
test070503/u2/Library/Preferences/com.apple.systemuiserver.plist
test070503/u2/Library/Preferences/com.apple.universalaccess.plist
test070503/u2/Library/Preferences/loginwindow.plist
test070503/u2/Library/Preferences/widget-com.apple.widget.weather.plist
rsync: recv_generator: mkdir
"/Volumes/Home_dirs/homes/students/kv04/kv04hen/inl?mningsuppgifter"
failed: Invalid argument (22)
rsync: stat "/Volumes/Home_dirs/homes/students/kv04/kv04hen/inl?mningsuppgifter"
failed: Invalid argument (22)
rsync: recv_generator: mkdir
"/Volumes/Home_dirs/homes/students/...
2018 Feb 27
0
mkdir -p, cp -R fails
...wishes,
Stefan
--
Dr. Stefan Solbrig
Universit?t Regensburg, Fakult?t f?r Physik,
93040 Regensburg, Germany
Tel +49-941-943-2097
> Am 21.01.2018 um 13:15 schrieb Stefan Solbrig <stefan.solbrig at ur.de>:
>
> 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...
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 mode=0755//)??/
I did some troubleshooting and I don't understand where
the?MKDIR(/VAR/WWW/MAIL)?is coming from. Mailboxes are in /var/mail
and sending/receiv...
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 directory, including directories that
may already exist. The function is configured to therefore ignore the
"eexist" e...