hello_world.c Posted April 29, 2022 Posted April 29, 2022 I am going through the following when trying to install tvheadend: Then I see briefly (< 1 second)... followed by, for another < 1 second: and then it quickly returns to: I can repeat this over and over but the software doesn't get installed. df shows only 6% used in /. Any ideas? What can I do to find out why this happens? Is there a command line option to trigger this process manually where I can observe what it does? Many thanks, Chris
Werner Posted April 30, 2022 Posted April 30, 2022 Try to install manually to get an idea about what is wrong. The armbian-config tool basically does this when selecting tvheadend for installation: https://github.com/armbian/config/blob/c9a9b494c3069807471bb00c0336566cd186f6d9/debian-software#L615-L635 1
Solution hello_world.c Posted April 30, 2022 Author Solution Posted April 30, 2022 Excellent, thank you! This is where it fails: # add-apt-repository -y add-apt-repository ppa:mamarley/tvheadend-git Error: need a single repository as argument It's one "add-apt-repository" too many. Just went through the rest of the process after fixing this command line, seems to work fine.
hello_world.c Posted April 30, 2022 Author Posted April 30, 2022 Reported the issue: https://github.com/armbian/config/issues/162.
Recommended Posts