You are not logged in.

#1 2013-02-20 14:43:04

hotvic
Member
Registered: 2013-02-11
Posts: 109

systemctl status:Failed to issue method call: Did not receive a reply.

Hi,

after boot if i run "systemctl status lxdm" i see this error:

Failed to issue method call: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

And also i have others issues:
1. - LXDM are not start automatically (i already run "systemctl enable lxdm")
2. - i have noted that system are more slow than normal

ls -l /etc/systemd/system/display-manager.service
lrwxrwxrwx 1 root root 36 Fev 20 10:42 /etc/systemd/system/display-manager.service -> /usr/lib/systemd/system/lxdm.service

Offline

#2 2013-02-21 14:12:38

hotvic
Member
Registered: 2013-02-11
Posts: 109

Re: systemctl status:Failed to issue method call: Did not receive a reply.

# journalctl -b

[...]
Fev 21 11:01:50 Victor-A systemd[1]: Unit systemd-journald.service entered failed state
[...]
Fev 21 11:01:50 Victor-A kernel: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[...]
Fev 21 11:01:50 Victor-A systemd-tmpfiles[137]: Failed to create file /var/log/lastlog: No such file or directory
Fev 21 11:01:50 Victor-A systemd-tmpfiles[137]: Failed to create file /var/log/wtmp: No such file or directory
Fev 21 11:01:50 Victor-A systemd-tmpfiles[137]: Failed to create file /var/log/btmp: No such file or directory
[...]
Fev 21 11:01:50 Victor-A systemd[1]: Failed to open private bus connection: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
[...]
Fev 21 11:03:20 Victor-A systemd[1]: Failed to start Login Service.
Fev 21 11:03:20 Victor-A systemd[1]: Unit systemd-logind.service entered failed
[...]

Offline

#3 2013-02-21 14:19:21

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: systemctl status:Failed to issue method call: Did not receive a reply.

You need to run systemctl enable lxdm.service, not systemctl enable lxdm.

Offline

#4 2013-02-21 14:24:20

hotvic
Member
Registered: 2013-02-11
Posts: 109

Re: systemctl status:Failed to issue method call: Did not receive a reply.

Thanks elkoraco,

but i already tried and no success sad

Offline

#5 2013-02-21 14:29:36

hotvic
Member
Registered: 2013-02-11
Posts: 109

Re: systemctl status:Failed to issue method call: Did not receive a reply.

after some searches, i discovered that problem is an delay to mount /var (yes, my /var is separated).

i was using systemd unit, now removed unit and added to fstab, and system work perfectly...

My Unit (That cause problems):
File: var.mount

[Unit]
Wants=local-fs-pre.target

[Mount]
What=/dev/sda3
Where=/var
Type=jfs
Options=defaults,noatime

[Install]
WantedBy=dev-sda3.device

fstab (working...):

# 
# /etc/fstab: static file system information
#
# <file system>	<dir>	<type>	<options>	<dump>	<pass>
#

/dev/sda4       /          jfs      defaults,noatime           0 1
/dev/sda3      /var      jfs      defaults,noatime           0 2

What's problem with unit ?

Last edited by hotvic (2013-02-21 14:32:27)

Offline

Board footer

Powered by FluxBB