Displaying 20 results from an estimated 26 matches for "exup".
Did you mean:
exp
2010 Sep 22
20
problem in downloading large file with apache+mongrel
hii all,
am using apache as frontend to mongrel and loaded xsendfile
module in apache ,am looking for 1 GB of download .this is download
routine
def download
@stream = Stream.find(params[:id])
send_file(@stream.location,:filename => @stream.name,:disposition >
''attachment'',:x_sendfile => true )
and
And this is how it is processed
Processing
2007 Nov 07
16
file access with mongrel running as windows service
i have an archive of documents (word, excel, jpeg, png, gif...)
residing on a network share that is accessed via send_file.
when running mongrel on the command line the files are properly
delivered.
with mongrel running as a service they don''t.
now normally i would think that should be fixable by configuring the
service to run under a user that can read the files....
but
2012 Nov 02
6
cannot load such file -- 1.9/http11
Hello,
I have installed the mongrel 1.2.0-pre2 gem into my project.
But when I do rake db:test:prepare I see this output :
cannot load such file -- 1.9/http11
Anyone a idea how to solve this ?
Roelof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20121102/2c908445/attachment.html>
2010 Sep 22
12
Mongrel service
Hi all
Environment:
Windows 7 64 bit
Ruby 1.9.2.p0
Rails 3
I am getting the following error when I run the following command
mongrel_rails service::install -N MyTestApp_4001 -p 4001 -e production:
"Msvcrt-ruby18.dll is missing"
Thanks in advance
Gerhard
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Jan 23
10
Trouble creating mingw binary
Hi,
I''m trying to build a binary for win32-open with a mingw install but
I''m having trouble. I''ve installed MinGW 5.1.6 and I''ve got gcc, etc.
But, when I run "ruby extconf.rb; make" I get the following error:
C:\Documents and Settings\djberge\Repositories\win32-open3\ext>ruby extconf.rb
checking for ruby/io.h... no
checking for rb_pid_t in
2010 Jan 23
5
Buying windows software
Hi all,
Just looking to buy Windows 7. Where do y''all shop for your Windows
software these days?
I found this:
http://elecsurf.com/win7u-64-dd.html
Seemed like a pretty good price.
Any other suggestions?
Regards,
Dan
2009 Mar 08
5
error : Redmine
Hello,
Iam getting the following error whem adding new task in redmine --
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine
administrator for assistance.
Please advise. Thanks in advance.
Regards,
Gokul
--
Posted via http://www.ruby-forum.com/.
2009 Jun 25
8
Mongrel service keeps re-starting ruby
...ing that, you should see, on the console, what is happening.
Please paste the results on your reply so I can help you out.
Cheers,
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exup?ry
2010 Apr 19
1
Problem with mongrel_rails, but works with script/server
...ng with Mongrel, Rails or
mongrel_service.
Also, join and respond to mongrel-users mailing list, so all benefit
from the findings.
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exup?ry
2009 Aug 07
7
Comments for Daniel Berger blog post
...ve comment about it or if you haven''t heard the
news about Ruby-ffi 0.4.0 release with native gems for mingw32 and
mswin32.
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exup?ry
2010 Feb 24
1
Upgraded to Ruby 1.9.1 and Mongrel now fails
We recently upgraded to ruby 1.9.1 (in order to get new functions in the
Math module). We''ve reinstalled Mongrel with it, and even gone so far to
make some modifications to the compile (based on a post I found on one of
the forums).
Mongrel now fails when we try to launch it:
mongrel_rails cluster::start
With the message:
ERROR RUNNING ''cluster::start'': Plugin
2003 Nov 04
1
Binaries for ROracle and V 1.8. needed
Sorry for re-posting this message; the first one was lost in another
thread.
>Hi,
> there is no Oracle Client on my machine (Redhat Linux 9.0/686i,
> R1.8.0). I cannot thus compile the ROracle package.
> I read the readme.client file and did:
> I unziped the package ROracle and copied it into the R-library path.
> I get:
> >library(ROracle)
> Error in
1998 Aug 28
3
Samba and Windows NT
Hi, we use a Windows NT to authenticate our users and I have a subnet with a
Linux server as the router for that subnet.
I run samba-the-latest on Linux and I was told by a Microsoft guy that
this server may be the cause of the security problem on the NT server. It
seems that samba is corrupting the user database on the NT server and my
network admin thinks that the Linux server is the cause.
2015 Nov 26
1
Let lmtp create target directories
...Pascal
?) http://bugs.debian.org/804382
Thanks,
--
@martinkrafft | http://madduck.net/ | http://two.sentenc.es/
"perfection is achieved, not when there is nothing more to add, but
when there is nothing left to take away."
-- antoine de saint-exup?ry
spamtraps: madduck.bogus at madduck.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: digital_signature_gpg.asc
Type: application/pgp-signature
Size: 1107 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
URL: <...
1998 Sep 10
0
SAMBA digest 1807
...> Grazie
Prego.
Stefaan
--
PGP key available from PGP key servers (http://www.pgp.net/pgpnet/)
___________________________________________________________________
Perfection is reached, not when there is no longer anything to add,
but when there is no longer anything to take away. -- Saint-Exup?ry
2011 Feb 25
1
mongrel/mongrel_rails windows question
Hello!
I''m just wondering if anyone has any recommendations for running
mongrel/mongrel_service under Windows (Client requires Windows Server
2008, SQL Server 2008, IIS7, no budget for a *nix box of any kind). I
have a working setup, but wondering if anyone has any further insight.
Current working setup:
Ruby 1.87 (via rubyinstaller.org)
Rail 2.3.11
mongrel 1.1.15 (mingw32)
2012 Jun 14
2
Using Sub
Hi,
I have been trying to get the sub function to work but can't for the life of me figure it out. I tried looking at ?sub but I think there is something that I am just not understanding.
Example failed attempts
> sub("\\","/","G:\Compensation Audits_Reports\Step Audit\Steps off Step.accdb")
Error: '\C' is an unrecognized escape in character string
2014 Nov 10
0
mail-storage.c:2222:mailbox_copy assertion failed: (!ctx->unfinished)
...quota virtual imap_acl zlib imap_zlib imap_quota expire fetchmail_wakeup antispam
> }
--
Met vriendelijke groet,
With kind regards,
Giel van Schijndel
--
"It would seem that perfection is attained not when no more can be
added, but when no more can be removed."
-- Antoine de Saint Exup?ry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20141110/bd188b24/attachment.sig>
2010 Dec 03
1
ERROR: Failed to build gem native extension.
Hello, I am currently not able to instal mongrel, I run a Linux Ubuntu 10.04
system with Gems 1.3.7 when I do a "sudo gem install mongrel" I get this
sequence of messages:
$ sudo gem install mongrel
Building native extensions. This could take a while...
ERROR: Error installing mongrel:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb checking for main() in
2012 Apr 07
5
FFI and msvcrt
Hi,
I''ve been using FFI with a Ruby 1.9.3 built with MSVC++ and it''s been
working well. One thing I''ve run into though is this:
ffi_lib :msvcrt
But that''s not the runtime I want. But I don''t want to hard code the
runtime name either. I realize I could parse it out of RbConfig, but I
was hoping for something nicer.
Is there a way we could create an