questionable feature- rcvar woes
- From: Andrei Kolu <antik@xxxxxx>
- Date: Wed, 28 Nov 2007 21:16:51 +0200
Something is wrong with rcvar or I am just blatant.
For example:
1) Enable powerd in rc.conf
# echo 'enable_powerd="YES"' >> /etc/rc.conf
2) Launch powerd
# /etc/rc.d/powerd start
Starting powerd.
3) And stopping it.
# /etc/rc.d/powerd stop
Stopping powerd.
Everything looks fine, but when I disable powerd in rc.conf then problem
arise.
1) Disable powerd in rc.conf- comment it out.
# enable_powerd="YES"
2) Stop powerd
# /etc/rc.d/powerd stop
...silence- nothing in logs either.
What? Not even a warning message and powerd is actually running- why I have to
reboot to disable it? I know that I can stop it by enabling it in rc.conf but
what the point? Same problem when I want to start some service without
appropriate line in rc.conf. I'd prefer to see somekind of warning about
misconfigured rc.conf or at least information about what's going on in
reality.
Andrei
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: questionable feature- rcvar woes
- From: Dan Nelson
- Re: questionable feature- rcvar woes
- From: Milan Obuch
- Re: questionable feature- rcvar woes
- From: John Baldwin
- Re: questionable feature- rcvar woes
- Prev by Date: Re: connect() returns EADDRINUSE during massive host->host conn rate
- Next by Date: Re: msdosfs performance unbearable
- Previous by thread: FreeBSD 6.2-RELEASE always hang
- Next by thread: Re: questionable feature- rcvar woes
- Index(es):
Relevant Pages
|
|