tshorts

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by tshorts

  1. From the Guide: https://docs.unraid.net/unraid-os/manual/changing-the-flash-device/ How do I know which drive is which? 3 have the same name, and the other 2 the same name. The have different sd-lettering, but not sure if they will change when I change USB, or what will information will be removed and what will stay. Or do the quote above not matter if I replace from backup zip file?
  2. I suspect it's problems with the USB. I get some SQUASHFS errors in syslog, which searching seems to be USB. chkdsk shows no errors but I don't trust that, it's way to fast.
  3. Thank you! Then I'll go forward with the project. Much obliged.
  4. I use Nginx Proxy Manager to get web addresses to correct docker in the server. From internet videos.mycooldomain.com points to 10.1.1.1:555 that i run jellyfin on, ftp.mycooldomain.com points to 10.1.1.1:21 which i run my ftp docker on. Can I also use it for external server? I have a raspberry pi I want to run another server on, let's say IRC-server and it has 10.1.1.200. Can I do the same, like irc.mycooldomain.com and point the unraid nginx to 10.1.1.200:6667? So traffic goes from internet to unraid, nginx forward it to the other physical server?
  5. No, I'm not. Running a quite (too) basic "unnamed" router ISP gave me. Which I haven't changed settings on or updated any firmware since issue started.
  6. Had reverse proxy through cloudflare for over a year without any issues. Last week I've had 3 instances of problem with it, without any changes in cloudflare, or locally on the apps affected (have done some other stuff on the server though, installed dockers and such for LAN use only). 1.domain.com -> jellyfin (web-based) 2.domain.com -> webserver A few days ago I couldn't reach jellyfin from the outside, it worked fine locally. A reboot of the server fixed it (reboot of jellyfin docker, cloudflare docker, or nginx docker). Today I can't reach jellyfin, nor the webserver. I booted the server 2 hours ago, after 8 hours of being turned off. (All relevant dockers are set to autostart) I get cloudflare error: Browser Working, Cloudflare Working, 1.domain.com Host Error. Where can I begin to look for core fault reason? What logs etc. What should I look for?
  7. I see my public (none-vpn) IP on the IRC server. But found the built in VPN Wireguard thing, so I'll look into that. Understand that's where VPN for outbound traffic is supposed to go.
  8. Is it possible to use the VPN only for outgoing traffic? Like not having the web interface VPN:ed, but the other traffic. Eg, Torrent-program. No VPN for the interface, but VPN for all torrent traffic. Or TheLounge. Let's use my instance of irc-client TheLounge. Locally I use port 9000 for the WebUI, and a subdomain which is reversed-proxied to 9000 when used externally. So I don't want to VPN that part. 9000 is the only port mentioned in the docker settings and under Port Mappings column. TheLounge connects to an external IRC-server on port 6697, that server see my personal public IP. THIS is the part I'd like to VPN. Is that possible with similair method? Or is it a whole different thing?
  9. Thank you, I'll use that as a last (well, second) resort.
  10. Thanks, tried that now, my common passwords didn't work there either. So I guess I've outsmarted myself. If I remember correctly I generated a non-standard password to be extra safe with the admin account - and saved it encrypted somewhere. What I don't remember though, is where. I'll keep looking, I have about 18h to find it hehe.
  11. Anyone know how I reset the password for the admin account? I'm loggin in, but need to know the old password to set new one. I haven't connected mail to it.
  12. How do I add other than http or https? I'd like to add irc://
  13. I really hoped it could be bad cable Disk -> Processor and not the other way around but I verified a torrent that ended up 99.9%, and reverified it and it failed again, so it's written error as you say. Cables, then memtest it is. I really hope it's one of those. But it's probably a bad motherboard if I know my luck with motherboards correctly. Thanks for the help!
  14. Thanks. The cables yes, good idea. I'll replace out the SATA cables, if that doesn't help I'll remove one RAM at a time and see if it stops. Hope for the best. Weird that the files work fine, and the errors come totally random, can seed for a year and suddenly 99.9%, and same torrent can happen multiple times, wonder if transmission perhaps only try receiving a segment from HDD once, the requested segment gets corrupted in a bad cable and decides it's corrupted. While the Parity check will do multiple requests if a segment is seen as corrupted. I'll try Verifying a bunch of none-errored torrents.
  15. You mean "Verify"? I did in the beginning, but not anymore, takes to long time. I did one now that was on "error" and not on stopped and it gets an "corrupted segment". Unraids Parity-Check have never found any errors though. Last one done a week ago. Thanks for the response. Narrowed it down a bit. I'm lost at what the cause can be though.. I don't use cache for torrents so can't be that disk. Do it go through RAM when it looks for a file, and a RAM might be bad maybe?
  16. I have an issue for the last 2 years or so: Seeding torrents (100% downloaded) get set to 99.9% at random and get set as Stopped or Error - and I have to restart them manually. The files integrity doesn't seem to be affected. I have around 500 seeding torrents, from different trackers, oldest 2 years oldest, newest 1 day old. None of that seem to affect if a torrent get set to 99.9% or not. It's been the same for more than a year (perhaps since first use but took me a while to notice), so it's not just a bad version. It's the only torrent-client I've used on unraid because Transmission Remote GUI is so wonderful, so I don't know if it's a torrent<->unraid problem, or a Transmission problem. 1. What is the cause of this? Is it a know issue? 2. Is there a fix? 3. Is there a workaround, aka making Transmission try to automatically restart all Stopped and Errored torrents once a hour or so?
  17. I'm trying to change the tab name from "Jellyfin". Found a guide where you edit a .js file in */jellyfin/web but there is no /web under /mnt/user/appdata/jellyfin So I looked at the log of the jellyfin docker: [16:43:07] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_DATA_DIR, /config/data]"] [16:43:07] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", "--webdir=/usr/share/jellyfin/web"] [16:43:07] [INF] [1] Main: Program data path: /config/data [16:43:07] [INF] [1] Main: Web resources path: /usr/share/jellyfin/web [16:43:07] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/ [16:43:07] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache But those paths doesn't exist /config doesn't exist /usr/lib/jellyfin doesn't exist /usr/share/jellyfin doesn't exist. Where do I find the */jellyfin/web directory? I guess it's because it's a docker and I have to enter "the docker's closed system" first somehow? Or do I have to rebuild a docker from scratch to make changes to files belonging to the application that is "docker'd"? Edit: Alternatively straight to what I want to end up with: - How do I change what's shown in the browser tab for people who visit my site? - How do I change this icon?
  18. THANK YOU! A stone of my chest. It worked and is as it was before. Phew! And thanks again : )
  19. I just took edit on the Jellyfin docker. Added another reading path (it already had 6-7 paths or so). Pressed Apply. It said command failed due to formatting of path (I guess it was due to spaces in the name). I clicked Ok to reformat the name and try again. But Jellyfin was gone from dockers - and there's install buttons on all jellyfin apps under the Apps-addon. I've rebooted the server but it's still gone. The jellyfin folder under appdata is still there. Is there a rollback function to reset to what was before, whatever the reason for the deletion of the Docker was? I've put a lot of work manual workin Jellyfin, that I really don't want to be lost. I don't know what Jellyfin version I had (from what Repository), nor what the settings was before unraid decided to remove it. Unraid version 6.9.2
  20. I get this error trying to run a command from mariadb console. root@6454b38c:/# mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2) I can't remove and re-install it and hope for the best since I don't know what other stuff is using mariadb and don't want to break it. Just add a new db. I get a similar error on postgresql14, totally fresh install which I've never had on the server before. createdb: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: role "root" does not exist Anyone know how to fix without removing mariadb? edit: installed mysql instead, and that didn't have that issue. So I'll go with mysql instead.
  21. This would be nice. I've failed with every single guide to get my gpu passthrough working.
  22. Have tried rebooting it now, and the mount disapers (which also is an issue really, but will have to live with it, not so important)
  23. I have not. Deleting the share fixed it though. None of them are really solutions I like. As I would like to use rar2fs for certain things, and unmount it when needed. I'll create a trash share and mount again on there and see if the mount disappear when rebooting or if the mount is saved in some config file off-RAM, when I get the possibility to reboot.
  24. I followed this guide to test rar2fs: https://www.reddit.com/r/PleX/comments/2pxx9e/rar2fs_install_guide_linux/ Mount: rar2fs -o allow_other /path/to/folder/with/rared/media /path/to/mount/point Unmount: fusermount -u /path/to/mount/point I didn't reflect over the fact that unmounting is a whole other program and rar2fs only can mount itself but not unmount istelf, so didn't test the fusemount command before mounting. fusermount is a command that doesn't exist in unraid. So now I'm stuck with the mount, and it really messes up things when trying to remove files/directories or reorder stuff. So...how do I unmount it?
  25. The topic-question is regarding your own personal use, or would-be use, on your own setup. so I think you are the only one who can answer them.