search for: imagedir

Displaying 10 results from an estimated 10 matches for "imagedir".

Did you mean: image_dir
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
...led the depending packages perl-IO-Socket-INET6 perl-Socket6 .... mrtg works fine with IPV4-Addresses. When i specify a Target by IPV6-Address (or hostname resolving to a V6-address) mrtg fails. Here i have a small sample-config for V4 which is working: LogDir: /tmp ThreshDir: /tmp HtmlDir: /tmp ImageDir: /tmp LogDir: /tmp EnableIPv6: yes Target[bai-gw-i-oct]: ifInOctets.1&ifOutOctets.1:abc123 at 85.237.138.221 Title[bai-gw-i-oct]: Test MaxBytes[bai-gw-i-oct]: 100000000 ---------------------------------------------------- Here the same for V6 which fails. When running mrtg there is no snmp-pac...
2010 Jul 13
1
Building a custom Windows installer
...ustom Windows installer for R, and despite my notes and the instructions in Sections 3.1.7 and D.4 of the R Installation and Administration Manual, I've run into a problem, receiving the following error message: ----------- snip ----------- C:\R\src\R-2.11.1\src\gnuwin32\installer>make myR IMAGEDIR=c:/temp/R-2.11.1 MDISDI=1 Makefile:3: ../MkRules: No such file or directory make: ../fixed/rwver.pl: Command not found make: ../fixed/rwver.pl: Command not found make: ../fixed/rwver.pl: Command not found make: ../fixed/rwver.pl: Command not found make: *** No rule to make target `../MkRules'....
2003 May 07
1
Problems building R-1.7.0 on windows XP
Hola! Everything went well until make distribution The last few lines from the make output is: Copying spatial find rw1070 -name CVS -prune -exec rm -rf \{\} \; FIND: formato de par?metros incorrecto make[2]: *** [imagedir] Error 2 make[2]: Leaving directory `/cygdrive/c/R/Rsource/R- 1.7.0/src/gnuwin32/installer' make[1]: *** [rinstaller] Error 2 make[1]: Leaving directory `/cygdrive/c/R/Rsource/R- 1.7.0/src/gnuwin32' make: *** [distribution] Error 2 So there seems to be a problem with find. I downloaded and...
2015 Jan 26
2
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
...RAN_mirrors.csv R-devel/doc mkdir -p R-devel/doc/manual/images cp -pR ../../../doc/html R-devel/doc cp -p ../../../doc/manual/*.html ../../../doc/manual/*.pdf \ R-devel/doc/manual cp: cannot stat '../../../doc/manual/*.html': No such file or directory make[1]: *** [imagedir] Error 1 make[1]: Leaving directory `/cygdrive/f/R/R-devel/src/gnuwin32/installer' make: *** [rinstaller] Error 2 Looking at the directories, I have "\doc\manual" and "F:\R\R-devel\doc\html" and there are no .html files in the \manual directory, only pdfs. I am bui...
2012 Apr 10
1
Building customized R for Windows installer using 'make myR'
...tion? from the ?Select Components? screen), then add packages and make other customizations to that installation. Then (after having customized file ?MkRules?, possibly via ?MkRules.local?, and having made R in the source tree) in ?src/gnuwin32/installer? run : make myR IMAGEDIR=rootdir Unfortunately, I have run into two difficulties, the first minor, but the second more of a stumbling block: (1) The standard installer for R-2.15.0 does not offer a 'Full Installation' option on the 'Select Components' screen. (2) The standard installer for R-2.14.2 does...
2006 May 31
4
acts_as_attachment , someone using it?
Hi, i just found the acts_as_attachment plugin for image upload, seems sogood but i cant find any docs about it, if someone here using it can give some references or working examples about the plugin that will be excellent. So what you wanna rails today? -- Posted via http://www.ruby-forum.com/.
2007 Dec 19
4
Problem compiling R 3.6.1 on POWER 570 system
I've for a RHEL 4 box on a P570 system. My end user wants to have a 64-bit version of R compiled due to the large amount of memory they require (this image has 16GB allocated to it). I can compile R fine in 32-bit mode, but it can't use more than 2.4GB of RAM before it falls over and dies. Compiling in 64-bit mode for POWER systems "should" be as easy as adding a
2015 Jan 27
0
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
...t; mkdir -p R-devel/doc/manual/images > cp -pR ../../../doc/html R-devel/doc > cp -p ../../../doc/manual/*.html ../../../doc/manual/*.pdf \ > R-devel/doc/manual > cp: cannot stat '../../../doc/manual/*.html': No such file or directory > make[1]: *** [imagedir] Error 1 > make[1]: Leaving directory `/cygdrive/f/R/R-devel/src/gnuwin32/installer' > make: *** [rinstaller] Error 2 > > Looking at the directories, I have "\doc\manual" and > "F:\R\R-devel\doc\html" and there are no .html files in the \manual > d...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...il/lib -lvpopmail -L/usr/local/mysql/lib \ -lmysqlclient -lz" > /var/vpopmail/etc/lib_deps; fi cd .. tar xzvf sqwebmail* cd sqwebmail_dir adjust to your apache setup: ./configure --disable-changepass --enable-autopurge=7 --with-defaultlang=en --enable-cgibindir=/var/www/cgi-bin --enable-imagedir=/usr/local/apache/icons/webmail --enable-imageurl=/icons/webmail --enable-mimetypes=/usr/local/apache/conf/mime.types --enable-lang=en --with-trashquota --without-authpam --without-authuserdb --without-authpwd --without-authshadow --without-authdaemon --with-authvchkpw su (or can't find vpopma...
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...;$path.meta") - or die(user_message(__x("Unable to open {path} for writing: ". - "{error}", - path => "$path.meta", - error => $!))); + my $imagedir = catdir($root, 'images', $imageuuid); + my $imagetmpdir = catdir($tmpdir, $imageuuid); + my $volpath = catfile($imagetmpdir, $voluuid); - print $meta "DOMAIN=".$self->{domainuuid}."\n"; - print $meta "VOLTYPE=LEAF\n"; - p...