VirtualBox

Changes between Initial Version and Version 1 of Ticket #9887, comment 19


Ignore:
Timestamp:
Feb 28, 2013 10:19:26 AM (11 years ago)
Author:
AlexCouper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9887, comment 19

    initial v1  
    1111
    1212A restart of the VM fixes the issue but then new files post reboot have the potential to get the same issues.
     13
     14
     15**UPDATE**
     16
     17Whilst writing this ticket I experienced the instance "fixing itself" without a restart.
     18In-between the first broken ''ls'' and the last working "ls" I did the following (none of which seems drastic).
     19
     20  - Loaded VirtualBox app to find the version number.
     21  - Ran "lsb_release -a" to get the ubuntu version.
     22  - Created another file and copied it.
     23
     24Not sure if that helps at all...
     25
     26{{{
     27(pretenders)alex@alex-VirtualBox:~/code/pretenders$ ls -la pretenders/mock_servers/
     28ls: cannot access pretenders/mock_servers/__init__.py: No such file or directory
     29ls: cannot access pretenders/mock_servers/http: No such file or directory
     30ls: cannot access pretenders/mock_servers/smtp: No such file or directory
     31ls: cannot access pretenders/mock_servers/ssh: No such file or directory
     32total 0
     33drwxr-xr-x 1 alex alex 204 2013-02-28 09:50 .
     34drwxr-xr-x 1 alex alex 578 2013-02-28 09:49 ..
     35?????????? ? ?    ?      ?                ? http
     36?????????? ? ?    ?      ?                ? __init__.py
     37?????????? ? ?    ?      ?                ? smtp
     38?????????? ? ?    ?      ?                ? ssh
     39(pretenders)alex@alex-VirtualBox:~/code/pretenders$ lsb_release -a
     40No LSB modules are available.
     41Distributor ID: Ubuntu
     42Description:    Ubuntu 11.10
     43Release:        11.10
     44Codename:       oneiric
     45(pretenders)alex@alex-VirtualBox:~/code/pretenders$ touch fred.txt
     46(pretenders)alex@alex-VirtualBox:~/code/pretenders$ ls -la
     47total 0
     48drwxr-xr-x 1 alex alex    986 2013-02-28 10:06 .
     49drwxrwxrwx 1 alex alex   4692 2013-02-26 10:05 ..
     50-rw-r--r-- 1 alex alex      0 2013-02-28 10:06 fred.txt
     51drwxr-xr-x 1 alex alex    578 2013-02-28 09:49 pretenders
     52(pretenders)alex@alex-VirtualBox:~/code/pretenders$ cp fred.txt f.txt
     53(pretenders)alex@alex-VirtualBox:~/code/pretenders$ ls
     54fred.txt  f.txt  pretenders
     55(pretenders)alex@alex-VirtualBox:~/code/pretenders$ ls -la pretenders/mock_servers/   
     56total 4
     57drwxr-xr-x 1 alex alex  204 2013-02-28 09:50 .
     58drwxr-xr-x 1 alex alex  578 2013-02-28 09:49 ..
     59drwxr-xr-x 1 alex alex  170 2013-02-28 09:50 http
     60-rw-r--r-- 1 alex alex 1888 2013-02-27 23:53 __init__.py
     61drwxr-xr-x 1 alex alex  238 2013-02-28 09:45 smtp
     62drwxr-xr-x 1 alex alex  170 2013-02-28 09:46 ssh
     63(pretenders)alex@alex-VirtualBox:~/code/pretenders$
     64}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use