Re: [OM Cooker] rpm --rebuild problem

2017-03-28 Thread Chris Tanner
Hi. That didn't work. I gave in and re-installed the operating system. Regards, Chris On 2017-03-28 09:53 AM, Alexander Stefanov-Khryukin wrote: tar cvzf rpmdb-backup.tar.gz /var/lib/rpm rm /var/lib/rpm/__db.00* rpm --rebuilddb -vvv rpm -qa 2017-03-28 16:25 GMT+03:00 Chris Tanner

Re: [OM Cooker] rpm --rebuild problem

2017-03-28 Thread Alexander Stefanov-Khryukin
tar cvzf rpmdb-backup.tar.gz /var/lib/rpm rm /var/lib/rpm/__db.00* rpm --rebuilddb -vvv rpm -qa 2017-03-28 16:25 GMT+03:00 Chris Tanner : > Thanks Ben, > > None of this works at the moment: > > > [root@localhost christanner]# db52_recover -h /var/lib/rpm -ev > BDB2526

Re: [OM Cooker] rpm --rebuild problem

2017-03-28 Thread Chris Tanner
Thanks Ben, None of this works at the moment: [root@localhost christanner]# db52_recover -h /var/lib/rpm -ev BDB2526 Finding last valid log LSN: file: 272 offset 7112188 BDB1518 Recovery complete at Tue Mar 28 06:19:16 2017 BDB1519 Maximum transaction ID 0 recovery checkpoint [272][7113358]

Re: [OM Cooker] rpm --rebuild problem

2017-03-27 Thread Ben Bullard
To clarify the packages I've put in skip.list won't download. Don't know why but they won't. Running: # db52_recover -h /var/lib/rpm -ev # rpm -vvv --rebuilddb will not affect them it's something preventing them from downloading or that's what it looks like here. Ben Bullard ben79

Re: [OM Cooker] rpm --rebuild problem

2017-03-27 Thread Ben Bullard
Try putting this isn '/etc/urpmi/skip.list': |/^x11-driver/ /^x11-server/ libinput lib64input10 | Ben Bullard ben79 OpenMandriva-QA Team On 03/27/2017 05:32 PM, Chris Tanner wrote: Yes On 2017-03-27 06:18 PM, Alexander Stefanov-Khryukin wrote: testing repo user?

Re: [OM Cooker] rpm --rebuild problem

2017-03-27 Thread Chris Tanner
Yes On 2017-03-27 06:18 PM, Alexander Stefanov-Khryukin wrote: testing repo user? 2017-03-28 1:09 GMT+03:00 Chris Tanner >: Hello, I was having problems running urpmi --auto-update, so I ran rpm --rebuilddb and got:

Re: [OM Cooker] rpm --rebuild problem

2017-03-27 Thread Alexander Stefanov-Khryukin
testing repo user? 2017-03-28 1:09 GMT+03:00 Chris Tanner : > Hello, > > I was having problems running urpmi --auto-update, so I ran rpm > --rebuilddb and got: > > rpm --rebuilddb > rpmdb: BDB2055 Lock table is out of available lock entries > error:

[OM Cooker] rpm --rebuild problem

2017-03-27 Thread Chris Tanner
Hello, I was having problems running urpmi --auto-update, so I ran rpm --rebuilddb and got: rpm --rebuilddb rpmdb: BDB2055 Lock table is out of available lock entries error: db3associate:db3.c:1674: db->associate(12): Cannot allocate memory What should I do now? Regards, Chris