Group: Member 
Post Group: Working Newbie
Posts: 90
Status: 
|
I installed VIRTUALIZOR for KVM virtualization on a new dedicated server.
The specifications are as follow:
CPU: Intel Xeon E5-1620v2
Cores: 4c/8t
Freq.: 3.7GHz/3.9GHz
RAM: 16GB DDR3 ECC 1333 MHz
Disk: SoftRaid 2x2TB SATA
OS: CentOS 7.3-1611 (64bits)
1 main/server IP
1 additional single IP
2x /29 IP blocks (16 IPs)
After struggling with partitioning (support helped me with) and making the cofiguration like described on the internet in some forums and blogs (the VIRTUALIZOR documentation is very "simple" and short, not detailed, without some examples of configuration and settings) I started to create first KVM VPS. After setting up the parameters of the wanted VPS and creating, I got a lot of errors.
Here is the log of the creation:
Code
Starting Task : 1
Syncing up with Slave
Creating VPS : 1
File descriptor 3 (socket:[801635]) leaked on lvcreate invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 4 (socket:[803810]) leaked on lvcreate invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 5 (socket:[801736]) leaked on lvcreate invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 3 (socket:[801635]) leaked on lvdisplay invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 4 (socket:[803810]) leaked on lvdisplay invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 5 (socket:[801736]) leaked on lvdisplay invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 3 (socket:[801635]) leaked on lvresize invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 4 (socket:[803810]) leaked on lvresize invocation. Parent PID 17424: /usr/local/emps/bin/php
File descriptor 5 (socket:[801736]) leaked on lvresize invocation. Parent PID 17424: /usr/local/emps/bin/php
New size (2560 extents) matches existing size (2560 extents).
sfdisk: Warning: The partition table looks like it was made
for C/H/S=*/4/32 (instead of 1305/255/63).
For this listing I'll assume that geometry.
Checking that no-one is using this disk right now ...
BLKRRPART: Invalid argument
OK
sfdisk: Warning: The partition table looks like it was made
for C/H/S=*/4/32 (instead of 1305/255/63).
For this listing I'll assume that geometry.
Warning: partition 1 does not end at a cylinder boundary
Warning: partition 2 does not start at a cylinder boundary
Warning: partition 2 does not end at a cylinder boundary
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
BLKRRPART: Invalid argument
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
device-mapper: remove ioctl on vg-vsv1001--0kkc--bqmfvb2f19gs0jbi2 failed: Device or resource busy
e2fsck 1.42.9 (28-Dec-2013)
resize2fs 1.42.9 (28-Dec-2013)
Creation Done
Setting Root / Admin Password
setlocale: No such file or directory
Building DHCP
Redirecting to /bin/systemctl restart dhcpd.service
Starting VPS
setlocale: No such file or directory
setlocale: No such file or directory
Illegal target name 'vmv1001'.
Illegal target name 'vmv1001ARPIN'.
Illegal target name 'vmv1001ARPIN'.
Chain 'vmv1001' doesn't exist.
Chain 'vmv1001ARPIN' doesn't exist.
setlocale: No such file or directory
error: failed to get domain 'v1001'
error: Domain not found: no domain with matching name 'v1001'
Cannot find device "viifv1001"
Cannot find device "viifv1001"
Fetching VPS Status
setlocale: No such file or directory
Errors:
Array
(
[err_start] => There was an error while starting the new VPS
setlocale: No such file or directory
error: Failed to create domain from /etc/libvirt/qemu/v1001.xml
error: internal error: qemu unexpectedly closed the monitor: 2017-07-24T08:27:26.923835Z qemu-kvm: -device Realtek,netdev=hostnet0,id=net0,mac=02:00:00:a6:6c:3c,bus=pci.0,addr=0x3: 'Realtek' is not a valid device model name
)
So it seems, there was deffinitely some misconfiguration from my side.
The support team fixed it, but didn't provide any details what are they changed or fixed. Of course without that information, I cannot create an another VPS or install Virtualizor on another server, if I don't know what's going on.
So the questions. What these errors mean?
- File descriptor 3 (socket:[801635]) leaked on lvcreate invocation.
- sfdisk: Warning: The partition table looks like it was made for C/H/S=*/4/32 (instead of 1305/255/63). For this listing I'll assume that geometry.
- BLKRRPART: Invalid argument
- Warning: partition 1 does not end at a cylinder boundary
Warning: partition 2 does not start at a cylinder boundary
- setlocale: No such file or directory
- Illegal target name 'vmv1001'.
Illegal target name 'vmv1001ARPIN'.
- Chain 'vmv1001' doesn't exist.
Chain 'vmv1001ARPIN' doesn't exist.
- error: failed to get domain 'v1001'
error: Domain not found: no domain with matching name 'v1001'
- Cannot find device "viifv1001"
- Errors:
Array
(
[err_start] => There was an error while starting the new VPS
setlocale: No such file or directory
error: Failed to create domain from /etc/libvirt/qemu/v1001.xml
error: internal error: qemu unexpectedly closed the monitor: 2017-07-24T08:27:26.923835Z qemu-kvm: -device Realtek,netdev=hostnet0,id=net0,mac=02:00:00:a6:6c:3c,bus=pci.0,addr=0x3: 'Realtek' is not a valid device model name
)
Can someone explain the errors?
Thanks
|