pinion

Community Developer
  • Posts

    506
  • Joined

  • Last visited

Everything posted by pinion

  1. I just bought this one and it doesn't seem to be working. It gives power to devices but I don't think unRaid detects it. I still have to troubleshoot what's going on but for me this one isn't working out of the box: https://www.amazon.com/gp/product/B096ZK6C37/ref=ppx_yo_dt_b_asin_title_o05_s00?ie=UTF8&psc=1
  2. So maybe it wasn't UnRaid but I've had this happen many years back. Currently on 6.9.2 and suddenly my whole internet goes out. Since I've seen it before I start to isolate what is plugged into the network. I get to the server and with any of the 3 ports plugged in (2 lan and one for ipmi) it saturates the network with something that causes all the ports on the edgerouter to just blink in unison and there is no internet anywhere on the network after that. I went to manage the server in person and it wouldn't respond to keyboard or anything. I can't connect to ipmi and try and do anything because just that one thing plugged in causes the same interruption. So... my question is how can I start troubleshooting this? Since I had to hard restart by pulling power I'm guessing logs aren't much help. I'm attaching what I have after it's come back up and now doing a parity check but I'd like to stop this behavior. When this happened before I also think I was on a different yet same model motherboard. unraid-diagnostics-20210818-2043.zip
  3. As of the past week or so... possibly when I updated to 6.9.2 I have been getting errors on every python script I run. Below is the output from speedtest-cli. I do run NerdPack and I have all the python bits installed from there. Before I do a ton of troubleshooting I'm wondering if anyone has seen similar issues? root@unRaid:~# speedtest-cli Retrieving speedtest.net configuration... Traceback (most recent call last): File "./speedtest-cli", line 2000, in <module> main() File "./speedtest-cli", line 1986, in main shell() File "./speedtest-cli", line 1875, in shell secure=args.secure File "./speedtest-cli", line 1091, in __init__ self.get_config() File "./speedtest-cli", line 1174, in get_config map(int, server_config['ignoreids'].split(',')) ValueError: invalid literal for int() with base 10: ''
  4. B2 appears to be $5 per TB per month. I'm going to try that with rclone.
  5. Check my edit on my post here: That's what I'm using and it's working well. Maybe I'll get a bug up my butt and release my own unraid compatible container. Until then I can't really help you with this one.
  6. According to Handbrake this file is 3840x1620 at 25fps
  7. I got a 448 MB webm file. At the bottom do you see:
  8. So... a few things going on here because I'm also having issues. I shelled into the running container and it appears they are using NPMs youtube-dl with the last packaged version 3.0.2 from 9 months ago. The issue I was getting when running youtube-dl (2020.05.29 for my version) was some sort of JS error. While in the container I added python and pip and installed youtube-dlc (notice the c on the end) from here: https://github.com/blackjack4494/yt-dlc I was then able to download my video as well as the one you linked to using youtube-dlc instead of youtube-dl. I don't know what the fix is but I'd suggest reworking the docker container so that you could alternatively install youtube-dlc instead of NPMs youtube-dl. Especially with all the hassle youtube-dl is going through with the DMCA right now. --------------------------- Editing this to say... I promise I'm not trying to steal the maintainers thunder here but presenting an alternative that I was able to get working. In Apps look for youtube dl server. Go to install that but change the Repository to towatchlist/twl-dl-server. This person actually kept up on it and has integrated youtube-dlc. From there things appear to be working for me and things will download to the container path you set in Container Path: /youtube-dl
  9. I have no clue what happened. I'm looking at my backups and there are no bitwarden backups before August. Starting in August I just have a weekly backup of a blank database. Luckily, I found a folder where I had manually backed it up 10 months ago. So I've lost 10 months worth of stuff but it's at least working now. Throwing the old files into the appdata directory and restarting worked for me though. I'll keep looking for a backup but I have no idea how this happened or why I didn't have a bitwarden docker for several months according to CA_Backup. Perhaps I pointed the data directory somewhere else?
  10. Recently I lost all my containers and had to reinstall via "Previous Apps". After getting it set back up it will not allow me to log in telling me An error has occurred. Username or password is incorrect. Try again I reset the admin panel token and checked there and there are no users. Strange. So I restored from a CA_Backup file and the same thing. I started using DB Browser for SQLite to look at other old backed up databases and there are no users in any of them. Which makes no sense because it's been working for years with no problem until now. Anyone have a clue where else I can go to troubleshoot? Or is there an issue with how I'm opening the sqlite3 db?
  11. I'm having the same problem with this container. I assume setting 99 and 100 doesn't work because the container has no idea what to do with it. I think I'm just going to go with a VM for this setup.
  12. I'm sorry, I actually am using that specific folder in my config.
  13. I have this setup but it appears it is completely ignoring my config at /mnt/cache/appdata/mopidy/mopidy.conf. When I shell into the container and run mopidy config I see configuration options that aren't in my current config. It's as if it's using a cahced config that you setup.
  14. Is it possible the USB drive is going to sleep and that's why it's changing?
  15. Unraid 6.8.3. I have an external drive which appears to be good according to Windows chkdsk, the mac disk utility, and fsck under ubuntu. It is formatted in exfat so that I can use it across the 3 different operating systems. I had it mounted under unassigned devices and while using rsync to copy some files I noticed that it would fail and then I'd do an fdisk and see that it would go from /dev/sda to /dev/sdt or vice versa. I removed unassigned devices (and plus) and rebooted the server. Did git checkout of unassigned devices just to get he packages I need and installed those so I could mount the partition myself from the command line and I see it is still doing it. Anyone have any idea why I would be seeing this behavior? unraid-diagnostics-20200807-1948.zip
  16. Is there a way to boost the audio on the output?
  17. Has anyone gotten the sharing to work? I try to enable something like Twitter and it just says "Not available".
  18. Just wanted to give a heads up that the name in the bitwarden proxy config file is set to "bitwarden" but the name when installing the docker defaults to "bitwardenrs". Changing the containers name to "bitwarden" was easy enough and fixed the 502 issue but since linuxserver doesn't control that particular container or it's default name I'm wondering if maybe you should update the bitwarden.subdomain.conf.sample file.
  19. Sorry, yes that would be a good assumption. I always used kmttg for that: https://sourceforge.net/p/kmttg/wiki/Home/ I've long wanted to have a docker for it but never got up the motivation to do it. I created my few containers when docker was still young and new on unraid but LinuxServer.io has taken over all the popular repos. I would see if they'd be willing to create a docker with a gui around kmttg. That would be your best bet. Or, you could run it in a VM. Let me know if you see something where pytivo says it can be handled and I'll look into it further, there may have been new developments, but as it is for this docker you can't do it.
  20. Thank you, I will give that a shot by moving the ssd into a different slot in the server. I probably should get some sort of adapter to fit the ssd into a regular slot instead of just shoving it in there. I haven't had issues until now but that doesn't mean it couldn't appear now.
  21. unraid-diagnostics-20181126-2305.zip I've attached my diagnostics. For some reason every now and then my cache drive disappears and I can't see any files anymore and all my containers stop, etc... Seems to happen when I'm doing a parity check although my parity check finished today but it might have happened at the same time it was finishing. Last time I was able to reboot, mount in maintenance mode, and run xfs_repair on the cache drive. Tried to do that tonight without rebooting but it looks like I need to reboot so I grabbed diagnostics first and here I am. Can anyone take a look and give me some insight?
  22. After looking at the source on that page I realized those variables were stored inside a cookie. Once I clicked on the information button (in firefox) and cleared data and cookies the old stuff doesn't show up anymore.
  23. Where are the vars stored that show here: http://Tower/Tools/Vars I recently wiped my usb drive and reinstalled because I'm having issues with virtual machines not working at all (still am too). I was poking around and went to this page and I see a lot of vars that reference old stuff like old dockers that I no longer have installed since I did a clean install on the usb drive using the official tool. Not sure why this would be since I thought I started fresh, I even manually assigned my drives back to the slots they should be in so I don't understand how it would retain any old configurations. edit: fixed spelling error and removed my local ip to make it less confusing.
  24. My VMs stopped working after setting the default location to my cache drive. At this point I'm trying to blow everything away and start over but even a new VM will get to the loading screen for the bios and then nothing but a blank screen with an icon. I see Domain is tainted: high-privileges and is tainted: host-cpu. When I reboot all the old domains that I had deleted show right back up and anything I've created is gone. I've attached my diag and appreciate any help. unraid-diagnostics-20181028-1752.zip