Opened 9 years ago
Closed 9 years ago
#49389 closed defect (fixed)
Trac repository browser offline: SubversionException: ("Can't open file '/var/svn/macports/format': Permission denied", 13)
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | admin@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | server/hosting | Version: | |
Keywords: | Cc: | jmgoicolea (Jose Goicolea), p-bro, moderndeveloperllc (Mark Garrett), Dave-Allured (Dave Allured), florian@…, citibob@… | |
Port: |
Description
The Trac repository browser is offline.
The tooltip over a linked revision number (such as r123456) says:
Couldn't open Subversion repository /var/svn/macports: SubversionException: ("Can't open file '/var/svn/macports/format': Permission denied", 13)
I'm not aware of this ever having happened before, so I don't know why there would suddenly be a permission problem.
Change History (8)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Priority: | Normal → High |
---|
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Cc: | jose.goicolea@… added |
---|
Cc reporter of duplicate #49556.
comment:7 Changed 9 years ago by mf2k (Frank Schima)
Cc: | citibob@… added |
---|
Cc reporter of duplicate #49704.
comment:8 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
The SELinux context of the Trac server's copy of the svn repository got lost during an OS upgrade. I've restored it using a method that should hopefully survive future upgrades. This method probably needs to be used in other places and on the other servers to prevent similar problems.
Note: See
TracTickets for help on using
tickets.
Adjusting priority because this is something that broke that used to work.