LINUX.ORG.RU
ФорумAdmin

Нужна помощь в Samba4+BIND на CentOS7

 , ,


0

1

Доброй ночи,

начал разбираться, как поднять Samba4 и в качестве бэкнэнда BIND в CentOS7. Вцелом все понятно, пока не переходишь к практике и не натыкаешься на такие грабли как:

[root@dc ~]# systemctl status named.service -l
● named.service - Berkeley Internet Name Domain (DNS)
   Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2016-03-06 02:13:59 MSK; 22s ago
  Process: 14199 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z /etc/named.conf; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)

Mar 06 02:13:59 dc systemd[1]: Starting Berkeley Internet Name Domain (DNS)...
Mar 06 02:13:59 dc bash[14199]: /etc/named.conf:75: open: /usr/local/samba/private/named.conf: file not found
Mar 06 02:13:59 dc systemd[1]: named.service: control process exited, code=exited status=1
Mar 06 02:13:59 dc systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Mar 06 02:13:59 dc systemd[1]: Unit named.service entered failed state.
Mar 06 02:13:59 dc systemd[1]: named.service failed.

Оказалось, что такого файла нет, но везде пишут его инклудить:

/etc/named.conf

include "/usr/local/samba/private/named.conf"; # Добавляем плагин DLZ чтобы Samba работала с Bind
http://yvision.kz/post/542170 http://kolbosa.kz/samba4/

По этому пути есть только named.conf.update:

/* this file is auto-generated - do not edit */
update-policy {
        grant DOMAIN.LOCAL ms-self * A AAAA;
        grant Administrator@DOMAIN.LOCAL wildcard * A AAAA SRV CNAME;
        grant DC$@domain.local wildcard * A AAAA SRV CNAME;
};
если инклудить его, то:
[root@dc ~]# systemctl status named.service -l
● named.service - Berkeley Internet Name Domain (DNS)
   Loaded: loaded (/usr/lib/systemd/system/named.service; disabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2016-03-06 02:23:56 MSK; 5s ago
  Process: 14230 ExecStartPre=/bin/bash -c if [ ! "$DISABLE_ZONE_CHECKING" == "yes" ]; then /usr/sbin/named-checkconf -z /etc/named.conf; else echo "Checking of zone files is disabled"; fi (code=exited, status=1/FAILURE)

Mar 06 02:23:56 dc systemd[1]: Starting Berkeley Internet Name Domain (DNS)...
Mar 06 02:23:56 dc bash[14230]: /usr/local/samba/private/named.conf.update:2: unknown option 'update-policy'
Mar 06 02:23:56 dc systemd[1]: named.service: control process exited, code=exited status=1
Mar 06 02:23:56 dc systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Mar 06 02:23:56 dc systemd[1]: Unit named.service entered failed state.
Mar 06 02:23:56 dc systemd[1]: named.service failed.
Как исправить? Какой-то линк нужно создать?

И второй вопрос: нужна ли мне морока с такой связкой, как Samba4+BIND и не проще ли использовать SAMBA_INTERNAL для того, чтобы ввести в этот AD DC виндовые ПК? Чем хуже такое решение?

Другой вопрос, что мне как-то желательно малой кровью мигрировать в этот домен с W2008R2. Как лучше?


Содержимое этого файла гуглится без проблем, так что-то типа этого:

dlz "example.com" {
   database "dlopen /usr/lib64/samba/bind9/dlz_bind9_9.so";
};
Но, скорее всего у вас нет файла dlz_bind9_9.so. В дистрибутиве его нет, везде советуют собирать самбу из ванильных исходников. Здесь вот показано, как пересобирать rpm-пакет с самбой изменяя spec-файл http://negativo17.org/page/3/  — так будет правильнее, но сложнее.

mky ★★★★★
()

Не понятно, почему у вас его нет. У меня он есть... Причем он появляется после установки Самба.

anonymous
()
Ответ на: комментарий от mky

Спасибо за ссылку.

Да, но там совершенно не сказано как патчить .src.rpm отсюда: http://koji.fedoraproject.org/koji/packageinfo?packageID=360

И rpmbuild у меня ругается вовсю даже без патчей...

error: Failed build dependencies:
        cups-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        dbus-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        docbook-style-xsl is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        e2fsprogs-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libaio-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libarchive-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libcap-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libuuid-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libxslt is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        ncurses-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        pam-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        perl(ExtUtils::MakeMaker) is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        perl(Parse::Yapp) is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        popt-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        python-tevent is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        quota-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        readline-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        xfsprogs-devel is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        pkgconfig(libsystemd-daemon) is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        pkgconfig(libsystemd) is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        glusterfs-api-devel >= 3.4.0.16 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        glusterfs-devel >= 3.4.0.16 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libtalloc-devel >= 2.1.5 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        pytalloc-devel >= 2.1.5 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libtevent-devel >= 0.9.26 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        python-tevent >= 0.9.26 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libldb-devel >= 1.1.25 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        pyldb-devel >= 1.1.25 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        libtdb-devel >= 1.3.8 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64
        python-tdb >= 1.3.8 is needed by samba-0:4.4.0-0.0.rc3.el7.centos.x86_64

zuxla
() автор топика
Ответ на: комментарий от zuxla

Дак это просто пакеты не установлены. Без них самба никак не скомпилируется, ни ванильная, через make, ни «пакетированая» в rpm. Ставьте недостающие пакты, либо попробуйте ″yum-builddep samba.spec″ (или как там spec-файл называется).

Только я не не понял, вы просто src.rpm файл взяли такой, или уже установили в Centos эту 4.4.4.rc3 сабму из репозитория koji? Если что, он уже с поддержкой dlz, только она не из базовой репы.

mky ★★★★★
()
Ответ на: комментарий от mky

Я пока отказался от внесения spec-файлов. Мне б для начала просто сорцы с koji скомпилить.

Точно! )) Я откатил виртуалку и забыл про пакеты. Но сейчас чтобы скомпилить хотя бы:

