search for: 0x3

Displaying 20 results from an estimated 1362 matches for "0x3".

Did you mean: 0x
2019 Jan 07
2
Re: virsh on mac os X
...csrutil enable --without dtrace (ignoring warnings about how horribly unsupported this is). This eliminates the dtrace errors, but virsh remains ill. Clue bats appreciated! Last login: Mon Jan 7 12:31:39 on console /Users/AB84394>sudo dtruss -fn virsh PID/THRD SYSCALL(args) = return 918/0x3b12: thread_selfid(0x0, 0x0, 0x0) = 15122 0 918/0x3b12: __mac_syscall(0x112B02C89, 0x5A, 0x7FFEE285EF00) = 0 0 918/0x3b12: shared_region_check_np(0x7FFEE285ED68, 0x0, 0x0) = 0 0 918/0x3b12: stat64("/private/var/db/dyld/dyld_shared_cache_x86_64h\0", 0x7FFEE285ECB0, 0x0) = 0 0...
2019 Jan 04
2
virsh on mac os X
Mac OS X 10.14.2 VirtualBox 5.2.22 and 6.0.0 libvirt installed via homebrew virsh -V Virsh command line tool of libvirt 4.10.0 See web site at https://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM VMware VirtualBox ESX Test Networking: Remote Bridging Storage: Dir Miscellaneous: Daemon Secrets Debug brew services start libvirt virsh -c vbox:///session list error:
2019 Jan 07
0
Re: virsh on mac os X
...dylib\0", 0x7FFEEA718040, 0x0) = 0 0 98962/0x5a031: open("/usr/local/Cellar/libvirt/4.10.0/lib/libvirt-lxc.0.dylib\0", 0x0, 0x0) = 3 0 dtrace: error on enabled probe ID 2189 (ID 468: syscall::pread:return): invalid kernel access in action #13 at DIF offset 20 98962/0x5a031: fcntl(0x3, 0x62, 0x7FFEEA70F7D0) = 0 0 98962/0x5a031: mmap(0x10556D000, 0x4000, 0x5, 0x12, 0x3, 0x0) = 0x10556D000 0 98962/0x5a031: mmap(0x105571000, 0x1000, 0x3, 0x12, 0x3, 0x4000) = 0x105571000 0 98962/0x5a031: mmap(0x105572000, 0x6CC, 0x1, 0x12, 0x3, 0x5000) = 0x105572000 0 98962/0x5a031: fcntl(0x...
2002 Aug 05
1
locking db corruption with 2.2.5?
Hi, We are running Samba 2.2.5 on RedHat 7.3 rebuild with ldap support. We run Win2k Terminal Server, which provides most of the clients for the samba server. After a fairly long samba server up time (usually a couple of days, but this happened overnight), we end up with some odd entries in the smbstatus output in the "Locked files:" area.... Here is one line of the type I mean:
2011 Jul 07
6
Xen unstable on NetBSD
Hello, I''m trying to compile Xen unstable on NetBSD, I''ve aplied the patches from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/xentools41/patches/?only_with_tag=MAIN and copied the blk files from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/xentools41/files/?only_with_tag=MAIN (I don''t know which of these patches have been applied to xen unstable, so
2004 Aug 26
1
No signal from ISDN-phone connected to hfc card in NT-mode
Hi! I'm struggeling had to get a hfc pci card working in NT-Mode. I've installed a very basic test system with just one hfc pci card connected to an ISDN-phone over a modified NTBA as described on jollies homepage. I commpiled asterisk as descibed in kape's INSTALL file that comes with 'bri_stuff'. I have not modified the config fieles yet. After connecting to asterisk by
2006 Jan 26
0
smbclient failure
...anager] Sharename Type Comment --------- ---- ------- Error returning browse list: NT_STATUS_OK Server Comment --------- ------- Workgroup Master --------- ------- This is the output from 'truss' mmap(0x0,3920,(0x3)PROT_READ|PROT_WRITE,(0x1000)MAP_ANON,-1,0x0) = 672452608 (0x2814d000) munmap(0x2814d000,0xf50) = 0 (0x0) __sysctl(0xbfbfea78,0x2,0x28149a58,0xbfbfea74,0x0,0x0) = 0 (0x0) mmap(0x0,32768,(0x3)PROT_READ|PROT_WRITE,(0x1002)MAP_ANON|MAP_PRIVATE,-1,0x0) = 672452608 (0x2814d000) issetugid() = 0 (...
2015 Jan 04
0
[PATCH] nv50/ir: Add sat modifier for mul
...ndex 3694209..c13c565 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp @@ -84,7 +84,7 @@ static const struct opProperties _initProps[] = // neg abs not sat c[] s[], a[], imm { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 }, { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, - { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, + { OP_MUL, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 }, { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 }, { OP_MIN, 0x3, 0x3...
2014 Nov 23
3
[Bug 86618] New: [NV96] neg modifiers not working in MIN and MAX operations
...rence is lack of neg modifier. After disabling modifiers shader works as expected: --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_target_nv50.cpp @@ -85,8 +85,8 @@ static const struct opProperties _initProps[] = { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 }, { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, - { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 }, - { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 }, + { OP_MAX, 0x0, 0x3...
2009 Mar 13
0
[LLVMdev] how to reslove gcc_except_table?
...not be here! does this have anything to do with LLVM? > int main() > { > try { > throw 34; > } > catch (int) { > } > catch (char) { > } > catch (bool) { > } > } The action is 0x5, this refers to 123 .byte 0x3 124 .byte 0x7d where 0x3 means that the typeinfo is _ZTIi (int). The 0x7d says that if the typeinfo doesn't match, then the next action to consider is at offset -3 from here. In other words, it will continue with 121 .byte 0x2 122 .byte 0x7d i.e....
2009 Mar 13
2
[LLVMdev] how to reslove gcc_except_table?
...115 .LLSDACSB2: 116 .uleb128 0x0 # region 0 landing pad 117 .uleb128 0x5 # action 118 .LLSDACSE2: 119 .byte 0x1 # Action record table 120 .byte 0x0 121 .byte 0x2 122 .byte 0x7d 123 .byte 0x3 124 .byte 0x7d 125 .align 4 126 .long _ZTIi 127 .long _ZTIc 128 .long _ZTIb 129 .LLSDATT2: ok: my problem is the action(line 117) how to index to the action record table? in Action record table , why there are the magic...
2006 Nov 07
4
Problems with LTO-3 and U320 on Centos 4.4
...t;<<< Oct 30 22:02:13 gannet kernel: scsi0: Dumping Card State at program address 0x21a Mode 0x0 Oct 30 22:02:13 gannet kernel: Card was paused Oct 30 22:02:13 gannet kernel: HS_MAILBOX[0x0] INTCTL[0x80] SEQINTSTAT[0x0] SAVED_MODE[0x11] Oct 30 22:02:13 gannet kernel: DFFSTAT[0x24] SCSISIGI[0x35] SCSIPHASE[0x1] SCSIBUS[0x0] Oct 30 22:02:13 gannet kernel: LASTPHASE[0x1] SCSISEQ0[0x0] SCSISEQ1[0x12] SEQCTL0[0x0] Oct 30 22:02:13 gannet kernel: SEQINTCTL[0xe] SEQ_FLAGS[0x0] SEQ_FLAGS2[0x4] SSTAT0[0x0] Oct 30 22:02:13 gannet kernel: SSTAT1[0x19] SSTAT2[0x0] SSTAT3[0x80] PERRDIAG[0x0] Oct 30 22...
2004 Jan 30
0
Cannot resolve name <name>#0x3
I have just posted this message, forgetting to add the subject....: Bonjour, I have recently somme difficulties to use samba -M, the answer is: Cannot resolve name <name>#0x3. Here is an exemple: $ smbclient -M falstaff added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 Cannot resolve name falstaff#0x3 But if I use -L, the name is resolved: $ smbclient -L falstaff added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 error connec...
2001 Jan 25
3
Samba quota 'feature' fix?
Hey Guys and Gals, I'm wondering if the quotas.c file is supposed to fix the problem where a Linux x86 system running with the quota software causes corrupt files to be written by Windows clients. I compiled it in and it didn't seem to make a difference for the following problem. In other words, if I enable quotas on my RH6.2 / 2.2.16-22 kernel box and then write a file via Samba/Windows
2017 Jun 27
4
[PATCH v4] nv110/exa: update sched codes
...P_Composite_A8[] = { }; #else -sched (st 0x0) (st 0x0) (st 0x0) +sched (st 0xf wr 0x0) (st 0xd wr 0x0 wt 0x1) (st 0xf wr 0x0 wt 0x1) ipa pass $r0 a[0x7c] 0x0 0x0 0x1 mufu rcp $r0 $r0 ipa $r3 a[0x94] $r0 0x0 0x1 -sched (st 0x0) (st 0x0) (st 0x0) +sched (st 0xf wr 0x1) (st 0xf wr 0x0 rd 0x1 wt 0x3) (st 0xf wr 0x1 wt 0x2) ipa $r2 a[0x90] $r0 0x0 0x1 tex nodep $r1 $r2 0x0 0x1 t2d 0x8 ipa $r3 a[0x84] $r0 0x0 0x1 -sched (st 0x0) (st 0x0) (st 0x0) +sched (st 0xf wr 0x2) (st 0xf wr 0x1 wt 0x6) (st 0xf) ipa $r2 a[0x80] $r0 0x0 0x1 tex nodep $r0 $r2 0x0 0x0 t2d 0x8 depbar le 0x5 0x0 0x0 -sched...
2013 Nov 29
2
nsd 4.0 EAGAIN loop in sendmmsg(2)
On NetBSD 6.99.28-CURRENT, nsd 3.2.16 works fine, however nsd 4.0.0 is spinning chewing CPU. The logs show: Nov 28 23:07:00 xxx nsd[466]: sendmmsg failed: Resource temporarily unavailable ktruss shows it getting EAGAIN from sendmmsg(2) over and over again. According to the man page: [EAGAIN|EWOULDBLOCK] The socket is marked non-blocking and the requested
2004 Nov 15
5
Packet loss with htb+sfq+l7filter
...ssid 1:40 NF="/usr/local/sbin/iptables -t mangle -A PREROUTING " NFl7="/usr/local/sbin/iptables -t mangle -A POSTROUTING -m layer7 " /usr/local/sbin/iptables -F -t mangle # by tos $NF -p icmp -j MARK --set-mark 0x1 $NF -p icmp -j RETURN $NF -m tos --tos 0x8 -j MARK --set-mark 0x3 #scp $NF -m tos --tos 0x8 -j RETURN $NF -m tos --tos Minimize-Cost -j MARK --set-mark 0x1 $NF -m tos --tos Minimize-Cost -j RETURN $NF -m tos --tos Maximize-Throughput -j MARK --set-mark 0x4 $NF -m tos --tos Maximize-Throughput -j RETURN $NF -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j MARK --set-m...
2013 Sep 13
3
[LLVMdev] LLVM disassembler bugs
...o the callback with: Offset = 0x4, Size = 0x4 <- Octets: 16 04 00 00 Offset = 0x8, Size = 0x1 <- Octets: 0c That was correct. Example 2 BAD: c7 45 98 a1 ff ff ff : movl $4294967201, -104(%rbp) Makes calls to the callback with: Offset = 0x2, Size = 0x4 <- Octets: 98 a1 ff ff Offset = 0x3, Size = 0x4 <- Octets: a1 ff ff ff That is wrong. The callbacks should be: Offset = 0x2, Size = 0x1 <- Octets: 98 Offset = 0x3, Size = 0x4 <- Octets: a1 ff ff ff Is this a know bug? Kind Regards James -------------- next part -------------- An HTML attachment was scrubbed... URL: &l...
2013 Sep 10
3
[Bug 69155] New: codegen/nv50_ir_emit_nv50.cpp:169:srcAddr8: Assertion `(offset <= 0x1fc || offset == 0x3fc) && !(offset & 0x3)' failed.
https://bugs.freedesktop.org/show_bug.cgi?id=69155 Priority: medium Bug ID: 69155 Assignee: nouveau at lists.freedesktop.org Summary: codegen/nv50_ir_emit_nv50.cpp:169:srcAddr8: Assertion `(offset <= 0x1fc || offset == 0x3fc) && !(offset & 0x3)' failed. Severity: critical Classification: Unclassified OS: Linux (All) Reporter: vlee at freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Co...
2012 Nov 15
1
[LLVMdev] potential mach_override/mach_override.c fix
...mach_override.c =================================================================== --- mach_override.c (revision 167724) +++ mach_override.c (working copy) @@ -725,6 +725,8 @@ { 0x2, {0xFF, 0x00}, {0x89, 0x00} }, // mov r/m32,r32 or r/m16,r16 { 0x3, {0xFF, 0xFF, 0xFF}, {0x49, 0x89, 0xF8} }, // mov %rdi,%r8 { 0x4, {0xFF, 0xFF, 0xFF, 0xFF}, {0x40, 0x0F, 0xBE, 0xCE} }, // movsbl %sil,%ecx + { 0x7, {0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00}, + {0x48, 0x8D, 0x05, 0x00, 0x00, 0x00, 0x00} }, //...