Re: Currently the Gnome SW update mechanism seems to run faulty

2015-04-29 Thread Michael Schwendt
On Mon, 27 Apr 2015 11:33:47 -0400, Joerg Lechner wrote:

 Hi,
 when I run install updates via Yumex, there are no updates to install. When I 
 try to do the same with Gnome SW there are 3 updates requested (see 
 screenshot,. this is my current way to explain, what I mean, because 
 of lack of the correct English SW terms), but they will not be installed, 
 when requested.
 I think the updates requested are already installed, but still requested. Or 
 the Betriebsystemaktualisierungen are announced somewhere, but not in the 
 library, where the updates will be taken to install, anyway there seem to be 
 an error somewhere in Gnome. Date 2015-04-27 15:31 UTC. Is this worthwhile to 
 file a bug?
 Kind Regards

I'd suggest doing a tiny bit of homework first to verify the I think...
part of your post:

gnome-software lists specific updates, such as firefox-37.0.2-3.fc22 and
gwenview-15.04.0-1.fc22

Which firefox and gwenview packages are installed? Query rpm, not yumex.
rpm -q firefox gwenview

That would answer the first question, whether the system is really
up-to-date.

Next question: What happens when you ask it to reboot and update?

Last: Try clicking the arrow button at the top left corner to refresh/reload
to force gnome-software to work on the latest repo metadata. All those
package tools use their own caches, even their own history (and yumdb) and
things like that. For users it's typically a good idea to focus on a single
tool for the job, but some of the tools cannot do everything (e.g. they
hide some packages), so most users still use Yum, DNF, even plain rpm for
some tasks.
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Currently the Gnome SW update mechanism seems to run faulty

2015-04-29 Thread Michael Schwendt
On Wed, 29 Apr 2015 12:11:39 -0400, Joerg Lechner wrote:

 Hi,
 this error disappeared after the update of today (2015-04-29). Before this 
 update, when I said to Gnome SW please update, the update procedure was 
 started as usual, and the system rebooted - I know there is a cross in the 
 left upper corner., but the updates where not done, because as I see in 
 the logs the modules -at least firefox and Gwenview- had not to be updated. 
 What's about Kernel, I don't know, because my Linux knowledge is too low.
 
 If it's useful for analysis I add the log (/var/log) of the last updates:
 
 Apr 25 17:37:36 Installed: python3-decorator-3.4.0-5.fc21.noarch
 Apr 25 17:37:37 Installed: libselinux-python3-2.3-9.fc22.x86_64

Which log file is that? /var/log/yum.log is specific to Yum (and Yumex)
and is _not_ used by programs based on PackageKit.

If you use Yumex *and* gnome-software, this can result in temporary
confusion. They don't use shared data. They don't sync with eachother.
If you update with Yum frequently, you don't give gnome-software a
chance to catch up. In that case you need to click the top-left button
so it refreshes the repo metadata it has cached.

You can ask the PackageKit console client about what updates are
available:

  pkcon get-updates

You can also ask it about the status of the last offline update:

  pkcon offline-status

man pkcon for the manual page.

The current situation is not pretty, but IMO some of the problems are
caused by users having false expectations with regard to how these
various package tools work.

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Currently the Gnome SW update mechanism seems to run faulty

2015-04-29 Thread Joerg Lechner
Hi
thank You for the info, I am still learning linux.
The log is /var/log/yum.log

 [root@linux-2 log]#  pkcon get-updates
Aktualisierungen werden abgerufen[=] 
Zwischenspeicher wird geladen [=] 
Fertig[=] 
Derzeit sind keine Aktualisierungen verfügbar.
[root@linux-2 log]#  pkcon offline-status
Status: Failed
ErrorCode:failed-initialization
ErrorDetails:cannot download Packages/f/firefox-37.0.2-3.fc22.x86_64.rpm to 
/var/cache/PackageKit/metadata/fedora/packages/: Curl error (6): Couldn't 
resolve host name for 
https://mirrors.fedoraproject.org/metalink?repo=fedora-22arch=x86_64 [Could 
not resolve host: mirrors.fedoraproject.org]
[root@linux-2 log]# 

Kind Regards




-Ursprüngliche Mitteilung- 
Von: Michael Schwendt mschwe...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Mi, 29 Apr 2015 7:27 pm
Betreff: Re: Currently the Gnome SW update mechanism seems to run faulty


On Wed, 29 Apr 2015 12:11:39 -0400, Joerg Lechner wrote:

 Hi,
 this error