rpmbuild --rebuild samba-4.3.4-1.fc24.src.rpm

оно ругается что старые библиотеки:

error: Failed build dependencies:
        perl(ExtUtils::MakeMaker) is needed by samba-0:4.3.4-1.el7.centos.x86_64
        perl(Parse::Yapp) is needed by samba-0:4.3.4-1.el7.centos.x86_64
        pkgconfig(libsystemd-daemon) is needed by samba-0:4.3.4-1.el7.centos.x86_64
        pkgconfig(libsystemd) is needed by samba-0:4.3.4-1.el7.centos.x86_64
        libtalloc-devel >= 2.1.3 is needed by samba-0:4.3.4-1.el7.centos.x86_64
        pytalloc-devel >= 2.1.3 is needed by samba-0:4.3.4-1.el7.centos.x86_64
        libtevent-devel >= 0.9.25 is needed by samba-0:4.3.4-1.el7.centos.x86_64
        libldb-devel >= 1.1.24 is needed by samba-0:4.3.4-1.el7.centos.x86_64
        pyldb-devel >= 1.1.24 is needed by samba-0:4.3.4-1.el7.centos.x86_64
        libtdb-devel >= 1.3.7 is needed by samba-0:4.3.4-1.el7.centos.x86_64
        python-tdb >= 1.3.7 is needed by samba-0:4.3.4-1.el7.centos.x86_64
Под феодру без проблем, под центос посвежей не вижу... Какуой репозиторий может подцепить?

zuxla
() автор топика
Ответ на: комментарий от zuxla

Например, libtaalloc-devel:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.astpage.ru
 * elrepo: ftp.icm.edu.pl
 * epel: fedora-mirror01.rbc.ru
 * extras: mirror.astpage.ru
 * remi-safe: mirror.neolabs.kz
 * updates: mirror.astpage.ru
Package libtalloc-devel-2.1.2-1.el7.x86_64 already installed and latest version
Nothing to do

zuxla
() автор топика
Ответ на: комментарий от zuxla

Напрямую собирать пакеты от другого дистрибутива так просто не получится. RHEL 7, Fedora 19 (и 18) как бы одно, и src.rpm пакеты от них более-менее собираются.

А для сборки пакета от fc24 вам нужно собрать более свежие версии библиотек, попытатся их установить, но там может потянутся зависимость от других пакетов и придётся собирать кучу всего из fc24. И нужно смотреть, действительно ли для samba нужна именно такая версия библиотеке (более старая не подходит), потому что те версии, которые требует rpmbuild это то, что прописано в spec-файле, а не то, что затребовано в исходниках samba.

