|
List Info
Thread: Hula on Debian with Dragonlfy
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-22 20:47:41 |
Hello,
I wrote a few weeks ago about my problems with installing
Hula. There
are still actual, but today I readed last entry on blog:
"Hula now runs under mod_python with Debian
stable"!
http://www.alcoholicsunanimous.com
/blog/2006/09/12#mod_python-for-debian-sarge
I uninstalled my previous (not-working) Hula and now I want
to try it
again. I have Debian 3.1 with 2.4.x kernel - what need I do
to have
Hula with Dragonfly working?
I understand, that I must upgrade kernel to 2.6 series. But
what's next?
Need I get last version from SVN and compile myself?
I'm asking, because I dont see hula-dragonfly anymore in
repository:
debian:/# apt-cache search hula
hula - integrated mail & calendar system with simple
interface
hula-cil-agents - integrated mail & calendar system with
simple
interface
hula-mta - integrated mail & calendar system with simple
interface
libhula-cil - integrated mail & calendar system (mono
libraries)
libhula-dev - integrated mail & calendar system
(development files)
libhula0 - integrated mail & calendar system (libraries)
libhula-import0 - integrated mail & calendar system
(libraries)
So, what need I to do, to have Hula with Dragonfly working?
Thank You kindly for help.
--
Best Regards
Wojciech Kocjan
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-25 14:00:34 |
On Fri, 2006-09-22 at 22:47 +0200, Wojciech Kocjan wrote:
> I understand, that I must upgrade kernel to 2.6 series.
That seems to be the case at the moment - at least with the
2.4 kernel
Debian ships, the semaphores in Hula don't seem to work.
> Need I get last version from SVN and compile myself?
No.
There are two repositories of Debian packages, and you're
looking at the
older one.
deb http://www.eurobo
b.f2s.com/packages debian-sarge/
.. is probably what you want.
Cheers,
Alex.
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-29 13:11:54 |
Hi,
Thank You for help. I upgraded kernel to 2.6.x and installed
hula and
hula-dragonfly. Installation was without problems, but I
have now
problems with log in.
If I try to login on mydomain.com/hula I have error:
----
DEBUG: trying to log in as admin
DEBUG: GET /user/admin/preferences/dragonfly.json started...
ERROR: Exception GET /user/admin/preferences/dragonfly.json:
MochiKit.Async.XMLHttpRequestError: Request failed: HTTP
Error: 401/
(h
ttp://kocjan.net/hula/js/lib/MochiKit/Base.js:1077)
ERROR: Error loading preferences:
MochiKit.Async.XMLHttpRequestError:
Request failed: HTTP Error: 401/
(h
ttp://kocjan.net/hula/js/lib/MochiKit/Base.js:1077)
----
I tried to log in with username: admin and password: hula
After installation I run hula-setup and choosed option
number 3 (hula
managed slapd).
I tried also adding new user, with command:
hula-admin --authuser=admin --authpass=hula user-add
test --userpass=test --surname=testing
and the result is:
ERROR: Authentication failure
How can I change admin password? Default values are not
working for me.
I found on /etc/hula/hula-slapd.conf lines:
rootdn cn=admin,dc=example,dc=com
rootpw T8ihzFC9LTgVQrGoap1lA30x7I5US0VVZ3V2Sk0=
Is it password here?
And maybe it will help: When I type in browser URL /user I
have "error
404", when i type
/user/admin/preferences/dragonfly.json I have "403
forbidden".
Thank You kindly for help.
--
Best Regards,
Wojciech Kocjan
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-29 14:49:07 |
That exactly the problem I have on Ubuntu. We tried to debug
it on IRC
without success.
As a temporary solution, you can still use the built-in
webserver
instead of Apache.
With hula already running, type in a terminal :
"hula-standalone -d --no-dns"
Then copy/paste the URL who will appear in your web browser.
On 9/29/06, Wojciech Kocjan <wojtek igol.pl> wrote:
> Hi,
>
> Thank You for help. I upgraded kernel to 2.6.x and
installed hula and
> hula-dragonfly. Installation was without problems, but
I have now
> problems with log in.
>
> If I try to login on mydomain.com/hula I have error:
>
> ----
> DEBUG: trying to log in as admin
> DEBUG: GET /user/admin/preferences/dragonfly.json
started...
> ERROR: Exception GET
/user/admin/preferences/dragonfly.json:
> MochiKit.Async.XMLHttpRequestError: Request failed:
HTTP Error: 401/
> (h
ttp://kocjan.net/hula/js/lib/MochiKit/Base.js:1077)
> ERROR: Error loading preferences:
MochiKit.Async.XMLHttpRequestError:
> Request failed: HTTP Error: 401/
> (h
ttp://kocjan.net/hula/js/lib/MochiKit/Base.js:1077)
> ----
>
> I tried to log in with username: admin and password:
hula
> After installation I run hula-setup and choosed option
number 3 (hula
> managed slapd).
>
> I tried also adding new user, with command:
>
> hula-admin --authuser=admin --authpass=hula user-add
> test --userpass=test --surname=testing
>
> and the result is:
>
> ERROR: Authentication failure
>
> How can I change admin password? Default values are not
working for me.
> I found on /etc/hula/hula-slapd.conf lines:
>
> rootdn cn=admin,dc=example,dc=com
> rootpw T8ihzFC9LTgVQrGoap1lA30x7I5US0VVZ3V2Sk0=
>
> Is it password here?
>
> And maybe it will help: When I type in browser URL
/user I have "error
> 404", when i type
/user/admin/preferences/dragonfly.json I have "403
> forbidden".
>
> Thank You kindly for help.
>
>
>
> --
> Best Regards,
>
> Wojciech Kocjan
> _______________________________________________
> Hula-general mailing list
> Hula-general forge.novell.com
> http://forge.novell.com/mailman/listinfo/hula-general
>
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-29 15:21:26 |
Hello,
Thank You for reply,
> As a temporary solution, you can still use the built-in
webserver
> instead of Apache.
>
> With hula already running, type in a terminal :
"hula-standalone -d
> --no-dns"
When I type that command I have: (hula is running)
debian:/# hula-standalone -d --no-dns
Traceback (most recent call last):
File "/usr/libexec/hula/hula-standalone.py",
line 28, in ?
import hula.dragonfly.HulaSession as HulaSession
File
"/usr/lib/python2.3/site-packages/hula/dragonfly/HulaSe
ssion.py",
line 99, in ?
Session = ApacheSession.Session
AttributeError: 'module' object has no attribute 'Session'
Any ideas?
Thank You for help.
--
Best Regards,
Wojciech Kocjan
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-29 15:45:03 |
On Fri, 2006-09-29 at 16:49 +0200, Lionel Dricot wrote:
> That exactly the problem I have on Ubuntu. We tried to
debug it on IRC
> without success.
If it's authentication, it could be the other bug I posted a
patch for
earlier today.
If you start hulamanager manually, do you get the same types
of error
message the other person posted?
Cheers,
Alex.
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-29 21:55:24 |
Hello,
> If it's authentication, it could be the other bug I
posted a patch
> for earlier today.
>
> If you start hulamanager manually, do you get the same
types of error
> message the other person posted?
If I run hulamanager manually I haven't the same errors. I
have:
debian:/# hulamanager -d
hulamanager: starting managed slapd...
hulamanager: slapd started
hulamanager: Unknown agent 'Address Book Agent'
hulamanager: running in background
debian:/# hulacollector: couldn't connect to nmap
hulacollector: couldn't connect to nmap
hulaantispam: spamd integration is not enabled and no hosts
allowed or
disallowed; unloading
hulamanager: hulaantispam exited
--
Best Regards,
Wojciech Kocjan
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-09-30 12:23:52 |
I use your latest Deb (2564) and still have the bug :
ERROR: Exception GET
/user/ploum/calendar/all/calendars.json:
MochiKit.Async.XMLHttpRequestError: Request failed: HTTP
Error: 401/
(http://
localhost/js/lib/MochiKit/Base.js:1077)
ERROR: Exception GET
/user/ploum/addressbook/personal/contacts.json:
MochiKit.Async.XMLHttpRequestError: Request failed: HTTP
Error: 401/
(http://
localhost/js/lib/MochiKit/Base.js:1077)
ERROR: error loading contacts/calendars:
MochiKit.Async.XMLHttpRequestError: Request failed: HTTP
Error: 401/
(http://
localhost/js/lib/MochiKit/Base.js:1077)
But if you posted the patch today, I will test with the next
debs update
I'm really happy that someone found a solution to this
problem, thank you !
On 9/29/06, Alex Hudson <home alexhudson.com> wrote:
> On Fri, 2006-09-29 at 16:49 +0200, Lionel Dricot wrote:
> > That exactly the problem I have on Ubuntu. We
tried to debug it on IRC
> > without success.
>
> If it's authentication, it could be the other bug I
posted a patch for
> earlier today.
>
> If you start hulamanager manually, do you get the same
types of error
> message the other person posted?
>
> Cheers,
>
> Alex.
>
> _______________________________________________
> Hula-general mailing list
> Hula-general forge.novell.com
> http://forge.novell.com/mailman/listinfo/hula-general
>
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
| Hula on Debian with Dragonlfy |

|
2006-10-21 10:17:16 |
Hi,
> I use your latest Deb (2564) and still have the bug :
>
> ERROR: Exception GET
/user/ploum/calendar/all/calendars.json:
> MochiKit.Async.XMLHttpRequestError: Request failed:
HTTP Error: 401/
> (http://
localhost/js/lib/MochiKit/Base.js:1077)
> ERROR: Exception GET
/user/ploum/addressbook/personal/contacts.json:
> MochiKit.Async.XMLHttpRequestError: Request failed:
HTTP Error: 401/
> (http://
localhost/js/lib/MochiKit/Base.js:1077)
> ERROR: error loading contacts/calendars:
> MochiKit.Async.XMLHttpRequestError: Request failed:
HTTP Error: 401/
> (http://
localhost/js/lib/MochiKit/Base.js:1077)
>
> But if you posted the patch today, I will test with the
next debs
> update I'm
really happy that someone found a solution to this
> problem, thank you !
Are there any chances to new .deb packages with this patch?
My hula
still isn't working and it's very bad to me, because I
haven't one of
my e-mail addresses.
I check every 3-4 days for apt-get upgrade, but there are'nt
nothing new
with hula.
--
Best Regards,
Wojciech Kocjan
_______________________________________________
Hula-general mailing list
Hula-general forge.novell.com
http://forge.novell.com/mailman/listinfo/hula-general
|
|
[1-9]
|
|