Displaying 13 results from an estimated 13 matches for "infozip".
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
...t output if the zip archive has
filenames with spaces, and results in an error if the zip archive includes
an archive comment or file comments.
Here is some code to reproduce along with the attached files
## (mostly) expected behavior
res.intern <- unzip("noSpaces.zip",list=TRUE)
res.infozip <- unzip("noSpaces.zip",list=TRUE,unzip="/usr/bin/unzip")
identical(res.intern,res.infozip) ## will be false, but expected from
## documentation about dates
identical(res.infozip$Name,res.intern$Name) ## True
res.infozip$Length==res.inte...
2001 Apr 06
1
error:*** zlib missing
Hi, my Name is Claudia Linares and in this moment, I try to install the SSH
in a machine Sun with Solaris 2.7.
When I want to compile the software openssh-2.5.1p1 ( with Compiler CC or
with gcc), I execute the comand:
./configure but in this instant I view the following messages:
config : error:*** zlib missing - please install first or check config .log
The file config.log is this:
2001 Nov 22
2
zlib location
...ng to build the 1.4.0 development version of R for Windows.
I'll be posting problems as they arise, until I give up (or succeed),
or someone asks me to stop.
1. I don't have zlib, the compression library. The source file
gnuwin32/unzip/WHERE says to get it from
ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.html; that web site says
it has been closed and redirects me to http://www.gzip.org/zlib/.
(The file itself claims to be at
ftp://ftp.info-zip.org/pub/infozip/doc/WHERE, and it is, with the same
stale URL, hence the CC of this message to Zip-bugs.)
The WHERE file was written by the info-z...
2016 Feb 03
5
CentOS 7, NSF, "feature" [SOLVED]
The issue: NFS fails to start in CentOS 7 if it cannot resolve any of a
list of hosts.
Well, my manager had to google to find the *truly* obscure solution that
uses a deeply oddball syntax.
In /usr/lib/systemd/system/nfs-server.service, you edit the following line
so that it looks like this:
ExecStartPre=-/usr/sbin/exportfs -r
Notice the *deeply* weird syntax of "=-<cmd>". This
2016 Feb 03
0
CentOS 7, NSF, "feature" [SOLVED]
...u?ve misread the page.
All this option does is lets you run one command but tell the command itself that it was called by a different name. I?m not sure why the systemd creators added this, since you normally get this behavior with links:
$ sudo yum install unzip
$ ls -li /bin/unzip /bin/infozip
135096149 -rwxr-xr-x. 2 root root 181248 Mar 18 2015 unzip
135096149 -rwxr-xr-x. 2 root root 181248 Mar 18 2015 zipinfo
That is, we have a single program binary with two different names. Invoking the program as ?zipinfo? makes it behave differently than if you invoke it...
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
...d probably be corrected in the next release of
openssh. The file pty.c does not #include <stropts.h> to define I_PUSH
even though I_PUSH is used when HAVE_DEV_PTMX is defined.
Platform:
SunOS test01 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-60
Using:
zlib 1.1.3 http://www.cdrom.com/pub/infozip/zlib/zlib-1.1.3.tar.gz
rsaref2.0 (plus patch from bugtraq digest 30-Nov-1999)
ftp://ftp.funet.fi/pub/unix/security/login/ssh/rsaref2.tar.gz
openssl 0.9.4 ftp://ftp.openssl.org/source/openssl-0.9.4.tar.gz
egd 0.6 ftp://ftp.lothar.com/linux/egd-0.6.tar.gz
openssh 1.2pre16 http://violet.ibs.c...
2006 Mar 09
2
Samba, DOS, ARJ
Hello All,
I have problem on workstations with PC-DOS 2000 with MS Network Client 3.0 connected
to Samba 3.0.14a-0.4 (default on SLES 9) when I want to use ARJ.EXE (latest version 2.84) and unpack
archive xxxx.arj. When this archive is on network drive shared by samba unpacking does infinite loop.
For example arj l x:\xxx.arj produce never ending listing (and start of this listing is very slow).
2007 Jul 13
1
Keeping old profiles
Hi all.
The user did not log in samba.
Now, log in samba, how I make to keep the old profile?
I don't want that a new profile is created.
The username is the same.
Thanks in advance.
Sincerely
Walmiro Muzzi
_______________________________________________________
Yahoo! Mail - Sempre a melhor op??o para voc?!
Experimente j? e veja as novidades.
1999 Mar 25
6
Using zip format for help pages, examples, etc.
...hey could look in the archive as well as in a directory.
Does anyone know of a reason why this would not be a good idea? Does
anyone know of better|more_portable|whatever implementations of code
to access files within a .zip archive. The info-zip sources are
available at http://www.cdrom.com/pub/infozip/zlib/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@...
2016 Feb 03
2
CentOS 7, NSF, "feature" [SOLVED]
...his option does is lets you run one command but tell the command
> itself that it was called by a different name. I?m not sure why the
> systemd creators added this, since you normally get this behavior with
> links:
>
> $ sudo yum install unzip
> $ ls -li /bin/unzip /bin/infozip
> 135096149 -rwxr-xr-x. 2 root root 181248 Mar 18 2015 unzip
> 135096149 -rwxr-xr-x. 2 root root 181248 Mar 18 2015 zipinfo
>
> That is, we have a single program binary with two different names.
> Invoking the program as ?zipinfo? makes it behave differently th...
2004 Aug 26
1
Anyone using Asterisk on Slackware 9?
Hi, I am trying to do a very minimal install of Slackware to run Asterisk
on.
Can anyone give me a list of what packages I need to install as I don't want
X an all the associated bloat?
Thanks in advance.
Chris
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 May 23
4
building zip?
Hello,
I know this might sound stupid, but here's my problem. I try to build
packages, which gives absolutely no problem as long as I do this in
Linux. I get my .tar.gz-package. However, for windows, one needs
.zip-files (I guess), but for one reason or another, this seems not to
work.
I'm sorry about this question, but I'm not a windows-specialist (nor
Linux-guru). I don't see
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...lib@quest.jpl.nasa.gov> or,
-if this fails, to the addresses given below in the Copyright section.
+Questions about zlib should be sent to <zlib@quest.jpl.nasa.gov>, or to
+Gilles Vollant <info@winimage.com> for the Windows DLL version.
The zlib home page is http://www.cdrom.com/pub/infozip/zlib/
The official zlib ftp site is ftp://ftp.cdrom.com/pub/infozip/zlib/
+Before reporting a problem, please check those sites to verify that
+you have the latest version of zlib; otherwise get the latest version and
+check whether the problem still exists or not.
+
Mark Nelson <markn@tiny.co...