Re: Unable to open repository following reboot

2013-12-05 Thread Pat Haley
Hi Les, Well that reboot was more of an adventure than I had anticipated. And in all the "adventure" we ended up rolling back to the configuration without quotas, but svn is working now. Thanks for all of your time and help. Pat Hi Les, On Wed, Dec 4, 2013 at 7:09 PM, Pat Haley wrote:

Re: Unable to open repository following reboot

2013-12-05 Thread Pat Haley
Hi Les, On Wed, Dec 4, 2013 at 7:09 PM, Pat Haley wrote: One thing that didn't stand out in my original Email was the reason for the reboot. We turned quotas on. Would svn react poorly to this? Only on a write that exceeds quota. It is a generic linux box. However doing dmesg before a

Re: Unable to open repository following reboot

2013-12-05 Thread Thorsten Schöning
Guten Tag Pat Haley, am Donnerstag, 5. Dezember 2013 um 02:20 schrieben Sie: > % file /home/phaley/Papers/2011/ArpitVel/SvnPaper/db/rep-cache.db > /home/phaley/Papers/2011/ArpitVel/SvnPaper/db/rep-cache.db: SQLite 3.x > database, user version 1 [...] > lstat(".svn/log", 0x7fff48dcbec0) = -1

Re: Unable to open repository following reboot

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 7:09 PM, Pat Haley wrote: > >> One thing that didn't stand out in my original Email was the reason > for the reboot. We turned quotas on. Would svn react poorly > to this? Only on a write that exceeds quota. > It is a generic linux box. However doing dmesg before and >

Re: Unable to open repository following reboot

2013-12-04 Thread David Chapman
On 12/4/2013 5:20 PM, Pat Haley wrote: You can cause strace to write to a file with "-o myoutputfile" So if you want to post I'd do: strace -o myoutputfile -s 0 svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper That line is complaining about a stale file handle: fcntl(3, F_SETLK, {

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Ben, On 12/4/13 12:52 PM, Pat Haley wrote: - (trying local access) - mseas(PaperWork)% svn update svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' svn: disk I/O error s

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Les, On Wed, Dec 4, 2013 at 4:31 PM, Pat Haley wrote: How about 'svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper'? No, that also fails mseas(MeanAvg)% svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper svnadmin: disk I/O error svnadmin: disk I/O error So, I'm guessi

Re: Unable to open repository following reboot

2013-12-04 Thread Ben Reser
On 12/4/13 12:52 PM, Pat Haley wrote: > - > (trying local access) > - > > mseas(PaperWork)% svn update > svn: Unable to open an ra_local session to URL > svn: Unable to open repository > 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' > svn: disk I/O er

Re: Unable to open repository following reboot

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 4:31 PM, Pat Haley wrote: > >> How about 'svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper'? > > > No, that also fails > > mseas(MeanAvg)% svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper > svnadmin: disk I/O error > svnadmin: disk I/O error So, I'm gues

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Les, On Wed, Dec 4, 2013 at 4:06 PM, Pat Haley wrote: svn: Unable to open repository 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' svn: disk I/O error svn: disk I/O error Sorry that I forgot to mention it in my original Email, but yes I can look in the directory, and I seem to see

Re: Unable to open repository following reboot

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 4:06 PM, Pat Haley wrote: > >>> svn: Unable to open repository >>> 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' >>> svn: disk I/O error >>> svn: disk I/O error > Sorry that I forgot to mention it in my original Email, > but yes I can look in the directory, and I seem

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Henrik, Last week we rebooted the NAS server which hosts the disk where (among other things) our svn repositories reside, in order to enable quotas on that disk. Since that time, we have been unable to work with these repositories. We see the following error messages -

Re: Unable to open repository following reboot

2013-12-04 Thread Henrik Carlqvist
> Last week we rebooted the NAS server which hosts the disk where > (among other things) our svn repositories reside, in order > to enable quotas on that disk. Since that time, we have been > unable to work with these repositories. We see the following > error messages > > -