Po ściągnięciu najnowszej wersji systemu z http://ftp.us.debian.org/debian/pool/ma ... _amd64.deb i uruchomieniu polecenia:
Kod: Zaznacz cały
dpkg -i
Kod: Zaznacz cały
dpkg -i vsftpd_3.0.2-11_amd64.deb
(Reading database ... 33171 files and directories currently installed.)
Preparing to replace vsftpd 3.0.2-11 (using vsftpd_3.0.2-11_amd64.deb) ...
Unpacking replacement vsftpd ...
dpkg: dependency problems prevent configuration of vsftpd:
vsftpd depends on init-system-helpers (>= 1.9); however:
Package init-system-helpers is not installed.
vsftpd depends on libc6 (>= 2.15); however:
Version of libc6:amd64 on system is 2.13-38.
vsftpd depends on libcap2 (>= 2.10); however:
Package libcap2 is not installed.
dpkg: error processing vsftpd (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing: vsftpd
# apt-get install init-system-helpers
Package init-system-helpers is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'init-system-helpers' has no installation candidate
# apt-get install libcap2
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
vsftpd : Depends: init-system-helpers (>= 1.9) but it is not installable
Depends: libc6 (>= 2.15) but 2.13-38 is to be installed
Recommends: ssl-cert but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
# apt-get install ssl-cert
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
ssl-cert : Depends: openssl (>= 0.9.8g-9) but it is not going to be installed
vsftpd : Depends: init-system-helpers (>= 1.9) but it is not installable
Depends: libc6 (>= 2.15) but 2.13-38 is to be installed
Depends: libcap2 (>= 2.10) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED: vsftpd
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 379 kB disk space will be freed.
Dane systemu:
Kod: Zaznacz cały
uname -a
Linux debian-ftp 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
Kod: Zaznacz cały
cat /etc/apt/sources.list
deb http://ftp.pl.debian.org/debian stable main contrib non-free
deb-src http://ftp.pl.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free