Displaying 15 results from an estimated 15 matches similar to: "SVN revision 218: errors and failures under win32."
2006 Jul 01
0
Fun with Mongrel and cygwin.
On the Mongrel FAQ forum, Josh Wehner was having problems with cygwin
(don''t know if he fixed it).
http://rubyforge.org/forum/forum.php?thread_id=6978&forum_id=5450
Due that, I manage to install cygwin, ruby and rails on my humble
little computer, it compiled worked ok (taste like *nix, so I felt a
bit off-road running this).
Anyway, tried to pass test for mongrel, and still get 1
2013 Nov 05
4
Handling closed clients
We have a service that clients use to upload files. We have a couple of clients that are on slow links and so their upload times out. We get errors in the logs that I''d like to get rid of.
I was hoping that the recent commit 24b9f66dcdda44378b4053645333ce9ce336b413 would help us, but it does not. After digging in a bit, I have some ideas about why and a patch I''d like comments
2007 Dec 22
12
error when installing on jruby (fastthread dependency)
I''m running jruby trunk which has integrated rubygems 1.0.0 and when 
I try and install mongrel with gem it blows up when the fastthread 
dependency tries to do a native compilation.
I couldn''t find a copy of the gemspec in the svn checkout but looking 
at the one installed when gem installing mongrel didn''t show any 
platform differentiation. There is platform
2006 May 23
1
Mongrel 0.3.13 Pre-Release Update -- Yep, Again
Hi Folks,
This is another pre-release announcement with lots of goodies for people
to test and play with.  At this rate the 0.3.13 release may just turn
into 0.4.
GETTING IT
Pretty simple, just gem install mongrel
--source=http://mongrel.rubyforge.org/releases/
You can get more information at http://mongrel.rubyforge.org/
WHAT''S IN IT
This release has lots of little things, mostly
2008 Apr 04
1
kernel BUG at drivers/virtio/virtio_ring.c:218!
Hi Rusty,
I hit a bug in virtio_ring.c:218 when I was stressing virtio_net using kvm with -smp 4.
static void vring_disable_cb(struct virtqueue *_vq)
{
        struct vring_virtqueue *vq = to_vvq(_vq);
        START_USE(vq);
-->        BUG_ON(vq->vring.avail->flags & VRING_AVAIL_F_NO_INTERRUPT);
        vq->vring.avail->flags |= VRING_AVAIL_F_NO_INTERRUPT;
       
2010 Dec 14
0
Auto Reply: Xen-devel Digest, Vol 70, Issue 218
I am in training all day Dec 15th-16th. Please call on my mobile if there is anything that requires my urgent attention.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Apr 04
1
kernel BUG at drivers/virtio/virtio_ring.c:218!
Hi Rusty,
I hit a bug in virtio_ring.c:218 when I was stressing virtio_net using kvm with -smp 4.
static void vring_disable_cb(struct virtqueue *_vq)
{
        struct vring_virtqueue *vq = to_vvq(_vq);
        START_USE(vq);
-->        BUG_ON(vq->vring.avail->flags & VRING_AVAIL_F_NO_INTERRUPT);
        vq->vring.avail->flags |= VRING_AVAIL_F_NO_INTERRUPT;
       
2002 Apr 16
0
[Bug 218] New: make fails on IRIX 5.3
http://bugzilla.mindrot.org/show_bug.cgi?id=218
           Summary: make fails on IRIX 5.3
           Product: Portable OpenSSH
           Version: 3.1p1
          Platform: MIPS
        OS/Version: IRIX
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: steve at
2002 Apr 17
3
[Bug 218] make fails on IRIX 5.3
http://bugzilla.mindrot.org/show_bug.cgi?id=218
------- Additional Comments From djm at mindrot.org  2002-04-17 12:35 -------
Very strange - are you using SGI or GNU make. can you attach the generated
Makefile to this bug?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2018 Mar 05
0
LLVM Weekly - #218, Mar 5th 2018
LLVM Weekly - #218, Mar 5th 2018
================================
If you prefer, you can read a HTML version of this email at
<http://llvmweekly.org/issue/218>.
Welcome to the two hundred and eighteenth issue of LLVM Weekly, a weekly
newsletter (published every Monday) covering developments in LLVM, Clang, and
related projects. LLVM Weekly is brought to you by [Alex
2007 Oct 22
6
weird error - stream closed
Hi all,
few days ago mongrel start crashing on one of my sites, i upgraded to
latest version (1.0.1) but problem still exists.
When i try to load page in browser random elements are missing or page
is blank (empty html). In mongrel.log i''m getting:
Mon Oct 22 01:10:47 +0200 2007: ERROR: stream closed
Mon Oct 22 01:10:47 +0200 2007: ERROR: closed stream
Mon Oct 22 01:10:47 +0200 2007:
2005 Mar 15
0
[Bug 2455] New: rsync --daemon segfaults if "log file = <file>" dir does not exist
https://bugzilla.samba.org/show_bug.cgi?id=2455
           Summary: rsync --daemon segfaults if "log file = <file>" dir does
                    not exist
           Product: rsync
           Version: 2.6.3
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo:
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
In case others find this of value, I wrote a patch to rsync 2.5.6 to 
give rsync in --daemon mode the ability to run a pre-transfer and 
post-transfer command. These options handle our need to prepare a server 
to receive files and to do some processing after receiving files.
The options for /etc/rsyncd.conf are
	pretransfer script = /some/command/to/run
         posttransfer script =
2002 Nov 11
0
Regular Expression support
I have added regular expression support using a POSIX implementation.
The patch (against 2.5.5) is attached.
The implementation is simple and follows the same mechanism that is
implemented for normal searches.
I added these command line arguments:
 --rexclude=PATTERN      exclude files matching regexp PATTERN
 --rexclude-from=FILE    exclude regexp patterns listed in FILE
 --rinclude=PATTERN   
2007 Sep 22
0
rsync build on IA64 using icc
I got numerous warnings when building rsync on IA64 (Itanium-2) using
Intel C/C++ compiler (see attached). Is this expected? Thanks, Michael
-------------- next part --------------
Script started on Fri 21 Sep 2007 06:14:05 PM BST
~/src$ ls -alt
total 222884
-rw-r--r--   1 mccssmb2 mcc101         0 Sep 21 18:14 build_rsync
drwxr-xr-x   8 mccssmb2 mcc101      4096 Sep 21 18:14 .
-rw-r--r--   1