search for: byte

Displaying 20 results from an estimated 76075 matches for "byte".

2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...x movl 8(%ebp), %ecx leal .L.str at GOTOFF(%eax), %edx movl %ecx, -8(%ebp) .loc 1 13 2 prologue_end # a.c:13:2 .Ltmp9: movl -8(%ebp), %ecx movl %edx, (%esp) movl %ecx, 4(%esp) movl %eax, %ebx calll printf at PLT .loc 1 14 1 # a.c:14:1 movl %eax, -12(%ebp) # 4-byte Spill addl $20, %esp popl %ebx popl %ebp ret .Ltmp10: .Ltmp11: .size moo, .Ltmp11-moo .Lfunc_end0: .Ltmp12: .cfi_endproc .Leh_func_end0: .globl meh .align 16, 0x90 .type meh, at function meh: # @meh .Ltmp16: .cfi_startproc .Lfunc_begin1: .loc 1 18 0...
2014 Feb 19
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...ext > Lsection_end1: > .section .debug_info,"", at progbits > L.debug_info_begin0: > .int 148 # Length of Compilation Unit Info > .short 2 # DWARF version number > .int L.debug_abbrev_begin # Offset Into Abbrev. Section > .byte 4 # Address Size (in bytes) > .byte 1 # Abbrev [1] 0xb:0x8d DW_TAG_compile_unit > .int Linfo_string0 # DW_AT_producer > .short 12 # DW_AT_language > .int Linfo_string1 # DW_AT_name > .int 0...
2003 Dec 02
2
IPv4-only networks via IPv6-only network
Hello all, I would like to connect two IPv4-only networks through global IPv6-only network with tinc. Could anyone tell me how to configure tinc.conf and the other config files? Thanks in advance, Ichiro Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://tinc.nl.linux.org/
2006 Jan 09
15
MTU and Voice Delay (latency??)
Our users are experiencing some unacceptable delay when trying to have a conversation. The delay is so noticeable that they keep stepping on each others words and resort to calling the customers via cell phone. Here is the setup SDSL Connection (PPPoA) Speedtouch 610 SDSL Modem 3Com 2224PWR Plus Switch (phones on separate VLAN) 8 Cisco 796 Phones All connecting to a remote Asterisk Server. We
2010 Jun 23
2
"Hidden" memory leak
...2 S 0.0 0.3 0:00.06 bash 11316 root 15 0 3332 1112 572 S 0.0 0.2 0:01.14 crond 16282 root 25 0 4756 1008 820 S 0.0 0.2 0:00.00 safe_asterisk 22514 root 25 0 494m *445m* 6612 S 0.0 *87.0* 663:08.66 asterisk virtual1_ast1*CLI> memory show summary 4644 bytes in 2 allocations in file 'res_timing_pthread.c' 4096 bytes in 1 allocations in file 'chan_unistim.c' 484 bytes in 1 allocations in file 'res_clialiases.c' 96 bytes in 2 allocations in file 'devicestate.c' 244 bytes in 1 allocations in...
2007 Apr 14
2
Samba -> WinXP: slow transfers, partial solution
...lp on their own. But combining them with the change of SO_SNDBUF to 1500 suddenly improved the speeds up to about 6 Mb/s! It appeared that with these registry changes, setting SO_SNDBUF to any value in the range 1404 - 1872 gives the same speed of 6.0 - 6.4 Mb/s, while changing it even one byte lower / higher immmediately drops the speed to less than 1Mb/s. However, while this is partial solution I could live with, this is still not the normal speed, so I still would like to find the way to bring it to normal values. It seems that I'm not the only one who have similar problems...
2014 Feb 18
1
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
All of this information is contained in the DWARF debug info that you must generate. Are you generating DWARF? If not, you will need to. If so, please attach an example program that contains DWARF and specify which function you are having trouble getting variable information for. Greg Clayton On Feb 18, 2014, at 12:44 AM, 杨勇勇 <triple.yang at gmail.com> wrote: > Hi, all > > I
2007 Apr 30
1
Windows to Linux - ping-bug?
...p reader running {091E295E-E35A-4C52-A9D1-1CCD3C7176DE} (office) is a Windows tap device Listening on 0.0.0.0 port 655 Ready Trying to connect to office (111.111.111.111 port 655) Connected to office (111.111.111.111 port 655) Sending ID to office (111.111.111.111 port 655): 0 support 17 Sending 12 bytes of metadata to office (111.111.111.111 port 655) Flushing 12 bytes to office (111.111.111.111 port 655) Got ID from office (111.111.111.111 port 655): 0 office 17 Sending METAKEY to office (111.111.111.111 port 655): 1 94 64 0 0 BBB2E88F0815689A58FC 52D39151C0F009D8FD6108665084A3EEBCC1E91D76564E69...
2010 Jun 21
0
Steam in Wine
...hw:2,0 fixme:mixer:ALSA_MixerInit No master control found on CA0106, disabling mixer CellID: CSDS returned 169 servers. CellID: Connecting to 118.107.172.46:27031. . . CellID: Connect to 118.107.172.46:27031 took 167 MS CellID: Nothing beat our old best time of 9 MS Corrupt JPEG data: 57 extraneous bytes before marker 0xdb Corrupt JPEG data: 57 extraneous bytes before marker 0xdb err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not registered err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6} could be created for context 0x1 fixme:wbemprox:wbem_loc...
2014 Feb 18
4
[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?
Hi, all I ported llvm backend and lldb recently. Both tools can basically work. lldb is able to debug programs in asm style and frame unwinding is OK. But "frame variable XX" does not work because lldb is not able to determine the address of XX from debug info. Can someone give any clue? Thanks in advance. -- 杨勇勇 (Yang Yong-Yong) -------------- next part -------------- An HTML
2003 Jul 24
1
bug report: different files are not rsynced, identical files rsynced
...RSYNC="--archive --verbose --stats --recursive --times --perms --owner --group --links --rsync-path=/usr/local/bin/rsync" rsync $RSYNC --dry-run /path/030722.mj host2:/path/030722.mj building file list ... done Number of files: 1 Number of files transferred: 0 Total file size: 9416161 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 55 Total bytes written: 67 Total bytes read: 20 wrote 67 bytes read 20 bytes 58.00 bytes/sec total size is 9416161 speedup is 108231.74 The file is not listed. There are other files in that path...
2008 Aug 06
0
Old Macromedia app shows black regions of anim
...me:mciavi:MCIAVI_mciSetAudio (0001, 00004022, 0x33f9fc) : stub fixme:mciavi:MCIAVI_mciSetAudio (0001, 00004002, 0x33f9fc) : stub fixme:mciavi:MCIAVI_mciSetVideo (0001, 00004022, 0x33fa14) : stub fixme:mciavi:MCIAVI_mciSetVideo (0001, 00004002, 0x33fa14) : stub err:alsa:ALSA_copyFormat calculated 50 bytes, capping to 40 bytes fixme:wave:wodOpen unimplemented format: WAVE_FORMAT_ADPCM err:alsa:ALSA_copyFormat calculated 50 bytes, capping to 40 bytes fixme:wave:wodOpen unimplemented format: WAVE_FORMAT_ADPCM err:alsa:ALSA_copyFormat calculated 50 bytes, capping to 40 bytes fixme:wave:wodOpen unimplem...
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
...n the next rsync call in the cycle. *<snippet of rsync logs when the issue is seen>* 0000000328.txt * <<<<< corresponding to the rsync call in the while loop the command file is pulled* Number of files: 1 Number of files transferred: 1 Total file size: 108 bytes Total transferred file size: 108 bytes Literal data: 108 bytes Matched data: 0 bytes File list size: 28 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 53 Total bytes received: 213 sent 53 bytes received 213 bytes 76.00 bytes/sec total size is 1...
2000 Aug 31
1
slightly overzealous RNG seeding?
...ion OpenSSH_2.1.1p5, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to qabigip1 [10.23.1.2] port 22. debug: Command 'ipcs -a' timed out debug: Seeded RNG with 35 bytes from programs debug: Seeded RNG with 3 bytes from system calls debug: Allocated local port 1021. debug: Connection established. debug: Remote protocol version 1.99, remote software version 2.0.12 F-SECURE SSH datafellows: 2.0.12 F-SECURE SSH Enabling compatibility mode for protocol 2.0 debug: Loca...
2015 Sep 09
3
APC BACK UPS 2200 model BZ2200BI-BR (New output
...ols/nut/commit/debc8e0280ea4de9a0db5ca34aa66705b285f61f > > It's the solis_debug branch on Github. > > Does that help? I'm concerned that it might get out of sync later, > but I don't want to change too much at once. Hi Charles ! By the constance of header and footer bytes, I think something different is going on now. It still identifying as a Solis 1.0 (which is not) but at least it is doing it on its own, without gdb. Here is the output: /usr/local/libexec/nut/solis -a lobos -u root -D -D -D Network UPS Tools - APC/Microsol Solis UPS driver 0.64 (2.7.3...
2012 Feb 28
9
[LLVMdev] Proposed implementation of N3333 hashing interfaces for LLVM (and possible libc++)
...ens to be still faster for large keys and no slower for small keys. SpookyHash is still faster for large keys, but is slower for small keys, and those dominate LLVM's (and typical application's) hash tables. In particular the implementation I propose *scales* very well through the small (8-byte) to medium (64- to 128-byte) key space that seems not unheard of for folding sets and other LLVM data structures. For example, it should be faster than FoldingSet's current solution for 2-pointers worth of key by just a bit, but by the time there are 8-pointers worth of key, it is over 2x faste...
2015 Mar 06
0
nutdrv_atcl_usb
...0.398585 detached kernel driver from USB device... 0.398627 nut_usb_set_altinterface: skipped usb_set_altinterface(udev, 0) 0.398652 send_to_all: SETINFO ups.vendorid "0001" 0.398667 send_to_all: SETINFO ups.productid "0000" 0.398711 command: (8 bytes) => 80 06 04 03 51 47 53 00 0.403387 send: QGS 1.406382 read: could not claim interface 0: Device or resource busy (-110) 1.406443 qx_process_answer: short reply (input.voltage) 1.406477 command: (8 bytes) => 80 06 04 03 51 47 53 00 1.411388 send: QGS 2....
2010 Sep 05
2
Windows 7 64-bit clients with high latency
Hi, Windows 7 64-bit clients have a very high latency (constantly rising) using of tinc. 32-bit clients are working with normal speed. Does anyone have a solution for this problem? Viele Gr??e Dirk Krause
2014 Nov 24
1
rsync not transferring files
...really want to thank you for taking time to help me with this. I have changed the rsyncd.conf as per you suggestion below. I have several different systems that sync to the server and today they were showing this Number of files: 25832 Number of files transferred: 78 Total file size: 49441191919 bytes Total transferred file size: 37421120 bytes Literal data: 36955331 bytes Matched data: 465789 bytes File list size: 1305253 File list generation time: 0.001 seconds File list transfer time: 0.000 seconds Total bytes sent: 19832 Total bytes received: 38276589 sent 19832 bytes received 38276589 by...
2015 Aug 26
5
APC BACK UPS 2200 model BZ2200BI-BR (update)
Turns out another user reported the same issue with a slightly different model: https://github.com/networkupstools/nut/issues/231 <https://github.com/networkupstools/nut/issues/231> The "stty -f /dev/cuaU0 raw" trick should help, but I am confused as to why FreeBSD has different "raw" settings than what is set up at the same time as the baud rate: