Displaying 20 results from an estimated 10000 matches similar to: "Mongrel Web Server 0.3.12 -- Finally Out"
2009 Mar 17
2
DAHDI or Zaptel doesn't compile against 1.4.24
Hi,
We installed the latest 1.4.24 on a test machine and can't get zaptel
nor dahdi compile. It's a Linux Debian Etch. Errors we have:
keewi:/usr/src/dahdi-linux-2.1.0.4# make
make -C /lib/modules/2.6.18-custom.2/build ARCH=i386
SUBDIRS=/usr/src/dahdi-linux-2.1.0.4/drivers/dahdi
DAHDI_INCLUDE=/usr/src/dahdi-linux-2.1.0.4/include DAHDI_MODULES_EXTRA="
" HOTPLUG_FIRMWARE=yes
2006 Apr 28
4
mongrel error on debian sarge
Hi,
I cannot get mongrel working on i686 debian sarge, whereas it works
quite well on another ppc box under debian unstable.
Instead I can use scgi_rails or webbrick without any problem.
Here is the error:
# mongrel_rails start
/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/lib/mongrel/rails.rb:28:
uninitialized constant Mongrel::HttpHandler (NameError)
from
2006 May 24
8
Rails, Ubuntu dapper & Mongrel > uninitialized constant Mongrel::HttpHandler error
This on Ubuntu testing with the default ruby1.8 package, RubyForge current
gems, mongrel...this look familiar to anyone??
andre@andre:~/rails_apps/depot$ mongrel_rails
/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13/lib/mongrel/rails.rb:44:
uninitialized constant Mongrel::HttpHandler (NameError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
from
2009 Jul 06
2
Trouble running 'alsamixer' as normal user on headless box with minimal system
Hi,
I just transformed an old Pentium III 500 into a headless jukebox. It's
installed in the basement, near the stereo. There's only a base CentOS
system on it (GNOME unchecked, package customization checked and then
everything unchecked). From there on, I just installed the ALSA utils,
and vorbis-tools. The machine is only supposed to do one thing (and to
do it well, UNIX philosophy
2001 Mar 23
2
[beginner] Can't launch sol.exe!
When I try to launch sol for testing i've got:
#/usr/local/bin/wine sol
Could not stat /mnt/fd0 (Aucun fichier ou répertoire de ce type), ignoring
drive A:
Could not stat /cdrom (Aucun fichier ou répertoire de ce type), ignoring
drive D:
/usr/local/bin/wine: warning: $DISPLAY variable ignored, using '10.0.0.14:0'
_X11TransSocketINETConnect: Can't connect: errno = 111
2007 Mar 13
2
Cannot move /bin/upsdrvctl to /sbin
Hi,
In Red Hat /etc/init.d/halt script, it expects upsdrvctl to be in /sbin rather
than /bin which sounds normal considering the power of that command.
If I move this file to sbin, this is what I get when invoking it:
[root@serveur1.sassine.eu nut-2.0.5]# mv /bin/upsdrvctl /sbin/
[root@serveur1.sassine.eu nut-2.0.5]# which upsdrvctl
/sbin/upsdrvctl
[root@serveur1.sassine.eu nut-2.0.5]#
2006 May 24
3
Mongrel install/compile problems on Ubuntu dapper
Installed gcc and make and the default friends that they bring along, then
did
# sudo gem install mongrel
and got the following...
andre at andre:~$ sudo gem install mongrel
Attempting local installation of ''mongrel''
Local gem file not found: mongrel*.gem
Attempting remote installation of ''mongrel''
Select which gem to install for your platform (i486-linux)
1.
2008 Mar 28
2
speex - cross compil for ARM - problem ogg headers
Hi all,
I try to compile speex for ARM. I follow the README.arm and i always have the same errors :
make[2]: entrant dans le r?pertoire ? /usr/src/linphone/arm/speex-1.1.6/src ?
source='speexenc.c' object='speexenc.o' libtool=no \
depfile='.deps/speexenc.Po' tmpdepfile='.deps/speexenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
2006 Mar 01
2
Update R 2.1.1-1 -> 2.2.1 on UBUNTU
I've installed Ubuntu 5.10 Breezy on my Mac. When using MacOSX, I used to
work with R 2.2.1, but now, with Ubuntu, I can't download it with
synaptic. I can only download R 2.1.1-1, and I really need 2.2.1.
I've tried to edit the sources.list file, typing
deb http://cran.R-projet.org/bin/linux/debian stable/
R/r, using a different mirror,... but when I run synaptic, it says:
W:
2008 Apr 01
2
cross compilation for ARM - ogg headers problem
Hi,
this problem seems to be coming up a lot lately -- the README.arm in
linphone tells people to remove libogg headers, but speexenc and
speexdec require them to build.
Perhaps we need a README.arm in libspeex telling people not to remove
the libogg headers.
K.
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote:
>
> Hi all,
>
> I am following the README.arm from Simon
2008 Apr 01
5
cross compilation for ARM - ogg headers problem
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote:
>
> Hi,
>
> Yes i agree with you. You don't have to delete these files.
>
> But if i cross compile with ogg header files, i have the following error :
>
>
> /usr/lib/libogg.so: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status
> make[2]: *** [speexenc] Erreur 1
2010 Nov 30
1
linux-2.6.18.tar.bz2 is missing
We have to rebuild our kernel to add support for a Mainpine fax board on a
CentOS 5.5 board:
http://www.hylafax.org/content/Handbook:Basic_Server_Configuration:Modem-specific_Guidance#Mainpine_IQ_Express
We followed all steps, but when calling rpmbuild, we are getting:
[root at hylafax SPECS]# rpmbuild -ba --target x86_64 kernel-2.6.spec
Construction pour plate-formes cibles: x86_64
2006 Jul 03
13
problem starting mongrel
Apologies for the formatting, but this is the error I get when I try to start
up mongrel. The app does work under webrick, so I''m not real sure what''s
going on here. Thanks for any insight into what''s going on.
-j
** Starting Mongrel listening at 0.0.0.0:3000
/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in `register'':
undefined method
2006 Jul 20
6
A few minor warnings from Sun Studio 11
These come courtesy of Sun Studio 11 on Solaris 10 in case you care:
"http11.c", line 54: warning: syntax error: empty declaration
"http11.c", line 55: warning: syntax error: empty declaration
"http11.c", line 56: warning: syntax error: empty declaration
"http11.c", line 57: warning: syntax error: empty declaration
"http11.c", line 58:
2006 Apr 19
8
Win32 Gem Dependencies
Yeah I just noticed that the latest mongrel gem for win32 doesn''t have
the proper dependency for ''daemons''. This of course causes the require
to fail. Any chance at getting this fixed for future gems? :)
Thanks
Josh Ferguson
2007 Mar 18
3
Read a .sas7bdat file
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070318/73867327/attachment.pl
2004 Aug 10
2
Kerberos verfy ticket failed
Hello list.
I've got a problem using samba-3.0.4 (RedHat AS 3.0)
the server is member of a Win2003 Active directory domain
All stuff about krb5 seems to work correctly
kinit user@REALM
klist
etc...
net ads join -U administrator has worked well too
But when any Windows client member of the domain try to connect to the
server it asks me for a user/pass.
here is the log.
[2004/08/10
2006 Oct 15
14
Mongrel can''t handle some URLs that IE6 sends
IE6 happily sends unsafe* characters unencoded if you''ve typed them
into the URL bar of your IE6 window. This could happen if you copy &
paste a URL from an email or web page.
Mongrel doesn''t seem to handle these properly. In 0.3.13.3 it would
print out something like:
Sun Oct 15 23:05:38 CST 2006: BAD CLIENT (192.168.1.2): Invalid
HTTP format, parsing fails.
0.3.13.5
2008 Jun 01
3
rbx gem
Hello. Some time ago I committed a Rubinius assembly-based HTTP parser
generated from Ragel to the Rubinius git repository. Yesterday I made a
Mongrel gem which installs and works on Rubinius. This basically involved
commenting out anything to do with fastthread or the http11 C extension.
If there''s interest in releasing a Rubinius-targeted gem, I can make changes
to the Rakefile to
2006 Aug 10
16
Error on Solaris
Hi everyone, I''m having a problem starting rails on solaris. I have
made the changes suggested in the joyeur article but it doesn''t make
any difference. The error is below. Does anyone have any idea?
/opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in
`register'': undefined method `resolve'' for nil:Mongrel::URIClassifier
(NoMethodError)