Re: [CentOS-virt] TPM

2018-08-28 Thread Nerijus Baliunas
On Tue, 28 Aug 2018 14:52:49 +0300 Dag Nygren  wrote:

> 2. The activated the qemu-ev repo and updated qemu-kvm to version 2.10.0, 
> which for sure
>should support at least passthrough. No luck - Same error message.
>Downloaded the source for th rpm and found a line: "--disable-tpm"
>in build_configure.sh. Guess that the maintainers has some reason
>to turn tpm off. Can somone confirm this?

> Could of course recompile qemu myself, but really wouldn't like
> going that route. The sheer number of patches applied is quite scary...

I would change --disable-tpm to --enable-tpm in rpm spec file, rebuild the
package and try if it works.

Regards,
Nerijus
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5

2018-05-15 Thread Nerijus Baliunas
On Tue, 15 May 2018 14:48:13 +0200 Sandro Bonazzola  wrote:

> > > Also, can you share your anaconda logs?
> > > Maybe some package installation order issue prevents /usr/bin/uname -m |
> > > grep -q 'x86_64' to properly execute.
> >
> > In packaging.log:
> > 14:38:25,111 INFO packaging: centos-release-7-5.1804.el7.centos.x86_64
> > (43/296)
> > 14:38:25,111 INFO packaging: /var/tmp/rpm-tmp.Zk5yvn: line 1:
> > /usr/bin/uname: No such file or directory
> 
> So this is a requirements error in the spec file.
> 
> centos-release should have:
> 
> Requires(post): coreutils

rpm -q --requires centos-release
/bin/sh
config(centos-release) = 7-5.1804.el7.centos
coreutils

I assume it is not enough?

Regards,
Nerijus
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5

2018-05-15 Thread Nerijus Baliunas
On Tue, 15 May 2018 14:18:08 +0200 Sandro Bonazzola  wrote:

> >> I have freshly installed CentOS 7.5 on a Dell server, and
> >> /etc/yum/vars/contentdir
> >> contains 'altarch' too. CentOS 7.4->7.5 upgraded servers have 'centos'.
> >
> > I see in %post:
> > /usr/bin/uname -m | grep -q 'x86_64' && echo 'centos'
> > >/etc/yum/vars/contentdir || echo 'altarch' > /etc/yum/vars/contentdir
> >
> > can you please check
> >
> > /usr/bin/uname -m
> >
> > on your system?

# /usr/bin/uname -m
x86_64

> Also, can you share your anaconda logs?
> Maybe some package installation order issue prevents /usr/bin/uname -m |
> grep -q 'x86_64' to properly execute.

In packaging.log:
14:38:25,111 INFO packaging: centos-release-7-5.1804.el7.centos.x86_64 (43/296)
14:38:25,111 INFO packaging: /var/tmp/rpm-tmp.Zk5yvn: line 1: /usr/bin/uname: 
No such file or directory

Logs are at http://sat.lt/anaconda.tgz

Regards,
Nerijus
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5

2018-05-15 Thread Nerijus Baliunas
On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed  wrote:

> >> Something wrong with $contentdir variable,
> >> it points to altarch for x86_64 $basearch.
> > 
> > can't reproduce on a fresh x86_64 installation. Adding Brian in case he has
> > a clue for this.
> 
> I use fresh installed x86_64 CentOS 7.5 via VNC
> with partially filled config anaconda-ks.cfg
> 
> And I can see in /etc/yum/vars/contentdir:
> 
> # cat /etc/yum/vars/contentdir
> altarch
> 
> As I understand, on the fresh x86_64 installation
> file /etc/yum/vars/contentdir should have centos value.
> 
> P.S.
> 
> I will report this issue to my hoster (hetzner.com)
> may be this is hoster issue and not CentOS issue ?
> 
> But I am not sure what this is hoster bug,
> it may be CentOS 7.5 anaconda installer bug.
> 
> I delete after installation all anaconda configs and all anaconda
> log files, so now I can't debug this issue more deeply, sorry.

I have freshly installed CentOS 7.5 on a Dell server, and 
/etc/yum/vars/contentdir
contains 'altarch' too. CentOS 7.4->7.5 upgraded servers have 'centos'.

Regards,
Nerijus
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Lightweight alternative to virt-manager

2017-07-04 Thread Nerijus Baliunas
On Tue, 4 Jul 2017 06:13:33 + "C. L. Martinez"  wrote:

> Anyone knows any lightweight alternative to virt-manager that works with
> linux, Windows and macos?

kimchi - An HTML5-based KVM graphical interface
http://kimchi-project.github.io/kimchi/

Regards,
Nerijus
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] What is the purpose setting console=hvc0 in the dom0 grub config?

2017-05-17 Thread Nerijus Baliunas
On Wed, 17 May 2017 14:09:57 -0700 Jerry  wrote:

> Setting both hvc0 and tty is working as desired.  Thanks again to everyone
> that replied.  I'm updating my kickstart script to include adding
> console=tty in addition to the other.

Should it be set by default then?

Regards,
Nerijus
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt