(solved) repositories configured after removal/installation of Pacman

Hi!
I just had a wierd problem with Pacman : when I typed
pacman -Syu
it said that it was unable to get core.db.tar.gz and so on for other repos.
Then, I found a post that said the person had uninstalled pacman using
pacman -R pacman
Well, I tried to do by downloading the tarred package, then extracted it then :
./configure --prefix=/usr/bin --exec-prefix=/usr/bin && make && make install && make clean
Now, when I type pacman -Syu, it returns :
error: no usable package repositories configured.
Here are my config files :
/etc/pacman.conf
# /etc/pacman.conf
# See the pacman manpage for option directives
# GENERAL OPTIONS
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
DBPath = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
# Testing is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Server = ftp://ftp.archlinux.org/core/os/i686
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
# Unstable is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
and /etc/aacman.d/mirrorlist
# Arch Linux repository mirrorlist
# United States
Server = ftp://ftp.archlinux.org/$repo/os/i686
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
Server = http://holmes.umflint.edu/archlinux/$repo/os/i686
Server = http://mirror.neotuli.net/arch/$repo/os/i686
# South America
# - Brazil
#Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
# Europe
# - Austria
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686
# - Belgium
#Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
# - Czech Republic
#Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
# - Estonia
#Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
# - France
#Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/i686
#Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/i686
#Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
#Server = http://mir.archlinux.fr/$repo/os/i686
#Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i686
# - Germany
#Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
#Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
## - Great Britain
#Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i686
# - Greece
#Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
# - Hungary
#Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i686
# - Ireland
#Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i686
# - Italy
#Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
# - Netherlands
#Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
#Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686
# - Poland
#Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
#Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
# - Portugal
#Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
# - Romania
#Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/i686
# - Russia
#Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
#Server = http://archlinux.freeside.ru/$repo/os/i686
# - Sweden
#Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.gigabit.nu/$repo/os/i686
# - Switzerland
#Server = ftp://archlinux.puzzle.ch/$repo/os/i686
# - Turkey
#Server = http://server.elsistech.com/archlinux/$repo/os/i686
# - Ukraine
#Server = ftp://hell.org.ua/archlinux/$repo/os/i686
# NOTE: ftp.linux.kiev.ua only has the i686 arch and not x86_64
Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
# Asia
# - Israel
#Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
# Australia
#Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/i686
#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
What's the problem? Thank you!
Last edited by valandil (2008-03-13 12:52:19)

Thanks guys, it worked.
However, now pacman returns this to pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : No address record
error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : No address record
error: failed retrieving file 'core.db.tar.gz' from locke.suu.edu : No address record
error: failed retrieving file 'core.db.tar.gz' from mirrors.unixheads.org : No address record
error: failed retrieving file 'core.db.tar.gz' from ftp-linux.cc.gatech.edu : No address record
error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : No address record
error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : No address record
error: failed retrieving file 'core.db.tar.gz' from ftp.ibiblio.org : No address record
error: failed retrieving file 'core.db.tar.gz' from holmes.umflint.edu : No address record
error: failed retrieving file 'core.db.tar.gz' from mirror.neotuli.net : No address record
error: failed retrieving file 'core.db.tar.gz' from ftp.linux.kiev.ua : No address record
error: failed retrieving file 'extra.db.tar.gz' from ftp.archlinux.org : No address record
error: failed retrieving file 'extra.db.tar.gz' from locke.suu.edu : No address record
error: failed retrieving file 'extra.db.tar.gz' from mirrors.unixheads.org : No address record
error: failed retrieving file 'extra.db.tar.gz' from ftp-linux.cc.gatech.edu : No address record
error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : No address record
error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : No address record
error: failed retrieving file 'extra.db.tar.gz' from ftp.ibiblio.org : No address record
error: failed retrieving file 'extra.db.tar.gz' from holmes.umflint.edu : No address record
error: failed retrieving file 'extra.db.tar.gz' from mirror.neotuli.net : No address record
error: failed retrieving file 'extra.db.tar.gz' from ftp.linux.kiev.ua : No address record
error: failed retrieving file 'community.db.tar.gz' from ftp.archlinux.org : No address record
error: failed retrieving file 'community.db.tar.gz' from locke.suu.edu : No address record
error: failed retrieving file 'community.db.tar.gz' from mirrors.unixheads.org : No address record
error: failed retrieving file 'community.db.tar.gz' from ftp-linux.cc.gatech.edu : No address record
error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : No address record
error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : No address record
error: failed retrieving file 'community.db.tar.gz' from ftp.ibiblio.org : No address record
error: failed retrieving file 'community.db.tar.gz' from holmes.umflint.edu : No address record
error: failed retrieving file 'community.db.tar.gz' from mirror.neotuli.net : No address record
error: failed retrieving file 'community.db.tar.gz' from ftp.linux.kiev.ua : No address record

Similar Messages

  • [SOLVED] Several problems after fresh installation

    Hi guys,
    i just did a fresh installation of arch and every times i must do something i get this error:
    cannot remove, read, edit and etc : read-only file system
    So i searched for a workaround.. but i must do this after every boot
    This is it:
    mount -oremount,rw /
    There's a way to fix this forever?
    Often when i need to edit some files, like /etc/pacman.conf or xorg config file, arch tell me: You do not have write permission to modify... that file
    Searched another workaround.. and also this i must do every time after each boot:
    sudo chown -R black /directory of file that i'm trying to edit/
    I hope to fix this annoying problems, with your help.
    Thanks guys,
    Gabriele.
    Last edited by Lilith (2012-09-28 13:18:46)

    Ok guys,
    think solved by change my /sda6/ (root) by /mnt to / and adding a slash / before home, boot, var.
    Rebooted and try to edit the same file /etc/fstab and no warnings
    Now is like this:
    # /etc/fstab: static file system information
    # <file system> <dir>     <type>     <options>                <dump>    <pass>
    tmpfs                    /tmp        tmps        nodev,nosuid             0                0
    #UUID=blablablabla
    /dev/sda6                  /             ext4                  rw,relatime           0   1
    #UUID=blablabla
    /dev/sda9                  /home            ext4                 rw,relatime            0   2
    #UUID=blablabla
    /dev/sda5                  /boot              ext2                 rw,relatime             0   2
    #UUID=blablabla
    /dev/sda7                  /var                 reiserfs            rw,relatime             0   2
    #UUID=blablabla
    /dev/sda8                  none              swap                defaults                  0   0
    Thanks to everyone i also fixed my 2nd problem that i think is related to the first
    Last edited by Lilith (2012-09-28 13:15:43)

  • Email Router Not Configured after IFD Installation on CRM2013 Server

    After implementation of IFD on CRM2013 Server when we configure the Email Router the token service error will show during load the data in Email Router.
    Kindly help me to resolve this issue
    Thanks & Regards,
    Mohit Sharma
    email: [email protected]

    Hi Upen,
    Thanks for your response. It is a 64 bit machine and the setup is also 64 bit.
    I would like to mention some points related to my deployment scenario:
    We have a Windows server 2008 R2 Standard edition on Server machine.
    I have a .net website appliaction deployed and running on this.
    One of our third party vendor is developing Cold fusion application.
    This Cold fusion application will be integrated in our .net website.
    Deployment and configuration of Cold Fusion application and server wil be done by Third Party vendor.
    I need to install Cold fusion and give access to Third party.
    Issue when I install cold Fusion using default settings, my .net Website does not get loaded.
    In Mozila and Chrome Browser I get blank Page with only Background image given in Body tab of page is getting displayed.
    In IE Browser Page with background image given in Body tab of plus this text ' <script> src="" 'is getting displayed.
    Regards,
    Sarfaraj Shaikh

  • [SOLVED] Altering PATH after package installation

    I am preparing a PKGBUILD file for an app. Since it installs files into non-standard directory, I have to make it install to /opt/app/. I have done the PKGBUILD file, but I have no idea how to achieve this effect: after installation, the working user can immediately invoke the app from command line, in other words, I wanna the app immediately under the user's search path. I tried put an "export PATH=$PATH:/opt/app/bin" in post_install(), but it seems not work. Any idea?
    Last edited by plmday (2010-09-25 14:37:41)

    karol wrote:
    I'm not sure if it's the Arch way, but you can put it in the install script:
    http://wiki.archlinux.org/index.php/PKGBUILD
    It may set the PATH or only echo some message to inform the user of some actions that need to be taken: http://aur.archlinux.org/packages/pkgto … ls.install
    It's not even the Unix way. Again, export is a one way street. Exporting PATH in a child process will not magically alter PATH in the parent process.
    If a package needs env vars to be set, a script in /etc/profile.d is the right way to do it.

  • CMS Track configuration does not save after removal of runtime

    Hello,
    We are having problem to save CMS track configuration after removing a runtime which was taken away from us and is not recoverable. The CMS track config was not updated prior to this and we can no longer make track adjustments due to the old DEV runtime sys not being available. Does anyone have similar issue and know how to fix it?
    Thanks!

    For this SP5 track, we have not imported SP9 required SCs (SAPJEE, SAPJTECHS, SAPBUILDT, EP_BUILDT). but we did imported them (SP8 version) with patches. We imported most current SP9 patches to the new SP6 track. We want to move our development on the SP5 track to assemble it, then imported to the new SP6 track based SAP XSS cookbook.
    We are not able to assemble released activities with broken DCs on the SP5 track. I look a DC for ess/au/fam/cfg, Build.log still shows xlf conversion error:
    Ant runtime 4.295 seconds
    Ant build finished with ERRORS
    The following error occurred while executing this line:
    /usr/sap/DID/CBS/61/.B/90062/DCs/sap.com/ess/au/fam/cfg/_comp/gen/default/logs/build.xml:80: Error converting file Texts_tr.xlf
    Error: Build stopped due to an error: The following error occurred while executing this line:
    /usr/sap/DID/CBS/61/.B/90062/DCs/sap.com/ess/au/fam/cfg/_comp/gen/default/logs/build.xml:80: Error converting file Texts_tr.xlf
    Build plugin finished at 2006-12-13 19:30:41 GMT-05:00 (EST)
    Total build plugin runtime: 6.794 seconds
    Build finished with ERROR
    Not sure if you can force it assembled even with this broken DCs as we have not touched this xlf.
    Please let me know if you find something similar to us from other customers.
    Thans!

  • [Solved]Upgrade pacman 4.1 - no usable package repositories configured

    Hi, i am another guy who fail with upgrade pacman 4.1
    I has pacman 4.0.3-7 and for some dependancy (like yaourt), i need pacman 4.1
    He wasn't in system update, so i download it from git : git clone git://projects.archlinux.org/pacman.git pacman
    sh ./autogen.sh
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-doc
    make -j8
    sudo make install
    And now, i got this error
    sudo pacman -Syu
    error: no usable package repositories configured.
    I backup my /etc/pacman.conf and use the new one like this topic : https://bbs.archlinux.org/viewtopic.php … 7#p1254497
    I check the version :
    Pacman v4.1.0 - libalpm v8.0.0
    I try to upgrade my DB
    sudo /usr/local/bin/pacman-db-upgrade
    ==> ERROR: /usr/local/var/lib/pacman/ is not a pacman database directory.
    The only solution i found right now is reinstalling arch linux o.0
    Thanks for you help.
    Last edited by mathben (2013-04-06 22:56:39)

    mathben wrote:
    I has pacman 4.0.3-7 and for some dependancy (like yaourt), i need pacman 4.1
    He wasn't in system update, so i download it from git : git clone git://projects.archlinux.org/pacman.git pacman
    sh ./autogen.sh
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-doc
    make -j8
    sudo make install
    Why would you do that? Why would you not use pacman to upgrade/install pacman, or any other package for that matter?
    Honestly, this was such a bad idea that I'm finding it difficult to keep myself from berating you with inappropriate language (some of which I instinctively blurted out when I read your post).
    mathben wrote:
    I try to upgrade my DB
    sudo /usr/local/bin/pacman-db-upgrade
    ==> ERROR: /usr/local/var/lib/pacman/ is not a pacman database directory.
    pacman-db-upgrade is a transition tool to convert pacman 3.x databases to pacman 4.x databases. Is there some guide that told you to use that to update the database?
    I pride myself on trying to be helpful on the forum, but you do not seem to have any idea of how package management works on Arch Linux. This is all covered in the wiki and on the forum. I really do not mean to be rude, but I believe that you would be better off with something else as you seem to just be naively trying random shit.
    If you really want to clean up the mess that you've made, uninstall the manually installed pacman, remove whatever AUR apps you have installed that prevent you from upgrading via pacman, then rebuild and re-install those apps after the upgrade.
    I also suspect that you are using Archbang or some other distro given that you seem to be new to the distro yet already have yaourt installed. If this is the case then you should direct yourself to their forum. This forum is for Arch Linux.

  • [Solved] No Usable Pacman Repositories Configured

    I had the liblzma.so.0 problem and tought pacman was the problem. I tried to reinstall pacman several time and find out that the liblzma.so.0 symlink was the problem.
    Now pacman don't work I have the following message:
    No Usable Pacman Repositories Configured
    Here is the pacman -v output:
    Root : /
    Conf File : /usr/local/etc/pacman.conf
    DB Path : /usr/local/var/lib/pacman/
    Cache Dirs: /usr/local/var/cache/pacman/pkg/
    Lock File : /usr/local/var/lib/pacman/db.lck
    Log File : /usr/local/var/log/pacman.log
    Targets : --
    Erreur: aucune opération spécifiée (utiliser -h pour l'aide)
    That wrong! /usr/local/ shouldn't be there but I am unable to change it!
    Last edited by srivo (2010-12-19 20:39:14)

    Here is the output:
    # /usr/bin/pacman -Qil pacman
    Nom : pacman
    Version : 3.4.1-1
    URL : [url]http://www.archlinux.org/pacman/[/url]
    Licences : GPL
    Groupes : base
    Fournit : --
    Dépend de : bash libarchive>=2.7.1 libfetch>=2.25
    pacman-mirrorlist
    Dépendances opt. : fakeroot: for makepkg usage as normal user
    curl: for rankmirrors usage
    Requis par : archup package-query pkgstats yaourt
    Est en conflit avec : --
    Remplace : --
    Taille (installé) : 2244,00 K
    Paqueteur : Dan McGee <[email protected]>
    Architecture : i686
    Compilé le : ven 03 sep 2010 21:12:12 EDT
    Installé le : dim 19 déc 2010 13:31:36 EST
    Motif d'installation : Explicitement installé
    Script d'installation : Oui
    Description : A library-based package manager with dependency support
    pacman /etc/
    pacman /etc/bash_completion.d/
    pacman /etc/bash_completion.d/pacman
    pacman /etc/makepkg.conf
    pacman /etc/pacman.conf
    pacman /usr/
    pacman /usr/bin/
    pacman /usr/bin/cleanupdelta
    pacman /usr/bin/makepkg
    pacman /usr/bin/pacman
    pacman /usr/bin/pacman-optimize
    pacman /usr/bin/pkgdelta
    pacman /usr/bin/rankmirrors
    pacman /usr/bin/repo-add
    pacman /usr/bin/repo-remove
    pacman /usr/bin/testdb
    pacman /usr/bin/testpkg
    pacman /usr/bin/vercmp
    pacman /usr/include/
    pacman /usr/include/alpm.h
    pacman /usr/include/alpm_list.h
    pacman /usr/lib/
    pacman /usr/lib/libalpm.a
    pacman /usr/lib/libalpm.so
    pacman /usr/lib/libalpm.so.5
    pacman /usr/lib/libalpm.so.5.0.1
    pacman /usr/share/
    pacman /usr/share/locale/
    pacman /usr/share/locale/ca/
    pacman /usr/share/locale/ca/LC_MESSAGES/
    pacman /usr/share/locale/ca/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/ca/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/cs/
    pacman /usr/share/locale/cs/LC_MESSAGES/
    pacman /usr/share/locale/cs/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/cs/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/de/
    pacman /usr/share/locale/de/LC_MESSAGES/
    pacman /usr/share/locale/de/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/de/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/el/
    pacman /usr/share/locale/el/LC_MESSAGES/
    pacman /usr/share/locale/el/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/el/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/en_GB/
    pacman /usr/share/locale/en_GB/LC_MESSAGES/
    pacman /usr/share/locale/en_GB/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/en_GB/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/es/
    pacman /usr/share/locale/es/LC_MESSAGES/
    pacman /usr/share/locale/es/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/es/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/fr/
    pacman /usr/share/locale/fr/LC_MESSAGES/
    pacman /usr/share/locale/fr/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/fr/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/hu/
    pacman /usr/share/locale/hu/LC_MESSAGES/
    pacman /usr/share/locale/hu/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/hu/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/it/
    pacman /usr/share/locale/it/LC_MESSAGES/
    pacman /usr/share/locale/it/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/it/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/kk/
    pacman /usr/share/locale/kk/LC_MESSAGES/
    pacman /usr/share/locale/kk/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/kk/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/nb/
    pacman /usr/share/locale/nb/LC_MESSAGES/
    pacman /usr/share/locale/nb/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/nb/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/pl/
    pacman /usr/share/locale/pl/LC_MESSAGES/
    pacman /usr/share/locale/pl/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/pl/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/pt/
    pacman /usr/share/locale/pt/LC_MESSAGES/
    pacman /usr/share/locale/pt/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/pt/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/pt_BR/
    pacman /usr/share/locale/pt_BR/LC_MESSAGES/
    pacman /usr/share/locale/pt_BR/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/pt_BR/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/ro/
    pacman /usr/share/locale/ro/LC_MESSAGES/
    pacman /usr/share/locale/ro/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/ro/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/ru/
    pacman /usr/share/locale/ru/LC_MESSAGES/
    pacman /usr/share/locale/ru/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/ru/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/sk/
    pacman /usr/share/locale/sk/LC_MESSAGES/
    pacman /usr/share/locale/sk/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/sk/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/sv/
    pacman /usr/share/locale/sv/LC_MESSAGES/
    pacman /usr/share/locale/sv/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/sv/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/tr/
    pacman /usr/share/locale/tr/LC_MESSAGES/
    pacman /usr/share/locale/tr/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/tr/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/uk/
    pacman /usr/share/locale/uk/LC_MESSAGES/
    pacman /usr/share/locale/uk/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/uk/LC_MESSAGES/pacman.mo
    pacman /usr/share/locale/zh_CN/
    pacman /usr/share/locale/zh_CN/LC_MESSAGES/
    pacman /usr/share/locale/zh_CN/LC_MESSAGES/libalpm.mo
    pacman /usr/share/locale/zh_CN/LC_MESSAGES/pacman.mo
    pacman /usr/share/man/
    pacman /usr/share/man/man3/
    pacman /usr/share/man/man3/libalpm.3.gz
    pacman /usr/share/man/man5/
    pacman /usr/share/man/man5/PKGBUILD.5.gz
    pacman /usr/share/man/man5/makepkg.conf.5.gz
    pacman /usr/share/man/man5/pacman.conf.5.gz
    pacman /usr/share/man/man8/
    pacman /usr/share/man/man8/makepkg.8.gz
    pacman /usr/share/man/man8/pacman.8.gz
    pacman /usr/share/man/man8/repo-add.8.gz
    pacman /usr/share/man/man8/repo-remove.8.gz
    pacman /usr/share/pacman/
    pacman /usr/share/pacman/ChangeLog.proto
    pacman /usr/share/pacman/PKGBUILD-split.proto
    pacman /usr/share/pacman/PKGBUILD.proto
    pacman /usr/share/pacman/proto.install
    pacman /usr/share/zsh/
    pacman /usr/share/zsh/site-functions/
    pacman /usr/share/zsh/site-functions/_pacman
    pacman /var/
    pacman /var/cache/
    pacman /var/cache/pacman/
    pacman /var/cache/pacman/pkg/
    pacman /var/lib/
    pacman /var/lib/pacman/

  • No Usable Pacman Repositories Configured

    Before we continue, I want to say that this is an Arch system and the following has to do with pacman-3.2.1.
    Just for the sake of open source, I decided that I wanted to compile pacman, which it seems I successfully did, but there is a minor issue also when I execute it.
    $ pacman -Syu
    error: no usable package repositories configured.
    I did a Google search, and found this thread where the guy successfully solved this problem after doing exactly what Cerebral said and editing /etc/pacman.conf. I did not find any other results from Google though.
    To compile it, I did
    $ ./configure
    $ make
    $ make install
    Which is exactly how the pacman homepage said how to do it and how most other things are compiled too, which since I didn't use --prefix=/usr, it originally ended up /usr/local/bin like anything else would and I originally attempt to run it there using /usr/local/bin/pacman -Syu, which gave the same error, then I attempted what Cerebral said, but that did not work either and the same error is produced. I had the original pacman binary inside of my root directory, and it worked fine before I foolish removed it so I cannot test it right now (I am not concerned about it really because the goal is to compile pacman and use that one instead, but certainly it would've helped to know if /etc/pacman.conf is setup right after removing the original /etc/pacman.conf by mistake not paying attention too much to the --sysconfdir=/etc trigger - again not a real issue for me). Cerebral recommended that the OP of that thread/starter of that thread to issue:
    $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
    $ make || return 1
    $ make install || return 1
    I believe he said that it shouldn't really be done with DESTDIR in his thread so I removed that part, but I also did try it with DESTDIR for the sake of saying I tried it if anyone wants to mention how I deviated from his post. He said what was important was the triggers on the ./configure line.
    I was thinking my problem has something to do with repo-add (like I need to use it), but trying to figure out how to get that to work was hopeless because I couldn't find any db.pkg.tar.gz file, which is what I think it needs (the examples uses /path/to/your/repo.db.pkg.tar.gz, I am not entirely sure if it is a *.pkg.tar.gz  extension and db is just to say repo database or if *.db.pkg.tar.gz is the extension), but I did try using it with the contents located in /var/cache/pacman/pkg/ and /var/lib/pacman/. I viewed it's man/info page, and the online documentation is the exact same. Again, I think that's what I need to learn to understand, or at least it would be good to know, right, haha, but also that since I do not know much about repo-add, maybe it wouldn't be the solution. It's just an educated guess.
    This is what my current /etc/pacman.conf looks like.
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    RootDir = /
    DBPath = /var/lib/pacman/
    CacheDir = /var/cache/pacman/pkg/
    LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # An example of a disabled remote package repository with multiple servers
    # available. To enable, uncomment the following lines. You can add preferred
    # servers immediately after the header and they will be used before the
    # default mirrors.
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # The file referenced here should contain a list of 'Server = ' lines.
    #Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Which was generated by Cerebral's method for compiling, and then adjusted so my original pacman could work (everything was originally commented out, and I found that out by reading further on).
    If you guys have any recommendation that may cause me to lose everything I have, I am not afraid to try it and I will not lose anything important.
    Thank you in advance.
    Last edited by Aprz (2008-12-05 12:02:02)

    Cerebral wrote:
    To make sure it's reading your conf file correctly, you could try pacman -v - which will spit out some info:
    $ pacman -v
    Root : /
    Conf File : /etc/pacman.conf
    DB Path : /var/lib/pacman/
    Cache Dirs: /var/cache/pacman/pkg/
    Lock File : /var/lib/pacman/db.lck
    Log File : /var/log/pacman.log
    Targets : None
    error: no operation specified (use -h for help)
    For even more detail, you can run pacman --debug 1
    Interesting! I did not know that and I can see that I must of done something wrong because everything is pointing too /usr/local/ instead. Very interesting. Let me edit the files in there and check that out.
    $ Root : /
    Conf File : /usr/local/etc/pacman.conf
    DB Path : /usr/local/var/lib/pacman/
    Cache Dirs: /usr/local/var/cache/pacman/pkg/
    Lock File : /usr/local/var/lib/pacman/db.lck
    Log File : /usr/local/var/log/pacman.log
    Targets : None
    error: no operation specified (use -h for help)
    That may be the culprit.
    Edit: Yeap, it is working now when I edited the configuration files in /usr/local/etc/pacman.conf. That must mean that I forgot the --sysconfdir=/etc when I did ./configure, sounds right? I'll try recompiling it making sure that option is in there along with the options you mentioned in the post, which is funny that I was refering to what you said on that other post, failed, and all of the sudden here you are helping. Pretty neat. ^_^
    Compiling now...
    Nope, it still tries to read from /usr/local/etc/pacman.conf.
    It still creates /usr/local/etc/pacman.conf, but I decided to experiment and remove it to see what would happen.
    $ pacman -v
    error: config file /usr/local/etc/pacman.conf could not be read.
    $ ln -s /etc/pacman.conf /usr/local/etc/
    necessary changes are made to /etc/pacman.conf
    $ pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    local database is up to date
    Which after I do make install following your instructions on the other thread, /etc/pacman.conf is overwritten with the new one that comments out everything and doesn't have all the necessary server/include lines at the bottom.
    What's going on here? I compile it exactly like this:
    $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
    $ make
    $ make install
    Last edited by Aprz (2008-12-05 15:27:51)

  • Remove C:\Program Files\sapinst_instdir after successful installation

    Hello,
    do you recommend to delete the directory C:\Program Files\sapinst_instdir after successful installation.
    It wastes ~500 MB disk space.
    Thanks,
    Juergen

    yes.
    if the installation was successful. i've experienced, that you won't read logs of a successful installtion anymore...
    but you could also zip & archive it somewhere.
    if you plan to do further installation you even SHOULD remove/rename the directory.
    kr, achim

  • HT1925 Message after removing and trying to reinstall itunes 'The system administrator has set policies preventing this installation'. Can anybody help?

    After removing and reinstlling iTunes .....message reads 'the system administrator has set policies preventing this installation'

    Try the following user tip:
    "The administrator has set policies to prevent this installation" error messages when installing iTunes for Windows on Windows Vista and Windows 7 systems

  • SMTP Configuration after Installation

    Hi,
    I have skipped SMTP Host information during installation and now I'm puzzled-up how to config after successful installation. Can anyone guide me how to achieve this task?
    Also, sending email with configured SMTP host is quiet east from Oracle Reports 10g but how to achieve this from Oracle Forms 10g/PL-SQL that Query Result can be emailed with the help of configured SMTP host
    Thanks in advance ... Urgency of this task is HIGH
    Regards,
    ZJ

    There is a file in the directory configToolCommands (at least under Linux). Try to execute this script.
    However you are performing a basic installation, and this should work (even under Windows :-)
    Have you checked all the prerequisites?
    cu
    Andreas

  • Package status not appended in the Add Remove Programs in control panel after the installation.

    Hi,
    I have a strange problem with "Package status not appended in the Add Remove Programs after the installation.".
    Like, onec the package is installed via SCCM, it should be listed in the Add Remove programs with the package name, version and the install date.
    At times on random machine these details are not appended. Although the application works fine on the machine, but the correct details are not populated in Add/ Remove programs.
    There is no issue with the package as it shows correct details on few other machine where it is installed.
    This behaviour is random on random machines. Hence, very difficult to track the reason.
    System Security analyst at CapG

    Hi Jason,
    Yes, i have tried Jorgen's suggestion, ans as said earlier. It install the application smoothly on any other machine (any random machine) perfectly with correct details in Add Remove Programs.
    As mentioned earlier, the same package, same environment, same set of machines with same OS, it installs correctly on few machines.. and on few its just misses to add correct details in Add Remove progs.
    If it was related to package, how does it install corretly on other machines?? How does the same package installs correctly when done manually or by that means by PSEXEC.
    To a matter of fact, we are checking our package for the multiple times now, just to make sure it is buldled correctly with correct install scripts. We are trying to search different multiple ways to see what makes the package to skip the
    correct entry in the Add Remove.
    To add, this is not with one package, it happens with random package with random machine. There is not typical behaviour that could be tracked.  
    All the installations done via SCCM 07, with admin account.
    This looks more tricky and complex then as simple as saying, its the fault of packaging.
    I hate to say this but this is NOT a CM07 problem, You will need to work with your packaging team, and use tools like process monitor,psexec and the msi log to determine why it is failing.
    Your first step is to find a pc where you can consistent get the setup to fails. once you get that you can use process monitor and the msi log files to determine what is going on.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • [solved] Xorg -configuration crashes (signal 11)

    I've been trying to get Xorg to work all day without success. What I've been doing:
    * Install archlinux from scratch
    * Upgrade with pacman -Syu
    * Install Xorg
    * Install fglrx
    * Run Xorg -configure.
    This is when it crashes with the following output:
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux twarkie 2.6.22-ARCH #1 SMP PREEMPT Tue Sep 25 19:18:19 CEST 2007 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 26 22:11:11 2007
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,00e1 card 0000,0000 rev a1 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,00e0 card 10de,0c11 rev a2 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,00e4 card 10de,0c11 rev a1 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,00e7 card 10de,0c11 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,00e7 card 10de,0c11 rev a1 class 0c,03,10 hdr 80
    (II) PCI: 00:02:2: chip 10de,00e8 card 10de,0c11 rev a2 class 0c,03,20 hdr 80
    (II) PCI: 00:05:0: chip 10de,00df card 10de,0c11 rev a2 class 06,80,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,00e5 card f0de,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:09:0: chip 10de,00ee card 10de,0c11 rev a2 class 01,01,85 hdr 00
    (II) PCI: 00:0a:0: chip 10de,00e3 card 10de,0c11 rev a2 class 01,01,85 hdr 00
    (II) PCI: 00:0b:0: chip 10de,00e2 card 0000,0000 rev a2 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,00ed card 0000,0000 rev a2 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 1002,4152 card 174b,7c29 rev 00 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,4172 card 174b,7c28 rev 00 class 03,80,00 hdr 00
    (II) PCI: 02:0b:0: chip 1412,1724 card 3031,4553 rev 01 class 04,01,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:11:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000b000 - 0x0000bfff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xe8000000 - 0xe8ffffff (0x1000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xe7ffffff (0x10000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0202 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xe9000000 - 0xe9ffffff (0x1000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc RV350 AR [Radeon 9600] rev 0, Mem @ 0xd8000000/27, 0xe8030000/16, I/O @ 0xb000/8
    (--) PCI: (1:0:1) ATI Technologies Inc RV350 AR [Radeon 9600] (Secondary) rev 0, Mem @ 0xe0000000/27, 0xe8020000/16
    List of video drivers:
    fglrx
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.40.4
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xea000000 - 0xea000fff (0x1000) MX[b]
    [1] -1 0 0xea004000 - 0xea0040ff (0x100) MX[b]
    [2] -1 0 0xea003000 - 0xea003fff (0x1000) MX[b]
    [3] -1 0 0xea002000 - 0xea002fff (0x1000) MX[b]
    [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [5] -1 0 0xe8030000 - 0xe803ffff (0x10000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000c200 - 0x0000c27f (0x80) IX[b]
    [8] -1 0 0x0000c100 - 0x0000c11f (0x20) IX[b]
    [9] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
    [10] -1 0 0x0000de00 - 0x0000de0f (0x10) IX[b]
    [11] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [12] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [13] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [14] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [15] -1 0 0x0000d900 - 0x0000d97f (0x80) IX[b]
    [16] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [17] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [18] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [19] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [20] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [22] -1 0 0x0000d100 - 0x0000d107 (0x8) IX[b]
    [23] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [24] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0xe8020000 - 0xe802ffff (0x10000) MX[b](B)
    [1] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xea000000 - 0xea000fff (0x1000) MX[b]
    [1] -1 0 0xea004000 - 0xea0040ff (0x100) MX[b]
    [2] -1 0 0xea003000 - 0xea003fff (0x1000) MX[b]
    [3] -1 0 0xea002000 - 0xea002fff (0x1000) MX[b]
    [4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [5] -1 0 0xe8030000 - 0xe803ffff (0x10000) MX[b](B)
    [6] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [7] -1 0 0x0000c200 - 0x0000c27f (0x80) IX[b]
    [8] -1 0 0x0000c100 - 0x0000c11f (0x20) IX[b]
    [9] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
    [10] -1 0 0x0000de00 - 0x0000de0f (0x10) IX[b]
    [11] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [12] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [13] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [14] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [15] -1 0 0x0000d900 - 0x0000d97f (0x80) IX[b]
    [16] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [17] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [18] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [19] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [20] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [21] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [22] -1 0 0x0000d100 - 0x0000d107 (0x8) IX[b]
    [23] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [24] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [25] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0xe8020000 - 0xe802ffff (0x10000) MX[b](B)
    [1] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xea000000 - 0xea000fff (0x1000) MX[b]
    [5] -1 0 0xea004000 - 0xea0040ff (0x100) MX[b]
    [6] -1 0 0xea003000 - 0xea003fff (0x1000) MX[b]
    [7] -1 0 0xea002000 - 0xea002fff (0x1000) MX[b]
    [8] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [9] -1 0 0xe8030000 - 0xe803ffff (0x10000) MX[b](B)
    [10] -1 0 0xd8000000 - 0xdfffffff (0x8000000) MX[b](B)
    [11] -1 0 0xe8020000 - 0xe802ffff (0x10000) MX[b](B)
    [12] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
    [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [15] -1 0 0x0000c200 - 0x0000c27f (0x80) IX[b]
    [16] -1 0 0x0000c100 - 0x0000c11f (0x20) IX[b]
    [17] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
    [18] -1 0 0x0000de00 - 0x0000de0f (0x10) IX[b]
    [19] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [20] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [21] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [22] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [23] -1 0 0x0000d900 - 0x0000d97f (0x80) IX[b]
    [24] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[b]
    [25] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [26] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [27] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [28] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [30] -1 0 0x0000d100 - 0x0000d107 (0x8) IX[b]
    [31] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
    [32] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [34] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[b](B)
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.40.4
    (II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.402
    (II) ATI Proprietary Linux Driver Build Date: Jul 31 2007 22:20:14
    Backtrace:
    0: Xorg(xf86SigHandler+0x84) [0x80d0574]
    1: [0xb7fdc420]
    2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x11b) [0xb7a95bfb]
    3: Xorg(DoConfigure+0x20c) [0x80ce37c]
    4: Xorg(InitOutput+0x66a) [0x809fc0a]
    5: Xorg(main+0x27b) [0x806e36b]
    6: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7df5f90]
    7: Xorg(FontFileCompleteXLFD+0xa9) [0x806d8b1]
    Fatal server error:
    Caught signal 11. Server aborting
    If I enable the testing repository and perform a full system upgrade, I can get X to work with the open source drivers for ATI. But I need to get fglrx to work in order to use tv-out. So there seem to be a problem with Xorg itself, not the driver in this case.
    Any ideas?
    Last edited by twarkie (2007-09-26 23:45:54)

    Well, in your previous log, the crash backtrace:
    Backtrace:
    0: Xorg(xf86SigHandler+0x84) [0x80d0574]
    1: [0xb7fdc420]
    2: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxProbeMain+0x11b) [0xb7a95bfb]
    3: Xorg(DoConfigure+0x20c) [0x80ce37c]
    4: Xorg(InitOutput+0x66a) [0x809fc0a]
    5: Xorg(main+0x27b) [0x806e36b]
    6: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7df5f90]
    7: Xorg(FontFileCompleteXLFD+0xa9) [0x806d8b1]
    died inside /usr/lib/xorg/modules/drivers/fglrx_drv.so - so I figured if you removed fglrx, Xorg -configure wouldn't try to use that module, and the crash would go away.   I'm glad I guessed right.
    Could you please add [solved] to your topic title?

  • Can't find printer after removing it.

    Hello,
    I happen to have an HP LaserJet M1132 MFP, which was working pretty well until recently it started sending that "/usr/lib/cups/backend/hp failed" error described in the wiki. I did have dbus running, I tried running avahi-daemon, but no use. So after googling up the problem, I found out that people had the issue solved after removing and installing the printer again.
    Well, I removed the printer via CUPS web interface, and tried to install it again via hp-setup, but this time the printer is not recognized! dbus is running fine, so does cups. lsusb does seem to recognize the printer:
    Bus 001 Device 006: ID 03f0:042a Hewlett-Packard
    Trying to manually feed the device id to hp-setup completely freezes it (and even pkilling it won't remove the window after that).
    dmesg find it too:
    [ 554.981309] usb 1-1.1: new high speed USB device number 6 using ehci_hcd
    [ 555.066090] scsi7 : usb-storage 1-1.1:1.0
    I had it installed before with no problems.
    Anyone can help me to get my printer installed and working again?

    It sounds like you have not installed, but only downloaded it. Have you checked your downloads folder for the installer? 

  • Everything keeps freezing/crashing after Mavericks installation on MacBook Pro

    Everything keeps freezing/crashing after Mavericks installation on MacBook Pro.
    It started with Photoshop, then Safari, and now the Kinect sensor.
    Mavericks is the worse thing that happened to me I have a thesis project to work on!
    What can I do?
    How can I remove Mavericks and go back to Mountain Lion?
    Thanks

    Hey StephSassine,
    First, I would run through these steps:
    Your computer’s startup disk may not have enough free disk space. To make disk space available, you can move files to another disk and then delete files you no longer need on the startup disk:
    Increase disk space
    http://support.apple.com/kb/PH10677
    If that doesn't work, you may need to repair your computer’s disk in Disk Utility:
    Choose Apple menu > Software Update to make sure you have the latest version of Mac OS X.
    Software updates sometimes change a file’s permissions to improve security, so updating your software can solve some permissions problems.
    Open Disk Utility, in the Utilities folder in Launchpad.
    Select the disk you want to check.
    Click First Aid.
    Click Repair Disk Permissions to test and repair permissions.
    via: Disk Utility 12.x: Repair disk permissions   
    http://support.apple.com/kb/PH5821
    If that doesn't help resolve the issue, you can revert to a previous OS X version:
    OS X Mavericks: Revert to a previous OS X version
    http://support.apple.com/kb/PH14176
    Sincerely,
    Delgadoh

Maybe you are looking for

  • A problem about iPhone 3GS after upgrading to iOS4

    After upgrading to iOS4, when I switch on the 'Airoplane Mode' and record sound, I couldn't play back the material I had recorded. However, when my iPhone was in the version 3.1.X, materials recorded with 'Airplane Mode' on could be played back.

  • Error while starting WLS server

    Hi, Am getting the below error starting weblogic with Java version: java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing) Starting WLS with line: C:\PROGRA~1\Java

  • Frozen on the "Do not disconnect" window

    My computer didnt recognise my ipod and it wasnt showing up on my desktop, so I restarted the computer but now my ipod is frozen on the "Do not disconnet window" Any ideas?

  • How to (or can I even) concatenate BLOB

    One practice for storing images files is creating a table with a column (named IMG) of the BLOB data type, then inserting each image into the table. The result is the table contains multiple records: ROW1: img1 ROW2: img2 ROW3: img3 ROW4: img4 Now, f

  • Dragging items in LV7 tree control

    If I have a parent item and then a group of child items and I'm dragging them within the parent group to rearrange the order, the cursor flashes back and forth back from an insertion line between two child items, to highlighting the parent item. If t