> Using the package. Is the tar a better way to go? No, the .deb package is nicely integrated into the system (db startup, shutdown, logs) and is upgraded via apt-get, so I'd say keep using it. The tar archive is more general (so it works on all Linux flavours) and is only needed if you want to do things like running multiple Neo4j instances in parallel (which requires proper configuration), e.g. using the tar version to run tests before updating the system-wide version.
Am Mittwoch, 20. August 2014 20:20:03 UTC+2 schrieb Daniel Wertheim: > > The installation instructions I took was these: > http://danielwertheim.se/2014/08/17/getting-neo4j-up-and-running-on-ubuntu-14-04-and-hyper-v/ > > On Wednesday, 20 August 2014 08:51:46 UTC+2, Johannes Mockenhaupt wrote: >> >> If you're using the tar achive from the Neo4j website (as opposed to a >> .deb package): did you set the 'wrapper.user=' variable in >> 'conf/neo4j-wrapper.conf?' >> >> Am Dienstag, 19. August 2014 21:23:42 UTC+2 schrieb Daniel Wertheim: >>> >>> Still the same. >>> >>> //Daniel >>> >>> On Tuesday, 19 August 2014 09:58:12 UTC+2, Stefan Armbruster wrote: >>>> >>>> Regarding the first warning: on Ubuntu you need to set the limits in a >>>> seperate file within `/etc/security/limits.d` directory. E.g. I'm >>>> using `/etc/security/limits.d/neo4j.conf` with these contents: >>>> * soft nofile 40000 >>>> * hard nofile 40000 >>>> >>>> Cheers, >>>> Stefan >>>> >>>> 2014-08-18 21:14 GMT+02:00 Daniel Wertheim <[email protected]>: >>>> > After install, the service and all is running under the neo4j user, >>>> but when >>>> > restarting the service there are two warnings being promted. >>>> > >>>> > The first one: "Warning: Max 1024 open files...."; has various >>>> suggestions >>>> > on Stackoverflow and the manual I followed the steps listed in the >>>> manual >>>> > but when restarting the service (I have tried to reboot as well), it >>>> still >>>> > prompts about the same number of files. >>>> > >>>> > The second: "Warning: not changing user". >>>> > >>>> > Anyone that has input on how to actually solve these two warnings? >>>> For the >>>> > first warning people seem to configure it for root instead of neo4j, >>>> but >>>> > that feels wrong. >>>> > >>>> > //Daniel >>>> > >>>> > -- >>>> > You received this message because you are subscribed to the Google >>>> Groups >>>> > "Neo4j" group. >>>> > To unsubscribe from this group and stop receiving emails from it, >>>> send an >>>> > email to [email protected]. >>>> > For more options, visit https://groups.google.com/d/optout. >>>> >>> -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
