Re: [progress] Debugging evolution-2.8 on DragonFly

2006-10-21 Thread walt
On Sat, 21 Oct 2006, Joerg Sonnenberger wrote: > On Sat, Oct 21, 2006 at 06:21:00AM -0700, walt wrote: > > I'm still plugging away at evolution, try to find why it runs > > properly as root, but not as a user. > > > > I've tracked the problem down to one system call in libgmodule.so > > which is p

Re: Xen vs VMware

2006-10-21 Thread Magnus Eriksson
On Sat, 21 Oct 2006, Joerg Sonnenberger wrote: On Sat, Oct 21, 2006 at 06:38:06PM +0200, Andreas Hauser wrote: dillon wrote @ Wed, 18 Oct 2006 11:34:02 -0700 (PDT): Operating systems running under Xen have to be aware that they are running under Xen. Unless you use a current proce

Re: [progress] Debugging evolution-2.8 on DragonFly

2006-10-21 Thread Joerg Sonnenberger
On Sat, Oct 21, 2006 at 06:21:00AM -0700, walt wrote: > I'm still plugging away at evolution, try to find why it runs > properly as root, but not as a user. > > I've tracked the problem down to one system call in libgmodule.so > which is part of glib2: > > (gdb) > _g_module_symbol (handle=0x294b2

[progress] Debugging evolution-2.8 on DragonFly

2006-10-21 Thread walt
I'm still plugging away at evolution, try to find why it runs properly as root, but not as a user. I've tracked the problem down to one system call in libgmodule.so which is part of glib2: (gdb) _g_module_symbol (handle=0x294b2500, symbol_name=0x2897c57d "Bonobo_Plugin_info") at gmodule-dl.c:

Re: Xen vs VMware

2006-10-21 Thread Joerg Sonnenberger
On Sat, Oct 21, 2006 at 06:38:06PM +0200, Andreas Hauser wrote: > dillon wrote @ Wed, 18 Oct 2006 11:34:02 -0700 (PDT): > > > Xen is an operating environment. Operating systems running under Xen > > have to be aware that they are running under Xen. > > Unless you use a current processor

Re: Xen vs VMware

2006-10-21 Thread Magnus Eriksson
On Sat, 21 Oct 2006, walt wrote: Andreas Hauser wrote: Unless you use a current processor (Intel or Amd e.g.) which come with hardware virtualization... Can you point out which processors have this hardware -- are they the 64-bit models only? My instincts tell me that the 64-bit hardware

Re: Xen vs VMware

2006-10-21 Thread walt
Andreas Hauser wrote: > dillon wrote @ Wed, 18 Oct 2006 11:34:02 -0700 (PDT): > >> Xen is an operating environment. Operating systems running under Xen >> have to be aware that they are running under Xen. > > Unless you use a current processor (Intel or Amd e.g.) which come with > hardw

Re: Xen vs VMware

2006-10-21 Thread Andreas Hauser
dillon wrote @ Wed, 18 Oct 2006 11:34:02 -0700 (PDT): > Xen is an operating environment. Operating systems running under Xen > have to be aware that they are running under Xen. Unless you use a current processor (Intel or Amd e.g.) which come with hardware virtualization. There are only

Re: Postgres81 and Tsearch2?

2006-10-21 Thread Joerg Sonnenberger
On Sat, Oct 21, 2006 at 01:25:15PM +1000, Petr Janda wrote: > Does anyone know how to enable Tsearch2 full-indexing for postgresql-81? I haven't tried it, but copy postgres81-plpython, remove the python/extension.mk include and modify the BUILD_DIRS to point to contrib/tsearch2. "bmake print-PLIST