Jump to content

krone6

Members
  • Posts

    116
  • Joined

  • Last visited

Everything posted by krone6

  1. Both the community applications and your repository along with nativedude's repository. It even does it on a docker I had installed and tried to reinstall it the same way with the same config. I restarted docker and then restarted the server with no luck. This started about a day or two ago if I had to guess as I was able to install dockers just fine up until now.
  2. The image is not found when I try to add murmur (mumble server). Any idea how to fix this?
  3. Thanks. I looked into Cacti and it looked pretty cool. Seems I'll need to start up a few VMs and see if I can get it to work. Now I wish I put in more than 8GB of ram (ECC's expensive!).
  4. I see what my issue was. When I read IP_RANGE I thought you only meant usable hosts so I only did the usage hosts in my subnet. I'd suggest splitting it into two ENV variables with one being subnet and the other being subnet mask. This will cover what you put in above as 192.168.5.0/24 will still mean 254 usable hosts with .0 as its subnet and .255 as its broadcast. I downloaded a 200MB test file and it appears to work though only for the server, not for hosts on my network unless I transfer data to/from the unraid server. would it be possible to extend this so it affects all hosts on my network? Also if I am trying to do something the docker wasn't made for let me know. I'd assume I am trying to do something simple but I've been wrong before.
  5. Have you set the interface to the correct one?, (br0, eth0, eth1) Workes like a charm for me, tried it on unRAID, two Ubuntu servers, openmediavault and my synology. I'm sure I did. Checked network setting to make sure bridge mode was off and I turned bonding off just in case. I've looked at my interfaces and it should still be eth0 as only eth0 has ever done anything on this docker. Since it seems there's no spoiler support I put my ifconfig in code below. root@Ground:/boot/Darkstat_Test# ifconfig docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.42.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 12:1d:6a:f5:f9:67 txqueuelen 0 (Ethernet) RX packets 21570724 bytes 4101036439 (3.8 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 23416207 bytes 27639821181 (25.7 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.5.10 netmask 255.255.255.0 broadcast 192.168.5.255 ether 0c:c4:7a:49:35:e4 txqueuelen 1000 (Ethernet) RX packets 165967648 bytes 214825859616 (200.0 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 168951699 bytes 206749007722 (192.5 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0xf7200000-f727ffff lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 0 (Local Loopback) RX packets 153394 bytes 10577233 (10.0 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 153394 bytes 10577233 (10.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth0ce3139: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether aa:eb:36:76:99:e6 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 24 bytes 4177 (4.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth1809f2c: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 12:1d:6a:f5:f9:67 txqueuelen 0 (Ethernet) RX packets 37 bytes 4847 (4.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 53 bytes 19115 (18.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth44a1853: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 8a:ec:32:97:54:9b txqueuelen 0 (Ethernet) RX packets 17 bytes 1745 (1.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 38 bytes 11557 (11.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth655e0ed: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether aa:4a:14:97:1c:de txqueuelen 0 (Ethernet) RX packets 108 bytes 12044 (11.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 60 bytes 8345 (8.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth6e581c3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 3a:8e:68:02:d9:71 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 25 bytes 4219 (4.1 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth9b0201e: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 52:2b:3d:e5:85:46 txqueuelen 0 (Ethernet) RX packets 3 bytes 180 (180.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 26 bytes 4331 (4.2 KiB) TX errors 0 dropped 1 overruns 0 carrier 0 collisions 0 vethaaf0689: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 56:38:2e:37:d3:24 txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 23 bytes 3894 (3.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:83:51:eb txqueuelen 0 (Ethernet) RX packets 14 bytes 704 (704.0 B) RX errors 0 dropped 8 overruns 0 frame 0 TX packets 1 bytes 78 (78.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 vnet0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether fe:54:00:14:d7:7d txqueuelen 500 (Ethernet) RX packets 14 bytes 900 (900.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 15 bytes 806 (806.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  6. Thanks for the help macester. After using the docker a bit it's not displaying as much info as I'd like. I found a few things didn't work at all which is a shame. I also tried a wget from unraid and the 60 second graph didn't change with reload on and manually reloading. It pushed 2.2MB/S from an outside server so I should have seen a sudden spike. I tried my subnet's range, all ip range, and 0.0.0.0/255.255.255.255 to make sure.
  7. I just figured out my issue... I reread the whole thread a couple times... I was mapping /config to "/mnt/user/appdata/openvpn" When I changed to "/mnt/cache/appdata/openvpn" it worked. Does mapping to /mnt/cache instead of /mnt/user/ matter for other dockers? I've used /mnt/user/Docker/appdata/ for everything, even non cache shares. Also to everyone: Does anyone have a template config file for darkstat I could look at? I have not found much on how to create the config for this docker. I´m having the same problem with the mappings, sometimes when I add a docker with let´s say /mnt/user/cache and want to recreate it I have to use /mnt/cache instead (needo´s plex docker for example) havent figured out why yet. There really isen´t any config for darkstat, its quite a tiny program. How'd you fix the webgui issue similar to owncloud? It'll try to start the webgui and can't because there's no config files. There's literally nothing that was downloaded besides the program itself. http://puu.sh/jBCit/6f2ccc848f.png I have every port opened on my internal network so it's not a closed port. Have you edited the advanced section like this? If you are using a bridge its better to set the netwotk interface to the eth interface for caputering all traffic. Thanks, I never knew about that part of Docker even after reading the wiki a few times. I was able to connect and somewhat get my graphs to work, though it doesn't seem to want to display correctly even after changing the ip range to 1.1.1.1/255.255.255.255 to make sure I grab everything for testing purposes. Once I get this working I'll narrow the range to something reasonable. I'll see what I can find reading a few posts in this thread again. I'm sure I'm not the only one. This is what I am seeing currently: http://puu.sh/jBEgz/86378a2b8c.png (They're still counting up so it's still grabbing packets)
  8. I just figured out my issue... I reread the whole thread a couple times... I was mapping /config to "/mnt/user/appdata/openvpn" When I changed to "/mnt/cache/appdata/openvpn" it worked. Does mapping to /mnt/cache instead of /mnt/user/ matter for other dockers? I've used /mnt/user/Docker/appdata/ for everything, even non cache shares. Also to everyone: Does anyone have a template config file for darkstat I could look at? I have not found much on how to create the config for this docker. I´m having the same problem with the mappings, sometimes when I add a docker with let´s say /mnt/user/cache and want to recreate it I have to use /mnt/cache instead (needo´s plex docker for example) havent figured out why yet. There really isen´t any config for darkstat, its quite a tiny program. How'd you fix the webgui issue similar to owncloud? It'll try to start the webgui and can't because there's no config files. There's literally nothing that was downloaded besides the program itself. http://puu.sh/jBCit/6f2ccc848f.png I have every port opened on my internal network so it's not a closed port.
  9. I just figured out my issue... I reread the whole thread a couple times... I was mapping /config to "/mnt/user/appdata/openvpn" When I changed to "/mnt/cache/appdata/openvpn" it worked. Does mapping to /mnt/cache instead of /mnt/user/ matter for other dockers? I've used /mnt/user/Docker/appdata/ for everything, even non cache shares. Also to everyone: Does anyone have a template config file for darkstat I could look at? I have not found much on how to create the config for this docker.
  10. Any way to fix this? I have myrianDB installed and the folder is inside the docker's appdata. I'm still trying to wrap my head around how the data flows within multiple virtualized environments on top of a host. http://puu.sh/jyWnk/e9fc22a79b.png
  11. Great to hear :-) I should probably add a note somewhere so it's clear one is supposed to use the subdomain and not the full domain I'd suggest just renaming DOMAINS to SUBDOMAINS or putting a Readme.txt in the folder explaining it. People have to go to the folder either way.
  12. You should be able to put multiple domains separated by commas and no spaces in between (whatever you put in becomes part of the url and you can't have spaces in urls) Duckdns has no port exposed because there are no incoming connections to it. It just makes an outbound connection to the duckdns server through the https port Strange, I'm doing something wrong then as I get the following error whenever I start DuckDNS (all outgoing ports opened): [Aug 03 09:16:57] Something went wrong. Check your settings. Result was "KO". Here is my config file (some names were for testing random stuff and token has been scrambled for privacy): DOMAINS=galaxynetwork.duckdns.org,krone6.duckdns.org,teemo.duckdns.org,galaxyminecraft.duckdns.org TOKEN=05180ac8-a236-REDACTED-REDACTED-GFEGT345345d8e9b0 Any idea what could be causing that error?
  13. Is there a way to put in all four DuckDNS domains instead of one? Every way I've tried to add in more than one has failed. Also what port does DuckDNS use? I couldn't find it online anywhere.
  14. Dockers don't really "download" a config file. The docker container has files, some of which are stored where you specify in your volume mappings. What are your volume mappings? You will see the folders in the attached picture.
  15. Any reason a config file isn't downloaded when I add this docker? I'm on Version 6 RC1 currently. It worked fine on an earlier version though I don't think it was unraid itself that made it work but actually having a config file.
  16. Thanks, I was able to figure it and have deluge automatically download the movies from the torrent file folder afterwards. Wish moviegrabber would have been able to also do that but oh well, the main part's there.
  17. I'm still confused on which folders to use. I've browsed to the folders and nothing was there as well as changing the host path of /data and /media to /mnt/cache and still nothing. I've tried both /mnt/cache, /media, and /data in the folder section on moviegrabber and they still vanish right away. I try my best to figure this stuff out before posting here however in this case it's best I see a working example to figure it out fastest.
  18. What do you have for Volume Mapping for the docker? What do you have for Volume Mapping for the docker? Sorry for the late reply. You'll see what I have in this picture: http://puu.sh/hTnvi/d38eaa8ce6.png - I will have to figure out how to change user to something else later though that's not relavent to this thread.
  19. Everytime I put something into the folders under configuration and hit save the text will go away. I want to test moviegrabber out by downloading a few movies automatically to the cache and once I am satisfied, to the share. I have tried the following folders with no success: /mnt/cache /mnt/cache/Docker/appdata/MovieGrabber/Movies /media /data \\Ground\cache\Movies G://Movies What am I doing wrong? If possible, I'd recommend telling the user what they're not doing right in a future update instead of just letting text vanish with no feedback.
  20. First, I am not familiar with setting up docker. Second, I am not sure it can run under docker. Third, It will mean virtualization over virtualization and would probably hurt the VMs performance and probably limit accessability and performance to bare HW. Thanks for the reply. Was was curious about that and didn't think about the whole virtualization on top of virtualization.
  21. Is there a reason this isn't in docker form? It seems having every addon in docker would make things simple and convenient in one location.
  22. Install the virtualbox guest drivers in the VM's OS. Figured as much, Thanks. Have you ever come across a situation where you were unable to install the addons? For example while you're trying to install an OS and there's an option you're unable to select with your keyboard or mouse. Curious is all.
  23. Just to understand: * You run vboxwebsrv? * You have your Apache Webserver enabled and running? is it the latest version (2015.04.21)? * You have phpVirtualbox extracted in your webserver configured folder? * How are you trying to access phpVirtualbox? * Why have you changed the default address and port for vboxwebsrv? EDIT: I changed the virtualbox port to the one phpvirtualbox asked for and turned off auth for now. I was able to connect and install an OS. The odd things is after I connect via RDC my mouse it now in the same place my desktop's mouse is when I move it inside the Vms desktop. The VMs mouse will be in the top right corner while my main mouse is in the middle of the screen. Any idea what's going on? 1: vboxwebsrv is running 2: Both enabled and running and is the latest 3: I extracted the folder containing phpvirtualbox to my apache root. My apache server and I click on the folder in the web browser for now. Once things are working I'll take everything out of the folder and put it in the root for apache 4: I am trying to access it with the same way I access my unraid server. The server's IP is 192.168.5.10 and vboxwebsrv is on port 1000, so I do 192.168.5.10:1000 - I time out. I have tried accessing apache instead and going into phpvirtualbox folder. When I do I get an error using the default login (after editing the file). 5: I did that for testing and it is now 127.0.0.1 If I have to guess my problem is probably how I am trying to access my server as I've only just learned about phpvirtualbox. The built in vm manager doesn't give me much control and I'm hoping virtualbox will allow me more control over my VMs.
×
×
  • Create New...