Pengman

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Pengman

  1. I want to echo this statement! I'm the guy who created a pull request to get my mqtt auth working with this docker and I really appreciate your work on this. I will be checking out the ML stuff soon.
  2. I got my VM back, so I consider this solved for now. Thanks for the help once more.
  3. Thanks again for taking the time to help me. I have just grabbed copies of my vm xml, so I'll try that. Is the CA Appdata Backup / Restore v2 Plugin the recommended way to keep backups of important files, or is there a list somewhere of files I should include in my backups?
  4. Thanks for your answer. I do not have backup of that file (should I have?) How do I recreate it? I have restarted the system since I had the disc-error on the array, so I might have to create a new topic on that if/when it returns.
  5. I've had an issue with my server which caused the following problems: a) unable to write to the server via the smb network, getting the message that the drive is full even though the UI shows plenty of space (both on cache and on array) b) unable to start some of my docker apps, but some still ran c) unable to start a ubuntu server VM While messing around I seem to have fixed a) by restarting (at least it works for now). And b) by removing the docker.img file and re-adding my dockers apps. But c) still remains, the error message I get is this: Execution error internal error: qemu unexpectedly closed the monitor: 2018-10-08T19:50:58.908139Z qemu-system-x86_64: -vnc 0.0.0.0:1,websocket=5700: Failed to start VNC server: Failed to find an available port: Address already in use I tried to go into the vm settings and manually set a vnc port, but got the error that is is on a read-only filesystem. Now, that message seems to be related to the disc-full error from a), so I'm at a loss. While booting the system I noticed these messages: which seems to indicate some disc error, but I did a disc check on the cache (as described in the wiki) which didn't seem to find any errors. My hardware is - a ASRock - C2750D4I MB with 8 GB of RAM, - a 4 GB parity disc - an array of 2x4GB + 2x2GB assorted discs - a cache of a 250GB Samsung 850 EVO SSD - and the system is on a 8GB "Cruzer fit" stick I hope someone can give me some pointers, and please ask if more detail is needed. #Pengman server16-diagnostics-20181008-2145.zip
  6. Thanks for the answer. Unless a jenkins+python docker is something that is right around the corner from you, I think I will try option 3, and mess about with making my own docker based on yours. Teach a man to fish, and all that.
  7. Hey binhex How would I go about adding a python runtime to this app? My tasks are basically python (2) scripts that should run like cron jobs, and on changes to my repos, but this container does not include python, so my jobs fail. Can somebody help?
  8. That sounds like you are having the same issue I have with an ubuntu 16 server, https://lime-technology.com/forum/index.php?topic=48722.0. As I wrote, it works as expected with ubuntu 14, so I think there is something special about ubuntu 16 that works differently, but I'm not an expert on those matters
  9. I created a Ubuntu server 14.04.4 LTS VM, and that one works as expected... so it seems it is something I don't understand about the 16 version.
  10. Hello all I have created a VM for ubuntu server 16.04, and it boots and is connected to the internet (I ran apt-get upgrade), however I cant figure out how to get it to get its own ip. Running ifconfig -a shows no ip (other than for loopback) Two things that might be important: - I'm running 6.2.0-beta21 version og unraid - I'm currently running i trial mode These are my settings: XML for VM, using br0 bridge <domain type='kvm' id='1'> <name>DriftServer</name> <uuid>f4fd8961-cb08-df5c-e67b-c6a3d0c81ad6</uuid> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='3'/> <vcpupin vcpu='1' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/vdisks/DriftServer/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/ISOs/ubuntu-16.04-server-amd64.iso'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/Services/'/> <target dir='services'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:ad:4d:8a'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-DriftServer/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </memballoon> </devices> </domain> Network settings, bridge enabled and named br0 Enable bonding: Yes Bonding mode: Active-backup (1) Setup bridge: Yes Bridge name: br0 Bridge enable STP: Yes Bridge forward delay: 0