Pacman - hot to check how orphan package got installed?

Hello!
Today I run:
pacman -Qtd
to check what orphans I have in my system. Normally, I would not care, but some of them take really long to update, so I'd like to get rid of them. However, to ensure myself, I'd like to know how these packages got into the system. pacman -Qi shows only that it was installed as dependency, but not which dependency. Is there any way to check it?

A smarter way may be running 'pacman -Rs foo' instead of 'pacman -R foo' ;-P

Similar Messages

  • Hi, Just want to check how to download and install adobe

    Hi, Just want to check how to download and install adobe

    Download and Installation Help -
    https://helpx.adobe.com/download-install.html
    If you cannot find helpful information thru that link then you will have to be more specific, "adobe" is not a name of any specific software.

  • Some how Yahoo toolbar got installed and I don't know how to get rid of it. Can anyone help?

    I probably downloaded an update to some program and the yahoo toolbar came attached.

    You must be watchful when installing/updating free software (and sometimes software that you pay for). The image below shows the opt-out for Yahoo Toolbar when installing Java; sometimes the opt-out is not as obvious.
    See:
    *http://support.mozilla.com/en-US/kb/Uninstalling+add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on

  • [SOLVED]How to get orphaned packages that aren't optional dependencies

    On the pacman tips and tricks wiki page, I see there is a way to get orphaned packages, but this sometimes catches packages that are orphaned but are optional dependencies for other packages. Is there a way to get orphaned packages that are not optional dependencies? Also, I'm not sure if this is the right place on the forums for this question, so please let me know if there is a better place.
    Last edited by UnsolvedCypher (2013-05-22 00:16:47)

    Running
    # pacman -Rns python-docutils cdparanoia
    checking dependencies...
    :: abcde optionally requires cdparanoia: Paranoia ripping support
    should be enough. Now you know which package is not a real orphan and why.
    If you want a fugly script for that:
    $ pacman -Qi $(pacman -Qqdt) | grep -e Name -e "Optional For" | grep -v None | grep -B1 Optional
    Name : cdparanoia
    Optional For : abcde

  • How to check  DBMS_JAVA package is installed or not a database

    Hi all,
    I 'm using an oracle 10g on Solaris 10 machine.Does any one knows how to check if the DBMS_JAVA package is installed or not in my database
    thanks.

    Handle:      user11191992
    Status Level:      Newbie
    Registered:      Feb 9, 2010
    Total Posts:      60
    Total Questions:      29 (18 unresolved)
    So many question & so few answers
    :-(

  • How to check Edition of SCCM 2012 got installed ?

    Microsoft has two different System Center Suite 2012 licensing models
    System Center 2012 Standard 
    System Center 2012 Datacenter
    After installation How do I check what Edition of SCCM 2012 got installed?

    These are only licensing models. You do not select which to install. There is no difference in the binaries or after installation (it's not like Window Server where you can see this in Control Panel).
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How to check whether a file got read permissions for perticular user

    Problem: Let JRE is running with some x as effective user in LINUX then while checking file permission it is checking permission on that file for that x user.
    File f = new File(�file name�)
    if(f.exists())
         System.out.println(�exists�);
    Else
         System.out.println(�does not exists�);
    The above code prints exists only when x user have permissions on that file
    Requirement: I would like to check whether a file got read permissions for particular user i.e. whether y user got permissions on that file.
    Any help is appreciated

    In Linux a user has to have read permission on a file to even see that it exists. As a result, if a user (or a group to which they belong) doesn't have read access to the file File.exists() will return false. Windows which doesn't have as tightly controlled access to files will admit that a file exists whether it can be read or not.
    PS.
    This is proof that I should never answer a question off the top of my head when I haven't had my red bull yet. This is wrong. You will be able to see it if you have read and execute on the directory.
    thumps self in head
    Message was edited by:
    puckstopper31

  • I have an I pad that got wet and it doesn't turn on and I want to check how much will cost me to repair it

    My iPod touch was wet an it doesn't turn on and I want to check how much mony will take me to repair it

    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5s. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task:
    1. iResq or Google for others.
    2. Buy and replace screen yourself: iFixit

  • [SOLVED] yaourt upgrade check skips(?) packages

    When running "yaourt -Syu --aur", after updating package databases for normal repositories, yaourt checks for AUR package upgrades and shows a counter, for example:
    [ypoluektovich@arch ~]$ yaourt -Syu --aur
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    Foreign packages: 34 / 34
    But lately, for me, the counter has been stopping just short of completion:
    Foreign packages: / 49 / 50
    What's going on and how do I fix it?
    Last edited by ypoluektovich (2012-01-22 11:07:04)

    Right, I've figured it out. Turns out the "missing" packages have been removed/renamed in the AUR database. Here's a one-liner that will print names of all such packages:
    for x in `pacman -Qqm`; do [[ $( yaourt -Ss $x | grep "installed" | wc -l ) == 0 ]] && echo "$x"; done

  • Pacman -Sc chnged behavior, network-cached packages get deleted!

    Hi everybody,
    As of V 3.1 pacman -Sc changed behavior to delete all but the installed packages on one machine. I use a network shared pacman cache as described in this wiki entry:
    http://wiki.archlinux.org/index.php/How … me_Network
    This change killed the ability to only keep the newest packages in cache. If I do a
    pacman -Sc
    it deletes all packages that are not installed on this particular machine. If you have several machines with different setups this is not what is intended. Wouldn't it have been better to leave pacman -Sc as is and introduce a new option? Is there a way to work around that or do I have to keep track of whats new by myself?
    Harvey

    Harey wrote:
    Hm, looking at this solution, it's actually pretty close to the current algorithm pacman uses.
    But instead of checking if the package is in the local database, you check if it's the sync database.
    Close, but no cigar
    Indeed, there are still problems remaining. If there are different repos enabled on different machines, the sync database of the actual machine where the script is started is used as reference. If others have more repos enabled, for example 'testing' these packages will be deleted, even if newer. Don't know how to work around this one by now. But my machines all have the same repos enabled, so it won't hurt me much.
    Otherwise, if you run it on the box which has the most repos enabled, you should be fine.
    So it is very easy to implement this in pacman. The problem is that the current behavior is better
    for caches that are not network shared, so we cannot simply replace it.
    And if we add this other -Sc behavior, we then need a way to choose between the two behaviors.
    Any suggestions?
    Well you changed behavior before
    But actually I wouldn't change it back either, because the majority of users will need the current implementation. I would tend to make it an extra option, if possible.
    Sorry if it wasn't clear, that's what I was asking, which extra option it could be?
    Because we would need a clear name and/or shortname to avoid confusing users with two different -Sc behaviors possible.

  • [SOLOVED] 'pacman -S yaourt' tries for 64bit package-query on 32bit

    I've been getting a 32bit chroot installed recently and have started over several times for learning and documentation purposes. One issue that has occurred every time is as follows:
    - Per the ArchWiki, I have added the following to /opt/arch32/etc/pacman.conf to allow for 'pacman -S yaourt':
    [archlinuxfr]
    Server = http://repo.archlinux.fr/i686
    - the only uncommented mirror in /opt/arch32/etc/pacman.d/mirrorlist is:
    --- Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
    - everything that follows is done from my 32bit chroot, setup per the ArchWiki, with base and base-devel, daemon started, etc.
    - pacman -Syu && pacman -S yaourt
    - I have gotten this output every time I've tried:
    [jwhendy@bigBang ~]$ sudo pacman -S yaourt
    resolving dependencies...
    looking for inter-conflicts...
    Targets (6): run-parts-3.2.2-1 ca-certificates-20090814-3 curl-7.20.1-1
    yajl-1.0.9-3 package-query-0.1.1-1 yaourt-0.9.3.2-1
    Total Download Size: 0.62 MB
    Total Installed Size: 2.71 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    run-parts-3.2.2-1-i686 8.0K 1581.9K/s 00:00:00 [#####################] 100%
    ca-certificates-200... 108.6K 1109.5K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from extra...
    curl-7.20.1-1-i686.... 419.2K 1126.8K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from community...
    yajl-1.0.9-3-i686.p... 25.3K 1097.4K/s 00:00:00 [#####################] 100%
    :: Retrieving packages from archlinuxfr...
    error: failed retrieving file 'package-query-0.1.1-1-x86_64.pkg.tar.xz' from repo.archlinux.fr : Not Found
    yaourt-0.9.3.2-1-an... 60.3K 1171.3K/s 00:00:00 [#####################] 100%
    warning: failed to retrieve some files from archlinuxfr
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    So... everything pacman is grabbing is i686 except package-query. Why in the world would this be? I would assume this happens on an actual 32bit install as well, but not sure... Could it have to do with me being on a 32bit chroot? I can't figure out how it would selectively be grabbing i686 and 64bit packages given my pacman.conf and mirrorlist, though...
    - Workaround:
    --- I've been just doing 'pacman -S curl yajl' and then using makepkg -si to install package-build from AUR
    I wanted to post this, though, as I think something is wrong in a depends list or repo somewhere to be causing this time after time.
    Is this me being stupid or is there something else going on here?
    Last edited by jwhendy (2010-04-20 22:35:08)

    1. First I issued 'pacman -R yaourt' and 'pacman -R package-query' to force a reinitiation of the package-query download
    2. sudo pacman --debug -S yaourt:
    [jwhendy@bigBang ~]$ sudo pacman --debug -S yaourt
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': http://distro.ibiblio.org/pub/linux/dis … re/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': http://distro.ibiblio.org/pub/linux/dis … ra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': http://distro.ibiblio.org/pub/linux/dis … ty/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: loading package cache for repository 'core'
    debug: loading package cache for repository 'extra'
    debug: loading package cache for repository 'community'
    debug: loading package cache for repository 'archlinuxfr'
    debug: adding package yaourt-0.9.3.2-1 to the transaction targets
    resolving dependencies...
    debug: resolving target's dependencies
    debug: started resolving dependencies
    debug: checkdeps: package yaourt-0.9.3.2-1
    debug: checkdeps: missing dependency 'package-query' for package 'yaourt'
    debug: pulling dependency package-query (needed by yaourt)
    debug: checkdeps: package package-query-0.1.1-1
    debug: finished resolving dependencies
    debug: started sorting dependencies
    debug: sorting dependencies finished
    looking for inter-conflicts...
    debug: looking for conflicts
    debug: check targets vs targets
    debug: check targets vs targets
    debug: check targets vs db and db vs targets
    debug: check targets vs db
    debug: check db vs targets
    debug: checking dependencies
    debug: checkdeps: package package-query-0.1.1-1
    debug: checkdeps: package yaourt-0.9.3.2-1
    debug: setting download size 12068 for pkg package-query
    debug: found cached pkg: /var/cache/pacman/pkg/yaourt-0.9.3.2-1-any.pkg.tar.xz
    debug: setting download size 0 for pkg yaourt
    Targets (2): package-query-0.1.1-1  yaourt-0.9.3.2-1 
    Total Download Size:    0.01 MB
    Total Installed Size:   0.41 MB
    Proceed with installation? [Y/n]
    debug: using cachedir: /var/cache/pacman/pkg/
    :: Retrieving packages from archlinuxfr...
    debug: using 'package-query-0.1.1-1-x86_64.pkg.tar.xz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY:  (null)
    debug: ftp_proxy:  (null)
    error: failed retrieving file 'package-query-0.1.1-1-x86_64.pkg.tar.xz' from repo.archlinux.fr : Not Found
    warning: failed to retrieve some files from archlinuxfr
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: freeing package cache for repository 'community'
    debug: unregistering database 'archlinuxfr'
    debug: freeing package cache for repository 'archlinuxfr'

  • Pacman installation very slow for some packages

    Lately pacman is acting a bit strange here. Some packages takes several minutes to install, even if they are small packages. An example of such packages is kdebase-runtime.
    If a run a normal pacman -S kdebase runtime the installation process hangs for 2-3 minutes at this point:
    (1/1) reinstalling kdebase-runtime [############################################################] 100%
    It happens every time I reinstall the package, and also when I upgrade it to a new version
    If I run pacman -S --debug kdebase-runtime, I can see that it hangs at:
    debug: executing "/usr/bin/bash" under chroot "/"
    This happens when I run pacman via sudo, when I'm root and when I use a frontend like yaourt.
    How can  I debug this issue?
    Edit: here are some benchmarks I did with the time command before pacman (time pacman -S <package name>). Of course I'm doing this with already downloaded packages, so that the download time is not taken into account.
    kdepimlibs (affected):
    real 1m31.312s
    user 0m1.110s
    sys 0m0.433s
    calibre (affected):
    real 1m33.768s
    user 0m3.457s
    sys 0m0.593s
    vlc (not affected):
    real 0m4.129s
    user 0m1.893s
    sys 0m0.210s
    Last edited by Box0 (2013-11-09 11:51:12)

    I have problem 4 days in a row. I tried with mirror list change, last mirror list, tried also with various mirrors to put on top of list, from Germany, USA, Australia, France...none of them are working. When I try to do pacman -Syu , some of error that i got is:
    error: failed retrieving file 'core.db' from mirror.de.leaseweb.net : Resolving timed out after 10519 milliseconds
    error: failed to update core (download library error)
    error: failed retrieving file 'extra.db' from mirror.de.leaseweb.net : Resolving timed out after 10519 milliseconds
    error: failed to update extra (download library error)
    This is my pacman.conf file:
    # /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 = audacity
    #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
    #[archlinuxfr]
    #SigLevel = PackageOptional
    #Server= http://repo.archlinux.fr/$arch
    #[archlinuxcn]
    #The Chinese Arch Linux communities packages.
    #SigLevel = PackageOptional
    #Server = http://repo.archlinuxcn.org/$arch
    #[herecura-stable]
    # additional apps not found in community
    #SigLevel = PackageOptional
    #Server = http://repo.herecura.be/herecura-stable/$arch
    # 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
    and last server that I`m using in mirror list file is Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
    I tried also with deleting all cache from pacman cache folder, with *.part file.
    Last night was working fine, but this morning again, same issue.

  • How to check how much memory

    How to check how much my macbook pro has left and also why does my battery charger get really hot?

    If your question is how much space is on your HDD, then click on the HDD icon on your desktop and the COMMAND 'I'.  That will give you a window with that information.
    If you want to examine RAM usage, open Activity Monitor>System Memory.
    Your battery charger will get hot if you are using your MBP for a long period of time but should nor get 'really hot'.  I you have concerns, bring it to an Apple store for evaluation.
    Ciao.

  • Conflict checking issues for package XYZ on zones a, b, c

    Hello.
    I'm trying to install postfix from Blastwave on a Solaris 10 U4 Sparc system with two non-global zones installed. To do that, I do:
    adm@winds02 ~ $ sudo pkg-get -i postfix
    No existing install of CSWpostfix found. Installing...
    Pre-existing local file postfix-2.2.8,REV=2006.03.13-SunOS5.8-sparc-CSW.pkg.gz matches checksum
    Keeping existing file
    Analysing special files...
    ## Verifying package <CSWpostfix> dependencies in zone <ldap-client>
    ## Verifying package <CSWpostfix> dependencies in zone <ldap-server>
    Conflict checking issues for package <CSWpostfix> on zones
    <ldap-client, ldap-server>.
    Do you want to continue with the installation of <CSWpostfix> [y,n,?] How do I find out, which issues there are supposed to be?
    Thanks,
    Alexander

    You could also try using an admin file that should answer those questions for you
    I usually use something like:
    mail=
    instance=unique
    partial=ask
    runlevel=ask
    idepend=nocheck
    rdepend=ask
    space=ask
    setuid=nocheck
    conflict=nocheck
    action=nocheck
    basedir=default

  • Conflict checking issues for package

    Trying to install SMCsubv144 on a server in the global zone. I get the following:
    root@xxxxxxx(pts/3):/tmp# pkgadd -d ./subversion-1.4.4-sol10-sparc-local
    The following packages are available:
    1 SMCsubv144 subversion
    (sparc) 1.4.4
    Select package(s) you wish to process (or 'all' to process
    all packages). (default: all) [?,??,q]:
    ## Verifying package <SMCsubv144> dependencies in zone <xxxxxx1>
    ## Verifying package <SMCsubv144> dependencies in zone <xxxxxx2>
    ## Verifying package <SMCsubv144> dependencies in zone <xxxxxx3>
    ## Verifying package <SMCsubv144> dependencies in zone <xxxxxx4>
    ## Verifying package <SMCsubv144> dependencies in zone <xxxxxx5>
    ## Verifying package <SMCsubv144> dependencies in zone <xxxxxx6>
    Conflict checking issues for package <SMCsubv144> on zones <xxxxxx1, xxxxxx2, xxxxxx3, xxxxxx4, xxxxxx5, xxxxxx6>.
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] n
    Installation of <SMCsubv144> was terminated due to user request.
    When I choose y to continue, I get into a loop of the following questions:
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/bin <package> on SMCsubv144 <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/doc <package> on SMCsubv144 <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/include <package> on SMCsubv144
    <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/lib <package> on SMCsubv144 <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/man <package> on SMCsubv144 <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/man/man1 <package> on SMCsubv144
    <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/man/man5 <package> on SMCsubv144
    <zone>
    Do you want to continue with the installation of <SMCsubv144> [y,n,?] y
    attribute change for /usr/local/man/man8 <package> on SMCsubv144
    <zone>
    and that goes on and on until I answer n. And never specifies which zone it's talking about...just <zone>.
    I've successfully installed the same pkg on a non-zoned server. Also tried SMCsubv143 and got the same error. So the pkg is ok, it appears a problem with the zones and/or /usr/local.
    Thanks for any info.
    mk

    You could also try using an admin file that should answer those questions for you
    I usually use something like:
    mail=
    instance=unique
    partial=ask
    runlevel=ask
    idepend=nocheck
    rdepend=ask
    space=ask
    setuid=nocheck
    conflict=nocheck
    action=nocheck
    basedir=default

Maybe you are looking for

  • Problem transferring my iTunes library from my old laptop to new one

    I got a new iPad for Xmas to replace an old laptop not realising I would still have to have a laptop or PC for my main iTunes library. I have got round ths by creating my own area on my partner's laptop & have installed my iTunes library on there. Ho

  • IWeb 08 and accent... crap!

    Hi there I just bought iWeb08 and I had to rebuild my site for several reasons. As you know, iWeb uses the page name as a filename. And since almost all my pages have accent (I'm french after all :D), they are no longer supported in any browser. But

  • Using SAP Tokens & showing extra columns to choose

    I have a Crystal Report where I have a SAP token parameter to select a budget scenario to run the report based on. My token is selecting the 3 columns I need to display inorder to select the correct scenario - AbsID, Name & FinancYear. Budget@Select

  • Update "Additional data b" tab.

    Hi all, I have a requirement to change SD Orders in background. Function module BAPI_SALESORDER_CHANGE is working fine, but I need to update u201Cnotification number fieldu201D at Sales Order header. In transaction VA02 notification number appears in

  • T-CODES AND TABLES IN CRM

    Hi all, Please can anyone help me out in how to get T-codes in SAP CRM as I am beginner working in SAP CRM and also how to get main CRM tables which are important and to be remembered mostly. Regards, Quantuscumque Edited by: quantuscumque on Aug 16,