Re: f23: dnf returns nothing

2015-09-30 Thread Marcin Juszkiewicz

W dniu 30.09.2015 o 10:39, Pavel Lisý pisze:

For others

I have found discussion in other maillist
For testing and quality assurance of Fedora releases
>

It was bug in dnf:

workaround:


"yum-deprecated update dnf" is easier.

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: f23: dnf returns nothing

2015-09-30 Thread Pavel Lisý
For others
I have found discussion in other maillist
For testing and quality assurance of Fedora releases <
t...@lists.fedoraproject.org>

It was bug in dnf:
workaround:
mkdir /tmp/dnfbug
cd /tmp/dnfbug
wget https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/d
nf-1.1.2-3.fc23.noarch.rpm https://kojipkgs.fedoraproject.org//packages/dnf
/1.1.2/3.fc23/noarch/dnf-automatic-1.1.2-3.fc23.noarch.rpm https://kojipkgs
.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-conf-1.1.2
-3.fc23.noarch.rpm https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3
.fc23/noarch/dnf-yum-1.1.2-3.fc23.noarch.rpm https://kojipkgs.fedoraproject
.org//packages/dnf/1.1.2/3.fc23/noarch/python2-dnf-1.1.2-3.fc23.noarch.rpm 
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python
3-dnf-1.1.2-3.fc23.noarch.rpm
sudo rpm -Fvh *.rpm
And it is working again.
Pavel
Pavel Lisý píše v St 30. 09. 2015 v 10:28 +0200:
> I have strange problem in f23 beta
> 
> Every action returns only this line:
> Last metadata expiration check performed 0:00:00 ago on Wed Sep 30
> 10:21:21 2015.
> 
> ex.:
> $ sudo dnf list --refresh
> Last metadata expiration check performed 0:00:00 ago on Wed Sep 30
> 10:22:26 2015.
> 
> with --verbose
> sudo dnf list --refresh --verbose
> cachedir: /var/cache/dnf
> Loaded plugins: builddep, copr, protected_packages, Query,
> generate_completion_cache, needs-restarting, debuginfo-install,
> playground, download, config-manager, reposync, noroot
> DNF version: 1.1.2
> reviving: 'updates' can be revived.
> not found deltainfo for: Fedora 23 - x86_64 - Updates
> not found updateinfo for: Fedora 23 - x86_64 - Updates
> reviving: 'fedora' can be revived.
> not found deltainfo for: Fedora 23 - x86_64
> not found updateinfo for: Fedora 23 - x86_64
> reviving: 'updates-testing' can be revived.
> updates: using metadata from Thu Jul 16 18:29:26 2015.
> fedora: using metadata from Tue Sep 29 11:02:11 2015.
> updates-testing: using metadata from Tue Sep 29 07:54:57 2015.
> Last metadata expiration check performed 0:00:00 ago on Wed Sep 30
> 10:21:21 2015.
> 
> I have tried 
> dnf clean all
> but no difference
> 
> Is it normal? Is it bug on my site or I need send it to bugzilla?
> 
> Pavel
> 
> -- 
> Pavel Lisý 
-- 
Pavel Lisý -- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: f23: dnf returns nothing

2015-09-30 Thread Vít Ondruch
Or simpler:

dnf update
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-automatic-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-conf-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-yum-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python2-dnf-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python3-dnf-1.1.2-3.fc23.noarch.rpm



Vít




Dne 30.9.2015 v 10:39 Pavel Lisý napsal(a):
> For others
>
> I have found discussion in other maillist
> For testing and quality assurance of Fedora releases
>  >
>
> It was bug in dnf:
>
> workaround:
> mkdir /tmp/dnfbug
> cd /tmp/dnfbug
> wget
> https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-1.1.2-3.fc23.noarch.rpm
> https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-automatic-1.1.2-3.fc23.noarch.rpm
> https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-conf-1.1.2-3.fc23.noarch.rpm
> https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-yum-1.1.2-3.fc23.noarch.rpm
> https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python2-dnf-1.1.2-3.fc23.noarch.rpm
> https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python3-dnf-1.1.2-3.fc23.noarch.rpm
> sudo rpm -Fvh *.rpm
>
> And it is working again.
>
> Pavel
>
> Pavel Lisý píše v St 30. 09. 2015 v 10:28 +0200:
>> I have strange problem in f23 beta
>>
>> Every action returns only this line:
>> Last metadata expiration check performed 0:00:00 ago on Wed Sep 30
>> 10:21:21 2015.
>>
>> ex.:
>> $ sudo dnf list --refresh
>> Last metadata expiration check performed 0:00:00 ago on Wed Sep 30
>> 10:22:26 2015.
>>
>> with --verbose
>> sudo dnf list --refresh --verbose
>> cachedir: /var/cache/dnf
>> Loaded plugins: builddep, copr, protected_packages, Query,
>> generate_completion_cache, needs-restarting, debuginfo-install,
>> playground, download, config-manager, reposync, noroot
>> DNF version: 1.1.2
>> reviving: 'updates' can be revived.
>> not found deltainfo for: Fedora 23 - x86_64 - Updates
>> not found updateinfo for: Fedora 23 - x86_64 - Updates
>> reviving: 'fedora' can be revived.
>> not found deltainfo for: Fedora 23 - x86_64
>> not found updateinfo for: Fedora 23 - x86_64
>> reviving: 'updates-testing' can be revived.
>> updates: using metadata from Thu Jul 16 18:29:26 2015.
>> fedora: using metadata from Tue Sep 29 11:02:11 2015.
>> updates-testing: using metadata from Tue Sep 29 07:54:57 2015.
>> Last metadata expiration check performed 0:00:00 ago on Wed Sep 30
>> 10:21:21 2015.
>>
>> I have tried 
>> dnf clean all
>> but no difference
>>
>> Is it normal? Is it bug on my site or I need send it to bugzilla?
>>
>> Pavel
>>
>> -- 
>> Pavel Lisý >
> -- 
> Pavel Lisý >
>
>

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: f23: dnf returns nothing

2015-09-30 Thread Reindl Harald



Am 30.09.2015 um 13:35 schrieb Vít Ondruch:

Or simpler:

dnf update
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-automatic-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-conf-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/dnf-yum-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python2-dnf-1.1.2-3.fc23.noarch.rpm
https://kojipkgs.fedoraproject.org//packages/dnf/1.1.2/3.fc23/noarch/python3-dnf-1.1.2-3.fc23.noarch.rpm


fine, for F22 that build failed at Thu, 24 Sep 2015 15:48:39 UTC
https://koji.fedoraproject.org/koji/buildinfo?buildID=687662



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct