Mailinglist Archive: zypp-devel (58 mails)
| < Previous | Next > |
Re: [zypp-devel] zypper reports "var/lib/rpm/Packages: No such file or directory"
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Fri, 5 Jun 2009 12:15:53 +0200
- Message-id: <20090605101553.GA17969@xxxxxxx>
On Fri, Jun 05, 2009 at 12:09:52PM +0200, Michael Andres wrote:
Could you please send me an strace of that failing command?
Thanks,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Thursday 04 June 2009 18:40:32 PGNet Dev wrote:
rpmdb2solv -r '/' -p '/etc/products.d'
'/var/cache/zypp/solv/@System/solv' >
'/var/cache/zypp/solv/@System/solvFIqC7y'
db->open var/lib/rpm/Packages: No such file or directory
Please see the above error message for a hint.
just from reading output, perhaps missing a leading "/" @,
No. Looking at the code, the message is printed by
perror("db->open var/lib/rpm/Packages");
So this is not the actual path passed to open.
Could you please send me an strace of that failing command?
Thanks,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |