Displaying 20 results from an estimated 1010 matches for "0x7".
Did you mean:
0x
2017 Sep 12
2
how to troubleshoot ssh multiplexing hanging issues?
...;ssh:" && $5=="[mux]"
{print}'
29305 worker ssh: /var/lib/worker/.ssh/cm-boss at ui1:22 [mux]
I tried to attach strace to the ssh mux process, and this is what i see
when the problem is happening:
select(1024, [3 5 9], [], NULL, {0, 11336}) = 0 (Timeout)
clock_gettime(0x7 /* CLOCK_??? */, {17873813, 778030739}) = 0
clock_gettime(0x7 /* CLOCK_??? */, {17873813, 778085461}) = 0
clock_gettime(0x7 /* CLOCK_??? */, {17873813, 778109973}) = 0
select(1024, [3 4 5 9], [], NULL, NULL) = 1 (in [4])
clock_gettime(0x7 /* CLOCK_??? */, {17873813, 778186890}) = 0
accept(4, 0x7ffe...
2002 Jul 09
1
Samba 2.2.5-1 BDC
...10.113.160.100: code = 0x12
[2002/07/10 13:29:48, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
process_logon_packet: Logon from 10.113.160.100: code = 0x12
[2002/07/10 13:30:34, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
process_logon_packet: Logon from 10.113.160.200: code = 0x7
[2002/07/10 13:30:34, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
process_logon_packet: Logon from 10.113.160.200: code = 0x7
[2002/07/10 13:30:39, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69)
process_logon_packet: Logon from 10.113.160.200: code = 0x7
[2002/07/10 13:30:39, 1]...
2014 Oct 13
2
kernel crashes after soft lockups in xen domU
...54008.101000] [<ffffffff81006790>] ?
xen_force_evtchn_callback+0x9/0xa
[354008.101006] [<ffffffff81006d22>] ? check_events+0x12/0x20
[354008.101011] [<ffffffff81006d0f>] ?
xen_restore_fl_direct_reloc+0x4/0x4
[354008.101017] [<ffffffff81071153>] ? arch_local_irq_restore+0x7/0x8
[354008.101024] [<ffffffff8135049f>] ?
_raw_spin_unlock_irqrestore+0xe/0xf
[354008.101031] [<ffffffff810be895>] ? release_pages+0xf4/0x14d
[354008.101038] [<ffffffff810de78b>] ?
free_pages_and_swap_cache+0x48/0x60
[354008.101045] [<ffffffff810cf527>] ? tlb_flush_mm...
2014 Nov 05
0
kernel crashes after soft lockups in xen domU
...fff81006790>] ?
> xen_force_evtchn_callback+0x9/0xa
> [354008.101006] [<ffffffff81006d22>] ? check_events+0x12/0x20
> [354008.101011] [<ffffffff81006d0f>] ?
> xen_restore_fl_direct_reloc+0x4/0x4
> [354008.101017] [<ffffffff81071153>] ? arch_local_irq_restore+0x7/0x8
> [354008.101024] [<ffffffff8135049f>] ?
> _raw_spin_unlock_irqrestore+0xe/0xf
> [354008.101031] [<ffffffff810be895>] ? release_pages+0xf4/0x14d
> [354008.101038] [<ffffffff810de78b>] ?
> free_pages_and_swap_cache+0x48/0x60
> [354008.101045] [<ffffff...
2002 Mar 06
1
samba 2.2.3a on PPC
.....}) = 0
brk(0) = 0x100a5b3c
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x30015000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 7
fstat64(0x7, 0x7fffec38) = 0
mmap(NULL, 27790, PROT_READ, MAP_PRIVATE, 7, 0) = 0x30016000
close(7) = 0
open("/lib/libacl.so.1", O_RDONLY) = 7
read(7, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\25"..., 1024) = 1024
fstat64(0x7, 0x...
2012 Aug 24
2
[LLVMdev] Stop opt from producing 832 bit integer?
...ucing ridiculously sized integers, so that my code doesn't
have to deal with them.
I tried to get a small sample of code to produce this problem, so that
you'd have an example:
*
*
*void gsm_print (unsigned char *c)*
*{*
* short xmc[52];*
* xmc[19] = (*c >> 2) & 0x7;*
* xmc[22] = (*c >> 1) & 0x7;*
* xmc[24] = (*c >> 3) & 0x7;*
* xmc[28] = (*c++ & 0x1) << 2;*
* xmc[29] = (*c >> 3) & 0x7;*
* printf("%.2d %.2d %.2d\n", xmc[19], xmc[22], xmc[24]);*
*}*
I used the following c...
2006 Jan 02
1
2.6.15-rc6 OOPS
...c68
> kernel: Call Trace:
> kernel: [<c025eb29>] memcpy_toiovec+0x29/0x50
> kernel: [<c019dbda>] ext3_lookup+0x3a/0xc0
> kernel: [<c0167c8e>] real_lookup+0xae/0xd0
> kernel: [<c0167f35>] do_lookup+0x85/0x90
> kernel: [<c016872f>] __link_path_walk+0x7ef/0xdd0
> kernel: [<c0168d5e>] link_path_walk+0x4e/0xd0
> kernel: [<c016907f>] path_lookup+0x9f/0x170
> kernel: [<c01693cf>] __user_walk+0x2f/0x60
> kernel: [<c0163b5d>] vfs_stat+0x1d/0x60
> kernel: [<c01641df>] sys_stat64+0xf/0x30
> kernel: [&l...
2010 Nov 17
2
Wordq and Wine
...fb77b53} not registered
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:create_server class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject no class object {a910187f-0c7a-45ac-92cc-59edafb77b53} could be created for context 0x7
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:create_server class {a910187f-0c7a-45ac-92cc-59edafb77b53} not registered
err:ole:CoGetClassObject no class object {a9101...
2003 Feb 04
1
spurious domian login problems
...es disappear after 5 - 10 retries, but almost always after
a full restart of the win9x PC, very occasionally it takes as many
as 5 reboots before it logs in to the domina again.
All I can find in the log.nmbd file around that time is
a "code = 0x0" returned instead of the usual 0x12 or 0x7. Does
this give anybody a clue as to what is going on. Or is looking at
log.nmbd a waste of time. I simply can't find an entry that would
be relevant in the log.smbd around that time.
I am running at loglevel 3 how high should I go to get more details
to help debug this problem?
successf...
2006 May 30
2
can't run paltalk 8.3 under wine 9.14
...1713688} not
registered
err:ole:CoGetClassObject class {3124c396-fb13-4836-a6ad-1317f1713688} not
registered
err:ole:create_server class {3124c396-fb13-4836-a6ad-1317f1713688} not
registered
err:ole:CoGetClassObject no class object
{3124c396-fb13-4836-a6ad-1317f1713688} could be created for context 0x7
err:ole:CoGetClassObject class {3124c396-fb13-4836-a6ad-1317f1713688} not
registered
err:ole:CoGetClassObject class {3124c396-fb13-4836-a6ad-1317f1713688} not
registered
err:ole:create_server class {3124c396-fb13-4836-a6ad-1317f1713688} not
registered
err:ole:CoGetClassObject no class object
{3124c...
2015 Nov 30
1
Re: "Failed to start domain..."
...t's hard to find the exact point, but going function and
> checking what returns -1 should do.
Assuming by "backtrace" you mean the strace output, I went to the end of
the file, and then did a reverse search for -1; here were the first
hits, with some context:
25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938005692}) = 0
25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938038620}) = 0
25533 select(7, [3 4], [], NULL, NULL) = 1 (in [3])
25533 clock_gettime(0x7 /* CLOCK_??? */, {17970, 938107743}) = 0
25533 read(3,
"[\1\220\376xM\365a\206\350^8\236\315T\265#\353\270r\...
2007 Aug 23
3
tc filter using MASKs in mark
Hi,
I''m having a problem with filtering marked packet with tc.
I''m trying to run this:
/sbin/tc filter add dev imq0 parent 1:0 protocol ip prio 8 handle
0x7/0x000f fw classid 1:8
But the response is:
Illegal "handle"
Typing the handle without masked mark is working, but I have a
configuration were I need 2 mark types and I''m using masks:
Multiple outgoing interfaces (using 0xf000 mask to know the ip route
filter to allow speci...
2015 Nov 25
2
"Failed to start domain..."
Sadly, I'm back with another issue. I can do a "system list --all" just
fine; however, if I attempt to start the machines, I get back:
maas@Bill-MAAS-cc:~$ strace -s 1024 -f -o /tmp/asdfasdf.log virsh -c
vbox+ssh://gbadmin@10.20.0.1/system start PXE-client-07
error: Failed to start domain PXE-client-07
error: An error occurred, but the cause is unknown
Log files on both client
2019 May 06
2
RFC: On removing magic numbers assuming 8-bit bytes
...ter abstraction.
However, in the lib/CodeGen directory alone, there's some 785 uses of
the word "byte" and a significant fraction of the code that we want to
modify is using the byte terminology today. An example of unmodified
code from my showcase patch set:
assert(!(Shift & 0x7) == 0 &&
"Shifts not aligned on Bytes are not supported.");
uint64_t Offset = Shift / 8;
unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8;
assert(!(Origin->getValueSizeInBits(0) & 0x7) == 0 &&
"The size of the orig...
2004 Jul 21
3
X100P panic
...refetch+0x1a7/0x295
[<0213fc86>] rw_vm+0x3a/0x218
[<0213fc86>] rw_vm+0x3a/0x218
[<0211466a>] do_page_fault+0x26e/0x446
[<02115ebf>] __wake_up+0x11/0x1a
[<021143fc>] do_page_fault+0x0/0x446
[<0213fc86>] rw_vm+0x3a/0x218
[<0211daa3>] update_one_process+0x7/0xc0
[<0211daa3>] update_one_process+0x7/0xc0
[<02140096>] get_user_size+0x2e/0x55
[<0211daa3>] update_one_process+0x7/0xc0
[<0211430e>] __is_prefetch+0x1a7/0x295
[<02115749>] activate_task+0x51/0x5c
[<0211daa3>] update_one_process+0x7/0xc0
[<0211daa3&g...
2009 Mar 02
3
WoW runs *only* as root (openSUSE 11.1, GeForce 8800GTS)
...ect class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x7
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
err:ole:CoGetClassObject no class object {bcde0...
2009 Sep 10
0
[PATCH 01/13] nv50: extend insn src mask function
.... */
+static unsigned
+nv50_tgsi_src_mask(const struct tgsi_full_instruction *insn, int c)
+{
+ unsigned x, mask = insn->FullDstRegisters[0].DstRegister.WriteMask;
+
+ switch (insn->Instruction.Opcode) {
+ case TGSI_OPCODE_COS:
+ case TGSI_OPCODE_SIN:
+ return (mask & 0x8) | ((mask & 0x7) ? 0x1 : 0x0);
+ case TGSI_OPCODE_DP3:
+ return 0x7;
+ case TGSI_OPCODE_DP4:
+ case TGSI_OPCODE_DPH:
+ case TGSI_OPCODE_KIL: /* WriteMask ignored */
+ return 0xf;
+ case TGSI_OPCODE_DST:
+ return mask & (c ? 0xa : 0x6);
+ case TGSI_OPCODE_EX2:
+ case TGSI_OPCODE_LG2:
+ case TGSI_OPCODE_POW:...
2006 May 02
1
Samba3 PDC and W2K3 server
..."unknown switch level 0x1a", as indicated
above.
Had anybody a glance on the list of rpc commands sent by a w2k3 server when
joining a SAMBA3 domain ?
List of rpc commands from the W2K3 server :
api_rpcTNP: lsarpc op 0x2c - api_rpcTNP: rpc command: LSA_OPENPOLICY2
api_rpcTNP: lsarpc op 0x7 - api_rpcTNP: rpc command: LSA_QUERYINFOPOLICY
api_rpcTNP: winreg op 0x2 - api_rpcTNP: rpc command: REG_OPEN_HKLM
api_rpcTNP: winreg op 0x1a - api_rpcTNP: rpc command: REG_GETVERSION
api_rpcTNP: winreg op 0xf - api_rpcTNP: rpc command: REG_OPEN_ENTRY
api_rpcTNP: winreg op 0x11 - api_rpcTNP: rpc com...
2009 Sep 04
3
Wine 1.1.29: sound lost
I've updated to Wine 1.1.29 today, and I've lost sound.
Winecfg detect the normal sound output device, but when I launch WOW, don't work (no sound).
I'm using Jaunty 9.04.
With 1.1.28 all right, and without pulseaudio i don't have any audio devices from output.
I've tried, also, to select "emulation" (from Full accelleration) without solve the problem.
Where can I
2006 Jan 26
0
smbclient failure
...2452608 (0x2814d000)
issetugid() = 0 (0x0)
open("/etc/libmap.conf",0x0,0666) ERR#2 'No such file or directory'
open("/var/run/ld-elf.so.hints",0x0,00) = 4 (0x4)
read(0x4,0xbfbfeb20,0x80) = 128 (0x80)
lseek(4,0x80,SEEK_SET) = 128 (0x80)
read(0x4,0x28151000,0x7a) = 122 (0x7a)
close(4) = 0 (0x0)
access("/lib/libreadline.so.5",0) = 0 (0x0)
open("/lib/libreadline.so.5",0x0,00) = 4 (0x4)
fstat(4,0xbfbfeb70) = 0 (0x0)
read(0x4,0x281489a0,0x1000) = 4096 (0x1000)
mmap(0x0,192512,(0x5)PROT_READ|PROT_EXEC,(0x20002)MAP_NOCORE|...