kylemart

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kylemart's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm pretty much at wits end. Recently I've observed inbound packets being dropped at a minimum of ~60 packets per minute. For every 10000 inbound packets, I'm seeing about 1-3 dropped... and I have no idea why. I've tried `tcpdump`, but I'm not sure how to analyze the output to find the packets that are being dropped. I've also tried messing with various configuration options on my router and server, swapping out ethernet cables, changing ethernet ports, and removing devices from the network... Nothing's worked. Interesting observation: even when it was just my PC and the server connected via my router (with no internet connection), I still seemed to get the same rate of packet drops on my unRaid server. Anyhow, this a chart depicting the number of inbound packets being dropped over time (courtesy of Netdata): From what I've seen, the peaks never drop below 0.9. Any advice? I've spent the past couple of days trying to figure this out, but I haven't been able to figure anything out Thanks!
  2. Hmm, that's a fair point. I guess it's more of a feature request than a bug then, especially if the intended use-case is for docker hub to be used. I've noticed that, upon reboot, the /etc/docker/daemon.json file I created (via the command line) to allow insecure connections to my private repository disappeared. Seems as though my intended setup, in its current form, is even less compatible with unRaid than I originally surmised. I guess should private repositories become a supported feature, it would be nice if this configuration option (insecure repositories) were made configurable via the WebGUI and stuck after reboots. That's in addition, of course, to updating the implementation of the "update available" indicator to support private repositories. All-in-all, def exceeds the scope of a bug fix. But anyway, thanks for the insight Squid! In the meantime I think I'll stick with public docker hub repositories. I'm not too worried if the images I'm creating for my NAS are public -- there's nothing sensitive or proprietary in them Cheers!
  3. If this is unexpected behavior I can file a proper bug report through the Unraid WebGUI. Just let me know
  4. Ooh, wasn't aware of that option. Yeah, forced updates work. Although it claims things are up to date (after clicking "Check for Updates"): Running a forced update indicates otherwise:
  5. Hey everyone, I recently set up a private, insecure docker registry to store docker images used by my NAS. The idea being, I can work on private automation-related programs on my home dev box, build docker images for them, deploy the docker images to my private docker registry, and have Unraid detect the updates with a click of the "Check for Updates" button in the WebGUI. There's a slight problem I'm running into, however. I'm able to deploy the images to my private registry, and I'm able to pull down the images and run them as containers on my NAS, but Unraid won't detect available updates. The only way to get the update onto my NAS is to either: a) edit the container's configuration in the WebGUI so that it re-pulls the image and restarts or b) delete the container / image and create a new one. Since this isn't an issue with images hosted in docker hub, I'm currently just deploying my images into public repositories -- which works fine. That said, this isn't the ideal setup that I'm looking for... Anyone know how I can get Unraid to properly detect that new versions are available in my private registry? Thanks!
  6. I think the title pretty much explains what happened. Silly me accidentally set the backup location for the USB to '/boot' and the backup location for the libvirt.img file to '/mnt/user/system/libvirt'. I can't imagine the CA Backup plugin doing more than copying / rsync-ing the files, but just to be sure, are there any negative side-effects to doing what I did? I've since changed the directories by the way.