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

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread thegraze
I solved the problem :) I added || defined(__DragonFly__) in src/AtomBios/includes/CD_Common_Types.h and then it works fine thegraze 2008/5/2 thegraze [EMAIL PROTECTED]: Hello! I installed DragonFly 1.12.2 on my computer. When I compile the pkgsrc-wip/xf86-video-ati 6.8.0 I get the

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread Matthew Dillon
:I solved the problem :) : :I added Cool. Try pushing that back up to the maintainer of the driver if you could. I know it's a hassle. -Matt

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.

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread Thomas E. Spanjaard
thegraze wrote: I solved the problem :) I added || defined(__DragonFly__) in src/AtomBios/includes/CD_Common_Types.h and then it works fine Hmm, I pushed a similar change upstream for radeonhd many moons ago; I guess ati(4)/radeon(4) took radeonhd(4)'s AtomBIOS code before that. --

Improving Syslog

2008-05-02 Thread Martin Schütte
Hello, I am taking part in this year's Google Summer of Code for NetBSD and want to implement the upcoming IETF Syslog standards for BSD's syslogd(8). The most important improvements will be an extended message format, TLS network transport, and digital signatures. I hope these new functions

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 at

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 start dbus and

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread thegraze
Comitted. :) http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commit;h=f051359ac09c6b9416e39b9ca7d9dc0880aa1557 2008/5/2 Matthew Dillon [EMAIL PROTECTED]: :I solved the problem :) : :I added Cool. Try pushing that back up to the maintainer of the driver if you

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread Simon 'corecode' Schubert
thegraze wrote: Comitted. :) http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-ati.git;a=commit;h=f051359ac09c6b9416e39b9ca7d9dc0880aa1557 wow, this is impressive. I suspect that git plays an enabling part here, because it allows easy exchange/import of patches from other people

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: wip/xf86-video-ati does not compile

2008-05-02 Thread Jeremy Messenger
On Fri, 02 May 2008 23:28:47 +0200, Simon 'corecode' Schubert wrote: thegraze wrote: Comitted. :) http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video- ati.git;a=commit;h=f051359ac09c6b9416e39b9ca7d9dc0880aa1557 wow, this is impressive. I suspect that git plays an enabling part here,

Re: wip/xf86-video-ati does not compile

2008-05-02 Thread Simon 'corecode' Schubert
Jeremy Messenger wrote: Have you seen github.com yet? It's pretty very cool. I think someone is trying to create a similar one for hg (Mercurial). Heh, they want money for that? repo.or.cz is providing hosting for free! You can find the dragonfly sources there at

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 that was in

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