LINUX.ORG.RU
решено ФорумAdmin

установка ngix в wheezy из стандартных репозиториев

 , ,


0

1

Решил попробовать debian. Поставил wheezy. Насколько я понимаю, в стандартных репозиториях должен быть ngix. По краней мере, так следует из ссылки https://packages.debian.org/wheezy/nginx
Но ни aptitude search, ни apt-cache search его не видят. Соответственно, при попытке установки ничего не устанавливается.

Конфигурация:

$cat /etc/os-release

PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
$cat /etc/apt/sources.list

deb http://mirror.yandex.ru/debian/ wheezy main non-free contrib
deb-src http://mirror.yandex.ru/debian/ wheezy main non-free contrib

deb http://mirror.yandex.ru/debian/ wheezy-updates main contrib non-free
deb-src http://mirror.yandex.ru/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

Пробовал http://ftp.ru.debian.org/debian вместо yandex. Не помогло.
Вопрос: есть ли ngix в репах wheezy на самом деле и если есть, то где может быть ошибка в моей конфигурации?

есть ли ngix в репах wheezy

ngix нету, а nginx есть.

Polugnom ★★★★★
()
aptitude update

Выполнял?

http://mirror.yandex.ru/debian и http://ftp.ru.debian.org/debian это всего лишь зеркала и у них одинаковое содержимое.

Ты просто делаеш что-то не то. В репах есть, если на packages.debian.org это указано. Вот у меня

# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
srv03:~# aptitude show nginx
Package: nginx                           
State: not installed
Version: 1.2.1-2.2+wheezy3
Priority: optional
Section: httpd
Maintainer: Kartik Mistry <kartik@debian.org>
Architecture: all
Uncompressed Size: 89.1 k
Depends: nginx-full | nginx-light
Provided by: nginx-extras, nginx-full, nginx-light, nginx-naxsi, nginx-naxsi-ui
Description: small, powerful, scalable web/proxy server
 Nginx ("engine X") is a high-performance web and reverse proxy server created
 by Igor Sysoev. It can be used both as a standalone web server and as a proxy
 to reduce the load on back-end HTTP or mail servers. 
 
 This is a dependency package to install either nginx-full (by default) or 
 nginx-light.
Homepage: http://nginx.net

Deleted
()
apt-cache policy nginx
nginx:
  Установлен: (отсутствует)
  Кандидат:   1.6.2-2~bpo70+1
  Таблица версий:
     1.6.2-2~bpo70+1 0
        500 file:/srv/ftp/deb7/wheezy-backports/ wheezy-backports/main i386 Packages
     1.2.1-2.2+wheezy3 0
        500 file:/srv/ftp/deb7/wheezy/ wheezy/main i386 Packages
        500 file:/srv/ftp/deb7/security/security/ wheezy/updates/main i386 Packages
odii
()

Спасибо всем, разрешилось. Конечно nginx. Тот случай, когда сам дурак.

dimorphus
() автор топика

ставь из реп nginx.org - там свежак

invokercd ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.