[ALTSP] LTSP server под ALT Linux 7.0.5 Centaurus (Pholus)

Александр Шеметов berkut_174 at mail.ru
Sat Nov 21 11:14:27 MSK 2015


 Проверьте правильность файлов:

----------------------------------------------------------------------
$ cat /etc/xinetd.conf
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
log_type = SYSLOG authpriv info
log_on_success = PID HOST DURATION
log_on_failure = HOST
instances = 100
per_source = 5
# only_from = 127.0.0.1
}
includedir /etc/xinetd.d
----------------------------------------------------------------------

----------------------------------------------------------------------
$ cat /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. 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
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -u tftp -s /var/lib/tftpboot
}
----------------------------------------------------------------------
Хотя, если изменить значения на неправильные, у меня ошибка с кодом 110.

Также, должно быть достаточно:

chkconfig tftp on
chkconfig dhcpd on
chkconfig xinetd on
chkconfig nfs on
chkconfig dm on

--
С уважением,
Александр Шеметов
berkut_174 �� mail.ru
----------- ��������� ����� -----------
�������� � ������� HTML ���� �������...
URL: <http://lists.altlinux.org/pipermail/ltsp-server/attachments/20151121/081b6380/attachment.html>


More information about the Ltsp-server mailing list