Changes between Initial Version and Version 1 of Ticket #6464
- Timestamp:
- Apr 21, 2010 12:01:35 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6464 – Description
initial v1 6 6 7 7 8 {{{207:50:46.297 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 8 {{{ 9 207:50:46.297 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 9 10 207:50:46.298 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 10 11 207:50:48.247 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 11 12 207:50:48.248 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 12 13 207:50:49.280 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 13 207:50:49.281 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files.}}} 14 207:50:49.281 SharedFolders host service: Cannot open '/drv/software/ubuntu-9.10-desktop-i386/~uTorrentPartFile_15DC5000.dat' -- too many open files. 15 }}} 14 16 15 17 shutting down the virtualbox service and re-starting it normally does the trick if the guest is shut down first. I use the server to host software I write so having to go in and reboot all the time is (as you might imagine) rather frustrating! … … 17 19 I noticed one log entry suggested running "ulimt -n". Note that there's a type in that error message by the way. I ran: 18 20 19 {{{ulimit -n 2048}}} 21 {{{ 22 ulimit -n 2048 23 }}} 20 24 21 25 ...on the host (it was originally set to 1024) but that didn't seem to make any difference.