Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Torlew

Members
  • Joined

  • Last visited

  1. Hi guys, where's the cache? Inside Jellyfin settings it says /cache/transcodes. However, when I look into the Container Settings then there is no /cache directory defined. THere are only the TV, Movies and the appdata/Jellyfin path defined, which maps internally to /config. I have also looked at the directories while Jellyfin was transcoding, but there was simply no /transcode path inside my /appdata. Where is /cache located? Is it possible that this is acutally in the vdisk ? Since I am missing other folders like images too?
  2. HI, I am using the Container without VPN. My question is about folders. How can I separate downloaded content from Configurations? I don´t get how to set this up. I have defined "Host Path 2" as: "/mnt/user/download/usenet", where it is supposed to store the downloaded content, however, it seems that the correct Variable is "/config". But there the standard Path is appdata and everything, including downloads, will be stored there. So, I now have changed this path to my "/mnt/user/download/usenet", but now it generates metadata here. Which I don´t want. -> How can I keep the metadata in the appdata folder AND have my downloads in my Share?
  3. Hello there! How do I refuse the connection of other people? I found that I have to modify the .yml file, but I am unable to find the szurubooru installation path. There is none in /cache/appdata nor in /user/appdata. And with "find" I can´t find anything about szurubooru either. Can you help me?
  4. Thank´s, it is able to open the encryption. However, it does not find anything, except the files that were written by the Container. How can this be? The delete happened in less than a half hour. That shouldn´t be enough time for a complete wipe, no? The Scan is complete within two seconds.
  5. Hi, so.. my migration to a new Server did not go well so far.... I installed Nextcloud and Postresql and set one of those paths wrongly, apparently to the root of my disks... And instead of just adding new files to the root, it deleted everything. Which was surprisingly fast.... I have found xfs_undelete, but I am not exactly sure how to use it. root@Tower:/etc/xfs_undelete-15.0# ./xfs_undelete -t 2024-11-19 -o /dev/sdc /dev/sdc Cannot create output directory. can't create directory "/dev/sdc": file already exists root@Tower:/etc/xfs_undelete-15.0# ./xfs_undelete -t 2024-11-19 -o /mnt/disk4 /dev/sdc This isn't an XFS filesystem or filesystem image. root@Tower:/etc/xfs_undelete-15.0# ^C root@Tower:/etc/xfs_undelete-15.0# ./xfs_undelete /dev/sdc This isn't an XFS filesystem or filesystem image. root@Tower:/etc/xfs_undelete-15.0# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS loop0 7:0 0 63.4M 1 loop /lib loop1 7:1 0 338.8M 1 loop /usr loop2 7:2 0 20G 0 loop /var/lib/docker/btrfs /var/lib/docker loop3 7:3 0 1G 0 loop /etc/libvirt sda 8:0 1 59.8G 0 disk └─sda1 8:1 1 59.8G 0 part /boot sdb 8:16 0 119.2G 0 disk └─sdb1 8:17 0 119.2G 0 part └─sdb1 254:1 0 119.2G 0 crypt /mnt/cache sdc 8:32 0 14.6T 0 disk └─sdc1 8:33 0 14.6T 0 part sdd 8:48 0 2.7T 0 disk ├─sdd1 8:49 0 16M 0 part └─sdd2 8:50 0 2.7T 0 part /mnt/disks/Volume md4p1 9:4 0 14.6T 0 md └─md4p1 254:0 0 14.6T 0 crypt /mnt/disk4 root@Tower:/etc/xfs_undelete-15.0# ./xfs_undelete -t 2024-11-19 -o /dev/sdd2 /dev/sdc1 Cannot create output directory. can't create directory "/dev/sdd2": file already exists root@Tower:/etc/xfs_undelete-15.0# ./xfs_undelete -t 2024-11-19 -o /mnt/disks/Volume /dev/sdc1 This isn't an XFS filesystem or filesystem image. What am I doing wrong? Why does it say that it isn´t an xfs filesystem? Is it because it is encrypted? Why couldn´t I just use it on the open array? Could you please help me to get this to run? I guess restricting the recovered FIles to under 2GB would be enough too. EDIT: Okay, just found that I have to use the "other" disk name. With this the program just found a hundred files, but only trash .txt, and .php files. Not sure why the rest ist not recovered. ./xfs_undelete -t 2024-11-19..-4hours --no-remount-readonly -o /mnt/disks/Volume/ /dev/mapper/md4p1 What am I doing wrong here? Is there any other drive I have to use to get the data from my disk back?
  6. Thanks for your answer! I tried to switch to Bridge, but it produces an error when I am building the image.. I just deleted all occurances of Jellyfin (there were entries from 2022...) and redownloaded it. WhenI change to Bridge Mode and keep the Ports then I get the Error: There is no network.xml in any of the folders. I stopped Emby and started Jellyfin. Now when I change the ports in Emby, I get the error with "failed to bind". -> Why is it not possible to properly change the Docker Settings? btw: I upgraded from 6.9 to 6.12.13 recently. Do I have to do an Docker update or something like that?
  7. Ahh thank you guys! I only saw the buttons at the bottom and thought that download was missing.
  8. Hi, I have here a problem with a new Jellyfin setup. Linuxserver and BBergie Docker do not start because there is already another Docker mapped to the Port. binhex Jellyfin does start, but I am unable to passthrough my iGPU and according to multiple Forum Posts it seems that the easiest Solution is to switch to the official Jellyfin Image. Whenever I start Jellyfin I get the error: [21:28:22] [INF] [1] Main: Kestrel is listening on 0.0.0.0 [21:28:22] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to 0.0.0.0:7359 System.Net.Sockets.SocketException (98): Address already in use at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Bind(EndPoint localEP) at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken) [21:28:23] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable. [21:28:23] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use. ..... ....... ............. at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation) [21:28:23] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again [21:28:23] [FTL] [1] Main: Error while starting server System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use. Due to this error I changed the IP and Ports of this Jellyfin, but it does not seem to be propagated to the system. This is already the third or fourth install of this Container. I set the settings when I installed the Container. At the beginning it also wrongly opened Emby instead of the Jellyfin Address, but after a Server restart it was properly saved. Can you please tell me why this happens?
  9. I would like to know as well!
  10. HI, the description of the Plugin is: Can anybody tell me how to download files from my Server to my Windows with this Plugin? I cannot find this function?
  11. I assume first upgrading the Version and then adding my other stuff should be done first? btw: Is the root password I use when I am directly connected to the Server the same as in the Webui? I can login into the Webui, but not onto the Server itself...
  12. Hello there! I finally got around buying new Hardware after the old one broke. The USB Stick is still working and running on the new System, I hope that the HDD´s will work too. I had no Parity and one Cache drive. Currently it is running in my old Case, until I the new one arrives. The PSU only has three SATA Power Connectors, although I had six drives. I do know the HDD ordering. Now I want: Upgrade from 6.9 to the latest v6 Use a new USB Stick Get one of my drives and the Cache to work Upgrade the Cache from 128GB To 500GB Upgrade the existing Docker/Plugins Install and Config my newly needed Dockers Configuring the BIOS My questions are: Can I just create a new USB Stick with the Tool and copy the /config folder over? Can I just add my Cache and biggest HDD to the System, without looking at the order or should I ensure that I keep the old order? I had a Script which which my encrypted Array got the Encryption key from ftp, is this still possible? How can I see if my System goes into deep sleep with my SATA Controller? How should I move the data from Cache 1 to Cache 2 ? How should my order of actions be?
  13. Hello guys can I take the takeaways from this Thread (update Firmware and ASMedia1166) for NVME Slots too? ie.: one of those: NVME to SATA Or are there other problems? Would you rather take an NVME to Sata or PCIe to SATA? My Board only has one PCIe and one NVME and I am thinking about taking the Controller for the NVME SLot so that I can later add an PCIE to two NVME Cards Adapter. Would that be an good idea?
  14. Yes, that´s why I am confused. It specifically says 062 and has four Ports. Wouldn´t that mean that it uses Multipliers? Where can I see if an Adapter uses Port Multipliers?
  15. Hi, I am looking for a 4 Port SATA Card. Would this Ziyituod with Asmedia1062 Chip be okay. Or should I rather choose one of those with the recommended Chips from here: https://geizhals.at/?cat=iosasraid&xf=4384_ASMedia+ASM1064~4384_ASMedia+ASM1164~4384_ASMedia+ASM1166~4384_JMicron+JMB585~497_4~5679_SATA maybe this one since it has PCIe 2x instead like all the others 1x ? Oh wait, this one actually has the ASM1164 Chip.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.