GithubHelp home page GithubHelp logo

Comments (4)

ChuckPa avatar ChuckPa commented on June 2, 2024

You probably need to update the image.
HOTIO restructured a couple times.

I've updated to account for the most recent and now current control mechanism.

Unable to find image 'ghcr.io/hotio/plex:latest' locally
latest: Pulling from hotio/plex
aece8493d397: Pull complete 
56fd3ba4dba5: Pull complete 
79aaad69f587: Pull complete 
e1be2890d24f: Pull complete 
350f2f145174: Pull complete 
c040e1341804: Pull complete 
51d0bc8224a1: Pull complete 
Digest: sha256:1d2d488e45e065c6d30f22ef55f3c7e6e5b80707f4057cab6c6e8c1406af539b
Status: Downloaded newer image for ghcr.io/hotio/plex:latest
34864fcc1f1868a19bf413353f483de82ab15d2d388b368ed14469a04158ce24
root@lizum:/home/chuck/docker# docker container list
CONTAINER ID   IMAGE                COMMAND   CREATED         STATUS         PORTS     NAMES
34864fcc1f18   ghcr.io/hotio/plex   "/init"   9 seconds ago   Up 8 seconds             hotioplex
root@lizum:/home/chuck/docker# docker exec -it hotioplex bash
root@hotioplex:/# grep -irslm 1 hotio /etc/s6-overlay/s6-rc.d
/etc/s6-overlay/s6-rc.d/init-setup/run
/etc/s6-overlay/s6-rc.d/service-plex/run
root@hotioplex:/# find /app/usr/lib/plexmediaserver /usr/lib/plexmediaserver -maxdepth 0 -type d -print -quit
find: ‘/app/usr/lib/plexmediaserver’: No such file or directory
/usr/lib/plexmediaserver
root@hotioplex:/# SERVICE_PATH=$([ -d "/run/service/plex" ] && echo "/run/service/plex" || [ -d "/run/service/service-plex" ] && echo "/run/service/service-plex")
root@hotioplex:/# echo $SERVICE_PATH
/run/service/service-plex
root@hotioplex:/# ls -la /run/service/service-plex
lrwxrwxrwx 1 root root 35 Oct 16 15:08 /run/service/service-plex -> /run/s6-rc/servicedirs/service-plex
root@hotioplex:/# 

Please confirm?

I'm working on another update for 1.0.14
Here is that 1.0.14 (not related to HOTIO) properly detecting container.

root@hotioplex:/# chmod +x dbr.sh 
root@hotioplex:/# ./dbr.sh 
 
 
 
      Plex Media Server Database Repair Utility (HOTIO)
                       Version v1.0.14
 

Select

  1 - 'stop'      - Stop PMS.
  2 - 'automatic' - Check, Repair/Optimize, and Reindex Database in one step.
  3 - 'check'     - Perform integrity check of database.
  4 - 'vacuum'    - Remove empty space from database without optimizing.
  5 - 'repair'    - Repair/Optimize databases.
  6 - 'reindex'   - Rebuild database database indexes.
  7 - 'start'     - Start PMS

  8 - 'import'    - Import watch history from another database independent of Plex. (risky).
  9 - 'replace'   - Replace current databases with newest usable backup copy (interactive).
 10 - 'show'      - Show logfile.
 11 - 'status'    - Report status of PMS (run-state and databases).
 12 - 'undo'      - Undo last successful command.

 99 - 'quit'      - Quit immediately.  Keep all temporary files.
      'exit'      - Exit with cleanup options.

Enter command # -or- command name (4 char min) : 

from plexdbrepair.

thorrrr avatar thorrrr commented on June 2, 2024

HI
I am on hotio/plex:release-1.32.6.7557-1cf77d501 same error any update on this please ?

from plexdbrepair.

ChuckPa avatar ChuckPa commented on June 2, 2024

@thorrrr

Cannot reproduce. Working correctly with DBRepair.sh 1.01.00

root@hotioplex:/# ./DBRepair.sh 
 
 
 
      Plex Media Server Database Repair Utility (HOTIO)
                       Version v1.01.00
 

Select

  1 - 'stop'      - Stop PMS.
  2 - 'automatic' - Check, Repair/Optimize, and Reindex Database in one step.
  3 - 'check'     - Perform integrity check of database.
  4 - 'vacuum'    - Remove empty space from database without optimizing.
  5 - 'repair'    - Repair/Optimize databases.
  6 - 'reindex'   - Rebuild database database indexes.
  7 - 'start'     - Start PMS

  8 - 'import'    - Import watch history from another database independent of Plex. (risky).
  9 - 'replace'   - Replace current databases with newest usable backup copy (interactive).
 10 - 'show'      - Show logfile.
 11 - 'status'    - Report status of PMS (run-state and databases).
 12 - 'undo'      - Undo last successful command.

 88 - 'update'    - Check for updates.
 99 - 'quit'      - Quit immediately.  Keep all temporary files.
      'exit'      - Exit with cleanup options.

Enter command # -or- command name (4 char min) :

Image and container info

root@lizum:/home/chuck/docker# docker image list
REPOSITORY           TAG        IMAGE ID       CREATED       SIZE
ghcr.io/hotio/plex   latest     230b9541a643   3 days ago    385MB
plexinc/pms-docker   plexpass   bd2a705539fb   2 years ago   408MB
root@lizum:/home/chuck/docker# docker container list
CONTAINER ID   IMAGE                COMMAND   CREATED         STATUS         PORTS     NAMES
1b023ddd9e2c   ghcr.io/hotio/plex   "/init"   3 minutes ago   Up 3 minutes             hotioplex
root@lizum:/home/chuck/docker# 

from plexdbrepair.

thorrrr avatar thorrrr commented on June 2, 2024

HI
Ignore it was me being stupid fully working now

from plexdbrepair.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.