Tag Archives: systemd

Permalink to single post

Gentoo+systemd+Linux Kernel 3.14でトラブる

恒例のGentooハマり。

Kernel 3.12から3.13や3.14にカーネルアップするとどうもうまく動かなかった。

具体的には、ディスクマウントのところでタイムアウト (ログには「Timed out waiting for device dev-sda6.device」とか出る) したり、nouveauのドライバで初期化にこけたり。

いろいろと調べつつ、以下の二ヶ所直せばとりあえず動いた。

1点目: マウントオプション: noauto, x-systemd.automount

/etc/fstabの全てのディスクとNFSの行に「noauto, x-systemd.automount」オプションをつける。

Gentoo Forums :: View topic – Systemd timing out during local disk mount

ここみてやってみたら動いた。ただ「temporarily fix」だよと言っている。

systemd (日本語) – Arch Linux

なんかfsckとかぶったりしてうまくいかないっぽい。

2点目: SYSFS_DEPRECATED関連をOFFる

systemdをemergeしたときに完全に見落としていた。こんなメッセージが出る。

* Messages for package sys-apps/systemd-208-r3:

*   CONFIG_SYSFS_DEPRECATED:     should not be set. But it is.
*   CONFIG_SYSFS_DEPRECATED_V2:     should not be set. But it is.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.

これをOFFってなかった。非常に残念なミス。

Permalink to single post

Gentoo with systemdでzabbix-agentd.confの指定がおかしい

net-analyzer/zabbix-2.2.0-r3のsystemd用起動ファイルにある設定ファイルの指定がおかしいかったので修正。
system # cd /usr/lib/systemd/system
system # diff zabbix-agentd.service zabbix-agentd.service.orig
9c9
< ExecStart=/usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
---
> ExecStart=/usr/sbin/zabbix_agentd