• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting [S0lVED] Orphan files after uninstall

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    [S0lVED] Orphan files after uninstall

    Linux Mint, cannot purge all jellyfin related files
    DaveG
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-08-27, 06:29 PM (This post was last modified: 2024-09-03, 02:10 PM by DaveG. Edited 1 time in total.)
    I registered just to surrender and ask for assistance. I have struggled with Jellyfin for some time now. I have had it working fine, all except setting it up as a service. I've tried several means of installation and fear that has created this situation. Each time I'd fail and uninstall, I believe entries and files were left behind. I thought I had it cleaned up and was going to try installing Emby but it started with the Jellyfin webpage.
    At one time recently I had to reinstall Mint and thought Jellyfin would be good to reinstall, but still have the same problems.
    I only want to use it for serving my desktop music files to my Roku TV connected to my AV system, and have to start as a service.
    Suggestions?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-27, 06:35 PM
    Since Emby uses the same port, what likely happened after you installed Emby was that your browser was showing you a cached Jellyfin page.

    What problem are you having exactly?

    Installing Jellyfin on Debian based distros is super easy. We have a script that will fully automate the install.

    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

    If you've already installed Jellyfin and couldn't get it to work, you can follow these steps to ensure you are starting clean.

    Code:
    sudo apt purge jellyfin*
    sudo rm -rf /etc/jellyfin /var/lib/jellyfin
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
    sudo chown -R jellyfin: /etc/jellyfin /var/lib/jellyfin /var/log/jellyfin /var/cache/jellyfin /usr/share/jellyfin
    sudo systemctl restart jellyfin

    The chown command is to resolve a known issue during fresh installations of 10.9.10 where the permissions aren't being set correctly.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DaveG
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #3
    2024-08-27, 07:39 PM
    Thanks. The only problem I had was managing to get it to allow me have it run as a service, thus I uninstalled and reinstalled several times and several ways.
    When I've tried the commands to purge it reports that no jellyfin can be located. If I search the User level many jellyfin folders and files are found.
    I'll give your steps and see what I get. From what I've read, during installation you are presented an option to install it as a service, but I never got that.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-27, 07:49 PM
    If you install it via apt, which is what our automation script does, it will always run it as a service. There is no prompt to select the install type.

    On a WINDOWS install it will prompt you whether or not to run it as a service.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DaveG
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #5
    2024-08-27, 08:53 PM
    Well, it seemed to go well, but when it started it was Emby. It found some remnant of that recent install and now its scanning my vast library. I don't know if its worthwhile trying to now purge that from this machine because Jellyfin is also on here now.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-27, 08:55 PM
    You can't run Jellyfin and Emby at the same time. They both use port 8096 by default. If Emby was already running then Jellyfin would have failed to start since Emby was already using port 8096.

    What is the output of

    Code:
    sudo ss -tulpn | grep 8096
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DaveG
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #7
    2024-08-27, 09:00 PM
    I take that back. Emby is NOT installed but that same issue with the port must have found some cached file. I'm wondering if I should redo the steps and change the port number of flush my browser cache.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-08-27, 09:02 PM
    Just flush your browser cache. You don't need to change the port.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    DaveG
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #9
    2024-08-27, 09:05 PM
    tcp LISTEN 0 512 *:8096 *:* usersSlightly-frowning-face("EmbyServer",pid=11818,fd=209))
    DaveG
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #10
    2024-08-27, 09:15 PM
    I flushed the cache and even rebooted now have the Jellyfin set up screen. I think you've got me heaed in the right direction. I'll continue with set up and if I run head first into a wall I'll post back.
    Thanks!
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode