Changes between Initial Version and Version 1 of Ticket #2777
- Timestamp:
- Dec 18, 2008 7:33:36 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2777
- Property Summary Install of 2.1.0_41146_mdv2008.0-1.i586.rpm fails to compile vboxnetflt, and when done manually fails to work. → vboxnetflt fails to compile; when done manually fails to work.
-
Ticket #2777 – Description
initial v1 4 4 5 5 Manually compiling the module using ... 6 6 {{{ 7 7 #!/bin/bash 8 9 10 11 8 downloaddir=/home/dave/software 12 13 14 15 9 rpmfile="VirtualBox-2.1.0_41146_mdv2008.0-1.i586.rpm" 16 17 18 19 10 tmpdir="/tmp/VirtualBox" 20 21 22 23 11 mkdir -p "$tmpdir" 24 25 12 cd "$tmpdir" 26 27 13 rpm2cpio "$downloaddir/$rpmfile">"$tmpdir/VirtualBox.cpio" 28 29 14 cpio -i --make-directories < VirtualBox.cpio 30 31 15 cd "usr/src/vboxdrv-2.1.0/vboxnetflt/" 32 33 16 make 34 35 17 sudo make install 36 37 38 18 }}} 39 19 allowed VirtualBox to be started, but any attempt at network access failed, with messages such as ... 40 20 {{{ 41 21 Dec 17 16:23:43 hodgins kernel: br_netfilter: Argh!! br_nf_post_routing: bad mac.raw pointer. 42 43 22 Dec 17 16:23:43 hodgins kernel: [eth0][br0] head:f5be5c00, raw:f5be5c20, data:f5be5c20 44 45 23 Dec 17 16:23:43 hodgins kernel: Pid: 6177, comm: VirtualBox Not tainted 2.6.27.7-desktop-0.uc2mnb #1 46 47 24 Dec 17 16:23:43 hodgins kernel: [<c0381e62>] ? printk+0x18/0x1e 48 49 25 Dec 17 16:23:43 hodgins kernel: [<fa69771f>] br_nf_post_routing+0x8f/0x2b0 [bridge] 50 51 26 Dec 17 16:23:43 hodgins kernel: [<c031eee9>] nf_iterate+0x69/0xa0 52 53 27 Dec 17 16:23:43 hodgins kernel: [<fa692020>] ? br_dev_queue_push_xmit+0x0/0x70 [bridge] 54 55 28 Dec 17 16:23:43 hodgins kernel: [<c031efb7>] nf_hook_slow+0x97/0xe0 56 57 58 29 }}} 59 30 showing up in /var/log/syslog. 60 31 61 62 63 32 I've rolled back to 2.0.6 for now. In addition, I've found that trying to submit this ticket using opera fails. I've switched to firefox, to submit this ticket.