Pacman can't find groups

An example I added the compiz fusion git repo and there is a group called compiz-fusion-git:
[root /home/jordz]# pacman -S compiz-fusion-git
:: group compiz-fusion-git (including ignored packages):
    ccsm-git  compiz-bcop-git  compiz-fusion-plugins-extra-git 
    compiz-fusion-plugins-main-git  compiz-fusion-plugins-unsupported-git 
    compiz-git  compizconfig-backend-gconf-git  compizconfig-python-git 
    emerald-git  emerald-themes-git  fusion-icon-git  libcompizconfig-git 
:: Install whole content? [Y/n]
But when I -Ss / search for it it doesn't show it as a result.
This happens with all groups. I'm just wonder is this on purpose or a bug?
thanks

The groups are not searched, it's neither a bug, nor strongly on purpose (at least not in my knowledge).
But when you search for a package, the groups it belongs to are printed. For example :
> pacman -Ss compiz
community/ccsm 0.6.0-2 (compiz-fusion)
    Compizconfig Settings Manager in Python
[lol, and while I am writing this, I just noticed something that is a bug in my opinion. Only the first group is printed.
Most of the times, there is just one group. But in the above example, ccsm belongs to 3 groups.]
And you can also list all groups with pacman -Sg
Then you can list the contents of a group with pacman -Sg group
Is that enough, or not?

