Displaying 20 results from an estimated 86 matches for "2819".
Did you mean:
2019
2011 Oct 24
1
binning runtimes
...ould not clearly see how to use Random.
> dfs <- subset(df, Partitioning == "Sharding")
> head(dfs)
Time Partitioning Workload Runtime
1 1 Sharding Query 3301
2 1 Sharding Query 3268
3 1 Sharding Query 2878
4 1 Sharding Query 2819
5 1 Sharding Query 3310
6 1 Sharding Query 3428
> str(dfs)
'data.frame': 102384 obs. of 4 variables:
$ Time : int 1 1 1 1 1 1 1 1 1 1 ...
$ Partitioning: Factor w/ 2 levels "Replication",..: 2 2 2 2 2 2 2 2 2 2 ...
$ Workload : Factor w/...
2008 Jul 30
1
machine not shutting down and connection failures in logs
...word = pass
allowfrom = localhost
upsmon master
[monuser]
password = pass
allowfrom = mybox
upsmon master
upsmon.conf:
POWERDOWNFLAG /etc/nut/killpower
MONITOR bongups at mybox 1 monuser pass master
SHUTDOWNCMD "/sbin/shutdown -h +0"
syslog (daemon.log):
Jul 30 09:13:18 bong upsd[2819]: listening on 0.0.0.0 port 3493
Jul 30 09:13:18 bong upsd[2819]: Can't connect to UPS [bongups] (megatec_usb-bongups): No such file or directory
Jul 30 09:13:18 bong upsd[2820]: Startup successful
Jul 30 09:13:28 bong upsmon[2823]: Startup successful
Jul 30 09:13:32 bong megatec_usb[2829]: Sta...
2011 Jan 13
1
SSL certificate verification with OpenSSL in NUT trunk
Hi all,
After client's certificate verifications discussion in the mailing-list,
I have done some tests with nut trunk and - if my config is not too bad
- I think ther is a bug with server certificate verification.
With a clean trunk checkout, compile and installation; and with the
following config :
upsmon.conf:
CERTPATH /usr/local/ups/etc/cert/
CERTVERIFY 1
FORCESSL 1
Upsd.conf:
CERTFILE
2017 Sep 25
3
A lot of zombie processes on Debian 9
...T START TIME COMMAND
root 502 0.0 0.0 0 0 ? Z 13:01 0:00 [samba]
<defunct>
root 1346 0.0 0.0 0 0 ? Z 13:11 0:00 [samba]
<defunct>
root 2088 0.0 0.0 0 0 ? Z 13:21 0:00 [samba]
<defunct>
root 2819 0.0 0.0 0 0 ? Z 13:31 0:00 [samba]
<defunct>
root 3541 0.0 0.0 0 0 ? Z 13:41 0:00 [samba]
<defunct>
root 4269 0.0 0.0 0 0 ? Z 13:51 0:00 [samba]
<defunct>
root 5015 0.0 0.0 0 0 ?...
2006 Mar 09
1
[LLVMdev] ignoring inline assembly
...contains and I don't
intend to actually run the compiled version of the source, so if there is a
way I can tell LLVM to pretend the inline assembly isn't there that would be
fantastic.
>From my own snooping around in the GCC frontend source code, it seems like
if I just comment out line 2819:
error("LLVM does not yet support inline assembly! Code: '%s'",
TREE_STRING_POINTER(ASM_STRING(t)));
that LLVM should be able to continue just as if the inline assembly wasn't
there. So, will this infact solve my problem and is this the best way to go
about it o...
2010 Mar 16
1
bottlenecks in R script
...g time, im basically doing
something like seq.Date(Sys.Date(), length.out = 300, by ='day') a lot
while digging into it, i strace'd the running process and it seems the
bulk of the time is spent checking for /etc/localtime
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
strace -cp 2964
Process 2964 attached - interrupt to quit
^CProcess 2964 detached
% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
94.61 0.006387 0 55872 stat
2.58 0.000174...
2008 Jul 12
2
Excel Trend Function
...878675
2006 48 7 189155 253350 317545 1148102355
2006 49 7 103300 132741 162182 241480186
2006 50 6 11801 252576 493352 16151006813
2006 51 7 2348 3671 4994 487926
2006 52 5 2606 29901 57196 215454181
2006 2 7 2968 4513 6058 664723
2006 3 7 1128 1889 2650 161231
2006 4 7 479 963 1447 65196
2006 5 7 2819 4413 6007 708094
2006 6 6 -1009 3128 7264 4766743
2006 7 7 -5239 10769 26777 71387835
2006 8 7 150 503 856 34685
2006 9 7 1858 2989 4120 356562
2006 10 7 193 494 795 25281
2006 11 7 125 346 567 13627
2006 12 7 432 767 1102 31189
2006 13 7 1229 1867 2505 113569
2006 14 7 813 1339 1865 77140
2006 15...
2008 Nov 21
0
FW: Closing sessions and smbstatus
...;, 4096) = 0
> close(25) = 0
> munmap(0x7f2f8db98000, 4096) = 0
> getuid() = 0
> gettimeofday({1224651679, 698762}, NULL) = 0
> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2819, ...}) = 0
> sendto(19, "<86>Oct 21 22:01:19 smbd: pam_un"..., 84, MSG_NOSIGNAL,
NULL,
> 0) = 84
> munmap(0x7f2f892fd000, 2195080) = 0
> munmap(0x7f2f888d4000, 2209176) = 0
> fcntl(8, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=244, len=1})
= 0
>...
2001 Mar 27
2
How do I change the editor in R command window?
Dear R-help,
I have started using R on my Linux box (Debian), and I have some
problems with setting the editor/keyboard for R. The
For instance, arrow-up gives "^[[A", and delete gives "^H". I have a
Norwegian keyboard, but that doesn't cause any
problems for editors like emacs. Could you advice me on how I can set
the editor for R right? I have tried
2017 Oct 17
2
Distribute rebalance issues
...1233:client_setvolume_cbk] 0-video-client-4:
Server and Client lk-version numbers are not same, reopening the fds
[2017-10-12 23:01:05.483365] I [MSGID: 114035]
[client-handshake.c:201:client_set_lk_version_cbk] 0-video-client-4:
Server lk version = 1
[2017-10-12 23:01:30.310089] I
[dht-rebalance.c:2819:gf_defrag_process_dir] 0-DHT: Found critical
error from gf_defrag_get_entry
[2017-10-12 23:01:30.310166] E [MSGID: 109111]
[dht-rebalance.c:3090:gf_defrag_fix_layout] 0-video-dht:
gf_defrag_process_dir failed for directory: /y/y/y/y/y
[2017-10-12 23:01:30.380574] E [MSGID: 109016]
[dht-rebalance.c:...
2003 Oct 12
1
Error openning file (PR#4550)
...111693 125243 142480 159825 195658 217934 249771 243687 284585 328100
"Ojós" 1266 1374 1308 1227 1384 1173 1193 888 647 678
"Pliego" 2913 3007 2706 2535 2691 3290 3477 3528 3378 3327
"Puerto-Lumbreras" NA NA NA NA NA NA 7205 8046 8560 9961
"Ricote" 2604 3022 2819 2956 2929 2928 2743 2320 1774 1689
"San_Javier" 4326 4940 5026 5656 6652 9008 9734 10286 12675 14696
"San_Pedro_del_Pinatar" 2637 3076 3276 3380 4377 5074 5449 6518 8866 12057
"Santomera" NA NA NA NA NA NA NA NA 7346 8518
"Torre-Pacheco" 8858 9782 9400 9255 9...
2014 Feb 03
3
Memory leak - how to investigate
...0 httpd
[ 2815] 48 2815 84420 1126 0 0 0 httpd
[ 2816] 48 2816 87014 7940 0 0 0 httpd
[ 2817] 48 2817 84301 725 0 0 0 httpd
[ 2818] 48 2818 84301 695 0 0 0 httpd
[ 2819] 48 2819 84432 800 0 0 0 httpd
[ 2820] 48 2820 84420 1209 0 0 0 httpd
[ 2821] 48 2821 84502 1351 0 0 0 httpd
[ 2822] 48 2822 84815 1684 0 0 0 httpd
[ 2823] 48 2823 843...
2008 Oct 20
2
Closing sessions and smbstatus
Hi,
When are client sessions closed?
Let me explain what I'm trying to do... we're in a School district and
we try to stop kids logging more than once. They way I did this before
was to dump the active sessions from our previous Server2003 fileserver
into a file once a minute and process it with a Perl script to check who
was connected from where, rebooting machines remotely as
2017 Oct 17
0
Distribute rebalance issues
...t_setvolume_cbk] 0-video-client-4: Server and Client lk-version numbers are not same, reopening the fds
> [2017-10-12 23:01:05.483365] I [MSGID: 114035] [client-handshake.c:201:client_set_lk_version_cbk] 0-video-client-4: Server lk version = 1
> [2017-10-12 23:01:30.310089] I [dht-rebalance.c:2819:gf_defrag_process_dir] 0-DHT: Found critical error from gf_defrag_get_entry
> [2017-10-12 23:01:30.310166] E [MSGID: 109111] [dht-rebalance.c:3090:gf_defrag_fix_layout] 0-video-dht: gf_defrag_process_dir failed for directory: /y/y/y/y/y
> [2017-10-12 23:01:30.380574] E [MSGID: 109016] [dht-re...
2017 Sep 25
1
A lot of zombie processes on Debian 9
...efunct>
> > > root 1346 0.0 0.0 0 0 ? Z 13:11
> > > 0:00 [samba]
> > > <defunct>
> > > root 2088 0.0 0.0 0 0 ? Z 13:21
> > > 0:00 [samba]
> > > <defunct>
> > > root 2819 0.0 0.0 0 0 ? Z 13:31
> > > 0:00 [samba]
> > > <defunct>
> > > root 3541 0.0 0.0 0 0 ? Z 13:41
> > > 0:00 [samba]
> > > <defunct>
> > > root 4269 0.0 0.0 0 0 ? Z...
2013 Jun 08
7
[virtio-spec PATCH 0/5] Receiving Used Buffers example code: cleanups and an extra mb()
...net driver for OVMF.
Unfortunately I can't find Stefan's email on any mailing list archive
(sourceforge, gmane, mail-archive etc. all have only my response), so
I'll quote it here.
The patch Stefan was reviewing is
<http://thread.gmane.org/gmane.comp.bios.tianocore.devel/2804/focus=2819>:
[PATCH v3 10/15]
OvmfPkg: VirtioNetDxe: implement Tx: SNP.Transmit and SNP.GetStatus
On 06/07/13 16:17, Stefan Hajnoczi wrote:
> There is no read memory barrier between fetching TxCurUsed and
> fetching UsedElem[].Id. In theory I think there is no guarantee that
> Dev->TxRi...
2013 Jun 08
7
[virtio-spec PATCH 0/5] Receiving Used Buffers example code: cleanups and an extra mb()
...net driver for OVMF.
Unfortunately I can't find Stefan's email on any mailing list archive
(sourceforge, gmane, mail-archive etc. all have only my response), so
I'll quote it here.
The patch Stefan was reviewing is
<http://thread.gmane.org/gmane.comp.bios.tianocore.devel/2804/focus=2819>:
[PATCH v3 10/15]
OvmfPkg: VirtioNetDxe: implement Tx: SNP.Transmit and SNP.GetStatus
On 06/07/13 16:17, Stefan Hajnoczi wrote:
> There is no read memory barrier between fetching TxCurUsed and
> fetching UsedElem[].Id. In theory I think there is no guarantee that
> Dev->TxRi...
2017 Sep 25
0
A lot of zombie processes on Debian 9
...0 0 ? Z 13:01
> 0:00 [samba]
> <defunct>
> root 1346 0.0 0.0 0 0 ? Z 13:11
> 0:00 [samba]
> <defunct>
> root 2088 0.0 0.0 0 0 ? Z 13:21
> 0:00 [samba]
> <defunct>
> root 2819 0.0 0.0 0 0 ? Z 13:31
> 0:00 [samba]
> <defunct>
> root 3541 0.0 0.0 0 0 ? Z 13:41
> 0:00 [samba]
> <defunct>
> root 4269 0.0 0.0 0 0 ? Z 13:51
> 0:00 [samba]
> <defunct>
>...
2023 Apr 03
2
Let R compile for libcurl8 ?
...Would be great, if the patch Inar provided could be applied to
main.
Detlef
--
"Wozu leben wir, wenn nicht dazu, uns gegenseitig das Leben
einfacher zu machen. (George Eliot)"
Dr. Detlef Steuer
Helmut-Schmidt-Universit?t
Fakult?t WiSo
Holstenhofweg 85
22043 Hamburg
Tel: 040/6541-2819
mail: steuer at hsu-hh.de
2024 Aug 08
0
[bug report] drm/nouveau: use GEM references instead of TTMs
...^^^^^^^^
Check for NULL
2817 nouveau_bo_unpin(disp->sync);
--> 2818 nouveau_bo_fini(disp->sync);
^^^^^^^^^^
Unchecked dereference. The patch didn't actually introduce this bug, it just
exposed it to the static checker.
2819
2820 nouveau_display(dev)->priv = NULL;
2821 kfree(disp);
2822 }
regards,
dan carpenter