Displaying 8 results from an estimated 8 matches for "gzipfil".
Did you mean:
gzipfile
2005 Jan 25
1
feature request: gzip support in syslinux itself
...(g)zip decompression support.
other possibility would be to create an intermediate loader (let's call it 'ungzip') which would decompress the GZ and then let the decompressed binary ('kernel') take control. Similar to memdisk thus, but not for disk images.
kernel ungzip
append gzipfile=memtest.gz
Does this make sense?
Bernd
----------------------------------------------------------------
Op deze e-mail zijn de volgende voorwaarden van toepassing:
http://www.fontys.nl/disclaimer
The above disclaimer applies to this e-mail message.
-------------------------------------------...
2006 Jan 03
11
CRC error installing rails
...s:
# gem install rails --include-dependencies
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (Zlib::GzipFile::CRCError)
invalid compressed data -- crc error
In searching list archives, etc, someone suggested it might
be an issue with i386 vs x86_64 zlib, but the presence of
the i386 zlib (and it''s -devel package) makes no difference
in the error generated.
Also, pulling down the .gem file...
2006 Apr 01
0
invalid compressed data -- crc error
...0) and
I''ve got this error typing: gem install rails
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Install required dependency rake? [Yn] Y
ERROR: While executing gem ... (Zlib::GzipFile::CRCError)
invalid compressed data -- crc error
Any ideas ? I searched a lot over Google and this mailing list
but nothing interesting..
Thanks in advance
Seb
2007 Jul 13
0
Dconf trouble
...og), os.path.realpath(latestlog)))
File "/etc/cron.weekly/dconf", line 267, in diff
fromfd = dzopen(fromfile)
File "/etc/cron.weekly/dconf", line 142, in dzopen
return gzip.open(filename, arg)
File "/usr/lib/python2.3/gzip.py", line 49, in open
return GzipFile(filename, mode, compresslevel)
File "/usr/lib/python2.3/gzip.py", line 94, in __init__
fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory:
'/dconf-fs11-20070610-042246.log.gz'
2009 Jan 20
0
Zlib error
Hi,
After installing the rubygems 1.3.1, I face the following issues while
installing new gems.
Error:
arun@mysystem:~/Desktop$ sudo gem install ip2country-0.0.2.gem
ERROR: While executing gem ... (Zlib::GzipFile::Error)
not in gzip format
My Environment:
OS - ubuntu 8.04 - the Hardy Heron version.
Ruby - ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.1
- RUBY VERSION: 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
- INSTALLATION DIRECTOR...
2008 Jun 27
0
gem install rails issue CRC error
...lt and will be removed
INFO: use --ignore-dependencies to install only the gems you list
connection reset after 2 requests, retrying
Missing metadata for 14022 gems
Bulk updating Gem source index for: http://gems.rubyforge.org/
Installing gem actionpack-2.1.0
ERROR: While executing gem ... (Zlib::GzipFile::CRCError)
invalid compressed data -- crc error
/usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:55:in
`close''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:55:in
`initialize''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/...
2011 Apr 06
16
Unable to install Rails using Gem
...ternet through a proxy. I
installed Ruby and then Gem. I downloaded both as standalone packages
and unzipped them. But when i tried installing Rails through Gem , I
got the below error
"
C:\Program Files\rubygems-1.7.2>gem install rails --version 3.0.1
ERROR: While executing gem ... (Zlib::GzipFile::Error)
not in gzip format "
Before I installing Rails through Gem I had set the environment
variable HTTP_PROXY and I believe it works fine.
I am not able to make this work. I was not able to download a
standalone package of Rails for the version(3.0.1) I am trying to
install...
2008 Apr 04
2
can't install rails. gem zlib crc error
...rails over gem, i''m getting this zlib crc error:
root@co2:~# gem install rails --include-dependencies --verbose --
backtrace
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
ERROR: While executing gem ... (Zlib::GzipFile::CRCError)
invalid compressed data -- crc error
/usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:508:in `close''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:508:in
`initialize''
/usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:445:in
`each_entry''...