Jump to content

Pducharme

Community Developer
  • Posts

    1,011
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Pducharme

  1. In case anyone got the same, It was because my Unraid was booted with Xen Kernel; they can't co-habit. So I just rebooted on the default...
  2. Wow, I just came here to see if I got 1 reply to this thread! Lots of interest I guess i'll wait for a wise guy to create a "Unraid friendly" docker of that or if it will go on the Plugin router like the Extended docker page?
  3. Ok, I found the VirtIO ISO file online. I edited one of the XML found here. When I try to run my command, I get : root@Unraid:/mnt/cache/VM/Win81# virsh create win81.xml error: Failed to create domain from win81.xml error: internal error: unexpected domain type kvm, expecting xen root@Unraid:/mnt/cache/VM/Win81# Here is my XML : <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>windows_8.1</name> <uuid>cc411d70-4463-4db7-bf36-d364c0cdaa9d</uuid> <memory unit='GB'>8</memory> <currentMemory unit='GB'>8</currentMemory> <vcpu placement='static'>4</vcpu> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='q35'>hvm</type> <boot dev='cdrom'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> </cpu> <clock offset='localtime'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/cache/VM/Win81/win81.iso'/> <target dev='sdc' bus='sata'/> <readonly/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/cache/VM/Win81/virtio-win-0.1-81.iso'/> <target dev='sdd' bus='sata'/> <readonly/> </disk> <disk type="file" device="disk"> <driver name="qemu" type="qcow2" /> <source file="/mnt/cache/VM/Win81/Win81.qcow2" /> <target dev="vda" bus="virtio" /> </disk> <controller type='sata' index='0'> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> </controller> <controller type='pci' index='2' model='pci-bridge'> </controller> <controller type='usb' index='0' model='none'> </controller> <interface type='bridge'> <source bridge='br0'/> <model type='virtio'/> </interface> <graphics type='vnc' port='5900'> <listen type='address' address='0.0.0.0'/> </graphics> <input type='mouse' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> Any idea ??
  4. Is anyone knows if using https://www.webvirtmgr.net/ to manage KVM on Unraid is working ?
  5. Hi, I need to have a Windows VM for the sole purpose to run the Bitcasa Client and have it upload ("sync") my User Shares to Bitcasa (Unlimited). I know KVM is pretty powerful and can passthru stuff like GPU, NIC, etc., but I just need basic Windows that i'll RDP to it and it will only run the Bitcasa client. I don't have any experience on KVM. Where to start?? Any easy cli commands to build the VM ? Also, Is it possible to "connect" User Shares directly in the KVM XML instead of accessing thru SMB or other slower network protocol ? Thanks !
  6. When you say "in my array, but totally empty" do you mean they had already been precleared but had not yet been formatted to ReiserFS? Just trying to get a clearer idea of how this works. I normally don't think of a drive that hasn't been formatted as "in the array" yet. On the other hand, if it did already have an empty ReiserFS on it, I would think unRAID would want to clear it first. They were 3 disk precleared, added to array as ReiserFS but they were empty (I have 30TB space, but 20TB free). So it was easy to stop the array, change those 3 to XFS, then restart array and format. This night, i'll migrate 3 of the other reiserFS to those XFS. They are all the same size (3TB) and none are full, so no issue with fail copy.
  7. I have been using rsync with: rsync -av --progress --remove-from-source /mnt/diskX/ /mnt/diskY/ This allows you to restart if it gets interrupted for any reason and removes the source file once it is successfully copied. Just a warning, I wouldn't use the shares when coping since it was found that under a certain case you can loose data if you copy from a drive to the share can truncate the data. Also best to run from screen so you wont have to worry about the session getting terminated.. Thanks, I think i'll migrate some data this night while sleeping using Screen. Migrate 3 disk at the same time in 3 different Screen sessions
  8. Damn! You'r right! I was looking for a Format button in the Disk detail page... Thanks Now have 3 x 3TB of XFS FS drive in the array. What would be the easiest/fastest data move ?? take the content of 1st 3TB and rsync it to new drive via SSH ?? Any recommendation for switchs to use or other commands ?
  9. Ok... I had couple (3 or 4) of my WD Red 3TB that was in my array, but totally empty. I stopped the array, then change the format to XFS for my last one (Disk 10), then I started the array. It show up as XFS, but Unformatted. Is there a WebGUI command to have the disk formatted by Unraid ??
  10. Let's say I have currently : 1 x SSD 500GB (Samsung Evo 800) as a Cache drive 1 x WD Green 3TB as a BTRFS drive for Docker use do you recommend that process : Add a 2nd SSD 500GB (Samsung Evo 800), then configure my 2 SSD as a cache Pool (in BTRFS) and then use the 3TB of WD Green to start converting my Array of 10 x WD Red 3TB currently configured as ReiserFS to XFS (not BTRFS as i'll run Dockers & VM on the new Cache Pool in BTRFS ?) ??
  11. Please modify the WebGUI of the FTP service to add : 1. Users management 2. Quotas 3. Throttling 4. Service Control of the FTP Service (Stop, Start, Restart) Thank you!
  12. needo, any possibility for a new version of the PlexConnect docker ? (They release version 0.4 now). Sure! I will work on that. Thank you!
  13. needo, any possibility for a new version of the PlexConnect docker ? (They release version 0.4 now).
  14. Here is what it give me when it start. It does that since yesterday. There was a owncloud database, but now I can't use owncloud anymore Starting MariaDB... 140811 03:41:15 mysqld_safe Logging to '/db/mysql_safe.log'. 140811 03:41:15 mysqld_safe Starting mysqld daemon with databases from /db 140811 03:41:16 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended Database exists. Starting MariaDB... 140811 03:41:16 mysqld_safe Logging to '/db/mysql_safe.log'. 140811 03:41:16 mysqld_safe Starting mysqld daemon with databases from /db 140811 03:41:18 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended Database exists. Starting MariaDB... 140811 03:41:18 mysqld_safe Logging to '/db/mysql_safe.log'. 140811 03:41:18 mysqld_safe Starting mysqld daemon with databases from /db 140811 03:41:19 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended Creating database. Database created. Granting access to 'root' ruser for all hosts. Starting MariaDB... 140811 03:41:25 mysqld_safe Logging to '/db/mysql_safe.log'. 140811 03:41:25 mysqld_safe Starting mysqld daemon with databases from /db mysql_safe.txt
  15. mine was working with owncloud, but now it doesn't. MariaDB docker doesn'T work anymore, I don't know why.
  16. No Love For UniFi Controller ?
  17. Excellent work ! Did you add needo/PlexConnect template to it? I don't need it, but other people might.
  18. Hi, I have the Mac App, it's a great tool. Feature request : 1. Make the possibility to mount the share by clicking the name of the share. 2. Add support to identify a BTFRS partition (for new feature of docker, a partition of this format is needed).
  19. I'm at restaurant now and wait for a friend to arrive, i vpn home and tried without the EDGE. It seems to work now! I'll try when i'll get back latter. I Will also try running it in bridge forwarding 53,80 and 443 without priviledge. Btw, the extended docker page is not iPad friendly. When you add a docker, it doesnt scroll in the adding page, it scroll in the background. Now, miss only the UniFi controller to retire the Xen part and be fully Dockerized;) Anyone want to create a docker for it? There is 3 branches of UniFi, Will need EDGE on this one. There is already 3 docker of UniFi, one of the already with the branches but i'm too dumb to be able to create one with unraid standard (phusion, etc...)
  20. damn! this thing will make me crazy! It looks like it never try to git clone the PlexConnect repo ? It's why it doesn't find the plexconnect py file...
  21. Is there a way to delete a "my-something" template in the Extended Docker Page ?? I can try removing it and retry...
  22. Yes. I tried manually and I can't start it using a run command ?? very strange. Here is my docker extended page :
  23. I did remove them, then remove 3 that were listed as "none:none". I re-added the PlexConnect using the "my-plexconnect" template (because it is not in the templates, don't know why). It still give the same error. I'll try the manual command to see if it make any difference... I always used the Extended Docker page to do it since the beginning.
×
×
  • Create New...