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

Re: Issue while testing 1.1.3 on a Pi2

$
0
0
As I suspected my system uses python3 by default for Samba.
I can changed two lines in shoutbox_stuff.sh from
python psogen.py generate
python diskusage.py generate
to
python2 psogen.py generate
python2 diskusage.py generate

and seemed to fix it....except for droopy which I assume is still using python3 in piratebox_alt. Not sure how to clarify python2 in the start-stop-daemon

the above may only be true on systems with python2 and python3 installed. /usr/bin/python was simlinked to /usr/bin/python3 which is how I discovered that. If I change the python simlink, it breaks samba(wins, netbios, filesharing, and a few other programs I have installed that use python3).

Viewing all articles
Browse latest Browse all 1863

Trending Articles