Bug #2947
[openrc]: missing dependency 'inetutils'
Status:
confirmed
Priority:
bug
Assignee:
% Done:
0%
Description
openrc cant start hostname
/etc/init.d/hostname: line 36: hostname: command not found
Bluez needs a running hostname-service. To start the hostname-service inetutils (hostname-comand) is required.
By defaud openrc tries to start hostname-service and throws a warning. I would alsow add Inetutils as a opt-dependency to openrc.
Related issues
History
Updated by bill-auger over 2 years ago
- Assignee set to Megver83
- Status changed from unconfirmed to confirmed
- Subject changed from [bluez-openrc] dependency inetutils to [openrc]: missing dependency 'inetutils'
Updated by bill-auger over 2 years ago
it should probably be a hard dependency of 'openrc' - /etc/init.d/hostname is installed by the 'openrc' package; and that script expects `hostname` to be an executable in the system PATH
i will ping megver for his opinion
Updated by Zuss about 1 year ago
Quite a few packages require the hostname
command and it would probably be best to add in inetutils which satisfies that.
Related PR: #75
Updated by Zuss about 1 year ago
- Related to Bug #2992: fcron-openrc: should depend on inetutils added