On Thu, 30 Mar 2017 19:11:56 +0200, Joe Zeff wrote:
On 03/30/2017 06:34 AM, Martin Bříza wrote:
first, please don't run mediawriter as root.
Second, this is because it cannot find the Qt Quick Controls. These
should be included in the qt5-qtquickcontrols package, which is a
dependency of media
On 03/31/2017 12:36 AM, Martin Bříza wrote:
On Thu, 30 Mar 2017 19:11:56 +0200, Joe Zeff wrote:
On 03/30/2017 06:34 AM, Martin Bříza wrote:
first, please don't run mediawriter as root.
Second, this is because it cannot find the Qt Quick Controls. These
should be included in the qt5-qtquickcon
On Thu, 30 Mar 2017 18:22:20 +0200, Lawrence E Graves
wrote:
On 03/30/2017 08:18 AM, Martin Bříza wrote:
rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative
Mine came back the same as yours did but still unable to launch
mediawriter.
Hmm, that's pretty odd. I'm not sure what else to re
On Fri, 31 Mar 2017 09:50:44 +0200, Joe Zeff wrote:
On 03/31/2017 12:36 AM, Martin Bříza wrote:
On Thu, 30 Mar 2017 19:11:56 +0200, Joe Zeff wrote:
On 03/30/2017 06:34 AM, Martin Bříza wrote:
first, please don't run mediawriter as root.
Second, this is because it cannot find the Qt Quick C
On 03/31/2017 01:54 AM, Martin Bříza wrote:
rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
[root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase
qt5-qtdeclarative mediawriter
qt5-qtquickcontrols-5.7.1-2.fc25.x86_64
qt5-qtbase-5.7.1-14.fc25.x86_64
qt5-qtdeclarative-5.7.1
On Fri, 31 Mar 2017 12:21:19 +0200, Lawrence E Graves
wrote:
On 03/31/2017 01:54 AM, Martin Bříza wrote:
rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
[root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase
qt5-qtdeclarative mediawriter
qt5-qtquickcontrols-5.7.1-2.fc25
On 03/31/2017 05:57 AM, Martin Bříza wrote:
On Fri, 31 Mar 2017 12:21:19 +0200, Lawrence E Graves
wrote:
On 03/31/2017 01:54 AM, Martin Bříza wrote:
rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
[root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase
qt5-qtdeclarative
On 03/31/17 18:21, Lawrence E Graves wrote:
>
>
> On 03/31/2017 01:54 AM, Martin Bříza wrote:
>> rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
> [root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase
> qt5-qtdeclarative mediawriter
> qt5-qtquickcontrols-5.7.1-2.fc25.x86_64
>
I would recommend to get inspired by article
http://dnf.baseurl.org/2016/12/15/repair-of-broken-system-with-dnf-2-0/
where you can find how to repair broken system. With dnf-2.0 you can use
"dnf check" command, that could reveal problems on your system.
Hope that it will help
Jaroslav
On Fri, Ma
Hi All;
I'm running Fedora 25, KDE spin on a Lenovo Thinkpad X1 Carbon 4th gen.
I'm seeing errors like this on a pretty regular basis:
08:40:46 ... kernel:mce: [Hardware Error]: CPU 2: Machine Check: 0 Bank
128: 88282803 Message from syslogd@F25Host at Mar 31 08:40:46 ...
Any thought
On 31 March 2017 at 12:21, Lawrence E Graves wrote:
>
>
> On 03/31/2017 01:54 AM, Martin Bříza wrote:
>>
>> rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
>
> [root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative
> mediawriter
> qt5-qtquickcontrols-5.7.1-2.
On 03/31/2017 10:12 AM, Ahmad Samir wrote:
On 31 March 2017 at 12:21, Lawrence E Graves wrote:
On 03/31/2017 01:54 AM, Martin Bříza wrote:
rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
[root@Jehovah ~]# rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative
mediawrit
On Fri, 31 Mar 2017 13:57:22 +0200, Martin Bříza wrote:
> On Fri, 31 Mar 2017 12:21:19 +0200, Lawrence E Graves
> wrote:
> > On 03/31/2017 01:54 AM, Martin Bříza wrote:
> >> rpm -q qt5-qtquickcontrols qt5-qtbase qt5-qtdeclarative mediawriter
> > [root@Jehovah ~]# rpm -q qt5-qtquickcontrols
On Fri, 31 Mar 2017 10:22:05 -0600, Lawrence E Graves wrote:
> [root@Jehovah ~]# rpm -Va qt5-qtquickcontrols qt5-qtbase
> qt5-qtdeclarative mediawriter
> missing /usr/lib64/qt5/qml/QtQuick/Controls
> missing /usr/lib64/qt5/qml/QtQuick/Controls/ApplicationWindow.qml
> missing /usr/lib64/qt
On 03/31/2017 10:26 AM, Michael Schwendt wrote:
dnf reinstall qt5-qtquickcontrols qt5-qtbase
That was simple and it worked. Although I don't understand what took
place and why it did not load those files correctly the first time.
--
All things are workable but don't all things work.
Prov. 3:5
On Fri, 31 Mar 2017 10:31:20 -0600, Lawrence E Graves wrote:
> > dnf reinstall qt5-qtquickcontrols qt5-qtbase
>
> That was simple and it worked. Although I don't understand what took
> place and why it did not load those files correctly the first time.
You had "missing" files, i.e. packages re
On 03/31/2017 10:41 AM, Michael Schwendt wrote:
rpm -Va 2>&1 | tee verify.txt
Thank you very much for your teachings. I have learn a lot from you. I
only found one file missing. pulse. Have no idea what it is for.
--
All things are workable but don't all things work.
Prov. 3:5 & 6
__
On Fri, 31 Mar 2017 08:48:21 -0600
ProPAAS DBA wrote:
> I'm running Fedora 25, KDE spin on a Lenovo Thinkpad X1 Carbon 4th
> gen.
>
> I'm seeing errors like this on a pretty regular basis:
>
> 08:40:46 ... kernel:mce: [Hardware Error]: CPU 2: Machine Check: 0
> Bank 128: 88282803 Messag
On Fri, Mar 31, 2017 at 8:48 AM, ProPAAS DBA wrote:
> Hi All;
>
> I'm running Fedora 25, KDE spin on a Lenovo Thinkpad X1 Carbon 4th gen.
>
> I'm seeing errors like this on a pretty regular basis:
>
> 08:40:46 ... kernel:mce: [Hardware Error]: CPU 2: Machine Check: 0 Bank
> 128: 88282803
On 30/03/17 01:35, Ed Greshko wrote:
On 03/30/17 14:24, Paolo Galtieri wrote:
Folks,
I have 2 F25 systems that have been updated today. These 2 systems
share a monitor. One system is attached via a kvm switch to the
monitor, the other system is attached via hdmi. This morning and
twice this
I have 2 F25 systems, the problem I'm seeing with the monitor not coming
back from sleep only happens on one of them. I did a grep for nouveau
on the 2 systems in /var/log/messages. There are no messages including
nouveau on the system that does not exhibit the problem. This system has
an Int
21 matches
Mail list logo