Debian 8 и open ssh server

Автор chydik, 20 ноября 2015, 12:14:54

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

chydik

Проблема такая, при попытке поставить openssh-server выдает
Нет подходящей версии для openssh-server
Нет подходящей версии для openssh-server
Ни одного пакета не будет установлено, обновлено или удалено.
0 пакетов обновлено, 0 установлено новых, 0 пакетов отмечено для
удаления, и 34 пакетов не обновлено.
Необходимо получить 0 B архивов. После распаковки 0 B будет занято.
source.list во вложении. Как лечить?

endru

добавить строки:
deb http://ftp.ru.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.ru.debian.org/debian/ jessie main contrib non-free

сделать
apt-get update
apt-get dist-upgrade

chydik

Проделал выдает теперь на aptitude install openssh-server
Нет подходящей версии для openssh-server
Нет подходящей версии для openssh-server
Ни одного пакета не будет установлено, обновлено или удалено.
0 пакетов обновлено, 0 установлено новых, 0 пакетов отмечено для
удаления, и 0 пакетов не обновлено.
Необходимо получить 0 B архивов. После распаковки 0 B будет занято.
на apt-get install openssh-server
Чтение списков пакетов... Готово
Построение дерева зависимостей
Чтение информации о состоянии... Готово
Package openssh-server 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 'openssh-server' has no installation candidate

endru

uname -a
dpkg -l | grep openssh
aptitude search openssh

chydik

uname:
Linux chydik 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux
dpkg:
ii  openssh-client                       1:6.7p1-5        amd64        secure shell (SSH) client, for secure access to remote machines
aptitude:
i   openssh-client                                      - secure shell (SSH) client, for secure access to remote machine

endru

точно список источников обновлял?
apt-get update
ну и в добавок:
cat /etc/apt/sources.list
cat /etc/apt/sources.list.d/*

chydik

#6
Точно и не по 1 разу уже((( и так и сяк пробовал и .ru был и .de(на всякий случай), без этого.
cat первый:
# deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 kde-CD
Binary-1 20150906-11:10]/ jessie main


#deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 kde-CD
Binary-1 20150906-11:10]/ jessie main

# Line commented out by installer because it failed to verify:
deb http://security.debian.org/ jessie/updates main contrib non-free
# Line commented out by installer because it failed to verify:
deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free

deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ jessie-updates main contrib non-free

deb http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free

Второй каталог есть, но он пустой.

*используй теги для оформления. endru

endru

Цитата: chydik от 20 ноября 2015, 13:15:11deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ jessie-updates main contrib non-free

deb http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free

deb http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ru.debian.org/debian/ jessie-updates main contrib non-free
так ты не добавил то что я говорил. у тебя опять jessie-update вместо jessie
причем источники дублируются. нужно удалить лишние строки.

chydik

Господи какой же я кривой) Спасибо)