LINUX.ORG.RU

OpenSUSE 12.2 tftp problem

 ,


0

1

Приветствую! Сразу к делу: есть необходимость поднять тфтп сервер для компании. Ранее был развернут сервер Zabbix на OpenSUSE 12.2, и было решено, дабы не плодить виртуалок, поднять сервер на нем.

zypper install yast2-tftp-server
zypper install tftp

успешно Настроил через Yast (особо настроек не было, сказал ему открыть порты, папку не менял). Дал public redable на папку. Дальше начались вопросы :)

linux-ed38:~ # tftp
tftp> connect 127.0.0.1
tftp> get new2.h
Transfer timed out
#
# /etc/hosts.allow
#
in.tftpd:ALL
# End of file

/var/log/messages

Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=26]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=14]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=15]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=14]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=15]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=14]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=15]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=14]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/netstat [file=/etc/xinetd.d/netstat] [line=15]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=16]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=14]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/svnserve [file=/etc/xinetd.d/svnserve] [line=14]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/systat [file=/etc/xinetd.d/systat] [line=15]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=17]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=20]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=15]
Aug  8 12:01:36 linux-ed38 xinetd[5670]: 5670 {init_services} no services. Exiting...
Aug  8 12:01:37 linux-ed38 xinetd[5662]: Starting INET services. (xinetd)..failed
Aug  8 12:01:37 linux-ed38 systemd[1]: xinetd.service: control process exited, code=exited status=7
Aug  8 12:01:37 linux-ed38 systemd[1]: Unit xinetd.service entered failed state.

Кто может натолкнуть меня на мысль?:) все коллеги уже забили, а мне уже интересно, как это решить. Какая информация еще нужна? Натолкните на мысли, пожалуйста :)

Ответ на: комментарий от Pyzia

а чем, если не секрет, плох яст? как он может мешать в данном конкретном случае?

Crystal_HMR ★★★
() автор топика
Ответ на: комментарий от thesis
cat /etc/xinetd.d/tftp
# default: off
# description: tftp service is provided primarily for booting or when a \
#       router need an upgrade. Most sites run this only on machines acting as \
#       "boot servers".
#       The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, \
#       and to start the installation process for some operating systems.
service tftp
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        flags           = IPv6 IPv4
        user            = root
        server          = /usr/sbin/in.tftpd
        server_args     = -u tftp -s /srv/tftpboot
#       per_source              = 11
#       cps                     = 100 2
        disable         = yes
}
Crystal_HMR ★★★
() автор топика
Ответ на: комментарий от thesis

Круто, правда?

удалил яст :) изменение этого параметра в нем не давало результата. Спасибо. Простите за глупость

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

я так и сделаю, в тот момент, когда выпадет время на воспроизведение бага и тест его на чистой системе. Насколько я понял, эта система была уже готовым образом с сервера заббикса

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