You are not logged in.
Pages: 1
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
Offline
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
Offline
If I do this:
[c]# rm /var/lib/tazpkg/packages.md5[/c]
[c]# rm /var/lib/tazpkg/packages.list[/c]
Then the same error:
[c]# tazpkg up[/c]
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:
[c]# cp /var/lib/tazpkg/packages.md5.bak /var/lib/tazpkg/packages.md5[/c]
[c]# cp /var/lib/tazpkg/packages.list.bak /var/lib/tazpkg/packages.list[/c]
or
[c]# rm /var/lib/tazpkg/ID[/c]
[c]# tazpkg up -r[/c]
Offline
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
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]