You are not logged in.

#1 2007-05-13 11:37:08

dids22
Member
Registered: 2007-01-02
Posts: 251

[solved] pacman not working anymore

[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

#2 2007-05-13 13:07:11

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: [solved] pacman not working anymore

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

#3 2007-05-13 13:25:53

Echo
Member
From: Ohio, United States
Registered: 2006-05-16
Posts: 239

Re: [solved] pacman not working anymore

Congrats lucke,

You just hit a 1000 posts!

Offline

#4 2007-05-13 14:30:36

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: [solved] pacman not working anymore

[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

#5 2007-05-13 15:01:12

Echo
Member
From: Ohio, United States
Registered: 2006-05-16
Posts: 239

Re: [solved] pacman not working anymore

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

#6 2007-05-13 15:05:20

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: [solved] pacman not working anymore

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

#7 2007-05-13 15:37:01

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: [solved] pacman not working anymore

Fishy.

Try

rm -r /var/lib/pacman/(current|extra|community); pacman -Sy ntfs-3g

Last edited by lucke (2007-05-13 15:37:23)

Offline

#8 2007-05-13 15:49:04

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: [solved] pacman not working anymore

thank you
why fishy?
what this dirs /var/lib/pacman/(current|extra|community) are?

Offline

#9 2007-05-13 16:27:13

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: [solved] pacman not working anymore

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

#10 2007-05-13 19:15:22

dids22
Member
Registered: 2007-01-02
Posts: 251

Re: [solved] pacman not working anymore

yes, ty all wink

Offline

Board footer

Powered by FluxBB