Displaying 17 results from an estimated 17 matches for "8113".
Did you mean:
113
2005 Aug 31
2
R CMD check example problem (PR#8113)
[Automatic forwarding from R-bugs failed. This message has been manually
forwarded.]
Hi all!
I'm trying to add Thomas Lumley's defmacro() function Lumley T.
"Programmer's Niche: Macros in {R}", R News, 2001, Vol 1,
No. 3, pp 11--13, \url{http://CRAN.R-project.org/doc/Rnews/} to the gtools
package (provided that Thomas gives his OK). And I've encountered an error
in
2015 Sep 10
2
how to link clang generated obj targeting BPF
...ere,
I was trying to use clang to cross compile executable directly on my mac to
bpf ISA:
clang -target bpf-linux-gnu aaa.c
But I guess maybe the linker does not support BPF? (with -c clang can
generate unlinked objs)
Unexpected arch
UNREACHABLE executed at
llvm/tools/clang/lib/Driver/Tools.cpp:8113
Should I use other linkers to link clang generated BPF objs?
Thanks,
Xiaochu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150910/e912b50e/attachment.html>
2019 Oct 18
3
[2.3.8] possible replication issue
...>: Error:
dsync(172.16.0.1): I/O has stalled, no activity for 600 seconds (version
not received)
Oct 16 08:29:25 server1 dovecot[5715]:
dsync-local(username1 at domain.com)<FXnVDW22pl0tGAAA1cwDxA>: Error:
Timeout during state=master_recv_handshake
server2:
Oct 16 08:29:25 server2 dovecot[8113]: doveadm: Error: read(server1)
failed: EOF (last sent=handshake, last recv=handshake)
There aren't any additional logs regarding the replication.
I have tried increasing vsz_limit or reducing replication_max_conns.
Nothing changed.
--
Both customers have 10k+ users. Currently I couldn'...
2019 Dec 05
2
[2.3.8] possible replication issue
...activity for 600 seconds (version
>> not received)
>> Oct 16 08:29:25 server1 dovecot[5715]:
>> dsync-local(username1 at domain.com)<FXnVDW22pl0tGAAA1cwDxA>: Error:
>> Timeout during state=master_recv_handshake
>> server2:
>> Oct 16 08:29:25 server2 dovecot[8113]: doveadm: Error: read(server1)
>> failed: EOF (last sent=handshake, last recv=handshake)
>> There aren't any additional logs regarding the replication.
>> I have tried increasing vsz_limit or reducing replication_max_conns.
>> Nothing changed.
>> --
>> Both...
2019 Dec 05
0
[2.3.8] possible replication issue
...stalled, no activity for 600 seconds (version
> not received)
> Oct 16 08:29:25 server1 dovecot[5715]:
> dsync-local(username1 at domain.com)<FXnVDW22pl0tGAAA1cwDxA>: Error:
> Timeout during state=master_recv_handshake
>
> server2:
>
> Oct 16 08:29:25 server2 dovecot[8113]: doveadm: Error: read(server1)
> failed: EOF (last sent=handshake, last recv=handshake)
>
> There aren't any additional logs regarding the replication.
>
> I have tried increasing vsz_limit or reducing replication_max_conns.
> Nothing changed.
>
> --
>
> Both...
2004 Oct 27
1
Fix for Theora example encoder
...ded to the header and they weren't a multiple
of 4 bytes. This fixes that problem by getting the number of extra bytes in the
header and reading that much data.
Aaron
Index: encoder_example.c
===================================================================
--- encoder_example.c (revision 8113)
+++ encoder_example.c (working copy)
@@ -133,6 +133,7 @@
unsigned char buffer[80];
int ret;
int tmp_video_hzn, tmp_video_hzd, tmp_video_an, tmp_video_ad;
+ int extra_hdr_bytes;
/* open it, look for magic */
@@ -179,6 +180,9 @@
ret=fread(buffer,1,20,test);
if(...
2019 Dec 06
0
[2.3.8] possible replication issue
...16 08:29:25 server1 dovecot[5715]:
>>> dsync-local(username1 at domain.com
>>> <mailto:username1 at domain.com>)<FXnVDW22pl0tGAAA1cwDxA>: Error:
>>> Timeout during state=master_recv_handshake
>>> server2:
>>> Oct 16 08:29:25 server2 dovecot[8113]: doveadm: Error: read(server1)
>>> failed: EOF (last sent=handshake, last recv=handshake)
>>> There aren't any additional logs regarding the replication.
>>> I have tried increasing vsz_limit or reducing replication_max_conns.
>>> Nothing changed.
>>&g...
2017 Nov 21
2
question about xray tls data initialization
...struct timespec *));
must use typedef first . xray use clock_gettime as default
implementation , which is not friendly for windows .create a fake one
based on chrono system_clock(ignore clockid_t)
for tls destructor part, I've just commented them out.(but
https://www.codeproject.com/Articles/8113/Thread-Local-Storage-The-C-Way
gives a thread exit callback way for coff)
and last thing , which I don't understand is the weak symbol for
__start_xray_instr_map[]
__stop_xray_instr_map[]
__start_xray_fn_idx[]
__stop_xray_fn_idx[]
I replace them with __declspec(selectany) , but I'm no...
2013 Nov 01
2
Augeas JSON example?
Greetings.
I''m trying to find a few concrete examples of how to use augeas within a Puppet module, to make changes to a JSON file. I''ve been googling for the past hour and a half, and while I have found several pages which provide reference-type documentation, I have yet to see a single usable example. All of the augeas examples seem to demonstrate how to maintain a file for
2017 Nov 16
2
question about xray tls data initialization
I'm learning the xray library and try if it can be built on windows, in
xray_fdr_logging_impl.h
line 152 , comment written as
// Using pthread_once(...) to initialize the thread-local data structures
but at line 175, 183, code written as
thread_local pthread_key_t key;
// Ensure that we only actually ever do the pthread initialization once.
thread_local bool UNUSED Unused = [] {
2002 Jul 01
5
./configure --with-pam
Hi all,
I still have problems with my nt authentication on linux.
My problems start when compiling --with-pam
This is the output, i can't figure out why i get the error.
[root@squid source]# ./configure --with-pam
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a
2019 Feb 08
1
Samba and ufw (mmcg29440@frontier.com)
...1 LEN=213 TOS=0x00 PREC=0x00 TTL=255 ID=30814 DF PROTO=UDP SPT=5353 DPT=5353 LEN=193
Feb 6 08:49:21 radio kernel: [ 39.818076] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.53 LEN=67 TOS=0x00 PREC=0x00 TTL=64 ID=11570 DF PROTO=UDP SPT=55814 DPT=53 LEN=47
Feb 6 08:49:21 radio kernel: [ 39.818113] [UFW AUDIT] IN=lo OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.53 LEN=67 TOS=0x00 PREC=0x00 TTL=64 ID=11570 DF PROTO=UDP SPT=55814 DPT=53 LEN=47
Feb 6 08:49:21 radio kernel: [ 39.818158] [UFW AUDIT] IN= OUT=lo SRC=127.0.0.1 DST=127.0.0.53 LEN=67 TOS=0x00 PREC=0x0...
2011 Jul 05
0
builder-ubuntu libguestfs FAILED tests 24fb2c1255f751dad98dd1739b3ed3a52ce06f70
...ibguestfs_GuestFS__1lvm_1clear_1filter':
com_redhat_et_libguestfs_GuestFS.c:8090:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open':
com_redhat_et_libguestfs_GuestFS.c:8113:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open_1ro':
com_redhat_et_libguestfs_GuestFS.c:8136:5: warning: 'return' with a value, in function returning void
com_r...
2011 Jul 01
1
builder-ubuntu libguestfs FAILED tests 436f8df147d5854800692e8986c7b48eeea648de
...ibguestfs_GuestFS__1lvm_1clear_1filter':
com_redhat_et_libguestfs_GuestFS.c:8090:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open':
com_redhat_et_libguestfs_GuestFS.c:8113:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open_1ro':
com_redhat_et_libguestfs_GuestFS.c:8136:5: warning: 'return' with a value, in function returning void
com_r...
2011 Jun 28
0
builder-ubuntu libguestfs FAILED tests 21c118a20e625dccd7cbd454f67a9f9c360c53f1
...ibguestfs_GuestFS__1lvm_1clear_1filter':
com_redhat_et_libguestfs_GuestFS.c:8090:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open':
com_redhat_et_libguestfs_GuestFS.c:8113:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open_1ro':
com_redhat_et_libguestfs_GuestFS.c:8136:5: warning: 'return' with a value, in function returning void
com_r...
2011 Jul 08
0
builder-ubuntu libguestfs FAILED tests ebe3d8f43a0ab7f60f3c1c612f117e793179f644
...ibguestfs_GuestFS__1lvm_1clear_1filter':
com_redhat_et_libguestfs_GuestFS.c:8090:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open':
com_redhat_et_libguestfs_GuestFS.c:8113:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open_1ro':
com_redhat_et_libguestfs_GuestFS.c:8136:5: warning: 'return' with a value, in function returning void
com_r...
2011 Jul 12
0
builder-ubuntu libguestfs FAILED tests 8c26750336f0f9cbcaa1e98278d9062af83a6b65
...ibguestfs_GuestFS__1lvm_1clear_1filter':
com_redhat_et_libguestfs_GuestFS.c:8090:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open':
com_redhat_et_libguestfs_GuestFS.c:8113:5: warning: 'return' with a value, in function returning void
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1luks_1open_1ro':
com_redhat_et_libguestfs_GuestFS.c:8136:5: warning: 'return' with a value, in function returning void
com_r...