Displaying 8 results from an estimated 8 matches for "err_cod".
Did you mean:
err_code
2011 Apr 20
8
Bug in PCI Passthrough
...llo all
I tried to enable PCI Passthrough in my Debian Squeeze installation.
Unfortunately, it didnt work. The following bug showed up (excerpt from
dmesg):
[ 10.148612] uhci_hcd 0000:00:14.2: PCI INT D -> Link[LNKD] -> GSI 11
(level, low) -> IRQ 11
[ 4.678352] Failed to setup GSI :11, err_code:-22
[ 4.678480] dmfe 0000:00:0e.0: PCI INT A -> Link[LNKB] -> GSI 11 (level,
low) -> IRQ 11
[ 6.868419] Failed to setup GSI :10, err_code:-22
Strange thing is, it worked perfectly with Debian Lenny Kernel 2.6.26 [1]
I first thought, it was a Debian bug[2], but then I tried the vanilla...
2013 Oct 25
8
[PATCH] btrfs: add framework to read fs info from btrfs-control
...st_args *fslist_arg,
+ struct btrfs_ioctl_fslist *fslist);
#endif
diff --git a/include/uapi/linux/btrfs.h b/include/uapi/linux/btrfs.h
index 45e6189..6690551 100644
--- a/include/uapi/linux/btrfs.h
+++ b/include/uapi/linux/btrfs.h
@@ -512,6 +512,23 @@ static inline char *btrfs_err_str(enum btrfs_err_code err_code)
}
}
+/* fs flags */
+#define BTRFS_FS_MOUNTED (1LLU << 0)
+
+struct btrfs_ioctl_fslist {
+ __u64 self_sz; /* in/out */
+ __u8 fsid[BTRFS_FSID_SIZE]; /* out */
+ __u64 num_devices;
+ __u64 missing_devices;
+ __u64 total_devices;
+ __u64 flags;
+};
+
+struct btrfs_ioctl_fslist...
2008 Dec 05
4
NUT 2.0.5 and 2.2.2 hacking -- there is something to improve!
Hello,
I wanted to set my own time intervals for shutdown.
{poweroff,return,paused.return}, so I had to change sources, where it has
been set in a hard way.
poweroff: Sxx\r
return: Zxx\r
paused.return: SxxRyyyy\r
Solution A: Why not adding an info about these commands in a generic way and
issuing shutdown.{poweroff.xx,return.xx,paused.return.xxyyyy}
Solution B: Why not creating a special
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...3cdc)
at exception.c:176
176 TRACE( "code=%lx flags=%lx\n", rec->ExceptionCode,
rec->ExceptionFlags );
(gdb) where
#0 EXC_RtlRaiseException (rec=0x404f3c60, context=0x404f3cdc) at
exception.c:176
#1 0x40076748 in do_segv (context=0x404f3cdc, trap_code=14,
cr2=0x45f00c, err_code=4)
at signal_i386.c:711
#2 0x40076ada in segv_handler (__signal=11, __context=
{sc_gs = 0, __gsh = 0, sc_fs = 143, __fsh = 0, sc_es = 43, __esh
= 0, sc_ds = 43, __dsh = 0, sc_edi = 4583440, sc_esi = 4583424, sc_ebp =
1078935716, sc_esp = 1078935700, sc_ebx = 1074829380, sc_edx = 458...
2013 Aug 20
7
[PATCH] btrfs-progs: use btrfs error code for kernel errors
Now with the below kernel patch, the excl operations like dev
add/replace/resize and balance returns the btrfs error
code defined in btrfs.h, this patch will help btrfs-progs
(and thus user) to know the error string on the terminal
(instead of /var/log/messages as previously kernel did).
This patch depends on the btrfs kernel patch:
btrfs: return btrfs error code for dev excl ops err
2012 Aug 13
0
Failed to setup GSI - dom0 Linux Kernel Boot Issues
...tcpio with module ''xen-blkfront'' in autoload.
When rebooting, the Xen kernel appears to load fine (though I can''t
confirm, it''s not logging anything and it flashes by in a second). It then
passes to the Linux kernel and I get:
''Failed to setup GSI :10, err_code:-22'' repeated multiple times, ''10'' can
also be ''4'' and ''11''.
Then...
Waiting 10 seconds for device /dev/sdb3...
ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
ata7.00: failed command: READ DMA
ata7.00: cmd c8/00:08:0...
2006 Sep 18
26
[Bug 512] poptop (pptpd) will not work if ip_nat_pptp loaded
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=512
------- Additional Comments From kaber@trash.net 2006-09-18 07:36 MET -------
There are still some problems with the PPtP helper, I'm currently trying to fix
these. Can you attach a tcpdump of a failed attempt please?
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are
2012 Nov 13
3
Bug#693154: xen-hypervisor-4.0-amd64: Xen "map irq failed" with Intel igb driver and 82576 quad port nic
...from dmesg
----8<----
[ 24.264857] Intel(R) Gigabit Ethernet Network Driver - version 3.2.10-k
[ 24.264929] Copyright (c) 2007-2011 Intel Corporation.
[ 24.265068] xen: registering gsi 55 triggering 0 polarity 1
[ 24.265087] xen map irq failed -22
[ 24.265158] Failed to setup GSI :55, err_code:-22
[ 24.265250] igb 0000:06:00.0: PCI INT A: failed to register GSI
[ 24.265339] igb: probe of 0000:06:00.0 failed with error -1
[ 24.265436] xen: registering gsi 49 triggering 0 polarity 1
[ 24.265466] xen: --> pirq=49 -> irq=49 (gsi=49)
[ 24.265476] igb 0000:06:00.1: PCI INT B -...