Leverz

Members
  • Posts

    68
  • Joined

  • Last visited

Posts posted by Leverz

  1. Fix Common Problems does not start, when I go to the Apps tab, it hangs. It does not update anything on the page.
     

    Restart etc does not help.

    This has happened after (yet another) failure of a USB drive, and reinstating a backup.
    -----------------------

    Where can I find the logs. I have checked in /var/log/ and a few other locations, but I can't seem to get it.

     

    Also noticed that in
    /usr/local/emhttp/plugins/community.applications/

    that the file community.applications.plg is not showing. Perhaps I'm mistaken in its location.

    -----------------------

    I had this in other locations, advised to add it here. This has been on-going for a few months now. Any help would be appreciated.

  2. On 11/1/2023 at 1:20 AM, Leverz said:

    Where can I find the logs. I have checked in /var/log/ and a few other locations, but I can't seem to get it.

     

    Also noticed that in
    /usr/local/emhttp/plugins/community.applications/

    that the file community.applications.plg is not showing. Perhaps I'm mistaken in its location.

    Anybody have any idea how I can progress to fix CA, as I can't even get the logs?

  3. 5 hours ago, Squid said:

    Easiest to diagnose Apps.  Settings, Community Applications, Enable Debugging.  

     

    Go To Apps.  After ~5 minutes, go back to Settings, Community Applications and download the debug log.

     

    Post that back in the Community Applications thread

    Where can I find the logs. I have checked in /var/log/ and a few other locations, but I can't seem to get it.

     

    Also noticed that in
    /usr/local/emhttp/plugins/community.applications/

    that the file community.applications.plg is not showing. Perhaps I'm mistaken in its location.

  4. Thanks, I done it again and done it instead with an older backup I had. It worked, of course some dockers and stuff are not working, error:

    Configuration not found. Was this container created using this plugin?

    Any work arounds for this?

  5. Hi,

     

    The system was running without issues, and then it was acting strange, I could access the docker instances that where running, but not the WebUI. I could interact with the terminal via an existing SSH, which I used to reboot.

    From that point nothing. I checked with a monitor attached and it starts goes past the BIOS (older hardware), and then displays:
     

    Loading Operating System ...

     

    I rebooted with an ISO of POP_OS! and that ran without issues, so I created a new UNRaid stick and started it up. I now get
     

    Loading Operating System ...
    GRUB

     

    I have read forums and I have been unable to find any references to this. Does anyone have any ideas?
    Thanks in advance.

  6. This seems to be a problem with other docker applications too. I just had something similar with Sonarr.
     

    Search failed because its attempt to write a readonly database attempt to write a readonly database. 
    Try refreshing the series info and verify the necessary information is present before searching again

     

    Should I close this thread and create a new one?

  7. So I put in a few install (disabled the old one), Linuxserver version.
    I got in, set up the shares it is scanning everything seems to be fine. I was considering stopping it, and dropping in the old DB files.

    Then I got this error.

    Starting Plex Media Server. . . (you can ignore the libusb_init error)
    PMS: failure detected. Read/write access is required for path: /config/Library/Application Support/Plex Media Server


    It repeats this.

  8. Plex is not starting, with the error
     

    Error: Unable to set up server: sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)

     

    I'm unsure how to fix this, I tried changing permission to the data setting it to read and write for all to check, but this did not change anything.
    The plex logs are essentially

    Starting Plex Media Server.
    [services.d] done.
    Error: Unable to set up server: sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)
    Stopping Plex Media Server.
    Starting Plex Media Server.
    Error: Unable to set up server: sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)
    Stopping Plex Media Server.
    Starting Plex Media Server.
    Error: Unable to set up server: sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)
    Stopping Plex Media Server.
    Starting Plex Media Server.
    Error: Unable to set up server: sqlite3_statement_backend::loadOne: attempt to write a readonly database (N4soci10soci_errorE)
    Stopping Plex Media Server.


    I have also ran the sqlite app from plex, that when it scanned the db, it found no errors.
    In tools, I tried the "Docker Safe New Perms", and this did not correct the issue either.


    Any help would be great, thanks.

    diagnostics-20230726-0421.zip

  9. Hi,

    I done the upgrade to 6.10.3, and since then all my python scripts have stopped working.

     

    I have tried using Nerd Tools to update the python packs, but still on the terminal python is responding
    bash: python: command not found

    bash: python: command not found

    I can enter the python environment with python3.

     

    Just for clarification, I'm trying to run

    python /in/this/directory/myscript.py

     

    Any help would be great, as the all my cron and manual jobs are based around python calls.

  10. 12 hours ago, ich777 said:

    I always recommend that you set your appdata share to use cache "Only" or "Prefer" in the Share settings. If you are not comfortable with that I would recommend to create a new share that use this settings and when installing container point them to this share (absolute path - not FUSE path) eg: /mnt/cache/games/vrising

    Cache Pool is set as Preferred.

     

    13 hours ago, ich777 said:

    Which files did you edit, or at least in which location? The files are located usually in .../vrising/save-data/Settings

     I edited the cache files, in the wrong location it seems. I was working on the .../vrising/VRisingServer_Data/StreamingAssets/Settings/

    I have moved those files to the .../save-data/Settings/ location, and all is right with the world.

     

    Thanks for your help

    • Like 1
  11. 2 hours ago, Newtious said:

    I have ran into issues with editing the files hosted in the cache but not the stored files.. and vice versa..   edit it with the docker off..  save it..  run mover.. double check that its actually

    Thanks, yeah, I have being editing the files with the server down. I'm running mover now afterwards to see if that will help.

     

    For clarity.

    • Server off
    • Editing files with nano
      • Writing out
      • Exiting file
    • Running mover
    • Starting server

     

    The files are both identical (cache and appdata), but they are not being used.

     

     

  12. I had the server running without any issues. I then added a new share, as soon as I did this, the docker 

    1. Stopped running
    2. Did now show up on docker list

     

    I tried a few things, and finally removed the files from the appdata, and reinstalled again. Every time I add any shares the same thing happens.
     

    The error I'm getting is
     

    mount path must be absolute

     

    Each time the docker does disappears from the docker containers list.

    Any ideas? Thanks in advance.