Custom Query (16363 matches)
Results (70 - 72 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18793 | fixed | Guest Additions doesn't start on macOS = fixed in SVN/6.0.12 | ||
| Description |
Due to an error in VBoxClient.cpp, it will try to use '<NULL>' as default log filename. As far as I understand it, the full path is '/<NULL>', and macOS returns EACCES for that. See https://www.virtualbox.org/svn/vbox/trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClient.cpp In main(): static char *szLogFileName = NULL; In vbclInitLogger(): Calls RTLogCreateEx with "%s", pszLogFileName I think that the problem was introduced in https://www.virtualbox.org/changeset/69752/vbox |
|||
| #18805 | fixed | Linux guests: calls to aio_{read,write}(3) may fail inside shared folder => fixed in SVN/6.0.x x>12 | ||
| Description |
Trying to write 1024 (or more) bytes to a shared drive just create the file with no content (filesize = 0). Less than 1024 characters, it writes the file properly. Writing 1024 (or more) to VM file systems works fine. This is similar to tickets https://www.virtualbox.org/ticket/1187 and https://www.virtualbox.org/ticket/10246, but it does not seem to be fixed. See attached file for example code. Environment:
|
|||
| #18917 | fixed | VBox 6.0.10 GAs fail to compile on Red Hat/CentOS/OL 7.7; also Red Hat 8.1 Beta => fixed in SVN/6.0.x/5.2.x | ||
| Description |
As discussed in the forums: Guest Additions 6.0.10 will not compile in RHEL 7.7 https://forums.virtualbox.org/viewtopic.php?f=3&t=94218&start=15 The VirtualBox Guest Additions require further updates to accommodate the latest kernel changes specific to Red Hat 7.7 and 8.1 Beta. |
|||

