Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. root@db2:~# apt-get -y upgrade bash
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages have been kept back:
  6. linux-image-server linux-server ntfs-3g openssh-client openssh-server postfix postfix-mysql
  7. The following packages will be upgraded:
  8. apache2 apache2-mpm-prefork apache2-utils apache2.2-common bind9 bind9-doc bind9-host bzip2 cpio curl dnsutils libbind9-30 libbz2-1.0 libcupsys2 libcurl3 libcurl3-gnutls libdbus-1-3 libdns32 libgnutls13 libisc32 libisccc30
  9. libisccfg30 libkrb53 liblwres30 libpcre3 libpq5 libssl0.9.8 libuuid1 libvolume-id0 libxml2 linux-libc-dev logrotate mysql-server-5.0 ntpdate openssl python2.5 python2.5-minimal rsync samba samba-common samba-doc smbclient smbfs
  10. tzdata udev vim-common vim-tiny volumeid winbind
  11. 49 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
  12. 1 not fully installed or removed.
  13. Need to get 342kB/64.7MB of archives.
  14. After unpacking 434kB of additional disk space will be used.
  15. WARNING: The following packages cannot be authenticated!
  16. libpq5
  17. E: There are problems and -y was used without --force-yes
  18. root@db2:~# apt-get upgrade
  19. Reading package lists... Done
  20. Building dependency tree
  21. Reading state information... Done
  22. The following packages have been kept back:
  23. linux-image-server linux-server ntfs-3g openssh-client openssh-server postfix postfix-mysql
  24. The following packages will be upgraded:
  25. apache2 apache2-mpm-prefork apache2-utils apache2.2-common bind9 bind9-doc bind9-host bzip2 cpio curl dnsutils libbind9-30 libbz2-1.0 libcupsys2 libcurl3 libcurl3-gnutls libdbus-1-3 libdns32 libgnutls13 libisc32 libisccc30
  26. libisccfg30 libkrb53 liblwres30 libpcre3 libpq5 libssl0.9.8 libuuid1 libvolume-id0 libxml2 linux-libc-dev logrotate mysql-server-5.0 ntpdate openssl python2.5 python2.5-minimal rsync samba samba-common samba-doc smbclient smbfs
  27. tzdata udev vim-common vim-tiny volumeid winbind
  28. 49 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
  29. 1 not fully installed or removed.
  30. Need to get 342kB/64.7MB of archives.
  31. After unpacking 434kB of additional disk space will be used.
  32. Do you want to continue [Y/n]? y
  33. WARNING: The following packages cannot be authenticated!
  34. libpq5
  35. Install these packages without verification [y/N]? y
  36. Err http://fr.archive.ubuntu.com gutsy-backports/main libpq5 8.3.3-1~gutsy1
  37. 404 Not Found [IP: 91.189.91.15 80]
  38. Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/p/postgresql-8.3/libpq5_8.3.3-1~gutsy1_i386.deb 404 Not Found [IP: 91.189.91.15 80]
  39. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
  40. root@db2:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement