[influxdb] Correct ownerships for files on ARM/RPi?

2016-09-15 Thread teppo . kurki
I started to look into an Ansible script to install InfluxDB on my Raspberry Pi. Download & extract & run as root work, but I would like to use the stock systemd unit file, where the user is influxdb. All the files in the archive are root/root owner/group. Is there an easier method than trial

[influxdb] Re: Correct ownerships for files on ARM/RPi?

2016-09-15 Thread Teppo Kurki
Maybe I'm doing something else wrong? uname -a Linux x 4.4.13-v7+ #894 SMP Mon Jun 13 13:13:27 BST 2016 armv7l GNU/Linux wget https://dl.influxdata.com/influxdb/releases/influxdb-1.0.0_linux_armhf.tar.gz sudo tar xvf influxdb-1.0.0_linux_armhf.tar.gz -C / --strip-components=2 adduser influx

Re: [influxdb] Correct ownerships for files on ARM/RPi?

2016-09-17 Thread Teppo Kurki
to take the systemd unit file from here > <https://github.com/influxdata/influxdb/blob/master/scripts/influxdb.service> > . > Yes, as I stated in the first message. > > Thanks, > Ross > > On Thu, Sep 15, 2016 at 4:04 PM, Teppo Kurki > wrote: > >> Maybe I'm do

Influxdb on RPi, was Re: [influxdb] Correct ownerships for files on ARM/RPi?

2016-10-08 Thread Teppo Kurki
> > > > have you got influxdb 1.0 running on raspberry pi? > I'm a complete newbie... So, could you help me on the way? > > wget https://dl.influxdata.com/influxdb/releases/influxdb-1. > 0.2_linux_armhf.tar.gz > tar xvfz influxdb-1.0.2_linux_armhf.tar.gz > > Next steps? > Though they are listed as