You are not logged in.

#1 2012-02-14 21:10:45

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

[SOLVED] Some daemons does not start

I have gpm and dbus installed, and they can be started manually,
but when I boot gpm does not start, and I get the message
:: Loading User-specified Modules   WARNING: Module dbus not found [FAIL]

Both are listed in DAEMONS in /etc/rc.conf

Last edited by Hibernate (2012-02-14 22:16:05)

Offline

#2 2012-02-14 21:16:11

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Some daemons does not start

Please paste your rc.conf


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2012-02-14 21:23:29

willbprog127
Member
Registered: 2011-11-09
Posts: 59

Re: [SOLVED] Some daemons does not start

Isn't dbus just a service and not a module?  It should be in your DAEMONS array in rc.conf but I don't think it should be in your MODULES array...

Offline

#4 2012-02-14 21:26:08

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Some daemons does not start

Whoops, it is in both, how could I not see that (it even printed Module(s)).

Offline

#5 2012-02-14 21:34:06

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Some daemons does not start

So gpm does not start, but dbus is ok.

My rc.conf file without comments:

LOCALE="en_GB.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK=UTC"
TIMEZONE="Europe/Stockholm"
KEYMAP="sv-latin1"
CONSOLEFONT="lat9w-16"
CONSOLEMAP=
USECOLOR="yes"

MODULES=(fuse snd-pcm-oss)

UDEV_TIMEOUT=30
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"

HOSTNAME="North"
interface=eth0
address=
netmask=
broadcast=
gateway=
NETWORK_PERSIST="no"

DAEMONS=(hwclock syslog-ng @network gpm netfs crond dbus)

Offline

#6 2012-02-14 21:42:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Some daemons does not start

Move dbus to the front...

Last edited by jasonwryan (2012-02-14 21:42:13)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2012-02-14 21:45:58

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Some daemons does not start

Does not help, and I have tried moving gpm to the end.
This order is identical to the one I had in my previous installation where
everything worked, with the only difference is that I have added @ to network.

Offline

#8 2012-02-14 21:57:34

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Some daemons does not start

You removed dbus from MODULES and you still get the same error?

Offline

#9 2012-02-14 22:02:06

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Some daemons does not start

The warning about dbus is resolved, but gpm does not start.

Offline

#10 2012-02-14 22:08:59

meph
Member
Registered: 2011-06-06
Posts: 160

Re: [SOLVED] Some daemons does not start

Any error messages? Anything at all to go with? "Does not start" won't tell us much I'm afraid....


Running arch is like raising a puppy - if you spend a bit of time with it each day and do just a bit of training you'll end up with the most loyal partner you could want; if you lock it in a room and don't check on if for several days, it'll tear apart your stuff and poop everywhere.

Offline

#11 2012-02-14 22:12:02

meph
Member
Registered: 2011-06-06
Posts: 160

Re: [SOLVED] Some daemons does not start

By the way, you really should have dbus early in your daemon array, as lots of stuff depends on it. In your case I would put it right before network.


Running arch is like raising a puppy - if you spend a bit of time with it each day and do just a bit of training you'll end up with the most loyal partner you could want; if you lock it in a room and don't check on if for several days, it'll tear apart your stuff and poop everywhere.

Offline

#12 2012-02-14 22:15:37

Hibernate
Member
From: Stockholm, Sweden
Registered: 2011-07-12
Posts: 100

Re: [SOLVED] Some daemons does not start

I've solved the issue by letting it start from the initscripts,
also my initscripts had apparently stopped working because they where no longer executable (permission flag).

Offline

Board footer

Powered by FluxBB