wtfcr0w

Members
  • Posts

    36
  • Joined

Recent Profile Visitors

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

wtfcr0w's Achievements

Noob

Noob (1/14)

8

Reputation

1

Community Answers

  1. I decided to forego mounting the docker socket to the LXC and ended up opening up the TCP port to the docker daemon and am connecting to it through ip/port to get all of my containers. Thank you for the help anyway.
  2. I am developing a docker front end dashboard and wanted to see about passing through the socket to use rather than using nested containers. I have plenty of containers on the host machine and didnt really want to run all the same containers in the LXC as well, as I would be using the API's to pull info from the docker containers.
  3. Hey I am trying out LXC containers again and would like to use them for development. I would like to know if it is possible to pass through /var/run/docker.sock from the host machine to a container. Can this be done?
  4. My server locked up and I had to force a reboot by holding the power button down. This has only happened once or twice in the past and I have never experienced any issues after restarting the array. However, this time I am having plenty of issues with Docker when restarting the array. The whole OS is slow. I have a few containers that need to be updated and when I go to update them I get an error and it seems unRAID thinks that the container is still running, so it just removes the container from the list altogether and it will not allow me to add it back. When I reboot, the container is there again but it will not start. I cant even get to the VM page to see if my VMs are started. Can anyone take a look at my diags to see if there is anything they might be able to identify? I am really at a loss. I run all my 3d printers from my unRAID server and at this point I am dead in the water with my business. Any help would be so greatly appreciated!! io-diagnostics-20230214-1145.zip Edit: After trying to update a container, and it fails and disappears, I reboot and it shows up again. When I try to start the same container I receive the following error: Image can not be deleted, in use by other container(s)
  5. It sat there for a good 10 minutes after I was able to reach it via ssh. Checked the terminal output from the machine itself and it just stops at the samba init.
  6. Stuck at samba on boot as well... Reverted back to 6.10.3
  7. I just upgraded from 6.10.3 two nights ago and have been experiencing extremely slow speeds while updating and installing containers, and also viewing/browsing the CA app store. I am not the only one, there is a thread I created on Reddit where others are also experiencing the same issues. Docker container updates and installs sometimes take at least 4 times as long as they used to on 6.10.3. Anyone else experiencing this issue? Thanks in advance
  8. Glad you were able to get it working!! Thanks for laying out a walkthrough for others, as well!!
  9. I setup a Debian virtual machine and used the Kiauh tool to install klipper. I've also had good luck with the Ubuntu Server iso. I wouldnt use the raspberry pi image. Then use the USB Manager tools to forward your printer (I'd recommend forwarding the port) through to the virtual machine so it connects whenever the VM turns on.
  10. I have a VM running an application called Klipper to control my 3D Printers. I had only one, but now I am trying to add a second. When I try to add both printers to one VM I am receiving the following error when trying to start the VM: operation failed: Multiple USB devices for 1a86:7523, use to specify one And the VM doesnt start. Both of the devices show up as QinHeng Electronics CH340 serial converter (1a86:7523) When I try to add both printers to either my Debian or Ubuntu Server VMs I get the following error while trying to save the VM instance: XML error: Hostdev already exists in the domain configuration Does anyone know of a workaround for something like this? I dont mind having to run two separate VMs, one for each printer. I would just like to have them both controlled by klipper within a VM. I'd rather not have to try replacing a main board on one of them. Thank you for any assistance.
  11. Ever since updating to 6.10.2 I have had an issue where Docker and libvirt will not start with the array after entering my encryption password. I get this error message when attempting to check docker services: Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (No such file or directory) in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 710 Couldn't create socket: [2] No such file or directory Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 896 Every time I see this I need to recreate the USB disk and start from scratch. And it works for weeks until a reboot, then I have to do the same all over again. Why is this happening? It doesnt happen on 6.10.1 or any of the 6.10 RCs and I cant try another USB device until June 14th when I have the availability to change it out. I've attached diags. io-diagnostics-20220612-0939.zip Edit: After checking docker settings, I see it says the appdata folder doesnt exist. After ssh'ing in and checking, my user folder was not mounted and the only thing in there was the LXC folder. I unstalled the LXC plugin, rebooted and now it's working.
  12. It's definitely enough. I'm thrilled to have even just the Debian lxc working! Thank you so much.