That's strange, the symlink is indeed created correctly and it doesn't 
seem to be a permissions problem. The FTP handles this correctly: 
ftp://www.gishten.com/archserver/redgum/testing/os/i686/



My Apache conf has followsymlinks enabled on the webroot that should be 
sufficent eventhough /pub is a symlink to /home/mirror/archserver/pub 
right? 



Specifying the following made no difference: 

<Directory "/home/mirror/archserver/pub">

   Options Indexes FollowSymLinks

   AllowOverride All 

   Order allow,deny

   Allow from all

</Directory>



I'm using the supplied update script with a minor modification to the 
permissons, resetting it made no difference:

#!/bin/bash



SRC='rsync://repo.archserver.org/repo'

DEST='/srv/http/pub/archserver'

RSYNC_OPTS="--quiet --recursive --times --links --delete --hard-links 
--compress --ipv4 $1"

UNAME='ftp'

GROUP='ftp'



RSYNC='/usr/bin/rsync'

CHOWN='/bin/chown'

CHMOD='/bin/chmod'

DATE='/bin/date'



echo "Starting to sync from master repository @ '$SRC'..."

$RSYNC $RSYNC_OPTS $SRC/ $DEST/

$CHOWN -R $UNAME:$GROUP $DEST

$CHMOD -R u=rX,go=rX $DEST



$DATE -u > $DEST/lastsync

$DATE >> $DEST/lastsync



exit 0


What have I missed?
                       
> Date: Sun, 11 Apr 2010 17:48:40 +0200
> From: [email protected]
> To: [email protected]
> Subject: [ArchServer-General] Gishten.com Mirror
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello,
> 
> on our gishten.com mirror, we seem to have a problem. The package
> filesystem seems to be missing in the architectures, but can just be
> found in any. Probably the link is not created correctly?
> 
> R,
> 
> Markus
> - -- 
> The penguin found me, and I do take care about him :-)
> 
> [email protected]
> http://javafreedom.org/blog
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iQEcBAEBAgAGBQJLwe9YAAoJEA/T82DHJ17kj38IALMKZRn/q9RF2LOW1YOcgXet
> poBaHEw1Il8qzAcyXYGJtrMSM6MKPmNFRifFwH94ZhgyzJUjXBeAoV7YKD5iWQj0
> KrwBCX3AYtX7IgJd2Fd0jIqemaqaHw9sgfN2lsdpJhcl3m6aCwhQGls+KGv4NLAG
> yU/XLeKpsM8CfCGU/1fQV8W4FGZj391T3j3aY33duOGSDzIgTzKhYkdFj3pqicy9
> FmscnX+aZZyjpEH1ZssATRKV3fb2FLryfNwAIZPx6RdNev60VrlNtChBlPmVQlJq
> U4Ezyv6uBNe3BdL4iMEtJyJqKunVv0nBalRwIiDP6h4hKMdkedcfJy4AbN/ljBI=
> =YTb4
> -----END PGP SIGNATURE-----
> _______________________________________________
> ArchServer Project General Mail List
> Post messages to: [email protected]
> Administer your subscription: http://lists.archserver.org/listinfo/general
                                          
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
https://signup.live.com/signup.aspx?id=60969
_______________________________________________
ArchServer Project General Mail List
Post messages to: [email protected]
Administer your subscription: http://lists.archserver.org/listinfo/general

Reply via email to