LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-06-2005, 05:29 AM   #1
kvtournh
Member
 
Registered: Nov 2003
Location: Belgium
Distribution: Mandriva
Posts: 91

Rep: Reputation: 15
suse installation with own ftp server does not work


Hi,

Here at my departement of uni I have created an internal ftp server which contains most linux versions which we use here. The reason for this is that ftp install will go smooth and it is not necesarry to download first cds and burn them afterwards to then throw away.

Today for the first time somebody wanted to do an ftp install of suse 9.3. Everything went fine but the package list was only 34MB big instead of 2GB. Does anybody have an idea how this is possible
I use vsftpd
The suse mirror is done with a script containing the following

DEST="/var/ftp/pub"
RSYNC_OPTIONS="-auv --delete --hard-links"
# Suse source
SRC="ftp.belnet.be:ackages/suse/suse/i386/"
EXCL="9.0/ live-*/ update/8.2/ 9.1-personal-iso/ **/iso/ **/src/ **/source/ **src.rpm supplementary/ products/"
INCL=""

EXCLUDE=""
INCLUDE=""

for i in $EXCL; do
EXCLUDE=$EXCLUDE"--exclude $i "
done
for i in $INCL; do
INCLUDE=$INCLUDE"--include $i "
done
rsync $RSYNC_OPTIONS $EXCLUDE $INCLUDE $SRC $DEST/suse/

echo "putting the permisions okay"
chown -R ftp:ftp /var/ftp/pub
chmod -R 644 /var/ftp/*
find /var/ftp/ -type d -exec chmod 555 '{}' \;


does anybody have an idea how this is possible?

thanks

klaas
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware FTP installation: the FTP server IP jaakkop Slackware 2 06-09-2005 09:11 AM
Ftp server installation fxlee Linux - Networking 2 05-20-2004 09:10 AM
FTP installation of SuSE 8.2 jtsai256 Linux - Software 1 10-03-2003 02:27 AM
SUSE 8.2 FTP-installation ? Player2 Linux - Newbie 4 09-28-2003 06:28 AM
Newbie ?: Why doesn't my FTP server work? szf2 Linux - Software 13 09-21-2003 08:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration