On Sun, Sep 12, 2010 at 2:51 AM, Pierre Schmitz <pierre@archlinux.de> wrote:
On Sun, 12 Sep 2010 02:40:36 -0400, Eric Bélanger <snowmaniscool@gmail.com> wrote:
Hi,
Could an AUR admin (or Andrea) reset the perms of the community-staging repo db for both arches?
Thanks
What's wrong with the permissions? dbscripts should have taken care of them.
-- Pierre Schmitz, https://users.archlinux.de/~pierre
They should be chmod 664. I guess Andrea updated the db without using the dbscripts and forgot to chmod 664 them (we are no longer running the cron job to adjust permissons). $ /arch/db-update ==> ERROR You don't have permission to update packages in community-staging ==> Removing left over lock from [community-staging] (i686) ==> Removing left over lock from [community-staging] (x86_64) 29 ebelanger@sigurd $ ls -l /srv/ftp/community-staging/os/i686/community-staging.db.tar.gz -rw-r--r-- 1 andrea tusers 1.8K Sep 12 00:17 /srv/ftp/community-staging/os/i686/community-staging.db.tar.gz 30 ebelanger@sigurd $ ls -l /srv/ftp/community-staging/os/x86_64/community-staging.db.tar.gz -rw-r--r-- 1 andrea tusers 1.8K Sep 12 00:18 /srv/ftp/community-staging/os/x86_64/community-staging.db.tar.gz