VirtualBox

Changes between Initial Version and Version 1 of Ticket #2777


Ignore:
Timestamp:
Dec 18, 2008 7:33:36 AM (15 years ago)
Author:
Frank Mehnert
Comment:

It would be very useful if you would could write what the problem was when you compiled the vboxnetflt module. And:

  • Do you have installed dkms on your Mandriva system?
  • Which Linux kernel is that?

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  
    44
    55Manually compiling the module using ...
    6 
     6{{{
    77#!/bin/bash
    8 
    9 
    10 
    118downloaddir=/home/dave/software
    12 
    13 
    14 
    159rpmfile="VirtualBox-2.1.0_41146_mdv2008.0-1.i586.rpm"
    16 
    17 
    18 
    1910tmpdir="/tmp/VirtualBox"
    20 
    21 
    22 
    2311mkdir -p "$tmpdir"
    24 
    2512cd "$tmpdir"
    26 
    2713rpm2cpio "$downloaddir/$rpmfile">"$tmpdir/VirtualBox.cpio"
    28 
    2914cpio -i --make-directories < VirtualBox.cpio
    30 
    3115cd "usr/src/vboxdrv-2.1.0/vboxnetflt/"
    32 
    3316make
    34 
    3517sudo make install
    36 
    37 
    38 
     18}}}
    3919allowed VirtualBox to be started, but any attempt at network access failed, with messages such as ...
    40 
     20{{{
    4121Dec 17 16:23:43 hodgins kernel: br_netfilter: Argh!! br_nf_post_routing: bad mac.raw pointer.
    42 
    4322Dec 17 16:23:43 hodgins kernel: [eth0][br0] head:f5be5c00, raw:f5be5c20, data:f5be5c20
    44 
    4523Dec 17 16:23:43 hodgins kernel: Pid: 6177, comm: VirtualBox Not tainted 2.6.27.7-desktop-0.uc2mnb #1
    46 
    4724Dec 17 16:23:43 hodgins kernel:  [<c0381e62>] ? printk+0x18/0x1e
    48 
    4925Dec 17 16:23:43 hodgins kernel:  [<fa69771f>] br_nf_post_routing+0x8f/0x2b0 [bridge]
    50 
    5126Dec 17 16:23:43 hodgins kernel:  [<c031eee9>] nf_iterate+0x69/0xa0
    52 
    5327Dec 17 16:23:43 hodgins kernel:  [<fa692020>] ? br_dev_queue_push_xmit+0x0/0x70 [bridge]
    54 
    5528Dec 17 16:23:43 hodgins kernel:  [<c031efb7>] nf_hook_slow+0x97/0xe0
    56 
    57 
    58 
     29}}}
    5930showing up in /var/log/syslog.
    6031
    61 
    62 
    6332I'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.

© 2023 Oracle
ContactPrivacy policyTerms of Use