You are not logged in.
[root@myhost /]# pacman -Syu
:: Synchronizing package databases...
current is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
error: could not open file /var/lib/pacman/extra//cpudyn-1.0.1-1/desc: No such file or directory
local database is up to date
i searched for solution, but didn't find any hit.
ty
Last edited by dids22 (2007-05-13 21:34:55)
Offline
rm -r /var/lib/pacman/extra/cpudyn-1.0.1-1/; pacman -Syu-edit-
Below:
Thanks! Now I should refrain from posting ;-p
Last edited by lucke (2007-05-13 13:50:59)
Offline
Congrats lucke,
You just hit a 1000 posts!
Offline
[root@myhost chch]# pacman -Syu:: Synchronizing package databases...
current is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
local database is up to date
[root@myhost chch]# pacman -Syu
:: Synchronizing package databases...
current is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
local database is up to date
[root@myhost chch]#
why i get always the "starting full...." ?
Last edited by dids22 (2007-05-13 14:33:31)
Offline
I'm guessing that's just the verbage for "pacman -Su" when you are upgrading the system packages.
Last edited by Echo (2007-05-13 15:04:28)
Offline
but it's not work
for ex'
[root@myhost chch]# pacman -S ntfs-3g
error: 'ntfs-3g': not found in sync db
Last edited by dids22 (2007-05-13 15:11:32)
Offline
Fishy.
Try
rm -r /var/lib/pacman/(current|extra|community); pacman -Sy ntfs-3gLast edited by lucke (2007-05-13 15:37:23)
Offline
thank you
why fishy?
what this dirs /var/lib/pacman/(current|extra|community) are?
Offline
Does it work properly now?
Those are the directories where $server.db.tar.gz's get unpacked - they contain information about packages available in the repositories.
Offline
yes, ty all ![]()
Offline