Displaying 20 results from an estimated 79 matches for "2584".
Did you mean:
254
2016 Aug 02
0
[Bug 2584] make ssh-agent and sftp-server untraceable on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2584
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Damien Miller <djm at mindrot.org&g...
2004 Aug 06
0
load average question
...0647 www-data 16 5 3936 3936 1648 R N 41.3 3.0 6:19 transcode1
10872 www-data 8 5 2708 2708 1268 S N 6.1 2.1 0:26 ices2
10633 www-data 5 5 2688 2688 1268 S N 3.9 2.0 0:31 ices1
10629 www-data 6 5 2588 2588 1260 S N 2.5 2.0 0:05 ices1
10874 www-data 5 5 2584 2584 1260 S N 1.3 2.0 0:04 ices2
11049 ad0n 3 0 1052 1052 820 R 0.9 0.8 0:00 top
10630 www-data 5 5 2572 2572 1260 S N 0.3 2.0 0:09 ices1
10885 dv8 0 0 2560 2560 1676 R 0.3 1.9 0:00 icecast
10628 www-data 5 5 2572 2572 1260 R N 0.1 2.0...
2004 Aug 06
2
load average question
>
> As a general rule, you don't want to set up a system with a load average of
> more than 1 (per cpu, so between 1 and 2 is ok for a dual cpu system).
>
> ices (when not encoding) will use a negligible amount of cpu, so the problem
> is probably entirely the stream transcoders.
<p>assuming i want to continue using streamTranscoder ( and that it cannot be
optimized
2003 Feb 26
5
[Package car/data.ellipse]: confidence intervals off by factor sqrt(2)??? (PR#2584)
Full_Name: Volker Franz
Version: Version 1.6.2 (2003-01-10)
OS: Debian
Submission from: (NULL) (192.124.28.104)
Hi there,
it seems to me that data.ellipse of package "car" (Version 1.0-1)
produces confidence interval's which are too big. To see this, do:
library(car)
plot(c(-2,2),c(-2,2),pch=0)
data.ellipse(rnorm(10000),rnorm(10000),levels=0.68,plot.points=F)
abline(v=+1)
2008 Aug 01
0
[LLVMdev] Generating movq2dq using IRBuilder
Hi Dan,
Yes, they could be represented with insertelement and extractelement, but I
don't think they actually generate optimal code using movq2dq and such. Else
both bugs 2584 and 2585 would be fixed.
Anyway, I'm actually already encouraged to get involved myself. I'm quite
experienced with MMX and SSE but I'm still trying to learn more about how
LLVM does instruction selection and such.
By the way, I noticed that movq2dq and such are missing from the intri...
2006 Jul 09
3
Migrating to Samba File Server- WERR_ACCESS_DENIED, Access Denied
...solution on the WEB.
Do you have any clue or trick for this weird problem?
It is very urgent for me.
Thanks,
_________________________________________________________________
Sohbet ve eglence, web kamera ve sesli sohbet Messenger'de.
http://messenger.msn.com/?mkt=tr&DI=3490&XAPID=2584
2016 Oct 08
2
unable to compile llvm with gcc 4.7.4
...39;virtual llvm::lto::NativeObjectStream::~NativeObjectStream() noexcept (true)'
lib/LTO/CMakeFiles/LLVMLTO.dir/build.make:67: recipe for target 'lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o' failed
make[2]: *** [lib/LTO/CMakeFiles/LLVMLTO.dir/Caching.cpp.o] Error 1
CMakeFiles/Makefile2:2584: recipe for target 'lib/LTO/CMakeFiles/LLVMLTO.dir/all' failed
make[1]: *** [lib/LTO/CMakeFiles/LLVMLTO.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
--
Sylvain
2005 Jun 22
3
indexing tables for dialing
...X XXXXXXX
nnnn
.
.
xxxx XXXXXXX XXXXXXX
Thanks in advance for your help.
Ypek
_________________________________________________________________
Sadece sohbet ile yetinmeyin - eglneceye de doymak için Messenger'i tercih
edin! http://messenger.msn.com/?mkt=tr&DI=3490&XAPID=2584
2008 Jul 31
5
[LLVMdev] Generating movq2dq using IRBuilder
On Jul 31, 2008, at 7:22 AM, Nicolas Capens wrote:
> In the same breath I’d also like to kindly ask if someone could have
> a look at the reverse operations, namely trunk from 128 to 64 bit
> using movdq2q, and 128 to 32 and 64 to 32 using movd. This also
> seems related to Bug 2585. Thanks again.
The operations you're describing can be represented as insertelement
and
2019 Aug 21
2
RLIMIT_MEMLOCK in container environment
...it's well known community
recommendation.)
2. hotplug is not supported. Domain definition is stable through its
whole lifetime.
We are working on a series of patches that would remove the need for
SYS_RESOURCE capability from the pod running libvirtd:
https://github.com/kubevirt/kubevirt/pull/2584
We achieve it by making another, *privileged* component to set
RLIMIT_MEMLOCK for libvirtd process using prlimit() syscall, using the
value that is higher than the final value libvirtd uses with
setrlimit() [Linux kernel will allow to lower the value without the
capability.] Since the formula to c...
2008 Aug 20
4
mod_proxy, mongrel, redirect issue
Hello,
I am configuring apache 2.2 to serve my rails app through mongrel at
the root of my server. First, I redirect all http traffic to https
with the following:
ServerName emiliano
NameVirtualHost *:80
<VirtualHost *:80>
RedirectPermanent / https://emiliano #this server is only accessed internally
</VirtualHost>
Inside the <VirtualHost *:443> section, I have the following
2010 Apr 05
2
Harmonizing JSON/XML serialization
The way Rails handles root nodes in JSON and XML serialization is
inconsistent. This has been discussed before:
https://rails.lighthouseapp.com/projects/8994/tickets/2584-232-activeresource-json-doesnt-send-parameters-with-root-node
This seems mostly taken care of with
ActiveModel::Base.include_root_in_json, especially if/when it ends up
in ActiveResource. However, there is also the issue of how Enumerables
are serialized. This ticket would have me believe that it&...
2008 Aug 04
18
puppetd daemon vs. cron
Hi,
I''m running multiple vservers and have some aspects managed via puppet. I
noticed that puppetd consumes from 20 to 60 mb RAM and the longer the process
runs, the more RAM it takes. It looks like 60MB is the top what I measured.
Having a couple of vservers (11 in my case) this can already take up to 500MB
just for puppet! I''m wondering if there''s any downside in
2005 Nov 30
1
X windows is taking 99 percent of cpu
...049 root 15 0 0 0 0 S 0.0 0.0 0:00.28 kjournald
2050 root 19 0 0 0 0 S 0.0 0.0 0:00.00 kjournald
2789 root 16 0 2408 596 508 S 0.0 0.0 0:00.06 syslogd
2793 root 15 0 3072 472 404 S 0.0 0.0 0:00.00 klogd
2804 root 16 0 2584 476 404 S 0.0 0.0 0:00.00 irqbalance
2815 rpc 16 0 2980 580 484 S 0.0 0.0 0:00.00 portmap
2835 rpcuser 16 0 2440 756 656 S 0.0 0.0 0:00.00 rpc.statd
2868 root 16 0 5048 1016 844 S 0.0 0.0 0:00.01 rpc.idmapd
-------------- next part --------------
An H...
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
...1\200\0\1\0\1\0\0\0\0\6mirror\6aarnet\3edu\2a"...,
1994, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("127.0.0.1")}, [16]) = 66
close(3) = 0
open("/etc/gai.conf", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=2584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f4310e06000
read(3, "# Configuration for getaddrinfo("..., 4096) = 2584
read(3, "", 4096) = 0
close(3)...
2009 Apr 16
2
Weird performance problem
...id wa
0 0 592 191092 381720 537956 0 0 53 68 4 3 3
2 93 2
0 0 592 190720 381720 537956 0 0 0 0 32 60 1
1 98 0
0 0 592 191092 381720 537956 0 0 0 0 41 59 0
0 100 0
1 0 592 191092 381728 537948 0 0 0 2584 311 96 10
4 66 19
0 0 592 189968 381732 537944 0 0 0 2080 222 174 2
3 79 16
0 1 592 189968 381732 537944 0 0 0 3244 170 73 10
4 73 12
0 0 592 190216 381732 537944 0 0 0 136 76 113 1
2 93 4
0 0 592 189844 381732 537944...
2010 Apr 22
0
harddisk offline frequently when running vm
...000000
virt_caps : hvm
total_memory : 24539
free_memory : 15596
node_to_cpu : node0:0,2,4,6,8,10,12,14
node1:1,3,5,7,9,11,13,15
node_to_memory : node0:3589
node1:12007
node_to_dma32_mem : node0:2584
node1:0
max_node_id : 1
xen_major : 4
xen_minor : 0
xen_extra : .0
xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize :...
2003 Feb 28
0
How do I find the first derivative from the cubic natural spline
...he first derivative form the cubic natural
spline matrix?
Thanks !!!
Jassy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nuoo-Ting (Jassy) Molitor, MS, Junior Statistician
Division of Biostatistics
Department of Preventive Medicine
University of Southern California Tel: (323) 442-2584
1540 Alcazar St., CHP-210F Fax: (323) 442-3272
Los Angeles, CA 90089-9011, USA e-mail: nuootinl at usc.edu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010 Apr 24
0
'geepack' and 'gee' package outputs
...-2.59e+16 5.04e+14 2642 <2e-16 ***
data$product5 -1.41e+16 5.30e+14 710 <2e-16 ***
data$product6 -2.59e+16 4.96e+14 2722 <2e-16 ***
data$product7 1.55e+17 2.07e+15 5646 <2e-16 ***
data$product8 2.90e+16 7.87e+14 1362 <2e-16 ***
data$product9 -2.43e+16 4.79e+14 2584 <2e-16 ***
data$product10 -2.04e+16 5.05e+14 1632 <2e-16 ***
---
Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1
Estimated Scale Parameters:
Estimate Std.err
(Intercept) 5.51e+15 5.58e+38
Correlation: Structure = independenceNumber of clusters: 33 Maxim...
2005 Jan 22
0
asterisk not starting--sound module
...e of times ..
#asterisk -gc
Asterisk CVS-v1-0-01/21/05-14:58:31, Copyright (C) 1999-2004 Digium.
Written by Mark Spencer <markster@digium.com>
=========================================================================
[ Booting....................Jan 21 19:22:28 WARNING[4042]: chan_skinny.c:2584 reload_config: Unable to get our IP address, Skinny disabled
.Jan 21 19:22:29 WARNING[4042]: chan_oss.c:992 load_module: XXX I don't work right with non-full duplex sound cards XXX
Jan 21 19:22:29 WARNING[4042]: chan_oss.c:239 sound_thread: Read error on sound
device: Resource temporarily unava...