Pascom 18 OnSite | Interface/ Schnittstelle debuggen

Problem

Eine Schnittstelle lässt sich nicht mehr starten und es sind detaillierte Fehlermeldungen für weiteren Support notwendig.

Interface/ Schnittstelle debuggen

Wenn Sie Ihre Schnittstelle genauer untersuchen und debuggen möchten, können Sie sich via SSH auf Ihrem pascom Server einloggen und mit folgendem Befehl die Interfaces starten und überprüfen.

cs --debug container start ifens192

Beispiel

cs --debug container start ifens192
Excerpt from the logfile /var/lib/lxc/ifens192/log/ifens192.log (some output is ommited!)

lxc 20180813095852.216 ERROR lxc_conf - conf.c:run_buffer:416 - Script exited with status 1.
lxc 20180813095852.216 ERROR lxc_start - start.c:lxc_init:450 - Failed to run lxc.hook.pre-start for container "ifens192".
lxc 20180813095852.216 ERROR lxc_start - start.c:__lxc_start:1314 - Failed to initialize container "ifens192".
lxc 20180813095852.216 WARN lxc_commands - commands.c:lxc_cmd_rsp_recv:177 - Command get_cgroup failed to receive response: Connection reset by peer.

Error: Container ifens192 failed to start.
Traceback (most recent call last):
    File "/usr/bin/cs", line 242, in container_start
        c.start(g_debug)
    File "/opt/cstools/cs/container.py", line 122, in start
       raise Exception("Container %s failed to start" % self.name)
Exception: Container ifens192 failed to start
1 Like