Closed Bug 541101 Opened 15 years ago Closed 14 years ago

after interruption in a commit, I can't commit any more

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: egamonal, Assigned: arzhel)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; ca; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6
Build Identifier: 

Some days ago I interrupted with Ctrl+C a commit to mozilla-europe.org subversion. Today I tried to commit some changes and it failed with the following error:

edu@debian:~/mozilla/europe/ca$ svn ci -m "translated security page into catalan"
Sending        firefox/security/index.html
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open file '/repo/svn/mozilla/db/txn-current-lock': permission denied"
edu@debian:~/mozilla/europe/ca$ 

Reproducible: Always

Steps to Reproduce:
1. make some changes in a file, commit, and cancel it while sending files with ctrl+C
2. pretend to commit changes again.
Actual Results:  
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open file '/repo/svn/mozilla/db/txn-current-lock': permission denied

Expected Results:  
successful commit, obviously :)

I tried to make a cleanup (svn cleanup) but nothing was fixed.
I also removed the repository local folder and checked it out again following wiki's instructions ( https://wiki.mozilla.org/SVN ), without success. The error persists.
I'm using the same configuration I had when it used to work. Debian, bash and a ssh key.
Assignee: server-ops → aravind
Bakbone could very well be the culprit here, pinging them gave me zero answers.  To be clear, we don't see any memory contention or CPU contention here.  The only kind of problem is with i/o wait times and server not responding to i/o requests while backups are in progress, correct?
crap, wrong bug!  sorry.
Assignee: aravind → ayounsi
Eduard, could you try to commit again now ?
Hi Arzhel,
Still an error (even after another cleanup), this time with another file:

edu@debian:~/mozilla/europe/ca$ svn st
M       firefox/security/index.html
edu@debian:~/mozilla/europe/ca$ svn ci -m "localized (ca - catalan) security page, already attached to its bug"
Sending        firefox/security/index.html
Transmitting file data .svn: Commit failed (details follow):
svn: Can't open '/repo/svn/mozilla/db/tempfile.tmp': permission denied
edu@debian:~/mozilla/europe/ca$
Arzhel, any progress here?
Eduard, your commit rights were missing in LDAP, I updated them, could you try again please?
it's fixed. thank you!
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.