Similar Messages

  • Pacman can't find php

    I want to install php, but pacman can't find the package.
    pacman -Sy php [1:02 : ashren]
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    error: 'php': not found in sync db
    Quite strange.

    Try pacman -Syy, or try other mirrors.
    If that doesn't work, which pacman version are you using? And you could try the --debug output.
    And have a look in /var/lib/pacman/sync/extra/php* as well.

  • LC Rights Management End User can not find groups or users during policy creation process

    hello,
    I'm using LC8.0.1 turnkey install on win2003 box.
    Problem is LC Rights Management End User can not find groups or users (search result is empty) during policy creation process, thus can not apply specific restriction to certain groups or users.
    I have create a user in the DefaultDom and assigned the following roles:
    Live Cycle Rights Management Invite User
    Live Cycle Rights Management End User
    How can I allow the above created user to search for groups and user during policy creation? Thanks.

    Good catch Phuc. Make sure you do this for each Policy Set as well as My Policies.
    Here's an overview of Policy Sets:
    http://blogs.adobe.com/security/2008/04/delegating_control_over_policy.html
    Cut and paste the URL.

  • [Solved]Pacman can't find steam(and yes I read the other topics)

    To make it short, pacman really can't find steam.
    Options I tried:
    pacman -S steam
    pacman -Sy steam
    pacman -Syyu steam
    pacman -Ss steam
    And still got nothing.
    Here's my last attempt at it:
    $ sudo pacman -Syyu steam
    :: Synchronizing package databases...
    core                     112.7 KiB  49.9K/s 00:02 [######################] 100%
    extra                   1763.0 KiB  30.5K/s 00:58 [######################] 100%
    community                  2.3 MiB  74.2K/s 00:31 [######################] 100%
    error: target not found: steam
    Notes: I'm running arch on a VBox. Sorry if I sound cocky or anything but maybe it's my lack of sleep over this particular problem. Yes, I uncommented the multilib repo in pacman.conf.
    Anyone got any ideas?
    Last edited by Jackoz530 (2014-08-11 14:20:02)

    lucke wrote:Maybe you have failed to uncomment the multilib repo properly, as your output doesn't show its synchronizing.
    This worked for me. Found steam in the multilib repo when I properly uncommented the repo.
    Though it's weird that steam can't be found in the community repo, only in the multilib repo.
    $ pacman -Ss steam
    multilib/steam 1.0.0.48-1
    Digital distribution client bootstrap package
    Pacman.conf is as follows:
    # /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
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    #UseDelta = 0.7
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #Color
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    SigLevel = Required DatabaseOptional
    LocalFileSigLevel = Optional
    #RemoteFileSigLevel = Required
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # 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
    # - URLs will have $arch replaced by the name of the architecture
    # 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.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include 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]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs
    I'm currently grabbing the steam in the multilib repo and gonna test it once I finished grabbing it.

  • Pacman can't find xmonad-darcs

    So I'm trying to get xmonad up and running. I first tried to install just xmonad, but I couldn't get the config script to work(said it couldn't find the module XMonad). So after a little bit of searching in the forums, I found that I should  try the darcs version. However, when I try to pacman -S xmonad-darcs, it says it can't find the package. What am I missing?

    GHC was updated to 6.12 today and XMonad's dependencies were built under the new version, but xmonad itself hasn't been updated as of this moment. You can't compile your configuration file because it was registered under the old version and is looking for them in a place that no longer exists. So either uninstall xmonad and build the darcs version or use ABS to build the stable 0.9 version so that it gets registered properly under 6.12 on your system.

  • Pacman can't find Fakeroot (x86_64)

    I'm trying to build a package from the AUR (ttf-ms-fonts), but "makefile" gives me an error about FAKEROOT not being installed. So, I'm trying to install fakeroot. However, whenever I type in "pacman -S fakeroot", none of the servers can find the file!
    the output:
    [user@computer ttf-ms-fonts]$ sudo pacman -S fakeroot
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): fakeroot-1.14.5-1
    Total Download Size: 0.05 MB
    Total Installed Size: 0.20 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from archlinux.supsec.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from cake.lib.fit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from lug.mtu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.osuosl.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from core
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    [user@computer ttf-ms-fonts]$
    I'll try installing it from the fakeroot package page, but does anyone know what's wrong here?
    PS. I was doing this as part of an installation of the whole base-devel group. Fakeroot was the only package that didn't install out of:
    1) autoconf  2) automake  3) bison  4) fakeroot  5) flex  6) gcc  7) libtool  8) m4  9) make  10) patch  11) pkg-config)

    I did that, and now it installs fine.
    Thanks, uhh I forgot that synchronizing databases is a good idea xD
    Last edited by NeuroFuzzy (2011-04-18 05:32:44)

  • Can't install any media player - pacman can't find all the files

    I'm quite new to Linux. At the moment I can't view any videos or listen to music.
    I tried installing mplayer using pacman - several files downloaded successfully, I watched the progress bars... but others couldn't be found. When I try again using a different mirror, from the output you can see that pacman requests 36 installation files for mplayer but it can't locate 14 of them.
    I've tried three mirrors in the UK and one in Belgium. I get a similar problem trying to install VLC. Pacman has never failed me before, although admittedly last time I used him was to download firefox in December 2009.
    This is what I get if I try again to install mplayer now:
    pacman -S mplayer
    resolving dependencies...
    looking for inter-conflicts...
    Targets (36): libmad-0.15.1b-4 cdparanoia-10.2-2 sdl-1.2.14-1 lame-3.98.2-2
    libogg-1.1.4-1 libtheora-1.1.1-1 xvidcore-1.2.2-1
    libmng-1.0.10-2 scrnsaverproto-1.2.0-1 libxss-1.2.0-1
    libsasl-2.1.23-2 libldap-2.4.21-1 tdb-1.2.0-1 talloc-2.0.1-1
    smbclient-3.4.4-1 aalib-1.4rc5-6 flac-1.2.1-2
    libvorbis-1.2.3-1 libsndfile-1.0.21-1
    jack-audio-connection-kit-0.116.2-2 libid3tag-0.15.1b-3
    imlib2-1.4.2-3 libcaca-0.99.beta16-1 x264-20100107-1
    libmp4v2-1.6-1 faac-1.28-1 libftdi-0.16-1 lirc-utils-0.8.6-3
    libxvmc-1.0.5-1 recode-3.6-3 enca-1.12-1 libvdpau-0.3-2
    opencore-amr-0.1.2-1 a52dec-0.7.4-4 libdca-0.0.5-2
    mplayer-30325-1
    Total Download Size: 34.58 MB
    Total Installed Size: 126.33 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'lame-3.98.2-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libmng-1.0.10-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'tdb-1.2.0-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'smbclient-3.4.4-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'jack-audio-connection-kit-0.116.2-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libid3tag-0.15.1b-3-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'imlib2-1.4.2-3-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libcaca-0.99.beta16-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'x264-20100107-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libmp4v2-1.6-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'faac-1.28-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'enca-1.12-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libvdpau-0.3-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'mplayer-30325-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    Confusingly, if I now try to clean up the mess and remove the mplayer files that I did download, I get:
    pacman -R mplayer
    mplayer not found, searching for group...
    error: 'mplayer': not found in local db
    Thanks for reading

    I am having the same or similar problem. I am unable to install vlc, ffmpeg, and several of their respective dependencies, with the same error
    [joshua@desktop ~]$ 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
    [joshua@desktop ~]$ sudo pacman -S ffmpeg
    resolving dependencies...
    looking for inter-conflicts...
    Targets (10): faad2-2.7-1 libmp4v2-1.9.1-1 faac-1.28-2 xvidcore-1.2.2-1 opencore-amr-0.1.2-1 libvdpau-0.4-1 orc-0.4.4-1
    schroedinger-1.0.9-1 libvpx-0.9.1-1 ffmpeg-23619-1
    Total Download Size: 3.35 MB
    Total Installed Size: 31.32 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from mirrors.hosef.org : Service not available, closing control connection
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    Checking on the mirrors manually, I see that the package versions are incorrect. For example, http://www.archlinux.org/packages/extra/x86_64/ffmpeg/ has ffmpeg at version 23792-1 but pacman is looking for 23619-1.
    Any ideas?
    EDIT: this is an install from this morning, from the 2010.05 core disk. Post install, I ran pacman -Syu and then installed some packages without issue.
    Last edited by joshdmiller (2010-06-28 00:05:21)

  • [SOLVED] vbam-gtk depends on sfml, but pacman can't find it, 404 error

    So I'm trying to install vbam-gtk, the package for visualboyadvance, which is available to pacman directly. It's not an AUR package, nor are any of it's dependencies according to it's package page. But when I run
    sudo pacman -S vbam-gtk
    , it spits out this:
    [kay@jadebot ~]$ sudo pacman -S vbam-gtk
    resolving dependencies...
    looking for conflicting packages...
    Packages (5) gtkglext-1.2.0-10 gtkglextmm-1.2.0-10 pangox-compat-0.0.2-2
    sfml-2.2-4 vbam-gtk-1.8.0.1292-1
    Total Download Size: 1.79 MiB
    Total Installed Size: 14.19 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    Now, if I search for it via the archlinux website, I can see that sfml exists in the repository, and so does vbam-gtk, as in the link above. Now, I could just download them both from there and be done with it, but then I wouldn't learn anything, so I'm here to ask, if these packages exist in the community repository, which I have enabled and have pulled from previously, why can't pacman find these packages? I know it isn't a network issue, or at least not an obvious one. I did
    sudo pacman -S xorg-xkill
    to test that theory but it processed faultlessly.
    Last edited by starling000 (2015-05-16 02:02:08)

    Ah, thank you! I hadn't noticed that pacman wasn't automatically updating itself each time I ran it. I'm just coming over from debian-based systems for the first time, you see. Problem solved.

  • [SOLVED] Pacman, Can't ignore group KDE

    Solution, ignoring groups/packages need to be space separated, not by comma.
    Hello,
    I'm trying to upgrade, skipping some groups (packages), but it doesn't seem to work.
    In pacman.conf I have:
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    IgnoreGroup =kde,kdebase,kdeutils,libreoffice,qt,kdeplasma
    NoUpgrade =kde,libreoffice,qt,kdeplasma
    #NoExtract =
    [ubunchu@quickie etc]$ sudo pacman -Syyu
    Paquetes (168): alsa-lib-1.0.27-2 dirmngr-1.1.1-1 gnome-icon-theme-symbolic-3.8.0.1-2 gpgme-1.4.1-1 iproute2-3.9.0-1 kactivities-4.10.3-1 kde-base-artwork-4.10.3-1
    kde-l10n-es-4.10.3-2 kde-wallpapers-4.10.3-1 kdeaccessibility-kaccessible-4.10.3-1 kdeaccessibility-kmag-4.10.3-1 kdeaccessibility-kmousetool-4.10.3-1
    kdeadmin-kcron-4.10.3-1 kdeadmin-kuser-4.10.3-1 kdeartwork-colorschemes-4.10.3-1 kdeartwork-desktopthemes-4.10.3-1 kdeartwork-emoticons-4.10.3-1
    kdeartwork-iconthemes-4.10.3-1 kdeartwork-kscreensaver-4.10.3-1 kdeartwork-sounds-4.10.3-1 kdeartwork-styles-4.10.3-1 kdeartwork-wallpapers-4.10.3-1
    kdeartwork-weatherwallpapers-4.10.3-1 kdebase-dolphin-4.10.3-1 kdebase-katepart-4.10.3-1 kdebase-kdepasswd-4.10.3-1 kdebase-kdialog-4.10.3-1
    kdebase-keditbookmarks-4.10.3-1 kdebase-kfind-4.10.3-1 kdebase-konqueror-4.10.3-1 kdebase-konsole-4.10.3-1 kdebase-kwrite-4.10.3-1 kdebase-lib-4.10.3-1
    kdebase-plasma-4.10.3-1 kdebase-runtime-4.10.3-1 kdebase-workspace-4.10.3-1 kdegames-kollision-4.10.3-1 kdegraphics-gwenview-4.10.3-1
    kdegraphics-kamera-4.10.3-1 kdegraphics-kcolorchooser-4.10.3-1 kdegraphics-kgamma-4.10.3-1 kdegraphics-kruler-4.10.3-1 kdegraphics-ksnapshot-4.10.3-1
    kdegraphics-mobipocket-4.10.3-1 kdegraphics-okular-4.10.3-1 kdelibs-4.10.3-2 kdemultimedia-audiocd-kio-4.10.3-1 kdemultimedia-ffmpegthumbs-4.10.3-1
    kdemultimedia-juk-4.10.3-1 kdemultimedia-kmix-4.10.3-1 kdenetwork-filesharing-4.10.3-1 kdenetwork-kdnssd-4.10.3-1 kdenetwork-kget-4.10.3-1
    kdepim-console-4.10.3-1 kdepim-kaddressbook-4.10.3-1 kdepim-kalarm-4.10.3-1 kdepim-kontact-4.10.3-1 kdepim-korganizer-4.10.3-1 kdepim-kresources-4.10.3-1
    kdepim-libkdepim-4.10.3-1 kdepim-runtime-4.10.3-1 kdepimlibs-4.10.3-1 kdeplasma-addons-applets-binary-clock-4.10.3-1
    kdeplasma-addons-applets-blackboard-4.10.3-1 kdeplasma-addons-applets-bookmarks-4.10.3-1 kdeplasma-addons-applets-bubblemon-4.10.3-1
    kdeplasma-addons-applets-calculator-4.10.3-1 kdeplasma-addons-applets-charselect-4.10.3-1 kdeplasma-addons-applets-comic-4.10.3-1
    kdeplasma-addons-applets-community-4.10.3-1 kdeplasma-addons-applets-dict-4.10.3-1 kdeplasma-addons-applets-eyes-4.10.3-1
    kdeplasma-addons-applets-fifteenpuzzle-4.10.3-1 kdeplasma-addons-applets-filewatcher-4.10.3-1 kdeplasma-addons-applets-frame-4.10.3-1
    kdeplasma-addons-applets-fuzzy-clock-4.10.3-1 kdeplasma-addons-applets-icontasks-4.10.3-1 kdeplasma-addons-applets-incomingmsg-4.10.3-1
    kdeplasma-addons-applets-kdeobservatory-4.10.3-1 kdeplasma-addons-applets-kimpanel-4.10.3-1 kdeplasma-addons-applets-knowledgebase-4.10.3-1
    kdeplasma-addons-applets-kolourpicker-4.10.3-1 kdeplasma-addons-applets-konqprofiles-4.10.3-1 kdeplasma-addons-applets-konsoleprofiles-4.10.3-1
    kdeplasma-addons-applets-lancelot-4.10.3-1 kdeplasma-addons-applets-leavenote-4.10.3-1 kdeplasma-addons-applets-life-4.10.3-1
    kdeplasma-addons-applets-luna-4.10.3-1 kdeplasma-addons-applets-magnifique-4.10.3-1 kdeplasma-addons-applets-mediaplayer-4.10.3-1
    kdeplasma-addons-applets-microblog-4.10.3-1 kdeplasma-addons-applets-news-4.10.3-1 kdeplasma-addons-applets-notes-4.10.3-1
    kdeplasma-addons-applets-nowplaying-4.10.3-1 kdeplasma-addons-applets-paste-4.10.3-1 kdeplasma-addons-applets-pastebin-4.10.3-1
    kdeplasma-addons-applets-plasmaboard-4.10.3-1 kdeplasma-addons-applets-previewer-4.10.3-1 kdeplasma-addons-applets-qalculate-4.10.3-1
    kdeplasma-addons-applets-rememberthemilk-4.10.3-1 kdeplasma-addons-applets-rssnow-4.10.3-1 kdeplasma-addons-applets-showdashboard-4.10.3-1
    kdeplasma-addons-applets-showdesktop-4.10.3-1 kdeplasma-addons-applets-social-news-4.10.3-1 kdeplasma-addons-applets-spellcheck-4.10.3-1
    kdeplasma-addons-applets-systemloadviewer-4.10.3-1 kdeplasma-addons-applets-timer-4.10.3-1 kdeplasma-addons-applets-unitconverter-4.10.3-1
    kdeplasma-addons-applets-weather-4.10.3-1 kdeplasma-addons-applets-weatherstation-4.10.3-1 kdeplasma-addons-containments-4.10.3-1
    kdeplasma-addons-libs-4.10.3-1 kdeplasma-addons-runners-audioplayercontrol-4.10.3-1 kdeplasma-addons-runners-browserhistory-4.10.3-1
    kdeplasma-addons-runners-characters-4.10.3-1 kdeplasma-addons-runners-contacts-4.10.3-1 kdeplasma-addons-runners-converter-4.10.3-1
    kdeplasma-addons-runners-datetime-4.10.3-1 kdeplasma-addons-runners-dictionary-4.10.3-1 kdeplasma-addons-runners-events-4.10.3-1
    kdeplasma-addons-runners-katesessions-4.10.3-1 kdeplasma-addons-runners-konsolesessions-4.10.3-1 kdeplasma-addons-runners-mediawiki-4.10.3-1
    kdeplasma-addons-runners-spellchecker-4.10.3-1 kdeplasma-addons-runners-youtube-4.10.3-1 kdeplasma-addons-wallpapers-mandelbrot-4.10.3-1
    kdeplasma-addons-wallpapers-pattern-4.10.3-1 kdeplasma-addons-wallpapers-potd-4.10.3-1 kdeplasma-addons-wallpapers-virus-4.10.3-1
    kdeplasma-addons-wallpapers-weather-4.10.3-1 kdesdk-dolphin-plugins-4.10.3-1 kdesdk-kate-4.10.3-1 kdesdk-kompare-4.10.3-1 kdeutils-filelight-4.10.3-1
    kdeutils-kcalc-4.10.3-1 kdeutils-kcharselect-4.10.3-1 kdeutils-ktimer-4.10.3-1 kdeutils-kwallet-4.10.3-1 kdeutils-print-manager-4.10.3-1
    kdeutils-superkaramba-4.10.3-1 kdewebdev-kfilereplace-4.10.3-1 kdewebdev-kimagemapeditor-4.10.3-1 kdewebdev-kommander-4.10.3-1 libkcddb-4.10.3-1
    libkcompactdisc-4.10.3-1 libkdegames-4.10.3-1 libkexiv2-4.10.3-1 libkipi-4.10.3-1 libpipeline-1.2.3-1 libreoffice-calc-4.0.3-1
    libreoffice-common-4.0.3-1 libreoffice-es-4.0.3-1 libreoffice-extension-presentation-minimizer-4.0.3-1 libreoffice-impress-4.0.3-1
    libreoffice-writer-4.0.3-1 libxslt-1.1.28-1 mkinitcpio-0.14.0-1 mono-2.10.9-1 nepomuk-core-4.10.3-1 nepomuk-widgets-4.10.3-1 openjpeg-1.5.1-1
    oxygen-icons-4.10.3-1 pacman-4.1.1-1 pinentry-0.8.3-1 systemd-203-2 systemd-sysvcompat-203-2 xerces-c-3.1.1-4 xfce4-notifyd-0.2.4-1
    What am I doing wrong? (i'm not using metapackages)
    Thanks in advance.
    Cheers!
    Note: I know that not upgrading these might cause problems, but since I don't use them that much atm, it does not matter.
    Last edited by ubunchu (2013-05-10 10:25:58)

    ubunchu wrote:
    Hello,
    I'm trying to upgrade, skipping some groups (packages), but it doesn't seem to work.
    In pacman.conf I have:
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    IgnoreGroup =kde,kdebase,kdeutils,libreoffice,qt,kdeplasma
    NoUpgrade =kde,libreoffice,qt,kdeplasma
    #NoExtract =
    The packages need to be space separated, not comma separated. Also, I think there should be a space next to the "=" too.
    And, NoUpgrade is used to prevent files from being overwritten, not preventing package upgrades.

  • Pacman can't find core.db.tar.gz -- something about resolver failure

    Edit: never mind, ignore this post, I got it working.
    Last edited by Galumph (2010-07-13 09:38:25)

    Oh, I was thinking 'pack' as in package. The network works, at least it does on the machine, and both this and the future Arch are connected to the same router. The network configuration process runs fine too. Before I can try pinging or printing outputs I need a way to leave this tty7 console.
    Edit: Wait no, alt 1 did it. Printing outputs and whatnot. I'll be right back
    Ok, pacman -Q pacman prints 3.3.3-5, I'm guessing this is the version? Ping doesn't work, that would explain the errors, how do I set the network up so it works?
    Last edited by Galumph (2010-07-13 08:24:02)

  • Table for finding GROUP or WEBGROUP

    Experts, does anybody know where can I find GROUP/WEBGROUP name in the database. Is there any OOTB table provided by OBIEE. My group information is coming from Siebel.I want to know where is the group information present in OBIEE datamart?
    thx,
    parag

    Hi,
    Check the below link-
    http://obieeblog.wordpress.com/2009/06/18/obiee-security-enforcement-%e2%80%93-external-database-table-authorization/
    You can see that GROUP is assigned from some table used for authorization. Similarily you too might have tables used to assign the variable.
    Refer-
    http://www.rittmanmead.com/2012/03/obiee-11g-security-week-connecting-to-active-directory-and-obtaining-group-membership-from-database-tables/
    Hope this helped/ answered
    Regards
    MuRam

  • HT3529 My group messaging on/off label isn't showing up at all. I can only create group messages but every time someone starts a group chat it says its send to my number but I never got any text. I wen't to settings Messages and I can't find any on/off sw

    I can only create group messages but every time someone starts a group chat it says its send to my number but I never got any text. I wen't to settings>Messages and I can't find any on/off switch.

    Hello there, Idaniabb.
    The following Knowledge Base article offers up some great information in regards to group messaging and also links to another excellent resource for troubleshooting messages as well:
    iOS: Understanding group messaging
    http://support.apple.com/kb/HT5760
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How can I find what scom group a specific server belongs to using powershell?

    Environment:  SCOM 2007 r2
    Server in question:  Running Windows 2003 Std. (yes I know this sounds crazy)
    Why do I need this:  I noticed at the console level we have had server unexpected shutdown events which are not generating email notifications. 
    Source shows: Windows 2003 Server Standard Edition
    Alert Rule:  Windows Shutdown Unexpectedly
    From what I see these are all windows 2003 server Std edition systems.  I did a track and trace using our exchange tracking system which confirmed the alerts were not being emailed. Not sure if there is a better approach for this, but not being a sql
    expert (however I do have someone I can leverage) I am trying to see if I can somehow extract this information using powershell.
    Secondary general question:  How can I find out the current size of our scom 2007 database and the number of objkects\servers being monitored? This is prep work for a migration over to 2012.
    Thanks in advance for the help!

    1. what scom group a specific server belongs to
    function Get-GroupNames {
     [cmdletbinding()]
     param($computerFQDN)
     $containmentRel = Get-RelationshipClass -name:’Microsoft.SystemCenter.InstanceGroupContainsEntities’
    $computerClass = Get-MonitoringClass -name:”Microsoft.Windows.Computer”
    $criteria = [string]::Format(“PrincipalName = ‘{0}’”,$computerFQDN)
     try {
     $computer = Get-MonitoringObject -monitoringClass:$computerClass -criteria:$criteria
     $relatedObjects = $computer.GetMonitoringRelationshipObjectsWhereTarget($containmentRel,[Microsoft.EnterpriseManagement.Configuration.DerivedClassTraversalDepth]::Recursive,[Microsoft.EnterpriseManagement.Common.TraversalDepth]::Recursive)
     catch {
     $_
     write-host “An error occurred while querying groups of $computerFQDN”
    foreach($group in $relatedObjects)
     [array]$Groups = $groups + $group.SourceMonitoringObject.DisplayName
     if($groups) {
     return $groups
     } else {
     write-host “No groups available for $computerFQDN”
    Usage:
     Get-GroupName -ComputerFQDN myserver1
    for detail, pls. refer to
    http://techibee.com/powershell/powershell-get-scom-groups-of-a-computer-account/1129
    Roger

  • I am trying to set up a group contact for my golf league, but can't find a way to do this on the iphone

    I am trying to set up a group contact for my golf league, but can't find a way to do this on the iphone

    That's because you can't.  You make the contact group on the computer application with which you're synching your contacts.  Or you can find an app in the app store.

  • Can't find the security tab for group in Windows server 2012

    can't find the security tab for group in Windows server 2012
    but I can find it in Windows 2008 R2
    so how to display the security tab for group in 2012?
    Please click the Mark as Answer button if a post solves your problem!

    Click on the View menu and ensure that "Advanced Features" is enabled/selected.
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

Maybe you are looking for

  • Problem with Amazigh chars  in webkits

    Hi all, i post this question because i have see that all browser which use webkit dont does not correctly display the letters of the alphabet Amazigh (Tamazight Tifinagh gold == language of North African population), i want to ask you if you can add

  • How can I get the content for PREM eL 11?

    Win 8 64bit, when I try to get a DVD theme, it will start downloading for a long time. The end.

  • What's best approach for a person with dual office?

    Hi, I have an UC560 system to deploy. There are 3 users in company who work from home too. For home I have ordered SPA525G2 that has SSL VPN capabilities but when they go in office, they would be using 7945 phone in their dedicated cube. The office p

  • ITunes sees AppleTV 3 as Iphone when trying to restore

    Having trouble with NBA not streaming and Netflix not searching. Tried to restore with ATV controls and it downloaded latest (its already up to date) but said restore  was unsuccessful. Tried with iTunes but it sees it as an iPhone in restore mode, s

  • No digital audio signal over SPDIF auido out (MacBook Pro, Snow Leopard)

    There is no audio signal over optical cable. I have a standard toslink cable with a toslink mini-plug adapter for my macbook pro 15 2009 unibody. The interesting thing is when I boot in Windows side it works fine, I hear sound and I see Dolby Digital