frakman1

Community Developer
  • Posts

    169
  • Joined

  • Last visited

Everything posted by frakman1

  1. Support for JFrog Container Registry docker container Application Name: JFrog Container Registry (JCR) Application Site: https://www.jfrog.com/ Docker Hub: JFrog Private Registry: releases-docker.jfrog.io/jfrog/artifactory-jcr:latest Github: N/A (JFrog does not provide one) Github Template: https://github.com/frakman1/docker-templates/blob/master/tynor88/jcr.xml Default credentials: admin/password My template looks like this: Example of usage Login to the WebUI with default credentials (admin/password) and create a Local Docker Repo. Click on Administration -> Repositories in top left: Then Add Repositories -> Local Repository by clicking on the top right button: I called it docker-jcr and left the default settings as is. You'll need to add the JCR server to the list of insecure-registries supported by your local docker installation. On Linux, that is in /etc/docker/daemon.json. On Mac, it is in /Users/username/.docker/daemon.json On Windows, it is in C:\ProgramData\docker\config\daemon.json Add this if it isn't there: { ... "insecure-registries": [ "UNRAID-IP:6182" ], ... } Then from a terminal, I pulled a hello-world repo, tagged it to the new JCR repo and then pushed it to my JCR instance. e.g. $docker login http://UNRAID-IP:6182 Username: admin Password: Login Succeeded $docker pull hello-world Using default tag: latest latest: Pulling from library/hello-world Digest: sha256:31b9c7d48790f0d8c50ab433d9c3b7e17666d6993084c002c2ff1ca09b96391d Status: Image is up to date for hello-world:latest docker.io/library/hello-world:latest $docker images REPOSITORY TAG IMAGE ID CREATED SIZE hello-world latest bf756fb1ae65 13 months ago 13.3kB hello-world linux bf756fb1ae65 13 months ago 13.3kB $docker tag bf756fb1ae65 UNRAID-IP:6182/docker-jcr/hello-world:latest $docker push UNRAID-IP:6182/docker-jcr/hello-world:latest The push refers to repository [UNRAID-IP:1182/docker-jcr/hello-world] 9c27e219663c: Pushed latest: digest: sha256:90659bf80b44ce6be8234e6ff90a1ac34acbeb826903b02cfa0da11c82cbc042 size: 525 After docker push:
  2. This is SUPER helpful. Thank you! Can you please add notes to that effect in the template overview? I would never have known this if I didn't come across this forum. I have initially just added the --device paramter but that wasn't enough. This is what I did to make it work for my serial USB cable /dev/ttyUSB0 Run this on UNRAID terminal: # stat -c '%g' /dev/ttyUSB0 16 Add these paramters to the Docker template Then use that device using the Serial option: Interactive serial console now working:
  3. Click on Stacks in left frame. Then click on Add Stack Give it a name and use the default Web Editor to paste your docker-compose.yml file
  4. Thank you for telling me about this. I just wanted something that lets me upload and download files as well as do basic file functions and this works nicely. The only problem is that the bottom panel buttons don't work when accessing remotely behind a reverse proxy (e.g. files.mydomain.com). They work when accessing the IP:PORT directly within the LAN. You can select an item by clicking on it. Not sure what you mean by "mark". You can select multiple items by holding Cmd (on Mac) and clicking on multiple items at the same time. The pink files are the ones I selected: Right clicking and selecting (Un)Select All actually inverses the selection which is really cool. I haven't tried a touch screen. Weird, it took no time at all to boot up for me. The full feature set is documented here for reference: http://cloudcmd.io/
  5. Add --log-opt max-size=10m --log-opt max-file=1 to the extra parameters of the docker template. You can also disable prometheus_monitoring to trim it down a bit if you're not using that. Mine looks like this: --log-opt max-size=10m --log-opt max-file=1 --env GITLAB_OMNIBUS_CONFIG="external_url 'http://xxxxxx:9080/'; postgresql['shared_buffers'] = '256MB'; sidekiq['concurrency'] = 15; prometheus_monitoring['enable'] = false;"
  6. @SFyffe There is no default password. You get to set it when you first log in. The username is still admin. If you still can't get it to work (you already set it to something but forgot it), you can reset it like this: 1- Stop the Portainer Container 2- Run: $ docker run --rm -v portainer_data:/data portainer/helper-reset-password Unable to find image 'portainer/helper-reset-password:latest' locally latest: Pulling from portainer/helper-reset-password 79916c70cb9e: Pull complete 93e26fa95550: Pull complete Digest: sha256:735a809b1bfe14b5fae340d4b350bae97c2016371c47fb6e34d71a45e4512f79 Status: Downloaded newer image for portainer/helper-reset-password:latest 2021/01/31 23:53:17 Password succesfully updated for user: admin 2021/01/31 23:53:17 Use the following password to login: 825GwA.n~i(he*dF1)7BkXg3}0Z+Vj9{ 3- Start the Portainer Container and login with the above credentials
  7. This template's docker-compose is limited to versions below 3 because it actually uses libcompose to interpret the docker-compose.yml scripts which is limited: I got it to work using a recent Beta that supports version 3 of docker-compose scripts because it uses the actual docker-compose binary: I just had to change: Repository -> portainerci/portainer:2.1 Docker Hub URL -> https://registry.hub.docker.com/r/portainerci/portainer/ Now I can use modern deployment stacks for stuff like discourse and artifactory.
  8. I just wanted to point out that I had a similar setup where I threw in a bunch of 2TB drives I had lying around. The problem is that they take up power and generate heat and contribute to a quicker failure. It's not a good idea to run the power supply at near capacity. I bought two 12 TB drives for the array/parity and life is so much simpler and nimbler now. It draws less power and the temperature is lower.
  9. I don't understand this. If it is cached, then the reads and writes go to the cache and not the array and therefore not to parity. The mover moves it to the array once a day. That doesn't sound like a performance hit.
  10. That's what I thought too. But it's interesting that UnRaid's own documentation recommends against this: But that's exactly what I want. To store the VM on the array. I mean, why wouldn't I want that? Is there something bad about this that I am missing?
  11. Added Notes. If the above didn't work, then try this (worked on a different failed VM) Bootrec.exe /FixMbr Bootrec.exe /FixBoot Bootrec.exe /ScanOs
  12. I noticed while backing up my USB flash drive that the plugins folder was rather large and it was because I have two versions of NerdPack installed. I'm pretty sure I've only ever installed it once and clicked the upgrade notification when it told me to. Is this a bug? @dmacias I'm guessing I don't need 6.7 anymore. Is there a safe or preferred way to delete 6.7 or should I just "rm -rf" it?
  13. UnRaid version: 6.8.3 I have a similar issue. I noticed that the log bar in Dashboard was at 100%. I checked the syslog file and it had this error repeated forever across syslog and syslog.1 and syslog.2: Jan 4 04:54:03 Tower nginx: 2021/01/04 04:54:03 [error] 3115#3115: MEMSTORE:00: can't create shared message for channel /disks Jan 4 04:54:04 Tower nginx: 2021/01/04 04:54:04 [crit] 3115#3115: ngx_slab_alloc() failed: no memory Jan 4 04:54:04 Tower nginx: 2021/01/04 04:54:04 [error] 3115#3115: shpool alloc failed Jan 4 04:54:04 Tower nginx: 2021/01/04 04:54:04 [error] 3115#3115: nchan: Out of shared memory while allocating message of size 9693. Increase nchan_max_reserved_memory. Jan 4 04:54:04 Tower nginx: 2021/01/04 04:54:04 [error] 3115#3115: *5463770 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost" I don't have scheduled parity enabled so it can't be related to that. The output of du for that folder is: root@Tower:~# df -h /var/log Filesystem Size Used Avail Use% Mounted on tmpfs 128M 128M 0 100% /var/log root@Tower:~# du -sm /var/log/* 1 /var/log/apcupsd.events 1 /var/log/apcupsd.events.1 1 /var/log/apcupsd.events.2 1 /var/log/apcupsd.events.3 1 /var/log/btmp 1 /var/log/btmp.1 0 /var/log/cron 0 /var/log/debug 1 /var/log/dmesg 1 /var/log/docker.log 1 /var/log/faillog 1 /var/log/lastlog 1 /var/log/libvirt 0 /var/log/maillog 0 /var/log/messages 0 /var/log/nfsd 55 /var/log/nginx 0 /var/log/packages 1 /var/log/pkgtools 0 /var/log/plugins 0 /var/log/removed_packages 0 /var/log/removed_scripts 1 /var/log/samba 0 /var/log/scripts 0 /var/log/secure 0 /var/log/setup 0 /var/log/spooler 0 /var/log/swtpm 1 /var/log/syslog 34 /var/log/syslog.1 34 /var/log/syslog.2 4 /var/log/wtmp 2 /var/log/wtmp.1 I looked into the nginx folder and saw the same syslog error but also several repeated errors before it: 2021/01/02 15:35:48 [alert] 8095#8095: worker process 22309 exited on signal 6 ker process: ./nchan-1.2.6/src/store/spool.c:479: spool_fetch_msg: Assertion `spool->msg_status == MSG_INVALID' failed. 2021/01/02 15:35:50 [alert] 8095#8095: worker process 22319 exited on signal 6 ker process: ./nchan-1.2.6/src/store/spool.c:479: spool_fetch_msg: Assertion `spool->msg_status == MSG_INVALID' failed. 2021/01/02 15:35:52 [alert] 8095#8095: worker process 22402 exited on signal 6 ker process: ./nchan-1.2.6/src/store/spool.c:479: spool_fetch_msg: Assertion `spool->msg_status == MSG_INVALID' failed. 2021/01/02 15:35:54 [alert] 8095#8095: worker process 22410 exited on signal 6 2021/01/02 15:35:55 [crit] 22421#22421: ngx_slab_alloc() failed: no memory 2021/01/02 15:35:55 [error] 22421#22421: shpool alloc failed 2021/01/02 15:35:55 [error] 22421#22421: nchan: Out of shared memory while allocating message of size 9693. Increase nchan_max_reserved_memory. 2021/01/02 15:35:55 [error] 22421#22421: *4870623 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/disks?buffer_length=1 HTTP/1.1", host: "localhost" 2021/01/02 15:35:55 [error] 22421#22421: MEMSTORE:00: can't create shared message for channel /disks ker process: ./nchan-1.2.6/src/store/spool.c:479: spool_fetch_msg: Assertion `spool->msg_status == MSG_INVALID' failed. I have plenty of unsued RAM so I'm not sure why it's complaining about memory. Any ideas? *** UPDATE *** I created more room by deleting one of the error.log files in /var/log/nginx I then ran these commands to restart the webserver components (but noticed that only first command was needed to stop the deluge of error log messages): /etc/rc.d/rc.nginx restart /etc/rc.d/rc.nginx reload /etc/rc.d/rc.php-fpm restart /etc/rc.d/rc.php-fpm reload
  14. @peter_sm Sorry for the dumb question but how do I uninstall it? I installed it via Community Apps. It shows from the install logs that it is installing as a plugin. I see it listed under Settings as "OpenVPN Server TUN mode" When I look under the Installed Plugins page, I don't see it. I only see the OpenVPN Client that I installed a while ago by the same author.
  15. What is this? I didn't know UnRAID had UPS functionality.
  16. @jonathanm Do you recommend a openVPN server or WireGuard? I heard something about WireGuard in recent UnRAID release notes/discussions.
  17. @jonathanmThanks for that. If I enabled a single port to the VPN server, then what? How do I then allow my Plex server to work remotely? How do I allow ssh access to my UnRaid server? Is there additional configuration needed for those ports? If so, where? Thank you
  18. How come fail2ban isn't running natively on UnRaid? Is that possible?
  19. That's not true. I manually installed many of those. The logs confirmed their installation and the respective errors went away after installing them. The contents of /var/lib/pkgtools/packages/ also confirms that they are installed there with the correct timestamps: root@Tower:/tmp# ls -lasth /var/log/packages/ total 1.3M 4.0K -rw-r--r-- 1 root root 3.4K Dec 31 17:40 slackpkg-2.82.1-noarch-3 0 drwxr-xr-x 2 root root 5.0K Dec 31 17:40 ./ 4.0K -rw-r--r-- 1 root root 1.1K Dec 29 21:55 netcat-openbsd-1.217_1-x86_64-1_SBo 12K -rw-r--r-- 1 root root 9.0K Dec 29 21:55 libbsd-0.10.0-x86_64-1_SBo 28K -rw-r--r-- 1 root root 28K Dec 29 18:15 kernel-headers-4.14.37-x86-1 4.0K -rw-r--r-- 1 root root 1.4K Dec 29 18:15 glib-1.2.10-x86_64-6 44K -rw-r--r-- 1 root root 43K Dec 29 18:15 gcc-gplus-9.2.0-x86_64-4 8.0K -rw-r--r-- 1 root root 6.3K Dec 29 18:15 gc-8.0.4-x86_64-1 8.0K -rw-r--r-- 1 root root 5.6K Dec 29 18:15 automake-1.16.1-noarch-2 4.0K -rw-r--r-- 1 root root 3.7K Dec 29 18:15 autoconf-2.69-noarch-2 4.0K -rw-r--r-- 1 root root 3.6K Dec 29 17:58 make-4.2.1-x86_64-3 40K -rw-r--r-- 1 root root 37K Dec 29 17:58 guile-2.2.3-x86_64-2 48K -rw-r--r-- 1 root root 46K Dec 29 17:58 gcc-9.2.0-x86_64-4 16K -rw-r--r-- 1 root root 14K Dec 29 17:58 binutils-2.31.1-x86_64-4 4.0K -rw-r--r-- 1 root root 3.0K Dec 29 01:22 community.applications-2020.12.19-x86_64-1 4.0K -rw-r--r-- 1 root root 2.6K Dec 22 11:44 user.scripts-2020.12.11-x86_64-1 4.0K -rw-r--r-- 1 root root 1.2K Dec 21 22:43 slocate-3.1-x86_64-4 12K -rw-r--r-- 1 root root 9.0K Dec 18 14:54 libbsd-0.8.7-x86_64-1_slonly 4.0K -rw-r--r-- 1 root root 2.3K Dec 18 14:54 hfsprogs-332.25-x86_64-2sl 4.0K -rw-r--r-- 1 root root 1002 Dec 18 14:54 fuse-exfat-1.3.0-x86_64-1_slonly 4.0K -rw-r--r-- 1 root root 1.2K Dec 18 14:54 exfat-utils-1.3.0-x86_64-1_slonly 8.0K -rw-r--r-- 1 root root 4.5K Dec 18 14:54 parted-3.3-x86_64-1 4.0K -rw-r--r-- 1 root root 1.2K Dec 18 14:54 statistics.sender-2017.09.22 4.0K -rw-r--r-- 1 root root 689 Dec 18 14:54 putty-0.64-x86_64-1rj 4.0K -rw-r--r-- 1 root root 3.7K Dec 18 14:54 openvpn-2.4.8-x86_64-1 4.0K -rw-r--r-- 1 root root 2.7K Dec 18 14:54 fix.common.problems-2020.12.05-x86_64-1 4.0K -rw-r--r-- 1 root root 895 Dec 18 14:54 dynamix.system.temp 4.0K -rw-r--r-- 1 root root 2.1K Dec 18 14:54 dynamix.system.stats 4.0K -rw-r--r-- 1 root root 2.0K Dec 18 14:54 dynamix.system.info 4.0K -rw-r--r-- 1 root root 1.1K Dec 18 14:54 dynamix.system.buttons 4.0K -rw-r--r-- 1 root root 846 Dec 18 14:54 dynamix.ssd.trim 4.0K -rw-r--r-- 1 root root 915 Dec 18 14:54 dynamix.schedules 4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 dynamix.s3.sleep 4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 dynamix.active.streams 4.0K -rw-r--r-- 1 root root 1.4K Dec 18 14:54 ca.update.applications-2020.07.23-x86_64-1 4.0K -rw-r--r-- 1 root root 1.8K Dec 18 14:54 ca.backup2-2020.07.09-x86_64-1 4.0K -rw-r--r-- 1 root root 905 Dec 18 14:54 utempter-1.1.6-x86_64-2 4.0K -rw-r--r-- 1 root root 877 Dec 18 14:54 ncdu-1.12-x86_64-1 4.0K -rw-r--r-- 1 root root 1.8K Dec 18 14:54 nc-1.10-x86_64-1 4.0K -rw-r--r-- 1 root root 3.3K Dec 18 14:54 netcat-openbsd-1.105-x86_64-2 4.0K -rw-r--r-- 1 root root 1.6K Dec 18 14:54 socat-1.7.3.2-x86_64-3cf 4.0K -rw-r--r-- 1 root root 2.1K Dec 18 14:54 screen-4.6.2s-x86_64-2 8.0K -rw-r--r-- 1 root root 6.1K Dec 18 14:54 p7zip-16.02-x86_64-1sl 248K -rw-r--r-- 1 root root 248K Dec 18 14:54 nodejs-8.12.0-x86_64-1alien 120K -rw-r--r-- 1 root root 118K Dec 18 14:54 perl-5.30.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 aaa_base-14.2-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 aaa_elflibs-15.0-x86_64-16 0 -rw-r--r-- 1 root root 0 Mar 5 2020 acl-2.2.53-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 acpid-2.0.32-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 apcupsd-3.14.14-x86_64-2_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 at-3.2.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 attr-2.4.48-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 avahi-0.7-x86_64-2_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bash-5.0.011-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 beep-1.3-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bin-11.1-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bluez-firmware-1.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bridge-utils-1.6-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 btrfs-progs-5.4.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 bzip2-1.0.8-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ca-certificates-20191130-noarch-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 celt051-0.5.1.3-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cifs-utils-6.9-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 coreutils-8.31-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cpio-2.13-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cpufrequtils-008-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cryptsetup-2.3.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 curl-7.67.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 cyrus-sasl-2.1.27-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 db48-4.8.30-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dbus-1.12.16-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dcron-4.5-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 devs-2.3.1-noarch-25 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dhcpcd-8.1.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 diffutils-3.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dmidecode-3.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dnsmasq-2.80-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 docker-19.03.5-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 dosfstools-4.1-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 e2fsprogs-1.45.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ebtables-2.0.11-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 eject-2.1.5-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 elvis-2.2_0-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 etc-15.0-x86_64-10 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ethtool-5.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 eudev-3.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 file-5.37-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 findutils-4.7.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 flex-2.6.4-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 floppy-5.5-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 fuse3-3.9.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gawk-4.2.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gd-2.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gdbm-1.18.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 genpower-1.0.5-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 getty-ps-2.1.0b-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 git-2.24.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glib2-2.62.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-2.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-solibs-2.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 glibc-zoneinfo-2019c-noarch-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gmp-6.1.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gnutls-3.6.11.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gptfdisk-1.0.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 grep-3.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 gzip-1.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 haveged-1.9.8-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 hdparm-9.58-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 hostname-3.23-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 htop-2.2.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 icu4c-65.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 inetd-1.79s-x86_64-11 0 -rw-r--r-- 1 root root 0 Mar 5 2020 infozip-6.0-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 inotify-tools-3.20.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iproute2-5.4.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iptables-1.8.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 iputils-20190709-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 irqbalance-1.6.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jansson-2.12-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jemalloc-4.5.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 jq-1.6-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 keyutils-1.6-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 kmod-26-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lbzip2-2.5-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 less-551-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libaio-0.3.112-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libarchive-3.4.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libcap-ng-0.7.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libcgroup-0.41-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libdaemon-0.14-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libedit-20191025_3.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libestr-0.1.11-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libevent-2.1.11-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libfastjson-0.99.8-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libffi-3.2.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgcrypt-1.8.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgpg-error-1.36-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libgudev-233-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libidn-1.35-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libjpeg-turbo-2.0.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 liblogging-1.0.6-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libmnl-1.0.4-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnetfilter_conntrack-1.0.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnfnetlink-1.0.1-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnftnl-1.1.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libnl3-3.5.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpcap-1.9.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpciaccess-0.16-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpng-1.6.37-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libpsl-0.21.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libseccomp-2.4.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libssh-0.9.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libssh2-1.9.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libtasn1-4.15.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libtirpc-1.1.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libunistring-0.9.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libusb-1.0.23-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libusb-compat-0.1.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libuv-1.34.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libvirt-5.10.0-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libvirt-php-20190803-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libwebp-1.0.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libwebsockets-3.2.2-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libx86-1.1-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libxml2-2.9.10-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libxslt-1.1.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 libzip-1.5.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lm_sensors-3.6.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 logrotate-3.15.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lshw-B.02.17-x86_64-r2588-1_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lsof-4.93.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lsscsi-0.30-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lvm2-2.03.07-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lz4-1.9.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lzip-1.21-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 lzo-2.10-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 mc-4.8.23-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 miniupnpc-2.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 mpfr-4.0.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nano-4.6-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ncompress-4.2.4.5-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ncurses-6.1_20191026-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 net-tools-20181103_0eebece-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 netatalk-3.1.12-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nettle-3.5.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 network-scripts-15.0-noarch-9 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nfs-utils-2.1.1-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nghttp2-1.40.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nginx-1.16.1-x86_64-1_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 nss-mdns-0.14.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ntfs-3g-2017.3.23-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ntp-4.2.8p13-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 numactl-2.0.11-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 oniguruma-6.9.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openldap-client-2.4.48-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssh-8.1p1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssl-1.1.1d-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 openssl-solibs-1.1.1d-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 p11-kit-0.23.18.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 patch-2.7.6-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pciutils-3.6.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pcre-8.43-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pcre2-10.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 php-7.3.14-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pixman-0.38.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pkgtools-15.0-noarch-28 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pm-utils-1.4.1-x86_64-6 0 -rw-r--r-- 1 root root 0 Mar 5 2020 procps-ng-3.3.15-x86_64-3 0 -rw-r--r-- 1 root root 0 Mar 5 2020 pv-1.6.6-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 qemu-4.2.0-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 qrencode-4.0.2-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 reiserfsprogs-3.6.27-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rpcbind-1.2.5-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rsync-3.1.3-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 rsyslog-8.1908.0-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 samba-4.11.4-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sdparm-1.10-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sed-4.7-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sg3_utils-1.44-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 shadow-4.7-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 smartmontools-7.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 spice-0.14.1-x86_64-1_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sqlite-3.30.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ssmtp-2.64-x86_64-5_SBo_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sudo-1.8.29-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysfsutils-2.1.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysvinit-2.96-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 sysvinit-scripts-2.1-noarch-27 0 -rw-r--r-- 1 root root 0 Mar 5 2020 talloc-2.3.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tar-1.32-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tcp_wrappers-7.6-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tdb-1.4.2-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 telnet-0.17-x86_64-4 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tevent-0.10.1-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 traceroute-2.1.0-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 tree-1.8.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 ttyd-20200211-x86_64-1_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 usbredir-0.7.1-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 usbutils-012-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 util-linux-2.34-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 vbetool-1.2.2-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 vsftpd-3.0.3-x86_64-5 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wget-1.20.3-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 which-2.21-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wireguard-tools-1.0.20200206-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 wsdd-20180618-x86_64-2_LT 0 -rw-r--r-- 1 root root 0 Mar 5 2020 xfsprogs-5.4.0-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 xz-5.2.4-x86_64-1 0 -rw-r--r-- 1 root root 0 Mar 5 2020 yajl-2.1.0-x86_64-2_SBo 0 -rw-r--r-- 1 root root 0 Mar 5 2020 zlib-1.2.11-x86_64-2 0 -rw-r--r-- 1 root root 0 Mar 5 2020 zstd-1.4.4-x86_64-1 0 drwxr-xr-x 5 root root 140 Mar 5 2020 ../ 512K -rw-r--r-- 1 root root 509K Dec 31 2009 python3-3.8.1-x86_64-1 4.0K -rw-r--r-- 1 root root 1.9K Dec 31 2009 NerdPack-2019.12.31-x86_64-1 4.0K -rw-r--r-- 1 root root 1.7K Dec 31 2009 DevPack-2019.01.25-x86_64-1
  20. When trying to connect to UNRAID via ssh, after entering my password, I would keep getting the error that I have to use a version of netcat (nc) that supports the -U option. Well, with the help of a Slackware 14.2 VM and the build instructions from @kode54 I was able to build the necessary components and install them. (I couldn't get it to compile on the UNRAID server itself despite installing the Dev Pack.) Anyway, here are the two pre-compiled packages in case you want them. They work on my 6.8.3 version of UNRAID. libbsd-0.10.0-x86_64-1_SBo.tgznetcat-openbsd-1.217_1-x86_64-1_SBo.tgz Rename your nc in /usr/bin/ to something else before installing the new one. Install using: installpkg libbsd-0.10.0-x86_64-1_SBo.tgz installpkg netcat-openbsd-1.217_1-x86_64-1_SBo.tgz
  21. I didn't install every single one. I installed the packages as they were needed while compiling. So if it complained about a package missing, I installed it. I did install glibc though. See screenshot for all installed packages.
  22. What do I need to install to get past this missing header error? root@Tower:/tmp/buildnc/netcat-openbsd# ./netcat-openbsd.SlackBuild netcat-openbsd-1.217-1/ netcat-openbsd-1.217-1/Makefile netcat-openbsd-1.217-1/README.md netcat-openbsd-1.217-1/atomicio.c netcat-openbsd-1.217-1/atomicio.h netcat-openbsd-1.217-1/changelog netcat-openbsd-1.217-1/copyright netcat-openbsd-1.217-1/nc.1 netcat-openbsd-1.217-1/netcat.c netcat-openbsd-1.217-1/socks.c cc -O2 -fPIC -DNETCAT_VERSION="\"1.217_1\"" -c netcat.c -o netcat.o netcat.c:37:10: fatal error: sys/types.h: No such file or directory 37 | #include <sys/types.h> | ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:17: netcat.o] Error 1
  23. It turned out that I had to use {default} instead of {current} to make it go into safe mode properly. bcdedit /set {default} safeboot minimal The way to know which one to use, it to look at the output of bcdedit Once I did that and rebooted, it went ito Safemode after complaining about an update failing and that it was undoing changes. It did that a second time after rebooting. Finally, it booted into Windows in SafeMode. I then ran msconfig and turned off SafeMode, rebooted and it worked normally again. Phew! This link was helpful in getting things working
  24. I loaded the viostor driver like this: Then used dism to inject the driver into the windows installation I tried rebooting here but nothing changed. So I went back and redid the above steps then used bcdedit to make it go to safemode bcdedit /set {current} safeboot minimal But that didn't change anything after a reboot (or choosing "continue to boot from Windows 10") either. I also tried without the {current} string: bcdedit /set safeboot minimal I am out of ideas at this point.
  25. So my Windows 10 VM has been working fine for months. I recently went in and enabled the Sandbox option via the "Turn Windows features on or off" menu in Control Panel Settings. After a required reboot, the VM now refuses to boot and is stuck in the bootup screen. After rebooting a few times, it goes into "Preparing Automatic Repair" I went into the Repair options page but nothing worked. "System Restore" option wouldn't even recognize a windows installation. Under "Command Prompt", I could see the drive with the Windows installation. I have the install media and virtio driver isos both connected. I tried the "drvload <path to>viostor.inf" command and that made the windows 10 installation be recognized by the Rescue menu but Startup repair still failed. I don't see any option for a Safe Mode boot. I tried booting from the insall disk to see what other repair options exist but nothing seemed to help. I tried changing the template to use a single core but that didn't work. I tried creating a new Windows VM using both Win 7 and Win 10 templates and pointing to a copy of the vdisk1.img file but got the same behaviour. These are the drives I see: I attached the XML file for reference. I don't know what else to do and I really don't want to start from scratch again. Unfortunately, I didn't back up the VM ( I wish I did now) Any help would be greatly appreciated. win10.xml