monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] ViewMTN shows empty list of branches; error in log


From: Timothy Brownawell
Subject: Re: [Monotone-devel] ViewMTN shows empty list of branches; error in log
Date: Mon, 26 Jan 2009 21:02:58 -0600

On Mon, 2009-01-26 at 09:47 +0100, Ludovic Brenta wrote:
> Hi
> 
> I'm trying to restore the viewmtn service on www.ada-france.org.

> In the home page of the web interface, the list of branches is empty.
> The list of tags is OK; from a tag I can then navigate to a branch.
> Whenever I reload the home page (which should contain the list of
> branches), the console says:
> 
> 'exception writing to child process; attempting restart: Traceback (most 
> recent call last):\n  File "/var/lib/monotone/net.angrygoats.viewmtn/mtn.py", 
> line 168, in __run\n    self.process.tochild.flush()\nIOError: [Errno 32] 
> Broken pipe\n'
> '[10396] stopping process: 10407'
> 
> Did I do something wrong?  I looked at the "mtn log" of mtn.py but
> could not find anything that would require a version of monotone more
> recent than I have.
> 
> Any help is appreciated.
> 
> PS.
> $ mtn status
> Current branch: net.angrygoats.viewmtn
> Changes against parent ff6f92608b076dabc1da2f37b4aa326f47a8a7eb
>   no changes
> 
> $ mtn --full-version
> monotone 0.31 (base revision: 1bd1fe1e811dce82bee09b9f0effca3225bd1cee)
> Running on          : Linux 2.6.24.2dedibox-r8-1-c7 #1 Mon Feb 11 17:41:33 
> CET 2008 i686
> C++ compiler        : GNU C++ version 4.1.2 20061115 (prerelease) (Debian 
> 4.1.1-21)
> C++ standard library: GNU libstdc++ version 20061115
> Boost version       : 1_33_1
> Changes since base revision:
> unknown

@@ 394,2 @@ mtn.py
 def branches(self):
         for line in (t.strip() for t in self.automate.run('branches',
[], ignore_suspend_certs="")):

NEWS says that "mtn suspend" and the --ignore-suspend-certs option were
added in 0.41.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]