search for: 14128

Displaying 16 results from an estimated 16 matches for "14128".

Did you mean: 1128
2009 Dec 11
2
incorrect linetype with pdf device (PR#14128)
Full_Name: baptiste augui? Version: 2.10.1 RC (2009-12-06 r50690) OS: Mac OSX 10.5 Submission from: (NULL) (90.25.215.172) The following code, run with a vanilla R session, produces different visual output for the two devices, library(grid) pdf("test-pdf.pdf") grid.newpage() grid.lines(gp=gpar(lty="13", lineend = "butt")) dev.off() png("test-png.png")
2004 Jan 21
0
Samba ver 2.2.2 - socket read - WinXP
...I get syslog errors which look like: kforce-adm-# tail syslog Jan 7 16:29:09 hforce smbd[29915]: [2004/01/07 16:29:09, 0] lib/util_sock.c:read_socket_data(478) Jan 7 16:29:09 hforce smbd[29915]: read_socket_data: recv failure for 4. Error = Connection reset by peer Jan 7 16:29:50 hforce smbd[14128]: [2004/01/07 16:29:50, 0] lib/util_sock.c:read_socket_data(478) Jan 7 16:29:50 hforce smbd[14128]: read_socket_data: recv failure for 4. Error = Connection reset by peer Jan 7 16:30:44 hforce smbd[3310]: [2004/01/07 16:30:44, 0] lib/util_sock.c:read_socket_data(478) Jan 7 16:30:44 hforce smbd...
2009 Nov 16
1
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
...ring > the instruction cache call in lib/System/Memory.cpp? You have to implement it using inline assembler for GCC 4.2.1 and below to work. You can check the gcc sources to see how __clear_cache got implemeted in gcc 4.3.3 or check the arm reference manual (ARM ARM): http://www.arm.com/miscPDFs/14128.pdf Cheers Xerxes
2008 Aug 05
3
HVM iSCSI Boot ROM
Microsoft has their "boot" version of their iSCSI software initiator. Apparently this still requires that the network card be iSCSI Boot "enabled." Intel seems to be the only obvious company out there supporting it on their Server adapters - I was wondering if there are any thoughts/plans on implementing iSCSI Boot functionality in the HVM Boot ROM? Or maybe there''s
2006 Jun 11
2
HABTM Duplicates?
Hello all, I''m working on a small Rails site for a game I play that will be used to add new characters. Part of this addition process is choosing what skills the character will have. For this, in MySQL, I have a characters table and a skills table, as well as a characters_skills table that is used as the join table in the habtm relationship between the two. I am presenting the skills in
2019 Oct 18
0
[Announce] Samba 4.11.1 Available for Download
...* BUG 14147: Deleted records can be resurrected during recovery. o Bj?rn Jacke <bj at sernet.de> * BUG 14136: Fix uncaught exception in classicupgrade. * BUG 14139: fault.c: Improve fault_report message text pointing to our wiki. o Bryan Mason <bmason at redhat.com> * BUG 14128: s3:client: Use DEVICE_URI, instead of argv[0], for Device URI. o Stefan Metzmacher <metze at samba.org> * BUG 14124: pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests. o Mathieu Parent <math.parent at gmail.com> * BUG 14131: Re...
2019 Oct 18
0
[Announce] Samba 4.11.1 Available for Download
...* BUG 14147: Deleted records can be resurrected during recovery. o Bj?rn Jacke <bj at sernet.de> * BUG 14136: Fix uncaught exception in classicupgrade. * BUG 14139: fault.c: Improve fault_report message text pointing to our wiki. o Bryan Mason <bmason at redhat.com> * BUG 14128: s3:client: Use DEVICE_URI, instead of argv[0], for Device URI. o Stefan Metzmacher <metze at samba.org> * BUG 14124: pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests. o Mathieu Parent <math.parent at gmail.com> * BUG 14131: Re...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...4147: ctdb-vacuum: Process all records not deleted on a remote node. o Bj?rn Jacke <bj at sernet.de> * BUG 14136: classicupgrade: Fix uncaught exception. * BUG 14139: fault.c: Improve fault_report message text pointing to our wiki. o Bryan Mason <bmason at redhat.com> * BUG 14128: s3:client:Use DEVICE_URI, instead of argv[0],for Device URI. o Stefan Metzmacher <metze at samba.org> * BUG 14055: We should send SMB2_NETNAME_NEGOTIATE_CONTEXT_ID negotiation context. * BUG 14124: 'pam_winbind' with 'krb5_auth' or 'wbinfo -K' doesn't...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...4147: ctdb-vacuum: Process all records not deleted on a remote node. o Bj?rn Jacke <bj at sernet.de> * BUG 14136: classicupgrade: Fix uncaught exception. * BUG 14139: fault.c: Improve fault_report message text pointing to our wiki. o Bryan Mason <bmason at redhat.com> * BUG 14128: s3:client:Use DEVICE_URI, instead of argv[0],for Device URI. o Stefan Metzmacher <metze at samba.org> * BUG 14055: We should send SMB2_NETNAME_NEGOTIATE_CONTEXT_ID negotiation context. * BUG 14124: 'pam_winbind' with 'krb5_auth' or 'wbinfo -K' doesn't...
2009 Nov 16
0
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
Hi, I can able to compile LLVM using armgcc_4.3.3 (codesourcery2009q1..).. but when i tried to run it on target it shows GCC 4.3.0 version not found. So i copied the runtime libraries (libc.so and libgcc_s.so) from the toolchain to the target and exported its path in LD_LIBRARY_PATH. But when i tried to run any llvm tools on target its crashing with Segmentation fault. What could be the problem
2004 Sep 30
7
tc monitoring
I have managed to dynamically parse the output of commands: tc qdisc ls dev eth0 and tc -s class show dev eth0 Save statistics in an rrd database and display it via a php script. see http://143.233.4.215/graph.php and dload scripts from http://143.233.4.210/qos/ My next step in developing this monitoring software is to somehow manage to create a tree out of tc and then use it to greatly
2005 Mar 15
1
Drac and Dovecot, almost there ...
...3, "STRUCTURE\n# gen"..., 1981, 8087) = 1981 pread(3, "is setting specifies the minimum"..., 2034, 10068) = 2034 pread(3, "dlinks = no\n\n# Check if mails\' c"..., 2026, 12102) = 2026 pread(3, "processes then.\n#mail_drop_priv_"..., 1986, 14128) = 1986 pread(3, " client authenticates in the IMA"..., 2029, 16114) = 2029 pread(3, "ice> | *]: PAM authentication\n# "..., 2034, 18143) = 2034 pread(3, "s, so it may be 0600-root owned "..., 356, 20177) = 356 close(3) = 0 socket(PF_F...
2009 Nov 16
3
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
Prasanth J wrote: > Hi, > > As you said i downloaded arm toolchain from codesourcery(2009q3 with > gcc 4.4.1 version).. if i use this toolchain i am getting the > following error.. > > make[2]: Entering directory > `/home/prasanth/LLVM_ARM/llvm-with-armgcc441/llvm-obj/lib/Analysis' > llvm[2]: Compiling LoopPass.cpp for Release build > if arm-none-linux-gnueabi-g++
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...14032 => Hello World +14040 => Hello World +14048 => Hello World +14056 => Hello World +14064 => Hello World +14072 => Hello World +14080 => Hello World +14088 => Hello World +14096 => Hello World +14104 => Hello World +14112 => Hello World +14120 => Hello World +14128 => Hello World +14136 => Hello World +14144 => Hello World +14152 => Hello World +14160 => Hello World +14168 => Hello World +14176 => Hello World +14184 => Hello World +14192 => Hello World +14200 => Hello World +14208 => Hello World +14216 => Hello World +14224...
2008 Jan 01
0
4 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_sprite_movie_as.c test/trace
...4024: 0, 0 +14032: , +14032: 0, 0 +14040: , +14040: 0, 0 +14048: , +14048: 0, 0 +14056: , +14056: 0, 0 +14064: , +14064: 0, 0 +14072: , +14072: 0, 0 +14080: , +14080: 0, 0 +14088: , +14088: 0, 0 +14096: , +14096: 0, 0 +14104: , +14104: 0, 0 +14112: , +14112: 0, 0 +14120: , +14120: 0, 0 +14128: , +14128: 0, 0 +14136: , +14136: 0, 0 +14144: , +14144: 0, 0 +14152: , +14152: 0, 0 +14160: , +14160: 0, 0 +14168: , +14168: 0, 0 +14176: , +14176: 0, 0 +14184: , +14184: 0, 0 +14192: , +14192: 0, 0 +14200: , +14200: 0, 0 +14208: , +14208: 0, 0 +14216: , +14216: 0, 0 +14224: , +14224:...
2010 Feb 19
0
Wine release 1.1.39
...many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.1.39: 10329 Sonic & Knuckles Collection freezes when starting a game 13394 gtk-dev-2.12.9-win32-2.exe crashes on installation 14128 Oblivion crashes during certain quests when entering certain doors or jumping into water 14178 Can't paste large amounts of text into an application via the clipboard 16566 dooble browser's new tab button makes the browser window close 16675 Europa Universalis 2: crashes after a f...