falcor

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by falcor

  1. I got it working by going and tweaking the Permit Root Login option. Apparently this update disables that.
  2. The upgrade worked, which is cool, but now SSH won't work with my password for root. Please advise.
  3. Yes, .pm -rw-rw-rw- 1 nobody users 2760 Mar 30 01:59 Xiaomi.pm
  4. Just started using this, and I have my control script in my zoneminder appdata control directory, permissioned well, and it won't seem to copy to the perl area on container startup. Any advice?
  5. Unfortunately it's still refusing to play most of my collection. I'm going to try out FunkWhale instead, but thanks for the help!
  6. I migrated several services (such as mailcow) to unRAID after committing to them for years. I was able to spin everything up using docker-compose but now there's some issue with updating the containers. I'm a bit confused since updating these containers with this was never an issue: https://github.com/v2tec/watchtower I guess I could just install watchtower, but it would be nice if unRAID was just natively compatible with this.
  7. So after unsuccessfully trying this image, I spent quite a while tonight setting up a debian VM with koel from scratch. It was incredibly difficult to do, and I'm no novice when it comes to programming or webservers. I believe the missing component in this project was ffmpeg - my entire collection is FLAC, and it needs to be transcoded when played in the browser. Would it be possible to include that?
  8. OK cool I'll wait for 6.7 and check back in. Thanks!
  9. I'd like at least a current power reading on the Dashboard, and preferably a little history graph. At least people with Supermicro gear (yourself included) should be able to use it, and I think Dell might support it too..
  10. Thanks for letting me know - I set the color back to automatic so now it should be fixed. People use modes other than dark!?! 😨
  11. OK This was due to CONTEXT_PATH being set in the docker configuration. -e CONTEXT_PATH=<URL_BASE> For setting url-base in reverse proxy setups. I've now removed it completely from my container settings, and after starting back up it's now serving on the root like it used to. Thanks again for the help.
  12. That was it!!! Thanks! I don't believe it used to have a URL path like that, so some update must have changed it. There should really be a 302 or 301 redirect on the root because a blank 404 is extremely unhelpful. I appreciate the help!
  13. Yes, and I've also tried through the previously working reverse proxy. How do I crank up debug on this thing?
  14. Just a whole lot of repetition of what's in this post: No java errors for weeks, and those were broken pipes from when I shut down the server with active clients connected.
  15. It appears to just run /init # docker inspect -f "{{.Name}} {{.Config}}" 261c3c6b814c /Airsonic {261c3c6b814c false false false map[4040/tcp:{}] false false false [CONTEXT_PATH=airsonic JAVA_OPTS=-Xms512m -Xmx1024m TZ=America/New_York HOST_OS=Unraid PGID=100 PUID=99 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/root LANGUAGE=en_US.UTF-8 LANG=C.UTF-8 TERM=xterm AIRSONIC_HOME=/app/airsonic AIRSONIC_SETTINGS=/config] [] <nil> true linuxserver/airsonic:latest map[/playlists:{} /podcasts:{} /config:{} /media:{} /music:{}] [/init] false [] map[build_version:Linuxserver.io version:- v10.1.2-ls3 Build-date:- 2019-02-12T14:51:50+00:00 maintainer:sparklyballs] <nil> []} Run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Airsonic' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PGID'='100' -e 'PUID'='99' -e 'TZ'='America/New_York' -e 'CONTEXT_PATH'='airsonic' -e 'JAVA_OPTS'='-Xms512m -Xmx1024m' -p '4040:4040/tcp' -v '/mnt/user/music/':'/music':'rw' -v '/mnt/user/music/Playlists/':'/playlists':'rw' -v '/mnt/cache/appdata/airsonic':'/config':'rw' 'linuxserver/airsonic:latest' f07ae587943255711163ed8fd7c089a110fad70a0f1ed97023335cc21a4926f2
  16. Hi - I have unRAID on a SuperMicro server and on the console I can do this: # ipmi-dcmi --get-system-power-statistics Current Power : 256 Watts Minimum Power over sampling duration : 110 watts Maximum Power over sampling duration : 404 watts Average Power over sampling duration : 235 watts Time Stamp : 02/15/2019 - 06:46:10 Statistics reporting time period : 1181958000 milliseconds Power Measurement : Active I took a quick look at the code and I think I'd be able to hack in support for display of this (ideally it'd be a historical graph backed by a database, but we can start small). I'm mostly interested in the current power reading. How should I go about adding this? Thanks!
  17. I'm having a hard time getting the web interface to return me anything but a 404 now. It was working fine until a couple weeks ago. Any help debugging would be appreciated: 2019-02-15 01:03:23.120 INFO --- org.airsonic.player.Application : Starting Application v10.1.2-RELEASE on 261c3c6b814c with PID 211 (/app/airsonic/airsonic.war started by abc in /app/airsonic) 2019-02-15 01:03:23.125 INFO --- org.airsonic.player.Application : The following profiles are active: legacy 2019-02-15 01:03:27.005 INFO --- o.a.p.service.SettingsService : Java: 1.8.0_191, OS: Linux 2019-02-15 01:03:40.504 INFO --- liquibase : Successfully acquired change log lock 2019-02-15 01:03:42.170 INFO --- liquibase : Reading from DATABASECHANGELOG 2019-02-15 01:03:42.343 INFO --- liquibase : Successfully released change log lock 2019-02-15 01:03:42.348 INFO --- liquibase : Successfully acquired change log lock 2019-02-15 01:03:42.358 INFO --- liquibase : Reading from DATABASECHANGELOG 2019-02-15 01:03:42.431 INFO --- liquibase : Successfully released change log lock 2019-02-15 01:03:42.828 INFO --- o.a.p.service.PodcastService : Automatic Podcast update scheduled to run every 24 hour(s), starting at Fri Feb 15 01:08:42 EST 2019 2019-02-15 01:03:42.923 INFO --- o.a.p.s.MediaScannerService : Automatic media library scanning scheduled to run every 1 day(s), starting at Fri Feb 15 03:00:00 EST 2019 2019-02-15 01:03:47.084 INFO --- org.airsonic.player.Application : Started Application in 29.728 seconds (JVM running for 30.749) When I go to the port (4040) that's mapped on the server, I get a 404. HTTP/1.1 404 Content-Length: 0 Date: Fri, 15 Feb 2019 06:09:30 GMT
  18. It's hard to say what's really better: used or shucked. I've been doing used and I've only lost a couple drives over the past several years, so for the money it's difficult for me to justify paying a premium to shuck over $80 for 6TB on eBay for HGST or Seagate. The failure rates are <1% in BackBlazes extensive reporting and use.
  19. I'm looking into doing this now. I think it depends on what format your VMs are in on your proxmox server. If they're KVM, I think something like making a new one on unRAID, stopping it, and overwriting the disk image with the one from proxmox might do the trick. I'm going to try that very soon.
  20. Indeed the IPMI plugin does have a fan control tab. I've been using it and it seems to work well!
  21. It'd be cool if this was some sort of plugin or something, but I recently had a problem where rsync created ALL the directories before moving any files for an 8TB or so network copy, and proceeded to completely fill a 5TB disk until writes failed. Apparently the reason the high-water-mark setting didn't work was the first disk had enough space for all the directory entries, so the entire folder structure ended up on /mnt/disk3. I had it set to only split on top-level directories since this was for TV shows and I want all seasons to be contained in one drive only for each show. After some reading, I decided I needed to shard (love that word 💩) the folders to other disks, which would maintain the view under /mnt/user but allow rsync to put different shows on different drives. I came up with this, run from disk3's tv root: find . -type d -empty -maxdepth 1 -print0 | \ while IFS= read -r -d '' file; do DISK=$((5 + $RANDOM % 3)); mkdir -p /mnt/disk${DISK}/tv && mv "$file" /mnt/disk${DISK}/tv/; done This successfully put approximately the same number of subdirectories on each disk. Just thought I'd share and see if anyone else has solved this another way or has any suggestions. I think it'd be good if shfs could split out empty directories smartly, but that might be too much to ask or be technically impossible.
  22. I successfully reflashed an H200 using this: https://techmattr.wordpress.com/2016/04/11/updated-sas-hba-crossflashing-or-flashing-to-it-mode-dell-perc-h200-and-h310/ If you somehow permanently brick it, it's only $30. Getting 180MB/s on my 7200RPM drives.
  23. https://forums.servethehome.com/index.php?threads/crossflashing-of-lsi-9341-8i-to-lsi-9300-8i-success-but-no-smart-pass-through.3522/ Reading the recent posts, it looks like it still applies, and that the lack of SMART passthrough isn't true and was due to a software bug in 2014. Attempt at your own risk! 🤓