runtipi-cli command not found

trying to update to v2.0.3 and don't seem to have runtipi-cli, I've tried downloading the v2.0.3.tar.gz file, decompressed that and still not able to find the files in the root folder of the downloaded tar file. What am, I doing wrong?
77 Replies
oi_mista
oi_mistaOP2y ago
uname -m : aarch64 /home/pi/tipi/runtipi-2.0.3 is the new version I've manually downloaded to try and get the runtipi-cli files from to move them into my existing install
Stavros
Stavros2y ago
nooo dont do thatt remove the directory and please tell me waht version of tipi you have
oi_mista
oi_mistaOP2y ago
Current version: 1.5.2
Stavros
Stavros2y ago
ok inside the scripts folder there should be an update-system thing
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
can you run the system.sh one and screenshot it
oi_mista
oi_mistaOP2y ago
didn;t seem to do anything
No description
Stavros
Stavros2y ago
umm wait a moment ok run this sudo ./scripts/system.sh update
oi_mista
oi_mistaOP2y ago
ok that looks to have updated to 2.0.3, but my pi-hole container won;t start
Stavros
Stavros2y ago
what does docker logs -f pihole give
oi_mista
oi_mistaOP2y ago
nothing
No description
Stavros
Stavros2y ago
ok cant you cat the error.log fine in the runtipi/logs folder
oi_mista
oi_mistaOP2y ago
ah, there's where it is
oi_mista
oi_mistaOP2y ago
is what I get
No description
Stavros
Stavros2y ago
Ohh You have a lot of time to update Yeah please go to the repos/ then long name The run sudo git reset --hard And then sudo git pull Then restart tipi with sudo ./runtipi-cli stop and the sudo ./runtipi-cli start And some of your apps will have an update including pihole
oi_mista
oi_mistaOP2y ago
I have noticed that some of my apps won't update, guessing this is why thanks for all the help btw getting somewhere, but pihole failed to update lol
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
Cat the error log again Did you restart tipi
oi_mista
oi_mistaOP2y ago
with these commands
Stavros
Stavros2y ago
Did you update the repo?
oi_mista
oi_mistaOP2y ago
yeah I can see updates for the other apps I have
Stavros
Stavros2y ago
What was the output of git pull
oi_mista
oi_mistaOP2y ago
and they are being pulled
Stavros
Stavros2y ago
Ok Basically Umm stop pihole And then try to update
oi_mista
oi_mistaOP2y ago
runtipi-cli update?
Stavros
Stavros2y ago
No that will not do anything Try to stop pihole update and then start
oi_mista
oi_mistaOP2y ago
ah, pihole wasn't running when I tried to update it and won't start
Stavros
Stavros2y ago
Does your pihole have anything special or just running to block ads
oi_mista
oi_mistaOP2y ago
yeah just running to block ads couple of local DNS entries
Stavros
Stavros2y ago
Oh
oi_mista
oi_mistaOP2y ago
nothing much that I can't recreate
Stavros
Stavros2y ago
It's weird because I had fixed this issue Yeah an idea would be to unfortunately try removing it and installing it again
oi_mista
oi_mistaOP2y ago
no worries, I can do that thanks again for the help need to update all of my apps
Stavros
Stavros2y ago
Ok try reinstalling the app and tell me if it worked
oi_mista
oi_mistaOP2y ago
will do so I managed to get pihole back up and running, but none of my other apps appear to work correctly, overseer can't authenticate, homarr chucks a 404, prowlarr's config is defaulting to port 8109 but in the app it is trying to use the default 9696
Stavros
Stavros2y ago
Whatttt Something is going extremely wrong Permission issues 99%
oi_mista
oi_mistaOP2y ago
everything was working fine before the update, not sure what permissions have changed
Stavros
Stavros2y ago
They could change lets start one by one so lets start with homarr docker logs -f homarr
oi_mista
oi_mistaOP2y ago
pi@raspberrypi:~/runtipi/app-data $ sudo docker logs -f homarr Listening on port 7575 url: http://8e54af666341:7575
Stavros
Stavros2y ago
hmm are you using tipi's reverse proxy?
oi_mista
oi_mistaOP2y ago
not that I'm aware of I don't have it exposed
Stavros
Stavros2y ago
can you cat runtipi/apps/homarr/docker-compose.yml
oi_mista
oi_mistaOP2y ago
version: "3.7" services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:0.13.4 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs - ${APP_DATA_DIR}/data/icons:/app/public/icons - /var/run/docker.sock:/var/run/docker.sock environment: - PASSWORD=${HOMARR_PASSWORD} - PGID=1000 - TZ=${TZ} ports: - ${APP_PORT}:7575 networks: - tipi_main_network labels: # Main traefik.enable: true traefik.http.middlewares.homarr-web-redirect.redirectscheme.scheme: https traefik.http.services.homarr.loadbalancer.server.port: 7575 # Web traefik.http.routers.homarr-insecure.rule: Host(${APP_DOMAIN}) traefik.http.routers.homarr-insecure.entrypoints: web traefik.http.routers.homarr-insecure.service: homarr traefik.http.routers.homarr-insecure.middlewares: homarr-web-redirect # Websecure traefik.http.routers.homarr.rule: Host(${APP_DOMAIN}) traefik.http.routers.homarr.entrypoints: websecure traefik.http.routers.homarr.service: homarr traefik.http.routers.homarr.tls.certresolver: myresolver # Local domain traefik.http.routers.homarr-local-insecure.rule: Host(homarr.${LOCAL_DOMAIN}) traefik.http.routers.homarr-local-insecure.entrypoints: web traefik.http.routers.homarr-local-insecure.service: homarr traefik.http.routers.homarr-local-insecure.middlewares: homarr-web-redirect # Local domain secure traefik.http.routers.homarr-local.rule: Host(homarr.${LOCAL_DOMAIN}) traefik.http.routers.homarr-local.entrypoints: websecure traefik.http.routers.homarr-local.service: homarr traefik.http.routers.homarr-local.tls: true it's not running on port 7575, it's on 8102
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
nope thats right so if you open it with ip it says 404 not found?
oi_mista
oi_mistaOP2y ago
http://192.168.88.110:8102/404 is what I get directed to
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
hmm what does ls app-data/homarr/data give you
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
ok lets try to force change the permissions to check if something like this is wrong so chown -R 755 app-data/homarr/data/ and then stop/start tipi *homarr
oi_mista
oi_mistaOP2y ago
is that not chmod?
Stavros
Stavros2y ago
yeah sorry
oi_mista
oi_mistaOP2y ago
oops
Stavros
Stavros2y ago
no worries
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
didnt change a thing? weird
oi_mista
oi_mistaOP2y ago
it has
Stavros
Stavros2y ago
something is going extremely wrong with your install
oi_mista
oi_mistaOP2y ago
owner on some dir's is 755
Stavros
Stavros2y ago
how many apps do you have installed?
oi_mista
oi_mistaOP2y ago
I ran chown this
Stavros
Stavros2y ago
yeah did you run this?
oi_mista
oi_mistaOP2y ago
so I ran your original command and modified the owner of those directories to 755:pi and 755:root, I've re-run the command and changed everything to pi:pi and also ran chmod to set permissions to 755
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
oh ok lets start stop homarr
oi_mista
oi_mistaOP2y ago
I've stop/started homarr and it's still the same 404 page not found
Stavros
Stavros2y ago
hope thats not the case but what does ls app-data/homarr/data/config give you
oi_mista
oi_mistaOP2y ago
No description
Stavros
Stavros2y ago
ok it has something inside thats good
oi_mista
oi_mistaOP2y ago
yeah, all of the links to my apps are in there
Stavros
Stavros2y ago
i have an idea copy the data folder somewhere remove the app install it rmeove the data folder
oi_mista
oi_mistaOP2y ago
copy that json file out, remove/readd homarr and then copy it back in?
Stavros
Stavros2y ago
copy the old one
oi_mista
oi_mistaOP2y ago
uninstalled homarr and then reinstalled it, loaded fine stopped it, overwrote the default.json file and started it get the 404 again looks like there were a few updates to it that were never applied and the setup is a bit different
Stavros
Stavros2y ago
ok let me check something ok that returns nothing runtipi/app-data/homarr/data/config/ so probably homarr changed directories i am sorry but i have to go now so yea we will continue tommorow and find the problem
oi_mista
oi_mistaOP2y ago
cool no worries, thanks for the help
Stavros
Stavros2y ago
ok i am back tell me when you are too

Did you find this page helpful?