disappeared after the update of today (2015-04-29). Before this update, when I
said to Gnome SW please update, the update procedure was started as usual, and
the system rebooted - I know there is a cross in the left upper corner., but
the updates where not done, because as I see in the logs the modules -at least
firefox and Gwenview- had not to be updated. What's about Kernel, I don't know,
because my Linux knowledge is too low.
 
 If it's useful for analysis I add
the log (/var/log) of the last updates:
 
 Apr 25 17:37:36 Installed:
python3-decorator-3.4.0-5.fc21.noarch
 Apr 25 17:37:37 Installed:
libselinux-python3-2.3-9.fc22.x86_64

Which log file is that? /var/log/yum.log
is specific to Yum (and Yumex)
and is _not_ used by programs based on
PackageKit.

If you use Yumex *and* gnome-software, this can result in
temporary
confusion. They don't use shared data. They don't sync with
eachother.
If you update with Yum frequently, you don't give gnome-software
a
chance to catch up. In that case you need to click the top-left button
so it
refreshes the repo metadata it has cached.

You can ask the PackageKit console
client about what updates are
available:

  pkcon get-updates

You can also ask
it about the status of the last offline update:

  pkcon offline-status

man
pkcon for the manual page.

The current situation is not pretty, but IMO some
of the problems are
caused by users having false expectations with regard to how
these
various package tools work.

-- 
test mailing
list
test@lists.fedoraproject.org
To
unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Currently the Gnome SW update mechanism seems to run faulty

2015-04-29 Thread Joerg Lechner
 12:08:56 Updated: 1:libreoffice-ure-4.4.2.2-4.fc22.x86_64
Apr 29 12:08:56 Updated: libblockdev-utils-0.12-1.fc22.x86_64
Apr 29 12:08:56 Updated: 2:libwbclient-4.2.1-6.fc22.x86_64
Apr 29 12:08:57 Updated: 2:samba-client-libs-4.2.1-6.fc22.x86_64
Apr 29 12:08:58 Updated: ibus-libs-1.5.10-3.fc22.x86_64
Apr 29 12:08:58 Updated: 2:samba-common-4.2.1-6.fc22.noarch
Apr 29 12:08:59 Updated: kf5-kfilemetadata-5.9.0-1.fc22.x86_64
Apr 29 12:08:59 Updated: kf5-baloo-libs-5.9.0-1.fc22.x86_64
Apr 29 12:08:59 Updated: 2:samba-common-libs-4.2.1-6.fc22.x86_64
Apr 29 12:09:00 Updated: 2:libsmbclient-4.2.1-6.fc22.x86_64
Apr 29 12:09:00 Updated: ibus-setup-1.5.10-3.fc22.noarch
Apr 29 12:09:00 Updated: ibus-wayland-1.5.10-3.fc22.x86_64
Apr 29 12:09:00 Updated: ibus-gtk3-1.5.10-3.fc22.x86_64
Apr 29 12:09:02 Updated: ibus-1.5.10-3.fc22.x86_64
Apr 29 12:09:02 Updated: ibus-gtk2-1.5.10-3.fc22.x86_64
Apr 29 12:09:02 Updated: libblockdev-mdraid-0.12-1.fc22.x86_64
Apr 29 12:09:02 Updated: libblockdev-loop-0.12-1.fc22.x86_64
Apr 29 12:09:02 Updated: libblockdev-btrfs-0.12-1.fc22.x86_64
Apr 29 12:09:02 Updated: libblockdev-lvm-0.12-1.fc22.x86_64
Apr 29 12:09:03 Updated: libblockdev-mpath-0.12-1.fc22.x86_64
Apr 29 12:09:03 Updated: libblockdev-swap-0.12-1.fc22.x86_64
Apr 29 12:09:03 Updated: libblockdev-0.12-1.fc22.x86_64
Apr 29 12:09:03 Updated: libblockdev-dm-0.12-1.fc22.x86_64
Apr 29 12:09:03 Updated: 1:libreoffice-opensymbol-fonts-4.4.2.2-4.fc22.noarch
Apr 29 12:09:04 Updated: chrony-2.0-1.fc22.x86_64
Apr 29 12:09:05 Updated: anaconda-core-22.20.11-1.fc22.x86_64
Apr 29 12:09:06 Updated: anaconda-tui-22.20.11-1.fc22.x86_64
Apr 29 12:09:06 Updated: anaconda-widgets-22.20.11-1.fc22.x86_64
Apr 29 12:09:07 Updated: anaconda-gui-22.20.11-1.fc22.x86_64
Apr 29 12:09:07 Updated: libblockdev-crypto-0.12-1.fc22.x86_64
Apr 29 12:09:08 Updated: colord-libs-1.2.10-2.fc22.x86_64
Apr 29 12:09:08 Updated: 1:autocorr-en-4.4.2.2-4.fc22.noarch
Apr 29 12:09:22 Updated: 1:libreoffice-core-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:22 Updated: 1:libreoffice-pyuno-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:23 Updated: 1:libreoffice-calc-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:24 Updated: 1:libreoffice-writer-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:25 Updated: 1:libreoffice-graphicfilter-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:25 Updated: 1:libreoffice-draw-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:25 Updated: 1:libreoffice-pdfimport-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:26 Updated: 1:libreoffice-impress-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:27 Updated: 1:libreoffice-math-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:27 Updated: 1:libreoffice-xsltfilter-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:27 Updated: 1:libreoffice-filters-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:27 Updated: 1:libreoffice-emailmerge-4.4.2.2-4.fc22.x86_64
Apr 29 12:09:29 Updated: colord-1.2.10-2.fc22.x86_64
Apr 29 12:09:29 Updated: libblockdev-plugins-all-0.12-1.fc22.x86_64
Apr 29 12:09:29 Updated: anaconda-22.20.11-1.fc22.x86_64
Apr 29 12:09:30 Updated: 2:samba-client-4.2.1-6.fc22.x86_64
Apr 29 12:09:30 Updated: kf5-baloo-5.9.0-1.fc22.x86_64
Apr 29 12:09:31 Updated: mailcap-2.1.44-1.fc22.noarch
Apr 29 12:09:32 Updated: breeze-icon-theme-5.3.0-1.fc22.noarch
Apr 29 12:09:33 Updated: stunnel-5.15-1.fc22.x86_64
Apr 29 12:09:34 Updated: gnome-weather-3.16.2-1.fc22.noarch

