#2763 fix owner so symlinks work on /srv/repos/beaker
Closed: Fixed None Opened 12 years ago by bpeck.

= phenomenon =
We have a few new symlinks under /srv/repos/beaker but because they don't match the owner of what they are pointing to they don't work.

= reason =
Different user updated the repos, luckily the creation of new symlinks is not very often.

= recommendation =
Change the owner of the symlinks to match what they are pointing to.

Fedora15 repo needs fixing:
drwxrwxr-x 3 dcallagh gitbeaker 4096 Apr 13 23:09 Fedora14
lrwxrwxrwx 1 bpeck gitbeaker 8 May 9 14:19 Fedora15 -> Fedora14

chown dcallagh Fedora15

Fedora12 and 13 repo needs fixing:
drwxrwxr-x 3 dcallagh gitbeaker 4096 Apr 13 23:08 RedHatEnterpriseLinux6
lrwxrwxrwx 1 bpeck gitbeaker 22 May 9 14:19 Fedora12 -> RedHatEnterpriseLinux6
lrwxrwxrwx 1 bpeck gitbeaker 22 May 9 14:19 Fedora13 -> RedHatEnterpriseLinux6

chown dcallagh Fedora1[23]


I think I'm just going to fix the particular owners and not change the apache config. I don't think this problem happens enough to allow unmatching symlinks to be followed in apache, but we'll revisit it if this keeps happening.

It looks like all the files you needed are changed now, correct?

Login to comment on this ticket.

Metadata