Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.49 KB | None | 0 0
  1. root@debian:/home/googol# wget http://repo.ajenti.org/debian/key -O- | apt-key add -
  2. --2014-11-25 23:02:26--  http://repo.ajenti.org/debian/key
  3. Resolving repo.ajenti.org (repo.ajenti.org)... 198.232.124.224
  4. Connecting to repo.ajenti.org (repo.ajenti.org)|198.232.124.224|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 1716 (1.7K) [application/octet-stream]
  7. Saving to: `STDOUT'
  8.  
  9. 100%[======================================>] 1,716       --.-K/s   in 0s      
  10.  
  11. 2014-11-25 23:02:26 (224 MB/s) - written to stdout [1716/1716]
  12.  
  13. OK
  14. root@debian:/home/googol# ech "deb http://repo.ajenti.org/debian main main debian" >> /etc/apt/sources.list
  15. bash: ech: command not found
  16. root@debian:/home/googol# apt-get update && apt-get install ajenti
  17. Ign cdrom://[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 DVD Binary-1 20141018-13:06] wheezy Release.gpg
  18. Ign cdrom://[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 DVD Binary-1 20141018-13:06] wheezy Release
  19. Ign cdrom://[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 DVD Binary-1 20141018-13:06] wheezy/contrib amd64 Packages/DiffIndex
  20. Ign cdrom://[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 DVD Binary-1 20141018-13:06] wheezy/main amd64 Packages/DiffIndex
  21. Ign cdrom://[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 DVD Binary-1 20141018-13:06] wheezy/contrib Translation-en_US
  22. Ign cdrom://[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 DVD Binary-1 20141018-13:06] wheezy/main Translation-en_US
  23. Hit http://repo.ajenti.org main Release.gpg                            
  24. Hit http://repo.ajenti.org main Release                                
  25. Hit http://security.debian.org wheezy/updates Release.gpg
  26. Hit http://repo.ajenti.org main/main amd64 Packages
  27. Hit http://security.debian.org wheezy/updates Release
  28. Hit http://repo.ajenti.org main/debian amd64 Packages            
  29. Hit http://security.debian.org wheezy/updates/main Sources
  30. Hit http://security.debian.org wheezy/updates/contrib Sources    
  31. Hit http://security.debian.org wheezy/updates/main amd64 Packages
  32. Hit http://security.debian.org wheezy/updates/contrib amd64 Packages
  33. Hit http://security.debian.org wheezy/updates/contrib Translation-en
  34. Hit http://security.debian.org wheezy/updates/main Translation-en
  35. Ign http://repo.ajenti.org main/debian Translation-en_US
  36. Ign http://repo.ajenti.org main/debian Translation-en
  37. Ign http://repo.ajenti.org main/main Translation-en_US
  38. Ign http://repo.ajenti.org main/main Translation-en
  39. Reading package lists... Done
  40. Reading package lists... Done
  41. Building dependency tree      
  42. Reading state information... Done
  43. Some packages could not be installed. This may mean that you have
  44. requested an impossible situation or if you are using the unstable
  45. distribution that some required packages have not yet been created
  46. or been moved out of Incoming.
  47. The following information may help to resolve the situation:
  48.  
  49. The following packages have unmet dependencies:
  50. ajenti : Depends: python-gevent but it is not going to be installed
  51.          Depends: python-gevent-socketio but it is not going to be installed
  52.          Depends: python-daemon but it is not installable
  53.          Depends: python-requests (>= 0.12.0) but it is not going to be installed
  54.          Depends: python-catcher but it is not going to be installed
  55.          Depends: python-ldap but it is not installable
  56. E: Unable to correct problems, you have held broken packages.
  57. root@debian:/home/googol# service ajenti restart
  58. ajenti: unrecognized service
  59. root@debian:/home/googol#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement