Bug 30147 - lacks systemd unit file
Summary: lacks systemd unit file
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: connman (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Michael Shigorin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-01 12:08 MSK by Michael Shigorin
Modified: 2014-07-01 13:29 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2014-07-01 12:08:35 MSK
systemd-214 был неисправимо улучшен и теперь попытка запуска connmand при помощи инитскрипта выглядит примерно так:

---
[ *** ] A start job is running for (null) (... / 5min 3s)
[FAILED] Failed to start (null).
See 'systemctl status connmand.service' for details.
--- http://lists.altlinux.org/pipermail/sisyphus/2014-July/362467.html

В тарболе 1.24 содержится такой файл:

---
[Unit]
Description=Connection service
Requires=dbus.socket
After=dbus.socket
Before=remote-fs.target

[Service]
Type=dbus
BusName=net.connman
Restart=on-failure
ExecStart=@prefix@/sbin/connmand -n
StandardOutput=null

[Install]
WantedBy=multi-user.target
--- connman-1.24/src/connman.service.in
Comment 1 Alexey Shabalin 2014-07-01 12:12:45 MSK
нужен симлинк connmand.service -> connman.service.
Для systemd это два разных сервиса, для одного есть unit-файл, для другого генерируется из init-скрипта.
Эта ошибка присутствовала и ранее, просто теперь она стала явно проявляться.
Comment 2 Michael Shigorin 2014-07-01 13:06:07 MSK
(В ответ на комментарий №1)
> нужен симлинк connmand.service -> connman.service.
Действительно.
Comment 3 Repository Robot 2014-07-01 13:29:48 MSK
connman-1.20-alt3 -> sisyphus:

* Tue Jul 01 2014 Michael Shigorin <mike@altlinux> 1.20-alt3
- symlink connman.service as connmand.service (closes: #30147)