ksignorini

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by ksignorini

  1. So I'd like to install Minio but so far I haven't installed any dockers that didn't have entries/pages in Community Applications. How do I install this on unRAID? (I've tried the docker pull from this docker's github page, but that didn't seem to do anything.) Thanks!
  2. Anything new on the timestamp problem? Also, I can't seem to get Motion's built-in streaming URL to work. I can access the webui for the docker just fine from the unRAID docker list, but if I try the "streaming URL", regardless of port choice, I get a blank webpage. Can this work on unRAID?
  3. Can this post get stickied? Without this post, I was at a huge loss after switching from AMD to NVIDIA. Please sticky this post! ...and thanks @gridrunner for the great videos and information you provide the community!
  4. @Ambrotos - Great description! I did mine a little differently. Rather than using the ProFTPd plugin, I've used DocGyver's SSH Config Tool (which still seem to work on 6.4.0) to allow my unRAID users to have SSH access with individual passwords. (I don't know how long SSH Config Tool is going to stay working, so I may end up switching to ProFTPd some day, anyway.) I then created a /mnt/user/Backups share and a directory called /mnt/user/Backups/username-duplicati for each user. I then set the ownership for each of those directories to username:users with: chown username:users /mnt/user/Backups/username-duplicati I have Duplicati on the user computers connecting with SFTP rather than FTP this way.
  5. Try copying it to a different share from your computer. Then copy it to the Xeoma downloads folder in appdata at the command line. You'll have to rename it and set ownership at the command line, anyway. Are you familiar with the UNIX/Linux command line?
  6. I have a share that I copied it to using SMB. Then I went into a terminal and copied it to the Xeoma folder with the cp command. I think I changed ownership on the file with chown as well.
  7. I wonder what's going on there. Do you have the link you downloaded from?
  8. Hi everyone. Xeoma died on me. I shut it down, started it back up, and now it won't work (and it was working great before that!) It looks like it's trying to download some app code on each restart and the file its getting is 0 bytes. I've tried putting back an older version of the appdata/Xeoma folder and each time it starts it erases whats in appdata/Xeoma/downloads, re-downloads some broken file, and dies. Thoughts?
  9. I'm also having this same problem, although I have 3 resolutions (800x600, 1024x768, 1280x1024). I'm using SeaBIOS (I can get Windows to pass the startup screen if I use the other one), Windows 10 (latest as of 3/22/2018--took a LONG time to update once installed), and the latest virtio drivers. I'm stuck and a bit frustrated. I've built Windows 10 VM's in UNRAID before and this never happened. Thoughts?
  10. I messed up a VM definition today and went to restore its XML from the CA Backup backup and lo and behold, the copy there is from last year! libvert.img is backing fine, as is the USB stick, but the XML for my one and only VM is old. So I went to look at the CA Backup/Restore settings and I can't even find a setting to backup the XML. I could have sworn it was there when I set it up last year (as also hinted at by post #1.) Where is this setting? Why isn't it backing up my XML along with the other backups? Thanks!
  11. Do you foresee/have any problems with Duplicati-ing (to B2) a bunch of Duplicati backups (from your PC's)? I assume that to recover your PC's in the event of say, a fire where the server and all computers are destroyed (or a flood, etc.), you'd have to rebuild the server first then restore the PC's from the newly re-minted server?
  12. How did you get a license installed? When I connect to the server (container) with my client and try to activate the license I bought I get this:
  13. Ugh. Now it's working. Thanks again for the docker!
  14. Thanks for this docker. I've installed the docker, set the password in the config file, restarted the docker and attempted to connect to it via the client on my Mac. The client sees the server (I've tested a few ways; stopping docker for example) but can't connect because it says that the password I'm entering is wrong. I've edited the config, changed the password, and restarted the docker several times. No go. Any idea why it wouldn't be accepting the password that's set? Thanks!
  15. Is it possible to run both the Server (for incoming connections to my network) and the Client (to connect my unRAID box to an outside VPN) at the same time?
  16. Yeah, this is going to suck. One of the reasons I chose unRAID was for the TimeMachine backup ability. I hope the unRAID guys find a way to build the SMB TimeMachine backup capability into unRAID itself. I’m not a big fan of vfs_fruit. In my humble opinion, it’s No Good™. I’m assuming that the “OS X Compatibility” flag in unRAID simply turns it on with some default options. One of those options forces by-user permissions (rather than nobody:users) and makes sharing a folder among multiple unRAID users all but impossible. I hope I’m not forced to enable that flag across the board if I want to use SMB shares for TimeMachine (it will be okay if it’s just for the TM directories). Anyway, I hope we get a solution in a timely fashion. I love unRAID and hate to lose this functionality.
  17. It looks like the latest version had a "colors" fix in it. Unfortunately, now they're more confusing (now orange in both Used spots and the Free spot for the partition).
  18. Any idea how I could figure out why my drive is showing with red Used amount on the Main page, rather than green like it has been up until now? SMART doesn't show any errors. The log's empty. The partition is green...just the drive isn't. Thanks.
  19. On my Dashboard, my one drive which is unassigned has a rounded-rectangle indicator light in the Unassigned row. Oddly, sometimes it's grey; other times it's blue. I can't find any documentation on what that light is supposed to mean. Any ideas?
  20. I found the instructions over on docgyver's github page here: https://github.com/docgyver/unraid-v6-plugins/blob/master/README.md. Basically do this: 1. Stop the SSH server (turn "Enable SSH Service" to No and hit Apply.) 2. To allow SSH access for a list of users, multi-select their names in the list and make sure "Password Authentication" is set to Yes. (ctrl-click or cmd-click to select multiple users). This turns password authentication on for all the users you've picked (instead of having to generate keys). 3. Hit Apply again. This should save the settings and restart the ssh daemon but you still won't be able to ssh from those users yet; at least, I couldn't. 4. In order for the settings change to work, you have to reboot unRAID! Yes, reboot! You should now be able to ssh in with the users you picked in the list. At least, now I can on my server.