[KERNEL-2.6.33] Aufs2 rebuild fails

With kernel 2.6.33 we have the marble bug on our live-cds again.
So I downloaded the latest git and patched my custom kernel with the aufs2-patches as usual until I ran into troubles with aufs2:
phil@[chroot]:~/kdemod/chakra/aufs2$ ../makepkg
==> Making package: aufs2 2.6.33_20100411-1chakra i686 (Sun Apr 11 21:58:03 UTC 2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found aufs2-2.6.33_20100411.tar.gz in build dir
==> Validating source files with md5sums...
aufs2-2.6.33_20100411.tar.gz ... Passed
==> Extracting Sources...
-> bsdtar -x -f "aufs2-2.6.33_20100411.tar.gz"
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
==> fix headers
==> start config
-I/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/include -DCONFIG_AUFS_MODULE -UCONFIG_AUFS -DCONFIG_AUFS_BRANCH_MAX_127 -DCONFIG_AUFS_HINOTIFY -DCONFIG_AUFS_EXPORT -DCONFIG_AUFS_SHWH -DCONFIG_AUFS_BR_RAMFS -DCONFIG_AUFS_BDEV_LOOP
make -C /usr/src/linux-2.6.33-ARCH M=/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs EXTRA_CFLAGS="-I/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/include -DCONFIG_AUFS_MODULE -UCONFIG_AUFS -DCONFIG_AUFS_BRANCH_MAX_127 -DCONFIG_AUFS_HINOTIFY -DCONFIG_AUFS_EXPORT -DCONFIG_AUFS_SHWH -DCONFIG_AUFS_BR_RAMFS -DCONFIG_AUFS_BDEV_LOOP" modules
make[1]: Entering directory `/usr/src/linux-2.6.33-ARCH'
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/module.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/sbinfo.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/super.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/branch.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/xino.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/sysaufs.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/opts.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/wkq.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/vfsub.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/dcsub.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/cpup.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/whout.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/plink.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/wbr_policy.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/dinfo.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/dentry.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/finfo.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/file.o
CC [M] /home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.o
/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.c: In function 'aufs_mmap':
/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.c:668: error: implicit declaration of function 'mutex_set_owner'
make[2]: *** [/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs/f_op.o] Error 1
make[1]: *** [_module_/home/phil/kdemod/chakra/aufs2/src/aufs2-2.6.33_20100411/fs/aufs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.33-ARCH'
make: *** [fs/aufs/aufs.ko] Error 2
==> ERROR: Build Failed.
Aborting...
PKGBUILD
# KDEmod, mod[ded|ular] KDE packages for Arch Linux, part of chakra-project.org
# maintainer (i686): Jan Mette (funkyou) <funkyou @ kdemod.ath.cx>
# maintainer (x86_64): Martin Sandsmark (PhinnFort) <sandsmark @ kdemod.ath.cx>
# maintainer (x86_64): Phil Miller (Amnnon82) <philm @ chakra-project.org>
# include global config
source ../_buildsystem/${current_repo}-${_arch}_cfg.conf
pkgname=aufs2
pkgver=2.6.33_20100411
pkgrel=1chakra
_kernver=${pkgver%_*}-ARCH
pkgdesc="Another Unionfs Implementation"
arch=('i686' 'x86_64')
url="http://aufs.sourceforge.net/"
license=('GPL2')
depends=('kernel26>=2.6.33' 'kernel26<2.6.34')
makedepends=('kernel26-headers>=2.6.33' 'kernel26-headers<2.6.34')
replaces=('aufs')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz")
options=(!makeflags)
md5sums=('3bea2829cb565996322743b182237364')
build() {
cd ${srcdir}/${pkgname}-${pkgver} || return 1
msg "fix headers"
sed -i -e "s~#include <../kernel/mutex~#include <linux/mutex~g" fs/aufs/f_op.c
msg "start config"
sed -i 's|CONFIG_AUFS_HINOTIFY =.*|CONFIG_AUFS_HINOTIFY = y|' \
config.mk || return 1
sed -i 's|CONFIG_AUFS_EXPORT =.*|CONFIG_AUFS_EXPORT = y|' \
config.mk || return 1
sed -i 's|CONFIG_AUFS_SHWH =.*|CONFIG_AUFS_SHWH = y|' \
config.mk || return 1
sed -i 's|CONFIG_AUFS_BDEV_LOOP =.*|CONFIG_AUFS_BDEV_LOOP = y|' \
config.mk || return 1
sed -i 's|CONFIG_AUFS_BR_RAMFS =.*|CONFIG_AUFS_BR_RAMFS = y|' \
config.mk || return 1
sed -i 's|CONFIG_AUFS_DEBUG =.*|CONFIG_AUFS_DEBUG =|' \
config.mk || return 1
if [ "${CARCH}" = "x86_64" ]; then
inot64=" y"
else
inot64=""
fi
sed -i "s|CONFIG_AUFS_INO_T_64 =.*|CONFIG_AUFS_INO_T_64 =${inot64}|" \
config.mk || return 1
# build
make KDIR=/usr/src/linux-${_kernver} || return 1
# install
install -D -m644 fs/aufs/aufs.ko \
$pkgdir/lib/modules/${_kernver}/kernel/fs/aufs/aufs.ko || return 1
# tweak the install script for the right kernel version
sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
$startdir/$pkgname.install || return 1
# install include files
install -D -m 644 include/linux/aufs_type.h $pkgdir/usr/src/linux-$_kernver/include/linux/aufs_type.h || return 1
does anybody managed to build a newer aufs2 for 33-series yet?

I managed to build aufs2 with the help of Junjiro R. Okajima. He responded very fast and gave me a working patch for latest aufs2 checkout.
You can find my files here:
http://chakra-project.org/code/index.ph … kra/aufs2/
http://chakra-project.org/code/index.ph … ufs2-util/

Similar Messages

  • Techtool pro 5 rebuild failed. What do I do next?

    Having some problems with MacBook, ran Techtool pro 5, volume rebuild failed. computer still works, but applications have to be force quit.
    What should I do next?

    It is a 13" MacBook OSX 10.5.8 intel core 2 duo.

  • [Unsolved] Kernel linux 3.8.4-1 fails with fsck boot error on raid 0

    The stock linux-3.8.4-1 (x86_64) fails to boot with the following unrecoverable error:
    Loading ../initramfs-linix.img......ready.
    Probing EDD (edd=off to disable)... ok
    early console in decompress_kernel
    Decompressing Linux... Parsing ELF... done.
    Booting the kernel.
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    Waiting 10 seconds for device /dev/md127 ...
    :: performing fsck on '/dev/md127' ...
    fsck.ext2: Invalid argument while trying to open /dev/md127
    /dev/md127:
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    ERROR: fsck failed on '/dev/md127'
    :: mounting '/dev/md127' on real root
    mount: you must specify the filesystem type
    You are now being dropped into an emergancy shell.
    sh. can't access tty; job control turned off
    [rootfs /]#
    My hooks are:
    HOOKS="base udev autodetect modconf block mdadm_udev filesystems keyboard fsck"
    I am however able to boot the linux-lts & my own custom kernels. Custom kernel is built from the abs linux package.
    The / partition is on a raid 0 with an ext4 filesystem. fsck -f /dev/md127 comes back clean & the raid & two hard drives are healthy.
    Last edited by straykat (2013-07-11 09:27:45)

    straykat wrote:
    xanb,
            For sanity to prevail, I am going to suggest the following:
    Back up your data
    Remove the RAIDs from your 2 linux hard drives. The Arch RAID wiki has instructions on this or (my prefered method) wipe your two linux drives with dd. If you are not sure on dd "Parted Magic" has a GUI for it.
    Create a new partition table on both of your linux hard drives.
    Partition your 2 linux hard drives as follows;
    /dev/sdb1 as / (root) with ext4 fs
    /dev/sdb2 as swap
    /dev/sdc1 as /home with ext4 fs.
    Reinstall Arch Linux on / (/dev/sdb1)
    I would also recommend reading up in the Arch wiki, Kernel wiki etc on RAID & decide why you would use it on your system & which one would give you any benefit with your current hardware set up. Also learn more on how to create & maintain a RAID on an Arch system.
    Keep in mind that KISS is always the way to go with any computer system as complexity will always increase the amount of mistakes & gotchas.
    No. I don't want to behave as ostrich, hide the head ;-) This is my configuration, this is want I want. If archlinux fails, we have a bug. Another question is if the triage of the bug is difficult. No all bugs are good for triagging, but it's real life. If always we change the configuration, we will never detect new bugs.
    Keep in mind that I don't want to blame, it's always "good force" comments.
    Regards,
    Xan.

  • Nikal linux kernel 2.6.11.8 build fails

    I am trying to install nidaqmxbase-1.5.0-f2, but the install keeps failing. I tried installing with a stock FC3 kernel, but the build has failed. I have since tried again after building a stock linux 2.6.11.8 kernel, but I get the same error message. The "warning: `packed' attribute ignored" in particular is one I haven't seen before.
    Attachments:
    nikal.log.txt ‏5 KB

    myric wrote:
    I am trying to install nidaqmxbase-1.5.0-f2, but the install keeps failing. I tried installing with a stock FC3 kernel, but the build has failed. I have since tried again after building a stock linux 2.6.11.8 kernel, but I get the same error message. The "warning: `packed' attribute ignored" in particular is one I haven't seen before.
    I found the answer to my question in another thread:
    http://forums.ni.com/ni/board/message?board.id=250​&message.id=11286&requireLogin=False
    It appears that NI-KAL doesn't like the 2.6.10+ linux kernel due to a change in the API. Both the kernels I tried were 2.6.10 plus.
    Perhaps in the next release if nidaqmxbase the latest kernel will be supported? Hint, hint, pretty-please from a paying customer. ;-)

  • Mirrorred RAID Rebuild Failing

    Hello,
    I had a mirrored raid setup on 10.6.7, everything was working great for the last month, then today I went into disk utility and it said one drive failed. After checking the drive, there didn't seem to be any problem with its operation, so I can only assume it was a software/communication failure.
    Clicking the rebuild button resulted in this error:
      Rebuilding RAID set failed with the error:
      POSIX reports: The operation couldn't be completed. Operation not permitted.
    So I tried removing a disk, that also failed with the same error.
    I then erased the failed drive which automatically removes it from the RAID configuration. Now when I try to add it back to the configuration I get the exact same error.
    Has any experienced this issue and have any suggestions on how to get RAID back online?
    Thanks in advance!
    Michael

    Thanks for your reply.
    Yes, I am sure that the drives are working. I do not know what caused one of the drives to 'fail' as far as disk utility was concerned - but it was online when I checked it again.
    I had issues while originally creating the RAID configuration, similar POSIX issues.
    I have managed to get the configuration back online using the SoftRAID, but I am unable to create any new RAID configurations or modify existing ones using Disk Utility. Is it possible its an issue with POSIX and the drive USB drivers? Though I have tried with 3 or 4 different brand drives.
    SoftRAID allows the drive set to be converted to a Disk Utility set after creating/repairing it - so thats what I have done for now.
    I will try to setup/repair this all again once I have Lion installed and see if they fixed it in that version.
    Any suggestions on how to get Disk Utility's RAID configuration on a Intel Core 2 Duo Mac Mini would be appreciated. I have filed a bug report with Apple as well. SoftRAID was a suggested alternative to a few other posts on the discussions for similar issues.
    Michael

  • Master Database Rebuild failed

    Hi All,
    We have master Database corruption and there is no backup of it, so I have to rebuild the master database..And when i gave the command to rebuild 
    1. No error was thrown in Command prompt
    2. SQL server started to run again.
    3. I am unable to login even though I gave my windows login in the /SQLSysAdminAccounts
    When I see the log detail it shows failed 
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xDC80C325
      Configuration error description: Access is denied
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140901_082201\Detail.txt
    And in Detail.Txt this is the error
    2014-09-01 08:22:48 Slp: Error result: -595541211
    2014-09-01 08:22:48 Slp: Result facility code: 1152
    2014-09-01 08:22:48 Slp: Result error code: 49957
    2014-09-01 08:22:48 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-09-01 08:22:48 Slp: Sco: Attempting to open registry subkey 
    2014-09-01 08:22:48 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    2014-09-01 08:22:48 Slp: Sco: Attempting to get registry value DW0201
    2014-09-01 08:22:48 Slp: Submitted 1 of 1 failures to the Watson data repository

    Hi Hemanth,
    Based on your description, my understanding is that you encounter a failure when rebuilding master database.
    According to the error message, it might be caused by several reasons. There are some proposals for you troubleshooting this issue as follows.
    1. Make sure that your SQL Server installation package is not damaged.
    2. Make sure that your account has admin permissions. And confirm that the account has SeDebugPrivilege security privilege, you can check it in Group Policy.
    Start | Run | Type: gpedit.msc | OK | Navigate to Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment\Debug programs
    For more details about the error, you can review this similar thread:
    Access is denied error installing SQL Server 2008 on Windows 7.
    Thanks,
    Lydia Zhang

  • [Solved] kernel 2.6.28.1 compilation fails with reiser4 patch

    Hi,
    has anyone had problems compiling the latest kernel with the reiser4 patch?
    The patching process itself completes successfully apart from this part:
    patching file include/linux/fs.h
    Hunk #1 succeeded at 1372 (offset 3 lines).
    Hunk #2 succeeded at 1811 (offset 3 lines).
    patching file mm/filemap.c
    While the compilation fails here
    CC fs/reiser4/plugin/file/file_conversion.o
    fs/reiser4/plugin/file/file_conversion.c: In function 'reiser4_write_begin_careful':
    fs/reiser4/plugin/file/file_conversion.c:689: error: implicit declaration of function '__grab_cache_page'
    fs/reiser4/plugin/file/file_conversion.c:689: warning: assignment makes pointer from integer without a cast
    make[2]: *** [fs/reiser4/plugin/file/file_conversion.o] Error 1
    make[1]: *** [fs/reiser4] Error 2
    make: *** [fs] Error 2
    Or is it just me doing something wrong?
    Last edited by moz (2009-01-23 13:08:27)

    moz wrote:
    Hi,
    has anyone had problems compiling the latest kernel with the reiser4 patch?
    The patching process itself completes successfully apart from this part:
    patching file include/linux/fs.h
    Hunk #1 succeeded at 1372 (offset 3 lines).
    Hunk #2 succeeded at 1811 (offset 3 lines).
    patching file mm/filemap.c
    While the compilation fails here
    CC fs/reiser4/plugin/file/file_conversion.o
    fs/reiser4/plugin/file/file_conversion.c: In function 'reiser4_write_begin_careful':
    fs/reiser4/plugin/file/file_conversion.c:689: error: implicit declaration of function '__grab_cache_page'
    fs/reiser4/plugin/file/file_conversion.c:689: warning: assignment makes pointer from integer without a cast
    make[2]: *** [fs/reiser4/plugin/file/file_conversion.o] Error 1
    make[1]: *** [fs/reiser4] Error 2
    make: *** [fs] Error 2
    Or is it just me doing something wrong?
    It is a well known issue

  • Rebuilding failed drive in RAID mirror

    I've inherited a 10.4.7 mailserver. It's first 2 disks are mirrored, and contain the OS and mail spool. Today, the 2nd disk failed. The raid is degraded, but things are running. I've gotten lots of conflicting info about how to properly repair the mirror. I have a new disk I want to use to replace the failed one. Are these hot-swappable? So far the concensus seems to be to power down the box, swap the good drive with the bad, power back up, and use Disk Utility. Exactly what to do in disk utility is my question.. one source says to drag the new good disk listed in the menu overtop of the old one in the raid set. Others just say 'click rebuild'. Has anyone done this successfully, and what procedure did you follow?
    I really want to get this right the first time, since the machine is a mail server.
    Thanks alot!

    First, what's the machine?
    The XServe is the only system that supports hot-swapping drives. Any other machine will require a power-down, disk-swap, startup process.
    Apart from that, you may find that the OS will automatically rebuild the mirror once the new disk is available. If the array was created under 10.4 that option was available when the RAID was created. If it was created under 10.3, auto-rebuild was not an option and had to be explicitly enabled.
    If the array is not set to auto-rebuild then you can use the GUI or the command line to initiate a rebuild.
    The instructions you have for the GUI sound correct - drag the new drive into the RAID configuration pane. If you prefer the command line you'll need diskutil repairMirror, passing in the existing array and the new disk.

  • Kernel Panic: AGC GPU REGISTER RESTORE FAILED

    I have frequent (but random) Kernel Panic when logging off or turning off my MacBookPro5 as reported in the log.
    I am running 10.6.4 but it started sometime when using 10.6.3 too. I already tried to change RAM and I am now using 2x2GB Apple Branded RAM borrowed from another perfectly working Macbook.
    I also reinstalled the system from the original DVD (no Time Machine) and the Panic happened few reboots after updating 10.6.4 with no other software installed.
    The Macbook is connected to an Apple LED Display and a Bluetooth mouse, but the Panic happen also with nothing connected.
    Repairing permission and resetting PRAM has no effect.
    Here is the log. I am worried about "AGC GPU REGISTER RESTORE FAILED" because I found no reference in the whole Google and Apple archive .... :-/
    Thanks in advance for any support.
    Daniele.
    *panic(cpu 0 caller 0x11dbc5b): "AGC GPU REGISTER RESTORE FAILED : rdar://7254528"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-2.8.63/k ext/AGCPowerManagement.cpp:849*
    *Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)*
    *0x58cf3e08 : 0x21b455 (0x5cf328 0x58cf3e3c 0x2238b1 0x0)*
    *0x58cf3e58 : 0x11dbc5b (0x11e4ae4 0x11e4a60 0x11e52d4 0x350)*
    *0x58cf3ef8 : 0x11e02ca (0x91b9800 0x91b9cf8 0xd 0x70)*
    *0x58cf3f28 : 0x54b846 (0x91b9800 0x91f7800 0x58cf3f80 0x10)*
    *0x58cf3f78 : 0x22fb84 (0x91f7800 0x91e1471 0x58cf3fc8 0x227803)*
    *0x58cf3fc8 : 0x29e6cc (0x863ea0 0x0 0x10 0xa071f84)*
    *Kernel Extensions in backtrace (with dependencies):*
    com.apple.driver.AppleGraphicsControl(2.8.63)@0x11ce000->0x11e9fff
    *dependency: com.apple.iokit.IOACPIFamily(1.3.0)@0x912000*
    *dependency: com.apple.iokit.IOPCIFamily(2.6)@0x926000*
    *dependency: com.apple.iokit.IONDRVSupport(2.1)@0x959000*
    *dependency: com.apple.iokit.IOGraphicsFamily(2.1)@0x937000*
    *BSD process name corresponding to current thread: kernel_task*
    *Mac OS version:*
    10F569
    *Kernel version:*
    *Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386*
    *System model name: MacBookPro5,1 (Mac-F42D86C8)*

    Sorry to say but I feel better not being alone on this problem
    I can confirm that the KP happen with both external devices plugged or unplugged, with or without the power adapter charging and it all started with 10.6.3 and now with 10.6.4 when using the integrated Graphic Card (I never switch to the discrete one).
    One interesting unusual bit is that, yes ... the KP show up when I turn off the mac from the Apple menu but also when I restart it ... and when I mean "restart it" I mean when I select "restart" from the Apple menu drop down menu. What happen is that the confirmation popup appears and that's when the KP happen ... not on confirmation, but just after the confirmation popup appears.
    I am wondering what's going under the hood between the menu selection and the popup ..
    d.

  • Disk Utility / diskutil RAID Mirror rebuild fails: mistakenly thinks disk is too small

    Has anyone else had this issue?
    I've just migrated my Lion Server install to a slightly upgraded Mac Mini running Mavericks and am running into horrible trouble rebuilding my Apple RAID disk, which I established on Lion and would like to repair using Mavericks. The drives being used are the same units; the RAID got out of sync due to a power outage, and rather than wait to migrate until the old machine was done rebuilding the array like a week later, I just figured I could repair the RAID after migration.
    Not so, however. Disk Utility, when I attempt to rebuild the raid using the second drive, tells me that it is too small.
    When I look in diskutil, here's what it shows me:
    <blockquote>
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *3.0 TB     disk2
       1:                        EFI EFI                     314.6 MB   disk2s1
       2:         Apple_RAID_Offline                         3.0 TB     disk2s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk2s3
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *3.0 TB     disk3
       1:                        EFI                         209.7 MB   disk3s1
       2:                 Apple_RAID                         3.0 TB     disk3s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk3s3</blockquote>
    Notice that the EFI partition on disk3 -- the intact RAID slice -- is the correct size, 209.7MB or 200MiB. The EFI partition disk2, however, which was created moments earlier by Disk Utility in its failed attempt to rebuild the array, is 100MiB too many. As a result, the Apple_RAID partition is about 100MiB smaller than the one on disk2. Hence, this error.
    So my question is: what the **** is going on here, and what can I do about it? Is this just a Mavericks bug, that it creates EFI partitions of the wrong size? The disks are seen as identical in diskutil. Is there anything I can do to rebuild my array?
    I've considered rebuilding it on the old server, but then next time it gets messed up I'm just going to run into the same problem, as whichever slice fails will have a correctly-sized EFI partiton, and if Disk Utility insists on creating an incorrectly-sized one during the rebuild process it's just going to fail again.
    Please halp! Thank you!

    OK, so here is the solution for my problem
    what i did was the following:
    - as i wrote before, i erased the disk with command line (diskutil zeroDisk disk1), then the pending sector was gone.
    - i decided to rebuild the raid in recovery mode to prevent further system crashes. so i added the previously zeroed disk1 to the degraded raid. when disk utility finished adding the disk it stalled but showed the raid ONLINE. so i decided to hard shutdown my mac mini - because it wasn't possible to restart via the interface of the recovery mode.
    after staring the mac the system loaded and everything was working again properly! including disk utility still showing raid1 online.
    btw, time machine was working correctly again when i deleted the .inprogress-file on the backup-disk.
    maybe someone else is able to use this information - that would be great!

  • Kernel 2.6.15 trash bin fail?

    Removed many files during pkgbuild via trash.
    Verified that the trash bin is empty, but when I call.. find files...xyz I find a reference to them in...root/.local/trash/share/
    Suspect this causes the pkgbuild to access corrupt files, these files being the tar.bz2 being built.  They are corrupted when removed from /var/abs/local src file after aborted pkgbuild.  They do not delete upon the move to trash call but require a second ...move to trash call..after first receiving a rename advisory message.
    What might be wrong with this delete method?

    Listing via ...find command...
    ===========================================================
    [root@n6re ~]# find / -name  linux-2.6.15.tar.bz2
    /var/cache/pacman/src/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_12/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_1/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_3/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_20/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_13/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_5/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_2/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_11/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_6/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_10/linux-2.6.15.tar.bz2
    /root/.local/share/Trash/files/src_4/linux-2.6.15.tar.bz2
    find: WARNING: Hard link count is wrong for /: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched.
    [root@n6re ~]#
    ===========================================================
    There are no files in the trash bin when opened.
    What to do?

  • Kernel update-SIOCADDRT: Network is Unreacheable[ FAIL ]

    After the upgrade i cant get my network to work, i have reinstalled nforce drivers, removed and installed again... but it keeps poping this:
    ]# /etc/rc.d/network start
    SIOCADDRT: Network is Unreacheable                    [ FAIL ]
    I've tried with forcedeth instead of the nforce ones, and still get the same error, i have modules autoload on yes, no blacklist, and the manual modules only loads a usb controller that the autload forgets.
    This is with the 2.6.16.1-8 version of the kernel26.
    Any help will be greatly appreciated!!!
    NOTE:
    Please see this "PostPosted: Sat Apr 15, 2006 11:40 pm"
    To see the last update on the problem!

    The new error you posted indicates that there is no eth0 device when /etc/rc.d/network is run during boot. This means that the module has not been loaded at that stage, although I can't say why. The fact that ifconfig works at a later stage seems to indicate that the module does load eventually. I suspect that you could do /etc/rc.d/network start or dhcpcd eth0 after boot instead of ifconfig, and they would also work.
    Unfortunately, none of this leads me to anything useful, like a solution - all I can suggest is another browse through dmesg and logs for anything relevant.
    I still have this issue with the network, although i dont reboot to often, i do from time to time, and if another person needs access to internet, and the machine was rebooted, they dont know how to do it (and i dont plan to leave the root password in a guideline note to get internet access).
    I just rebooted and noticed this, it prints the previous message during boot:
    :: Starting Network [BUSY] SIOCSIFNETMASK: No such device
    SIOCSIFBRDADDR: No such device
    192.168.1.2: unknown interface: No such device
    SIOCADDRT: Network is unreachable
    [FAIL]
    Then after i login, if i try
    /etc/rc.d/network start
    I get the same error
    So, i have to do this:
    [root@archcrow crow]# ifconfig eth0 192.168.1.2
    [root@archcrow crow]# ifconfig eth0 mtu 1492
    [root@archcrow crow]# ifconfig
    eth0 Link encap:Ethernet HWaddr 00:01:99:F2:0D:00
    inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::201:29ff:fef2:d40/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
    RX packets:1 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:105 (105.0 b) TX bytes:468 (468.0 b)
    Interrupt:17 Base address:0x4000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    [root@archcrow crow]# ping www.yahoo.com
    connect: Network is unreachable
    [root@archcrow crow]# /etc/rc.d/network start
    :: Starting Network [DONE]
    I dont understand whats going on, i dont have to load manually any module as if i do a lsmod i see forcedeth loaded and running (i have it in the MODULES line, in rc.conf file.
    *Note: I modify the MTU just to get better performance per packet, as i have an adsl connection.

  • Envelope index deleted - Rebuild fails....

    Hi,
    I have a a complete crash, and successfully restored thanks to Time Machine.
    As you know, TM does not backup the envelope index file, so i have to go through the import process.
    However, the process constantly hangs, right from the start, without even making any progress or importing a single email. It sits there at 0 out of 56352 emails.
    it does however swap a nice chunk of space (a few gigs) but that's about it. I tried letting it alone for a full night with no success.
    Here is a sample done throught activity monitor:
    Sampling process 1779 for 3 seconds with 1 millisecond of run time between samples
    Sampling completed, processing symbols...
    Analysis of sampling Mail (pid 1779) every 1 millisecond
    Call graph:
    1327 Thread_2503
    1327 0xfa206
    1327 NSApplicationMain
    1327 -[NSApplication run]
    1327 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
    1327 _DPSNextEvent
    1327 BlockUntilNextEventMatchingListInMode
    1327 ReceiveNextEventCommon
    1327 RunCurrentEventLoopInMode
    1327 CFRunLoopRunInMode
    1327 CFRunLoopRunSpecific
    1327 __NSFireDelayedPerform
    1327 0x447e
    1327 0xeda5e
    1327 0xf123e
    1327 -[NSApplication runModalForWindow:]
    1327 -[NSApplication _realDoModalLoop:peek:]
    1327 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
    1327 _DPSNextEvent
    1327 BlockUntilNextEventMatchingListInMode
    1327 ReceiveNextEventCommon
    1327 RunCurrentEventLoopInMode
    1327 CFRunLoopRunInMode
    1327 CFRunLoopRunSpecific
    1286 mach_msg
    1286 machmsgtrap
    1286 machmsgtrap
    39 __NSFireTimer
    13 0x185c68
    13 -[NSView displayIfNeeded]
    13 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
    13 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    13 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    12 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    8 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    8 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    5 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    3 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    3 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    2 -[NSView _drawRect:clip:]
    2 -[NSControl drawRect:]
    2 -[NSTextFieldCell drawWithFrame:inView:]
    2 -[NSTextFieldCell drawInteriorWithFrame:inView:]
    2 _NSDrawTextCell
    2 _NSStringDrawingCore
    1 -[NSStringDrawingTextStorage drawTextContainer:withRect:graphicsContext:baselineMode:scrollable:padding:]
    1 -[NSLayoutManager glyphRangeForTextContainer:]
    1 -[NSLayoutManager textContainerForGlyphAtIndex:effectiveRange:]
    1 _NSFastFillAllLayoutHolesUpToEndOfContainerForGlyphIndex
    1 -[NSLayoutManager(NSPrivate) _fillLayoutHoleAtIndex:desiredNumberOfLines:]
    1 -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:]
    1 -[NSATSTypesetter layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:]
    1 -[NSTypesetter layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:]
    1 -[NSTypesetter _layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:maxC haracterIndex:nextGlyphIndex:nextCharacterIndex:]
    1 -[NSTypesetter _getRemainingNominalParagraphRange:andParagraphSeparatorRange:charactarIndex:la youtManager:string:]
    1 -[NSTypesetter _getRemainingNominalParagraphRange:andParagraphSeparatorRange:charactarIndex:la youtManager:string:]
    1 -[NSStringDrawingTextStorage textContainerForAttributedString:containerSize:lineFragmentPadding:]
    1 -[NSConcreteMutableAttributedString replaceCharactersInRange:withAttributedString:]
    1 -[NSTextStorage edited:range:changeInLength:]
    1 -[NSStringDrawingTextStorage processEditing]
    1 0x23743
    1 -[NSMutableAttributedString(NSMutableAttributedStringKitAdditions) fixAttributesInRange:]
    1 -[NSMutableAttributedString(NSMutableAttributedStringKitAdditions) fixFontAttributeInRange:]
    1 +[NSFontManager sharedFontManager]
    1 +[NSFontManager sharedFontManager]
    1 -[NSView lockFocus]
    1 -[NSView lockFocusIfCanDraw]
    1 -[NSWindow _copyAcquiredViewHierarchyLock]
    1 -[NSViewHierarchyLock lockForReadingWithExceptionHandler:]
    1 pthreadmutexlock
    1 pthreadmutexlock
    1 -[NSView _drawRect:clip:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 objcmsgSendstret
    1 objcmsgSendstret
    1 objc_msgSend
    1 objc_msgSend
    1 -[NSView lockFocus]
    1 -[NSView lockFocusIfCanDraw]
    1 -[NSView _focusFromView:withContext:]
    1 _runningOnAppKitThread
    1 CFRunLoopGetCurrent
    1 _CFRunLoop0
    1 _CFRunLoop0
    1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    1 -[NSView _drawRect:clip:]
    1 0xf158c
    1 -[NSControl drawRect:]
    1 -[NSControl currentEditor]
    1 -[NSWindow fieldEditor:forObject:]
    1 -[NSImageView respondsToSelector:]
    1 -[NSObject respondsToSelector:]
    1 -[NSObject respondsToSelector:]
    3 -[NSView _drawRect:clip:]
    3 -[NSThemeFrame drawRect:]
    3 -[NSFrameView drawRect:]
    3 -[NSFrameView drawThemeContentFill:inView:]
    3 -[NSThemeFrame drawWindowBackgroundRect:]
    3 -[NSFrameView drawWindowBackgroundRect:]
    3 NSDrawWindowBackground
    3 NSRectFillUsingOperation
    3 CGContextFillRect
    3 CGContextFillRects
    3 ripc_DrawRects
    2 ripc_Render
    2 ripl_BltShape
    2 ripd_Lock
    2 CGSDeviceLock
    2 _CGSLockWindow
    2 _CGSSynchronizeWindowBackingStore
    2 mach_msg
    2 machmsgtrap
    2 machmsgtrap
    1 ripr_Rectangles
    1 aa_rectat
    1 aa_rectat
    1 -[NSView _drawOverlayRectSet:]
    1 objc_msgSend
    1 objc_msgSend
    1 NSIntersectionRect
    1 NSIntersectionRect
    10 -[NSView displayIfNeeded]
    10 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
    9 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    9 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    9 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    4 -[NSView _drawRect:clip:]
    4 -[NSBox drawRect:]
    4 DrawThemeBox
    4 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**)
    4 CUIRenderer::Draw9Piece(long, CUIContext const*, unsigned long)
    4 CGContextDrawImages
    4 ripc_DrawImages
    4 ripc_RenderImage
    4 ripl_BltImage
    4 ripd_Mark
    4 argb32_image
    4 argb32imagemark
    4 argb32sampleARGB32
    4 argb32sampleARGB32
    3 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    3 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    3 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    3 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    3 -[NSView _drawRect:clip:]
    3 -[NSProgressIndicator drawRect:]
    3 -[NSProgressIndicator _drawThemeBackground]
    3 Draw3PartImage
    3 _NSTileImageWithOperation
    2 CGContextDrawLayerInRect
    2 ripc_DrawLayer
    2 ripc_RenderImage
    2 ripl_BltImage
    2 ripl_Mark
    2 argb32_image
    2 argb32imagemark
    2 argb32imagemark
    1 CGContextBeginTransparencyLayer
    1 CGContextBeginTransparencyLayerWithRect
    1 CGGStackSaveForLayer
    1 CGGStateCreateCopyForLayer
    1 calloc
    1 malloczonecalloc
    1 szone_calloc
    1 tinymalloc_from_freelist
    1 tinymalloc_from_freelist
    1 -[NSView _drawOverlayRectSet:]
    1 -[NSView lockFocusIfCanDraw]
    1 -[NSWindow _copyAcquiredViewHierarchyLock]
    1 OSAtomicAdd32Barrier
    1 _atomicadd32
    1 _atomicadd32
    1 -[NSView _drawRect:clip:]
    1 -[NSThemeFrame drawRect:]
    1 -[NSFrameView drawRect:]
    1 -[NSFrameView drawThemeContentFill:inView:]
    1 -[NSThemeFrame drawWindowBackgroundRect:]
    1 -[NSFrameView drawWindowBackgroundRect:]
    1 NSDrawWindowBackground
    1 NSRectFillUsingOperation
    1 CGContextFillRect
    1 CGContextFillRects
    1 ripc_DrawRects
    1 ripc_Render
    1 ripl_BltShape
    1 ripd_Lock
    1 CGSDeviceLock
    1 _CGSLockWindow
    1 _CGSSynchronizeWindowBackingStore
    1 mach_msg
    1 machmsgtrap
    1 machmsgtrap
    1 -[NSWindow _copyNeedsDisplayRegionInRect:validateSubtractedRegion:]
    1 -[NSRegion mutableCopy]
    1 +[NSObject alloc]
    1 +[NSObject allocWithZone:]
    1 internal_classcreateInstance
    1 internal_classcreateInstanceFromZone
    1 calloc
    1 malloczonecalloc
    1 szone_calloc
    1 szone_calloc
    8 0x185c7c
    8 -[NSView displayIfNeeded]
    8 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
    7 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    7 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    5 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    5 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    5 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    2 -[NSView _drawRect:clip:]
    2 -[NSBox drawRect:]
    2 DrawThemeBox
    1 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**)
    1 CUIRenderer::Draw9Piece(long, CUIContext const*, unsigned long)
    1 CGContextDrawImages
    1 ripc_DrawImages
    1 ripc_RenderImage
    1 ripl_BltImage
    1 ripd_Mark
    1 argb32_image
    1 argb32imagemark
    1 argb32sampleARGB32
    1 argb32sampleARGB32
    1 DrawThemeBox
    2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    1 -[NSView _drawRect:clip:]
    1 -[NSControl drawRect:]
    1 -[NSTextFieldCell drawWithFrame:inView:]
    1 -[NSTextFieldCell drawInteriorWithFrame:inView:]
    1 _NSDrawTextCell
    1 _NSStringDrawingCore
    1 +[NSStringDrawingTextStorage _fastDrawString:attributes:length:inRect:graphicsContext:baselineRendering:uses FontLeading:usesScreenFont:typesetterBehavior:paragraphStyle:lineBreakMode:bound ingRect:padding:scrollable:]
    1 CGContextShowGlyphsWithAdvances
    1 draw_glyphs
    1 ripc_DrawGlyphs
    1 ripl_BltGlyph
    1 argb32_mark
    1 CGSColorDeepMaskCopyARGB8888
    1 CGSColorDeepMaskCopyARGB8888
    1 -[NSView unlockFocus]
    1 objc_msgSend
    1 objc_msgSend
    1 -[NSView lockFocus]
    1 -[NSView lockFocusIfCanDraw]
    1 PSgsave
    1 CGContextSaveGState
    1 CGGStackSave
    1 CGGStateCreateCopy
    1 calloc
    1 malloczonecalloc
    1 szone_calloc
    1 szone_calloc
    2 -[NSView _drawRect:clip:]
    2 -[NSThemeFrame drawRect:]
    2 -[NSFrameView drawRect:]
    2 -[NSFrameView drawThemeContentFill:inView:]
    1 -[NSThemeFrame _regionForOpaqueDescendants:forMove:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 objc_msgSend
    1 objc_msgSend
    1 -[NSThemeFrame drawWindowBackgroundRect:]
    1 -[NSFrameView drawWindowBackgroundRect:]
    1 NSDrawWindowBackground
    1 NSRectFillUsingOperation
    1 CGContextFillRect
    1 CGContextFillRects
    1 ripc_DrawRects
    1 ripc_Render
    1 ripl_BltShape
    1 ripd_Lock
    1 CGSDeviceLock
    1 _CGSLockWindow
    1 _CGSSynchronizeWindowBackingStore
    1 mach_msg
    1 machmsgtrap
    1 machmsgtrap
    1 -[NSWindow flushWindow]
    1 CGContextFlush
    1 ripc_Operation
    1 CGSDeviceSynchronize
    1 _CGSFlushRegionInline
    1 mach_msg
    1 machmsgtrap
    1 machmsgtrap
    7 0x185c54
    7 -[NSView displayIfNeeded]
    7 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]
    7 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    7 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]
    7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    6 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    4 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    2 -[NSView _drawRect:clip:]
    2 -[NSBox drawRect:]
    2 DrawThemeBox
    2 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary const*, __CFDictionary const**)
    1 CUIRenderer::DecodeToCUIInfo(CGRect, CGContext*, __CFDictionary const*, CUIInfo*)
    1 CUIConstantToMapID(__CFString const*)
    1 CFDictionaryGetValue
    1 CFDictionaryGetValue
    1 CUIRenderer::Draw9Piece(long, CUIContext const*, unsigned long)
    1 CGContextDrawImages
    1 ripc_DrawImages
    1 ripc_RenderImage
    1 ripl_BltImage
    1 ripd_Mark
    1 argb32_image
    1 argb32imagemark
    1 argb32imagemark
    1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    1 -[NSView _drawRect:clip:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 -[NSView _regionForOpaqueDescendants:forMove:]
    1 -[NSView convertRect:toView:]
    1 -[NSView _convertRect:toAncestor:]
    1 -[NSView _convertRect:toAncestor:]
    1 -[NSView _convertRect:toAncestor:]
    1 -[NSView _convertRect:toAncestor:]
    1 -[NSView _convertRect:toAncestor:]
    1 -[NSView _convertRect:toAncestor:]
    1 objcmsgSendstret
    1 objcmsgSendstret
    1 -[NSView lockFocus]
    1 -[NSView lockFocusIfCanDraw]
    1 PSgsave
    1 -[NSCFArray addObject:]
    1 CFArrayGetCount
    1 CFArrayGetCount
    2 -[NSView _drawRect:clip:]
    2 0xf158c
    2 -[NSControl drawRect:]
    2 -[NSImageCell drawWithFrame:inView:]
    2 -[NSImageCell drawInteriorWithFrame:inView:]
    2 -[NSImage _drawMappingAlignmentRectToRect:withState:backgroundStyle:operation:fraction:fl ip:]
    1 -[NSImage drawInRect:fromRect:operation:fraction:]
    1 -[NSBitmapImageRep _drawFromRect:toRect:operation:alpha:compositing:flipped:ignoreContext:]
    1 CGContextDrawImage
    1 ripc_DrawImage
    1 ripc_RenderImage
    1 ripl_BltImage
    1 ripd_Mark
    1 argb32_image
    1 sseCGSBlendXXXX8888Transpose
    1 sseCGSBlendXXXX8888Transpose
    1 objc_msgSend
    1 objc_msgSend
    1 -[NSView unlockFocus]
    1 -[NSFocusStack fixInvalidatedFocusForFocusView]
    1 -[NSFocusStack fixInvalidatedFocusForFocusView]
    1 NSPopAutoreleasePool
    1 -[NSObject release]
    1 __CFDoExternRefOperation
    1 __CFDoExternRefOperation
    1 __CFRunLoopDoObservers
    1 _handleWindowNeedsDisplay
    1 CFRunLoopGetCurrent
    1 _CFRunLoop0
    1 CFDictionaryGetValue
    1 __CFDictionaryFindBuckets1a
    1 __CFDictionaryFindBuckets1a
    1 __CFRunLoopModeFindSourceForMachPort
    1 CFSetApplyFunction
    1 __CFRunLoopFindSource
    1 __CFRunLoopFindSource
    1327 Thread_2603
    1327 thread_start
    1327 pthreadstart
    1327 CAPThread::Entry(CAPThread*)
    1327 HALRunLoop::OwnThread(void*)
    1327 CFRunLoopRunInMode
    1327 CFRunLoopRunSpecific
    1327 mach_msg
    1327 machmsgtrap
    1327 machmsgtrap
    1327 Thread_2703
    1327 thread_start
    1327 pthreadstart
    1327 _NSThread__main_
    1327 -[NSThread main]
    1327 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:]
    1327 CFRunLoopRunInMode
    1327 CFRunLoopRunSpecific
    1327 mach_msg
    1327 machmsgtrap
    1327 machmsgtrap
    1327 Thread_2803
    1327 thread_start
    1327 pthreadstart
    1327 _NSThread__main_
    1327 -[NSThread main]
    1327 -[NSUIHeartBeat _heartBeatThread:]
    1327 -[NSConditionLock lockWhenCondition:]
    1327 -[NSConditionLock lockWhenCondition:beforeDate:]
    1327 -[NSCondition waitUntilDate:]
    1327 pthreadcond_timedwait_relativenp
    1327 pthread_condwait
    1327 semaphoretimedwait_signaltrap
    1327 semaphoretimedwait_signaltrap
    1327 Thread_2903
    1327 thread_start
    1327 pthreadstart
    1327 select$DARWIN_EXTSN
    1327 select$DARWIN_EXTSN
    1327 Thread_2a03
    1327 thread_start
    1327 pthreadstart
    1327 CFURLCacheWorkerThread(void*)
    1327 CFRunLoopRunInMode
    1327 CFRunLoopRunSpecific
    1327 mach_msg
    1327 machmsgtrap
    1327 machmsgtrap
    Total number in stack (recursive counted multiple, when >=5):
    30 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]
    13 -[NSView _drawRect:clip:]
    8 -[NSView _regionForOpaqueDescendants:forMove:]
    8 mach_msg
    8 machmsgtrap
    6 -[NSView _convertRect:toAncestor:]
    5 -[NSView lockFocusIfCanDraw]
    5 CFRunLoopRunInMode
    5 CFRunLoopRunSpecific
    5 pthreadstart
    5 argb32_image
    5 objc_msgSend
    5 ripc_RenderImage
    5 ripl_BltImage
    5 thread_start
    Sort by top of stack, same collapsed (when >= 5):
    machmsgtrap 5272
    select$DARWIN_EXTSN 1327
    semaphoretimedwait_signaltrap 1327
    argb32sampleARGB32 5
    objc_msgSend 5
    Sample analysis of process 1779 written to file /dev/stdout
    I have repeated the process by removing any bundles, IMAP and .Mac accounts in the mail folder, with no success.
    Any ideas what to do?
    Best,

    I don't know what's wrong with your Mail but you can try the following. Move the file homedirectory/Library/Preferences/com.apple.mail.plist and the folder homedirectory/Library/Mail to the desktop.
    Start Mail. It will take you through account setup so you'll have to set up your accounts again. Once that's finished go to File menu->import mailboxes and import your mailboxes from the Mail folder sitting on your desktop.

  • Abrupt Failing Battery and Kernel Panic?

    About 3 days ago I experienced the first problem. My battery hit 0% and instead of my powerbook sleeping it just died.
    On Reboot I got a "Mac OS X Unexpectedly Quit" dialog.. (unresolved kernel trap?), so I decided to reboot and reset the APU and PRAM. I received the kernel panic screen shortly after my desktop loaded which was alarming, so I restarted and received the kernel panic screen yet again. Thinking maybe it was due to heat I let the thing cool down for a while and restarted and it was fine.
    However, I'm now going on my 5th abrupt powerdown when I hit 0%. I even tested it with nothing running and it just dies, and doesn't sleep.
    The 12" powerbook is 18 months old and has 632 recharge cycles on it (I do web development and tend to move around while I work, guess I should have sat still and plugged in eh?).
    I figure the abrupt shutdown is telling me I need a new battery, and checking it has 1939 of 4400mAh of its original capacity.
    Interestingly enough I get about 1.5 hours of battery life still depending on usage, though it seems it likes to shudown and not sleep when it gets low.
    My question is why the kernel panics and why is it failing so quickly all of a sudden?

    Same thing going here with a two year old 1GHz 12". I was looking at the battery level display and it was 43% when it just died. I was ripping a cd and updating my iPod when it happened. The first time it happened there was a complete PRAM reset. The last couple times no messages or anything, and not sleeping, just shutting off without warning. I'm showing well over 400 cycles and about 1160 mAh full charge capacity. It's happened three times in the last month, and it started after I let my son play Lego Star Wars on the machine. I taught him to put the pb up on some popsicle sticks to help cooling, as it was very hot.

  • Error when upgrading kernel (error: command failed to execute corre...

    Hi, twice now when upgrading the kernel I have seen
    "error: command failed to execute correctly"
    in pacmans output, any ideas as to what it might be?
    Bit of pacman output:
    ( 4/11) upgrading fontconfig [###################] 100%
    updating font cache... done.
    ( 5/11) upgrading gpm [###################] 100%
    ( 6/11) upgrading linux [###################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.3-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> ERROR: file not found: `fsck.btrfs'
    ==> WARNING: No fsck helpers found. fsck will not be run on boot.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.3-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: bfa
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    error: command failed to execute correctly
    ( 7/11) upgrading man-db [###################] 100%
    ( 8/11) upgrading mdadm
    jason@jason-laptop ~ % sudo mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.3-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> ERROR: file not found: `fsck.btrfs'
    ==> WARNING: No fsck helpers found. fsck will not be run on boot.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.3-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: bfa
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful

    First search result: https://bbs.archlinux.org/viewtopic.php?id=139370
    Please make some effort yourself...

Maybe you are looking for

  • ITunes is duplication my purchases and clogging my hard drive

    Hi folks, it doesnt sound critical but this is my situation: I have a rather large music collection so ever since I started using iTunes I have always had my music on an external drive(a NAS more specifically). My music library has always been 'z:/mu

  • System freezes after update w/ 'testing repo'

    i'm using xfce with compiz and everything was fine til I updated my system with testing repo enabled.. here is my Xorg.conf # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (buildmeister@builder3) We

  • In migo 545 mov type is occuring instead of 543(Subcontracting Process)

    Hi All Subcontracting scenario is there Movement type as per declaration. 201-- Some material is issued. 262-- one material is reversed. 541--Transfered to Sub con(Same reversed mat is included here) 101--Migo is done after comming back from vendor(S

  • Standard BW reports for FSCM

    Does anyone have examples of the standard FSCM BW reports (Profile Analysis: Rick Class for example) they can share with me?

  • Solid State Drive for Macbook Pro?

    Just wondering how many people have experience with 3rd-party (not Apple installed) SSD's in Macbook Pros? I was looking at picking up one of the refurbished 13" Macbook Pro's (2.4ghz c2d + 4gb ram) and then add in a Solid State Drive. I'm considerin