I've switched to using apache. No luck. Still can't log in. I'm
running kernel 2.6.18 on Debian Etch. I'm not running Xen and I'm not
accessing Bongo by IP address or localhost.


Here's my apache error log:


[Sun Feb 11 10:51:42 2007] [notice] mod_python: (Re)importing module
'bongo.dragonfly.Server'
[Sun Feb 11 10:51:48 2007] [error] [client 192.168.1.2] got
credentials from X-Bongo-Authorization header
[Sun Feb 11 10:51:48 2007] [error] [client 192.168.1.2] Headers are:
{'Accept': 
'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',\n
'Accept-Charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',\n
'Accept-Encoding': 'gzip,deflate',\n 'Accept-Language':
'en-us,en;q=0.5',\n 'Connection': 'keep-alive',\n 'Host':
'mail.sruchris.com',\n 'If-Modified-Since': 'Tue, 22 Feb 1972 22:22:22
GMT',\n 'Keep-Alive': '300',\n 'User-Agent': 'Mozilla/5.0 (Windows; U;
Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9',\n
'X-Bongo-Agent': 'Dragonfly/0.1',\n 'X-Bongo-Authorization':
'********'}
[Sun Feb 11 10:51:48 2007] [error] [client 192.168.1.2] Cookies are: {}
[Sun Feb 11 10:51:48 2007] [error] [client 192.168.1.2] currentUser is rupert
[Sun Feb 11 10:51:48 2007] [error] [client 192.168.1.2] Unable to get
cookie BongoAuthToken.rupert for rupert
[Sun Feb 11 10:51:48 2007] [error] opening Store connection to 127.0.0.1:689
[Sun Feb 11 10:51:58 2007] [error] [client 192.168.1.2] Exception
creating store cookie for rupert\nTraceback (most recent call last):\n
File "/opt/bongo/lib/python2.4/site-packages/bongo/dragonfly/Auth.py",
line 75, in CreateStoreCookie\n    store = StoreClient(username,
username, authPassword=password)\n  File
"/opt/bongo/lib/python2.4/site-packages/bongo/store/StoreClient.py",
line 375, in __init__\n    if not self.connection.UserAuth(user,
authPassword):\n  File
"/opt/bongo/lib/python2.4/site-packages/bongo/store/StoreConnection.py",
line 80, in UserAuth\n    return UserAuth(self.stream, user,
password)\n  File
"/opt/bongo/lib/python2.4/site-packages/bongo/store/StoreConnection.py",
line 45, in UserAuth\n    r = stream.GetResponse()\n  File
"/opt/bongo/lib/python2.4/site-packages/bongo/store/CommandStream.py",
line 100, in GetResponse\n    s = self.readline()\n  File
"/opt/bongo/lib/python2.4/site-packages/bongo/store/CommandStream.py",
line 106, in readline\n    s = self.stream.readline()\n  File
"socket.py", line 332, in readline\n    data =
self._sock.recv(self._rbufsize)\ntimeout: timed out
[Sun Feb 11 10:51:58 2007] [error] [client 192.168.1.2] couldn't
create a store cookie for rupert


-Chris


On 2/10/07, Alex Hudson <[EMAIL PROTECTED]> wrote:
On Sat, 2007-02-10 at 10:45 -0500, Chris Thomas wrote:
> Yes, I changed the user password. I can't log in with any account,
> whether it's admin, rupert or the user that I created for myself.
>
> I get "Incorrect user or password" when I try to log in. Output from
> bongo-standalone shows: [10/Feb/2007 10:31:21] code 401, message
> Unauthorized

Ah, ok.

You've run into the most common problem with Bongo - sadly, the error
message isn't very helpful. Once thing that is high on my list is a
better error message in this situation.

We have a basic troubleshooting guide:

        http://www.bongo-project.org/Documentation/Troubleshooting

There is a Dragonfly section, most of which is dedicated to this
problem.

It may well be that the guide doesn't move you on much further - if you
have any interesting logs from bongo-standalone that would help.
Otherwise, perhaps drop by IRC and have a chat with someone?

Cheers,

Alex.


_______________________________________________
Bongo-users mailing list
[email protected]
https://mail.gna.org/listinfo/bongo-users


_______________________________________________
Bongo-users mailing list
[email protected]
https://mail.gna.org/listinfo/bongo-users

Reply via email to