Hello
I think I'v made a big mistake somewhere because when I type
#tazpkg up
the result is
fgrep: /var/lib/tazpkg/packages.md5: Aucun fichier ou dossier de ce type
grep: /var/lib/tazpkg/packages.list: Aucun fichier ou dossier de ce type
Is it possible to fix my system without make a new installation ?
Thanks a lot for this very light, fast and pleasant Linux
![resolved resolved](/my-plugins/support-forums/icons/support-forums-resolved.png)
Help : my tazpkg is broken
(4 posts) (3 voices)-
Posted 11 years ago #
-
Could you translate the error? Did you recharge before using up? Have you noticed that mirror.slitaz.org is down and that you need to use one of the alternative mirrors? Try one of the ones found in the second post @ http://forum.slitaz.org/topic/please-read-this-before-posting
Posted 11 years ago # -
If I do this:
# rm /var/lib/tazpkg/packages.md5
# rm /var/lib/tazpkg/packages.list
Then the same error:
# tazpkg up
fgrep: /var/lib/tazpkg/packages.md5: No such file or directory
grep: /var/lib/tazpkg/packages.list: No such file or directory
One way to fix:
# cp /var/lib/tazpkg/packages.md5.bak /var/lib/tazpkg/packages.md5
# cp /var/lib/tazpkg/packages.list.bak /var/lib/tazpkg/packages.list
or
# rm /var/lib/tazpkg/ID
# tazpkg up -r
Posted 11 years ago # -
Thanks Trixar & mojo for your quick answers.
Before posting, I have read the read-this-before-posting but certainly I had erased packages.md5 packages.list and the back files by typing rm packages* .
It was stupid !. Fortunately the commands
#rm /var/lib/tazpkg/ID
and
#tazpkg up -r
have given my system a second life.Have a nice day
Posted 11 years ago #
Reply
You must log in to post.