Pacman doesn't preserve permissions

Hello,
I recently started to grant some people access to my server via SSH. In order to tighten the security a bit (or at least the perception of it), I decided to set the perms of most of my dirs in / and / itself to root:wheel 0751. Unfortunately, pacman reset the permissions of the dirs that were involved in the -Syu procedure back to root:root 0755.
Is there any way that I can get pacman to leave the permissions as they are?

Snowman wrote:
LB06 wrote:Is there any way that I can get pacman to leave the permissions as they are?
I'm afraid no. That how pacman works. When a package is made the system directories gets permissions root:root. When you install a package, pacman untars it and the permissions are reset to root:root.  I would suggest using a small script to upgrade your system:
#!/bin/sh
pacman -Syu
chmod ...
where the last line is modified accordingly. That way, after each upgrade, the permissions will be set to your liking.
I am really sorry to hear that. I also thought about such a script, but that seemed like a workaround to me.

Similar Messages

  • JobOwner doesn't have permissions to use proxy 1 for subsystem CmdExec

    Hi All, 
    I got a strange issue on my SQL Jobs which run with Proxy. Some of the times, the SQL jobs run under job owner, instead of proxy account. Furthermore, it causes the SQL jobs failed. 
    "JobOwner doesn't have permissions to use proxy 1 for subsystem CmdExec"
    Kindly need an assistance on this issue.
    Note*: I have another solution by changing the job owner of the SQL jobs to user account of SQL Agent service. But in this case I want to keep current the job owner. 
    Thanks, 
    HR

    can you confirm if you did the same as explained in the last part of the blog?
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2009/10/14/who-owns-my-job-and-who-runs-it.aspx
    Also could you confirm if your proxy account has access to the subsystem and if not check this link to update it.
    http://msdn.microsoft.com/en-us/library/ms186760.aspx
    select ss.subsystem as 'subsystem name', sp.name as 'proxy name' from
    msdb.dbo.syssubsystems ss inner join msdb.dbo.sysproxysubsystem sps
    on ss.subsystem_id = sps.subsystem_id
    Inner join msdb.dbo.sysproxies sp
    on sps.proxy_id = sp.proxy_id
    You could run this to see if the proxy has access to subsystem.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Bug ! - ATV doesn't preserve iphoto folders

    I have @30,000 pictures in iPhoto... and of course, sorted into folders...
    But ATV doesn't preserve that when it syncs... everything is flattened, alphabetized, and the most recent albums at the end...
    Its totally silly and this isn't just a missing feature.. I see this as a bug ?
    Whats up with this Apple ? Why don't you let me be able to find my pictures the way I've organized them on my Mac ?

    So the ATV doesn't recognize the folder hierarchy that I've created within iPhoto
    Accepted
    The albums just appear alphabetically, and I usually have no idea where pictures are, because the albums aren't even listed chronologically.
    Mine certainly doesn't do that, yes the tv ignores nested folders, but it lists the albums inside them in the order they appear in the folder in iphoto, furthermore it lists the contents of the first folder first and the contents of the second folder second and so on. It doesn't list them alphabetically at all.
    If you don't like them listed that way then change the way they are listed to one you like. (Just drag them into the order you want).
    I want my albums to appear slightly differently on the tv than in iphoto, this presents no problem to me at all, as I say I can have my photo albums in any order I choose.

  • From bad to worse - pacman doesn't respond

    last night I installed wine and now arts (artsd) crashes at every start. I already had a problem with kwin crashing occasionally and now strangely ktip keeps popping up and although I tell it not to it's giving me great tips at every start.
    allright, one thing at time: obviously I want to get rid of wine first but now pacman isn't responding to any commands and I have to kill it. OK, --version and --help respond but --refresh, --sync and obviously --remove don't.
    It is a fresh install of arch 0.7 and pacman is 2.95. I've also tried running pacman before starting x.
    any thoughts?

    I really don't know what happened, it looks worse than before.
    Here's all I can say:
    pacman-static didn't help
    got pacman 2.9.6 and put pacman-optimize in /usr/bin and ran it
    it backed up the dir /var/lib/pacman to /pacman.bak
    ran pacman (not sure what, probably --remove wine) said /var/lib/pacman doesn't exist - duh!
    ran --refresh - said it couldn't create db
    rebooted and saw lots of read-only errors
    ran pacman --refresh - can't create db
    tried to rename /var/lib/pacman.bak to /pacman - write error
    I mentioned in the orig post that after I installed wine, artsd crashes. Now I notice that when I open Konqueror, instead of the menu on the left (dir tree, favs, network, etc) I get an amarok menu! Is this because of arts?
    what are the chances of solving this without a new install?

  • Ntfs-g3 doesn't preserve modification timestamp at copy

    I have a data partition mounted using ntfs-g3 like this (from my /etc/fstab):
    /dev/sda8 /media/data ntfs-3g defaults,umask=002,fmask=113,gid=100 0 0
    Here is the mount point:
    drwxrwxr-x 1 root users 4096 Aug 2 04:03 data
    All my users are in the "users" group by the way.  The odd thing is that when anyone in the "users" group tries to copy files to this partition, the date/time stamp is NOW rather than what was on the dir/files.
    Example:
    $ cp -a ./Desktop /media/data/
    cp: preserving times for `/media/data/Desktop/templog-31-Dec-09-11_04_02.csv~': Operation not permitted
    cp: preserving times for `/media/data/Desktop/screenshot2.png': Operation not permitted
    cp: preserving times for `/media/data/Desktop/conky-d.desktop': Operation not permitted
    I googled around for this but have yet to locate a solution, just the usual conflicting opinions/data.  Anyone?
    Example1: http://www.tuxera.com/forum/viewtopic.php?f=2&t=230
    I have the result of the investigation. FUSE is right. Things worked
    as they should. The operation indeed mustn't be permitted in such cases
    according to the POSIX standard.
    Namely utimes(2) doesn't permit changing the time stamps because the
    effective uid of the cp process doesn't equal the uid of the file
    __AND__ the new time stamps are not the current time, __EVEN_IF__
    the user has write permission to the file. This is how POSIX wants.
    I'll document this issue, thanks again.
    Example2: https://forums.gentoo.org/viewtopic-t-8 … art-0.html
    re-emerge and exclude the acl use flag. I'm not sure why or what acl does but by turning off that use flag I solved the problem I was having which was identical to yours with rsync.
    ...the thread goes on to say that this bug was fixed in ntfs-3g "latest" release and we are using > the version mentioned in the thread.
    Thanks all!

    chris@chrispc ~ $ date
    Wed Aug 4 02:29:58 CEST 2010
    chris@chrispc ~ $ cp thumbnailers.xml /media/data/ -av
    `thumbnailers.xml' -> `/media/data/thumbnailers.xml'
    chris@chrispc ~ $ ll /media/data/ | grep thum
    -rw-r--r-- 1 chris users 55K Jul 27 00:10 thumbnailers.xml
    chris@chrispc ~ $ ll /media/ | grep data
    drwxr-xr-x 8 chris users 4.0K Aug 4 02:29 data
    So is this what you're trying to do?
    All I can say is: seems to work on my ntfs-3g 2010.5.22-1
    If I understand your fstab correctly, you're setting fmask to 113...maybe rwx is needed to set the date after creation, maybe you could try a using 003
    Last edited by DIDI2002 (2010-08-04 00:45:38)

  • Merging Partitions - forgot to preserve permissions

    Hello Archers,
    Recently I was merging some partitions on my drive, and stupidly forgot to preserve the permissions when using cp. It seems that all files are now owned by root 755. I have fixed my home directory permissions, but it seems there are a whole bunch of other directories/files on system that need to have different ownership and are screwing things up (/tmp and /var/log for example) is there some sort of list of proper file permissions for arch? or some way to set these back to the way they are supposed to be? I can't even start X because of these permission problems(it works fine on root).
    Thanks for any help,
    Perogy

    You might perhaps restore many of the permissions by forcing pacman to reinstall all your packages, but you would still have to change permissions of /tmp, /var, and so on manually.

  • [Solved] Localtime is messed up, and pacman doesn't work anymore

    Hi everyone,
    I'm quite new to Arch Linux but I've succeded so far in installing the base system, setting up my wifi card (wasn't easy) and installing xfce4. When I first installed everything seemed to work fine (wifi, dropbox, pacman, etc.) but I noticed that my time doesn't reflect the current local time. I've selected America/Montreal in rc.conf and through "Orage Globaltime" in xfce4 but both return the UTC instead of the localtime. Also, when I try to get the UTC from Orage, it returns my localtime instead (Montreal)...
    So there's definitely something wrong there. I've then had a look at the forums/wiki and found that a network synchronisation should be used to correct the issue (such as ntp) but now pacman can't connect to anything. It returns something like this when I try to install/update/search:
    $ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Connection time-out
    ^C (keeps on getting time-outs if I don't interrupt)
    Some info on my system:
    General info: as stated above, internet over wifi (wlan0) works, pacman times-out and the local time is off.
    $ uname -a
    Linux giga-arch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686 GNU/Linux ---(today's Sept 3, ~10:35am)---
    $ cat rc.conf
    DAEMONS=(syslog-ng network crond)
    TIMEZONE="America/Montreal"
    $ ip addr
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
        link/ether 84:c9:b2:00:41:e3 brd ff:ff:ff:ff:ff:ff
        inet 192.168.0.179/24 brd 192.168.0.255 scope global wlan0
        inet6 fe80::86c9:b2ff:fe00:41e3/64 scope link
            valid_lft forever preferred_lft forever
    $ cat /var/log/pacman.log
    [2012-09-02 16:31] starting full system upgrade
    [2012-09-02 18:16] Running 'pacman -S ntop'
    [2012-09-02 18:17] installed rrdtool (1.4.7-2)
    [2012-09-02 18:17] installed geoip-database (20120808-1)
    [2012-09-02 18:17] installed geoip (1.4.8-2)
    [2012-09-02 18:17] ==> Before running the daemon script for the first time, you need to run
    [2012-09-02 18:17]     ntop as the root user to set an administrator password.
    [2012-09-02 18:17] ==> If you attempt to run ntop as a daemon without setting a password, a
    [2012-09-02 18:17]     FATAL ERROR message is generated and ntop stops.
    [2012-09-02 18:17] installed ntop (5.0-2)               <------------ At this point pacman worked, but the time wasn't right (it was ~22:17)
    [2012-09-03 04:43] Running 'pacman -Syu ntp'      <------------ From this point on pacman would time-out continually
    [2012-09-03 04:43] synchronizing package lists
    [2012-09-03 04:45] Running 'pacman -S ntp'
    [2012-09-03 04:51] Running 'pacman -Syu'
    [2012-09-03 04:51] synchronizing package lists
    [2012-09-03 04:51] Running 'pacman -Syu'
    [2012-09-03 04:51] synchronizing package lists
    [2012-09-03 06:00] Running 'pacman -Syu'
    [2012-09-03 06:00] synchronizing package lists
    [2012-09-03 06:30] Running 'pacman -Syu'
    [2012-09-03 06:30] synchronizing package lists
    $ ls -lhA /etc | grep localtime
    lrwxrwxrwx 1 root root   36 Sep  3 04:34 localtime -> /usr/share/zoneinfo/America/Montreal
    My first guess was that the localtime offset was preventing me from accessing pacman's repositories, but since it worked yesterday (when the time was already corrupt) it seems otherwize. Now I'm quite lost, especially since no one seems to report every pacman repository being down... could anyone please help me solve this problem?
    Thanks!
    Last edited by miek (2012-09-03 20:28:44)

    WonderWoofy wrote:I think you may find relevant information here.  I ahve seem many of these threads in the forums lately.  Are you dual booting w/ another operating system... in particular, one that uses localtime for the hardware clock (and there is only one that does this).
    Thanks I'll look at that entry. Still I'd like to point out that this page clearly says that the timezone is to be set in rc.conf, which is a bit confusing. I must've followed this guide to get to my current configuration. I am dual booting with multiple other systems (xubuntu, win7, puppy, crunchbang) so from what I've read win7 might be the problem, but I haven't started it since i installed arch and my time has been off from the start.
    Should I simply use NTP now that pacman is working again?
    Thanks
    Last edited by miek (2012-09-03 17:41:56)

  • [Solved]pacman doesn't like ' =' in depends for pure package

    Trying to install the pure programming language package available here.
    $ makepkg -s
    ==> Making package: pure 0.60-1 (Tue Aug 12 19:22:57 EDT 2014)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: llvm<=3.4
    ==> ERROR: 'pacman' failed to install missing dependencies.
    PKGBUILD file:
    # -*- shell-script -*-
    # Contributor: Mikko Sysikaski mikko.sysikaski at gmail dot com
    # Updated by Stephen Diehl - [email protected]
    # Maintainer: Alastair Pharo asppsa at gmail dot com
    # Maintainer: Albert Graef <[email protected]>
    pkgname=pure
    pkgver=0.60
    pkgrel=1
    pkgdesc="Pure is a modern-style functional programming language based on term rewriting."
    arch=("i686" "x86_64")
    license=('GPL3')
    url="http://purelang.bitbucket.org/"
    depends=('llvm<=3.4' 'gmp' 'mpfr' 'readline')
    makedepends=('make' 'gcc')
    optdepends=("pure-docs: online documentation"
    "w3m: access to help in interactive mode"
    "emacs-pure-mode: editing Pure files from Emacs"
    "texmacs-pure: embedding Pure sessions in TeXmacs")
    groups=(pure-complete pure-base)
    source=("https://bitbucket.org/purelang/pure-lang/downloads/$pkgname-$pkgver.tar.gz"
    "https://bitbucket.org/purelang/pure-lang/downloads/llvm-3.3-tools.tar.bz2")
    md5sums=('4bbd7cf05ce913814f02675c58aeaa23'
    '0a3c4154e7d20f1d078d994ec47be1b7')
    build() {
    cd $srcdir/$pkgname-$pkgver
    ./configure --prefix=/usr --without-elisp --without-texmacs --enable-release
    make || return 1
    # check that the interpreter is working
    make check || return 1
    package() {
    cd $srcdir/$pkgname-$pkgver
    make DESTDIR=$pkgdir install || return 1
    # llc in LLVM 3.4 is broken; these will work with both LLVM 3.3 and 3.4
    cd $srcdir/llvm-3.3-tools/$CARCH
    cp llc opt $pkgdir/usr/lib/pure || return 1
    I have installed for now by simply removing the
    <=3.4
    requirement but only out of frustration. I'm at a loss as to why pacman would be complaining, I see the bit about 'LLVM 3.4 is broken' but for one, 3.4 is already installed from [extra] and for two, 3.3 ought to meet the criteria. All help/explanation appreciated.
    Last edited by luisrayas3 (2014-08-18 20:06:03)

    luisrayas3 wrote:
    isn't it?? I would consider 3.4.2 == 3.4 from a versioning perspective and therefore also 3.4.2 <= 3.4
    edit: also worth noting that it does work anyhow with 3.4.2
    Nope, doesn't work that way. Try it yourself.
    % vercmp -h
    usage: vercmp <ver1> <ver2>
    output values:
    < 0 : if ver1 < ver2
    0 : if ver1 == ver2
    > 0 : if ver1 > ver2
    % vercmp 3.4.2 3.4
    1

  • PRESERVING PERMISSIONS - when making an external boot drive

    hi
    Someone in a previous thread i posted some time ago mentioned that i need to make sure my premissions are preserved when i come round to creating an external boot volume on my external lacie hd.
    1. I think he was refering to the 'ignore permissions' check box in 'info' ? but i
    am unsure what to do here re; to check it or leave it unchecked.
    2. can anyone explain what this means so i can understand the logic of the
    permissions instruction ?
    thanks for your time
    didier
    eMac 800MHz Power PC G4 Superdrive   Mac OS X (10.3.8)  

    Hi
    martinR
    Thats becoming alot clearer......
    A couple of things
    1. If i must leave the 'ignore permissions' box unchecked for the bootable volume i create, then what permissions selection should i have selected in the drop down menu box above it ? I am assuming 'read and write.' ?
    2. i'm assuming that after answering this...if i set it all up, when i come to booting from the external volume it will ask my for my password and user name , as is common, and that is what you refer to when you mention the os x security.
    Just out of interest:
    3 what is an administrator - like for if i want to use the terminal there's this thing about needing to be an administrator.........?
    4 by the way, since this site has been redesigned i noticed this week that i didn't get any emails telling me that replies had been posted to my questions.
    Could you just confirm that i must have in my settings :
    Always subscribe to topics I create: set to Yes (this were on default - no)
    Always subscribe to topics I reply to: set to Yes (this was on default - no)
    Send subscription emails: set to , in my case - immediately.
    sorry to bug you, it's just i recognise your name from previous posts i have made so thought you may be a bit of a pro
    thanks 4 yr time
    d

  • Pacman doesn't work after fresh install

    Hi everyone, I just installed archlinux on my very old 400Mhz Dell Latitude, but now pacman won't do anything, I can't sync, I can't install anything, ... The install did have some issues, but I'm not sure if that is causing this
    The output from 'pacman -Sy'
    :: Synchronizing package databases...
    error: failed to synchronize core:
    error: failed to synchronize extra:
    error: failed to synchronize commutity:
    error: failed to synchronize any databases
    The pacman log doesn't say anything interesting, the configs look okay. That output is spit out rather quickly too, I'm not sure if it's even trying to use the internet (which is working)
    Can you help me?
    Last edited by Zuliani (2008-04-16 05:43:26)

    error: failed to synchronize core:
    error: failed to synchronize extra:
    error: failed to synchronize community:
    error: failed to synchronize any databases
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: opening database 'core'
    debug: opening database from path '/var/lib/pacman/sync/core/'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server to database 'core': protocol 'ftp', server 'locke.suu.edu', path '/linux/dist/archlinux/core/os/i686'
    debug: adding new server to database 'core': protocol 'ftp', server 'ftp.belnet.be', path '/mirror/archlinux.org/core/os/i686'
    debug: serverlist flushed for 'core'
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: opening database 'extra'
    debug: opening database from path '/var/lib/pacman/sync/extra/'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server to database 'extra': protocol 'ftp', server 'locke.suu.edu', path '/linux/dist/archlinux/extra/os/i686'
    debug: adding new server to database 'extra': protocol 'ftp', server 'ftp.belnet.be', path '/mirror/archlinux.org/extra/os/i686'
    debug: serverlist flushed for 'extra'
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: opening database 'community'
    debug: opening database from path '/var/lib/pacman/sync/community/'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server to database 'community': protocol 'ftp', server 'locke.suu.edu', path '/linux/dist/archlinux/community/os/i686'
    debug: adding new server to database 'community': protocol 'ftp', server 'ftp.belnet.be', path '/mirror/archlinux.org/community/os/i686'
    debug: serverlist flushed for 'community'
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: opening database 'local'
    debug: opening database from path '/var/lib/pacman/local/'
    :: Synchronizing package databases...
    debug: failed to get lastupdate time for core
    debug: failed to sync db: [0]
    debug: returning error 51 from alpm_db_update : unexpected error
    debug: failed to get lastupdate time for extra
    debug: failed to sync db: [0]
    debug: returning error 51 from alpm_db_update : unexpected error
    debug: failed to get lastupdate time for community
    debug: failed to sync db: [0]
    debug: returning error 51 from alpm_db_update : unexpected error
    debug: closing database 'local'
    debug: unregistering database 'local'
    debug: closing database 'core'
    debug: unregistering database 'core'
    debug: closing database 'extra'
    debug: unregistering database 'extra'
    debug: closing database 'community'
    debug: unregistering database 'community'
    Looks like my databases aren't good, how do I fix this?

  • Moving Public from G4 XServe to new Intel XServe and preserve permissions

    We have purchased a new Intel XServe (10.4.8) and need to move the Public folder and Users folder from our old XServe G4 (10.3.9) to the new one, and would like to preserve the permissions.
    Both of these are OD replicas; there is an XServe G5 (10.3.9) which is the OD Master.
    Apple Tech support tells me it is not possible.
    I have tried ditto, tar, scp, and a Finder copy to an external FireWire drive. None of these attempts have successfully preserved the permissions.
    tar cf - * | (cd /target; tar xfp -)
    ditto -rsrc /oldpath /newpath
    I have searched the archives, but not found any answers.

    Thank you for the link - I will try Dan's tar syntax tomorrow (and hope there are no differences with 10.3.9).
    /usr/bin/tar -cvf - xyzzy | /usr/bin/tar -C target -xvf -
    I also like his hint about handling remote files.

  • [SOLVED]Pacman doesn't update

    Hi.
    I'm having a problem with Pacman. It seems like it doesn't update the database. A few days ago I updated my system with a "pacman -Syu", and (I don't know when exactly) It just stopped.
    Trying a "pacman -Syu":
    sudo pacman -Syu
    :: Sincronizando las bases de datos de paquetes...
    core está actualizado
    extra está actualizado
    community está actualizado
    Trying a "pacman -Syy":
    sudo pacman -Syy
    :: Sincronizando las bases de datos de paquetes...
    core                      36,2K   43,8K/s 00:00:01 [################################] 100%
    extra                    454,0K   43,1K/s 00:00:11 [################################] 100%
    community                364,2K   57,4K/s 00:00:06 [################################] 100%
    Verifying gcc (wich version is 4.5.0-6):
    i686      Core      gcc      4.5.0-6      The GNU Compiler Collection      2010-06-18
    sudo pacman -S gcc
    precaución: gcc-4.5.0-4 esta al día -- re-instalando
    resolviendo dependencias...
    verificando conflictos...
    Objetivos (1): gcc-4.5.0-4 
    Tamaño total de descarga:   0,00 MB
    Tamaño total instalado:   56,58 MB
    ¿Continuar con la instalación? [S/n] n
    This is my 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
    #IgnorePkg   = catalyst catalyst-utils virtualbox-modules virtualbox-ose
    #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.
    #[chaox-stable]
    #Server = http://repo.chaox.net/stable
    #[chaox-broken]
    #Server = http://repo.chaox.net/broken
    #[archiso-live]
    #Server = http://arch-live.isawsome.net/testing/
    #Server = http://arch-live.isawsome.net/packages/
    # 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]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    #[edgy]
    #Server = http://kapsi.fi/~ighea/arch/edgy/
    [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
    [arch-games]
    Server = http://repo.archlinux-gaming.org/i686/
    # kdemod current repo
    #[kdemod-core]
    #Server = http://kdemod.ath.cx/repo/core/i686
    #[larch5]
    #Server = ftp://ftp.berlios.de/pub/larch/larch5.3/i686
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    This is my 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 … po/os/i686
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    Server = http://mirrors.easynews.com/linux/archl … po/os/i686
    Server = ftp://ftp.ibiblio.org/pub/linux/distrib … po/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/archl … po/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/pu … po/os/i686
    Server = http://mir.archlinux.fr/$repo/os/i686
    Server = ftp://ftp.free.fr/mirrors/ftp.archlinux … po/os/i686
    # - Germany
    Server = ftp://ftp.hosteurope.de/mirror/ftp.arch … po/os/i686
    Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
    Server = ftp://ftp.uni-bayreuth.de/pub/linux/arc … po/os/i686
    Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
    Server = ftp://ftp.tu-chemnitz.de/pub/linux/arch … po/os/i686
    Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
    # - Great Britain
    Server = http://www.mirrorservice.org/sites/ftp. … po/os/i686
    # - Greece
    Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
    # - Hungary
    Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.a … po/os/i686
    # - Ireland
    Server = ftp://ftp.heanet.ie/mirrors/ftp.archlin … po/os/i686
    # - Italy
    Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
    # - Netherlands
    Server = ftp://ftp.nluug.nl/pub/metalab/distribu … po/os/i686
    Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr … po/os/i686
    # - Poland
    Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
    Server = http://piotrkosoft.net/pub/mirrors/ftp. … po/os/i686
    Server = ftp://ftp.piotrkosoft.net/pub/mirrors/f … po/os/i686
    # - Portugal
    Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
    # - Romania
    Server = ftp://ftp.iasi.roedu.net/mirrors/archli … po/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/ArchL … po/os/i686
    # Asia
    # - Israel
    Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    # Australia
    Server = ftp://mirror.pacific.net.au/linux/archl … po/os/i686
    Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
    Thank you, and sorry about my english and my system's language.
    Last edited by soaliar (2010-06-18 22:30:15)

    pacman would use the first server available and Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    is out of date. last update 15 june
    https://www.archlinux.de/?page=MirrorStatus
    Last edited by wonder (2010-06-18 16:25:16)

  • Pacman doesn't work. It times out

    Hi:
    I install arch linux on virtualBox, then I tried pacman -Sy, but it timed out at the end. I try to remove most of the URLs in mirrors, but it doesn't work.
    Is there any idea?

    is your host name that is set in rc.conf the same as the one in /etc/hosts ? If not, then that is your problem. A mismatch in hostnames will slow down the network along with a host of issues.
    if they match, check your mirrors using rankimirrors. It needs python, so you will have to have that installed. It will tell you which are the faster mirrors for you. I don't think it should matter that you are running under virtualbox or otherwise, as long as you have configured the network correctly.
    Last edited by Inxsible (2009-03-28 07:23:10)

  • Weekly subscription email doesn't respect permissions

    Hello everyone!
    We have a group of users subscribed on a weekly basis to a folder that has many subfolders.  The subscription is active for the parent folder and all subfolders to the complete depth.
    The group of users subscribed don't all have access to every single subfolder.  Some users have access to some subfolders, others have access to other subfolders.  However, in the weekly subscription email, ALL new documents from all the subfolders are listed, and the permissions are checked at the time they click the link.  If they aren't allowed to read the document, they get an 'access denied' error at that time.
    Is this how the subscription is supposed to work?  A bulk subscription email won't leave out the documents the user isn't allowed to see?
    Thanks in advance!
    Fallon Will

    Hi Fallon,
    your configuration is correct and the behaviour you have detect is as well correct.
    This is a "missing feature". The subscription service doesn't regards the permission because the service generates the list independent of an user context.
    Best Regards
    Frank

  • Pacman doesn't upgrade and update the system properly

    It's been almost one and half months that my system is not getting upgrade or update, what all I go t is :
    bhaskar@bhaskar-laptop_11:28:06_Mon Sep 06:/etc> sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    archlinuxfr is up to date
    :: Starting full system upgrade...
    there is nothing to do
    Here is my mirrorlist url ,which I am using for long long time:
    Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
    Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
    Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
    Now please look at the installed packages..I am paranoid about systemupgrade and update and I do it very frequently....
    bhaskar@bhaskar-laptop_11:32:14_Mon Sep 06:/etc> sudo pacman -Q
    a52dec 0.7.4-4
    aalib 1.4rc5-6
    abiword 2.8.6-1
    acl 2.2.49-1
    alsa-lib 1.0.23-1
    apache 2.2.15-2
    apr 1.4.2-1
    apr-util 1.3.9-4
    archlinux-artwork 1.6-1
    aria2 1.9.5-1
    artwiz-fonts 1.3-5
    aspell 0.60.6-4
    at-spi 1.30.1-1
    atk 1.30.0-1
    attica 0.1.3-1
    attr 2.4.44-1
    audiofile 0.2.7-1
    autoconf 2.66-2
    automake 1.11.1-1
    avahi 0.6.25-3
    babl 0.1.2-1
    bash 4.1.007-1
    bashdb 4.1_0.4-1
    bcm43xx-fwcutter 006-1
    beanshell 2.0b4-1
    bin86 0.16.17-4
    bind 9.7.1-1
    binutils 2.20.1-3
    bison 2.4.2-1
    bluez 4.69-1
    brasero 2.30.2-1
    bridge-utils 1.4-3
    bzip2 1.0.5-5
    c-ares 1.7.3-1
    ca-certificates 20090814-3
    cabextract 1.2-2
    cacti 0.8.7e-1
    cairo 1.8.10-1
    cairomm 1.8.4-1
    capi4k-utils 050718-7
    cdparanoia 10.2-2
    cdrdao 1.2.3-4
    cdrkit 1.1.10-1
    chkrootkit 0.49-1
    chromium 5.0.375.99-1
    clamav 0.96.1-1
    claws-mail 3.7.6-1
    cloog-ppl 0.15.9-1
    clucene 0.9.21b-1
    compositeproto 0.4.1-1
    consolekit 0.4.1-2
    coreutils 8.5-2
    cpio 2.11-2
    cpufrequtils 008-1
    cracklib 2.8.16-1
    cryptsetup 1.1.3-1
    curl 7.21.0-1
    cyrus-sasl-plugins 2.1.23-2
    damageproto 1.2.0-1
    db 4.8.26-2
    dbus 1.2.24-1
    dbus-core 1.2.24-1
    dbus-glib 0.86-1
    dcron 4.4-2
    ddrescue 1.11-1
    desktop-file-utils 0.16-1
    device-mapper 2.02.70-1
    dhcpcd 5.2.5-1
    dialog 1.1_20100428-1
    diffutils 3.0-1
    dirmngr 1.1.0rc1-1
    dmapi 2.2.10-2
    dmidecode 2.10-1
    dmxproto 2.3-1
    dnsutils 9.6.1-3
    docbook-xml 4.5-4
    dosfstools 3.0.9-1
    dri2proto 2.3-1
    dvd+rw-tools 7.1-2
    e2fsprogs 1.41.12-1
    ed 1.4-2
    eggdbus 0.6-1
    eject 2.1.5-4
    empathy 2.30.2-1
    enca 1.13-1
    enchant 1.6.0-1
    epiphany 2.30.2-1
    esound 0.2.41-1
    ethtool 6-2
    eventlog 0.2.12-1
    evince 2.30.3-1
    evolution-data-server 2.30.2.1-1
    exempi 2.1.1-1
    exiv2 0.19-1
    expat 2.0.1-5
    faac 1.28-2
    faad2 2.7-1
    fakeroot 1.14.4-2
    fam 2.7.0-14
    farsight2 0.0.20-1
    ffmpeg 24460-1
    fftw 3.2.2-1
    file 5.04-2
    filesystem 2010.02-4
    findutils 4.4.2-2
    firefox 3.6.8-1
    fixesproto 4.1.1-1
    flac 1.2.1-2
    flashplugin 10.1.53.64-1
    flex 2.5.35-3
    fluidsynth 1.1.1-2
    fontcacheproto 0.1.3-1
    fontconfig 2.8.0-1
    fontsproto 2.1.0-1
    freeglut 2.6.0-1
    freetype2 2.4.1-1
    fribidi 0.19.2-1
    fuse 2.8.4-2
    gawk 3.1.8-1
    gcc 4.5.0-6
    gcc-libs 4.5.0-6
    gconf 2.28.1-1
    gconf-editor 2.30.0-1
    gd 2.0.36RC1-3
    gdbm 1.8.3-7
    gdk-pixbuf 0.22.0-7
    gdm 2.30.4-1
    gegl 0.1.2-1
    gen-init-cpio 2.6.32-1
    gettext 0.18.1.1-1
    ghostscript 8.71-3
    giflib 4.1.6-3
    gimp 2.6.9-1
    glib 1.2.10-8
    glib2 2.24.1-1
    glibc 2.12-4
    glibmm 2.24.2-1
    gmime 2.4.17-1
    gmp 5.0.1-1
    gnome-applets 2.30.0-1
    gnome-backgrounds 2.30.0-1
    gnome-control-center 2.30.1-1
    gnome-desktop 2.30.2-1
    gnome-disk-utility 2.30.1-1
    gnome-doc-utils 0.20.1-1
    gnome-icon-theme 2.30.3-1
    gnome-js-common 0.1.2-1
    gnome-keyring 2.30.3-1
    gnome-media 2.30.0-2
    gnome-menus 2.30.2-1
    gnome-mime-data 2.18.0-4
    gnome-panel 2.30.2-1
    gnome-screensaver 2.30.0-1
    gnome-session 2.30.2-1
    gnome-settings-daemon 2.30.2-1
    gnome-system-tools 2.30.2-1
    gnome-terminal 2.30.2-1
    gnome-themes 2.30.2-1
    gnome-utils 2.30.0-1
    gnome-vfs 2.24.3-2
    gnome2-user-docs 2.30.0-1
    gnupg 1.4.10-2
    gnupg2 2.0.15-1
    gnutls 2.8.6-1
    gobject-introspection 0.6.14-1
    gparted 0.6.1-1
    gpgme 1.3.0-1
    gpm 1.20.6-5
    grep 2.6.3-1
    groff 1.20.1-4
    grub 0.97-17
    gsfonts 1.0.7pre44-2
    gstreamer0.10 0.10.29-1
    gstreamer0.10-base 0.10.29-1
    gstreamer0.10-base-plugins 0.10.29-1
    gstreamer0.10-good 0.10.23-1
    gstreamer0.10-good-plugins 0.10.23-1
    gstreamer0.10-python 0.10.18-1
    gtk 1.2.10-10
    gtk-engines 2.20.1-1
    gtk-smooth-engine 0.6.0.1-5
    gtk2 2.20.1-2
    gtkmm 2.20.3-1
    gucharmap 2.30.2-1
    gvfs 1.6.3-1
    gzip 1.4-1
    hal 0.5.14-4
    hal-info 0.20091130-1
    hdf5 1.8.4_patch1-1
    hdparm 9.28-1
    heimdal 1.3.3-1
    hicolor-icon-theme 0.12-1
    hsqldb-java 1.8.0.10-1
    htop 0.8.3-1
    hunspell 1.2.12-1
    hwdetect 2010.07-1
    hyphen 2.5-1
    icon-naming-utils 0.8.90-1
    icu 4.4.1-1
    ifenslave 1.1.0-5
    iftop 0.17-9
    ilmbase 1.0.1-1
    imlib2 1.4.4-1
    inetutils 1.8-1
    initscripts 2010.07-1
    inputproto 2.0-1
    intel-dri 7.8.2-1
    intltool 0.41.1-1
    iotop 0.4.1-1
    ipcalc 0.41-3
    iperf 2.0.4-1
    iproute2 2.6.34-2
    iptables 1.4.8-1
    iptraf 3.0.0-2
    iputils 20100214-2
    ipw2100-fw 1.3-4
    ipw2200-fw 3.1-2
    ipw3945 1.2.2-1
    ipw3945-ucode 1.14.2-1
    ipw3945d 1.7.22-3
    isdn4k-utils 3.2p1-5
    iso-codes 3.14-1
    jack 0.118.0-3
    jasper 1.900.1-5
    jdk 6u20-1
    jfsutils 1.1.14-1
    jre 6u20-1
    k3b 2.0.0-2
    kbd 1.15.2-1
    kbproto 1.0.4-1
    kdebase-runtime 4.4.5-1
    kdelibs 4.4.5-1
    kdemultimedia-kioslave 4.4.5-1
    kernel26 2.6.34.1-1
    kernel26-headers 2.6.34.1-1
    ladspa 1.13-2
    lame 3.98.4-1
    lcms 1.18-3
    less 436-1
    libao 1.0.0-2
    libarchive 2.8.4-1
    libart-lgpl 2.3.21-1
    libass 0.9.9-1
    libassuan 2.0.0-1
    libatasmart 0.17-1
    libavc1394 0.5.3-3
    libbeagle 0.3.9-1
    libbonobo 2.24.3-1
    libbonoboui 2.24.3-1
    libcaca 0.99.beta17-1
    libcanberra 0.23-1
    libcap 2.19-1
    libcddb 1.3.2-2
    libcdio 0.82-1
    libcroco 0.6.2-1
    libcups 1.4.4-1
    libdaemon 0.14-1
    libdatrie 0.2.3-1
    libdca 0.0.5-2
    libdjvu 3.5.22-3
    libdmx 1.1.0-1
    libdownload 1.1-3
    libdrm 2.4.21-1
    libdv 1.0.0-3
    libdvbpsi 0.1.7-1
    libdvdnav 4.1.3-2
    libdvdread 4.1.3-2
    libebml 1.0.0-1
    libelf 0.8.13-1
    libetpan 1.0-1
    libevent 1.4.14b-1
    libexif 0.6.19-1
    libfetch 2.32-1
    libffi 3.0.9-1
    libfm 0.1.12-1
    libfontenc 1.0.5-1
    libftdi 0.18-1
    libgail-gnome 1.20.3-1
    libgcrypt 1.4.6-1
    libgl 7.8.2-1
    libglade 2.6.4-1
    libgnome 2.30.0-1
    libgnome-keyring 2.30.1-1
    libgnomecanvas 2.30.1-1
    libgnomekbd 2.30.2-1
    libgnomeui 2.24.3-1
    libgpg-error 1.7-3
    libgphoto2 2.4.9-1
    libgraphite 2.3.1-1
    libgsf 1.14.18-1
    libgsf-gnome 1.14.18-1
    libgssglue 0.1-2
    libgtop 2.28.1-1
    libgweather 2.30.2-1
    libical 0.44-1
    libice 1.0.6-1
    libid3tag 0.15.1b-5
    libidl2 0.8.14-1
    libidn 1.16-1
    libiec61883 1.2.0-1
    libiodbc 3.52.7-4
    libjpeg 8.0.2-1
    libksba 1.0.7-1
    libldap 2.4.22-1
    libmad 0.15.1b-4
    libmatroska 1.0.0-1
    libmng 1.0.10-3
    libmodplug 0.8.8.1-1
    libmp4v2 1.9.1-1
    libmpc 0.8.2-2
    libmpcdec 1.2.6-2
    libmpeg2 0.5.1-1
    libmspack 0.0.20060920alpha-2
    libmtp 1.0.2-1
    libmysqlclient 5.1.47-1
    libnewt 0.52.8-2
    libnice 0.0.12-1
    libnl 1.1-2
    libnotify 0.4.5-1.1
    libogg 1.2.0-1
    liboil 0.3.17-1
    liboobs 2.30.1-1
    libpcap 1.1.1-1
    libpciaccess 0.11.0-1
    libpng 1.4.3-1
    libproxy 0.3.1-1
    libpurple 2.7.2-1
    libraw1394 2.0.5-1
    librpcsecgss 0.19-3
    librsvg 2.26.3-1
    libsamplerate 0.1.7-1
    libsasl 2.1.23-4
    libsexy 0.1.11-2
    libshout 2.2.2-3
    libsigc++ 2.2.8-1
    libsm 1.1.1-1
    libsndfile 1.0.21-1
    libsoup 2.30.2-1
    libsoup-gnome 2.30.2-1
    libspectre 0.2.6-1
    libssh 0.4.5-1
    libstroke 0.5.1-3
    libsynaptics 0.14.6c-4
    libtasn1 2.6-1
    libthai 0.1.14-1
    libtheora 1.1.1-1
    libtiff 3.9.4-1
    libtirpc 0.2.1-1
    libtool 2.2.10-1
    libtracker 0.6.95-1
    libunique 1.1.6-2
    libusb 0.1.12-4
    libv4l 0.6.4-1
    libva 0.31.0_p13-2
    libvdpau 0.4-1
    libvisual 0.4.0-3
    libvorbis 1.3.1-1
    libvpx 0.9.1-1
    libwebkit 1.2.3-1
    libwmf 0.2.8.4-7
    libwnck 2.30.2-1
    libwpd 0.8.14-1
    libx11 1.3.4-1
    libx86 1.1-2
    libxau 1.0.5-1
    libxaw 1.0.7-1
    libxcb 1.6-1
    libxcomposite 0.4.2-1
    libxcursor 1.1.10-1
    libxdamage 1.1.3-1
    libxdmcp 1.0.3-1
    libxext 1.1.2-1
    libxfixes 4.0.5-1
    libxfont 1.4.2-1
    libxfontcache 1.0.5-1
    libxft 2.1.14-1
    libxi 1.3-2
    libxinerama 1.1-1
    libxkbfile 1.0.6-1
    libxklavier 5.0-1
    libxml2 2.7.7-1
    libxmu 1.0.5-1
    libxp 1.0.0-3
    libxpm 3.5.8-1
    libxrandr 1.3.0-1
    libxrender 0.9.6-1
    libxres 1.0.4-1
    libxslt 1.1.26-1
    libxss 1.2.0-1
    libxt 1.0.8-1
    libxtst 1.1.0-1
    libxv 1.0.5-1
    libxvmc 1.0.5-1
    libxxf86dga 1.1.1-1
    libxxf86misc 1.0.2-1
    libxxf86vm 1.1.0-1
    licenses 2.6-1
    lilo 22.8-4
    linux-api-headers 2.6.34-1
    linux-atm 2.5.1-1
    linux-firmware 20100623-2
    lirc-utils 0.8.6-3
    logrotate 3.7.8-1
    logwatch 7.3.6-3
    loudmouth 1.4.3-2
    lpsolve 5.5.0.15-1
    lsof 4.83-1
    lua 5.1.4-5
    lucene 2.9.3-1
    lvm2 2.02.70-1
    lynx 2.8.7-2
    lzo 1.08-5
    lzo2 2.03-1
    m4 1.4.14-2
    madwifi 0.9.4.4119-2
    madwifi-utils 0.9.4.4119-1
    mailx 8.1.1-7
    make 3.81-5
    man-db 2.5.7-1
    man-pages 3.25-1
    mcpp 2.7.2-2
    mdadm 3.1.2-2
    menu-cache 0.3.2-1
    mesa 7.8.2-1
    metacity 2.30.1-1
    mime-types 1.0-3
    mkinitcpio 0.6.7-1
    mkinitcpio-busybox 1.16.2-1
    mlocate 0.22.4-1
    module-init-tools 3.11.1-2
    monit 5.0.3-2
    most 5.0.0a-2
    mozilla-common 1.4-1
    mpfr 3.0.0-1
    mrtg 2.16.3-1
    munin 1.4.5-1
    munin-node 1.4.5-1
    musicbrainz 2.1.5-3
    mysql 5.1.47-1
    mysql-clients 5.1.47-1
    nagios 3.2.0-1
    nagios-nrpe-plugin 2.12-1
    nagios-nsca 2.7.2-2
    nagios-plugins 1.4.14-1
    nano 2.2.4-1
    nautilus 2.30.1-1
    ncurses 5.7-3
    ndiswrapper 1.56-3
    ndiswrapper-utils 1.56-2
    neon 0.29.3-2
    net-snmp 5.5-5
    net-tools 1.60-14
    nfs-utils 1.2.2-3
    nfsidmap 0.23-3
    nmap 5.21-2
    notification-daemon 0.4.0-4
    nspr 4.8.4-1
    nss 3.12.6-3
    ntfs-3g 2010.5.22-1
    ntfsprogs 2.0.0-4
    opencore-amr 0.1.2-1
    openexr 1.6.1-1
    openjpeg 1.3-3
    openntpd 3.9p1-12
    openoffice-base 3.2.1-1
    openssh 5.5p1-1
    openssl 1.0.0.a-2
    openswan 2.4.14-1
    openvpn 2.1.1-2
    orbit2 2.14.18-1
    orc 0.4.6-1
    oxygen-icons 4.4.5-1
    package-query 0.3-2
    pacman 3.4.0-2
    pacman-color 3.4.0-1
    pacman-mirrorlist 20100621-1
    pam 1.1.1-1
    pango 1.28.1-1
    pangomm 2.26.2-1
    parted 2.3-1
    partimage 0.6.8-2
    patch 2.6.1-1
    pciutils 3.1.7-1
    pcmanfm 0.9.7-1
    pcre 8.10-1
    perl 5.10.1-5
    perl-date-manip 6.07-3
    perl-dbd-mysql 4.013-1
    perl-dbi 1.609-1
    perl-html-parser 3.64-1
    perl-html-tagset 3.20-1
    perl-html-template 2.9-4
    perl-libwww 5.836-1
    perl-log-log4perl 1.28-1
    perl-net-server 0.97-3
    perl-term-readkey 2.30.01-1
    perl-text-iconv 1.7-3
    perl-uri 1.54-1
    perl-xml-parser 2.36-6
    perl-xml-simple 2.18-2
    perl-xml-twig 3.34-1
    perl-xyne-arch 2010.07.17.1-1
    perl-xyne-common 2010.04.01.2-3
    perl-yaml-syck 1.07-1
    phonon 4.4.2-1
    phonon-gstreamer 4.4.2-1
    php 5.3.2-6
    php-apache 5.3.2-6
    pilot-link 0.12.5-1
    pinentry 0.8.0-1
    pixman 0.18.2-1
    pkg-config 0.25-2
    pm-quirks 0.20100619-1
    pm-utils 1.4.0-1
    polkit 0.96-2
    polkit-gnome 0.96-3
    polkit-qt 0.95.1-1
    poppler 0.14.0-1
    poppler-data 0.4.2-1
    poppler-glib 0.14.0-1
    popt 1.16-2
    postfix 2.7.1-1
    postgresql-libs 8.4.4-1
    powerpill 2010.06.20.1-1
    powertop 1.11-2
    ppl 0.10.2-3
    ppp 2.4.5-1
    pptpclient 1.7.2-2
    printproto 1.0.4-2
    procinfo-ng 2.0.304-1
    procps 3.2.8-1
    psmisc 22.11-1
    pth 2.0.7-3
    pycairo 1.8.8-1
    pygobject 2.21.3-1
    pygtk 2.17.0-1
    python 2.6.5-3
    qca 2.0.2-2
    qemu-kvm 0.12.4-2
    qt 4.6.3-1
    randrproto 1.3.1-1
    raptor 1.4.21-1
    rarian 0.8.1-1
    rasqal 0.9.19-2
    readline 6.1.002-1
    recode 3.6-5
    recordproto 1.14-1
    redland 1.0.10-2
    reiserfsprogs 3.6.21-2
    renderproto 0.11-1
    rp-pppoe 3.10-5
    rpcbind 0.2.0-1
    rrdtool 1.4.3-2
    run-parts 3.2.3-1
    saxon 9.2.0.6-1
    schroedinger 1.0.9-1
    screen 4.0.3-8
    scrnsaverproto 1.2.0-1
    sdl 1.2.14-5
    sdl_image 1.2.10-2
    sdparm 1.05-1
    seahorse 2.30.1-1
    sed 4.2.1-2
    seed 2.30.0-2
    sg3_utils 1.29-1
    shadow 4.1.4.2-3
    shared-desktop-ontologies 0.5-1
    shared-mime-info 0.71-1
    silc-toolkit 1.1.10-1
    slang 2.2.1-1
    smbclient 3.5.4-1
    soprano 2.4.4-1
    sound-theme-freedesktop 0.7-1
    speex 1.2rc1-1.1
    sqlite3 3.6.23.1-1
    squid 2.7.STABLE9-1
    startup-notification 0.10-1
    strace 4.5.20-1
    strigi 0.7.2-2
    sudo 1.7.3-1
    sysfsutils 2.1.0-5
    syslog-ng 3.1.1-1
    sysstat 9.0.6.1-1
    system-tools-backends 2.10.0-1
    sysvinit 2.86-5
    t1lib 5.1.2-2
    taglib 1.6.3-1
    talloc 2.0.1-1
    tar 1.23-3
    tcp_wrappers 7.6-11
    tcpdump 4.1.1-1
    tdb 1.2.1-1
    telepathy-farsight 0.0.14-1
    telepathy-gabble 0.8.14-1
    telepathy-glib 0.10.7-1
    telepathy-haze 0.3.6-1
    telepathy-mission-control 5.4.3-1
    telepathy-salut 0.3.12-1
    texinfo 4.13a-4
    thunderbird 3.1.1-1
    tomcat 5.5.29-1
    totem-plparser 2.30.1-1
    tripwire 2.4.1.2-2
    ttf-dejavu 2.30-2
    ttf-freefont 20090104-2
    ttf-ms-fonts 2.0-3
    tzdata 2010j-1
    udev 160-1
    udisks 1.0.1-4
    unixodbc 2.3.0-1
    upower 0.9.4-1
    usbutils 0.87-1
    util-linux-ng 2.18-2
    vbetool 1.1-1
    vde2 2.3-1
    vi 050325-3
    videoproto 2.3.0-1
    vigra 1.7.0-3
    vim 7.2-1
    vim-runtime 7.2-1
    virtualbox-ose 3.2.6-1
    virtualbox-ose-additions 3.2.6-1
    virtualbox-ose-additions-modules 3.2.6-1
    virtuoso 6.1.1-1
    vlc 1.1.1-3
    vnstat 1.10-5
    vpnc 0.5.3-2
    vte 0.24.3-1
    wavpack 4.60.1-1
    wget 1.12-2
    which 2.20-3
    wireless_tools 29-3
    wireshark 1.2.9-1
    wlan-ng26-utils 0.2.9-1
    wpa_supplicant 0.6.10-2
    wv 1.2.7-1
    wvdial 1.61-2
    wvstreams 4.6.1-2
    x264 20100722-1
    xbitmaps 1.1.0-1
    xcb-proto 1.6-1
    xcb-util 0.3.6-1
    xchat 2.8.8-1
    xcursor-themes 1.0.2-1
    xdg-utils 1.0.2.20100618-1
    xextproto 7.1.1-1
    xf86-input-evdev 2.4.0-1
    xf86-input-synaptics 1.2.2-2
    xf86-video-intel 2.12.0-1
    xf86-video-vesa 2.3.0-2
    xf86dgaproto 2.1-1
    xf86miscproto 0.9.3-1
    xf86vidmodeproto 2.3-1
    xfsdump 3.0.4-1
    xfsprogs 3.1.2-1
    xineramaproto 1.2-1
    xinetd 2.3.14-5
    xkeyboard-config 1.8-1
    xorg-apps 7.5-3
    xorg-docs 1.5-1
    xorg-font-utils 7.5-2
    xorg-fonts-100dpi 1.0.1-3
    xorg-fonts-75dpi 1.0.1-3
    xorg-fonts-alias 1.0.2-1
    xorg-fonts-encodings 1.0.3-1
    xorg-fonts-misc 1.0.1-1
    xorg-res-utils 1.0.3-3
    xorg-server 1.8.1.902-1
    xorg-server-utils 7.5-4
    xorg-twm 1.0.4-3
    xorg-utils 7.6-2
    xorg-xauth 1.0.4-1
    xorg-xinit 1.2.1-1
    xorg-xkb-utils 7.5-2
    xplc 0.3.13-2
    xproto 7.0.17-1
    xterm 259-1
    xulrunner 1.9.2.8-1
    xvidcore 1.2.2-1
    xz 4.999.9beta-5
    yajl 1.0.9-3
    yaourt 0.9.4.3-1
    yelp 2.30.1-1
    zd1211-firmware 1.4-3
    zenity 2.30.0-1
    zip 3.0-1.1
    zlib 1.2.5-2
    zvbi 0.2.33-2
    I am not able to figure out why is not getting updated or upgraded for last month or so????
    Please throw some light on it.
    Thanks
    Bhaskar
    Last edited by jasonwryan (2010-09-06 06:44:07)

    Still nothing. Even with that server this is what I get
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    warning: akonadi: local (1.4.0-1) is newer than extra (1.3.1-4)
    warning: cabextract: local (1.3-1) is newer than extra (1.2-2)
    warning: consolekit: local (0.4.1-3) is newer than extra (0.4.1-2)
    warning: cups: local (1.4.4-2) is newer than extra (1.4.4-1)
    warning: dhcpcd: local (5.2.7-1) is newer than core (5.2.5-1)
    warning: farsight2: local (0.0.21-1) is newer than extra (0.0.20-1)
    warning: filesystem: local (2010.07-1) is newer than core (2010.02-4)
    warning: gimp: local (2.6.10-1) is newer than extra (2.6.9-1)
    warning: gnupg2: local (2.0.16-1) is newer than extra (2.0.15-1)
    warning: hplip: local (3.10.6-1) is newer than extra (3.10.5-1)
    warning: jre: local (6u21-1) is newer than community (6u20-1)
    warning: kdeadmin-kcron: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeadmin-ksystemlog: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeadmin-kuser: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeadmin-system-config-printer-kde: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-ark: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kcalc: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kcharselect: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kdelirc: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kdf: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kfloppy: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kgpg: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-ktimer: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-kwallet: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-okteta: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-printer-applet: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-superkaramba: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kdeutils-sweeper: local (4.4.5-2) is newer than extra (4.4.5-1)
    warning: kernel26: local (2.6.34.2-2) is newer than core (2.6.34.1-1)
    warning: ktorrent: local (4.0.2-1) is newer than extra (4.0.1-1)
    warning: libcups: local (1.4.4-2) is newer than extra (1.4.4-1)
    warning: libdrm: local (2.4.21-2) is newer than extra (2.4.21-1)
    warning: libktorrent: local (1.0.2-1) is newer than extra (1.0.1-1)
    warning: libnice: local (0.0.13-1) is newer than extra (0.0.12-1)
    warning: module-init-tools: local (3.12-1) is newer than core (3.11.1-2)
    warning: nvidia: local (256.44-1) is newer than extra (256.35-1)
    warning: nvidia-utils: local (256.44-1) is newer than extra (256.35-4)
    warning: perl: local (5.12.1-2) is newer than core (5.10.1-5)
    warning: psmisc: local (22.12-1) is newer than core (22.11-1)
    warning: pycups: local (1.9.51-1) is newer than extra (1.9.50-1)
    warning: sqlite3: local (3.7.0.1-1) is newer than core (3.6.23.1-1)
    warning: system-config-printer-common: local (1.2.3-1) is newer than extra (1.2.2-1)
    warning: thunderbird: local (3.1.2-1) is newer than extra (3.1.1-1)
    warning: tzdata: local (2010k-1) is newer than core (2010j-1)
    warning: util-linux-ng: local (2.18-3) is newer than core (2.18-2)
    warning: virtuoso: local (6.1.2-1) is newer than extra (6.1.1-1)
    warning: xine-lib: local (1.1.19-1) is newer than extra (1.1.18.1-2)
    there is nothing to do

Maybe you are looking for

  • Itunes store locks up with no error message

    I can move around the itunes store for a while, browse, download, etc. But sooner or later I click on a link (doesn't seem to matter what link)and itunes will not return....ever! The itunes bar shows the store is being accessed. Any thing else I'm ru

  • How to use BusinessObjects 4.0 Data Services (BODS)

    0.I am looking for BusinessObjects Data Services (BODS) for dummies 1. How to connect Business Object 4.0 Data Services (BODS) with SQL server 2008R2 2.I would like to connect SAP HR to Business Object 4.0 (BODS) Data Services

  • How do I create another mailbox in my email account?

    How do I create another mailbox (not account) in my existing mail account?  I have Inbox,sent and trash.  Would like to create 3or4 other ones to sort my mail.

  • How do I move the numbers or bullets closer to the list?

    Oh Dreamweaver sages...How do I move the numbers or bullets closer to the list?  Please look at this  http://www.stii.us/whatisst.html  and tell me what you recommend.  Thank you!

  • Is there a iTouch App for version 2.1 thats does what SMBPREFS did

    Is there an Itouch APPLICATION that lets you take pictures from the internet, your computer, or anything... and LET YOU PUT THEM..... BEHIND the apps that are on the main screen of the iTouch? I have a "backgrounds" App but I CAN ONLY see that pic af