Advertisement
Guest User

Untitled

a guest
May 4th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ~ # lsb_release -a
  2. No LSB modules are available.
  3. Distributor ID: Debian
  4. Description: Debian GNU/Linux 6.0.2 (squeeze)
  5. Release: 6.0.2
  6. Codename: squeeze
  7.  
  8. ~ # ls -l /var/lib/one
  9. ls: cannot access /var/lib/one: No such file or directory
  10.  
  11. ~ # wget -q http://dev.opennebula.org/packages/opennebula-3.4.1/
  12. ...
  13.  
  14. ~ # dpkg -i Debian-6.0.2-opennebula_3.4.1-1_amd64.deb
  15. ...
  16.  
  17. ~ # apt-get -f install
  18. ...
  19.  
  20. ~ # ls -l /var/lib/one/
  21. total 48
  22. -rw-r--r-- 1 oneadmin oneadmin 1009 May 4 14:57 config
  23. drwxr-xr-x 4 oneadmin oneadmin 4096 May 4 14:57 datastores
  24. -rw-r--r-- 1 oneadmin oneadmin 32768 May 4 14:57 one.db
  25. drwxr-xr-x 9 oneadmin oneadmin 4096 May 4 14:57 remotes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement