Jump to content

cabldawg

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by cabldawg

  1. I called code42 a few hours ago to order my data set to be sent to me on her. That's no longer offered! Crashplan? Disaster recovery? Sure, if you have 2 word docs! I have 9TB!

    Sent from my SM-G935V using Tapatalk


    I almost forgot to add the fact that they're only migrating 6TB to the new platform as well.

    Sent from my SM-G935V using Tapatalk

  2. unraid 6.2.4

    added to AD Server 2012 domain

    When trying to set permissions on Movies directory:

    Change owner to domain admin account

    Replace all child object permission entries with inheritable permission entries from this object

    Then I get...

    An error occurred while applying security information to:

    \\MEDIA-SERVER\Movies\MovieName

    Failed to enumerate objects in the container. Access is denied.

     

    I ran new permissions on the media server before adding it to the domain so that there wouldn't be any weird carry overs from the unraid security features. Other shares are working like they're supposed to while I set permissions. Can I reset permissions on only this share and retry? What's the best way to attack this?

  3. If it's Windows you are installing, you need to install the virtual drivers before you see the drive.

    It's mentioned in the unraid manual which ones you need to install and the order.

    I apologize. I wasn't clear. This is an existing VM that I have lost access to. The v disks are still there. They just don't mount.

     

    Sent from my SM-G935V using Tapatalk

     

     

  4. When I try to boot up the machine it boots off what appears to be the install image. It says I can refresh or reset the machine. I go to advanced and command prompt. Run disk partitioner, run list volume. The 2 volumes that show up are the virtio and the install disc. The 2 volumes are still defined in the VM template. Can anyone help me get these remounted to boot this thing up?

     

    screenshot.jpg.cce4c072e3e9cf39e88b707a011ceaff.jpg

  5. That worked for the network connectivity. Thanks.

     

    *Unrelated*

     

    Well...now I the vdisks are corrupt and the VM won't start. There are 3 vdisks and of course the cd iso from the install. Do you happen to know how to repair the mbr or scan the disks from a command line? It just boots up to the Windows repair screen. This sucks as it's a DC and has my client backups on it.

     

    ETA

     

    When booting into a command line and running DISKPART, LIST VIDISK shows no discs. LIST VOLUME shows VOLUME 0 D HRM_SSS0_X6 UDF CDROM 4114 MB HEALTHY

    VOLUME 1 E VIRTIO-WIN- CDFS  CDROM 53MB HEALTHY

     

    It appears to me that the vdisks aren't mounting at all.

  6. I'm running a Server 2012 Essentials in a VM on my Unraid. All of my client computers and the Unraid server itself show up when I browse the network but the Windows server doesn't. I can contact it, browse it, ping it. It's assigned a static IP address. Can anyone point me in the right direction to have it show up correctly?

    I also have another VM running Windows 10. It does show up on the network correctly.

     

    Unraid 6.1.1

  7. I just was in contact with their support and they confirmed that the issue is with the Crashplan version, not with the underlying os. So as long as the Docker supporter gets 4.7 to work in Docker we will be fine..

     

    I still think it is kind of weird that they do it this way so I will continue to be somewhat #worried untill I see it solved.. I can imagine that, especially in combination with their cloud offering, they do not particularly like the fact that we have made it so easy to run this on a NAS.. Makes it really easy to send terrabytes upon terrabytes to their cloud.. That used to be a lot more involved (yet not impossible)

     

    When the update arrives, I'll update the container, ok?

     

    Thank you. I'm referring to the Windows client btw. My crashplan desktop on unraid doesn't connect either. It says up to date as well. Just an FYI. I'm hoping this will all be resolved. Thanks again!

  8. Unraid 6.1.1

    Crashplan Dekstop 4.6.0

    Docker image updated to latest as of today. 4-28-16

     

    Crashplan has been backing up to the cloud from my unraid for months. I had the desktop client connecting to the engine a several months back but somewhere along the line that broke. I updated to the latest version of the desktop but it won't connect to the engine on unraid.

    .ui_info

    .identity

    have both been configured as they were in the past with the local ip of the unraid.

     

    Is there something else going on now that I need to do? I haven't been to concerned with it since the engine was working correctly but I have added a few new shares that I need to add to the backup.

  9. Log from VM:

     

    2015-09-23 21:05:57.338+0000: starting up libvirt version: 1.2.18, qemu version: 2.3.0

    Domain id=1 is tainted: high-privileges

    Domain id=1 is tainted: host-cpu

    char device redirected to /dev/pts/0 (label charserial0)

    2015-09-23 21:12:22.014+0000: shutting down

     

     

    Log from VM when trying to restart it after it shuts down:

     

    2015-09-23 21:14:47.019+0000: starting up libvirt version: 1.2.18, qemu version: 2.3.0

    Domain id=2 is tainted: high-privileges

    Domain id=2 is tainted: host-cpu

    char device redirected to /dev/pts/0 (label charserial0)

     

    It's not giving me any other sort of errors besides disconnecting and shutting down. Upon restart of the VM it says an OS wasn't found press ctl alt del  to restart. When I do that it just give the same message over and over and won't try to install the OS again.

  10. <domain type='kvm'>

      <name>Windows Server 2012 Essentials</name>

      <uuid>e30caebf-d2cc-79bd-03a7-34b9e14c1236</uuid>

      <metadata>

        <vmtemplate name="Custom" icon="windows.png" os="windows"/>

      </metadata>

      <memory unit='KiB'>1048576</memory>

      <currentMemory unit='KiB'>1048576</currentMemory>

      <memoryBacking>

        <nosharepages/>

        <locked/>

      </memoryBacking>

      <vcpu placement='static'>2</vcpu>

      <cputune>

        <vcpupin vcpu='0' cpuset='0'/>

        <vcpupin vcpu='1' cpuset='1'/>

      </cputune>

      <os>

        <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type>

      </os>

      <features>

        <acpi/>

        <apic/>

        <hyperv>

          <relaxed state='on'/>

          <vapic state='on'/>

          <spinlocks state='on' retries='8191'/>

        </hyperv>

      </features>

      <cpu mode='host-passthrough'>

        <topology sockets='1' cores='2' threads='1'/>

      </cpu>

      <clock offset='localtime'>

        <timer name='hypervclock' present='yes'/>

        <timer name='hpet' present='no'/>

      </clock>

      <on_poweroff>destroy</on_poweroff>

      <on_reboot>restart</on_reboot>

      <on_crash>restart</on_crash>

      <devices>

        <emulator>/usr/bin/qemu-system-x86_64</emulator>

        <disk type='file' device='disk'>

          <driver name='qemu' type='raw' cache='writeback'/>

          <source file='/mnt/disk5/Windows Server 2012 Essentials/vdisk1.img'/>

          <target dev='hdc' bus='virtio'/>

          <boot order='1'/>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>

        </disk>

        <disk type='file' device='cdrom'>

          <driver name='qemu' type='raw'/>

          <source file='/mnt/user/iso Library/Windows Server 2012 Essentials.iso'/>

          <target dev='hda' bus='ide'/>

          <readonly/>

          <boot order='2'/>

          <address type='drive' controller='0' bus='0' target='0' unit='0'/>

        </disk>

        <disk type='file' device='cdrom'>

          <driver name='qemu' type='raw'/>

          <source file='/mnt/user/iso Library/virtio-win-0.1.102.iso'/>

          <target dev='hdb' bus='ide'/>

          <readonly/>

          <address type='drive' controller='0' bus='0' target='0' unit='1'/>

        </disk>

        <controller type='usb' index='0'>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>

        </controller>

        <controller type='pci' index='0' model='pci-root'/>

        <controller type='ide' index='0'>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>

        </controller>

        <controller type='virtio-serial' index='0'>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>

        </controller>

        <interface type='bridge'>

          <mac address='52:54:00:70:a8:26'/>

          <source bridge='virbr0'/>

          <model type='virtio'/>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>

        </interface>

        <serial type='pty'>

          <target port='0'/>

        </serial>

        <console type='pty'>

          <target type='serial' port='0'/>

        </console>

        <channel type='unix'>

          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/Windows Server 2012 Essentials.org.qemu.guest_agent.0'/>

          <target type='virtio' name='org.qemu.guest_agent.0'/>

          <address type='virtio-serial' controller='0' bus='0' port='1'/>

        </channel>

        <input type='tablet' bus='usb'/>

        <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='vmvga' vram='16384' heads='1'/>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>

        </video>

        <memballoon model='virtio'>

          <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>

        </memballoon>

      </devices>

    </domain>

     

×
×
  • Create New...