VirtualBox

Ticket #1714 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

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

Reported by: dan.glassman Assigned to:
Priority: trivial 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

06/18/08 16:51:48 changed by frank

  • summary changed from vboxnet fails for groups -- bug in vboxnet to vboxnet 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.

07/10/08 21:41:04 changed by frank

  • owner changed.
  • component changed from other to installer.

08/03/08 23:06:05 changed by frank

  • status changed from new to closed.
  • resolution set to fixed.

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy