Re: [Dorset] Application not running

2024-10-21 Thread Ralph Corderoy
Hi, Patrick wrote: > > I have been following this page: > > https://www.linux.org/docs/man1/systemd-bootchart.htm s/$/l/ gives a working https://www.linux.org/docs/man1/systemd-bootchart.html > > But my understanding is that it should produce a file upon bootup, > > but it does not. > > Did you

Re: [Dorset] Application not running

2024-10-21 Thread Patrick Wigmore
On Sun, 20 Oct 2024 22:19:18 +0100, Tim wrote: > Evening all > > I am trying to get bootchart to work (it provides a graphical view > of the boot process in an attempt to help resolve slow boot up). > > I have been following this page: > https://www.linux.org/docs/man1/systemd-bootchart.htm > >

Re: [Dorset] Application not running

2024-10-20 Thread Terry Coles
On 20/10/2024 22:19, Tim wrote: Why is it not running on bootup? AT WMT, we add the following code to .bashrc in the Pi directory: if [ $(tty) == /dev/tty1 ]; then cd rivercontrolsystem ./main.py --id "SUMP” fi Presumably, you can do something similar to execute bootchart? If you need it t

[Dorset] Application not running

2024-10-20 Thread Tim
Evening all I am trying to get bootchart to work (it provides a graphical view of the boot process in an attempt to help resolve slow boot up). I have been following this page: https://www.linux.org/docs/man1/systemd-bootchart.htm If I open the command line and type sudo /usr/lib/systemd/s