Changeset 7359 in vbox
- Timestamp:
- Mar 7, 2008 1:20:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r7277 r7359 1113 1113 return VMSetError(pVM, VERR_HOSTIF_INIT_FAILED, RT_SRC_POS, N_( 1114 1114 "Failed to open '/dev/net/tun' for read/write access. Please check the " 1115 "permissions of that node. Either do'chmod 0666 /dev/net/tun' or "1116 "change the group of that node and getmember of that group. Make "1117 "sure that these changes are permanent ly in particularif you are "1115 "permissions of that node. Either run 'chmod 0666 /dev/net/tun' or " 1116 "change the group of that node and make yourself a member of that group. Make " 1117 "sure that these changes are permanent, especially if you are " 1118 1118 "using udev")); 1119 1119 #endif /* RT_OS_LINUX */
Note:
See TracChangeset
for help on using the changeset viewer.