Displaying 20 results from an estimated 581 matches for "wong".
Did you mean:
long
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L, 0L, 0L, 0L, 0L), Kirk.Tr...
2010 Sep 07
10
What is the maximum number of resource pools allow in Xen Cloud Platform?
Hi,
I am interested to know the maximum number of resource pools that allow in
Xen Cloud Platform. I cannot find any maximum number indicated in the
documentation.
Thank you,
Wong Fui Fui
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Dec 01
14
Unicorn and HAProxy, 500 Internal errors after checks
Hi,
This morning, while checking for a correct deployment, we found out
that the Unicorns we are using were sending 500 Internal errors very
frequently to the HAProxy that sits in front of them. After some
investigation, It turned out that HAProxy checks the backend by
opening and closing a connection to the unicorn. Unfortunately the
Unicorns we use ( v 0.990.0 ) will try to reply to this probe
2011 Aug 12
16
Rack content-length Rack::Lint::LintErrors errors with unicorn
Has anyone seen anything like this before? I can get it to happen all
the time if I issue a HEAD request, but it only happens very
intermittently on GET requests.
I''m using Ruby 1.9.2p180.
Any ideas on where to start debugging?
204.93.223.151, 10.195.114.81 - - [11/Aug/2011 21:03:50] "GET /
HTTP/1.0" 200 37902 0.5316
app error: Content-Length header was 37902, but should be
2005 Oct 17
2
OCFS for RHAS4 download
Greetings,
I read from archive that OCFS is for kernel 2.6. which means RHAS4.0 is
supported. However, I can't find the download for this version. Is the
support official and where can I download it.
Thanks / regards,
Ivan Wong
Database Administrator
e2Open Inc. (www.e2open.com)
Suite 34.03, Level 34,
Menara Citibank,
156, Jalan Ampang,
50450 Kuala Lumpur, Malaysia
DID: +603 2776 6397
Tel: +603 2776 6300
Fax: +603 2712 9112
2010 Jun 04
8
unicorn_rails cleanup (possible fix for Rails3) pushed
...rite
config.ru files for Rails. But yes, programming is like sex, make one
mistake and support it for life :)
You can grab a git gem here, too:
http://unicorn.bogomips.org/files/unicorn-0.99.0.16.g59a625.gem
>From 4b44e21957e4cb8ec6ace5604fbe096dfd8959d2 Mon Sep 17 00:00:00 2001
From: Eric Wong <normalperson at yhbt.net>
Date: Thu, 3 Jun 2010 22:52:11 +0000
Subject: [PATCH] unicorn_rails: avoid duplicating config.ru logic
This should allow "unicorn_rails" to be used seamlessly
with Rails 3 projects which package config.ru for you.
---
bin/unicorn_rails | 50 +++++++++++...
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
...''~> 2.4'')
+ s.add_dependency(%w<raindrops>, ''~> 0.6'')
s.add_development_dependency(''isolate'', ''~> 3.1'')
s.add_development_dependency(''wrongdoc'', ''~> 1.5'')
--
Eric Wong
2010 Jun 02
8
Read error: #<TypeError: can't modify frozen string> raised from HttpParser
Hey guys,
Started running unicorn in a production server like two weeks ago.
It''s been running smoothly, but looking at the logs found 44
exceptions like this:
E, [2010-06-02T16:17:15.117071 #22680] ERROR -- : Read error:
#<TypeError: can''t modify frozen string>
E, [2010-06-02T16:17:15.117270 #22680] ERROR -- :
2006 Jun 15
4
help with table partition
Hi,
I have a test_table where the dim is 62220 by 73 (row by col)
I would like to partition the rows into 170 equal parts (170 tables
where each is of dim 366 by 73), and rearrange them horizontally. The
source codes I have:
for (i in 1:170) {
c = cbind(c,test_table[(367*i+1):(367*(i+1)),2:73]);
}
Unfortunately, using for loop and cbind for a table of this size
2009 Feb 11
16
Unicorn: UNIX+localhost/LAN-only Mongrel fork
...tory
growth on UNIX filesystems where temp file names are never
purged from the containing directory.
* If the master process dies unexpectedly for any reason,
workers will notice within :timeout/2 seconds and follow
the master to its death.
== License
Unicorn is copyright 2009 Eric Wong and contributors.
It is based on Mongrel:
Mongrel is copyright 2007 Zed A. Shaw and contributors. It is licensed
under the Ruby license and the GPL2. See the include LICENSE file for
details.
== Install
The library consists of a C extension so you''ll need a C compiler or at
least a frie...
2006 Jul 27
3
Ocfs-users Digest, Vol 37, Issue 2
...-request at oss.oracle.com
You can reach the person managing the list at
ocfs-users-owner at oss.oracle.com
When replying, please edit your Subject line so it is more specific than
"Re: Contents of Ocfs-users digest..."
Today's Topics:
1. Cannot mount after upgrade OCFS (Ivan Wong)
----------------------------------------------------------------------
Message: 1
Date: Wed, 26 Jul 2006 19:45:23 -0700
From: "Ivan Wong" <ivan.wong at e2open.com>
Subject: [Ocfs-users] Cannot mount after upgrade OCFS
To: <ocfs-users at oss.oracle.com>
Message-ID:
<FB4...
2010 Nov 20
6
unicorn 3.0.0 - disable rewindable input!
...e are
also internal cleanups and improvements for future versions of
Rainbows!
The Unicorn 3.x series supercedes the 2.x series
while the 1.x series will remain supported indefinitely.
* http://unicorn.bogomips.org/
* mongrel-unicorn at rubyforge.org
* git://git.bogomips.org/unicorn.git
--
Eric Wong
2005 Feb 02
3
I'm listening to FLAC on my ipod!
Josh Coalson <xflac@yahoo.com> wrote:
> --- Eric Wong <eric@petta-tech.com> wrote:
> > Just to let you guys know, I've been listening to FLAC (compression
> > level 2 or lower) tunes on my 3rd generation ipod running ipodlinux
> > (modified uCLinux) for the past few days. No skips or slow-downs
> > whatsoever using M...
2005 Dec 22
2
ext2online failure
...at, Inc.
Release : 12.2.EL4 Build Date: Wed 20 Jul 2005
09:45:41 AM EDT
Install Date: Wed 14 Dec 2005 10:11:35 PM EST Build Host:
sizzler.build.redhat.com
Group : System Environment/Base Source RPM:
e2fsprogs-1.35-12.2.EL4.src.rpm
Thanks.
regards,
Soon Wong
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
2011 May 13
3
Adding same items together in data.frame
...and
rows. Something like below. I want to add up all duplicated items, e.g. the
three "aa" add up together to get a single value gene=a, value=74. How can I
do that?? Thanks for help !
gene value
aa 20
bb 10
cc 9
aa 30
aa 24
dd 100
ee 55
.... ...
Millions thanks.
Best Regards,
hon
WONG, Hon-Kit (Stephen)
Cleary Lab, Dept of Pathology
Stanford University
2011 Jan 13
5
Unicorn 3.3.1 "Too many open files" error in kgio_tryaccept
Strange error which took down my server today:
Unhandled listen loop exception #<Errno::EMFILE: Too many open files - accept>.
/usr/local/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/unicorn-3.3.1/lib/unicorn/http_server.rb:606:in
`kgio_tryaccept''
/usr/local/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/unicorn-3.3.1/lib/unicorn/http_server.rb:606:in
2012 Nov 01
15
[RFC PATCH v2 0/3] mm/fs: Implement faster stable page writes on filesystems
Hi all,
This patchset makes some key modifications to the original ''stable page writes''
patchset. First, it provides users (devices and filesystems) of a
backing_dev_info the ability to declare whether or not it is necessary to
ensure that page contents cannot change during writeout, whereas the current
code assumes that this is true. Second, it relaxes the
2010 Feb 18
4
Rails 3 "RAILS_ENV not defined by config/boot" error
I''m running unicorn and unicorn-rails 0.96.1 and the latest Rails 3
beta gem. ?Firing up unicorn_rails spews "RAILS_ENV not defined by
config/boot". ?I know this is likely a result of RAILS_ROOT being
deprecated?in Rails 3 but I can''t seem to config my way around it.
I''m sure other people must have run into this before. ?Is there a
quick fix?
Thanks
2006 Jun 26
1
OpenSSH compatibility with Tru64 version 4.0F?
I am just looking for a quick answer as to whether or not OpennSSH is
compatible with Digital Unix Tru64 v 4.0F.
Hing Fei Wong
Systems Engineer
Building 100, M1309
Valley Forge, PA
Admin # 4-6242
-----Original Message-----
From: Darren Tucker [mailto:dtucker at zip.com.au]
Sent: Friday, June 23, 2006 3:53 AM
To: Wong, Hing Fei
Cc: www at openbsd.org
Subject: Re: OpenSSH compatibility with Tru64 version 4.0F?
On Thu, J...
2015 Aug 19
4
Need help with Tripp Lite SMART1300LCDT NUT v2.7.3
...mba4/smbd.pid
/var/run/samba4/winbindd.pid
/var/run/sshd.pid
/var/run/cron.pid
/var/run/rsyncd.pid
/var/run/lighttpd.pid
/var/run/spindown.pid
/var/run/upsd.pid
/var/run/usbhid-ups-upstl1300.pid
Sent from Mail for Windows 10
From: Charles Lepple
Sent: Tuesday, August 18, 2015 4:35 PM
To: Johnny Wong
Cc: nut-upsuser at lists.alioth.debian.org
Subject: Re: [Nut-upsuser] Need help with Tripp Lite SMART1300LCDT NUT v2.7.3
On Aug 18, 2015, at 3:28 PM, Johnny Wong <e430benz98 at yahoo.com> wrote:
>
> So when the UPS is communicating with the driver... it seems to work. Problem is now...