ubuntuusers.de

keine verbindung zu ajenti

Autor:
Bernd_6262
Datum:
8. November 2017 19:15
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
bernd@filmkiste:~$ sudo service ajenti status
● ajenti.service - LSB: Ajenti
   Loaded: loaded (/etc/init.d/ajenti; bad; vendor preset: enabled)
   Active: active (running) since Mi 2017-11-08 15:35:00 CET; 26min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 1280 ExecStart=/etc/init.d/ajenti start (code=exited, status=0/SUCCESS)
    Tasks: 2
   Memory: 59.3M
      CPU: 1.353s
   CGroup: /system.slice/ajenti.service
           └─1517 /usr/bin/python /usr/bin/ajenti-panel -d

Nov 08 15:34:59 filmkiste systemd[1]: Starting LSB: Ajenti...
Nov 08 15:34:59 filmkiste ajenti[1280]: Starting Ajenti:
Nov 08 15:35:00 filmkiste ajenti[1280]: 2017-11-08 15:35:00,420 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
Nov 08 15:35:00 filmkiste ajenti[1280]:  * started
Nov 08 15:35:00 filmkiste systemd[1]: Started LSB: Ajenti.
bernd@filmkiste:~$ ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
-bash: module:: Datei oder Verzeichnis nicht gefunden
bernd@filmkiste:~$ sudo nano /etc/ajenti/config.json
[sudo] Passwort für bernd:
bernd@filmkiste:~$ sudo service ajenti stop

bernd@filmkiste:~$ sudo service ajenti status
● ajenti.service - LSB: Ajenti
   Loaded: loaded (/etc/init.d/ajenti; bad; vendor preset: enabled)
   Active: inactive (dead) since Mi 2017-11-08 16:19:28 CET; 37s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 3128 ExecStop=/etc/init.d/ajenti stop (code=exited, status=0/SUCCESS)
  Process: 1280 ExecStart=/etc/init.d/ajenti start (code=exited, status=0/SUCCESS)

Nov 08 15:34:59 filmkiste systemd[1]: Starting LSB: Ajenti...
Nov 08 15:34:59 filmkiste ajenti[1280]: Starting Ajenti:
Nov 08 15:35:00 filmkiste ajenti[1280]: 2017-11-08 15:35:00,420 INFO     ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
Nov 08 15:35:00 filmkiste ajenti[1280]:  * started
Nov 08 15:35:00 filmkiste systemd[1]: Started LSB: Ajenti.
Nov 08 16:19:28 filmkiste systemd[1]: Stopping LSB: Ajenti...
Nov 08 16:19:28 filmkiste ajenti[3128]: Stopping Ajenti:
Nov 08 16:19:28 filmkiste ajenti[3128]:  * stopped
Nov 08 16:19:28 filmkiste systemd[1]: Stopped LSB: Ajenti.
bernd@filmkiste:~$ sudo nano /etc/ajenti/config.json


{
    "users": {
        "root": {
            "configs": {
                "ajenti.plugins.dashboard.dash.Dash": "{\"widgets\": [{\"index\": 0, \"config\": null, \"container\": \"1\", \"class\": \"ajenti.$
            },
            "password": "sha512|$6$rounds=40000$nIVrqqz638rB8wOo$VbMv8y2lStgcsYxEuu7JfHiEd06eeiSoIbg7Hvivj9K1vPayaCbAiAqtpyOoIkNfIXFmMD0jK6Dd4WFn$
            "permissions": []
        }
    },
    "bind": {
        "host": "0.0.0.0",
        "port": 8000
    },
    "enable_feedback": true,
    "ssl": {
        "enable": true,
        "certificate_path": "/etc/ajenti/ajenti.pem"
    },
    "authentication": true,
    "installation_id": 291088
}