Displaying 20 results from an estimated 6000 matches similar to: "CRC error installing rails"
2006 Apr 01
0
invalid compressed data -- crc error
Hi Folks,
I am trying to install rails 1.0 on SuSe 9.3 (x86_64, Athlon 64 3200) 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)
2008 Jun 27
0
gem install rails issue CRC error
im trying to install rails with gem. i have compiled 1.8.6 from source
and am running gem 1.1.1
here is the output:
[root@webapp1 ~]# 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
connection reset after 2 requests, retrying
Missing metadata for 14022
2008 Apr 04
2
can't install rails. gem zlib crc error
hi all
i''m trying to install ruby on rails on my debian server. i didn''t use
apt-get. i installed everything from source. i used this tutorial
(without PD-Admin): http://railswiki.de/Ruby_on_Rails_auf_einem_Debian_Server_installieren
now i can''t install rails over gem, i''m getting this zlib crc error:
root@co2:~# gem install rails --include-dependencies
2006 Jan 04
10
Is Webrick good enough?
Hi all,
On the rails list I''ve seen that it''s hard to integrate Rails with Apache
(especially apache2), that it''s hard to change the default port (3000), and
that Apache runs Rails stuff slowly.
Is it reasonable to run Rails stuff on Webrick while simultaneously running
other stuff on Apache? How does one simultaneously run two rails applications
on Webrick, when
2007 Jan 29
4
loading C extension in worker causes bus error on OS X only
In all likelihood, this doesn''t have anything to do with backgroundrb,
but I''m stuck so I thought someone might be able to help.
I have a pretty simple C extension that I built into a gem and have
installed on my system. It works fine when required from rails
(1.2.1).
But when I have a Backgroundrb worker class use the extension (under
os x), I get:
2007 Mar 29
3
thread pool
Hi,
I am trying to limit the number of worker threads running at the same
time. Adding ":poolsize: 2" to backgroundrb.yml or starting
backgroundrb server like this
script/backgroundrb start -- -s 2
does not seem to help. I can still create more than 2 worker threads
from a rails app.
I tried this on
ubuntu dapper
- ruby 1.8.4
- backgroundrb 0.2.1
as well as
2004 Sep 10
3
problem with seek_absolute in libFLAC++
Hello,
I have been changing my (C++)program over to the new FLAC++ API which
has gone relatively smoothly.
However, the function seek_absolute() (from the FLAC::Decoder::File
class) does not seem to work. It always returns false and doesnt seek at
all. Using gdb, I have narrowed down the problem somewhat, but being the
novice programmer that I am, I still don't know whats wrong.
When I
2007 May 24
15
Specs for code stored in rails_app/lib/
Where should the specs go for code in the "lib" directory of a Rails
app?
I made a folder, "spec/lib/", for storing such specs, and RSpec
automatically picks them up when run using "rake spec".
Before I go ahead and patch rspec_on_rails/lib/autotest/
rails_rspec.rb so that autotest can monitor these specs I''d like to
ask whether this is the
2006 Jul 20
5
Apache 2.2, Mongrel and #caches_page
Hi !
I''m no expect when it comes time to configure Apache. I just enabled
page caching in my Rails app, and am now looking at making Apache
serve the cached files instead of calling into Rails.
I know Mongrel is able to serve cached files if it finds them, but I''d
like Apache to do it.
Looking at .htaccess, there is this section:
RewriteEngine On
RewriteRule ^$ index.html
2005 Jan 25
1
feature request: gzip support in syslinux itself
HPA,
is it possible to add GZ support in syslinux itself?
Some standalone software compresses very well, but is not compressed.
Example is the Memtest86+ binary (90KB uncompressed --> 35KB gzip'd) and maybe Smart Boot Manager (gzip'd COM32 binary instead of normal COM32 binary?).
I'm using both on a simple bootdisk, and all space savings are welcome.
a workaround could ofcourse
2007 Jan 04
10
Intermittent "can''t convert Float into Hash" and results.rb
Hi,
I''m using backgroundrb 0.2.1 in a production environment and for most
parts I''m very happy. We are using it to do some heavy video editing on
the server side and it works great except that under, what seems heavy
load the below problem happens intermittently.
The problem has only happened 5 times out of over 500 runs by our
backgroundrb worker.
This is the code in our
2004 Sep 10
2
Cross Platform audio library
Hello all,
I am currently using libao for audio output in my FLAC project. I am
using linux, but I would like the program to be portable to windows.
I am having no luck finding information about audio output API's that
are cross platform compatable. libao is designed to be, but does anyone
know it it ACTUALLY works under windows? I cant seem to find out!
Failing that, are there any other
2007 Mar 07
10
MiddleMan.worker blocks?
Hello -
I am observing that calls to MiddleMan.worker return only after the worker
has completed its work. This puzzles me, and I presume that I am doing
something wrong. Can anyone make suggestions?
Snippets from my code are:
class ReportController < SecurityController
...
def create_xml_report(report,start_time)
constraints = get_constraints(report,start_time,false)
2002 Feb 07
9
X windows
How would i allow xwindows and xdmcp through would it be ACCEPT net -> fw all 117
and
ACCEPT net -> fw all 6000:6100
?
and for that matter how would i stop x traffic from leaving the fw machine?
REJECT fw -> net all 6000:6100
?
2010 Nov 16
2
T1 with Robbed Bit Signaling
Has anyone here used T1s with RBS with asterisk?
Cary Fitch
2016 Nov 17
5
Good email client to use with Dovecot?
On Thu, 17 Nov 2016 14:11:45 +0100
Jochen Bern <Jochen.Bern at binect.de> wrote:
> On 11/17/2016 08:48 AM, Steve Litt wrote:
> > When I use an email client, its purpose is as a window into my
> > Dovecot IMAP, and as a mechanism to reply to and send emails. I
> > don't do filtering or calendaring on my email client (filtering via
> > procmail direct to
2004 Sep 10
2
command-line: AIFF writer advice
How about the opposite?
What I would like to see is FLAC support in libaudiofile, so
applications written with libaudiofile could transparently take
advantage on FLAC's compression. Ironically I guess it would still make
sense to use libaudiofile in FLAC for getting input. Mmmm, cyclic
dependancies...
Or is that just a stupid idea?
Dave
On Wed, 2002-07-31 at 13:10, Matt Zimmerman wrote:
>
2009 Apr 02
4
FXO Ignore ring
Is there a way to program an FXO device to totally ignore incoming calls?
I want to put an FXO on a Fax line so that 911 calls can be sent via that
line, but all other activity on the line is between the Fax machine and the
phone company.
Perhaps munge the ring tone detect if nothing else?
Cary
2006 Nov 04
2
amd64 issue with flac-1.1.3 beta2
Hi Josh,
I got a new computer yesterday, a 64bit intel core 2 duo. I am running
the amd64 port of Ubuntu 6.10 (edgy). I compiled flac-1.1.3 beta and had
trouble encoding:
dave@jimmy:/tmp$ ./bin/flac -o /tmp/foo.flac foo.wav
-----------------
flac 1.1.3-beta2, Copyright (C) 2000,2001,2002,2003,2004,2005,2006 Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you
2002 May 13
3
Can't access a linux server using a Win2K client
Hello all. I am new to Samba, so forgive me if this is a stupid
question, but I have been unable to figure this out.
I have a Red Hat 7.1 box (kernel 2.4.9) with the Samba 2.2.4-2 RPM
installed. I am trying to configure it so that Windows 2000 machines
within my company's Windows domain can access it. Before diving into
anything exotic, I am trying to get this to work without requiring any