Kind Regards

-Ursprüngliche Mitteilung- 
Von: Michael Schwendt mschwe...@gmail.com
An: test test@lists.fedoraproject.org
Verschickt: Mi, 29 Apr 2015 2:53 pm
Betreff: Re: Currently the Gnome SW update mechanism seems to run faulty


On Mon, 27 Apr 2015 11:33:47 -0400, Joerg Lechner wrote:

 Hi,
 when I run
install updates via Yumex, there are no updates to install. When I try to do the
same with Gnome SW there are 3 updates requested (see screenshot,. this
is my current way to explain, what I mean, because of lack of the correct
English SW terms), but they will not be installed, when requested.
 I think the
updates requested are already installed, but still requested. Or the
Betriebsystemaktualisierungen are announced somewhere, but not in the library,
where the updates will be taken to install, anyway there seem to be an error
somewhere in Gnome. Date 2015-04-27 15:31 UTC. Is this worthwhile to file a
bug?
 Kind Regards

I'd suggest doing a tiny bit of homework first to verify
the I think...
part of your post:

gnome-software lists specific updates, such
as firefox-37.0.2-3.fc22 and
gwenview-15.04.0-1.fc22

Which firefox and gwenview
packages are installed? Query rpm, not yumex.
rpm -q firefox gwenview

That
would answer the first question, whether the system is really
up-to-date.

Next
question: What happens when you ask it to reboot and update?

Last: Try clicking
the arrow button at the top left corner to refresh/reload
to force
gnome-software to work on the latest repo metadata. All those
package tools use
their own caches, even their own history (and yumdb) and
things like that. For
users it's typically a good idea to focus on a single
tool for the job, but some

Currently the Gnome SW update mechanism seems to run faulty

2015-04-27 Thread Joerg Lechner
Hi,
when I run install updates via Yumex, there are no updates to install. When I 
try to do the same with Gnome SW there are 3 updates requested (see 
screenshot,. this is my current way to explain, what I mean, because of 
lack of the correct English SW terms), but they will not be installed, when 
requested.
I think the updates requested are already installed, but still requested. Or 
the Betriebsystemaktualisierungen are announced somewhere, but not in the 
library, where the updates will be taken to install, anyway there seem to be an 
error somewhere in Gnome. Date 2015-04-27 15:31 UTC. Is this worthwhile to file 
a bug?
Kind Regards-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test