similar to: using centos utilities to extract windows self-extracted files

Displaying 20 results from an estimated 50000 matches similar to: "using centos utilities to extract windows self-extracted files"

1997 Dec 15
1
Problems with Self extracting zip files
Hi folks, I have a curious problem when executing self extracting zip files from a samba share. Everything does work, but it is very very slow. Copying the .exe onto local disk (from the samba share) takes no time at all (500kb/sec). I would say it takes about 10 times as long to unzip when run directly from the samba share. This happens will all self-extracting exe files, and also from any share
2008 Oct 30
2
Small modification of zip.file.extract in utils?
Dear list, I needed to extract a zip-archive, and found zip.file.extract in utils. My only problem was the use of tempdir(), since I wanted to permanently extract the archive at a fixed location for later use. My own fix was simple, adding an extra parameter zipdir (without default), and within the function change tmpd <- tempdir() to tmpd = ifelse(missing(zipdir),tempdir(),zipdir) This
2005 Apr 07
2
Zipping Rdata Files
Saving Rdata files in a zip archive form can in some cases save a considerable amount of disk space. R has the zip.file.extract function to extract files from zip archives, but appears not to have any corresponding function to save in zipped form. (At least I have not been able to find anything in the help files or through searching the mail archives.) The system function can be used to call gzip
2005 Dec 30
1
streaming to dialup users gives low quality audio
Hi, Currently streaming ogg isn't practical in this situation. That was one of the first things i checked into. WHen i looked i didn't see a streamer that did both ogg and mp3. Thanks. Dave. ----- Original Message ----- From: "Daniel Ballenger" <lpmusix@gmail.com> To: "Dave" <dmehler26@woh.rr.com> Cc: <icecast@xiph.org> Sent: Friday, December
2009 Mar 19
1
zip.file.extract
Hello everyone, Can anyone give me some hint/suggestion for unzipping a file in R? The help file for "zip.file.extract" function seems to be difficult to understand. For example, the name of my zip file is "refGene.txt.gz", which is located in "C:\Documents and Settings\Desktop\test1". I would like to unzip this file to the same directory. Here's
2003 Apr 29
1
Re: Unzip gz files in R under Windows
I tried zip.unpack to unzip a gz file under Windows and got "error 1 in extracting from zip file". Did I do something wrong or is there a better way of unziping a gz file in Windows? The gz file is fine as I could unzip it visually throught Windows. Thanks. Jianhua
2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size: -rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip The standard "unzip" program barfs: % unzip -l test.zip Archive: test.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment
2007 May 28
3
unattended install via nfs
Hello, Does anyone have a guide for setting up an nfs server for unattended deployment of centos5? Basically what i want to do is boot a system from CD media, pass a boot parameter nfs, and ks= options then walk away, the box goes out to the nfs server, finds the kickstart file, reads, and does it. I've got several machines and i'd rather not do manual installs. Thanks. Dave.
2004 Oct 15
2
add-on package/windows installation probLem
Hi, I have tried to download the bootstrap.tar.gz from the website below: http://cran.r-project.org/src/contrib/Old/0.50/INDEX.html I have extracted the folder to a zip file...and then use the load packages from local zip files. I use R2.0.0.0 and windows NT, i get the error: 1: error -1 in extracting from zip file 2: cannot open file `bootstrap/DESCRIPTION' ALso, when i use R CMD
2002 May 18
2
BUG?
Dear Users, I downloaded the new R and before I update the packages from Cran I receive the following message?: Delete downloaded files (y/N)? y updating HTML package descriptions Warning message: error -1 in extracting from zip file What's wrong? Thanks Rick -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2007 Jun 16
1
samba3, nfs mounted directory, and dfs
Hello, I hope this is the right place to ask this one. I've got a FreeBSD 6.2 machine acting as an nfs server. It's exporting a home directory to several machines. On the server that home directory has a symlink in it to another directory on the filesystem. As long as users are on the server they can view the directory symlinked to, but if viewing through samba, they're
2003 Jun 23
2
Problem with installation under R 1.7.1 and unzip
Dear all, i was working under R 1.6.2 but i wanted to install bioconductor under WinXP, and because R 1.7.1 contains the TclTk package and automatic installation of bioconductor packages, so i install it. Everything is fine except this message which appear after the installation of packages. "> local({a<- CRAN.packages(CRAN=getOption("BIOC")) +
2007 Jan 26
1
CGIwithR and visible output of 'invisible(capture.output(library(...)))'
Dear alltogether, I want to use CGIwithR in conjunction with R2HTML. A small example called 'test.R': ##### #! /usr/bin/R invisible(capture.output(library(R2HTML))) HTML(summary(as.numeric(scanText(formData$numbers))), file=stdout()) ##### The script gets its input via 'CGIwithR.cgi' and contains the variable "numbers." The 'HTML' output (-> summary() in
2002 Sep 19
1
install.packages() together with pixmap package (PR#2042)
Full_Name: Wolfgang Huber Version: 1.5.1 OS: Windoof 2000 Submission from: (NULL) (193.174.62.11) Hi, Trying to install the binary distribution (zip file) for the "pixmap" package, as downloaded today from CRAN, I get the following warning "error -1". The package will not be installed. Installation of other packages (e.g. pinktoe, acepack) worked fine. The warning or error
2008 Jan 20
3
centos authentication via ldap produces no name shell prompt
Hello, I'm trying to set up centos 5.1 to authenticate against an openldap server. I've got the authentication working, in that i can log in as a user contained within the ldap database but not in the system passwd/group files. The problem is instead of a prompt that for example looks like this: (username)@hostname:~/$ i'm getting this: (I have no name)@hostname:~/$
2006 Jun 26
0
converting mp3's to aac+ or ogg
For archiving from source media (CD usually) to flac? I typically use EAC either from Windows or Wine as it allows for the most configuration. Off the top of my head I think Sound Juicer will do it for *nix, though there are probably others that work just as well. Chris Dave wrote: > Hi, > Thanks. As is usually the case circumstances kind of put this > project on a few days hold,
2013 Feb 18
3
odfWeave: Trouble Getting the Package to Work
Hello All, Have recently started learning Sweave and Knitr. Am now trying to learn odfWeave as well. Things went pretty smoothly with Sweave and Knitr but I'm having some trouble with odfWeave. My understanding was that odfWeave should work in pretty much the same way as Sweave. With odfWeave, you set up an input .odt file in a folder, run that file through the odfWeave function, and then
2011 Sep 01
1
rJava Installation Problems: 'cannot open compressed file 'rJava/DESCRIPTION', probable reason 'No such file or directory''
Good Morning, I'm trying to install the rJava package on a local (work) machine and having some trouble. The following occurred in an RGui session. > sessionInfo() R version 2.13.0 (2011-04-13) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C [5]
2006 Jun 25
4
converting mp3's to aac+ or ogg
Hello, I've got a FreeBSD 6 machine running icecast2 and ices0streaming four different streams of mp3's. Now i have a need to stream the same content as either aac+ or ogg vorbis whichever would be easiest to set up and give the best quality. I want these new streams to handle both broadband and dialup users without sacrificing quality. My problem is i really really do not want to
2009 Aug 01
1
odfWeave : sudden and unexplained error
Dear list, dear Max, I a currently working on a report. I'm writing it with OpenOffice.org and odfWeave. I'm working increentally : I write a bit, test (interactively) some ideas, cutting-and-pasting code to the Ooo report when satisfied with it. I the process, I tend to recompile the .odt source a *lot*. Suddenly, odfWeave started to give me an incomprehensible error even before