search for: 21136

Displaying 4 results from an estimated 4 matches for "21136".

Did you mean: 1136
2013 Nov 20
1
"size of shared memory region" messages show up with Rtools 3.1.0.1939
Hi, After installing Rtools 3.1.0.1939 into c:\rtools31, when I call any (most?) of the commands in c:\rtools31\bin, I see strange messages printed to stderr. Example: C:\Rtools31>bin\tar 0 [main] tar 6084 shared_info::initialize: size of shared memory region changed from 27984 to 21136 bin/tar: You must specify one of the `-Acdtrux' options Try `bin/tar --help' or `bin/tar --usage' for more information. Sometimes I see quite a few of these just from running a single command. Can this be fixed? Thanks, Dan
2007 Dec 12
10
sendfile and mongrel
forgive me if this has been resolved already... I have an app that is using sendfile to return large files to customers. We can''t use regular Apache to handle this static content since the files are what the customers are paying for - so it wouldn''t be cool for anyone else to get access to them. The issue is that the mongrel mem footprint gets bloated when the files are
2006 Mar 16
0
ZLIB::GzipWriter - Strange file encoding?
Hey Folks, I have this code: Zlib::GzipWriter.open("file.gz") do |gz| gz.write(File.read("file.csv")) end Unfortunately this file doesn''t want to open correctly in UltimateZip. It shows a file inside, but doesn''t allow you to extract it. Am I missing something here? Seems pretty cut and dry... --------------------------- Brian Corrigan
2001 May 04
19
SSH connection hanging on logout
I am running OpenSSH 2.9p1 on SunOS 5.7 w/4-24-2001 patch cluster. Like many other users I am seeing the hanging session on logout with background processes. This is a huge problem for me as I centrally manage 50+ machines with rdist across ssh. Instead of just complaining about the problem I thought I would put my CS degree to use and try to track down the problem myself. For starters,