Problem with RH5 and 0.9.3 and Current CVS
Clevenger, Kevin
KClevenger at coh.org
Wed Apr 25 18:00:21 UTC 2007
Hi,
Everything works fine on our identically configured RH4/Cent4 and FC6 (all 64bit) boxes, same http.conf etc. It does this on CentOS5 with the latest CVS or 0.9.3.
CentOS release 5 (Final) 32bit
Apache 2.2.3
Python 2.4.3
# hg push
pushing to https://linuxutil/hg/linuxutil
http authorization required
realm: Mercurial Server
user: kclevenger
password:
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 0.9.3)
Traceback (most recent call last):
File "/usr/bin/hg", line 12, in ?
commands.run()
File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3000, in run
sys.exit(dispatch(sys.argv[1:]))
File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3223, in dispatch
return d()
File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 3182, in <lambda>
d = lambda: func(u, repo, *args, **cmdoptions)
File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 1971, in push
r = repo.push(other, opts['force'], revs=revs)
File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 1359, in push
if remote.capable('unbundle'):
File "/usr/lib/python2.4/site-packages/mercurial/repo.py", line 22, in capable
for cap in self.capabilities:
File "/usr/lib/python2.4/site-packages/mercurial/httprepo.py", line 211, in get_caps
self.caps = self.do_read('capabilities').split()
File "/usr/lib/python2.4/site-packages/mercurial/httprepo.py", line 275, in do_read
fp = self.do_cmd(cmd, **args)
File "/usr/lib/python2.4/site-packages/mercurial/httprepo.py", line 235, in do_cmd
resp = urllib2.urlopen(urllib2.Request(cu, data, headers))
File "/usr/lib/python2.4/urllib2.py", line 130, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib/python2.4/urllib2.py", line 741, in http_error_401
host, req, headers)
File "/usr/lib/python2.4/urllib2.py", line 720, in http_error_auth_reqed
return self.retry_http_basic_auth(host, req, realm)
File "/usr/lib/python2.4/urllib2.py", line 730, in retry_http_basic_auth
return self.parent.open(req)
File "/usr/lib/python2.4/urllib2.py", line 364, in open
response = meth(req, response)
File "/usr/lib/python2.4/urllib2.py", line 471, in http_response
response = self.parent.error(
File "/usr/lib/python2.4/urllib2.py", line 396, in error
result = self._call_chain(*args)
File "/usr/lib/python2.4/urllib2.py", line 337, in _call_chain
result = func(*args)
File "/usr/lib/python2.4/urllib2.py", line 916, in http_error_401
host, req, headers)
File "/usr/lib/python2.4/urllib2.py", line 807, in http_error_auth_reqed
raise ValueError("AbstractDigestAuthHandler doesn't know "
ValueError: AbstractDigestAuthHandler doesn't know about Basic
"EMF <COH.ORG>" made the following annotations.
------------------------------------------------------------------------------
SECURITY/CONFIDENTIALITY WARNING:
This message and any attachments are intended solely for he individual or entity to which they are addressed. This communication may contain information that is privileged, confidential, or exempt from disclosure under applicable law (e.g., personal health information, research data, financial information). Because this e-mail has been sent without encryption, individuals other than the intended recipient may be able to view the information, forward it to others or tamper with the information without the knowledge or consent of the sender. If you are not the intended recipient, or the employee or person responsible for delivering the message to the intended recipient, any dissemination, distribution or copying of the communication is strictly prohibited. If you received the communication in error, please notify the sender immediately by replying to this message and deleting the message and any accompanying files from your system. If, due to the security risks, you do not wish to receive further communications via e-mail, please reply to this message and inform the sender that you do not wish to receive further e-mail from the sender.
==============================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20070425/c28e693d/attachment-0001.html>
More information about the Mercurial
mailing list