Quantcast
Channel: PirateBox Forum - Raspberry Pi(rate)Box
Viewing all articles
Browse latest Browse all 1863

Re: Raspberry Pi pre release testing

$
0
0
OK, found where you are setting the format, only problem seems to be, that setting the date with the openwrt format does not work with arch:

# Does not work
date -s"201705261113"
date: invalid date '201705261113'

# Works, but not comparable
date -s"2017-05-26 11:13"
Fri May 26 11:13:00 UTC 2017

# Works, but not comparable
date -s"20170526 1113"
Fri May 26 11:13:00 UTC 2017

# Works, comparable, but not exact
sudo date -s"20170526"
Fri May 26 00:00:00 UTC 2017

So I will set the timeformat to "+%C%g%m%d", this is not perfect but at least it works to some degree.

Minidlna had a problem because it is not allowed to write to /opt/piratebox/tmp, I now gave that dir 777, that fixes the problem.
Timesave and minidlna fixes are pushed to the testing branch.

Viewing all articles
Browse latest Browse all 1863

Trending Articles