ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Организация доступа к CDROM'у на основе FTP-сервера
Date: Thu, 2 Nov 2006 12:59:43 +0200
Message-ID: <20061102105943.GK12941@osdn.org.ua> (raw)
In-Reply-To: <4549C370.7050305@nevod.ru>

On Thu, Nov 02, 2006 at 03:07:44PM +0500, Kostarev Alexey wrote:
> Вопрос из разряда начинающих, но тем не менее - необходимо
> организовать FTP-сервер дистрибутива (ALTLinux master 2.4,
> ALTLinux Compact 3.0), с которого можно доустанавливать пакеты
> дистрибутива Где бы почитать как надо настроить
> /etc/apt/sources.list и пр. для организации такой системы

apt-get install vsftpd anonftp
egrep '(only_from|disable)' /etc/xinetd.{conf,d/vsftpd}
man xinetd.conf
man vsftpd.conf

я пакеты обычно в /var/ftp/pub/Linux/ALT/$distro кладу,
ещё народ в /var/ftp/pub/ALTLinux, бывает.

Если так и сервер -- ftp.local, то будет что-то вроде:

rpm ftp://ftp.local/pub/Linux/ALT/3.0 i586 classic

но вообще лучше в локалке раздавать по NFS, которое
монтируется куда-нибудь в /pub или /var/ftp/pub (у меня
обычно -- через subfs согласно его документации).
Тогда не стоит забывать 

apt-get install portmap
chkconfig portmap on
service portmap start

(не придётся порой apt-get clean, чтоб почистить
/var/cache/apt/archives на каждом клиенте)

PS: ну и ессно CD/DVD раздавать -- плохая затея, 
лучше с HD.  (btw если нужно именно сменный, см.
unfs3 -- оно умеет)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


  reply	other threads:[~2006-11-02 10:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-02 10:07 Kostarev Alexey
2006-11-02 10:59 ` Michael Shigorin [this message]
2006-11-02 12:18   ` Kostarev Alexey
2006-11-02 13:59     ` Motsyo Gennadi aka Drool
2006-11-02 15:39     ` Michael Shigorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061102105943.GK12941@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=community@lists.altlinux.org \
    --cc=shigorin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git