Skip to content

Raspberry Pi OS trixie bootstrap installation fails (/lib/systemd/ not is path ) #1060

@idcrook

Description

@idcrook

if not shutil.which("systemd") or not shutil.which("systemctl"):

curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin admin --show-progress-page
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 18389  100 18389    0     0   162k      0 --:--:-- --:--:-- --:--:--  162k
Systemd is required to run TLJH
>>> import shutil
>>> shutil.which("systemctl")
'/usr/bin/systemctl'
>>> shutil.which("systemd")
>>>
PATH="/lib/systemd:${PATH}" which systemd
/lib/systemd/systemd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions