You are not logged in.
Pages: 1
Hi,
this morning it happened a very strange problem with pacman. It stops with an error (see below) but I don't have gnome-vfs installed. I need gdm but not gnome so I installed it with -d to avoid gnome dependencies but it didn't give me any problem. This very morning it happens I can upgrade my system. Can anyone help please ?
[root@Paradise gt]# pacman -Syu
:: Synchronizing package databases...
testing [################] 100% 6K 3.9K/s 00:00:01
failed downloading /current/os/i686/current.db.tar.gz from archlinux.antesis.org
: HTTP/1.1 404 Not Found
:: current is up to date
failed downloading /extra/os/i686/extra.db.tar.gz from archlinux.antesis.org: HT
TP/1.1 404 Not Found
:: extra is up to date
:: unstable is up to date
:: gdm-2.6.0.9-2: ignoring package upgrade (2.8.0.5-2)
error: cannot resolve dependencies for "gnome-vfs":
"smbclient" is not in the package set
[root@Paradise gt]#
--
Colossus
Xarchiver, a GTK2 only archive manager - http://xarchiver.sourceforge.net
Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourceforge.net
Mizio, a QT proxy hunter scanner tool - http://mizio.sourceforge.net
Offline
As it can be seen, it can't download current and extra repositoy databases, thus it doesn't have the current package set while resolving dependencies.
archlinux.antesis.org is probably dead or just temporalily unavailable. Just change the server to ftp.archlinux.org or whatelse (first position in /etc/pacman.d/(current|extra).
Offline
Ok, it helped a bit but:
[root@Paradise gt]# pacman -Syu
:: Synchronizing package databases...
:: testing is up to date
error: could not cwd to /pub/archlinux/current/os/i686/: 550 Failed to change directory.
error: could not cwd to /pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/current/os/i686/: 550 Failed to change directory.
current [################] 100% 47K 40.6K/s 00:00:01
error: could not cwd to /pub/archlinux/extra/os/i686/: 550 Failed to change directory.
error: could not cwd to /pub/linux/mirror/ftp.ibiblio.org/pub/Linux/distributions/archlinux/extra/os/i686/: 550 Failed to change directory.
error: cannot connect to ftp.tu-chemnitz.de
extra [################] 100% 222K 116.4K/s 00:00:01
:: unstable is up to date
:: gdm-2.6.0.9-2: ignoring package upgrade (2.8.0.7-1)
:: kernel26-2.6.11.10-1: ignoring package upgrade (2.6.14.2-1)
:: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>'
:: udev conflicts with hotplug. Remove hotplug? [Y/n]
What does this mean ? Up to yesterday all went fine, I didn't touch anything so why now udev conflicts with hotplug ??
--
Colossus
Xarchiver, a GTK2 only archive manager - http://xarchiver.sourceforge.net
Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourceforge.net
Mizio, a QT proxy hunter scanner tool - http://mizio.sourceforge.net
Offline
Udev in testing just gets rid of hotplug, as obsolete.
Offline
I use udev 068. May I get rid of hotplug ? Sure ?
--
Colossus
Xarchiver, a GTK2 only archive manager - http://xarchiver.sourceforge.net
Cpsed, a Linux OpenGL 3D scene editor - http://cpsed.sourceforge.net
Mizio, a QT proxy hunter scanner tool - http://mizio.sourceforge.net
Offline
The version that forces removal of hotplug is udev 76. It's in testing just to be tested, so can't assure you that were won't be any problems. Anyway, you're 'sitting' on testing repo, so I guess you're aware of its nature.
Offline
Pages: 1