search for: 0x20a

Displaying 20 results from an estimated 33 matches for "0x20a".

Did you mean: 0x20
2012 Dec 09
3
Unable to boot Linux kernel in from Syslinux 6.00-pre efi64
Hi, Line 762 of efi/main.c (git firmware branch) should be changed to if (hdr->version < 0x20b) { Without this change syslinux efi64 gives out "handover protocol unimplemented error" and fails to boot. With this change syslinux boots the kernels fine (tested with 3.6.9 and 3.7rc6 kernels). Please fix this. Thanks in advance. Regards. Keshav
2016 Dec 06
1
Kernel panic after kernel update
...t;] dump_stack+0x5c/0x7a [ 0.680369] [<ffffffff8118e3fa>] panic+0xd5/0x217 [ 0.682169] [<ffffffff81f56419>] mount_block_root+0x1fe/0x2c0 [ 0.684285] [<ffffffff81f56668>] prepare_namespace+0x12b/0x161 [ 0.686439] [<ffffffff81f56103>] kernel_init_freeable+0x1f6/0x20a [ 0.688675] [<ffffffff816c727a>] kernel_init+0xa/0x100 [ 0.690623] [<ffffffff816d485f>] ret_from_fork+0x1f/0x40 [ 0.696659] DWARF2 unwinder stuck at ret_from_fork+0x1f/0x40 [ 0.698858] [ 0.699533] Leftover inexact backtrace: [ 0.699533] [ 0.701580] [<ffffffff8...
2010 Apr 22
1
Transport endpoint not connected
.../usr/local/lib/glusterfs/3.0.4/xlator/performance/write-behind.so(wb_res ume_o ther_requests+0x58)[0x7f2ec8eda938] /usr/local/lib/glusterfs/3.0.4/xlator/performance/write-behind.so(wb_pro cess_queue+0xe1)[0x7f2ec8ed9251] /usr/local/lib/glusterfs/3.0.4/xlator/performance/write-behind.so(wb_fst at+0x20a)[0x7f2ec8edb87a] /usr/local/lib/libglusterfs.so.0(default_fstat+0xcb)[0x7f2ecab0511b] /usr/local/lib/glusterfs/3.0.4/xlator/mount/fuse.so[0x7f2ec8ab4a36] /usr/local/lib/glusterfs/3.0.4/xlator/mount/fuse.so[0x7f2ec8ab56b6] /lib/libpthread.so.0[0x7f2eca6d03f7] /lib/libc.so.6(clone+0x6d)[0x7f2eca...
2014 May 06
0
poor write performance or locking issues with ocfs2
...f8100d02f>] load_TLS+0x7/0xa [<ffffffff8100d69e>] __switch_to+0x133/0x258 [<ffffffff81039ac2>] finish_task_switch+0x88/0xb9 [<ffffffff81071011>] arch_local_irq_save+0x11/0x17 [<ffffffff8105fcd3>] autoremove_wake_function+0x0/0x2a [<ffffffffa0163156>] kjournald2+0xc0/0x20a [jbd2] [<ffffffff8105fcd3>] autoremove_wake_function+0x0/0x2a [<ffffffffa0163096>] kjournald2+0x0/0x20a [jbd2] [<ffffffff8105f681>] kthread+0x76/0x7e [<ffffffff81356ef4>] kernel_thread_helper+0x4/0x10 [<ffffffff8105f60b>] kthread+0x0/0x7e [<ffffffff81356ef0>] ker...
2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
...format" of the - * Multiboot specification: - * http://www.gnu.org/software/grub/manual/multiboot/multiboot.html#Boot-information-format - * - * 0x208 = part3: sub-partition in sub-partition part2 - * 0x209 = part2: sub-partition in top-level partition - * 0x20a = part1: top-level partition number - * 0x20b = drive: BIOS drive number (must be 0) - * - * GRUB Legacy doesn't store the BIOS drive number at 0x20b, but at - * another location. - * - * Partition numbers always start from zero. - * Unused partition bytes m...
2012 Sep 10
1
usb port issue in 9.1-Prerelease (Possibly Cam related)
...ice showing up. Running usbconfig hangs with: PID TID COMM TDNAME KSTACK 48562 101874 usbconfig - mi_switch+0x186 sleepq_wait+0x42 _sx_xlock_hard+0x426 usbd_enum_lock+0xac usb_ref_device+0x21c usb_open+0xc7 devfs_open+0x197 vn_open_cred+0x2ff kern_openat+0x20a amd64_syscall+0x540 Xfast_syscall+0xf7 Controller is: uhci0@pci0:0:26:0: class=0x0c0300 card=0x02091028 chip=0x28348086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801H (ICH8 Family) USB UHCI Controller' class = serial bus subc...
2010 Jun 28
0
[PATCH] chain.c32: pass partition number to stage2 of Grub Legacy
...in the install_partition + * variable, located at memory address 0x8208. + * We only need to change the value of memory address 0x820a too: + * -1: whole drive (default) + * 0-3: primary partitions + * 4-*: logical partitions */ + ((uint8_t*) data[ndata].data)[0x20a] = (uint8_t)(whichpart - 1); } ndata++; -- 1.6.3.3
2010 Jun 30
0
[PATCH] chain.c32: add grubcfg= for passing an alternative config
...l partition, so we only need to change + * "part1" to the appropriate value: + * -1: whole drive (default) (-1 = 0xFF) * 0-3: primary partitions - * 4-*: logical partitions */ + * 4-*: logical partitions + */ ((uint8_t*) data[ndata].data)[0x20a] = (uint8_t)(whichpart - 1); + + /* + * Grub Legacy reserves 89 bytes (from 0x8217 to 0x826f) for the + * config filename. The filename passed via grubcfg= will overwrite + * the default config filename "/boot/grub/menu.lst". + */ + if (opt.grubcfg && s...
2008 Jul 31
1
out of memory
...30 16:26:08 srv1 kernel: [<f88d0b96>] dm_any_congested+0x2f/0x35 [dm_mod] Jul 30 16:26:08 srv1 kernel: [<c04572d8>] filemap_nopage+0x151/0x315 Jul 30 16:26:08 srv1 kernel: [<c045fda3>] __handle_mm_fault+0x172/0x87b Jul 30 16:26:08 srv1 kernel: [<c0606c2b>] do_page_fault+0x20a/0x4b8 Jul 30 16:26:08 srv1 kernel: [<c0606a21>] do_page_fault+0x0/0x4b8 Jul 30 16:26:08 srv1 kernel: [<c0405a71>] error_code+0x39/0x40 Jul 30 16:26:08 srv1 kernel: ======================= snip... Jul 30 16:26:21 srv1 kernel: Free pages: 12044kB (124kB HighMem) Jul 30 16:26:21...
2008 Mar 31
0
smbd oops
...ffff810bd934>] mpage_readpages+0x85/0x12d Mar 30 12:26:39 jgs kernel: [<ffffffff88038b37>] :ext3:ext3_get_block+0x0/0xe4 Mar 30 12:26:39 jgs kernel: [<ffffffff8107376f>] __alloc_pages+0x71/0x2d3 Mar 30 12:26:39 jgs kernel: [<ffffffff81075310>] __do_page_cache_readahead+0x13a/0x20a Mar 30 12:26:39 jgs kernel: [<ffffffff8121ed22>] tcp_transmit_skb+0x72d/0x76a Mar 30 12:26:39 jgs kernel: [<ffffffff811e6dd0>] memcpy_toiovec+0x36/0x66 Mar 30 12:26:39 jgs kernel: [<ffffffff880ef90d>] :dm_mod:dm_table_any_congested+0x46/0x63 Mar 30 12:26:39 jgs kernel: [<ff...
2009 Mar 23
1
Internal Error Signal 11 (Samba 3.2.3)
...(log_stack_trace+0x2d) [0xb7d6963c] #1 /usr/sbin/winbindd(smb_panic+0x80) [0xb7d69799] #2 /usr/sbin/winbindd [0xb7d56e23] #3 [0xb7c78400] #4 /usr/lib/samba/nss_info/sfu.so [0xb75d0884] #5 /usr/sbin/winbindd(nss_get_info+0x194) [0xb7ecf1d2] #6 /usr/sbin/winbindd(nss_get_info_cached+0x20a) [0xb7cdc30c] #7 /usr/sbin/winbindd [0xb7cf3080] #8 /usr/sbin/winbindd [0xb7cda77d] #9 /usr/sbin/winbindd(winbindd_dual_userinfo+0x15f) [0xb7ccb5df] #10 /usr/sbin/winbindd [0xb7cf8247] #11 /usr/sbin/winbindd [0xb7cf842d] #12 /usr/sbin/winbindd(async_request+0x18b) [0xb7cf8db5]...
2007 May 11
4
CentOS 5 ssloooowww when network unavailable
This is undoubtedly an upstream issue, but ... I've been messing about with that hp pavilion trying to get wireless working. If I boot with the eth0 NIC plugged in, everything is blazingly fast -- GDM comes up in a few seconds, the Gnome startup splash screen barely has time to appear before it's gone again, shells pop up the instant I click Open Terminal. If I unplug the network and
2005 Dec 15
0
Kernel panic in usbserial.
...40 00000000 00000000 dad56ea7 00000000 00001388 c018103f dad56f58 Dec 14 23:58:10 smarteyebox kernel: 00000000 c0178317 c17c6630 dfdccf80 0804c9c0 00000000 00200246 00000101 Dec 14 23:58:10 smarteyebox kernel: Call Trace: Dec 14 23:58:10 smarteyebox kernel: [<e0b58b24>] ftdi_open+0x88/0x20a [ftdi_sio] Dec 14 23:58:10 smarteyebox kernel: [<c018103f>] dput+0x33/0x423 Dec 14 23:58:10 smarteyebox kernel: [<c0178317>] link_path_walk+0x90/0xb9 Dec 14 23:58:10 smarteyebox kernel: [<e0b172d5>] serial_open+0x95/0xd9 [usbserial] Dec 14 23:58:10 smarteyebox kernel: [<c02...
2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
...> [280155.348640] ? __alloc_pages_nodemask+0x11c/0x2c0 > [280155.348646] rtnetlink_rcv_msg+0x1d9/0x2f0 > [280155.348650] ? rtnl_calcit.isra.24+0x120/0x120 > [280155.348654] netlink_rcv_skb+0x54/0x130 > [280155.348657] rtnetlink_rcv+0x15/0x20 > [280155.348661] netlink_unicast+0x20a/0x2c0 > [280155.348664] netlink_sendmsg+0x2d1/0x3d0 > [280155.348669] sock_sendmsg+0x39/0x50 > [280155.348672] ___sys_sendmsg+0x2a0/0x2f0 > [280155.348677] ? filemap_map_pages+0x16b/0x360 > [280155.348682] ? __handle_mm_fault+0x108e/0x13d0 > [280155.348686] __sys_sendmsg+0x6...
2010 Jun 30
1
(no subject)
...l partition, so we only need to change + * "part1" to the appropriate value: + * -1: whole drive (default) (-1 = 0xFF) * 0-3: primary partitions - * 4-*: logical partitions */ + * 4-*: logical partitions + */ ((uint8_t*) data[ndata].data)[0x20a] = (uint8_t)(whichpart - 1); + + /* + * Grub Legacy reserves 89 bytes (from 0x8217 to 0x826f) for the + * config filename. The filename passed via grubcfg= will overwrite + * the default config filename "/boot/grub/menu.lst". + */ + if (opt.grubcfg && s...
2013 Jun 10
1
btrfs-cleaner Blocked on xfstests 068
...gt;] ? find_inode+0x93/0xbe [ 413.409157] [<ffffffff8161e3e4>] schedule+0x64/0x66 [ 413.409157] [<ffffffff8110525c>] __sb_start_write+0x9a/0xf0 [ 413.409157] [<ffffffff8104e2d7>] ? remove_wait_queue+0x3a/0x3a [ 413.409157] [<ffffffffa019018e>] btrfs_run_defrag_inodes+0x20a/0x327 [btrfs] [ 413.409157] [<ffffffffa017a6c1>] cleaner_kthread+0x95/0x122 [btrfs] [ 413.409157] [<ffffffffa017a62c>] ? transaction_kthread+0x1a0/0x1a0 [btrfs] [ 413.409157] [<ffffffff8104da7c>] kthread+0xba/0xc2 [ 413.409157] [<ffffffff8104d9c2>] ? kthread_freezabl...
2006 Jan 09
0
Kernel panic in usbserial - now in 2.6.9-22.0.1.106.unsupported, previous in 2.6.9-22.0.1.EL
...40 00000000 00000000 dad56ea7 00000000 00001388 c018103f dad56f58 Dec 14 23:58:10 smarteyebox kernel: 00000000 c0178317 c17c6630 dfdccf80 0804c9c0 00000000 00200246 00000101 Dec 14 23:58:10 smarteyebox kernel: Call Trace: Dec 14 23:58:10 smarteyebox kernel: [<e0b58b24>] ftdi_open+0x88/0x20a [ftdi_sio] Dec 14 23:58:10 smarteyebox kernel: [<c018103f>] dput+0x33/0x423 Dec 14 23:58:10 smarteyebox kernel: [<c0178317>] link_path_walk+0x90/0xb9 Dec 14 23:58:10 smarteyebox kernel: [<e0b172d5>] serial_open+0x95/0xd9 [usbserial] Dec 14 23:58:10 smarteyebox kernel: [<c02...
2012 Dec 19
3
9-STABLE -> NFS -> NetAPP:
I'm running a few servers sitting on top of a NetAPP file server ? everything runs great, but periodically I'm getting: nfs_getpages: error 13 vm_fault: pager read error, pid 11355 (https) errors on my screen ? not always same pid ? the annoying part is that it seems to always affect the same jail that is running .. if I shutdown all jails on that physical server, everything shuts down
2006 Sep 21
0
Winbindd 3.0.23c crash after 'getent group'
...#3 winbindd [0x80cf990] #4 [0xffffe420] #5 /usr/lib/libkrb5.so.17 [0x400b7d12] #6 winbindd(kerberos_kinit_password_ext+0xff) [0x8199621] #7 winbindd(ads_kinit_password+0xd7) [0x8199925] #8 winbindd [0x8191ce5] #9 winbindd(ads_sasl_bind+0xfe) [0x819231e] #10 winbindd(ads_connect+0x20a) [0x818d0d8] #11 winbindd [0x809354a] #12 winbindd [0x8095901] #13 winbindd [0x8082db4] #14 winbindd [0x8083182] #15 winbindd [0x8083e53] #16 winbindd [0x807c483] #17 winbindd(winbindd_getpwent+0x1a2) [0x807c8af] #18 winbindd [0x8079d17] #19 winbindd [0x807a561] #20 wi...
2018 Jun 01
10
[Bug 106772] New: Xorg crashes with nouveau and dual screen setup
https://bugs.freedesktop.org/show_bug.cgi?id=106772 Bug ID: 106772 Summary: Xorg crashes with nouveau and dual screen setup Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: