Re: mercurial problems?

2009-02-23 Thread Mauro Carvalho Chehab
On Sun, 22 Feb 2009 11:58:13 +0100
Hans Verkuil hverk...@xs4all.nl wrote:

 Hi,
 
 When I try to push changes to my tree I get these errors:
 
 pushing to ssh://hverk...@linuxtv.org/hg/~hverkuil/v4l-dvb-ng-ctrls
 searching for changes
 remote: ** unknown exception encountered, details follow
 remote: ** report bug details to http://www.selenic.com/mercurial/bts
 remote: ** or mercur...@selenic.com
 remote: ** Mercurial Distributed SCM (version 0.9.3)
 remote: Traceback (most recent call last):
 remote:   File /usr/bin/hg.real, line 12, in ?
 remote: commands.run()
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
 line 3000, in run
 remote: sys.exit(dispatch(sys.argv[1:]))
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
 line 3223, in dispatch
 remote: return d()
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
 line 3182, in lambda
 remote: d = lambda: func(u, repo, *args, **cmdoptions)
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
 line 2291, in serve
 remote: s.serve_forever()
 remote:   File /usr/lib/python2.4/site-packages/mercurial/sshserver.py, 
 line 40, in serve_forever
 remote: while self.serve_one(): pass
 remote:   File /usr/lib/python2.4/site-packages/mercurial/sshserver.py, 
 line 47, in serve_one
 remote: if impl: impl()
 remote:   File /usr/lib/python2.4/site-packages/mercurial/sshserver.py, 
 line 201, in do_unbundle
 remote: fp.close()
 remote: UnboundLocalError: local variable 'fp' referenced before assignment
 abort: unexpected response: empty string
 
 And running hg-menu will result in this:
 
 hg-menu
 /usr/local/bin/hg-menu: line 185: /tmp/dialog21904: Read-only file system
 Connection to linuxtv.org closed.

hg-menu is working here. Could you please check again?

Cheers,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: mercurial problems?

2009-02-23 Thread Hans Verkuil

 On Sun, 22 Feb 2009 11:58:13 +0100
 Hans Verkuil hverk...@xs4all.nl wrote:

 Hi,

 When I try to push changes to my tree I get these errors:

 pushing to ssh://hverk...@linuxtv.org/hg/~hverkuil/v4l-dvb-ng-ctrls
 searching for changes
 remote: ** unknown exception encountered, details follow
 remote: ** report bug details to http://www.selenic.com/mercurial/bts
 remote: ** or mercur...@selenic.com
 remote: ** Mercurial Distributed SCM (version 0.9.3)
 remote: Traceback (most recent call last):
 remote:   File /usr/bin/hg.real, line 12, in ?
 remote: commands.run()
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py,
 line 3000, in run
 remote: sys.exit(dispatch(sys.argv[1:]))
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py,
 line 3223, in dispatch
 remote: return d()
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py,
 line 3182, in lambda
 remote: d = lambda: func(u, repo, *args, **cmdoptions)
 remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py,
 line 2291, in serve
 remote: s.serve_forever()
 remote:   File
 /usr/lib/python2.4/site-packages/mercurial/sshserver.py,
 line 40, in serve_forever
 remote: while self.serve_one(): pass
 remote:   File
 /usr/lib/python2.4/site-packages/mercurial/sshserver.py,
 line 47, in serve_one
 remote: if impl: impl()
 remote:   File
 /usr/lib/python2.4/site-packages/mercurial/sshserver.py,
 line 201, in do_unbundle
 remote: fp.close()
 remote: UnboundLocalError: local variable 'fp' referenced before
 assignment
 abort: unexpected response: empty string

 And running hg-menu will result in this:

 hg-menu
 /usr/local/bin/hg-menu: line 185: /tmp/dialog21904: Read-only file
 system
 Connection to linuxtv.org closed.

 hg-menu is working here. Could you please check again?

 Cheers,
 Mauro


Johannes reported that there where harddisk problems and at the time the
harddisk was undergoing an fsck, so it was read-only. Hence the problems I
experienced.

It's working now.

Regards,

Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


mercurial problems?

2009-02-22 Thread Hans Verkuil
Hi,

When I try to push changes to my tree I get these errors:

pushing to ssh://hverk...@linuxtv.org/hg/~hverkuil/v4l-dvb-ng-ctrls
searching for changes
remote: ** unknown exception encountered, details follow
remote: ** report bug details to http://www.selenic.com/mercurial/bts
remote: ** or mercur...@selenic.com
remote: ** Mercurial Distributed SCM (version 0.9.3)
remote: Traceback (most recent call last):
remote:   File /usr/bin/hg.real, line 12, in ?
remote: commands.run()
remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
line 3000, in run
remote: sys.exit(dispatch(sys.argv[1:]))
remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
line 3223, in dispatch
remote: return d()
remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
line 3182, in lambda
remote: d = lambda: func(u, repo, *args, **cmdoptions)
remote:   File /usr/lib/python2.4/site-packages/mercurial/commands.py, 
line 2291, in serve
remote: s.serve_forever()
remote:   File /usr/lib/python2.4/site-packages/mercurial/sshserver.py, 
line 40, in serve_forever
remote: while self.serve_one(): pass
remote:   File /usr/lib/python2.4/site-packages/mercurial/sshserver.py, 
line 47, in serve_one
remote: if impl: impl()
remote:   File /usr/lib/python2.4/site-packages/mercurial/sshserver.py, 
line 201, in do_unbundle
remote: fp.close()
remote: UnboundLocalError: local variable 'fp' referenced before assignment
abort: unexpected response: empty string

And running hg-menu will result in this:

hg-menu
/usr/local/bin/hg-menu: line 185: /tmp/dialog21904: Read-only file system
Connection to linuxtv.org closed.

Regards,

Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html