Displaying 7 results from an estimated 7 matches for "dzombic".
2019 Oct 06
2
Re: Error validating install location: Distro 'rhel8' does not exist in our dictionary
On Sat, Oct 5, 2019 at 7:27 PM Oliver Dzombic <info@layer7.net> wrote:
> Hi,
>
> if you run on a shell the command:
>
> osinfo-query os
>
> you will see that its:
>
> rhl8.0 | Red Hat Linux 8.0
> | 8.0 | http://redhat.com/rhl/8.0
>
>
> so instead of rhel8, i suggest you to try...
2013 Feb 03
1
rsync 3.0.9 compile --copy-devices --write-devices not working
...working ? Also running an
older version of rsync would be ok.
Or also advices about other solutions on how to sync two devices without
need to copy the entire data again if just a part was changed.
Thank you very much
Greetings
Oliver
--
Mit freundlichen Gruessen / Best regards
Oliver Dzombic
IP-Interactive
mailto:info at ip-interactive.de
Anschrift:
IP Interactive UG
Zum Sonnenberg 1-3
63571 Gelnhausen
HRB 93402 beim Amtsgericht Hanau
Gesch?ftsf?hrung: Oliver Dzombic
Steuer Nr.: 35 236 3622 1
UST ID: DE274086107
2019 Oct 05
2
Error validating install location: Distro 'rhel8' does not exist in our dictionary
Hi,
I am running the below command to spawn CentOS8 based Virtual Machines
using KVM based technology
virt-install --name=centos8
> --file=/linuxkvmguestosdisk/var/lib/libvirt/images/centos8 --file-size=100
> --nonsparse --vcpus=2 --ram=8096 --network=bridge:br0 --os-type=linux
> --os-variant=rhel8 --graphics none
>
2019 Oct 07
0
Re: Error validating install location: Distro 'rhel8' does not exist in our dictionary
On Sun, Oct 06, 2019 at 10:54:33AM +0530, Kaushal Shriyan wrote:
>On Sat, Oct 5, 2019 at 7:27 PM Oliver Dzombic <info@layer7.net> wrote:
>
>> Hi,
>>
>> if you run on a shell the command:
>>
>> osinfo-query os
>>
>> you will see that its:
>>
>> rhl8.0 | Red Hat Linux 8.0
>> | 8.0 | http://redhat.com/rhl/8.0
This is Red...
2020 Jan 13
0
Re: error: internal error: Unable to parse 'rbps=max wbps=max riops=100 wiops=max' as an integer
On Mon, Jan 13, 2020 at 01:42:24AM +0100, Oliver Dzombic wrote:
> Hi,
>
> i am running:
>
> libvirt-5.6.0-5.fc31.x86_64
> 5.4.8-200.fc31.x86_64
>
>
> Using:
>
> <blkiotune>
> <device>
> <path>/dev/sda1</path>
> <read_iops_sec>100</read_iops_sec>
>...
2020 Jan 17
0
Re: error: internal error: unable to execute QEMU command 'blockdev-mirror': Cannot find device= nor node_name=
On Fri, Jan 17, 2020 at 01:45:00 +0100, Oliver Dzombic wrote:
> Hi,
>
> i try to test live-migration using this command:
>
> #virsh migrate --copy-storage-all --verbose --live kvm1776
> qemu+ssh://nodeb/system
>
>
> Instant error message:
>
> error: internal error: unable to execute QEMU command 'blockdev-mirro...
2019 Oct 05
0
Re: Error validating install location: Distro 'rhel8' does not exist in our dictionary
Hi,
if you run on a shell the command:
osinfo-query os
you will see that its:
rhl8.0 | Red Hat Linux 8.0
| 8.0 | http://redhat.com/rhl/8.0
so instead of rhel8, i suggest you to try rhl8.0
Good luck !
Greetings
Oliver
Am 05.10.19 um 14:48 schrieb Kaushal Shriyan:
> Hi,
>
> I am running the below command to spawn CentOS8 based Virtual Machines
> using KVM