gestrella

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by gestrella

  1. 57 minutes ago, mgladwin said:

    Updated this morning and most things seem okay. However I have a Ubuntu VM that shows as started in the web GUI and log doesn't seem to have errors but i cant access it.

    Diagnostics attached. If I VNC to the VM is says' Guest has not initialized the display (yet).'

    tower-diagnostics-20180116-0855.zip

     

    EDIE: CPU0 is at 100% constantly when VM is running. If I force kill VM, CPU0 returns to normal.

     

    I had same issue and turned out to be Safari VNC didnot work. Used chrome from a mac and VNC worked like a champ. 

  2. 3 hours ago, planetwilson said:

    Ah sorry I thought you said earlier that OSX was working okay? Your VM is no longer working following the update to 6.4? Mine are on Q35-2.10 now am on unRAID 6.4. I thought that was the version you had to be on in order to use a non-special patch clover?

     

    That is correct - still not working even after those changes.

     

    I also tried to do a fresh install as per latest video using HighSiera, and getting same issue as type of error as soon as start the VM -

     

    2018-01-14 19:12:25.974+0000: starting up libvirt version: 3.8.0, qemu version: 2.10.2, hostname: DataSvr
    LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name guest=HighSierra,debug-threads=on -S -object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-3-HighSierra/master-key.aes -machine pc-q35-2.10,accel=kvm,usb=off,dump-guest-core=off,mem-merge=off -cpu host -drive file=/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=/etc/libvirt/qemu/nvram/a7ba6695-e230-2eef-5c1d-c8f4082bd62b_VARS-pure-efi.fd,if=pflash,format=raw,unit=1 -m 32768 -realtime mlock=off -smp 3,sockets=1,cores=3,threads=1 -uuid a7ba6695-e230-2eef-5c1d-c8f4082bd62b -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-3-HighSierra/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=delay -no-hpet -no-shutdown -boot strict=on -device pcie-root-port,port=0x10,chassis=,mac=52:54:00:64:91:f7,bus=pci.2,addr=0x0 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/domain-3-HighSierra/org.qemu.guest_agent.0,server,nowait -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.qemu.guest_agent.0 -device usb-tablet,id=input0,bus=usb.0,port=1 -vnc 0.0.0.0:0,websocket=5700 -k en-us -device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vram64_size_mb=0,vgamem_mb=16,max_outputs=1,bus=pcie.0,addr=0x1 -device virtio-balloon-pci,id=balloon0,bus=pci.3,addr=0x0 -usb -device usb-mouse,bus=usb-bus.0 -device usb-kbd,bus=usb-bus.0 -smbios type=2 -cpu Penryn,vendor=GenuineIntel,kvm=on,+invtsc,vmware-cpuid-freq=on, -msg timestamp=on
    2018-01-14 19:12:25.974+0000: Domain id=3 is tainted: high-privileges
    2018-01-14 19:12:25.974+0000: Domain id=3 is tainted: custom-argv
    2018-01-14 19:12:25.974+0000: Domain id=3 is tainted: host-cpu
    2018-01-14T19:12:26.015821Z qemu-system-x86_64: -chardev pty,id=charserial0: char device redirected to /dev/pts/1 (label charserial0)

     

    Will do more digging perhaps on QEMU .  Seems odd.

     

  3. 22 hours ago, planetwilson said:

    I've got the smae but ignoring it as there don't appear to be any issues...

     

    Unfortunately it gets stuck there.  I have updated the pc-q35-2.7 to the same as per the latest video ( <type arch='x86_64' machine='pc-q35-2.10'>hvm</type> ). and also have chnaged all of the <qemu:commandline> and <qemu:arg ... area to again be same as the latest video instructions.  

     

    Still no dice and all the reading have not yielded nay clue.  Will sit tight as would think some other upgrading will face same issue soon.

     

    Thanks

     

     

  4. I just updated from UNRAID to 6.4 from 6.3.4.   Ahd OSX running fine (10.12) but getting now the following error -

     

     

    2018-01-13 14:21:09.999+0000: starting up libvirt version: 3.8.0, qemu version: 2.10.2, hostname: DataSvr
    2018-01-13 14:21:09.999+0000: Domain id=1 is tainted: high-privileges
    2018-01-13 14:21:09.999+0000: Domain id=1 is tainted: custom-argv
     

    My XML config is as follows -

     

    <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
      <name>Sierra</name>
      <uuid>b7d74bb4-4562-a693-2e77-08499282d392</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/>
      </metadata>
      <memory unit='KiB'>32913408</memory>
      <currentMemory unit='KiB'>32913408</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>4</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='1'/>
        <vcpupin vcpu='1' cpuset='2'/>
        <vcpupin vcpu='2' cpuset='3'/>
        <vcpupin vcpu='3' cpuset='4'/>
      </cputune>
      <os>
        <type arch='x86_64' machine='pc-q35-2.7'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/b7d74bb4-4562-a693-2e77-08499282d392_VARS-pure-efi.fd</nvram>
        <boot dev='hd'/>
      </os>
      <features>
        <acpi/>
      </features>
      <cpu mode='custom' match='exact' check='partial'>
        <model fallback='allow'>Penryn</model>
      </cpu>
      <clock offset='utc'/>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>destroy</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S21NNXBGA18817M'/>
          <target dev='hdc' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='2'/>
        </disk>
        <disk type='block' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source dev='/dev/disk/by-id/ata-WDC_WD20NPVX-00EA4T0_WD-WXK1EC4AMS7U'/>
          <target dev='hdd' bus='sata'/>
          <address type='drive' controller='0' bus='0' target='0' unit='3'/>
        </disk>
        <controller type='usb' index='0' model='piix3-uhci'>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='pci' index='0' model='pcie-root'/>
        <controller type='pci' index='1' model='dmi-to-pci-bridge'>
          <model name='i82801b11-bridge'/>
          <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'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:51:66:48'/>
          <source bridge='br0'/>
          <model type='e1000-82545em'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/>
        </interface>
        <input type='mouse' bus='ps2'/>
        <input type='keyboard' bus='ps2'/>
        <graphics type='vnc' port='-1' autoport='yes' websocket='-1' 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' primary='yes'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
        </video>
        <memballoon model='none'/>
      </devices>
      <seclabel type='none' model='none'/>
      <qemu:commandline>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-kbd'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='usb-mouse'/>
        <qemu:arg value='-device'/>
        <qemu:arg value='isa-applesmc,osk=DELETED!!!'/>
        <qemu:arg value='-smbios'/>
        <qemu:arg value='type=2'/>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='Penryn,vendor=GenuineIntel'/>
      </qemu:commandline>
    </domain>

     

    ------------

     

    Stumped and would appreciate any hints / pointers . regards

  5. upgraded from 6.3.5 to 6.4.0

     

    Only issue seeing is VM (OSx) wont start and get following error on the VM log -

     

    2018-01-13 14:21:09.999+0000: starting up libvirt version: 3.8.0, qemu version: 2.10.2, hostname: DataSvr
    2018-01-13 14:21:09.999+0000: Domain id=1 is tainted: high-privileges
    2018-01-13 14:21:09.999+0000: Domain id=1 is tainted: custom-argv

     

    ------

     

  6. I just realized after running for a solid week - that the clock drifts and the time get out of sync badly !  After a day running see more than an hour off.  I noted different setting on the XML folks using for the clock tag but they don't seem to make any difference. 

     

    Searching the WWW see some folks refer to this issue, but cant find any fix

     

    Any though or ideas ?  Thanks, Gus

  7. For those that used your old guide, any change to post how to upgrade Clover to latest ????  I think very simple but would hate to screw something up.

     

    yes download and unzip this one. its the newest 3974 but patched for qemu.Dont use the offical one its not good on qemu. Then just install package on the vm.

    https://www.dropbox.com/s/d47kj8ng2j8ma14/Clover_v2.3k_r3974patched.pkg.zip?dl=0

     

    So just so don't screw anything -

     

    1. Download the enclosed file referenced above inside the VM to be updated

     

    2. Execute file Clover_v2.3k_r3974.pkg

     

    ------------

     

    Ask as so many other files and config unsure if anything else needed to be tweaked.

     

    Thanks for all these BTW.  they are very useful !!!

     

  8. gridrunner, works like a champ !!!!!

     

    Instead of migrating what i ended up doing was starting fresh.  So used a new drive, used 'diskutil list' to ensure that could get the drive id.  Then followed all of the steps on the guide - replaced the drive area with the instructions you noted above - and all working like a champ.

     

    Only suggestion to the guide is should note on format of the USB, to use GUID Partition and most master boot record. for some reason I missed this and had to redo later

     

    THE ONLY thing that have tried to do with no luck is, increase the size of the virtual screen.  I do not have a graphics card to pass along (VGA), so just enabled screen sharing to connect. However, shows as 800x600 resolution.  I used clover configurator to change on the GUI section, and when restart on the console view it shows garbled but kind off can see it going.  On the screen sharing still just see as 800x600 though.  Will try some other things and of works will post update.

     

    All else working fine.  Will do some stress testing but love fact can take drive out, change EFI config (or use a boot one on another system) and will be up and running.  This is really Really cool !

  9. I have searched but unable to see if possible OR is yes, how it is done. 

     

    I want to keep a separate SSD drive dedicated fully for one or two VM.  I know I can use the cache drive but rather keep them separate.  I also don't want t ouse the array as rather use SSD speed.

     

    However, unable to find how to do this . Any help appreciated it - driving me nuts

  10. Has anyone been able to get delugevpn to work with SlickVPN? That's the VPN provider I am using, but I'm not sure if my problem has anything to do with that.

    I've attached my supervisord.log file.

     

    Basically, the docker works fine when VPN_ENABLED=no, but when I set it to yes, nothing works. I cannot contact the Deluge daemon and webgui at all, although it seems as if they are running according to the log file. I keep getting a "write UDPv4: Operation not permitted (code=1)" error over and over.

     

    Any help would be much appreciated!

     

    And here is my ovpn file:

    
    # host/port of vpn server
    remote gw1.yyz1.slickvpn.com 443 udp
    
    # file containing username and password
    # ... or prompt for authentication
    auth-user-pass credentials.conf
    
    # equivalent to pull, tls-client
    client
    
    # redirect all outgoing traffic to the vpn gateway
    redirect-gateway
    
    # verify the server certificate for authenticity
    remote-cert-tls server
    
    cipher AES-256-CBC
    
    dev tun
    keepalive 10 120
    nobind
    
    persist-key
    persist-tun
    
    verb 3
    
    # certificate revocation list for invalid server certs
    crl-verify certs/crl.pem
    
    <ca>
    -----BEGIN CERTIFICATE-----
    <Certificate hidden>
    -----END CERTIFICATE-----
    </ca>
    

     

    Did you ever get a reply to this ?  I am testing with tigervpn (www.tigervpn.com) and get exactly the same issue.  the messages are continuous ; and no ability to see the gui

     

    The opvn config works as can test using a mac openvpn client all fine. 

     

    At a loss here

    supervisor.log.txt

  11. The graphic entry did the trick.  Works great so far.

     

    On point 3 and expansion of the drive, found a link at http://blog.definedcode.com/qemu-osx-update that mentioens it is possible this way -

     

    You can resize the image itself with:

     

    qemu-img resize filename +5G

     

    However this will break the partition table (GPT), to fix this we can mount the GParted .iso into the guest, boot into this and then it will automatically fix this for us and you can boot back into OS X and extend it manually. You can attach GParted by appending this to the qemu command:

     

    -device ide-drive,bus=ide.6,drive=GParted -drive id=GParted,if=none,snapshot=on,file=./GParted.iso

     

    Will look to test later this week.

  12. Man, this guys should be pined on the forum.  It makes things super easy to install. Only item where was not clear was needed to create the storage drive first on the command line (left comment so hope the guide can be updated) . outside that, follow things and all works great.

     

    Have been running all kinds of heavy load and different software with no issues whatsoever.  All security upgrades worked great.  Installed xcode, a lot of ruby gems and scripts , also little snitch - which was wondering how would work.  did ivi, iflicks2 media program fine.  Did itunes authentication.  copied a lot of files to from other drives . 

     

    No crash - no slowness - zero off behavior after a full day. Extremely impressed and see as a very workable system for those of us that want to keep an osx server for itunes library serving or media transcoding

     

    There are only three things would like to nail before committing fully -

     

      1. Can the screen be changed to something larger ? keep reading some of the other drivers could be an issue so holding up but will test

     

      2. How can a second drive be added ?  Seem like doable.  WIll need to check some on this

     

      3. Can the current drive used with Yosemite be expanded ? I set for 200G but can see wit some transcoding and so on will need to move to a larger disk at some point.

     

    Pretty excited how rock solid this virtualization is. regards, gus 

  13. Also is there another way to extract the serial number from OSX? The only method I've seen online is if you have a Linux vm running on OSX.

     

    There is a binary file referenced on the article at http://blog.ostanin.org/2014/02/11/playing-with-mac-os-x-on-kvm/

     

    Have anyone had any luck on beta 12 ?  just about to get started but I am a KVM newbie so not sure how to even begin (I have a mac so have the ISO, etc - just new to all this kvm stuff)