>From my current experience on Ubuntu 16.10 and LXC managed by Proxmox
with Neo4j:

+ The service starts but does not create listening sockets after the
initial run, when the /etc/neo4j/neo4j.conf configuration is changed to
the following below:

neo4j.conf >> ++ dbms.connectors.default_listen_address=0.0.0.0


root@neo4j-nmap:~# service neo4j status
* neo4j.service - LSB: Neo4j Graph Database server
   Loaded: loaded (/etc/init.d/neo4j; generated; vendor preset: enabled)
   Active: active (exited) since Fri 2017-02-17 04:24:15 UTC; 5 days ago
     Docs: man:systemd-sysv-generator(8)
  Process: 486 ExecStart=/etc/init.d/neo4j start (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 4915)
   CGroup: /system.slice/neo4j.service

Feb 17 04:24:15 neo4j-nmap systemd[1]: neo4j.service: Failed to reset 
devices.list: Operation n
Feb 17 04:24:15 neo4j-nmap systemd[1]: Starting LSB: Neo4j Graph Database 
server...
Feb 17 04:24:15 neo4j-nmap neo4j[486]: Starting Neo4j.
Feb 17 04:24:15 neo4j-nmap neo4j[486]: WARNING: Max 1024 open files allowed, 
minimum of 40000 r
Feb 17 04:24:15 neo4j-nmap neo4j[486]: Started neo4j (pid 579). By default, it 
is available at 
Feb 17 04:24:15 neo4j-nmap neo4j[486]: There may be a short delay until the 
server is ready.
Feb 17 04:24:15 neo4j-nmap neo4j[486]: See /var/log/neo4j/neo4j.log for current 
status.
Feb 17 04:24:15 neo4j-nmap systemd[1]: Started LSB: Neo4j Graph Database server.
Feb 17 04:38:44 neo4j-nmap systemd[1]: neo4j.service: Failed to reset 
devices.list: Operation n

  
root@neo4j-nmap:~# netstat -ant|grep LISTEN
tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN     
tcp6       0      0 :::5355                 :::*                    LISTEN     
tcp6       0      0 :::22                   :::*                    LISTEN     
tcp6       0      0 ::1:25                  :::*                    LISTEN

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1582364

Title:
  Failure to reset devices.list on LXC privileged containers on Xenial

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1582364/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to