You are not logged in.
My computer shuts down (hardware error) while I am executing a system update (pacman -Syu). Now, I cant execute 'pacman -Syu' again because a segmentation fault.
Here is the debug information:
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: SyncFirst: pacman
debug: config: architecture: i686
debug: config: new section 'core'
debug: registering sync database 'core'
debug: config file /etc/pacman.conf, line 66: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'core': ftp://ftp.las.ic.unicamp.br/pub/archlinux/core/os/i686
debug: adding new server URL to database 'core': http://www.las.ic.unicamp.br/pub/archlinux/core/os/i686
debug: adding new server URL to database 'core': http://pet.inf.ufsc.br/mirrors/archlinux/core/os/i686
debug: setlibpaths() called
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: registering sync database 'extra'
debug: config file /etc/pacman.conf, line 70: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'extra': ftp://ftp.las.ic.unicamp.br/pub/archlinux/extra/os/i686
debug: adding new server URL to database 'extra': http://www.las.ic.unicamp.br/pub/archli … ra/os/i686
debug: adding new server URL to database 'extra': http://pet.inf.ufsc.br/mirrors/archlinux/extra/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: registering sync database 'community'
debug: config file /etc/pacman.conf, line 78: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'community': ftp://ftp.las.ic.unicamp.br/pub/archlin … ty/os/i686
debug: adding new server URL to database 'community': http://www.las.ic.unicamp.br/pub/archli … ty/os/i686
debug: adding new server URL to database 'community': http://pet.inf.ufsc.br/mirrors/archlinu … ty/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
:: Synchronizing package databases...
debug: destfile found, using mtime only
debug: using 'core.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY: (null)
debug: ftp_proxy: (null)
debug: ust.mtime: 1282796961 local_time: 1282796961 compare: 0
debug: ust.size: 36378 local_size: 36378 compare: 0
debug: files are identical, skipping core.db.tar.gz
core is up to date
debug: destfile found, using mtime only
debug: using 'extra.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY: (null)
debug: ftp_proxy: (null)
debug: ust.mtime: 1282847664 local_time: 1282847664 compare: 0
debug: ust.size: 472844 local_size: 472844 compare: 0
debug: files are identical, skipping extra.db.tar.gz
extra is up to date
debug: destfile found, using mtime only
debug: using 'community.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY: (null)
debug: ftp_proxy: (null)
debug: ust.mtime: 1282838759 local_time: 1282838759 compare: 0
debug: ust.size: 388610 local_size: 388610 compare: 0
debug: files are identical, skipping community.db.tar.gz
community is up to date
debug: loading package cache for repository 'local'
debug: database path for tree local set to /var/lib/pacman/local/
debug: loading package cache for repository 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core/
:: Starting full system upgrade...
debug: checking for package upgrades
debug: loading package cache for repository 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra/
debug: loading package cache for repository 'community'
debug: database path for tree community set to /var/lib/pacman/sync/community/
debug: new version of 'digikam' found (1.3.0-2 => 1.4.0-1)
debug: adding package digikam-1.4.0-1 to the transaction targets
debug: new version of 'pstoedit' found (3.50-3 => 3.50-4)
debug: adding package pstoedit-3.50-4 to the transaction targets
error: segmentation fault
Internal pacman error: Segmentation fault.
Offline