marcusone1

Members
  • Posts

    24
  • Joined

  • Last visited

Recent Profile Visitors

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

marcusone1's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Trying to install transmission, default settings, filled out the variables asked for, but when I start the docker I get in the logs ``` transmission-remote: (http://localhost:9091/transmission/rpc/) Couldn't connect to server ``` How do I fix this? I spent about an hour searching google/here to no avail so far. Thanks!
  2. Ok, I will try that thank you. Will that affect my VLANs on eth1? Also note: eth0 is a 10G, and eth1 a 1G interface, does that matter... i.e. will eth0 still be used to access the unraid and files, dockers, and eth1 the KVM/others used on eth1?
  3. Likely file extension, although I think manual just defaults to `raw`. I wish unraid would fix this bug or add to the UI a drop down list.
  4. VLANs, or easier if you have multiple nics. More details on your system would help. I have this working with VLANS and smart switches (unifi). Once you have the bridge/nic installed and setup, you need to enable its use in the Docker -> Advanced menu. KVMs I believe it just shows up in the list of available network sources
  5. 60 views and no ideas? should I email unraid directly? Thank you to those that took the time to read but unfortunately don't have an answer for me
  6. I have several network adapters on my unRaid server 6.10.3. Dockers run on the default eth0, aka, br0, well I assume that based upon choosing "Network Type" to "Bridge", it will use the same adapter that the unRaid web ui is presented on. So a docker running on the default "bridge" network. KVM running on eth1 (which i have connected to the same LAN as eth0, i wan't to spread out network traffic to KVMs vs File Share/dockers). I can Access the KVMs and the Dockers just fine from another computer. Issues arrise when I try to access a Docker from the KVM. I keep getting "connection reset by peer". I assume some kind of firewall/issue on unRaid is causing this? or is it Docker? Is there a command I can run to fix this issue? Thank you!
  7. Did you ever solve this issue? I think I am a similar one.
  8. I have a computer with an i5-6700, the motherboard has 2 displayport outputs. I have it plugged into an HDMI switch, but clearly the switch must not send an active signal unless the port that unRaid is on is selected. So the issue I get is, I have no console output when I do switch to the port unRaid is on. I can of course ssh/webgui shell into unRaid; so not a big issue. This is a test box and I'm constantly playing around and sometimes fine myself needing the physical console. Is there a way to, via ssh, reset the display output for the unRaid console to rest and output to the monitor? Or am i SOL as it is a bios issue? Thanks!
  9. for HomeAssistant that is not true, as it is set to use host, rather than bridge (likely do to the need for HA to scan the network for devices, etc). So I have to change the url link, as I change the port inside of HA, not mapping in docker. please try using a docker set to HOST network.
  10. For example: I have two instances of HomeAssistant installed on my unRaid, one for production, one for testing. Setup of two is easy, I just change the directory they install in, and set different ports in HA configuration for the test instance. However, when I setup the advanced view, change the "WebUI" line so that it uses the new port, it also appears to "change" the link for the production instance as well. With both configured, if I click on the production HA Icon in unRaid, select "WebUI", it now takes me to the Test site. Even after I delete the Test site, the link to the Production is still pointing to the test site. When I edit the production HA site in unRaid, under advanced view, the line for "WebUI" is still set to the correct port. Not sure how the web interface is building the menu items for each docker, but it appears to be getting the URLs for the specific docker from a global space? Any way to fix this? Thanks.
  11. Right... i figured that could be the case (i.e. files not written out to disk maybe lost/corrupted). Thanks for verifiying. I've found a number of places that talk about live snapshots, but have yet to find a good guide on it (specificlly for unraid ideally, but any kvm howto would be good); do you know of any?
  12. Thanks, but what does that mean? it doesn't work? Does KVM not have any kind of live snapshot capability like Vmware?
  13. I know I should have tested this before starting something "production" in a vm, but I didn't really. If someone could verify my process should work, while I setup a new machine to test on, that would be appreciated (or if you have a "faster" way). [note: VM is running and I don't want to shutdown to do a backup] I have my btrfs cache drive and a vm installed at `/mnt/cache/domains/UbunutServer/vdisk1.img` so in the vdisk directory I run the command > cp --reflink vdisk1.img vdisk1.bk.img Appears to work just as the FAQ says. I then run: > rsync --progress vdisk1.bk.img /mnt/user/BackupShare/userver-backup/ file appears to copy fine. Yay!?? I assume I can shutdown the VM and simply copy that file back from the backup share, rename to `vdisk1.img` and start up the VM and the VM will load back to the state i took the the `reflink` copy? Thank you!
  14. holy smokes... that docker is crazy! way more info that I need/was expecting. Fantastic. thank you.