You are not logged in.
Most of you probably caught this, but I didn't until just now. If you're using VirtualBox 1.6.4 and are seeing bunches of log files showing up in your home directory, you may need to read this, from the official VirtualBox download page:
Note: Unfortunately a bug slipped in which can cause a large amount of logging data to be written to your home directory. You can workaround this by making sure you have VBOX_LOG_DEST=nofile in your environment variables.
Sure enough, I had about a dozen biggish log files clogging up my home directory.
Offline
i thought of opening a thread because of this issue. it's annoying to delete the logfiles after each vbox session, even the logfiles are +10mb big + consist of human unreadable nonsense code oO
but you can edit the startup command, not to write any logfile:
#!/bin/bash
export VBOX_LOG_DEST=nofile
VirtualBox
Offline
I'm getting huge logfiles when using Virtualbox 3.0.6-2 (up to 20 GB if I leave the machine running long enough). This used to be an official bug in version 1.6-ish, but somehow I've re-enabled this in my version of the software.
Setting environmental variables and creating a custom startup command, as shown above, does not prevent the log files from being created.
Other ideas, perhaps for setting a file size limit to the log files?
Chris
Offline