Re: How can I start a daemon under DFly?

2008-05-03 Thread Chris Turner
thegraze wrote: ImportError: No module named gtkmozembed looks like this is missing: http://www.pygtk.org/pygtkmozembed/index.html I'm guessing either you need to get pygtk installed or perhaps it is not compiled with this module.. if the latter, might just need a CONFIGURE_ARGS+= something

Re: How can I start a daemon under DFly?

2008-05-03 Thread thegraze
dbus works already, but I had only a problem with exaile thegraze 2008/5/3 walt <[EMAIL PROTECTED]>: > thegraze wrote: > > > @ walt: > > The error message: > > process 772: D-Bus library appears to be incorrectly set up; failed to > > read machine uuid: Failed to open "/var/lib/dbus/machine-id":

Re: How can I start a daemon under DFly?

2008-05-03 Thread walt
thegraze wrote: @ walt: The error message: process 772: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory ls: /usr/pkg/etc/rc.d/dbus: No such file or directory The rc script is missing so dbus is

Re: How can I start a daemon under DFly?

2008-05-03 Thread thegraze
@ walt: The error message: process 772: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not compiled with backtrace support so unable

Re: How can I start a daemon under DFly?

2008-05-02 Thread Chris Turner
Justin C. Sherrill wrote: - seems to imply that the file /var/lib/dbus/machine-id needs to be created. 'touch /var/lib/dbus/machine-id' may do it. I haven't run d-bus on my own, so this is a guess on my part. might be that touching an empty file will work, I've been running dbus-uuidgen >

Re: How can I start a daemon under DFly?

2008-05-02 Thread Justin C. Sherrill
On Fri, May 2, 2008 5:11 pm, thegraze wrote: > I have put the > > dbus="YES" > > > in the /etc/rc.conf > and then I restarted > but the error message is the same: Ah, your problem is not starting the daemon. It's getting started just fine, but there's a configuration error. This error message th

Re: How can I start a daemon under DFly?

2008-05-02 Thread walt
thegraze wrote: I have put the dbus="YES" in the /etc/rc.conf and then I restarted but the error message is the same: I think you forgot to tell us what the error message says. Any pkgsrc package installs configuration and 'rc' files in /usr/pkg/etc. For dbus, see /usr/pkg/etc/dbus-1 and /

Re: How can I start a daemon under DFly?

2008-05-02 Thread thegraze
I have put the dbus="YES" in the /etc/rc.conf and then I restarted but the error message is the same: 2008/5/2 Justin C. Sherrill <[EMAIL PROTECTED]>: > On Fri, May 2, 2008 12:57 pm, thegraze wrote: > > Hello! > > > > Sorry for my silly question. But how can I start a daemon!? I will > > st

Re: How can I start a daemon under DFly?

2008-05-02 Thread Justin C. Sherrill
On Fri, May 2, 2008 12:57 pm, thegraze wrote: > Hello! > > Sorry for my silly question. But how can I start a daemon!? I will > start dbus and some other daemons like hal. But how? In /etc/rc.conf: dbus="YES" Or whatever other names are used for the script put in /etc/rc.d. The message printed

Re: How can I start a daemon under DFly?

2008-05-02 Thread Brian Gianforcaro
thegraze wrote: Hello! Sorry for my silly question. But how can I start a daemon!? I will start dbus and some other daemons like hal. But how? I am rejoiced about each answer thegraze The DragonFly Handbook lists a couple options. http://wiki.dragonflybsd.org/index.cgi/configtuning-starting

How can I start a daemon under DFly?

2008-05-02 Thread thegraze
Hello! Sorry for my silly question. But how can I start a daemon!? I will start dbus and some other daemons like hal. But how? I am rejoiced about each answer thegraze