А, например, ресурс ″pkgconfig(libsystemd)″ в el7 вобще никем не предоставляется, а в fc24 он предоставляется ″systemd-devel″. То есть для удовлетворения этой зависимости в вашем случае нужно в spec-файле в BuildRequires менять pkgconfig(libsystemd) на systemd-devel.

Вобще, в качестве варианта, можно вобще убрать из spec-файла все BuildRequires и попробовать собрать. И дальше уже по ошибкам сборки понимать чего не хватает.

mky ★★★★★
()
Ответ на: комментарий от mky

Может проще Fedora 23 Server Netinstall отдельную вирлуатку накатить под DC и не приться с прописыванием требований? Раз там версии посвежей и люди под нее компилят и собирают.

zuxla
() автор топика
Ответ на: комментарий от mky

Я так и поставил федору, качнул последнюю самбу с koji и: rpmbuild --rebuild samba-4.4.0-0.0.rc3.fc24.src.rpm Создало мне rpm'ы целую пачку ))

[root@localhost x86_64]# dir
ctdb-4.4.0-0.0.rc3.fc23.x86_64.rpm
ctdb-tests-4.4.0-0.0.rc3.fc23.x86_64.rpm
libsmbclient-4.4.0-0.0.rc3.fc23.x86_64.rpm
libsmbclient-devel-4.4.0-0.0.rc3.fc23.x86_64.rpm
libwbclient-4.4.0-0.0.rc3.fc23.x86_64.rpm
libwbclient-devel-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-client-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-client-libs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-common-libs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-common-tools-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-dc-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-dc-libs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-debuginfo-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-devel-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-krb5-printing-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-libs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-python-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-test-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-test-libs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-vfs-cephfs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-vfs-glusterfs-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-winbind-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-winbind-clients-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-winbind-krb5-locator-4.4.0-0.0.rc3.fc23.x86_64.rpm
samba-winbind-modules-4.4.0-0.0.rc3.fc23.x86_64.rpm

zuxla
() автор топика
Ответ на: комментарий от zuxla

Но при попытке поставить оно:

error: Failed dependencies:
        libCHARSET3-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libCHARSET3-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libauth-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libauth-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcli-cldap-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcli-cldap-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcli-nbt-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcli-nbt-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcli-smb-common-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcli-smb-common-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcliauth-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libcliauth-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libdbwrap-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libdbwrap-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libgenrand-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libgenrand-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libgse-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libgse-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        liblibsmb-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        liblibsmb-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libmessages-dgm-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libmessages-dgm-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libmsghdr-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libmsghdr-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr-nbt.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr-samba-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr-samba-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr-standard.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr-standard.so.0(NDR_STANDARD_0.0.1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libndr.so.0(NDR_0.0.1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libpopt-samba3-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libpopt-samba3-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libreplace-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libreplace-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-cluster-support-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-cluster-support-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-debug-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-debug-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-errors.so.1()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-hostconfig.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-hostconfig.so.0(SAMBA_HOSTCONFIG_0.0.1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-passdb.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-security-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-security-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-sockets-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-sockets-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-util.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba3-util-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsamba3-util-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsecrets3-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsecrets3-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libserver-id-db-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libserver-id-db-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmb-transport-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmb-transport-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbconf.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbconf.so.0(SMBCONF_0)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbd-base-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbd-base-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbd-shim-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbd-shim-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbregistry-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsmbregistry-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsocket-blocking-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsocket-blocking-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsys-rw-samba4.so()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libsys-rw-samba4.so(SAMBA_4.4.0RC3)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libtevent-unix-util.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libtevent-unix-util.so.0(TEVENT_UNIX_UTIL_0.0.1)(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64
        libtevent-util.so.0()(64bit) is needed by samba-2:4.4.0-0.0.rc3.fc23.x86_64

......
Может я не так юзаю rpmbuild? Я, честно говоря, ни разу так не собирал ничего.

И второй менее важный вопрос: почему в федоре меня пускает по ssh только из другой виртуалки (из консоли дебиана), или по локалхосту, а из винды по vpn в putty нет соединения? Запрещенных/разрешенных хостов нет.

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