mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
client175: Convert python2 modules in source tarball to python3
- Patch created to convert all python modules to python3 compatibility that need it. 2to3 converter used for this. - Start initscript changed to use python3 - No change required in rootfile - Execution of patch added to lfs file - Tested in vm machine. WUI page showed the same as with the python version. scan of directory for mp3 (.flac) files was successful. Could not test actual audio playing capability as my vm testbed does not have any audio setup at this time. I believe that the purpose of client175 is to provide the WUI page and for that my testing seemed to show everything working as expected. Tested-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
92c3ba8c9d
commit
6d11cd4375
@@ -26,7 +26,7 @@ case "$1" in
|
||||
fi
|
||||
fi
|
||||
boot_mesg "Starting Client175 MPD WebIF..."
|
||||
sudo -u nobody python /srv/client175/server.py > /var/log/client175 2>&1 &
|
||||
sudo -u nobody python3 /srv/client175/server.py > /var/log/client175 2>&1 &
|
||||
echo $! > /var/run/client175.pid
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user