VirtualBox

Opened 16 years ago

Closed 16 years ago

#1714 closed defect (fixed)

vboxnet fails for groups -- bug in vboxnet => Fixed in 1.6.4

Reported by: Dan Glassman Owned by:
Component: installer Version: VirtualBox 1.6.2
Keywords: vboxnet Cc:
Guest type: other Host type: other

Description

The vboxnet bash script fails to determine when an interface has been assigned to a group.

To recreate: Use VBoxAddIF to assign a new interface to a group according to the documentation.

The problem:

Around line 185 in the vboxnet script:

185         case $user in
186 	            +*)
187 	                group=`echo $2 | cut -c2-`
188 	                cmd="VBoxTunctl -t $1 -g $group"

but $user is never set, so that path is never taken. line 185 should be changed to:

case $2 in

Change History (3)

comment:1 by Frank Mehnert, 16 years ago

Summary: vboxnet fails for groups -- bug in vboxnetvboxnet fails for groups -- bug in vboxnet => Fixed in 1.6.4

Thank you for this report. This bug will be fixed in version 1.6.4.

comment:2 by Frank Mehnert, 16 years ago

Component: otherinstaller

comment:3 by Frank Mehnert, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use