Openssh-chroot package is gone.

Hey everyone. A very strange thing is afoot, the openssh-chroot package seems to be missing from the community repo
pacman -S openssh-chroot
error: 'openssh-chroot': not found in sync db
And, to skip the common recommendations, I'm sure that I do have community enabled in pacman.conf and I've swaped my primary mirrors in mirrorlist to make sure it wasn't a mirror issue. Also, I have done pacman -Sy / pacman -Syu so everything is updated.
Thanks for the help, guys!

So then I should just follow a standard setup procedure for a chroot jail, rather than using the ArchWiki? The binaries and scripts the wiki lists are not present, presumably because I lack the openssh-chroot package.

Similar Messages

  • Does openssh-chroot package still exist?

    Hello, world!
    There's a howto article about installing and using the OpenSSH chroot package for Arch Linux (http://wiki.archlinux.org/index.php/Openssh-chroot). However, the package doesn't seem to exist in the repository anymore.
    Is this package still available somewhere, or has it died permanently? If it has died, I'd be happy to hear how people have implemented a ssh chroot environment for Arch.
    Thanks in advance!
    - Jyri

    Thanks! Problem solved.
    - Jyri

  • JDeveloper 10g CVS package hierarchy gone after check out?

    Hello!
    We are using JDeveloper 9.0.5.2 (Build 1618) together with WinCvs 1.3.17.2.
    We successfully imported with JDev a project structure as
    client/moduleA/ui;
    client/moduleA/db;
    client/moduleA/ctr;
    client/moduleB/ui;
    client/moduleB/db;
    client/moduleB/ctr;
    into my repository - connecting with a pserver.
    If an other pserver-User tries to check out the module CVSRoot, the package hierarchy - as described above - is gone.
    All files are mixed up in flat packages ,,Miscellaneous Packages'' and ,,Miscellaneous Files''.
    The created file structure is ok (the package hierarchy remained). But as mentioned, the Application Navigator just shows the flat Miscellaneous file structure.
    For check out with the ,,Check Out from CVS Wizard'', in step 4 of 4, the options
    ,,prune empty folders'' ,
    ,,checkout into Target Folder'' ,
    ,,Do Not Shorten Pathnames'',
    were checked.
    What do we have to do, to see in the Application navigator - after a check-out - the imported tree of packages, instead of a flat structure?
    Thank you in advance for your answer!

    Hi,
    Was the project imported to CVS at the same time as the package structure?
    Do the project source paths match the filesystem? For example, does the java source path match the root of the java source? Jdev normally puts files in a flat structure if the files are not in the right file system folder for their java package.
    If changing the project path does not fix this can you tell me what technologies your using, such as BC4J, struts, Tag libs, etc.. Then I can try and reproduce this here.
    Many thanks,
    Geoff
    JDev SCM Team
    -------------

  • JavaFX 8: Where are all the package summaries gone?

    Switching from JavaFX 2 to JavaFX 8 I notices that the source does not contain any java package informations
    (like in the javafx 2 javadocs).
    Plans? Reasons? Suggestions?

    This is probably due to us changing our build system from ant to gradle, and not setting a parameter properly. I'll forward this on so that it can be looked into.
    Thanks,
    -- Jonathan

  • 10.6.5 Server packages are gone! Not on Apple's site anymore

    Anyone else notice that Apple seems to have pulled down both the regular and the combo update for Server??? I see the problems of broken dovecot mail server post-upgrade, with users being able to see other users' email, so maybe I dodged a bullet. Sounds like they also busted LDAP badly for those of us who run it over SSL. I dodged a bullet there too it seems. I wasn't going to install it in production today anyway, but was going to stage it on a lab server that we test everything with first. I've never seen Apple pull a server update after releasing it. The links to it are all broken and no Software Update reveals it anymore. It all changed late Friday night/Saturday morning. I'm sure there's a story here somewhere. Come on Apple, dedicate some developers to Server and get this thing fixed. It's embarrassing actually.

    I updated a 10.6.4 server to 10.6.5.
    The server is open directory master, and yes, there were huge problems with the following symptoms :
    - LDAP server broken
    - directory services process using more than 100% cpu
    If I checked a directory services log, there was the following error :
    Misconfiguration detected in hash 'Global SID'
    Group 'com.apple.sharepoint.group.5' (/Local/Default) - ID 406
    Group 'com.apple.accessremoteae' (/Local/Default) - ID 406
    So there was a duplicate not in the LDAP configuration but in the local users directory : a duplicate of ID 406.
    As I didn't have time to restore all server from backup, I was able to delete the duplicate ID, restore directory services from backup, and then it came back to normal.
    Other services were not touche, but I don't use email services.
    DNS was not broken.
    gilles

  • [SOLVED] Unable to install packages in lxc container

    tl;dr: lxc-console should be used for logging in, not lxc-attach. Also, I had to do some additional work to get the tty to work in systemd, and I plan to update the wiki soon.
    I created a container using the following command:
    # lxc-create -n test -t archlinux
    Once created and configured, I started the container daemonized, and attached:
    # lxc-start -n test -d
    # lxc-attach --clear-env -n test -- su - root
    However, I am unable to install any software packages because GPG isn't working properly
    [root@test ~]# pacman -Syu openssh
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Packages (3): ldns-1.6.17-1 libedit-20130601_3.1-1 openssh-6.5p1-2
    Total Installed Size: 6.08 MiB
    :: Proceed with installation? [Y/n]
    (3/3) checking keys in keyring [###########################] 100%
    (3/3) checking package integrity [###########################] 100%
    error: GPGME error: Inappropriate ioctl for device
    error: GPGME error: Inappropriate ioctl for device
    error: GPGME error: Inappropriate ioctl for device
    error: libedit: missing required signature
    :: File /var/cache/pacman/pkg/libedit-20130601_3.1-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: ldns: missing required signature
    :: File /var/cache/pacman/pkg/ldns-1.6.17-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: openssh: missing required signature
    :: File /var/cache/pacman/pkg/openssh-6.5p1-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    error: segmentation fault
    Please submit a full bug report with --debug if appropriate.
    The container config is as follows:
    lxc.utsname=test
    lxc.autodev=1
    lxc.tty=1
    lxc.pts=1024
    lxc.rootfs=/var/lib/lxc/test/rootfs
    lxc.mount=/var/lib/lxc/test/fstab
    lxc.cap.drop=mknod sys_module mac_admin mac_override
    lxc.kmsg=0
    lxc.stopsignal=SIGRTMIN+4
    #networking
    lxc.network.type=veth
    lxc.network.link=br0
    lxc.network.flags=up
    lxc.network.name=eth0
    lxc.network.ipv4=10.10.209.2/24
    lxc.network.ipv4.gateway=10.10.209.1
    lxc.network.mtu=1500
    #cgroups
    lxc.cgroup.devices.deny = a
    lxc.cgroup.devices.allow = c *:* m
    lxc.cgroup.devices.allow = b *:* m
    lxc.cgroup.devices.allow = c 1:3 rwm
    lxc.cgroup.devices.allow = c 1:5 rwm
    lxc.cgroup.devices.allow = c 1:7 rwm
    lxc.cgroup.devices.allow = c 1:8 rwm
    lxc.cgroup.devices.allow = c 1:9 rwm
    lxc.cgroup.devices.allow = c 1:9 rwm
    lxc.cgroup.devices.allow = c 4:1 rwm
    lxc.cgroup.devices.allow = c 5:0 rwm
    lxc.cgroup.devices.allow = c 5:1 rwm
    lxc.cgroup.devices.allow = c 5:2 rwm
    lxc.cgroup.devices.allow = c 136:* rwm
    Has anyone else experienced this? I've searched the web for solutions to the GPG error, and most of them relate to GPG not working in a chroot because the right things don't exist in /dev. However, I was under the impression that lxc.autodev=1 would take care of this, and indeed /dev/pts, etc. all exist in the container.
    Last edited by archtaku (2014-02-07 23:19:12)

    x33a wrote:
    Try
    # pacman-key --refresh-keys
    from within the container. Though, I do notice a segmentation fault, so I am not sure if it'll work.
    I just did this, and the command succeeded:
    gpg: refreshing 75 keys from hkp://pool.sks-keyservers.net
    gpg: requesting key 5263801D from hkp server pool.sks-keyservers.net
    gpg: requesting key FFF979E7 from hkp server pool.sks-keyservers.net
    gpg: requesting key CDFD6BB0 from hkp server pool.sks-keyservers.net
    gpg: requesting key 4C7EA887 from hkp server pool.sks-keyservers.net
    ... snip ...
    gpg: Total number processed: 74
    gpg: unchanged: 74
    However, the installation still failed.
    I was able to get pacman to install openssh by turning off signature verification. I then ssh'ed into the container, turned signature verification back on, and was able to install other packages just fine.
    So the issue seems to be with how lxc-attach connects to the container. A temporary solution would be:
    Add openssh to the list of packages installed when running lxc-create.
    # lxc-create -n test -t archlinux -- -P vim,openssh
    Attach to the container and run systemctl enable sshd.service, and set a root password
    Detach, then ssh into container and go about your business.
    However, I'd rather have the option of not using sshd on the container, and still be able to install packages, so I don't necessarily consider this problem solved yet.
    Can anyone shed some light on what I might be doing wrong when I attach to the container?
    Last edited by archtaku (2014-02-07 16:46:52)

  • Chroot help requested

    I need to set up a 64 bit vanilla Arch chroot within my current 64 bit set up. It will be a build machine for a TU who's packages are going into Community, so it needs to be accessible by SSH, has to contain packages only from Core and Extra, needs admin privileges (within the chroot), and has to act like any regular install.
    It looks as if there are a few different ways to go about this. There's the method that people are using to put 32 bit environments into 64 bit systems, and there's the openssh-chroot method. The latter seems like it's easiest to set up, but I'm curious about something. I'm not sure if that one is more like a jailed section of my current system with rights to run some applications, or if it will fit my needs listed above. I'm also wondering which Wiki articles or forum posts did users find most useful?
    Last edited by skottish (2008-01-19 18:19:29)

    I'm not an expert by any means, but I played around with openssh-chroot a while ago, but if I remember correctly, it chroots in a /root dir with very limited tools. I do not think that is what you want

  • Error using SAPM --  package SAPKGPAD08

    Hi
    I am trying to update the EA-APPL packages through SPAM
    my current patch level is 7 and i am trying to load patch 8
    package name SAPKGPAD08
    i have checked for all dependencies, extra .. everything ok
    i get error during import phase.. with exit code 8
    below is the log file .. (the end of the file)
    ==================================
    file  == SAPPGPAD08.DEV.txt
    ==================================
    2EETW165 Function "REIT_GUI_TC_BASE_POPUP (REIT_GUI_TC_BASE_POPUP|01)" does not fit into the existing function group "(REIT_GUI_TC_BASE|02)".
    2 ETW167 Please transport the whole function group.
    4 ETW000      table SPROXDAT: entry in DB is 32 bytes bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table APB_LPD_CONTROL: entry in DB is 1 byte bigger than in file.
    4 ETW000      ... ignoring such differences.
    4 ETW000      table FPB_EXP_CA_ASSM: entry in DB is 12 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_CA_ITM1" does not exist in nametab.
    3WETW109 table "FPB_EXP_CA_ITM1T" does not exist in nametab.
    3WETW109 table "FPB_EXP_PATHS" does not exist in nametab.
    4 ETW000      table FPB_EXP_SCEN: entry in DB is 30 bytes smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "FPB_EXP_SECT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SECTT" does not exist in nametab.
    3WETW109 table "FPB_EXP_SRVOTYPS" does not exist in nametab.
    4 ETW000      table FPB_EXP_STPGRP: entry in DB is 1 byte smaller than in file.
    4 ETW000      ... ignoring such differences.
    3WETW109 table "TIVITTCEXECREG" does not exist in nametab.
    3WETW109 table "TIVITTCEXECREGT" does not exist in nametab.
    3WETW109 table "TIVITTCREGVAR" does not exist in nametab.
    3WETW109 table "TIVITTCREGVART" does not exist in nametab.
    4 ETW690 "0" "0"
    4 ETW000 COMMIT (30868956).
    4 ETW000 30868956 bytes read.
    4 ETW000 Transport overhead 29.6 %.
    4 ETW000 Data compressed to 8.3 %.
    4 ETW000 Duration: 7 sec (4409851 bytes/sec).
    3 ETW710 "0" "0"
    4 ETW000  [dev trc     ,00000]  Sun May 13 20:44:43 2007                         6137953  6.137953
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                   24  6.137977
    4 ETW000  [dev trc     ,00000]  disconnected from 'DEV', con_hdl=0                  1863  6.139840
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                        82  6.139922
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=2, com_tx=2)
    4 ETW000                                                                              28  6.139950
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)
    4 ETW000                                                                              23  6.139973
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0008).
    4 ETW000 date&time: 13.05.2007 - 20:44:43
    4 ETW000 10 warnings occured.
    4 ETW000 1 error occured.
    1 ETP152 TESTIMPORT
    1 ETP110 end date and time   : "20070513204443"
    1 ETP111 exit code           : "8"
    1 ETP199 ######################################
    ================================================
    Any help would be much appreciated
    regards
    abdul.

    Finally ..
    I was able to solve these errors
    Solution:  ( for others reference.. maybe it might help someone ..like me)
    Steps
    I had created a queue with the ea appl packages 7 and 8.
    first i deleted this queue.. (as it was in test phase i could)
    then i choose only package 7 and uploaded it.. (the error was with package 8)
    then i updated package ea dfps (7)  .... as i needed that also
    then i updated package ecc-dimp(7)....as i needed this too
    during which i had to increase the appheapsz of the db (ibm db udb 9)
    through its control center..
    and its log file size ... (this as i was getting sql error 945 during import of ecc dimp 7)
    then  after all the 7 level packages had gone
    i updated package level 8 of ea appl .........( it went like a breeze)
    no headaches
    then i was also able to update 8 level packages of ea dfps and ecc dimp
    maybe this might help someone ..... maybe not
    thanks to all of u guys who tried to help
    regards
    Abdul

  • In search of older nvidia package.

    In bit of a clutch atm.   Cant do the glibc update as I still have all the kernel modules in /lib.  I assume upgrading to > 3.4 moves these out of there.   I haven't upgraded from kernel 3.3 as the nvidia 302 package breaks suspend, and the 295-1 package requires 3.3 or less.  Seems to me the 295.53-2 package can be used with 3.4, however, seeing how the mirror with old cached package is gone (and I don't have this on my own pacman cache).  Is there anywhere else to get this package, or can someone who may have help me out.
    Thanks,

    DSpider wrote:
    https://wiki.archlinux.org/index.php/Downgrade#ARM
    # pacman -U http://arm.konnichi.com/extra/os/i686/nvidia-295.53-2-i686.pkg.tar.xz
    # pacman -U http://arm.konnichi.com/extra/os/x86_64/nvidia-295.53-2-x86_64.pkg.tar.xz
    But sticking to an older kernel is bad practice, IMO. Exploits and security wholes would pile up over time, leaving you more vulnerable.
    Um, that's the whole point of this, upgrading the kernel.  Thanks for the link.

  • SFTP chroot from non-global zone to zfs pool

    Hi,
    I am unable to create an SFTP chroot inside a zone to a shared folder on the global zone.
    Inside the global zone:
    I have created a zfs pool (rpool/data) and then mounted it to /data.
    I then created some shared folders: /data/sftp/ipl/import and /data/sftp/ipl/export
    I then created a non-global zone and added a file system that loops back to /data.
    Inside the zone:
    I then did the ususal stuff to create a chroot sftp user, similar to: http://nixinfra.blogspot.com.au/2012/12/openssh-chroot-sftp-setup-in-linux.html
    I modifed the /etc/ssh/sshd_config file and hard wired the ChrootDirectory to /data/sftp/ipl.
    When I attempt to sftp into the zone an error message is displayed in the zone -> fatal: bad ownership or modes for chroot directory /data/
    Multiple web sites warn that folder ownership and access privileges is important. However, issuing chown -R root:iplgroup /data made no difference. Perhaps it is something todo with the fact the folders were created in the global zone?
    If I create a simple shared folder inside the zone it works, e.g. /data3/ftp/ipl......ChrootDirectory => /data3/ftp/ipl
    If I use the users home directory it works. eg /export/home/sftpuser......ChrootDirectory => %h
    FYI. The reason for having a ZFS shared folder is to allow separate SFTP and FTP zones and a common/shared data repository for FTP and SFTP exchanges with remote systems. e.g. One remote client pushes data to the FTP server. A second remote client pulls the data via SFTP. Having separate zones increases security?
    Any help would be appreciated to solve this issue.
    Regards John

    sanjaykumarfromsymantec wrote:
    Hi,
    I want to do IPC between inter-zones ( commnication between processes running two different zones). So what are the different techniques can be used. I am not interested in TCP/IP ( AF_INET) sockets.Zones are designed to prevent most visibility between non-global zones and other zones. So network communication (like you might use between two physical machines) are the most common method.
    You could mount a global zone filesystem into multiple non-global zones (via lofs) and have your programs push data there. But you'll probably have to poll for updates. I'm not certain that's easier or better than network communication.
    Darren

  • Openssl 0.9.8 brings problems

    Yesterday I did pacman -Syu and openssl has been upgraded and ssh gives the following err:
    ssh: error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
    Now gdm doesn't work because it uses ssh, d4x and wget use libssl.so.0.9.7 and they don't work, too.
    I have debian on another partion and there are both 0.9.7 and 0.9.8 and copied 0.9.7 and now everything is working.

    tomk wrote:If I understand you correctly, this is a bad solution. You copied individual 0.9.7 libs from Debian to Arch, but pacman still thinks you have 0.9.8 installed, and doesn't know anything about the copied files.The right thing to do is downgrade to 0.9.7 - using pacman, of course.
    The first think I checked was if I have openssl 0.9.7 but no luck(I recently have deleted all cached packages)
    I know that is not good solution but I needed ssh running.
    I had removed openssh-CHROOT and installed openssh and now everythning is OK.
    Thanks for the help

  • How can I get iPhoto '06 to quit? It refuses to quit.

    You know that loud, wind instrument sound that plays that means, "Don't touch that button again because nothing will happen if you do"? Ever since late last night my iPhoto '06 has been scaring me off my last nerve with that sound.
    FIRST, it hid in the Dock, way far to the left (which is where I keep my Dock), barely showing its right edge, inaccessible as any of Mike Hammer's cool blondes. After switching my Dock to the bottom I was able to tweeze iPhoto out by grabbing on to a hair of that right edge and coaxing it back onto the desktop.
    THEN, I could not quit iPhoto. Clicking onto any of those three buttons at top left yields that haunting wind instrument sound. Neither could I quit iPHoto by going to File > Quit.
    THEN, I turned my iMac off, hoping that doing so would put iPhoto '06 away. I was wrong. So I let my Mac stay on through the night. "Let" is deceptive, too, since my Mac would not shut off with iPhoto still opened up.
    NOW it is morning and iPhoto is exhibiting the same recalcitrance: It will not let me quit it.
    I have been working hard on my iWeb website and hate to think that my brand new iPhoto '06, purchased in July, '06 as part of the iLife '06 package, has gone south and taken my iWebsite things.
    PLEASE, can someone advise me on this?
    Thank you.
    Lorna in Southern California

    Running Disk Utility from your Installer DVD. Insert
    your Installer DVD. Once mounted, restart and hold
    down the C key to allow the Installer to start up the
    system. Select Disk Utility (I believe it's
    accessible from the Help Menu).Click on your HD in
    the left panel and select "first aid" - repair disk.
    If there are errors, rerun the repair function until
    you have a clean run.
    .......... Lorna says ................................................
    I am not so clear on what you said. I do have Disk Utility in my Hard Drive and perhaps two weeks ago I clicked onto it for REPAIR PERMISSIONS. I was told to do that about once a week, so I do.
    So you are saying that I should also click onto REPAIR DISK. Well, you know, I never did that ... only did the REPAIR PERMISSIONS. 8-(
    *You mentioned an Installer DVD. What Installer DVD? I do not have one, to my knowledge. Do you mean the Tiger DVD that I installed in June or July, '06?
    Run a 3rd party Utility such as
    OnyX. Automation panel - select repair
    permissions, maintenance scripts, full optimization.
    Once completed "restart".
    .......... Lorna says ................................................
    This is the second time that OnyX has come up. I think that I would be wise to get that Onyx. I now have your and Niel's posts printed out so I can refer to the specific instructions.
    I think I'll click Repair Disk after I finish the Apple Discussions Forums.
    Thank you!
    Remember too, the best maintenance step is having a
    current bootable backup of your HD.
    .......... Lorna says ................................................
    I have a LaCie external hard disk. How do I make a current bootable backup of my Hard Drive? Do I just drag my HD icon from my desktop to the LaCie icon? Is it just that simple? I was told that I could just drag icons from my Mac HD to the LaCie hard disk and have duplicates just like that, just that fast and simple. You concur even when it is a duplicate of my Mac Hard Disk/Drive?
    Lorna in Southern California

  • Pacman: impossible to determine root mount point /

    Hi all.
    Last week I tried to do a full system upgrade but didn't notice I was out of space. Pacman told me and didn't update anything, so everything was fine.
    I freed up some GB in the root directory but now I get this error (freely translated from Italian):
    error: impossible to determine root mount point /
    error: free space on disk not sufficient
    error: impossible to archieve requested operation (unespected error)
    It does so whatever I try to install or upgrade. I'm really lost and I don't know where and how to fix this since I don't understand what causes it. In the last weeks I haven't fiddled with the system much so there's nothing I may have broken.
    Please help!
    I am more than ready to give whatever informatio about the system you may require.
    cheers!
    PS:
    For the last 4 or so months at the end of the shutdown phase I get something like:
    setting root filesystem read-only FAIL
    But it has never given any problem.
    I use squashfs for /usr and quick-init (yes I know it's dated, I need to try systemd) and some tweaks here and there, nothing major.

    Thanks all.
    This is the output of the required command:
    [adriano@myhost ~] sudo LC_ALL=C sudo pacman -S --debug p7zip
    Password:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: Architecture: x86_64
    debug: config: IgnorePkg:
    debug: config: IgnoreGroup:
    debug: config: showsize
    debug: config: usedelta
    debug: config: totaldownload
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 49: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': http://archlinux.mirrors.ovh.net/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://ftp.uni-kl.de/pub/linux/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://archlinux.polymorf.fr/core/os/x86_64
    debug: adding new server URL to database 'core': ftp://archlinux.mirrors.ovh.net/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': ftp://ftp.uni-kl.de/pub/linux/archlinux/core/os/x86_64
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 53: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': http://archlinux.mirrors.ovh.net/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://ftp.uni-kl.de/pub/linux/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://archlinux.polymorf.fr/extra/os/x86_64
    debug: adding new server URL to database 'extra': ftp://archlinux.mirrors.ovh.net/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': ftp://ftp.uni-kl.de/pub/linux/archlinux/extra/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 61: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': http://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://ftp.uni-kl.de/pub/linux/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://archlinux.polymorf.fr/community/os/x86_64
    debug: adding new server URL to database 'community': ftp://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': ftp://ftp.uni-kl.de/pub/linux/archlinux/community/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': http://archlinux.mirrors.ovh.net/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://archlinux.polymorf.fr/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': ftp://archlinux.mirrors.ovh.net/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': ftp://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'kde4-eyecandy-64'
    debug: registering sync database 'kde4-eyecandy-64'
    debug: adding new server URL to database 'kde4-eyecandy-64': http://archlinuxgr.tiven.org/kde4-eyecandy/x86_64
    debug: config: finished parsing /etc/pacman.conf
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: adding 'gksu' to package cache for db 'local'
    debug: adding 'sip' to package cache for db 'local'
    debug: adding 'kdebase-plasma' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-containments' to package cache for db 'local'
    debug: adding 'libtextcat' to package cache for db 'local'
    debug: adding 'kdesdk-poxml' to package cache for db 'local'
    debug: adding 'pango-perl' to package cache for db 'local'
    debug: adding 'ntrack' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-paste' to package cache for db 'local'
    debug: adding 'fortune-mod-it' to package cache for db 'local'
    debug: adding 'vorbis-tools' to package cache for db 'local'
    debug: adding 'ca-certificates-java' to package cache for db 'local'
    debug: adding 'vala' to package cache for db 'local'
    debug: adding 'cyrus-sasl-sql' to package cache for db 'local'
    debug: adding 'xorg-xev' to package cache for db 'local'
    debug: adding 'conky' to package cache for db 'local'
    debug: adding 'ulatencyd' to package cache for db 'local'
    debug: adding 'libnl' to package cache for db 'local'
    debug: adding 'make' to package cache for db 'local'
    debug: adding 'hal' to package cache for db 'local'
    debug: adding 'lm_sensors' to package cache for db 'local'
    debug: adding 'lib32-libxdamage' to package cache for db 'local'
    debug: adding 'libglade' to package cache for db 'local'
    debug: adding 'libproxy' to package cache for db 'local'
    debug: adding 'gstreamer0.10-bad-plugins' to package cache for db 'local'
    debug: adding 'cpufreqd' to package cache for db 'local'
    debug: adding 'lucene' to package cache for db 'local'
    debug: adding 'cairo-perl' to package cache for db 'local'
    debug: adding 'libfontenc' to package cache for db 'local'
    debug: adding 'tree' to package cache for db 'local'
    debug: adding 'lib32-qt' to package cache for db 'local'
    debug: adding 'mlocate' to package cache for db 'local'
    debug: adding 'qscintilla' to package cache for db 'local'
    debug: adding 'lib32-libstdc++5' to package cache for db 'local'
    debug: adding 'fontconfig' to package cache for db 'local'
    debug: adding 'libogg' to package cache for db 'local'
    debug: adding 'gpgme' to package cache for db 'local'
    debug: adding 'psmisc' to package cache for db 'local'
    debug: adding 'diffstat' to package cache for db 'local'
    debug: adding 'libcanberra' to package cache for db 'local'
    debug: adding 'kdegames-kbattleship' to package cache for db 'local'
    debug: adding 'kdeplasma-playwolf-elements' to package cache for db 'local'
    debug: adding 'kdeedu-kalgebra' to package cache for db 'local'
    debug: adding 'cdparanoia' to package cache for db 'local'
    debug: adding 'xdg-utils' to package cache for db 'local'
    debug: adding 'fortune-mod-archlinux' to package cache for db 'local'
    debug: adding 'mkinitcpio' to package cache for db 'local'
    debug: adding 'libreoffice-extension-diagram' to package cache for db 'local'
    debug: adding 'python' to package cache for db 'local'
    debug: adding 'syslinux' to package cache for db 'local'
    debug: adding 'texlive-latexextra' to package cache for db 'local'
    debug: adding 'zenity' to package cache for db 'local'
    debug: adding 'lib32-util-linux' to package cache for db 'local'
    debug: adding 'enca' to package cache for db 'local'
    debug: adding 'gdk-pixbuf2' to package cache for db 'local'
    debug: adding 'libreoffice-extension-ct2n' to package cache for db 'local'
    debug: adding 'flashplugin-beta' to package cache for db 'local'
    debug: adding 'randrproto' to package cache for db 'local'
    debug: adding 'rpmextract' to package cache for db 'local'
    debug: adding 'pstoedit' to package cache for db 'local'
    debug: adding 'kdesdk-kompare' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-social-news' to package cache for db 'local'
    debug: adding 'ed' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-calculator' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-bookmarks' to package cache for db 'local'
    debug: adding 'libjpeg-turbo' to package cache for db 'local'
    debug: adding 'kdegames-kolf' to package cache for db 'local'
    debug: adding 'lib32-libgl' to package cache for db 'local'
    debug: adding 'kdepim-akonadiconsole' to package cache for db 'local'
    debug: adding 'kdetoys-kweather' to package cache for db 'local'
    debug: adding 'pmtools' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-events' to package cache for db 'local'
    debug: adding 'qgit' to package cache for db 'local'
    debug: adding 'kdegames-kmahjongg' to package cache for db 'local'
    debug: adding 'libpcap' to package cache for db 'local'
    debug: adding 'pm-utils' to package cache for db 'local'
    debug: adding 'kdeaccessibility-kmousetool' to package cache for db 'local'
    debug: adding 'downgrade' to package cache for db 'local'
    debug: adding 'automake' to package cache for db 'local'
    debug: adding 'pkgstats' to package cache for db 'local'
    debug: adding 'libidl2' to package cache for db 'local'
    debug: adding 'kdocker' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-nowplaying' to package cache for db 'local'
    debug: adding 'zlib' to package cache for db 'local'
    debug: adding 'openal' to package cache for db 'local'
    debug: adding 'sl' to package cache for db 'local'
    debug: adding 'apr' to package cache for db 'local'
    debug: adding 'gtk3' to package cache for db 'local'
    debug: adding 'gtk-engines' to package cache for db 'local'
    debug: adding 'glib2' to package cache for db 'local'
    debug: adding 'gcc-multilib' to package cache for db 'local'
    debug: adding 'lib32-readline' to package cache for db 'local'
    debug: adding 'libsm' to package cache for db 'local'
    debug: adding 'perl-error' to package cache for db 'local'
    debug: adding 'lib32-expat' to package cache for db 'local'
    debug: adding 'kdeutils-kcalc' to package cache for db 'local'
    debug: adding 'kdewebdev-kommander' to package cache for db 'local'
    debug: adding 'xorg-luit' to package cache for db 'local'
    debug: adding 'libpulse' to package cache for db 'local'
    debug: adding 'vlc' to package cache for db 'local'
    debug: adding 'unixodbc' to package cache for db 'local'
    debug: adding 'lib32-xcb-util' to package cache for db 'local'
    debug: adding 'libxkbfile' to package cache for db 'local'
    debug: adding 'dhclient' to package cache for db 'local'
    debug: adding 'libxml2' to package cache for db 'local'
    debug: adding 'preload' to package cache for db 'local'
    debug: adding 'lcms' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-charselect' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-notes' to package cache for db 'local'
    debug: adding 'libavc1394' to package cache for db 'local'
    debug: adding 'kdegraphics-ksnapshot' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-filewatcher' to package cache for db 'local'
    debug: adding 'gtk2+extra' to package cache for db 'local'
    debug: adding 'kdegraphics-kruler' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-fuzzy-clock' to package cache for db 'local'
    debug: adding 'oxygen-transparent-git' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-kimpanel' to package cache for db 'local'
    debug: adding 'xf86-input-synaptics' to package cache for db 'local'
    debug: adding 'bespin-kdm-svn' to package cache for db 'local'
    debug: adding 'libreoffice-extension-numbertext' to package cache for db 'local'
    debug: adding 'kdebase-workspace' to package cache for db 'local'
    debug: adding 'cpuburn' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-marble' to package cache for db 'local'
    debug: adding 'libgpod' to package cache for db 'local'
    debug: adding 'archlinux-themes-kde' to package cache for db 'local'
    debug: adding 'sdl_ttf' to package cache for db 'local'
    debug: adding 'git' to package cache for db 'local'
    debug: adding 'gawk' to package cache for db 'local'
    debug: adding 'kdesdk-kate' to package cache for db 'local'
    debug: adding 'glib-networking' to package cache for db 'local'
    debug: adding 'mplayer' to package cache for db 'local'
    debug: adding 'pixman' to package cache for db 'local'
    debug: adding 'sdl_pango' to package cache for db 'local'
    debug: adding 'kdegames-kdiamond' to package cache for db 'local'
    debug: adding 'libiodbc' to package cache for db 'local'
    debug: adding 'xorg-xcmsdb' to package cache for db 'local'
    debug: adding 'libsigsegv' to package cache for db 'local'
    debug: adding 'keyutils' to package cache for db 'local'
    debug: adding 'conky-email' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-showdesktop' to package cache for db 'local'
    debug: adding 'lib32-libcups' to package cache for db 'local'
    debug: adding 'hwinfo' to package cache for db 'local'
    debug: adding 'libxcomposite' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-fifteenpuzzle' to package cache for db 'local'
    debug: adding 'lib32-libxss' to package cache for db 'local'
    debug: adding 'scrnsaverproto' to package cache for db 'local'
    debug: adding 'xorg-xdriinfo' to package cache for db 'local'
    debug: adding 'htop' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-spellchecker' to package cache for db 'local'
    debug: adding 'kdegames-bomber' to package cache for db 'local'
    debug: adding 'libdc1394' to package cache for db 'local'
    debug: adding 'ode' to package cache for db 'local'
    debug: adding 'libwpd' to package cache for db 'local'
    debug: adding 'kdenetwork-kppp' to package cache for db 'local'
    debug: adding 'dmxproto' to package cache for db 'local'
    debug: adding 'hunspell-it' to package cache for db 'local'
    debug: adding 'docbook-xsl' to package cache for db 'local'
    debug: adding 'ppl' to package cache for db 'local'
    debug: adding 'subtitleeditor' to package cache for db 'local'
    debug: adding 'gsm' to package cache for db 'local'
    debug: adding 'desktop-file-utils' to package cache for db 'local'
    debug: adding 'xorg-xwd' to package cache for db 'local'
    debug: adding 'cairomm' to package cache for db 'local'
    debug: adding 'libreoffice-writer' to package cache for db 'local'
    debug: adding 'togglecompositing-plasmoid' to package cache for db 'local'
    debug: adding 'kdegames-killbots' to package cache for db 'local'
    debug: adding 'kmozillahelper' to package cache for db 'local'
    debug: adding 'xorg-xinput' to package cache for db 'local'
    debug: adding 'ruby-pango' to package cache for db 'local'
    debug: adding 'perl-gtk2-sexy' to package cache for db 'local'
    debug: adding 'antlr2' to package cache for db 'local'
    debug: adding 'qimageblitz' to package cache for db 'local'
    debug: adding 'gdbm' to package cache for db 'local'
    debug: adding 'xorg-xwininfo' to package cache for db 'local'
    debug: adding 'kdeutils-kremotecontrol' to package cache for db 'local'
    debug: adding 'links' to package cache for db 'local'
    debug: adding 'cloog-ppl' to package cache for db 'local'
    debug: adding 'run-parts' to package cache for db 'local'
    debug: adding 'xf86-video-vesa' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-unitconverter' to package cache for db 'local'
    debug: adding 'fuseiso' to package cache for db 'local'
    debug: adding 'most' to package cache for db 'local'
    debug: adding 'kdewebdev-kfilereplace' to package cache for db 'local'
    debug: adding 'kdemultimedia-mplayerthumbs' to package cache for db 'local'
    debug: adding 'libmusicbrainz3' to package cache for db 'local'
    debug: adding 'enblend-enfuse' to package cache for db 'local'
    debug: adding 'lib32-libx11' to package cache for db 'local'
    debug: adding 'binutils-multilib' to package cache for db 'local'
    debug: adding 'smpeg' to package cache for db 'local'
    debug: adding 'libxtst' to package cache for db 'local'
    debug: adding 'alsa-plugins' to package cache for db 'local'
    debug: adding 'procps' to package cache for db 'local'
    debug: adding 'xorg-xkbcomp' to package cache for db 'local'
    debug: adding 'prison' to package cache for db 'local'
    debug: adding 'lib32-dbus-core' to package cache for db 'local'
    debug: adding 'lib32-lcms' to package cache for db 'local'
    debug: adding 'wicd' to package cache for db 'local'
    debug: adding 'kde-media-player' to package cache for db 'local'
    debug: adding 'xorg-fonts-75dpi' to package cache for db 'local'
    debug: adding 'neon-splash' to package cache for db 'local'
    debug: adding 'kdegames-kjumpingcube' to package cache for db 'local'
    debug: adding 'rtmpdump' to package cache for db 'local'
    debug: adding 'netcfg' to package cache for db 'local'
    debug: adding 'ftgl' to package cache for db 'local'
    debug: adding 'lib32-freetype2' to package cache for db 'local'
    debug: adding 'libmal' to package cache for db 'local'
    debug: adding 'kdelibs' to package cache for db 'local'
    debug: adding 'kdepim-libkdepim' to package cache for db 'local'
    debug: adding 'pacmatic' to package cache for db 'local'
    debug: adding 'quick-init' to package cache for db 'local'
    debug: adding 'perl-list-moreutils' to package cache for db 'local'
    debug: adding 'docbook-xml' to package cache for db 'local'
    debug: adding 'xbill' to package cache for db 'local'
    debug: adding 'sdl_mixer' to package cache for db 'local'
    debug: adding 'libxss' to package cache for db 'local'
    debug: adding 'libdvdcss' to package cache for db 'local'
    debug: adding 'kdeutils-kwallet' to package cache for db 'local'
    debug: adding 'sudo' to package cache for db 'local'
    debug: adding 'kdeedu-klettres' to package cache for db 'local'
    debug: adding 'patch' to package cache for db 'local'
    debug: adding 'lib32-libgpg-error' to package cache for db 'local'
    debug: adding 'libxcursor' to package cache for db 'local'
    debug: adding 'sane' to package cache for db 'local'
    debug: adding 'libxfont' to package cache for db 'local'
    debug: adding 'kile' to package cache for db 'local'
    debug: adding 'tidyhtml' to package cache for db 'local'
    debug: adding 'pinentry' to package cache for db 'local'
    debug: adding 'libqzeitgeist' to package cache for db 'local'
    debug: adding 'freemind' to package cache for db 'local'
    debug: adding 'pylorcon' to package cache for db 'local'
    debug: adding 'beshadowed' to package cache for db 'local'
    debug: adding 'gstreamer0.10-base' to package cache for db 'local'
    debug: adding 'util-linux' to package cache for db 'local'
    debug: adding 'wget' to package cache for db 'local'
    debug: adding 'e2fsprogs' to package cache for db 'local'
    debug: adding 'cowsay' to package cache for db 'local'
    debug: adding 'gnupg' to package cache for db 'local'
    debug: adding 'libreoffice-draw' to package cache for db 'local'
    debug: adding 'kdegames-kshisen' to package cache for db 'local'
    debug: adding 'wavpack' to package cache for db 'local'
    debug: adding 'xfsprogs' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-contacts' to package cache for db 'local'
    debug: adding 'stalonetray' to package cache for db 'local'
    debug: adding 'jfsutils' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-smooth-tasks-kde-sc-46-hg' to package cache for db 'local'
    debug: adding 'libreoffice-extension-nlpsolver' to package cache for db 'local'
    debug: adding 'texlive-core' to package cache for db 'local'
    debug: adding 'python2-cairo' to package cache for db 'local'
    debug: adding 'libwebkit' to package cache for db 'local'
    debug: adding 'smplayer' to package cache for db 'local'
    debug: adding 'kdegames-kbounce' to package cache for db 'local'
    debug: adding 'poppler-qt' to package cache for db 'local'
    debug: adding 'aldm' to package cache for db 'local'
    debug: adding 'bedropped' to package cache for db 'local'
    debug: adding 'bc' to package cache for db 'local'
    debug: adding 'obexftp' to package cache for db 'local'
    debug: adding 'vigra' to package cache for db 'local'
    debug: adding 'lib32-libjpeg-turbo' to package cache for db 'local'
    debug: adding 'gocr' to package cache for db 'local'
    debug: adding 'nightmode' to package cache for db 'local'
    debug: adding 'gtk2' to package cache for db 'local'
    debug: adding 'rp-pppoe' to package cache for db 'local'
    debug: adding 'opencore-amr' to package cache for db 'local'
    debug: adding 'lib32-libpciaccess' to package cache for db 'local'
    debug: adding 'mjpegtools' to package cache for db 'local'
    debug: adding 'cln' to package cache for db 'local'
    debug: adding 'aspell' to package cache for db 'local'
    debug: adding 'libgl' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-characters' to package cache for db 'local'
    debug: adding 'libxslt' to package cache for db 'local'
    debug: adding 'epson-inkjet-printer-escpr' to package cache for db 'local'
    debug: adding 'kdeadmin-ksystemlog' to package cache for db 'local'
    debug: adding 'xorg-server' to package cache for db 'local'
    debug: adding 'yakuake-skin-pixelnine' to package cache for db 'local'
    debug: adding 'sdl_net' to package cache for db 'local'
    debug: adding 'elfutils' to package cache for db 'local'
    debug: adding 'vbetool' to package cache for db 'local'
    debug: adding 'xorg-res-utils' to package cache for db 'local'
    debug: adding 'gnutls' to package cache for db 'local'
    debug: adding 'ca-certificates' to package cache for db 'local'
    debug: adding 'libxcb' to package cache for db 'local'
    debug: adding 'perl-class-inspector' to package cache for db 'local'
    debug: adding 'bison' to package cache for db 'local'
    debug: adding 'pilot-link' to package cache for db 'local'
    debug: adding 'libx86emu' to package cache for db 'local'
    debug: adding 'libldap' to package cache for db 'local'
    debug: adding 'kernel26' to package cache for db 'local'
    debug: adding 'ntp' to package cache for db 'local'
    debug: adding 'db' to package cache for db 'local'
    debug: adding 'kdegraphics-kcolorchooser' to package cache for db 'local'
    debug: adding 'fontconfig-lcd' to package cache for db 'local'
    debug: adding 'ttf-dejavu' to package cache for db 'local'
    debug: adding 'bespin-svn-kde4style' to package cache for db 'local'
    debug: adding 'libmysqlclient' to package cache for db 'local'
    debug: adding 'orc' to package cache for db 'local'
    debug: adding 'fontsproto' to package cache for db 'local'
    debug: adding 'dhcpcd' to package cache for db 'local'
    debug: adding 'kdepimlibs' to package cache for db 'local'
    debug: adding 'polkit' to package cache for db 'local'
    debug: adding 'kdegames-kfourinline' to package cache for db 'local'
    debug: adding 'usbmuxd' to package cache for db 'local'
    debug: adding 'grep' to package cache for db 'local'
    debug: adding 'geogebra' to package cache for db 'local'
    debug: adding 'xvidcore' to package cache for db 'local'
    debug: adding 'glib-perl' to package cache for db 'local'
    debug: adding 'plasma-theme-produkt' to package cache for db 'local'
    debug: adding 'libofa' to package cache for db 'local'
    debug: adding 'kdesdk-kdeaccounts-plugin' to package cache for db 'local'
    debug: adding 'netcfggui' to package cache for db 'local'
    debug: adding 'v4l-utils' to package cache for db 'local'
    debug: adding 'kdeaccessibility-kmouth' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-dict' to package cache for db 'local'
    debug: adding 'libreoffice-impress' to package cache for db 'local'
    debug: adding 'mutagen' to package cache for db 'local'
    debug: adding 'kdemultimedia-kmix' to package cache for db 'local'
    debug: adding 'bash-xyne-common_functions' to package cache for db 'local'
    debug: adding 'kfilebox' to package cache for db 'local'
    debug: adding 'audiofile' to package cache for db 'local'
    debug: adding 'yaourt' to package cache for db 'local'
    debug: adding 'pm-utils-screen-lock' to package cache for db 'local'
    debug: adding 'easytag' to package cache for db 'local'
    debug: adding 'ebook-tools' to package cache for db 'local'
    debug: adding 'xbitmaps' to package cache for db 'local'
    debug: adding 'gphoto2' to package cache for db 'local'
    debug: adding 'freetype2' to package cache for db 'local'
    debug: adding 'xf86-input-evdev' to package cache for db 'local'
    debug: adding 'bash-completion' to package cache for db 'local'
    debug: adding 'libggz' to package cache for db 'local'
    debug: adding 'oxygen-icons' to package cache for db 'local'
    debug: adding 'mime-types' to package cache for db 'local'
    debug: adding 'pmount' to package cache for db 'local'
    debug: adding 'luaposix' to package cache for db 'local'
    debug: adding 'pyrit' to package cache for db 'local'
    debug: adding 'dboxfe2' to package cache for db 'local'
    debug: adding 'phonon' to package cache for db 'local'
    debug: adding 'libltdl' to package cache for db 'local'
    debug: adding 'lib32-nspr' to package cache for db 'local'
    debug: adding 'laptop-mode-tools' to package cache for db 'local'
    debug: adding 'logrotate' to package cache for db 'local'
    debug: adding 'openldap' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-frame' to package cache for db 'local'
    debug: adding 'rrdtool' to package cache for db 'local'
    debug: adding 'kdesdk-strigi-analyzer' to package cache for db 'local'
    debug: adding 'talloc' to package cache for db 'local'
    debug: adding 'libusb-beta' to package cache for db 'local'
    debug: adding 'cdrkit' to package cache for db 'local'
    debug: adding 'eigen2' to package cache for db 'local'
    debug: adding 'lib32-libxi' to package cache for db 'local'
    debug: adding 'popt' to package cache for db 'local'
    debug: adding 'kdepim-kontact' to package cache for db 'local'
    debug: adding 'lib32-gnutls' to package cache for db 'local'
    debug: adding 'dri2proto' to package cache for db 'local'
    debug: adding 'autoconf' to package cache for db 'local'
    debug: adding 'firefox' to package cache for db 'local'
    debug: adding 'icu' to package cache for db 'local'
    debug: adding 'python-imaging' to package cache for db 'local'
    debug: adding 'kdeartwork-desktopthemes' to package cache for db 'local'
    debug: adding 'id3lib' to package cache for db 'local'
    debug: adding 'lib32-atk' to package cache for db 'local'
    debug: adding 'giflib' to package cache for db 'local'
    debug: adding 'sg3_utils' to package cache for db 'local'
    debug: adding 'exiv2' to package cache for db 'local'
    debug: adding 'xorg-xrandr' to package cache for db 'local'
    debug: adding 'shadow' to package cache for db 'local'
    debug: adding 'kdebase-kwrite' to package cache for db 'local'
    debug: adding 'wireless_tools' to package cache for db 'local'
    debug: adding 'libimobiledevice' to package cache for db 'local'
    debug: adding 'kdeutils-filelight' to package cache for db 'local'
    debug: adding 'beanshell' to package cache for db 'local'
    debug: adding 'lib32-pixman' to package cache for db 'local'
    debug: adding 'unzip' to package cache for db 'local'
    debug: adding 'squashfs-tools' to package cache for db 'local'
    debug: adding 'pacman-contrib' to package cache for db 'local'
    debug: adding 'lib32-libdrm' to package cache for db 'local'
    debug: adding 'xorg-xsetroot' to package cache for db 'local'
    debug: adding 'kdegames-kblocks' to package cache for db 'local'
    debug: adding 'kdeartwork-colorschemes' to package cache for db 'local'
    debug: adding 'xf86-video-intel' to package cache for db 'local'
    debug: adding 'hdf5' to package cache for db 'local'
    debug: adding 'ktorrent' to package cache for db 'local'
    debug: adding 'kdeaccessibility-kmag' to package cache for db 'local'
    debug: adding 'hunspell' to package cache for db 'local'
    debug: adding 'kdesdk-kdepalettes' to package cache for db 'local'
    debug: adding 'silverlight-media-pack' to package cache for db 'local'
    debug: adding 'perl-capture-tiny' to package cache for db 'local'
    debug: adding 'kdesdk-kapptemplate' to package cache for db 'local'
    debug: adding 'ncurses' to package cache for db 'local'
    debug: adding 'pm-quirks' to package cache for db 'local'
    debug: adding 'plasma-theme-atelier' to package cache for db 'local'
    debug: adding 'kdegames-klines' to package cache for db 'local'
    debug: adding 'fortune-mod-chucknorris' to package cache for db 'local'
    debug: adding 'libvisual' to package cache for db 'local'
    debug: adding 'dbus' to package cache for db 'local'
    debug: adding 'kde-agent' to package cache for db 'local'
    debug: adding 'libbsd' to package cache for db 'local'
    debug: adding 'ifplugd' to package cache for db 'local'
    debug: adding 'gstreamer0.10-good-plugins' to package cache for db 'local'
    debug: adding 'lib32-libglapi' to package cache for db 'local'
    debug: adding 'xorg-server-common' to package cache for db 'local'
    debug: adding 'hsqldb-java' to package cache for db 'local'
    debug: adding 'lib32-attr' to package cache for db 'local'
    debug: adding 'kdeedu-step' to package cache for db 'local'
    debug: adding 'libstdc++5' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-previewer' to package cache for db 'local'
    debug: adding 'kdepim-runtime' to package cache for db 'local'
    debug: adding 'curl' to package cache for db 'local'
    debug: adding 'sentinella' to package cache for db 'local'
    debug: adding 'perl-xml-parser' to package cache for db 'local'
    debug: adding 'videoproto' to package cache for db 'local'
    debug: adding 'cpufrequtils' to package cache for db 'local'
    debug: adding 'cracklib' to package cache for db 'local'
    debug: adding 'ksplash-theme-generator' to package cache for db 'local'
    debug: adding 'mpg123' to package cache for db 'local'
    debug: adding 'kdepim-kresources' to package cache for db 'local'
    debug: adding 'less' to package cache for db 'local'
    debug: adding 'libgpg-error' to package cache for db 'local'
    debug: adding 'compositeproto' to package cache for db 'local'
    debug: adding 'libgraphite' to package cache for db 'local'
    debug: adding 'libreoffice-math' to package cache for db 'local'
    debug: adding 'libreoffice-extension-presentation-minimizer' to package cache for db 'local'
    debug: adding 'libart-lgpl' to package cache for db 'local'
    debug: adding 'kdeartwork-kscreensaver' to package cache for db 'local'
    debug: adding 'kdeedu-kwordquiz' to package cache for db 'local'
    debug: adding 'nettle' to package cache for db 'local'
    debug: adding 'fortune-mod-hitchhiker' to package cache for db 'local'
    debug: adding 'smplayer-themes' to package cache for db 'local'
    debug: adding 'kdesdk-kmtrace' to package cache for db 'local'
    debug: adding 'redland' to package cache for db 'local'
    debug: adding 'xorg-bdftopcf' to package cache for db 'local'
    debug: adding 'libcroco' to package cache for db 'local'
    debug: adding 'kdeedu-cantor' to package cache for db 'local'
    debug: adding 'openslp' to package cache for db 'local'
    debug: adding 'raptor1' to package cache for db 'local'
    debug: adding 'kdepim-wizards' to package cache for db 'local'
    debug: adding 'lib32-libxrandr' to package cache for db 'local'
    debug: adding 'normalize' to package cache for db 'local'
    debug: adding 'polkit-kde' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-leavenote' to package cache for db 'local'
    debug: adding 'ntfsprogs' to package cache for db 'local'
    debug: adding 'qrencode' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-datetime' to package cache for db 'local'
    debug: adding 'libsoup-gnome' to package cache for db 'local'
    debug: adding 'nano' to package cache for db 'local'
    debug: adding 'archgames-mirrorlist' to package cache for db 'local'
    debug: adding 'verynice' to package cache for db 'local'
    debug: adding 'kdeartwork-sounds' to package cache for db 'local'
    debug: adding 'freeglut' to package cache for db 'local'
    debug: adding 'perl-tie-simple' to package cache for db 'local'
    debug: adding 'tdb' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-timer' to package cache for db 'local'
    debug: adding 'autojump' to package cache for db 'local'
    debug: adding 'plasma-icontasks' to package cache for db 'local'
    debug: adding 'asciidoc' to package cache for db 'local'
    debug: adding 'heirloom-mailx' to package cache for db 'local'
    debug: adding 'libssh2' to package cache for db 'local'
    debug: adding 'xorg-xpr' to package cache for db 'local'
    debug: adding 'module-init-tools' to package cache for db 'local'
    debug: adding 'lib32-fontconfig' to package cache for db 'local'
    debug: adding 'libmpc' to package cache for db 'local'
    debug: adding 'lib32-libgcrypt' to package cache for db 'local'
    debug: adding 'libreoffice-extension-typo' to package cache for db 'local'
    debug: adding 'kdeedu-khangman' to package cache for db 'local'
    debug: adding 'xkeyboard-config' to package cache for db 'local'
    debug: adding 'tar' to package cache for db 'local'
    debug: adding 'ktechlab' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-converter' to package cache for db 'local'
    debug: adding 'ksplasherx' to package cache for db 'local'
    debug: adding 'kdeedu-parley' to package cache for db 'local'
    debug: adding 'raptor' to package cache for db 'local'
    debug: adding 'libfakekey' to package cache for db 'local'
    debug: adding 'kdesdk-kprofilemethod' to package cache for db 'local'
    debug: adding 'libreoffice-extension-scripting-javascript' to package cache for db 'local'
    debug: adding 'pygobject2-devel' to package cache for db 'local'
    debug: adding 'kdebase-runtime' to package cache for db 'local'
    debug: adding 'lame' to package cache for db 'local'
    debug: adding 'kdeedu-kig' to package cache for db 'local'
    debug: adding 'orbit2' to package cache for db 'local'
    debug: adding 'libiec61883' to package cache for db 'local'
    debug: adding 'blackglass-kdm' to package cache for db 'local'
    debug: adding 'iana-etc' to package cache for db 'local'
    debug: adding 'lua' to package cache for db 'local'
    debug: adding 'kdegames-ksquares' to package cache for db 'local'
    debug: adding 'libgsf' to package cache for db 'local'
    debug: adding 'quilt' to package cache for db 'local'
    debug: adding 'libfetch' to package cache for db 'local'
    debug: adding 'xorg-xauth' to package cache for db 'local'
    debug: adding 'libirman' to package cache for db 'local'
    debug: adding 'libmspack' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-mandelbrot' to package cache for db 'local'
    debug: adding 'poppler-data' to package cache for db 'local'
    debug: adding 'libgnome-keyring' to package cache for db 'local'
    debug: adding 'bootchart' to package cache for db 'local'
    debug: adding 'jasper' to package cache for db 'local'
    debug: adding 'xorg-mkfontdir' to package cache for db 'local'
    debug: adding 'alsa-utils' to package cache for db 'local'
    debug: adding 'avahi' to package cache for db 'local'
    debug: adding 'lzo2' to package cache for db 'local'
    debug: adding 'disktrim' to package cache for db 'local'
    debug: adding 'xorg-xkb-utils' to package cache for db 'local'
    debug: adding 'python2' to package cache for db 'local'
    debug: adding 'libxmu' to package cache for db 'local'
    debug: adding 'kdeutils-kdf' to package cache for db 'local'
    debug: adding 'gstreamer0.10-good' to package cache for db 'local'
    debug: adding 'expac-git' to package cache for db 'local'
    debug: adding 'krename' to package cache for db 'local'
    debug: adding 'xorg-xinit' to package cache for db 'local'
    debug: adding 'beclock' to package cache for db 'local'
    debug: adding 'libass' to package cache for db 'local'
    debug: adding 'libtiff' to package cache for db 'local'
    debug: adding 'sqlite3' to package cache for db 'local'
    debug: adding 'yakuake' to package cache for db 'local'
    debug: adding 'glassified-splash' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-binary-clock' to package cache for db 'local'
    debug: adding 'libxrender' to package cache for db 'local'
    debug: adding 'lcms2' to package cache for db 'local'
    debug: adding 'kdegames-bovo' to package cache for db 'local'
    debug: adding 'skype' to package cache for db 'local'
    debug: adding 'libcddb' to package cache for db 'local'
    debug: adding 'sysfsutils' to package cache for db 'local'
    debug: adding 'eject' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-showdashboard' to package cache for db 'local'
    debug: adding 'libgksu' to package cache for db 'local'
    debug: adding 'partitionmanager' to package cache for db 'local'
    debug: adding 'cifs-utils' to package cache for db 'local'
    debug: adding 'x264' to package cache for db 'local'
    debug: adding 'glibmm' to package cache for db 'local'
    debug: adding 'libjpeg6' to package cache for db 'local'
    debug: adding 'autopano-sift-c' to package cache for db 'local'
    debug: adding 'ttf-liberation' to package cache for db 'local'
    debug: adding 'gstreamer0.10-bad' to package cache for db 'local'
    debug: adding 'bzip2' to package cache for db 'local'
    debug: adding 'archlinux-themes-kdm' to package cache for db 'local'
    debug: adding 'libshout' to package cache for db 'local'
    debug: adding 'chmlib' to package cache for db 'local'
    debug: adding 'filesystem' to package cache for db 'local'
    debug: adding 'grub-gfx' to package cache for db 'local'
    debug: adding 'libsoup' to package cache for db 'local'
    debug: adding 'xorg-xbacklight' to package cache for db 'local'
    debug: adding 'libftdi' to package cache for db 'local'
    debug: adding 'kdeedu-marble' to package cache for db 'local'
    debug: adding 'pacman-mirrorlist' to package cache for db 'local'
    debug: adding 'libmp4v2' to package cache for db 'local'
    debug: adding 'kdeutils-printer-applet' to package cache for db 'local'
    debug: adding 'gvolwheel' to package cache for db 'local'
    debug: adding 'libkexiv2' to package cache for db 'local'
    debug: adding 'ruby-rcairo' to package cache for db 'local'
    debug: adding 'gstreamer0.10' to package cache for db 'local'
    debug: adding 'cyrus-sasl-ldap' to package cache for db 'local'
    debug: adding 'pcmciautils' to package cache for db 'local'
    debug: adding 'perl-exiftool' to package cache for db 'local'
    debug: adding 'vi' to package cache for db 'local'
    debug: adding 'coreutils' to package cache for db 'local'
    debug: adding 'gconf' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-weather' to package cache for db 'local'
    debug: adding 'pangomm' to package cache for db 'local'
    debug: adding 'python-notify' to package cache for db 'local'
    debug: adding 'lesspipe' to package cache for db 'local'
    debug: adding 'lib32-pango' to package cache for db 'local'
    debug: adding 'musicbrainz' to package cache for db 'local'
    debug: adding 'xorg-xrdb' to package cache for db 'local'
    debug: adding 'netpbm' to package cache for db 'local'
    debug: adding 'libdvdnav' to package cache for db 'local'
    debug: adding 'kdegraphics-kamera' to package cache for db 'local'
    debug: adding 'mediainfo' to package cache for db 'local'
    debug: adding 'syslog-ng' to package cache for db 'local'
    debug: adding 'texinfo' to package cache for db 'local'
    debug: adding 'libktorrent' to package cache for db 'local'
    debug: adding 'kdegames-palapeli' to package cache for db 'local'
    debug: adding 'msr-tools' to package cache for db 'local'
    debug: adding 'openssl' to package cache for db 'local'
    debug: adding 'hal-info' to package cache for db 'local'
    debug: adding 'kdebase-dolphin' to package cache for db 'local'
    debug: adding 'pth' to package cache for db 'local'
    debug: adding 'tzdata' to package cache for db 'local'
    debug: adding 'networkmanager' to package cache for db 'local'
    debug: adding 'thinkwatt' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-comic' to package cache for db 'local'
    debug: adding 'kdegames-ktron' to package cache for db 'local'
    debug: adding 'paconky' to package cache for db 'local'
    debug: adding 'groff' to package cache for db 'local'
    debug: adding 'libreoffice-common' to package cache for db 'local'
    debug: adding 'copypath-servicemenu-kde4' to package cache for db 'local'
    debug: adding 'plasma-themes' to package cache for db 'local'
    debug: adding 'gtk2-perl' to package cache for db 'local'
    debug: adding 'faad2' to package cache for db 'local'
    debug: adding 'python-pygame' to package cache for db 'local'
    debug: adding 'perl-regexp-common' to package cache for db 'local'
    debug: adding 'libreoffice-calc' to package cache for db 'local'
    debug: adding 'libreoffice-extension-scripting-python' to package cache for db 'local'
    debug: adding 'akonadi' to package cache for db 'local'
    debug: adding 'cloog' to package cache for db 'local'
    debug: adding 'flac' to package cache for db 'local'
    debug: adding 'audiothumbs' to package cache for db 'local'
    debug: adding 'kdm-theme-generator' to package cache for db 'local'
    debug: adding 'startup-notification' to package cache for db 'local'
    debug: adding 'libdrm' to package cache for db 'local'
    debug: adding 'lib32-libxv' to package cache for db 'local'
    debug: adding 'ttf-ubuntu-font-family' to package cache for db 'local'
    debug: adding 'libusb' to package cache for db 'local'
    debug: adding 'kdegames-kiriki' to package cache for db 'local'
    debug: adding 'gpm' to package cache for db 'local'
    debug: adding 'ntfs-3g' to package cache for db 'local'
    debug: adding 'wiper' to package cache for db 'local'
    debug: adding 'libdbusmenu-qt' to package cache for db 'local'
    debug: adding 'pkg-config' to package cache for db 'local'
    debug: adding 'kdeedu-blinken' to package cache for db 'local'
    debug: adding 'rsync' to package cache for db 'local'
    debug: adding 'kdetoys-kteatime' to package cache for db 'local'
    debug: adding 'libxklavier' to package cache for db 'local'
    debug: adding 'glproto' to package cache for db 'local'
    debug: adding 'lib32-bzip2' to package cache for db 'local'
    debug: adding 'udev' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-pattern' to package cache for db 'local'
    debug: adding 'neon' to package cache for db 'local'
    debug: adding 'xaw3d' to package cache for db 'local'
    debug: adding 'kdegraphics-gwenview' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-rememberthemilk' to package cache for db 'local'
    debug: adding 'usbutils' to package cache for db 'local'
    debug: adding 'glibc' to package cache for db 'local'
    debug: adding 'libgme' to package cache for db 'local'
    debug: adding 'libplist' to package cache for db 'local'
    debug: adding 'ttf-bitstream-vera' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-magnifique' to package cache for db 'local'
    debug: adding 'kdesdk-umbrello' to package cache for db 'local'
    debug: adding 'kdebase-kdepasswd' to package cache for db 'local'
    debug: adding 'lib32-libxext' to package cache for db 'local'
    debug: adding 'lib32-glibc' to package cache for db 'local'
    debug: adding 'kernel26-headers' to package cache for db 'local'
    debug: adding 'kdeedu-kturtle' to package cache for db 'local'
    debug: adding 'mercurial' to package cache for db 'local'
    debug: adding 'kdesdk-kioslave' to package cache for db 'local'
    debug: adding 'kdeedu-ktouch' to package cache for db 'local'
    debug: adding 'qjson' to package cache for db 'local'
    debug: adding 'kdepim-kalarm' to package cache for db 'local'
    debug: adding 'libreoffice-base' to package cache for db 'local'
    debug: adding 'libtirpc' to package cache for db 'local'
    debug: adding 'live-media' to package cache for db 'local'
    debug: adding 'kdegames-kapman' to package cache for db 'local'
    debug: adding 'gd' to package cache for db 'local'
    debug: adding 'rtfreader' to package cache for db 'local'
    debug: adding 'libxml++' to package cache for db 'local'
    debug: adding 'hyphen-it' to package cache for db 'local'
    debug: adding 'xcursor-themes' to package cache for db 'local'
    debug: adding 'kdegames-granatier' to package cache for db 'local'
    debug: adding 'a52dec' to package cache for db 'local'
    debug: adding 'newessence-splash' to package cache for db 'local'
    debug: adding 'kbd' to package cache for db 'local'
    debug: adding 'openssh' to package cache for db 'local'
    debug: adding 'kdegames-ksirk' to package cache for db 'local'
    debug: adding 'libacpi' to package cache for db 'local'
    debug: adding 'libdiscid' to package cache for db 'local'
    debug: adding 'libmpeg2' to package cache for db 'local'
    debug: adding 'jack' to package cache for db 'local'
    debug: adding 'abs' to package cache for db 'local'
    debug: adding 'gstreamer0.10-base-plugins' to package cache for db 'local'
    debug: adding 'qtgstreamer-git' to package cache for db 'local'
    debug: adding 'kdegraphics-kgamma' to package cache for db 'local'
    debug: adding 'kde-l10n-it' to package cache for db 'local'
    debug: adding 'lib32-libxfixes' to package cache for db 'local'
    debug: adding 'speex' to package cache for db 'local'
    debug: adding 'esound' to package cache for db 'local'
    debug: adding 'libgssglue' to package cache for db 'local'
    debug: adding 'kdegames-kblackbox' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-pastebin' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-rssnow' to package cache for db 'local'
    debug: adding 'iscan-data' to package cache for db 'local'
    debug: adding 'acl' to package cache for db 'local'
    debug: adding 'lib32-libxft' to package cache for db 'local'
    debug: adding 'lib32-openssl' to package cache for db 'local'
    debug: adding 'shared-mime-info' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-virus' to package cache for db 'local'
    debug: adding 'fftw' to package cache for db 'local'
    debug: adding 'enchant' to package cache for db 'local'
    debug: adding 'lib32-libogg' to package cache for db 'local'
    debug: adding 'libqalculate' to package cache for db 'local'
    debug: adding 'facile' to package cache for db 'local'
    debug: adding 'faac' to package cache for db 'local'
    debug: adding 'kdeadmin-kuser' to package cache for db 'local'
    debug: adding 'hwdetect' to package cache for db 'local'
    debug: adding 'plotutils' to package cache for db 'local'
    debug: adding 'libreoffice-extension-validator' to package cache for db 'local'
    debug: adding 'kdesdk-lokalize' to package cache for db 'local'
    debug: adding 'lib32-gdk-pixbuf2' to package cache for db 'local'
    debug: adding 'qca' to package cache for db 'local'
    debug: adding 'gputils' to package cache for db 'local'
    debug: adding 'fixesproto' to package cache for db 'local'
    debug: adding 'mythes-it' to package cache for db 'local'
    debug: adding 'lib32-libasyncns' to package cache for db 'local'
    debug: adding 'gobject-introspection' to package cache for db 'local'
    debug: adding 'kdegames-ksudoku' to package cache for db 'local'
    debug: adding 'libxaw' to package cache for db 'local'
    debug: adding 'linux-firmware' to package cache for db 'local'
    debug: adding 'mysql-clients' to package cache for db 'local'
    debug: adding 'conky-kde4-transparency' to package cache for db 'local'
    debug: adding 'libpng12' to package cache for db 'local'
    debug: adding 'nss' to package cache for db 'local'
    debug: adding 'libxvmc' to package cache for db 'local'
    debug: adding 'mdk3' to package cache for db 'local'
    debug: adding 'mdadm' to package cache for db 'local'
    debug: adding 'kdewebdev-klinkstatus' to package cache for db 'local'
    debug: adding 'libxfixes' to package cache for db 'local'
    debug: adding 'xorg-fonts-100dpi' to package cache for db 'local'
    debug: adding 'googsystray' to package cache for db 'local'
    debug: adding 'python2-gobject2' to package cache for db 'local'
    debug: adding 'lib32-libldap' to package cache for db 'local'
    debug: adding 'libdmx' to package cache for db 'local'
    debug: adding 'xorg-xkbevd' to package cache for db 'local'
    debug: adding 'mupdf' to package cache for db 'local'
    debug: adding 'zip' to package cache for db 'local'
    debug: adding 'libreoffice-extension-scripting-beanshell' to package cache for db 'local'
    debug: adding 'apache-ant' to package cache for db 'local'
    debug: adding 'getmediainfo-servicemenu-kde4' to package cache for db 'local'
    debug: adding 'stress' to package cache for db 'local'
    debug: adding 'shared-desktop-ontologies' to package cache for db 'local'
    debug: adding 'befaded' to package cache for db 'local'
    debug: adding 'atkmm' to package cache for db 'local'
    debug: adding 'xdelta' to package cache for db 'local'
    debug: adding 'firefox-i18n-it' to package cache for db 'local'
    debug: adding 'xorg-fonts-misc' to package cache for db 'local'
    debug: adding 'lib32-libtiff' to package cache for db 'local'
    debug: adding 'libgcrypt' to package cache for db 'local'
    debug: adding 'yakuake-skin-noname' to package cache for db 'local'
    debug: adding 'crypto++' to package cache for db 'local'
    debug: adding 'xorg-apps' to package cache for db 'local'
    debug: adding 'rtkit' to package cache for db 'local'
    debug: adding 'kdeutils-ktimer' to package cache for db 'local'
    debug: adding 'recordproto' to package cache for db 'local'
    debug: adding 'cryptsetup' to package cache for db 'local'
    debug: adding 'scons' to package cache for db 'local'
    debug: adding 'libreoffice-it' to package cache for db 'local'
    debug: adding 'findutils' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-bball' to package cache for db 'local'
    debug: adding 'libidn' to package cache for db 'local'
    debug: adding 'openjpeg' to package cache for db 'local'
    debug: adding 'rootactions-servicemenu-kde4' to package cache for db 'local'
    debug: adding 'lib32-krb5' to package cache for db 'local'
    debug: adding 'libcdaudio' to package cache for db 'local'
    debug: adding 'libreoffice-extension-wiki-publisher' to package cache for db 'local'
    debug: adding 'xproto' to package cache for db 'local'
    debug: adding 'ghostscript' to package cache for db 'local'
    debug: adding 'yajl' to package cache for db 'local'
    debug: adding 'librsvg' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-spellcheck' to package cache for db 'local'
    debug: adding 'python2-udev' to package cache for db 'local'
    debug: adding 'libzip' to package cache for db 'local'
    debug: adding 'man-pages' to package cache for db 'local'
    debug: adding 'mcpp' to package cache for db 'local'
    debug: adding 'libedit' to package cache for db 'local'
    debug: adding 'libpciaccess' to package cache for db 'local'
    debug: adding 'gnuplot' to package cache for db 'local'
    debug: adding 'kdedecor-aurorae-cupertino' to package cache for db 'local'
    debug: adding 'xorg-font-utils' to package cache for db 'local'
    debug: adding 'perl' to package cache for db 'local'
    debug: adding 'lib32-libxau' to package cache for db 'local'
    debug: adding 'kdeedu-kbruch' to package cache for db 'local'
    debug: adding 'libksba' to package cache for db 'local'
    debug: adding 'kde-login-themes-dont-wear' to package cache for db 'local'
    debug: adding 'cmatrix' to package cache for db 'local'
    debug: adding 'system-config-printer-common' to package cache for db 'local'
    debug: adding 'sed' to package cache for db 'local'
    debug: adding 'consolekit' to package cache for db 'local'
    debug: adding 'xorg-twm' to package cache for db 'local'
    debug: adding 'lib32-libsm' to package cache for db 'local'
    debug: adding 'xorg-mkfontscale' to package cache for db 'local'
    debug: adding 'automoc4' to package cache for db 'local'
    debug: adding 'kdenetwork-kdnssd' to package cache for db 'local'
    debug: adding 'playwolf-plasmoid' to package cache for db 'local'
    debug: adding 'mozilla-common' to package cache for db 'local'
    debug: adding 'hwd' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-life' to package cache for db 'local'
    debug: adding 'openobex' to package cache for db 'local'
    debug: adding 'gettext' to package cache for db 'local'
    debug: adding 'lib32-libxinerama' to package cache for db 'local'
    debug: adding 'libcups' to package cache for db 'local'
    debug: adding 'isl' to package cache for db 'local'
    debug: adding 'cpio' to package cache for db 'local'
    debug: adding 'libical' to package cache for db 'local'
    debug: adding 'ruby-cairo' to package cache for db 'local'
    debug: adding 'kdegames-kollision' to package cache for db 'local'
    debug: adding 'ppp' to package cache for db 'local'
    debug: adding 'chromium-stable-libpdf' to package cache for db 'local'
    debug: adding 'libvpx' to package cache for db 'local'
    debug: adding 'xcursor-archcursorblue' to package cache for db 'local'
    debug: adding 'cyrus-sasl-gssapi' to package cache for db 'local'
    debug: adding 'dcron' to package cache for db 'local'
    debug: adding 'libraw1394' to package cache for db 'local'
    debug: adding 'fortunoid-plasmoid' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-mediawiki' to package cache for db 'local'
    debug: adding 'libxi' to package cache for db 'local'
    debug: adding 'kdeadmin-kcron' to package cache for db 'local'
    debug: adding 'libdatrie' to package cache for db 'local'
    debug: adding 'libreoffice-extension-hunart' to package cache for db 'local'
    debug: adding 'arch-artwork' to package cache for db 'local'
    debug: adding 'i2c-tools' to package cache for db 'local'
    debug: adding 'liblrdf' to package cache for db 'local'
    debug: adding 'lib32-flac' to package cache for db 'local'
    debug: adding 'apr-util' to package cache for db 'local'
    debug: adding 'libebml' to package cache for db 'local'
    debug: adding 'pysmbc' to package cache for db 'local'
    debug: adding 'kdesdk-kuiviewer' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-microblog' to package cache for db 'local'
    debug: adding 'lib32-jack' to package cache for db 'local'
    debug: adding 'gdb' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-knowledgebase' to package cache for db 'local'
    debug: adding 'libmng' to package cache for db 'local'
    debug: adding 'libcaca' to package cache for db 'local'
    debug: adding 'kwebkitpart' to package cache for db 'local'
    debug: adding 'xorg-docs' to package cache for db 'local'
    debug: adding 'kdewebdev-kimagemapeditor' to package cache for db 'local'
    debug: adding 'gtkmm' to package cache for db 'local'
    debug: adding 'eggdbus' to package cache for db 'local'
    debug: adding 'libkipi' to package cache for db 'local'
    debug: adding 'xorg-iceauth' to package cache for db 'local'
    debug: adding 'kdeutils-sweeper' to package cache for db 'local'
    debug: adding 'libmtp' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-systemloadviewer' to package cache for db 'local'
    debug: adding 'libtasn1' to package cache for db 'local'
    debug: adding 'powertop-git' to package cache for db 'local'
    debug: adding 'perl-sdl' to package cache for db 'local'
    debug: adding 'lib32-libmng' to package cache for db 'local'
    debug: adding 'libarchive' to package cache for db 'local'
    debug: adding 'lib32-libvorbis' to package cache for db 'local'
    debug: adding 'dropbox-servicemenu' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-weatherstation' to package cache for db 'local'
    debug: adding 'crunch' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-konsolesessions' to package cache for db 'local'
    debug: adding 'eventlog' to package cache for db 'local'
    debug: adding 'licenses' to package cache for db 'local'
    debug: adding 'schroedinger' to package cache for db 'local'
    debug: adding 'kdemultimedia-kioslave' to package cache for db 'local'
    debug: adding 'imlib2' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-luna' to package cache for db 'local'
    debug: adding 'plymouth-git' to package cache for db 'local'
    debug: adding 'printproto' to package cache for db 'local'
    debug: adding 'lirc-utils' to package cache for db 'local'
    debug: adding 'phonon-vlc' to package cache for db 'local'
    debug: adding 'sysvinit' to package cache for db 'local'
    debug: adding 'quick-usb-formatter' to package cache for db 'local'
    debug: adding 'gperf' to package cache for db 'local'
    debug: adding 'kdegames-kbreakout' to package cache for db 'local'
    debug: adding 'libreoffice-extension-oooblogger' to package cache for db 'local'
    debug: adding 'ruby-libnotify' to package cache for db 'local'
    debug: adding 'perl-params-util' to package cache for db 'local'
    debug: adding 'libmpcdec' to package cache for db 'local'
    debug: adding 'unrar' to package cache for db 'local'
    debug: adding 'customizable-weather-plasmoid' to package cache for db 'local'
    debug: adding 'gen-init-cpio' to package cache for db 'local'
    debug: adding 'lib32-libxcb' to package cache for db 'local'
    debug: adding 'lib32-ncurses' to package cache for db 'local'
    debug: adding 'libevent' to package cache for db 'local'
    debug: adding 'intel-dri' to package cache for db 'local'
    debug: adding 'sdl_gfx' to package cache for db 'local'
    debug: adding 'kdebindings-smoke' to package cache for db 'local'
    debug: adding 'libassuan' to package cache for db 'local'
    debug: adding 'cabextract' to package cache for db 'local'
    debug: adding 'xorg-xrefresh' to package cache for db 'local'
    debug: adding 'clucene' to package cache for db 'local'
    debug: adding 'xorg-server-utils' to package cache for db 'local'
    debug: adding 'libgphoto2' to package cache for db 'local'
    debug: adding 'lvm2' to package cache for db 'local'
    debug: adding 'net-tools' to package cache for db 'local'
    debug: adding 'libglapi' to package cache for db 'local'
    debug: adding 'libieee1284' to package cache for db 'local'
    debug: adding 'soprano' to package cache for db 'local'
    debug: adding 'lib32-libsasl' to package cache for db 'local'
    debug: adding 'archlinux-modern-ksplash' to package cache for db 'local'
    debug: adding 'inputproto' to package cache for db 'local'
    debug: adding 'obex-data-server' to package cache for db 'local'
    debug: adding 'acpid' to package cache for db 'local'
    debug: adding 'perl-alien-sdl' to package cache for db 'local'
    debug: adding 'libsndfile' to package cache for db 'local'
    debug: adding 'saxon' to package cache for db 'local'
    debug: adding 'kdesdk-kstartperf' to package cache for db 'local'
    debug: adding 'dvd+rw-tools' to package cache for db 'local'
    debug: adding 'gstreamermm' to package cache for db 'local'
    debug: adding 'kdegames-kpatience' to package cache for db 'local'
    debug: adding 'wxgtk' to package cache for db 'local'
    debug: adding 'xsensors' to package cache for db 'local'
    debug: adding 'imake' to package cache for db 'local'
    debug: adding 'libsexy' to package cache for db 'local'
    debug: adding 'mesa' to package cache for db 'local'
    debug: adding 'aalib' to package cache for db 'local'
    debug: adding 'acct' to package cache for db 'local'
    debug: adding 'fortune-mod-montypython' to package cache for db 'local'
    debug: adding 'phonon-gstreamer' to package cache for db 'local'
    debug: adding 'lib32-sqlite3' to package cache for db 'local'
    debug: adding 'archlinux-special-wallpapers' to package cache for db 'local'
    debug: adding 'libxdamage' to package cache for db 'local'
    debug: adding 'pcre' to package cache for db 'local'
    debug: adding 'imagemagick' to package cache for db 'local'
    debug: adding 'kdesdk-kbugbuster' to package cache for db 'local'
    debug: adding 'wpa_supplicant' to package cache for db 'local'
    debug: adding 'mtools' to package cache for db 'local'
    debug: adding 'file' to package cache for db 'local'
    debug: adding 'libxext' to package cache for db 'local'
    debug: adding 'gzip' to package cache for db 'local'
    debug: adding 'strigi' to package cache for db 'local'
    debug: adding 'kdeartwork-emoticons' to package cache for db 'local'
    debug: adding 'lib32-libxslt' to package cache for db 'local'
    debug: adding 'lib32-libltdl' to package cache for db 'local'
    debug: adding 'kdeutils-ark' to package cache for db 'local'
    debug: adding 'libreoffice-extension-report-builder' to package cache for db 'local'
    debug: adding 'kdegames-libkmahjongg' to package cache for db 'local'
    debug: adding 'kdegames-libkdegames' to package cache for db 'local'
    debug: adding 'flex' to package cache for db 'local'
    debug: adding 'attica' to package cache for db 'local'
    debug: adding 'libtool-multilib' to package cache for db 'local'
    debug: adding 'xmlrpc-c' to package cache for db 'local'
    debug: adding 'nspr' to package cache for db 'local'
    debug: adding 'lapack' to package cache for db 'local'
    debug: adding 'python2-sip' to package cache for db 'local'
    debug: adding 'freealut' to package cache for db 'local'
    debug: adding 'lib32-glib2' to package cache for db 'local'
    debug: adding 'terminus-font' to package cache for db 'local'
    debug: adding 'polkit-qt' to package cache for db 'local'
    debug: adding 'carbon-splash' to package cache for db 'local'
    debug: adding 'g95' to package cache for db 'local'
    debug: adding 'kdegames-katomic' to package cache for db 'local'
    debug: adding 'feh' to package cache for db 'local'
    debug: adding 'taglib' to package cache for db 'local'
    debug: adding 'mysql' to package cache for db 'local'
    debug: adding 'postgresql-libs' to package cache for db 'local'
    debug: adding 'gmp' to package cache for db 'local'
    debug: adding 'lib32-libxdmcp' to package cache for db 'local'
    debug: adding 'openoffice-thumbnail-plugin' to package cache for db 'local'
    debug: adding 'dosbox' to package cache for db 'local'
    debug: adding 'acpi' to package cache for db 'local'
    debug: adding 'qt' to package cache for db 'local'
    debug: adding 'ggz-client-libs' to package cache for db 'local'
    debug: adding 'libxpm' to package cache for db 'local'
    debug: adding 'cups-pdf' to package cache for db 'local'
    debug: adding 'sdl_perl-old' to package cache for db 'local'
    debug: adding 'tcp_wrappers' to package cache for db 'local'
    debug: adding 'perl-io-stty' to package cache for db 'local'
    debug: adding 'libx86' to package cache for db 'local'
    debug: adding 'audiokonverter' to package cache for db 'local'
    debug: adding 'kdegames-klickety' to package cache for db 'local'
    debug: adding 'texlive-bin' to package cache for db 'local'
    debug: adding 'liboil' to package cache for db 'local'
    debug: adding 'lib32-alsa-lib' to package cache for db 'local'
    debug: adding 'libdv' to package cache for db 'local'
    debug: adding 'bluez' to package cache for db 'local'
    debug: adding 'p7zip' to package cache for db 'local'
    debug: adding 'perl-file-sharedir' to package cache for db 'local'
    debug: adding 'pciutils' to package cache for db 'local'
    debug: adding 'libmodplug' to package cache for db 'local'
    debug: adding 'kdesdk-kpartloader' to package cache for db 'local'
    debug: adding 'dash' to package cache for db 'local'
    debug: adding 'ruby-gtk2' to package cache for db 'local'
    debug: adding 'compat-wireless-patched' to package cache for db 'local'
    debug: adding 'blackglass-splash' to package cache for db 'local'
    debug: adding 'libcdio' to package cache for db 'local'
    debug: adding 'xcb-proto' to package cache for db 'local'
    debug: adding 'read-edid' to package cache for db 'local'
    debug: adding 'fuse' to package cache for db 'local'
    debug: adding 'ethtool' to package cache for db 'local'
    debug: adding 'yakuake-skin-plasma-oxygen-panel' to package cache for db 'local'
    debug: adding 'kdebase-konsole' to package cache for db 'local'
    debug: adding 'lib32-libxrender' to package cache for db 'local'
    debug: adding 'kdeutils-kgpg' to package cache for db 'local'
    debug: adding 'kdegames-kmines' to package cache for db 'local'
    debug: adding 'qtcurve-kde4' to package cache for db 'local'
    debug: adding 'pygtk' to package cache for db 'local'
    debug: adding 'pycups' to package cache for db 'local'
    debug: adding 'gcc-fortran' to package cache for db 'local'
    debug: adding 'libx11' to package cache for db 'local'
    debug: adding 'kdeartwork-styles' to package cache for db 'local'
    debug: adding 'python2-distribute' to package cache for db 'local'
    debug: adding 'kdebase-kfind' to package cache for db 'local'
    debug: adding 'dosfstools' to package cache for db 'local'
    debug: adding 'libmikmod' to package cache for db 'local'
    debug: adding 'xorg-xcursorgen' to package cache for db 'local'
    debug: adding 'rasqal' to package cache for db 'local'
    debug: adding 'kdepim-console' to package cache for db 'local'
    debug: adding 'which' to package cache for db 'local'
    debug: adding 'pangzero' to package cache for db 'local'
    debug: adding 'perl-io-tty' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-bubblemon' to package cache for db 'local'
    debug: adding 'iproute2' to package cache for db 'local'
    debug: adding 'iputils' to package cache for db 'local'
    debug: adding 'iso-codes' to package cache for db 'local'
    debug: adding 'blas' to package cache for db 'local'
    debug: adding 'xorg-xlsclients' to package cache for db 'local'
    debug: adding 'libdvbpsi' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-audioplayercontrol' to package cache for db 'local'
    debug: adding 'aurvote' to package cache for db 'local'
    debug: adding 'kdeutils-kcharselect' to package cache for db 'local'
    debug: adding 'libsamplerate' to package cache for db 'local'
    debug: adding 'djvulibre' to package cache for db 'local'
    debug: adding 'hugin' to package cache for db 'local'
    debug: adding 'lib32-gtk2' to package cache for db 'local'
    debug: adding 'diffutils' to package cache for db 'local'
    debug: adding 'k3b' to package cache for db 'local'
    debug: adding 'kdeadmin-system-config-printer-kde' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-community' to package cache for db 'local'
    debug: adding 'pam' to package cache for db 'local'
    debug: adding 'ddcxinfo-a

  • SuperDrive media disc(s) .. assist .. update concluded . . .

    Concluding post in relation to the earlier postings on this particular subject and thread (now officially closed by apple support) .. and to be found at SuperDrive Media Disc(s) .. Assist ... [http://discussions.apple.com/message.jspa?messageID=759874#759874]
    APPLE DVD R DISC MEDIA TRIAL
    DVD-R
    8x speed
    Certified for use with Apple DVD-R drives :: 4.7GB Media
    Made in Japan
    MAC MINI MATSHITA DVD-R UJ-845C
    Mac mini 1.42GHz PowerPC G4 | 512 MB DDR SDRAM
    Tiger OS X 10.4.3
    Finder Burn - single folder containing many sub-folders totaling about 800Mbytes and approx. 4000 files.
    Burn Speed Options : 4x(faster) : 2x : 1x(more reliable) - actual Finder media disc burn dialogue descriptions
    [default selection is 4x(faster) ]
    We choose 1x(more reliable) ..
    Observations include .. no 8x speed media disc burn available from our little Mac mini Matshita DVD-R UJ-845C burner .. and .. as this is a DVD R .. we have time .. but no going back once burned .. and we want maximum systems compatibility .. you, dear reader, already know the drama we have previously experienced with Finder burns and older Apple iMac DV SE machine DVD drive (media disc burned) read compatibilities.
    The total burn was a lengthy delay before the entire routine was completed including automatic verification.
    OUTCOME
    This disc did not verify correctly and is unreliable. Because this disc is unreliable, discard it and try again using a new, blank disc. (Error code ) 0x80020063
    Total disc burned is almost 800Mbytes and about 4000 files.
    Verification was not an available option for the burn .. a Finder burn .. meaning verification was apparently automatically included as an unseen 'yes' option at media disc burn execution time.
    Examining the resulting Apple DVD R media disc burned .. we discover that things are good .. biggest single files (.dmg's at about 100Mbytes expanding to 350Mbytes - e.g. OS X 10.4.3 update) are able to be copied from the burned Apple DVD R media disc back to the Mac mini hard disk again and verify 100% when opened for installation. Encouraging. Better than anything previously experienced.
    iMac DV SE [ DVD MATSHITADVD-ROM SR-8184 ]
    Into the Apple iMac ancient (500 MHz PowerPC G3 operating OS X 10.4.3 Tiger | 640MB SDRAM) and we are greeted with goodness .. same accessibility as the originating Mac mini machine .. satisfying.
    And yes the 'problem' of multi-session burns is yet to come on the ancient iMac and if the response is any good as now .. it may not be a problem worthy of mention. At 800 Mbytes burn and 4.7 Gbytes capacity .. one could loosely forecast up to another 5 media disc burn sessions before the DVD R is full and complete.
    XP MACHINE
    And now into the PC machine for an XP looksee and again .. more goodness. Cross compatible files are fully accessible (an entire - own - website burned). Large files copy 100%. Better than before.
    Two thumbs up for this disk and burn.
    Verification failure remains a current mystery. Anyone ?
    It is easy to figure how one may doubt one's media burning hardware is any good by now .. but the gathering volume of supporting entries at the relevant media burning and error message forums reveals that hardware is unlikely to be (entirely) at fault .. rather something else .. say firmware ?
    Apple Media DVD R discs are manufactured in Japan (stated on the disc) and the quality difference and price premium are consistent with what others have written of the place of manufacture and the Apple media disc as well. Mostly positive.
    Still .. we should like to have access to dependable RW discs from Apple too .. for reliable re-useability.
    As for the subject of burn speed ...
    Many forum readers are well aware of an ongoing and gradually escalating matter between Apple and this gentleman http://www.crc.id.au/page/2/ .. we have curiously followed the unfolding events to observe the outcome of the burn speed specification variation. As you know .. our Mac mini is rated at maximum DVD media disc burn 4x and fitted with a MATSHITA DVD-R UJ-845C which is a later edition than Mr H's UJ-835 .. however .. we are more curious to observe whether the final outcome will satisfy Mr H or not. Burn speed, primarily, and quality of burn, secondarily, on selected media by Mr H. Once the outcome is known and to Mr H's satisfaction .. then we may enquire about his satisfaction with burn quality at the chosen burn speed(s) by Mr H.
    Here is an offline forum communication that we shared with another Mac mini user about disc media burn speed. As you may read .. he is entirely dissatisfied with the Mac mini media burn speed and isn't too keen on using the Apple disc burn media either ...
    So...Have you found any dvd-r or +r media that burns reliably on the mini? (non apple media please).
    I am completely disgusted with my new mini's pathetic superdrive that I paid way too much for.
    I have purchased new & built from new parts several PC's that burn DVD after DVD on a wide variety of media reliably.
    No one has even replied to my post
    http://www.123macmini.com/forums/viewtopic.php?t=2773&start=0&postdays=0&postord er=asc&highlight=
    Thanks
    .. and at latest check .. no-one has responded to the post .. maybe no-one knows .. outside of Apple HQ .. mind you .. no-one has truly usefully responded to our post either .. we responded thusly ...
    Mac Mini SuperDrive .. burn speed .. and burn .. reliability
    Sometime I just can't get my head around the subject and have to step back and breathe in real deep .. which makes me kinda dizzy .. and wait until the focus is on the forest before
    choosing the tree(s) to climb. This particular tree is getting taller ...
    And congratulations on your Apple ownership. Small is beautiful.
    Regret your coaster experiences. Frustrating and unfortunate.
    What SuperDrive description is fitted in your new mac mini ?
    We seem to be staring into a gaping black hole of acknowledgement .. from anyone.
    PC users, windows operating system software computers, appear to have an extreme edge .. when it comes to media disc burning. i.e. successful burns.
    Re-reading that lengthy post .. which doesn't fully format as intended .. has me fully believing that less is more and small is beautiful (still). Future specific posts will probably follow as a matter of personal self-committment .. to persist until the solutions are fully to hand. For now .. may we refer to your mentioned post in our next planned post please ? Solidarity of negatory outcome experience is credibility.
    Three forums have we frequented and participated to learn more about the black hole .. we know as SuperDrive media disc burning .. only you have provided any feedback whatsoever .. post reader numbers grow but answers are missing in action .. absent from class.
    http://www.crc.id.au/page/2/
    We have thought the SuperDrive matter you have referred to in your post was of no concern to us .. but now you have us thinking again .. although model numbers differ .. (ours is a later numerical reference) the concerns appear to be similar .. or largely about performance .. we shall also refer to this domain in our planned next post. Yes, we are aware of the matter .. from another forum .. but shall now supply the link for others to weigh and hopefully dish out their two cents worth .. where a consensus could mean we are also a part of this particular action. An ideal consensus would be firmware is unsuitable .. requires immediate update .. and in particular the quality of burn is consensually unacceptable .. action could follow.
    We have progressed no further with burning experimentations .. and will be using Apple media before progressing with our findings reporting. For now, we are unable to add to your ease of mind .. frankly .. unless the burning media is made in Japan .. we doubt any burn verification success is to be had. And we cannot find any burning media made in Japan in our locale. Where is the Apple media made?
    We have come to appreciate the SuperDrive is all about the firmware .. but have no new firmware to apply .. in fact .. our research to date shows that we have been unable to find the Matshita SuperDrive at all online and cannot confirm specifications .. neither could we locate the specifications at www.apple.com.au .. which is just plain odd.
    A third look has provided ... from www.apple.com/macmini/specs.html ..
    Storage
    * One of the following optical drives:
    o Slot-loading Combo drive (DVD-ROM/CD-RW): reads DVDs at up to 8x speed, writes CD-R discs at up to 24x speed, writes CD-RW discs at up to 16x speed, reads CDs at up to 24x speed
    o Optional SuperDrive (DVD±RW/CD-RW): writes DVD-R discs at up to 4x speed, writes DVD-RW discs at up to 2x speed, writes DVD+R discs at up to 4x speed, writes DVD+RW discs at up to 2.4x speed, reads DVDs at up to 8x speed, writes CD-R discs at up to 16x speed, writes CD-RW discs at up to 8x speed, reads CDs at up to 24x speed
    Where were you able to establish your SuperDrive (burning) specifications ?
    Writer's note : .. some things change .. and so have the Apple Mac mini SuperDrive burner specs changed .. since recording those detailed above. In fact .. they read like they maybe should have all along .. 8x DVD R media burn speed. DL is a bonus. Can anyone tell us what the drive designation is please ?
    CRC says: ".. This limits burn speed to 4x for Mac Minis and 8x for Powerbooks.".
    While speed matters .. and it does .. you appear to have exactly the same media disc burning problems that we are experiencing .. failed verification(s) .. and for us .. in short .. complete DVD-R media disc burned rejection from the Apple OS X.
    Do we .. in actual fact .. have two separate operating challenges here .. speed of burn and quality of burn .. any burn ? Speed was not our first priority .. quality is .. now we figure that at any speed the burn quality is anywhere from dubious to coaster.
    CRC says: ".. The UJ-835 that Apple use is firmware limited to suit various bits of hardware that they want to put together. The burner in the Mac Mini is the exact same model as the one in the PowerBooks. Apple load a 4x firmware on the Mac Mini, and an 8x firmware on the PowerBook drives.
    My bet is that this is for marketting reasons only. ".
    One of the contributors to http://www.crc.id.au/?p=21 . . says . .
    # Moneky Boy Says:
    August 14th, 2005 at 1:03 am
    My parents have a mini and my has one of the PowerBooks. Confirmed the drives are Matsushita UJ-835. They have never had an issue burning DVDs. Confirmed it by burning DVDs last night on the wife’s 12″ PowerBook.
    As far as updating the Firmware in your optical drives, no, you do not have to remove them from the machines to update their firmware. I’ve updated the firmware on my optical drives (for Region Free and/or speed gains) via the GUI in Mac OS X. One application that will do this is called DVRFlashX I believe. The key is then finding the firmware, which is platform agnostic.
    BTW, removing the drive wouldn’t void the warranty on your Mac but messing with the firmware certainly will void the warranty on the drive.
    Our primary concern remains SuperDrive media disc burn quality .. while you do appear to share the same concern as well as speed performance. Mr Haigh's only concern appears to be speed .. and here we may have missed any opportunity .. since the MATSHITA DVD-R UJ-845C
    SuperDrive is a later designation and the speed performance specifications showing on the apple web-site are likely consistent with current performance capabilities of that SuperDrive and later .. including yours ?
    Mr H may have indeed received marketing materials that promised 8x while actually receiving a 4x SuperDrive .. which only performs at 2x unless exceptional media disc(s) .. so he does have a legitimate claim concerning performance. Do we ?
    What has us fully curious is whether he can burn quality media disc(s) with his new SuperDrive ..
    (Update 24/12/2005 07:10pm (+11 GMT)
    Well, it seems that Apple have decided to replace my hardware. I've started the proceedings yesterday and will hopefully get some news in the new year as to what they are going to replace. At the moment, I'm looking to send in the 12" Powerbook for a replacement, then see what changes in the mac mini side of things. I'm not going to accept the same DVD drive - as we all know the problems with the UJ-835. Stay tuned for more details as they come to hand.) .. http://superdrive.crc.id.au/
    .. which would likely be the same as yours .. now that should prove an interesting outcome .. which he seems likely to voluntarily report and will be the essence of any enquiries from us in the near foreseeable future assuming Mr Haigh is forthcoming in his SuperDrive computing developments.
    Mr Haigh may have begun to scratch the surface (so to speak) .. and find the more serious problem is that no matter how fast or slow the SuperDrive .. reliable media disc burns are a fantasy !
    As yet no update .. almost three months .. could the delay by Apple could have something to do with the model identification of any replacement DVD burner .. if they use an UJ-845 .. then all **** could break loose as Apple users realise (such as we) they do have the same DVD burner and (in a Mac mini) are limited to 4x maximum speed DVD media disc burning performance .. so another designation may be required .. one that already delivers 8x DVD burns .. bit of a mess really .. and the latest Mac mini SuperDrive sports 8x DVD R media burn speed.
    We are curious about you too, dear reader .. are you satisfied with your non Apple disc media burn quality ? We are able to openly admit that we are dissatisfied with our non Apple disc media burn output quality.
    We are currently satisfied with the Apple DV R disc media burn quality. However at a price of premium dollars and an unexplained media burn verification failure message.
    Burn speed, we nonchalantly confess, is not our greatest concern, and, for now, falls to a lower priority of importance with us.
    For now the matter is at rest with us.
    How about you ?
    Yours Sincerely
    Stuart
    PS. .. helping to explain the confusions surrounding the Mac mini SuperDrive is this extracted from ..
    http://en.wikipedia.org/wiki/Mac_mini
    October 2005–February 2006
    Multiple reports exist that the Mac mini was quietly upgraded in October 2005 to 64 MiB VRAM, and either a 1.33 GHz (up from 1.25 GHz) or 1.5 GHz G4 (up from 1.42 GHz) processor, with 512 MiB of PC3200 RAM while underclocking it to PC2700. The 80 GB drive is currently a Seagate Momentus 5400.2 ST9808211A, which runs at 5400 RPM with an 8 MiB cache. The SuperDrive is a MATSHITA DVD-R UJ-845, which supports +R DL burning, and may also have unofficial support for DVD-RAM. Apple did not revise the official specifications on their web site. This may be to avoid issues with discounting or discontinuing of old stock.
    Well .. whatever .. we use a MATSHITA DVD-R UJ-845C SuperDrive .. wouldn't that mean we have +R DL feature too ? .. probably not judging by the following explanations .. sort of .. and yes you could grab the mac_min.pdf service manual and do your own upgrading and overclocking as it pleases you .. try google for more info.
    PPS. .. http://www.macintouch.com/macmini11.html
    Mac Mini Part 11
    January 9, 2006
    Stealth Upgrade
    Xxxxxx Xxxxxxxx
    I recently received the SuperDrive Mac Mini that I ordered from Amazon the day after Christmas. To my delight, my Mini contains a 1.5 GHz PPC and 64MB of video RAM.
    The SuperDrive is listed as a Panasonic UJ-845. According to Panasonic's web site this drive is supposed to allow DVD-RAM writing (and I assume reading). Has anyone attempted to use DVD-RAM discs with this drive under 10.4.3?
    Xxxxxx Xxxx
    I also have a new SuperDrive mini with the same specs, and note that the UJ-845 drive doesn't include DVD-RAM capability, though as Gordon notes the OEM Panasonic drive does. However, Panasonic's spec page is for the UJ-845-B drive, and I expect that the one in the mini is instead a special version of the UJ-845 that Panasonic made for Apple with DVD-RAM disabled. For some reason Apple doesn't seem to want to support DVD-RAM, which is a pity. I believe the drive will work with DVD-RAM discs, but treat them like DVD-RW, requiring complete erasure every time they're used, rather than allowing addition and subtraction of individual files, which is what makes DVD-RAM a great backup/exchange medium, especially for travelers.
    My new PowerBook came with an Apple-labeled Panasonic UJ-825-C drive, which System Profiler saw as simply "UJ-825" and which didn't include DVD-RAM although Panasonic's specs showed it; I replaced it with an 825-B I got on eBay, which System Profiler sees as "845-S" and which now does DVD-RAM even without Patchburn. Note that the 825 is two generations earlier than the current 845/846 drive (whose new feature is DL burning); DVD-RAM has been available for a long time, but Apple has been using special versions of the drives without it.
    How to exactly determine the capabilities of your drive: Insert a disc (any type, CD or DVD, but not a blank recordable disc that has to be formatted), open Disk Utility, and on the left side select the drive (not the disc in the drive), then look in the lower right side of the window where it says "Capabilities". You may have to widen the window to see the whole list, as it doesn't wrap for some reason. If it says "DVD-RAM" in the list, the drive should do DVD-RAM discs as they are meant to be used: like a 4GB floppy disk, they must be formatted once, then can be used as "random access media" (RAM). Doesn't matter what kind of disc you put in the drive; any type will make the drive appear in Disk Utility, which will then show its capabilities.
    FOLLOWUP: I opened up the Mac Mini, and found the SuperDrive is an Apple label "UJ-845C", presumably a special version of the 845 with DVD-RAM disabled, unlike the UJ-845-B spec'd at the Panasonic site.
    [MacInTouch]
    We just received a middle-model Mac Mini - 80GB/512MB/AirPort+Bluetooth/Tiger - ordered from Amazon (currently $519.99 after rebate) and were pleased to find that it is one of Apple's "stealth" upgrades, where the label belies the actual specifications. Apple shows it as a 1.42GHz model, but it's actually running at 1.5 GHz, according to System Profiler.
    It has a Seagate ST9808211A hard drive, which is a 5400-RPM model (better than the dog-slow 4200-RPM drives Apple started shipping sometime after the original Mini models debuted).
    The optical drive is a Matsushita CW-8124, a Combo drive with 24X CD writing and reading and the ability to read DVD-R and DVD-RW, as well as DVD-ROM, at 8x.
    System Profiler shows 64 MB of video RAM - double Apple's specified amount - for the "ATY,RV280" graphics card (ATI Radeon 9200) on an AGP bus, supporting display rotation and Quartz Extreme but not Core Image.
    (For what it's worth, we found that we could not connect a Dell 1704FPT to the digital video port while an analog video cable was connected; after removing the analog cable, the Dell works beautifully with the Mini's DVI video. The Dell display also worked fine with analog video via the adapter included with the Mini.)
    We also tried a WiebeTech Maxelerate hard drive enclosure but found it unpleasantly noisy, even in a special reduced-RPM version the company offers customers who raise the issue. By contrast, the miniStack we previously reviewed is virtually silent with the same hard drive inside.
    Xxx Xxxxxxx
    While this isn't the first time I've seen this type of 'error' from Apple, or other firms, this particular incident seems to have gone beyond the typical example, and I'm beginning to wonder if it is more than just an overlap in an otherwise complicated process.
    I've done my share of OEM documentation, including manuals, labels and cartons. I know how hard it is to maintain reality in this regard. But in this case, it seems to me that the mismatch between the inside and the outside of the package has gone beyond the norm, and I'm wondering if someone along the line has simply decided to live with it, rather than deal with it up front. I can see this saving money...changes cost more than just the ink - it takes time and planning to overcome a spec change and cover all the bases.
    I wouldn't be surprised if someone in a position to decide hasn't simply elected to run out the materials without implementing changes. After all, the customer gets more than they expect, which can be favorable publicity, and we all know the saying "any publicity is good, and good publicity is even better".
    On the other hand, it can be a minefield to fess up. Once word gets out, customers start hand-picking the good from the better, taking the higraded units and leaving the rest as floatsom. Or they buy the downgrade for less, then return it shortly thereafter, demanding the up while refusing to pay more.
    Let's just hope the sun keeps shining on this particular parade, and no one decides to claim fraud. All it would take is one competitor with a surplus of over-eager attorneys, and Apple would be forced to apologize for over-stuffing the golden goose.

    Concluding post in relation to the earlier postings on this particular subject and thread (now officially closed by apple support) .. and to be found at SuperDrive Media Disc(s) .. Assist ... [http://discussions.apple.com/message.jspa?messageID=759874#759874]
    APPLE DVD R DISC MEDIA TRIAL
    DVD-R
    8x speed
    Certified for use with Apple DVD-R drives :: 4.7GB Media
    Made in Japan
    MAC MINI MATSHITA DVD-R UJ-845C
    Mac mini 1.42GHz PowerPC G4 | 512 MB DDR SDRAM
    Tiger OS X 10.4.3
    Finder Burn - single folder containing many sub-folders totaling about 800Mbytes and approx. 4000 files.
    Burn Speed Options : 4x(faster) : 2x : 1x(more reliable) - actual Finder media disc burn dialogue descriptions
    [default selection is 4x(faster) ]
    We choose 1x(more reliable) ..
    Observations include .. no 8x speed media disc burn available from our little Mac mini Matshita DVD-R UJ-845C burner .. and .. as this is a DVD R .. we have time .. but no going back once burned .. and we want maximum systems compatibility .. you, dear reader, already know the drama we have previously experienced with Finder burns and older Apple iMac DV SE machine DVD drive (media disc burned) read compatibilities.
    The total burn was a lengthy delay before the entire routine was completed including automatic verification.
    OUTCOME
    This disc did not verify correctly and is unreliable. Because this disc is unreliable, discard it and try again using a new, blank disc. (Error code ) 0x80020063
    Total disc burned is almost 800Mbytes and about 4000 files.
    Verification was not an available option for the burn .. a Finder burn .. meaning verification was apparently automatically included as an unseen 'yes' option at media disc burn execution time.
    Examining the resulting Apple DVD R media disc burned .. we discover that things are good .. biggest single files (.dmg's at about 100Mbytes expanding to 350Mbytes - e.g. OS X 10.4.3 update) are able to be copied from the burned Apple DVD R media disc back to the Mac mini hard disk again and verify 100% when opened for installation. Encouraging. Better than anything previously experienced.
    iMac DV SE [ DVD MATSHITADVD-ROM SR-8184 ]
    Into the Apple iMac ancient (500 MHz PowerPC G3 operating OS X 10.4.3 Tiger | 640MB SDRAM) and we are greeted with goodness .. same accessibility as the originating Mac mini machine .. satisfying.
    And yes the 'problem' of multi-session burns is yet to come on the ancient iMac and if the response is any good as now .. it may not be a problem worthy of mention. At 800 Mbytes burn and 4.7 Gbytes capacity .. one could loosely forecast up to another 5 media disc burn sessions before the DVD R is full and complete.
    XP MACHINE
    And now into the PC machine for an XP looksee and again .. more goodness. Cross compatible files are fully accessible (an entire - own - website burned). Large files copy 100%. Better than before.
    Two thumbs up for this disk and burn.
    Verification failure remains a current mystery. Anyone ?
    It is easy to figure how one may doubt one's media burning hardware is any good by now .. but the gathering volume of supporting entries at the relevant media burning and error message forums reveals that hardware is unlikely to be (entirely) at fault .. rather something else .. say firmware ?
    Apple Media DVD R discs are manufactured in Japan (stated on the disc) and the quality difference and price premium are consistent with what others have written of the place of manufacture and the Apple media disc as well. Mostly positive.
    Still .. we should like to have access to dependable RW discs from Apple too .. for reliable re-useability.
    As for the subject of burn speed ...
    Many forum readers are well aware of an ongoing and gradually escalating matter between Apple and this gentleman http://www.crc.id.au/page/2/ .. we have curiously followed the unfolding events to observe the outcome of the burn speed specification variation. As you know .. our Mac mini is rated at maximum DVD media disc burn 4x and fitted with a MATSHITA DVD-R UJ-845C which is a later edition than Mr H's UJ-835 .. however .. we are more curious to observe whether the final outcome will satisfy Mr H or not. Burn speed, primarily, and quality of burn, secondarily, on selected media by Mr H. Once the outcome is known and to Mr H's satisfaction .. then we may enquire about his satisfaction with burn quality at the chosen burn speed(s) by Mr H.
    Here is an offline forum communication that we shared with another Mac mini user about disc media burn speed. As you may read .. he is entirely dissatisfied with the Mac mini media burn speed and isn't too keen on using the Apple disc burn media either ...
    So...Have you found any dvd-r or +r media that burns reliably on the mini? (non apple media please).
    I am completely disgusted with my new mini's pathetic superdrive that I paid way too much for.
    I have purchased new & built from new parts several PC's that burn DVD after DVD on a wide variety of media reliably.
    No one has even replied to my post
    http://www.123macmini.com/forums/viewtopic.php?t=2773&start=0&postdays=0&postord er=asc&highlight=
    Thanks
    .. and at latest check .. no-one has responded to the post .. maybe no-one knows .. outside of Apple HQ .. mind you .. no-one has truly usefully responded to our post either .. we responded thusly ...
    Mac Mini SuperDrive .. burn speed .. and burn .. reliability
    Sometime I just can't get my head around the subject and have to step back and breathe in real deep .. which makes me kinda dizzy .. and wait until the focus is on the forest before
    choosing the tree(s) to climb. This particular tree is getting taller ...
    And congratulations on your Apple ownership. Small is beautiful.
    Regret your coaster experiences. Frustrating and unfortunate.
    What SuperDrive description is fitted in your new mac mini ?
    We seem to be staring into a gaping black hole of acknowledgement .. from anyone.
    PC users, windows operating system software computers, appear to have an extreme edge .. when it comes to media disc burning. i.e. successful burns.
    Re-reading that lengthy post .. which doesn't fully format as intended .. has me fully believing that less is more and small is beautiful (still). Future specific posts will probably follow as a matter of personal self-committment .. to persist until the solutions are fully to hand. For now .. may we refer to your mentioned post in our next planned post please ? Solidarity of negatory outcome experience is credibility.
    Three forums have we frequented and participated to learn more about the black hole .. we know as SuperDrive media disc burning .. only you have provided any feedback whatsoever .. post reader numbers grow but answers are missing in action .. absent from class.
    http://www.crc.id.au/page/2/
    We have thought the SuperDrive matter you have referred to in your post was of no concern to us .. but now you have us thinking again .. although model numbers differ .. (ours is a later numerical reference) the concerns appear to be similar .. or largely about performance .. we shall also refer to this domain in our planned next post. Yes, we are aware of the matter .. from another forum .. but shall now supply the link for others to weigh and hopefully dish out their two cents worth .. where a consensus could mean we are also a part of this particular action. An ideal consensus would be firmware is unsuitable .. requires immediate update .. and in particular the quality of burn is consensually unacceptable .. action could follow.
    We have progressed no further with burning experimentations .. and will be using Apple media before progressing with our findings reporting. For now, we are unable to add to your ease of mind .. frankly .. unless the burning media is made in Japan .. we doubt any burn verification success is to be had. And we cannot find any burning media made in Japan in our locale. Where is the Apple media made?
    We have come to appreciate the SuperDrive is all about the firmware .. but have no new firmware to apply .. in fact .. our research to date shows that we have been unable to find the Matshita SuperDrive at all online and cannot confirm specifications .. neither could we locate the specifications at www.apple.com.au .. which is just plain odd.
    A third look has provided ... from www.apple.com/macmini/specs.html ..
    Storage
    * One of the following optical drives:
    o Slot-loading Combo drive (DVD-ROM/CD-RW): reads DVDs at up to 8x speed, writes CD-R discs at up to 24x speed, writes CD-RW discs at up to 16x speed, reads CDs at up to 24x speed
    o Optional SuperDrive (DVD±RW/CD-RW): writes DVD-R discs at up to 4x speed, writes DVD-RW discs at up to 2x speed, writes DVD+R discs at up to 4x speed, writes DVD+RW discs at up to 2.4x speed, reads DVDs at up to 8x speed, writes CD-R discs at up to 16x speed, writes CD-RW discs at up to 8x speed, reads CDs at up to 24x speed
    Where were you able to establish your SuperDrive (burning) specifications ?
    Writer's note : .. some things change .. and so have the Apple Mac mini SuperDrive burner specs changed .. since recording those detailed above. In fact .. they read like they maybe should have all along .. 8x DVD R media burn speed. DL is a bonus. Can anyone tell us what the drive designation is please ?
    CRC says: ".. This limits burn speed to 4x for Mac Minis and 8x for Powerbooks.".
    While speed matters .. and it does .. you appear to have exactly the same media disc burning problems that we are experiencing .. failed verification(s) .. and for us .. in short .. complete DVD-R media disc burned rejection from the Apple OS X.
    Do we .. in actual fact .. have two separate operating challenges here .. speed of burn and quality of burn .. any burn ? Speed was not our first priority .. quality is .. now we figure that at any speed the burn quality is anywhere from dubious to coaster.
    CRC says: ".. The UJ-835 that Apple use is firmware limited to suit various bits of hardware that they want to put together. The burner in the Mac Mini is the exact same model as the one in the PowerBooks. Apple load a 4x firmware on the Mac Mini, and an 8x firmware on the PowerBook drives.
    My bet is that this is for marketting reasons only. ".
    One of the contributors to http://www.crc.id.au/?p=21 . . says . .
    # Moneky Boy Says:
    August 14th, 2005 at 1:03 am
    My parents have a mini and my has one of the PowerBooks. Confirmed the drives are Matsushita UJ-835. They have never had an issue burning DVDs. Confirmed it by burning DVDs last night on the wife’s 12″ PowerBook.
    As far as updating the Firmware in your optical drives, no, you do not have to remove them from the machines to update their firmware. I’ve updated the firmware on my optical drives (for Region Free and/or speed gains) via the GUI in Mac OS X. One application that will do this is called DVRFlashX I believe. The key is then finding the firmware, which is platform agnostic.
    BTW, removing the drive wouldn’t void the warranty on your Mac but messing with the firmware certainly will void the warranty on the drive.
    Our primary concern remains SuperDrive media disc burn quality .. while you do appear to share the same concern as well as speed performance. Mr Haigh's only concern appears to be speed .. and here we may have missed any opportunity .. since the MATSHITA DVD-R UJ-845C
    SuperDrive is a later designation and the speed performance specifications showing on the apple web-site are likely consistent with current performance capabilities of that SuperDrive and later .. including yours ?
    Mr H may have indeed received marketing materials that promised 8x while actually receiving a 4x SuperDrive .. which only performs at 2x unless exceptional media disc(s) .. so he does have a legitimate claim concerning performance. Do we ?
    What has us fully curious is whether he can burn quality media disc(s) with his new SuperDrive ..
    (Update 24/12/2005 07:10pm (+11 GMT)
    Well, it seems that Apple have decided to replace my hardware. I've started the proceedings yesterday and will hopefully get some news in the new year as to what they are going to replace. At the moment, I'm looking to send in the 12" Powerbook for a replacement, then see what changes in the mac mini side of things. I'm not going to accept the same DVD drive - as we all know the problems with the UJ-835. Stay tuned for more details as they come to hand.) .. http://superdrive.crc.id.au/
    .. which would likely be the same as yours .. now that should prove an interesting outcome .. which he seems likely to voluntarily report and will be the essence of any enquiries from us in the near foreseeable future assuming Mr Haigh is forthcoming in his SuperDrive computing developments.
    Mr Haigh may have begun to scratch the surface (so to speak) .. and find the more serious problem is that no matter how fast or slow the SuperDrive .. reliable media disc burns are a fantasy !
    As yet no update .. almost three months .. could the delay by Apple could have something to do with the model identification of any replacement DVD burner .. if they use an UJ-845 .. then all **** could break loose as Apple users realise (such as we) they do have the same DVD burner and (in a Mac mini) are limited to 4x maximum speed DVD media disc burning performance .. so another designation may be required .. one that already delivers 8x DVD burns .. bit of a mess really .. and the latest Mac mini SuperDrive sports 8x DVD R media burn speed.
    We are curious about you too, dear reader .. are you satisfied with your non Apple disc media burn quality ? We are able to openly admit that we are dissatisfied with our non Apple disc media burn output quality.
    We are currently satisfied with the Apple DV R disc media burn quality. However at a price of premium dollars and an unexplained media burn verification failure message.
    Burn speed, we nonchalantly confess, is not our greatest concern, and, for now, falls to a lower priority of importance with us.
    For now the matter is at rest with us.
    How about you ?
    Yours Sincerely
    Stuart
    PS. .. helping to explain the confusions surrounding the Mac mini SuperDrive is this extracted from ..
    http://en.wikipedia.org/wiki/Mac_mini
    October 2005–February 2006
    Multiple reports exist that the Mac mini was quietly upgraded in October 2005 to 64 MiB VRAM, and either a 1.33 GHz (up from 1.25 GHz) or 1.5 GHz G4 (up from 1.42 GHz) processor, with 512 MiB of PC3200 RAM while underclocking it to PC2700. The 80 GB drive is currently a Seagate Momentus 5400.2 ST9808211A, which runs at 5400 RPM with an 8 MiB cache. The SuperDrive is a MATSHITA DVD-R UJ-845, which supports +R DL burning, and may also have unofficial support for DVD-RAM. Apple did not revise the official specifications on their web site. This may be to avoid issues with discounting or discontinuing of old stock.
    Well .. whatever .. we use a MATSHITA DVD-R UJ-845C SuperDrive .. wouldn't that mean we have +R DL feature too ? .. probably not judging by the following explanations .. sort of .. and yes you could grab the mac_min.pdf service manual and do your own upgrading and overclocking as it pleases you .. try google for more info.
    PPS. .. http://www.macintouch.com/macmini11.html
    Mac Mini Part 11
    January 9, 2006
    Stealth Upgrade
    Xxxxxx Xxxxxxxx
    I recently received the SuperDrive Mac Mini that I ordered from Amazon the day after Christmas. To my delight, my Mini contains a 1.5 GHz PPC and 64MB of video RAM.
    The SuperDrive is listed as a Panasonic UJ-845. According to Panasonic's web site this drive is supposed to allow DVD-RAM writing (and I assume reading). Has anyone attempted to use DVD-RAM discs with this drive under 10.4.3?
    Xxxxxx Xxxx
    I also have a new SuperDrive mini with the same specs, and note that the UJ-845 drive doesn't include DVD-RAM capability, though as Gordon notes the OEM Panasonic drive does. However, Panasonic's spec page is for the UJ-845-B drive, and I expect that the one in the mini is instead a special version of the UJ-845 that Panasonic made for Apple with DVD-RAM disabled. For some reason Apple doesn't seem to want to support DVD-RAM, which is a pity. I believe the drive will work with DVD-RAM discs, but treat them like DVD-RW, requiring complete erasure every time they're used, rather than allowing addition and subtraction of individual files, which is what makes DVD-RAM a great backup/exchange medium, especially for travelers.
    My new PowerBook came with an Apple-labeled Panasonic UJ-825-C drive, which System Profiler saw as simply "UJ-825" and which didn't include DVD-RAM although Panasonic's specs showed it; I replaced it with an 825-B I got on eBay, which System Profiler sees as "845-S" and which now does DVD-RAM even without Patchburn. Note that the 825 is two generations earlier than the current 845/846 drive (whose new feature is DL burning); DVD-RAM has been available for a long time, but Apple has been using special versions of the drives without it.
    How to exactly determine the capabilities of your drive: Insert a disc (any type, CD or DVD, but not a blank recordable disc that has to be formatted), open Disk Utility, and on the left side select the drive (not the disc in the drive), then look in the lower right side of the window where it says "Capabilities". You may have to widen the window to see the whole list, as it doesn't wrap for some reason. If it says "DVD-RAM" in the list, the drive should do DVD-RAM discs as they are meant to be used: like a 4GB floppy disk, they must be formatted once, then can be used as "random access media" (RAM). Doesn't matter what kind of disc you put in the drive; any type will make the drive appear in Disk Utility, which will then show its capabilities.
    FOLLOWUP: I opened up the Mac Mini, and found the SuperDrive is an Apple label "UJ-845C", presumably a special version of the 845 with DVD-RAM disabled, unlike the UJ-845-B spec'd at the Panasonic site.
    [MacInTouch]
    We just received a middle-model Mac Mini - 80GB/512MB/AirPort+Bluetooth/Tiger - ordered from Amazon (currently $519.99 after rebate) and were pleased to find that it is one of Apple's "stealth" upgrades, where the label belies the actual specifications. Apple shows it as a 1.42GHz model, but it's actually running at 1.5 GHz, according to System Profiler.
    It has a Seagate ST9808211A hard drive, which is a 5400-RPM model (better than the dog-slow 4200-RPM drives Apple started shipping sometime after the original Mini models debuted).
    The optical drive is a Matsushita CW-8124, a Combo drive with 24X CD writing and reading and the ability to read DVD-R and DVD-RW, as well as DVD-ROM, at 8x.
    System Profiler shows 64 MB of video RAM - double Apple's specified amount - for the "ATY,RV280" graphics card (ATI Radeon 9200) on an AGP bus, supporting display rotation and Quartz Extreme but not Core Image.
    (For what it's worth, we found that we could not connect a Dell 1704FPT to the digital video port while an analog video cable was connected; after removing the analog cable, the Dell works beautifully with the Mini's DVI video. The Dell display also worked fine with analog video via the adapter included with the Mini.)
    We also tried a WiebeTech Maxelerate hard drive enclosure but found it unpleasantly noisy, even in a special reduced-RPM version the company offers customers who raise the issue. By contrast, the miniStack we previously reviewed is virtually silent with the same hard drive inside.
    Xxx Xxxxxxx
    While this isn't the first time I've seen this type of 'error' from Apple, or other firms, this particular incident seems to have gone beyond the typical example, and I'm beginning to wonder if it is more than just an overlap in an otherwise complicated process.
    I've done my share of OEM documentation, including manuals, labels and cartons. I know how hard it is to maintain reality in this regard. But in this case, it seems to me that the mismatch between the inside and the outside of the package has gone beyond the norm, and I'm wondering if someone along the line has simply decided to live with it, rather than deal with it up front. I can see this saving money...changes cost more than just the ink - it takes time and planning to overcome a spec change and cover all the bases.
    I wouldn't be surprised if someone in a position to decide hasn't simply elected to run out the materials without implementing changes. After all, the customer gets more than they expect, which can be favorable publicity, and we all know the saying "any publicity is good, and good publicity is even better".
    On the other hand, it can be a minefield to fess up. Once word gets out, customers start hand-picking the good from the better, taking the higraded units and leaving the rest as floatsom. Or they buy the downgrade for less, then return it shortly thereafter, demanding the up while refusing to pay more.
    Let's just hope the sun keeps shining on this particular parade, and no one decides to claim fraud. All it would take is one competitor with a surplus of over-eager attorneys, and Apple would be forced to apologize for over-stuffing the golden goose.

  • Xorg Intel problems

    Interestingly enough I managed to solve this fairly quickly, but figured I would post in case someone else had a similar issue.
    I recently ran an upgrade and Xorg stopped working.  The whole No Screen issue.  When I looked at my xorg.conf it showed Vesa instead of intel.  I modified and my xorg-video-intel package was gone.  I reinstalled and it works fine.  Not sure if it's because I haven't updated for a bit or what the deal was, but maybe it will help someone else.

    suggy wrote:
    patroclo7 wrote:
    TTM has been removed in the intel xorg driver, GEM is replacing it, but needs support in the kernel (it should be in 2.6.28). So you fall back to classic.
    See the following gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=237468
    I can alleviate the performance loss slightly with the following ~/.drirc:
    <driconf>
    <device screen="0" driver="i915">
    <application name="Default">
    <option name="vblank_mode" value="0" />
    </application>
    </device>
    </driconf>
    Where does the file .drirc need to go? I see somewhere refered to as ~/ all the time but still haven't figured out where it actually means? /root?
    It goes in ~/.drirc as stated above. "~" will always be the home directory of the current user. So if you are logged in as root it is "/root", if you are logged in with your normal user it will be "/home/username".

Maybe you are looking for

  • Memory Upgrade in 2009 Mac Mini?

    Hi, I want to upgrade my Mac Mini to 4 GB of ram, it's the core 2 duo 2009 model. I don't want to pay silly amounts for Mac own memory, has anyone ever used Crucial Memory in a Mini Mac? if so how does it run? The other option I guess is to look at C

  • How can I add iTunes music to a slideshow I am making and share?

    Hi, I am making a slideshow for my daughter's birthday and when I go to add music to it, it does not let me. How can I do this? Thanks for any help! Plumgirl11

  • Freehand SQL support in 3-Tier mode

    Hi All, I'm aware that Free hand SQL is not supported in 3-tier mode in XIR2 Relevant SAP notes Iu2019ve found: 1)     1202464 - Does Desktop Intelligence in 3-Tier mode support free hand SQL as a data provider? 2)     1200737 - Free-hand SQL is not

  • Custom Search Results web part: show only sites wherein the current user has access

    Hi, I'm trying to create a custom Search Box and Search Results web part in one of my web application. The search result should show only sites wherein the current user only has an access. Do you have an idea how to implement this? Thanks. :) Regards

  • Insert update

    dear friends, i'm trying to insert some records in my SQL SERVER 2000 db. but the problem with that is, when i retrieve these record then i find that some additional spaces has been appended with the data that i provided. total length of the column v