Cache of a Filesystem

I would like to use Coherence as a fast front end for accessing files on a filesystem. After looking at how Coherence works, I think I need to write a "FilesystemCacheStore" that implements the CacheStore interface. So when I write items to the cache, they eventually end up on the filesystem. When I "get" items that are not in the cache, the filesystem would be used (via the FileSystemCacheStore) to get the data.
Is this the right way to think about it? Maybe there are some things I should consider when using Coherence in this way?
Thanks!

Sounds doable - as long as EVERYBODY accesses the file system ONLY this way (or else you must find a way to invalidate the cached file content if it is changed "from the side"). If you "files" are large this will probably not work very well (lets say you use a near cache - each time anybody changes a file the whole file will be invalidated and must be transfered again). A "real" cached / distributed file system partitions files into blocks (like a file system on disk) to overcome this problem...
Since disk is awfully slow (compared to memory or even network) you may need a LARGE thread pool on each node or your service threads will all get stuck awfully fast - hopefully you have a really high read/update ration or this may still become a problem...
You may consider if a custom object to partition algorithm may improve your solution - if users for instance often want to operate on all files in a directory you may want to ensure that files in the same directory end up in the same partition. This would for instance make "ls/dir" of a directory a faster operation since it only would involve a single node... (i.e. a PartitionFilter can be used to limit the query)...
Is the file system accessible from all the machines acting as cache nodes or do you plan to use local disk on the cache nodes? If using local disk you get very good aggregated i/o performance but must also consider what happens if a node fail (i.e. the files will not be accessible until it is back online).
In most applications each file is updated separately from others - if this is true in your case you may consider write-behind caching... Also look at if update processors can be used to make small changes to a file without replacing the whole file in the cache...
/Magnus
Edited by: MagnusE on Jan 14, 2010 7:16 AM

Similar Messages

  • /usr/bin/gtk-update-icon-cache exists in filesystem?

    heres what i get when i try yo update GTK or install a program like gnome-do. 
    [kazuki@archbang ~]$ sudo pacman -S gtk3
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): gtk-update-icon-cache-2.24.4-1 [0.01 MB]  gtk3-3.0.9-1 [4.69 MB]
    Total Download Size:    0.00 MB
    Total Installed Size:   31.78 MB
    Proceed with installation? [Y/n] y
    (2/2) checking package integrity                   [---------------------] 100%
    (2/2) checking for file conflicts                  [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    gtk-update-icon-cache: /usr/bin/gtk-update-icon-cache exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$
    Last edited by kazuki454 (2011-05-04 22:43:38)

    ok but stiil not work? [kazuki@archbang ~]$ sudo pacman -Syu gtk3
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra                   472.6K  581.6K/s 00:00:01 [---------------------] 100%
    community               433.9K  570.9K/s 00:00:01 [---------------------] 100%
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace lib32-util-linux-ng with multilib/lib32-util-linux? [Y/n] y
    :: Replace libjpeg with extra/libjpeg-turbo? [Y/n] y
    :: Replace mailx with core/heirloom-mailx? [Y/n] y
    :: Replace util-linux-ng with core/util-linux? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Remove (4): libjpeg-8.3.0-1 [0.83 MB]  util-linux-ng-2.18-3 [6.83 MB]
                lib32-util-linux-ng-2.18-3 [0.58 MB]  mailx-8.1.1-7 [0.16 MB]
    Total Removed Size:   8.40 MB
    Targets (330): glib2-2.28.6-1 [1.57 MB]  atk-2.0.0-1 [0.25 MB]
                   linux-api-headers-2.6.38.1-1 [0.54 MB]
                   tzdata-2011g-1 [0.17 MB]  glibc-2.13-5 [7.19 MB]
                   ncurses-5.9-1 [0.92 MB]  readline-6.2.001-1 [0.29 MB]
                   bash-4.2.008-1 [0.77 MB]  cairo-1.10.2-2 [0.46 MB]
                   libjpeg-turbo-1.1.0-1 [0.20 MB]  libtiff-3.9.5-1 [0.75 MB]
                   libxcb-1.7-2 [0.26 MB]  xproto-7.0.21-1 [0.13 MB]
                   libx11-1.4.3-2 [1.49 MB]  gdk-pixbuf2-2.23.3-1 [0.56 MB]
                   gtk-update-icon-cache-2.24.4-1 [0.01 MB]
                   gcc-libs-4.6.0-4 [0.73 MB]  libtasn1-2.9-1 [0.10 MB]
                   libgpg-error-1.9-3 [0.05 MB]  libgcrypt-1.4.6-3 [0.29 MB]
                   gnutls-2.12.3-1 [1.48 MB]  libxi-1.4.2-1 [0.14 MB]
                   libthai-0.1.15-1 [0.14 MB]  pango-1.28.4-2 [0.48 MB]
                   shared-mime-info-0.90-1 [0.35 MB]  gtk3-3.0.9-1 [4.69 MB]
                   a52dec-0.7.4-5 [0.04 MB]  aalib-1.4rc5-8 [0.14 MB]
                   alsa-firmware-1.0.24.1-1 [2.58 MB]
                   alsa-lib-1.0.24.1-1 [0.37 MB]  dialog-1.1_20110302-1 [0.15 MB]
                   pciutils-3.1.7-4 [0.21 MB]  alsa-utils-1.0.24.2-1 [0.90 MB]
                   db-5.1.25-1 [1.06 MB]  shadow-4.1.4.3-1 [0.94 MB]
                   coreutils-8.12-1 [2.00 MB]  perl-5.12.3-1 [12.55 MB]
                   openssl-1.0.0.d-1 [3.62 MB]  sqlite3-3.7.6.1-1 [0.36 MB]
                   python2-2.7.1-9 [8.18 MB]  python2-cairo-1.10.0-1 [0.02 MB]
                   gobject-introspection-0.10.8-1 [0.77 MB]
                   pygobject-devel-2.28.4-1 [0.17 MB]
                   pygobject-2.28.4-1 [0.27 MB]  pygtk-2.24.0-1 [1.61 MB]
                   xorg-xrandr-1.3.4-2 [0.03 MB]  arandr-0.1.4-2 [0.05 MB]
                   libdrm-2.4.25-1 [0.09 MB]  libgl-7.10.2-2 [0.93 MB]
                   ati-dri-7.10.2-2 [1.67 MB]  libsigc++-2.2.9-1 [0.06 MB]
                   glibmm-2.28.0-2 [0.52 MB]  atkmm-2.22.4-1 [0.08 MB]
                   attr-2.4.44-3 [0.06 MB]  linux-firmware-20110227-1 [8.23 MB]
                   mkinitcpio-busybox-1.18.2-1 [0.16 MB]
                   filesystem-2011.04-1 [0.00 MB]  util-linux-2.19-4 [1.38 MB]
                   udev-167-2 [0.22 MB]  file-5.06-1 [0.19 MB]
                   mkinitcpio-0.6.11-1 [0.02 MB]  kernel26-2.6.38.5-1 [34.85 MB]
                   aufs2-2.6.38_20110314-5 [0.10 MB]
                   aufs2-util-20110314-1 [0.39 MB]  avahi-0.6.30-2 [0.40 MB]
                   binutils-2.21-7 [3.24 MB]  run-parts-3.4.4-1 [0.01 MB]
                   ca-certificates-20110421-3 [0.13 MB]  cairomm-1.9.8-1 [0.26 MB]
                   cdparanoia-10.2-3 [0.08 MB]  gtk2-2.24.4-1 [4.92 MB]
                   nss-3.12.9-1 [1.37 MB]  xorg-xset-1.2.1-2 [0.02 MB]
                   xdg-utils-1.1.0rc1-2 [0.04 MB]  libevent-2.0.10-1 [0.25 MB]
                   desktop-file-utils-0.18-1 [0.03 MB]
                   chromium-11.0.696.57-1 [18.64 MB]  conky-1.8.1-3 [0.15 MB]
                   polkit-0.101-2 [0.35 MB]  consolekit-0.4.4-1 [0.08 MB]
                   dconf-0.7.3-2 [0.08 MB]  dcron-4.5-2 [0.02 MB]
                   device-mapper-2.02.84-1 [0.12 MB]  linux-atm-2.5.1-2 [0.25 MB]
                   iproute2-2.6.37-1 [0.37 MB]  dhclient-4.2.1.1-1 [0.56 MB]
                   dhcpcd-5.2.12-1 [0.06 MB]  idnkit-1.0-1 [0.12 MB]
                   dnsutils-9.8.0-1 [0.93 MB]  dosfstools-3.0.11-1 [0.05 MB]
                   eject-2.1.5-5 [0.02 MB]  elfutils-0.152-1 [0.55 MB]
                   ethtool-1:2.6.38-1 [0.06 MB]  eventlog-0.2.12-2 [0.01 MB]
                   exiv2-0.21.1-1 [1.25 MB]  faad2-2.7-2 [0.18 MB]
                   xvidcore-1.3.1-1 [0.25 MB]  x264-20110327-1 [0.36 MB]
                   libvdpau-0.4.1-1 [0.05 MB]  xextproto-7.2.0-1 [0.12 MB]
                   fixesproto-5.0-1 [0.01 MB]  libxfixes-5.0-1 [0.01 MB]
                   libvpx-0.9.6-2 [0.33 MB]  libva-1.0.12-1 [0.14 MB]
                   ffmpeg-20110330-1 [5.24 MB]  fftw-3.2.2-2 [1.52 MB]
                   libexif-0.6.20-1 [0.33 MB]
                   gsettings-desktop-schemas-3.0.1-2 [0.04 MB]
                   startup-notification-0.10-2 [0.02 MB]
                   gnome-desktop-3.0.1-1 [0.47 MB]  libproxy-0.4.6-6 [0.07 MB]
                   glib-networking-2.28.6.1-2 [0.04 MB]
                   libsoup-2.34.1-1 [0.30 MB]  libgnome-keyring-3.0.1-1 [0.09 MB]
                   libsoup-gnome-2.34.1-1 [0.01 MB]  libunique3-3.0.0-1 [0.04 MB]
                   sg3_utils-1.30-1 [0.46 MB]  lsof-4.84-3 [0.27 MB]
                   lvm2-2.02.84-1 [0.54 MB]  udisks-1.0.3-2 [0.15 MB]
                   libnotify-0.7.2-1 [0.03 MB]
                   gnome-disk-utility-3.0.0-1 [1.65 MB]  gvfs-1.8.1-1 [0.80 MB]
                   nautilus-3.0.1.1-1 [2.19 MB]  file-roller-3.0.1-2 [1.03 MB]
                   gcalctool-6.0.1-1 [0.49 MB]  libldap-2.4.24-1 [0.36 MB]
                   gconf-2.32.3-1 [0.88 MB]  geeqie-1.0-5 [0.84 MB]
                   gegl-0.1.6-1 [0.34 MB]  gettext-0.18.1.1-3 [5.35 MB]
                   giflib-4.1.6-4 [0.08 MB]  librsvg-2.34.0-1 [0.10 MB]
                   gimp-2.6.11-5 [9.40 MB]  xorg-xauth-1.0.5-2 [0.02 MB]
                   gksu-2.0.2-3 [0.02 MB]  gnome-menus-3.0.1-1 [0.14 MB]
                   libmad-0.15.1b-5 [0.06 MB]  keyutils-1.4-1 [0.04 MB]
                   cifs-utils-4.9-2 [0.03 MB]  tdb-1.2.9-1 [0.05 MB]
                   talloc-2.0.5-1 [0.04 MB]  smbclient-3.5.8-2 [8.51 MB]
                   jack-0.120.1-1 [0.28 MB]  libirman-0.4.5-2 [0.01 MB]
                   lirc-utils-1:0.9.0-2 [0.26 MB]  mplayer-33159-1 [8.85 MB]
                   gnome-mplayer-1.0.3-1 [0.30 MB]  libgsf-1.14.20-1 [0.18 MB]
                   goffice-0.8.14-1 [1.29 MB]  gnumeric-1.10.14-1 [9.27 MB]
                   gstreamer0.10-0.10.32-1 [1.28 MB]  orc-0.4.14-1 [0.18 MB]
                   gstreamer0.10-base-0.10.32-4 [1.14 MB]
                   gstreamer0.10-bad-0.10.21-3 [0.84 MB]
                   libraw1394-2.0.7-1 [0.05 MB]  libdc1394-2.1.3-1 [0.13 MB]
                   raptor1-1.4.21-3 [0.17 MB]  liblrdf-0.4.0-7 [0.02 MB]
                   libofa-0.9.3-3 [0.05 MB]  libsndfile-1.0.24-1 [0.28 MB]
                   gstreamer0.10-bad-plugins-0.10.21-3 [0.39 MB]
                   gstreamer0.10-base-plugins-0.10.32-4 [0.15 MB]
                   gstreamer0.10-good-0.10.28-1 [0.85 MB]  taglib-1.7-1 [0.23 MB]
                   sysfsutils-2.1.0-6 [0.03 MB]  v4l-utils-0.8.3-1 [0.23 MB]
                   gstreamer0.10-good-plugins-0.10.28-1 [0.31 MB]
                   gstreamer0.10-ugly-0.10.17-2 [0.15 MB]
                   gstreamer0.10-ugly-plugins-0.10.17-2 [0.08 MB]
                   pangomm-2.28.1-1 [0.07 MB]  gtkmm-2.24.0-1 [1.00 MB]
                   initscripts-2011.04.1-2 [0.01 MB]  intel-dri-7.10.2-2 [1.33 MB]
                   leafpad-0.8.18.1-2 [0.07 MB]  less-443-1 [0.09 MB]
                   lib32-glibc-2.13-5 [2.54 MB]  lib32-pixman-0.20.2-1 [0.15 MB]
                   lib32-gcc-libs-4.6.0-4 [0.71 MB]  lib32-pcre-8.12-1 [0.14 MB]
                   lib32-glib2-2.28.6-1 [1.39 MB]  lib32-cairo-1.10.2-2 [0.31 MB]
                   lib32-util-linux-2.19-1 [0.18 MB]
                   lib32-e2fsprogs-1.41.14-2 [0.15 MB]
                   lib32-libx11-1.4.3-1 [0.50 MB]
                   lib32-gdk-pixbuf2-2.23.3-1 [0.13 MB]
                   lib32-gnutls-2.12.2-1 [0.28 MB]  lib32-libxi-1.4.1-1 [0.02 MB]
                   lib32-gtk2-2.24.4-1 [1.69 MB]
                   lib32-openssl-1.0.0.d-1 [1.00 MB]
                   libburn-1.0.6.pl00-1 [0.19 MB]  libfetch-2.33-3 [0.07 MB]
                   libgtop-2.28.3-1 [0.15 MB]  libisofs-1.0.6-1 [0.16 MB]
                   mpfr-3.0.1-1 [0.31 MB]  libmpc-0.9-1 [0.06 MB]
                   libpciaccess-0.12.1-1 [0.02 MB]  libunique-1.1.6-4 [0.02 MB]
                   libwnck-2.30.6-2 [0.32 MB]  libxfcegui4-4.8.1-2 [0.20 MB]
                   libxt-1.1.1-1 [0.39 MB]  licenses-2.8-1 [0.06 MB]
                   mach64-dri-7.10.2-2 [0.83 MB]  heirloom-mailx-12.5-1 [0.20 MB]
                   libpipeline-1.2.0-1 [0.03 MB]  man-db-2.6.0.2-1 [0.38 MB]
                   mdadm-3.2.1-3 [0.30 MB]  mesa-7.10.2-2 [0.27 MB]
                   mga-dri-7.10.2-2 [0.83 MB]  nitrogen-1.5.2-1 [0.13 MB]
                   libcanberra-0.28-1 [0.07 MB]
                   notification-daemon-0.7.1-1 [0.03 MB]
                   nouveau-dri-7.10.2-2 [1.28 MB]  ntfs-3g-2011.4.12-1 [0.23 MB]
                   ntfsprogs-2011.4.12-1 [0.13 MB]  p7zip-9.20.1-1 [1.14 MB]
                   pacman-mirrorlist-20110324-1 [0.00 MB]
                   parcellite-1.0.1-1 [0.21 MB]  pcmciautils-017-2 [0.02 MB]
                   pm-utils-1.4.1-3 [0.04 MB]  poppler-0.16.4-1 [0.71 MB]
                   poppler-glib-0.16.4-1 [0.17 MB]  ppl-0.11.2-1 [2.74 MB]
                   ppp-2.4.5-2 [0.27 MB]  python-3.2-2 [8.98 MB]
                   python-imaging-1.1.7-3 [0.34 MB]  qt-4.7.3-1 [24.12 MB]
                   r128-dri-7.10.2-2 [0.81 MB]  raptor-2.0.2-1 [0.23 MB]
                   rp-pppoe-3.10-6 [0.08 MB]  savage-dri-7.10.2-2 [0.83 MB]
                   sis-dri-7.10.2-2 [0.82 MB]  slim-1.3.2-5 [0.21 MB]
                   xz-5.0.2-1 [0.30 MB]  squashfs-tools-4.2-1 [0.07 MB]
                   sudo-1.8.1.p1-1 [0.37 MB]  syslinux-4.03-4 [0.68 MB]
                   syslog-ng-3.2.2-2 [0.23 MB]  tar-1.26-1 [0.55 MB]
                   tdfx-dri-7.10.2-2 [0.82 MB]  thunar-1.2.1-2 [2.67 MB]
                   transmission-gtk-2.22-3 [0.54 MB]  tumbler-0.1.21-3 [0.09 MB]
                   unrar-4.0.7-1 [0.08 MB]  usbutils-002-2 [0.16 MB]
                   vi-050325-4 [0.14 MB]  vte-common-0.28.0-1 [0.00 MB]
                   vte-0.28.0-1 [0.34 MB]  wget-1.12-5 [0.39 MB]
                   wpa_supplicant-0.7.3-3 [0.24 MB]  wicd-1.7.0-9 [0.25 MB]
                   xf86-input-evdev-2.6.0-3 [0.02 MB]
                   xf86-input-synaptics-1.4.0-2 [0.04 MB]
                   xf86-video-apm-1.2.3-3 [0.05 MB]
                   xf86-video-ark-0.7.3-3 [0.01 MB]
                   xf86-video-ast-0.91.10-3 [0.02 MB]
                   xf86-video-ati-6.14.1-1 [0.33 MB]
                   xf86-video-chips-1.2.4-2 [0.06 MB]
                   xf86-video-cirrus-1.3.2-6 [0.03 MB]
                   xf86-video-dummy-0.3.4-4 [0.01 MB]
                   xf86-video-fbdev-0.4.2-4 [0.01 MB]
                   xf86-video-glint-1.2.5-2 [0.07 MB]
                   xf86-video-i128-1.3.4-3 [0.02 MB]
                   xf86-video-i740-1.3.2-6 [0.02 MB]
                   xf86-video-intel-2.15.0-1 [0.16 MB]
                   xf86-video-mach64-6.8.2-6 [0.07 MB]
                   xf86-video-mga-1.4.13-3 [0.07 MB]
                   xf86-video-neomagic-1.2.5-4 [0.03 MB]
                   xf86-video-nouveau-0.0.16_git20110316-2 [0.08 MB]
                   xf86-video-nv-2.1.18-3 [0.07 MB]
                   xf86-video-r128-6.8.1-6 [0.04 MB]
                   xf86-video-rendition-4.2.4-4 [0.03 MB]
                   xf86-video-s3-0.6.3-5 [0.03 MB]
                   xf86-video-s3virge-1.10.4-5 [0.03 MB]
                   xf86-video-savage-2.3.2-2 [0.06 MB]
                   xf86-video-siliconmotion-1.7.5-2 [0.05 MB]
                   xf86-video-sis-0.10.3-4 [0.22 MB]
                   xf86-video-sisusb-0.9.4-4 [0.03 MB]
                   xf86-video-tdfx-1.4.3-6 [0.03 MB]
                   xf86-video-trident-1.3.4-4 [0.06 MB]
                   xf86-video-tseng-1.2.4-4 [0.02 MB]
                   xf86-video-v4l-0.2.0-8 [0.02 MB]
                   xf86-video-vesa-2.3.0-5 [0.01 MB]
                   xf86-video-vmware-11.0.3-3 [0.02 MB]
                   xf86-video-voodoo-1.2.4-4 [0.01 MB]
                   xf86-video-xgi-1.6.0-3 [0.11 MB]
                   xf86-video-xgixp-1.8.0-3 [0.05 MB]  xfburn-0.4.3-4 [0.26 MB]
                   xfsprogs-3.1.5-1 [0.58 MB]  xorg-xkbcomp-1.2.1-2 [0.08 MB]
                   xkeyboard-config-2.2.1-1 [0.46 MB]
                   xorg-fonts-encodings-1.0.4-1 [0.54 MB]
                   xorg-bdftopcf-1.0.3-1 [0.01 MB]
                   xorg-mkfontscale-1.0.8-1 [0.02 MB]
                   xorg-mkfontdir-1.0.6-2 [0.00 MB]
                   xorg-font-util-1.2.0-1 [0.02 MB]
                   xorg-font-utils-7.6-2 [0.00 MB]  xorg-iceauth-1.0.4-2 [0.01 MB]
                   xorg-luit-1.1.0-2 [0.02 MB]  xorg-setxkbmap-1.2.0-2 [0.01 MB]
                   xorg-server-common-1.10.1-1 [0.02 MB]
                   xorg-server-1.10.1-1 [1.24 MB]  xorg-sessreg-1.0.6-2 [0.01 MB]
                   xorg-xcmsdb-1.0.3-2 [0.01 MB]
                   xorg-xbacklight-1.1.2-2 [0.01 MB]
                   xorg-xgamma-1.0.4-2 [0.01 MB]  xorg-xhost-1.0.4-2 [0.01 MB]
                   xorg-xinput-1.5.3-2 [0.02 MB]  xorg-xmodmap-1.0.5-2 [0.02 MB]
                   xorg-xrdb-1.0.9-1 [0.02 MB]  xorg-xrefresh-1.0.4-2 [0.01 MB]
                   xorg-xsetroot-1.1.0-2 [0.01 MB]
                   xorg-server-utils-7.6-2 [0.00 MB]  xorg-twm-1.0.6-2 [0.09 MB]
                   xorg-xdpyinfo-1.2.0-2 [0.01 MB]
                   xorg-xdriinfo-1.0.4-2 [0.00 MB]  xorg-xev-1.1.0-2 [0.01 MB]
                   xorg-xlsatoms-1.1.0-2 [0.01 MB]
                   xorg-xlsclients-1.1.1-2 [0.01 MB]  xorg-xprop-1.2.0-2 [0.02 MB]
                   xorg-xvinfo-1.1.1-2 [0.01 MB]  xorg-xwininfo-1.1.1-2 [0.02 MB]
                   xorg-utils-7.6-7 [0.00 MB]  xorg-xinit-1.3.0-3 [0.01 MB]
                   xorg-xkbutils-1.0.3-2 [0.02 MB]  xorg-xkbevd-1.1.2-2 [0.02 MB]
                   xorg-xkb-utils-7.6-1 [0.00 MB]  xorg-xkill-1.0.3-2 [0.01 MB]
                   xterm-269-1 [0.22 MB]  zip-3.0-2 [0.15 MB]
    Total Download Size:    1.13 MB
    Total Installed Size:   1398.30 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    pciutils-3.1.7-4-x...   219.5K  484.9K/s 00:00:00 [---------------------]  18%
    udev-167-2-x86_64       444.4K  255.7K/s 00:00:02 [---------------------]  38%
    run-parts-3.4.4-1-...   452.2K  173.5K/s 00:00:03 [---------------------]  39%
    ca-certificates-20...   580.8K  155.1K/s 00:00:04 [---------------------]  50%
    sudo-1.8.1.p1-1-x86_64  964.4K  184.3K/s 00:00:05 [---------------------]  83%
    usbutils-002-2-x86_64  1133.0K  176.3K/s 00:00:06 [---------------------]  97%
    :: Retrieving packages from extra...
    dcron-4.5-2-x86_64     1158.1K  149.2K/s 00:00:08 [---------------------] 100%
    (330/330) checking package integrity               [---------------------] 100%
    (330/330) checking for file conflicts              [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    wicd: /usr/lib/python2.7/site-packages/wicd/__init__.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/backend.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/configmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/dbusmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/logfile.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/misc.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/networking.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wnettools.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wpath.pyo exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$

  • Local persistent caching file system or RDBMS?

    Hello,
    I have a need to cache Oracle blob data locally on disk on the client machine. I am running a plain vanilla java app which connects to Oracle using Type 4 JDBC connectivity.
    My problem , what should i use to cache data ? FileSystem or RDBMS? currently i see about 3 blob columns from the same table on server which need to be locally cached. Using a file system caching mechanism developing an file heirarchy strategy is simple enough and i do have the advantage of not increasing complexity on client application by not including a local RDBMS. But i got to do the plumbing for data retreival.
    If i use a local RDBMS then i do understand that data reteival plumbing work is not my headache but i am not sure which lightweight Db would support KBs of column data. Any suggestions for lighweight dbs which are free and crossplatform would be useful
    Also ar there any known patterns for local disk caching?
    thank you
    SAmeer

    Look into http://hsqldb.org/. you can actually bundle it up with your app as a jar and run the db inprocess. or you can deploy it as a separate component on your desktop (or whatever it is you are deploying it on)

  • Time machine gets stuck on indexing

    Since the last weeks my time machine will not backup anymore..
    I have searched around but couldn't find out what will fix it..
    This is what the module had to say:
    Starting standard backup
    Attempting to mount network destination using URL: afp://admin@TM_Twan.local/MyShare
    Mounted network destination using URL: afp://admin@TM_Twan.local/MyShare
    Warning: Destination /Volumes/MyShare does not support TM Lock Stealing
    Warning: Destination /Volumes/MyShare does not support Server Reply Cache
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/MyShare/MacBook Pro van Antoine van der Lee.sparsebundle mounted at: /Volumes/Time Machine-reservekopieën
    Backing up to: /Volumes/Time Machine-reservekopieën/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh HD
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (100)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    I hope you guys can help me..
    Kind regards,
    Twan

    AJvanderLee wrote:
    There was only one thing i could not do, i could not repair my backups, because they didn't appear in the disk utility..
    What are you backing-up to? If you can see the +sparse bundle+ your backups are in via the Finder, use the instructions in #A5 for repairing the backups on a Time Capsule. If you can't see it, you can't repair them with DIsk Utility (or most 3rd-party disk repair apps). Check with the maker of the NAS for help.
    Further, i thought it would be something with the message "Event store UUIDs don't match for volume: Macintosh HD"
    That's normal after a failed/cancelled backup, and will be repeated each time until one completes successfully. See #A6 in Troubleshooting for details.
    Besides, my spotlight is now indexing my harddisk and seems to get stuck on "calculating time for indexing"
    This is because i excluded my harddisk from spotlight, restarted my mac and then included my harddisk again for spotlight. So it needed to reindex it, but i'm not sure that it will work, because it allready toke the whole day for it and is still saying the same thing..
    That sounds like a problem with a file or the directory structure on your internal HD. Did you verify your internal HD, per #3 in the green box? If so, and if it says it's ok, exclude your internal HD from Spotlight indexing until you get your backups working; then you can figure out what's wrong with Spotlight.

  • Problem using time machine from migrated MacBook Pro

    I upgraded from a 2.66Gig 15 inch dual core to a 2.2GHz 15 inch quad core (MacBook Pro 8,2) - I used setup assistant to transfer files and settings form the old mac to the new one over ethernet - Everything (apps, documents, preferences) transferred fine and the new mac is a clone of the other except for being able to use time machine. On running for the first time I get an error dialog "Time machine could not complete the backup. The backup disk image "Volumes/backups/restOfPath.sparsebundle" could not be accessed(error-1).
    I tried a full reset of TM (deselecting the backup drive, turning off, deleting the preferences .plist and rebooting), with the same result. The image that is created is 1.6TB (on a 1 TB Iomega Home Storage drive). The image of my old time machine reflects the drive size -I don't know if this is a problem, both images are twice the size of the respective mac's inbuilt drives).
    I looked at the troubleshooting tips and installed TM buddy - the log from the new mac shows this:
    Starting standard backup
    Attempting to mount network destination using URL: afp://Ray%[email protected]/backups
    Mounted network destination using URL: afp://Ray%[email protected]/backups
    Warning: Destination /Volumes/backups does not support TM Lock Stealing
    Warning: Destination /Volumes/backups does not support Server Reply Cache
    Error 257 looking up immutability for /Volumes/backups/Ray-Hicks-MacBook-Pro.local_c82a1408b246.sparsebundle/token
    Error writing Time Machine Information file: /Volumes/backups/Ray-Hicks-MacBook-Pro.local_c82a1408b246.sparsebundle/com.appl e.TimeMachine.MachineID.plist
    Running backup verification
    Failed to attach to image: /Volumes/backups/Ray-Hicks-MacBook-Pro.local_c82a1408b246.sparsebundle, DIHLDiskImageAttach returned: 107
    Backup verification incomplete!
    Failed to attach to image: /Volumes/backups/Ray-Hicks-MacBook-Pro.local_c82a1408b246.sparsebundle, DIHLDiskImageAttach returned: 107
    Mount failed... waiting 60 seconds and trying again.
    Ejected Time Machine network volume.
    The original mac can still use it's backup on the same disc - it gives the same warnings about Lock Stealing and Server Reply Cache, I'll append a report from TM Buddy below this one.
    I'd appreciate any help that people can provide - I'm using the same username and password connecting to the backup disc from either mac so I'm presuming it's not an access privilege thing (but if it is I may need an idiots guide to changing these:))
    Cheers
    TM Buddy log from old MacBook follows:
    Starting standard backup
    Attempting to mount network destination using URL: afp://Ray%[email protected]/backups
    Mounted network destination using URL: afp://Ray%[email protected]/backups
    Warning: Destination /Volumes/backups does not support TM Lock Stealing
    Warning: Destination /Volumes/backups does not support Server Reply Cache
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/backups/Ray-Hickss-MacBook-Pro.local_109add54a619.sparsebundle mounted at: /Volumes/Backup
    Backing up to: /Volumes/Backup/Backups.backupdb
    No pre-backup thinning needed: 803.6 MB requested (including padding), 748.74 GB available
    Copied 358 files (2.8 MB) from volume Macintosh HD.
    No pre-backup thinning needed: 800.4 MB requested (including padding), 748.74 GB available
    Copied 31 files (15 KB) from volume Macintosh HD.
    Starting post-backup thinning
    No post-back up thinning needed: no expired backups exist
    Backup completed successfully.
    Ejected Time Machine disk image.
    Ejected Time Machine network volume.
    Message was edited by: RayHicks

    Sorry - I totally missed this longer post you made - here are the answers to the best of my knowledge - I seem to have answered a couple accidentally in my next post, but didn't directly address what you'd asked - sorry about that I just totally missed your post before reposting an update to (what I thought was) my one-man thread!
    {quote:title=Pondini wrote:}
    When you set up Time Machine on that NAS, do you create the sparse bundle manually, or does the NAS do it? Is there a setting on the NAS to limit the size? (One of the disadvantages to using a 3rd-party NAS is, few folks here, or with Apple, know much about how that particular NAS interacts with OSX).
    {quote}
    It seems that the NAS does it automatically, sometimes wrongly (it puts the wrong MAC in occasionally, and it appends .local after the username (not sure of the relevance of this, but in the manual setup that got me limping along in the later post, it doesn't mention the .local bit and I didn't use it (maybe this is why the access is through ip address now?)
    Those seem to mean your NAS isn't fully compatible with Snow Leopard. See if there's a software/firmware update for it.
    I'm using the latest firmware, and it works with the other mac also running 10 6.6
    also throwing the same warning but with no apparent problem (yet:P)
    I'd appreciate any help that people can provide - I'm using the same username and password connecting to the backup disc from either mac so I'm presuming it's not an access privilege thing (but if it is I may need an idiots guide to changing these:))
    That would be on the NAS, not OSX, so you'd need their instructions or help.
    Indeed it was (fix seems to be to manually install a newly created sparsebundle)
    You might try repairing the sparse bundle. Follow the instructions for a Time Capsule in #A5 of [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).
    Thanks - I tried that I think ( I read though most of your site and tried many things:)), but with no joy - thanks for taking the time to provide this useful resource.
    On a Time Capsule or AirDisk, where Time Machine creates the sparse bundle, it's actual size starts out at just a few hundred MBs (the directory structure, etc.), then grows as backups are added. It's maximum size is set at the size of the volume it's on.
    That seems to be the way with this too (the actual size is a few hundred megs - though disc utility reports it to be 1.5TB which is twice the size of the Mac disc)
    Thanks again for your time and input,
    Ray

  • Bump VMware Server 1.0.7 Latest error --Not enough memory...

    VMware Server Help Post
    Platform:
    Intel core 2 Duo E2168.
    2G ram, but 1/2 just went missing. If this is causing my problems, the mind wobbles, yet it's easy to fix, yay!
    Lots of harddrives! Lots of harddrive space.
    gigabit eth.
    Nvidia 7600GS 512MB
    Highpoint raid card (soft) 132Gigs for VMs
    Archlinux w/ 2.6.26.3-1 kernel
    kernel-headers 2.6.25.8-1
    History:
    Four weeks ago--
    Patched and installed VMware Server 1.0.5 on Archlinux with kernel 2.6.25... everything worked well. Bliss!
    About 2 weeks ago--
    Upgraded kernel to 2.6.26... time suck began.
    Current status:
    After banging on VMware and vmmon patch and source code for a while,
    now have on kernel 2.6.26-arch--
    VMware Server 1.0.7 with patch ...117d, modified as follows:
        In .../vmmon-only/include/iocontrols.h
    line 48 #define VMMON_VERSION           (168 << 16 | 0)   changed to:
    line 48 #define VMMON_VERSION           (138 << 16 | 0)
    Patch reasoning [limited newb alert]:
    Without 117d, vmmon fails to compile with error re: .nopage
    With 117d, vmmon compiles and installs successfully but VMs
      won't start with error re: expect version 138 got 168
    With patch modified, now past the version error, but getting the error:
    Not enough physical memory is available to power on this virtual machine.
    To fix this problem, power off other virtual machines                      [No others on]
       or adjust the additional memory settings to allow more virtual machine
       memory to be swapped                                   [There's plenty of memory]
    If you were able to power on this virtual machine on this host computer
       in the past, try rebooting the host computer. Rebooting may allow you
       to use slightly more host memory to run virtual machines.                [Rebooting had no effect]
    In log:
    Failed to connect to vm: /mnt/VMs/Test Booger/Test Booger.vmx
    vmdbPipe_Streams Couldn't read: OVL_STATUS_EOF
    Error during launch: 11, The process exited with an error:
    End of error message
    Operation failed to change the VM to the expected power state.
    Not enough physical memory is available to power on this virtual machine.
    To fix this problem, power off other virtual machines                      [No others on]
       or adjust the additional memory settings to allow more virtual machine
       memory to be swapped                                   [There's plenty of memory]
    If you were able to power on this virtual machine on this host computer
       in the past, try rebooting the host computer. Rebooting may allow you
       to use slightly more host memory to run virtual machines.                [Rebooting had no effect]
    There's plenty of memory and disk free space--
    top -b >> top_out
    top - 06:59:46 up 40 min,  0 users,  load average: 0.02, 0.05, 0.03
    Tasks: 113 total,   1 running, 112 sleeping,   0 stopped,   0 zombie
    Cpu(s):  1.1%us,  0.5%sy,  0.0%ni, 97.2%id,  1.2%wa,  0.0%hi,  0.0%si,  0.0%st
    Mem:   1034920k total,   441944k used,   592976k free,    17604k buffers
    Swap:  2000084k total,        0k used,  2000084k free,   227224k cached
    df -ha
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda3              72G   44G   25G  65% /
    /dev/sdc1              20G   12G  7.5G  61% /mnt/home2
    /dev/mapper/hpt45x_dcafabbcai1
                          153G   21G  132G  14% /mnt/VMs
    I reduced host memory settings to 408MB and guest to 256MB as a test.            [No effect]
    After the tests I've done, I don't believe this error really has anything to do with low memory.
    I don't know whether this is a bug, a patch problem, or, or, or, or .....
    And so I post.
    What next?
    thanx in advance.
    Last edited by maxbally (2008-09-15 23:33:21)

    Hi Mike,
    Mike23 wrote:
    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    It's likely that instead of trying to plot 5 charts with 150000 data-points, you're trying to plot 150000charts with 5 data-points!  Try right-clicking on the chart - do you see "Transpose Array" property? If it's checked, UNcheck it (if UNchecked, check it!)
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • [SOLVED]Can't Install Git

    I'm trying to install git from the Extra repository. However, I get the following output:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): git-1.8.0.1-1
    Total Installed Size: 15.74 MiB
    checking package integrity...
    loading package files...
    checking for file conflicts...
    git: /etc/rc.d/git-daemon exists in filesystem
    git: /usr/bin/git exists in filesystem
    git: /usr/bin/git-cvsserver exists in filesystem
    git: /usr/bin/git-receive-pack exists in filesystem
    git: /usr/bin/git-shell exists in filesystem
    git: /usr/bin/git-upload-archive exists in filesystem
    git: /usr/bin/git-upload-pack exists in filesystem
    git: /usr/bin/gitk exists in filesystem
    git: /usr/lib/git-core/git exists in filesystem
    git: /usr/lib/git-core/git-add exists in filesystem
    git: /usr/lib/git-core/git-add--interactive exists in filesystem
    git: /usr/lib/git-core/git-am exists in filesystem
    git: /usr/lib/git-core/git-annotate exists in filesystem
    git: /usr/lib/git-core/git-apply exists in filesystem
    git: /usr/lib/git-core/git-archimport exists in filesystem
    git: /usr/lib/git-core/git-archive exists in filesystem
    git: /usr/lib/git-core/git-bisect exists in filesystem
    git: /usr/lib/git-core/git-bisect--helper exists in filesystem
    git: /usr/lib/git-core/git-blame exists in filesystem
    git: /usr/lib/git-core/git-branch exists in filesystem
    git: /usr/lib/git-core/git-bundle exists in filesystem
    git: /usr/lib/git-core/git-cat-file exists in filesystem
    git: /usr/lib/git-core/git-check-attr exists in filesystem
    git: /usr/lib/git-core/git-check-ref-format exists in filesystem
    git: /usr/lib/git-core/git-checkout exists in filesystem
    git: /usr/lib/git-core/git-checkout-index exists in filesystem
    git: /usr/lib/git-core/git-cherry exists in filesystem
    git: /usr/lib/git-core/git-cherry-pick exists in filesystem
    git: /usr/lib/git-core/git-citool exists in filesystem
    git: /usr/lib/git-core/git-clean exists in filesystem
    git: /usr/lib/git-core/git-clone exists in filesystem
    git: /usr/lib/git-core/git-column exists in filesystem
    git: /usr/lib/git-core/git-commit exists in filesystem
    git: /usr/lib/git-core/git-commit-tree exists in filesystem
    git: /usr/lib/git-core/git-config exists in filesystem
    git: /usr/lib/git-core/git-count-objects exists in filesystem
    git: /usr/lib/git-core/git-credential exists in filesystem
    git: /usr/lib/git-core/git-credential-cache exists in filesystem
    git: /usr/lib/git-core/git-credential-cache--daemon exists in filesystem
    git: /usr/lib/git-core/git-credential-store exists in filesystem
    git: /usr/lib/git-core/git-cvsexportcommit exists in filesystem
    git: /usr/lib/git-core/git-cvsimport exists in filesystem
    git: /usr/lib/git-core/git-cvsserver exists in filesystem
    git: /usr/lib/git-core/git-daemon exists in filesystem
    git: /usr/lib/git-core/git-describe exists in filesystem
    git: /usr/lib/git-core/git-diff exists in filesystem
    git: /usr/lib/git-core/git-diff-files exists in filesystem
    git: /usr/lib/git-core/git-diff-index exists in filesystem
    git: /usr/lib/git-core/git-diff-tree exists in filesystem
    git: /usr/lib/git-core/git-difftool exists in filesystem
    git: /usr/lib/git-core/git-difftool--helper exists in filesystem
    git: /usr/lib/git-core/git-fast-export exists in filesystem
    git: /usr/lib/git-core/git-fast-import exists in filesystem
    git: /usr/lib/git-core/git-fetch exists in filesystem
    git: /usr/lib/git-core/git-fetch-pack exists in filesystem
    git: /usr/lib/git-core/git-filter-branch exists in filesystem
    git: /usr/lib/git-core/git-fmt-merge-msg exists in filesystem
    git: /usr/lib/git-core/git-for-each-ref exists in filesystem
    git: /usr/lib/git-core/git-format-patch exists in filesystem
    git: /usr/lib/git-core/git-fsck exists in filesystem
    git: /usr/lib/git-core/git-fsck-objects exists in filesystem
    git: /usr/lib/git-core/git-gc exists in filesystem
    git: /usr/lib/git-core/git-get-tar-commit-id exists in filesystem
    git: /usr/lib/git-core/git-grep exists in filesystem
    git: /usr/lib/git-core/git-gui exists in filesystem
    git: /usr/lib/git-core/git-gui--askpass exists in filesystem
    git: /usr/lib/git-core/git-hash-object exists in filesystem
    git: /usr/lib/git-core/git-help exists in filesystem
    git: /usr/lib/git-core/git-http-backend exists in filesystem
    git: /usr/lib/git-core/git-http-fetch exists in filesystem
    git: /usr/lib/git-core/git-http-push exists in filesystem
    git: /usr/lib/git-core/git-imap-send exists in filesystem
    git: /usr/lib/git-core/git-index-pack exists in filesystem
    git: /usr/lib/git-core/git-init exists in filesystem
    git: /usr/lib/git-core/git-init-db exists in filesystem
    git: /usr/lib/git-core/git-instaweb exists in filesystem
    git: /usr/lib/git-core/git-log exists in filesystem
    git: /usr/lib/git-core/git-lost-found exists in filesystem
    git: /usr/lib/git-core/git-ls-files exists in filesystem
    git: /usr/lib/git-core/git-ls-remote exists in filesystem
    git: /usr/lib/git-core/git-ls-tree exists in filesystem
    git: /usr/lib/git-core/git-mailinfo exists in filesystem
    git: /usr/lib/git-core/git-mailsplit exists in filesystem
    git: /usr/lib/git-core/git-merge exists in filesystem
    git: /usr/lib/git-core/git-merge-base exists in filesystem
    git: /usr/lib/git-core/git-merge-file exists in filesystem
    git: /usr/lib/git-core/git-merge-index exists in filesystem
    git: /usr/lib/git-core/git-merge-octopus exists in filesystem
    git: /usr/lib/git-core/git-merge-one-file exists in filesystem
    git: /usr/lib/git-core/git-merge-ours exists in filesystem
    git: /usr/lib/git-core/git-merge-recursive exists in filesystem
    git: /usr/lib/git-core/git-merge-resolve exists in filesystem
    git: /usr/lib/git-core/git-merge-subtree exists in filesystem
    git: /usr/lib/git-core/git-merge-tree exists in filesystem
    git: /usr/lib/git-core/git-mergetool exists in filesystem
    git: /usr/lib/git-core/git-mergetool--lib exists in filesystem
    git: /usr/lib/git-core/git-mktag exists in filesystem
    git: /usr/lib/git-core/git-mktree exists in filesystem
    git: /usr/lib/git-core/git-mv exists in filesystem
    git: /usr/lib/git-core/git-name-rev exists in filesystem
    git: /usr/lib/git-core/git-notes exists in filesystem
    git: /usr/lib/git-core/git-p4 exists in filesystem
    git: /usr/lib/git-core/git-pack-objects exists in filesystem
    git: /usr/lib/git-core/git-pack-redundant exists in filesystem
    git: /usr/lib/git-core/git-pack-refs exists in filesystem
    git: /usr/lib/git-core/git-parse-remote exists in filesystem
    git: /usr/lib/git-core/git-patch-id exists in filesystem
    git: /usr/lib/git-core/git-peek-remote exists in filesystem
    git: /usr/lib/git-core/git-prune exists in filesystem
    git: /usr/lib/git-core/git-prune-packed exists in filesystem
    git: /usr/lib/git-core/git-pull exists in filesystem
    git: /usr/lib/git-core/git-push exists in filesystem
    git: /usr/lib/git-core/git-quiltimport exists in filesystem
    git: /usr/lib/git-core/git-read-tree exists in filesystem
    git: /usr/lib/git-core/git-rebase exists in filesystem
    git: /usr/lib/git-core/git-rebase--am exists in filesystem
    git: /usr/lib/git-core/git-rebase--interactive exists in filesystem
    git: /usr/lib/git-core/git-rebase--merge exists in filesystem
    git: /usr/lib/git-core/git-receive-pack exists in filesystem
    git: /usr/lib/git-core/git-reflog exists in filesystem
    git: /usr/lib/git-core/git-relink exists in filesystem
    git: /usr/lib/git-core/git-remote exists in filesystem
    git: /usr/lib/git-core/git-remote-ext exists in filesystem
    git: /usr/lib/git-core/git-remote-fd exists in filesystem
    git: /usr/lib/git-core/git-remote-ftp exists in filesystem
    git: /usr/lib/git-core/git-remote-ftps exists in filesystem
    git: /usr/lib/git-core/git-remote-http exists in filesystem
    git: /usr/lib/git-core/git-remote-https exists in filesystem
    git: /usr/lib/git-core/git-remote-testgit exists in filesystem
    git: /usr/lib/git-core/git-repack exists in filesystem
    git: /usr/lib/git-core/git-replace exists in filesystem
    git: /usr/lib/git-core/git-repo-config exists in filesystem
    git: /usr/lib/git-core/git-request-pull exists in filesystem
    git: /usr/lib/git-core/git-rerere exists in filesystem
    git: /usr/lib/git-core/git-reset exists in filesystem
    git: /usr/lib/git-core/git-rev-list exists in filesystem
    git: /usr/lib/git-core/git-rev-parse exists in filesystem
    git: /usr/lib/git-core/git-revert exists in filesystem
    git: /usr/lib/git-core/git-rm exists in filesystem
    git: /usr/lib/git-core/git-send-email exists in filesystem
    git: /usr/lib/git-core/git-send-pack exists in filesystem
    git: /usr/lib/git-core/git-sh-i18n exists in filesystem
    git: /usr/lib/git-core/git-sh-i18n--envsubst exists in filesystem
    git: /usr/lib/git-core/git-sh-setup exists in filesystem
    git: /usr/lib/git-core/git-shell exists in filesystem
    git: /usr/lib/git-core/git-shortlog exists in filesystem
    git: /usr/lib/git-core/git-show exists in filesystem
    git: /usr/lib/git-core/git-show-branch exists in filesystem
    git: /usr/lib/git-core/git-show-index exists in filesystem
    git: /usr/lib/git-core/git-show-ref exists in filesystem
    git: /usr/lib/git-core/git-stage exists in filesystem
    git: /usr/lib/git-core/git-stash exists in filesystem
    git: /usr/lib/git-core/git-status exists in filesystem
    git: /usr/lib/git-core/git-stripspace exists in filesystem
    git: /usr/lib/git-core/git-submodule exists in filesystem
    git: /usr/lib/git-core/git-svn exists in filesystem
    git: /usr/lib/git-core/git-symbolic-ref exists in filesystem
    git: /usr/lib/git-core/git-tag exists in filesystem
    git: /usr/lib/git-core/git-tar-tree exists in filesystem
    git: /usr/lib/git-core/git-unpack-file exists in filesystem
    git: /usr/lib/git-core/git-unpack-objects exists in filesystem
    git: /usr/lib/git-core/git-update-index exists in filesystem
    git: /usr/lib/git-core/git-update-ref exists in filesystem
    git: /usr/lib/git-core/git-update-server-info exists in filesystem
    git: /usr/lib/git-core/git-upload-archive exists in filesystem
    git: /usr/lib/git-core/git-upload-pack exists in filesystem
    git: /usr/lib/git-core/git-var exists in filesystem
    git: /usr/lib/git-core/git-verify-pack exists in filesystem
    git: /usr/lib/git-core/git-verify-tag exists in filesystem
    git: /usr/lib/git-core/git-web--browse exists in filesystem
    git: /usr/lib/git-core/git-whatchanged exists in filesystem
    git: /usr/lib/git-core/git-write-tree exists in filesystem
    git: /usr/lib/git-core/mergetools/araxis exists in filesystem
    git: /usr/lib/git-core/mergetools/bc3 exists in filesystem
    git: /usr/lib/git-core/mergetools/codecompare exists in filesystem
    git: /usr/lib/git-core/mergetools/defaults exists in filesystem
    git: /usr/lib/git-core/mergetools/deltawalker exists in filesystem
    git: /usr/lib/git-core/mergetools/diffuse exists in filesystem
    git: /usr/lib/git-core/mergetools/ecmerge exists in filesystem
    git: /usr/lib/git-core/mergetools/emerge exists in filesystem
    git: /usr/lib/git-core/mergetools/kdiff3 exists in filesystem
    git: /usr/lib/git-core/mergetools/kompare exists in filesystem
    git: /usr/lib/git-core/mergetools/meld exists in filesystem
    git: /usr/lib/git-core/mergetools/opendiff exists in filesystem
    git: /usr/lib/git-core/mergetools/p4merge exists in filesystem
    git: /usr/lib/git-core/mergetools/tkdiff exists in filesystem
    git: /usr/lib/git-core/mergetools/tortoisemerge exists in filesystem
    git: /usr/lib/git-core/mergetools/vim exists in filesystem
    git: /usr/lib/git-core/mergetools/xxdiff exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers-0.1.0-py2.7.egg-info exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/__init__.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/__init__.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/__init__.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/exporter.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/exporter.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/git.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/git.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/importer.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/importer.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/non_local.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/non_local.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/repo.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/git/repo.pyc exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/util.py exists in filesystem
    git: /usr/lib/python2.7/site-packages/git_remote_helpers/util.pyc exists in filesystem
    git: /usr/lib/systemd/system/git-daemon.socket exists in filesystem
    git: /usr/lib/systemd/system/[email protected] exists in filesystem
    git: /usr/share/bash-completion/completions/git exists in filesystem
    git: /usr/share/emacs/site-lisp/git-blame.el exists in filesystem
    git: /usr/share/emacs/site-lisp/git-blame.elc exists in filesystem
    git: /usr/share/emacs/site-lisp/git.el exists in filesystem
    git: /usr/share/emacs/site-lisp/git.elc exists in filesystem
    git: /usr/share/git-core/templates/description exists in filesystem
    git: /usr/share/git-core/templates/hooks/applypatch-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/commit-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/post-update.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-applypatch.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-commit.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/pre-rebase.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/prepare-commit-msg.sample exists in filesystem
    git: /usr/share/git-core/templates/hooks/update.sample exists in filesystem
    git: /usr/share/git-core/templates/info/exclude exists in filesystem
    git: /usr/share/git-gui/lib/about.tcl exists in filesystem
    git: /usr/share/git-gui/lib/blame.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_checkout.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_create.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_delete.tcl exists in filesystem
    git: /usr/share/git-gui/lib/branch_rename.tcl exists in filesystem
    git: /usr/share/git-gui/lib/browser.tcl exists in filesystem
    git: /usr/share/git-gui/lib/checkout_op.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_font.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_repository.tcl exists in filesystem
    git: /usr/share/git-gui/lib/choose_rev.tcl exists in filesystem
    git: /usr/share/git-gui/lib/class.tcl exists in filesystem
    git: /usr/share/git-gui/lib/commit.tcl exists in filesystem
    git: /usr/share/git-gui/lib/console.tcl exists in filesystem
    git: /usr/share/git-gui/lib/database.tcl exists in filesystem
    git: /usr/share/git-gui/lib/date.tcl exists in filesystem
    git: /usr/share/git-gui/lib/diff.tcl exists in filesystem
    git: /usr/share/git-gui/lib/encoding.tcl exists in filesystem
    git: /usr/share/git-gui/lib/error.tcl exists in filesystem
    git: /usr/share/git-gui/lib/git-gui.ico exists in filesystem
    git: /usr/share/git-gui/lib/index.tcl exists in filesystem
    git: /usr/share/git-gui/lib/line.tcl exists in filesystem
    git: /usr/share/git-gui/lib/logo.tcl exists in filesystem
    git: /usr/share/git-gui/lib/merge.tcl exists in filesystem
    git: /usr/share/git-gui/lib/mergetool.tcl exists in filesystem
    git: /usr/share/git-gui/lib/msgs/de.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/el.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/fr.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/hu.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/it.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/ja.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/nb.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/pt_br.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/ru.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/sv.msg exists in filesystem
    git: /usr/share/git-gui/lib/msgs/zh_cn.msg exists in filesystem
    git: /usr/share/git-gui/lib/option.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote_add.tcl exists in filesystem
    git: /usr/share/git-gui/lib/remote_branch_delete.tcl exists in filesystem
    git: /usr/share/git-gui/lib/search.tcl exists in filesystem
    git: /usr/share/git-gui/lib/shortcut.tcl exists in filesystem
    git: /usr/share/git-gui/lib/spellcheck.tcl exists in filesystem
    git: /usr/share/git-gui/lib/sshkey.tcl exists in filesystem
    git: /usr/share/git-gui/lib/status_bar.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tclIndex exists in filesystem
    git: /usr/share/git-gui/lib/themed.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tools.tcl exists in filesystem
    git: /usr/share/git-gui/lib/tools_dlg.tcl exists in filesystem
    git: /usr/share/git-gui/lib/transport.tcl exists in filesystem
    git: /usr/share/git-gui/lib/win32.tcl exists in filesystem
    git: /usr/share/git-gui/lib/win32_shortcut.js exists in filesystem
    git: /usr/share/git/README exists in filesystem
    git: /usr/share/git/blameview/README exists in filesystem
    git: /usr/share/git/blameview/blameview.perl exists in filesystem
    git: /usr/share/git/buildsystems/Generators.pm exists in filesystem
    git: /usr/share/git/buildsystems/Generators/QMake.pm exists in filesystem
    git: /usr/share/git/buildsystems/Generators/Vcproj.pm exists in filesystem
    git: /usr/share/git/buildsystems/engine.pl exists in filesystem
    git: /usr/share/git/buildsystems/generate exists in filesystem
    git: /usr/share/git/buildsystems/parse.pl exists in filesystem
    git: /usr/share/git/ciabot/INSTALL exists in filesystem
    git: /usr/share/git/ciabot/README exists in filesystem
    git: /usr/share/git/ciabot/ciabot.py exists in filesystem
    git: /usr/share/git/ciabot/ciabot.sh exists in filesystem
    git: /usr/share/git/completion/git-completion.bash exists in filesystem
    git: /usr/share/git/completion/git-prompt.sh exists in filesystem
    git: /usr/share/git/continuous/cidaemon exists in filesystem
    git: /usr/share/git/continuous/post-receive-cinotify exists in filesystem
    git: /usr/share/git/convert-objects/convert-objects.c exists in filesystem
    git: /usr/share/git/convert-objects/git-convert-objects.txt exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/.gitignore exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/Makefile exists in filesystem
    git: /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring.c exists in filesystem
    git: /usr/share/git/credential/osxkeychain/.gitignore exists in filesystem
    git: /usr/share/git/credential/osxkeychain/Makefile exists in filesystem
    git: /usr/share/git/credential/osxkeychain/git-credential-osxkeychain.c exists in filesystem
    git: /usr/share/git/credential/wincred/Makefile exists in filesystem
    git: /usr/share/git/credential/wincred/git-credential-wincred.c exists in filesystem
    git: /usr/share/git/diff-highlight/README exists in filesystem
    git: /usr/share/git/diff-highlight/diff-highlight exists in filesystem
    git: /usr/share/git/diffall/README exists in filesystem
    git: /usr/share/git/diffall/git-diffall exists in filesystem
    git: /usr/share/git/emacs/.gitignore exists in filesystem
    git: /usr/share/git/emacs/Makefile exists in filesystem
    git: /usr/share/git/emacs/README exists in filesystem
    git: /usr/share/git/emacs/git-blame.el exists in filesystem
    git: /usr/share/git/emacs/git-blame.elc exists in filesystem
    git: /usr/share/git/emacs/git.el exists in filesystem
    git: /usr/share/git/emacs/git.elc exists in filesystem
    git: /usr/share/git/examples/README exists in filesystem
    git: /usr/share/git/examples/builtin-fetch--tool.c exists in filesystem
    git: /usr/share/git/examples/git-checkout.sh exists in filesystem
    git: /usr/share/git/examples/git-clean.sh exists in filesystem
    git: /usr/share/git/examples/git-clone.sh exists in filesystem
    git: /usr/share/git/examples/git-commit.sh exists in filesystem
    git: /usr/share/git/examples/git-fetch.sh exists in filesystem
    git: /usr/share/git/examples/git-gc.sh exists in filesystem
    git: /usr/share/git/examples/git-ls-remote.sh exists in filesystem
    git: /usr/share/git/examples/git-merge-ours.sh exists in filesystem
    git: /usr/share/git/examples/git-merge.sh exists in filesystem
    git: /usr/share/git/examples/git-notes.sh exists in filesystem
    git: /usr/share/git/examples/git-remote.perl exists in filesystem
    git: /usr/share/git/examples/git-rerere.perl exists in filesystem
    git: /usr/share/git/examples/git-reset.sh exists in filesystem
    git: /usr/share/git/examples/git-resolve.sh exists in filesystem
    git: /usr/share/git/examples/git-revert.sh exists in filesystem
    git: /usr/share/git/examples/git-svnimport.perl exists in filesystem
    git: /usr/share/git/examples/git-svnimport.txt exists in filesystem
    git: /usr/share/git/examples/git-tag.sh exists in filesystem
    git: /usr/share/git/examples/git-verify-tag.sh exists in filesystem
    git: /usr/share/git/fast-import/git-import.perl exists in filesystem
    git: /usr/share/git/fast-import/git-import.sh exists in filesystem
    git: /usr/share/git/fast-import/git-p4.README exists in filesystem
    git: /usr/share/git/fast-import/import-directories.perl exists in filesystem
    git: /usr/share/git/fast-import/import-tars.perl exists in filesystem
    git: /usr/share/git/fast-import/import-zips.py exists in filesystem
    git: /usr/share/git/git-jump/README exists in filesystem
    git: /usr/share/git/git-jump/git-jump exists in filesystem
    git: /usr/share/git/git-prompt.sh exists in filesystem
    git: /usr/share/git/git-resurrect.sh exists in filesystem
    git: /usr/share/git/git-shell-commands/README exists in filesystem
    git: /usr/share/git/git-shell-commands/help exists in filesystem
    git: /usr/share/git/git-shell-commands/list exists in filesystem
    git: /usr/share/git/gitview/gitview exists in filesystem
    git: /usr/share/git/gitview/gitview.txt exists in filesystem
    git: /usr/share/git/hg-to-git/hg-to-git.py exists in filesystem
    git: /usr/share/git/hg-to-git/hg-to-git.txt exists in filesystem
    git: /usr/share/git/hooks/post-receive-email exists in filesystem
    git: /usr/share/git/hooks/pre-auto-gc-battery exists in filesystem
    git: /usr/share/git/hooks/setgitperms.perl exists in filesystem
    git: /usr/share/git/hooks/update-paranoid exists in filesystem
    git: /usr/share/git/mw-to-git/Makefile exists in filesystem
    git: /usr/share/git/mw-to-git/git-remote-mediawiki exists in filesystem
    git: /usr/share/git/mw-to-git/git-remote-mediawiki.txt exists in filesystem
    git: /usr/share/git/mw-to-git/t/.gitignore exists in filesystem
    git: /usr/share/git/mw-to-git/t/Makefile exists in filesystem
    git: /usr/share/git/mw-to-git/t/README exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/.gitignore exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/LocalSettings.php exists in filesystem
    git: /usr/share/git/mw-to-git/t/install-wiki/db_install.php exists in filesystem
    git: /usr/share/git/mw-to-git/t/push-pull-tests.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9360-mw-to-git-clone.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9361-mw-to-git-push-pull.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9362-mw-to-git-utf8.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9363-mw-to-git-export-import.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/t9364-pull-by-rev.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/test-gitmw-lib.sh exists in filesystem
    git: /usr/share/git/mw-to-git/t/test-gitmw.pl exists in filesystem
    git: /usr/share/git/mw-to-git/t/test.config exists in filesystem
    git: /usr/share/git/p4import/README exists in filesystem
    git: /usr/share/git/p4import/git-p4import.py exists in filesystem
    git: /usr/share/git/p4import/git-p4import.txt exists in filesystem
    git: /usr/share/git/patches/docbook-xsl-manpages-charmap.patch exists in filesystem
    git: /usr/share/git/persistent-https/LICENSE exists in filesystem
    git: /usr/share/git/persistent-https/Makefile exists in filesystem
    git: /usr/share/git/persistent-https/README exists in filesystem
    git: /usr/share/git/persistent-https/client.go exists in filesystem
    git: /usr/share/git/persistent-https/main.go exists in filesystem
    git: /usr/share/git/persistent-https/proxy.go exists in filesystem
    git: /usr/share/git/persistent-https/socket.go exists in filesystem
    git: /usr/share/git/remotes2config.sh exists in filesystem
    git: /usr/share/git/rerere-train.sh exists in filesystem
    git: /usr/share/git/stats/git-common-hash exists in filesystem
    git: /usr/share/git/stats/mailmap.pl exists in filesystem
    git: /usr/share/git/stats/packinfo.pl exists in filesystem
    git: /usr/share/git/subtree/.gitignore exists in filesystem
    git: /usr/share/git/subtree/COPYING exists in filesystem
    git: /usr/share/git/subtree/INSTALL exists in filesystem
    git: /usr/share/git/subtree/Makefile exists in filesystem
    git: /usr/share/git/subtree/README exists in filesystem
    git: /usr/share/git/subtree/git-subtree.sh exists in filesystem
    git: /usr/share/git/subtree/git-subtree.txt exists in filesystem
    git: /usr/share/git/subtree/t/Makefile exists in filesystem
    git: /usr/share/git/subtree/t/t7900-subtree.sh exists in filesystem
    git: /usr/share/git/subtree/todo exists in filesystem
    git: /usr/share/git/svn-fe/.gitignore exists in filesystem
    git: /usr/share/git/svn-fe/Makefile exists in filesystem
    git: /usr/share/git/svn-fe/svn-fe.c exists in filesystem
    git: /usr/share/git/svn-fe/svn-fe.txt exists in filesystem
    git: /usr/share/git/thunderbird-patch-inline/README exists in filesystem
    git: /usr/share/git/thunderbird-patch-inline/appp.sh exists in filesystem
    git: /usr/share/git/vim/README exists in filesystem
    git: /usr/share/git/workdir/git-new-workdir exists in filesystem
    git: /usr/share/gitk/lib/msgs/de.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/es.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/fr.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/hu.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/it.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/ja.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/pt_br.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/ru.msg exists in filesystem
    git: /usr/share/gitk/lib/msgs/sv.msg exists in filesystem
    git: /usr/share/gitweb/gitweb.cgi exists in filesystem
    git: /usr/share/gitweb/static/git-favicon.png exists in filesystem
    git: /usr/share/gitweb/static/git-logo.png exists in filesystem
    git: /usr/share/gitweb/static/gitweb.css exists in filesystem
    git: /usr/share/gitweb/static/gitweb.js exists in filesystem
    git: /usr/share/locale/da/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/de/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/is/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/it/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/nl/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/pt_PT/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/sv/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/vi/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/locale/zh_CN/LC_MESSAGES/git.mo exists in filesystem
    git: /usr/share/man/man1/git-add.1.gz exists in filesystem
    git: /usr/share/man/man1/git-am.1.gz exists in filesystem
    git: /usr/share/man/man1/git-annotate.1.gz exists in filesystem
    git: /usr/share/man/man1/git-apply.1.gz exists in filesystem
    git: /usr/share/man/man1/git-archimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-archive.1.gz exists in filesystem
    git: /usr/share/man/man1/git-bisect.1.gz exists in filesystem
    git: /usr/share/man/man1/git-blame.1.gz exists in filesystem
    git: /usr/share/man/man1/git-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-bundle.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cat-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-check-attr.1.gz exists in filesystem
    git: /usr/share/man/man1/git-check-ref-format.1.gz exists in filesystem
    git: /usr/share/man/man1/git-checkout-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-checkout.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cherry-pick.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cherry.1.gz exists in filesystem
    git: /usr/share/man/man1/git-citool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-clean.1.gz exists in filesystem
    git: /usr/share/man/man1/git-clone.1.gz exists in filesystem
    git: /usr/share/man/man1/git-column.1.gz exists in filesystem
    git: /usr/share/man/man1/git-commit-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-commit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-config.1.gz exists in filesystem
    git: /usr/share/man/man1/git-count-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-cache--daemon.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-cache.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential-store.1.gz exists in filesystem
    git: /usr/share/man/man1/git-credential.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsexportcommit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-cvsserver.1.gz exists in filesystem
    git: /usr/share/man/man1/git-daemon.1.gz exists in filesystem
    git: /usr/share/man/man1/git-describe.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-files.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-diff.1.gz exists in filesystem
    git: /usr/share/man/man1/git-difftool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fast-export.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fast-import.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fetch-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fetch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-filter-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fmt-merge-msg.1.gz exists in filesystem
    git: /usr/share/man/man1/git-for-each-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-format-patch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fsck-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-fsck.1.gz exists in filesystem
    git: /usr/share/man/man1/git-gc.1.gz exists in filesystem
    git: /usr/share/man/man1/git-get-tar-commit-id.1.gz exists in filesystem
    git: /usr/share/man/man1/git-grep.1.gz exists in filesystem
    git: /usr/share/man/man1/git-gui.1.gz exists in filesystem
    git: /usr/share/man/man1/git-hash-object.1.gz exists in filesystem
    git: /usr/share/man/man1/git-help.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-backend.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-fetch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-http-push.1.gz exists in filesystem
    git: /usr/share/man/man1/git-imap-send.1.gz exists in filesystem
    git: /usr/share/man/man1/git-index-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-init-db.1.gz exists in filesystem
    git: /usr/share/man/man1/git-init.1.gz exists in filesystem
    git: /usr/share/man/man1/git-instaweb.1.gz exists in filesystem
    git: /usr/share/man/man1/git-log.1.gz exists in filesystem
    git: /usr/share/man/man1/git-lost-found.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-files.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-ls-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mailinfo.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mailsplit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-base.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-one-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-merge.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mergetool--lib.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mergetool.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mktag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mktree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-mv.1.gz exists in filesystem
    git: /usr/share/man/man1/git-name-rev.1.gz exists in filesystem
    git: /usr/share/man/man1/git-notes.1.gz exists in filesystem
    git: /usr/share/man/man1/git-p4.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-redundant.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pack-refs.1.gz exists in filesystem
    git: /usr/share/man/man1/git-parse-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-patch-id.1.gz exists in filesystem
    git: /usr/share/man/man1/git-peek-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-prune-packed.1.gz exists in filesystem
    git: /usr/share/man/man1/git-prune.1.gz exists in filesystem
    git: /usr/share/man/man1/git-pull.1.gz exists in filesystem
    git: /usr/share/man/man1/git-push.1.gz exists in filesystem
    git: /usr/share/man/man1/git-quiltimport.1.gz exists in filesystem
    git: /usr/share/man/man1/git-read-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rebase.1.gz exists in filesystem
    git: /usr/share/man/man1/git-receive-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-reflog.1.gz exists in filesystem
    git: /usr/share/man/man1/git-relink.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-ext.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-fd.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-helpers.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote-testgit.1.gz exists in filesystem
    git: /usr/share/man/man1/git-remote.1.gz exists in filesystem
    git: /usr/share/man/man1/git-repack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-replace.1.gz exists in filesystem
    git: /usr/share/man/man1/git-repo-config.1.gz exists in filesystem
    git: /usr/share/man/man1/git-request-pull.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rerere.1.gz exists in filesystem
    git: /usr/share/man/man1/git-reset.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rev-list.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rev-parse.1.gz exists in filesystem
    git: /usr/share/man/man1/git-revert.1.gz exists in filesystem
    git: /usr/share/man/man1/git-rm.1.gz exists in filesystem
    git: /usr/share/man/man1/git-send-email.1.gz exists in filesystem
    git: /usr/share/man/man1/git-send-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-i18n--envsubst.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-i18n.1.gz exists in filesystem
    git: /usr/share/man/man1/git-sh-setup.1.gz exists in filesystem
    git: /usr/share/man/man1/git-shell.1.gz exists in filesystem
    git: /usr/share/man/man1/git-shortlog.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-branch.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-show.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stage.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stash.1.gz exists in filesystem
    git: /usr/share/man/man1/git-status.1.gz exists in filesystem
    git: /usr/share/man/man1/git-stripspace.1.gz exists in filesystem
    git: /usr/share/man/man1/git-submodule.1.gz exists in filesystem
    git: /usr/share/man/man1/git-svn.1.gz exists in filesystem
    git: /usr/share/man/man1/git-symbolic-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-tag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-tar-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git-unpack-file.1.gz exists in filesystem
    git: /usr/share/man/man1/git-unpack-objects.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-index.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-ref.1.gz exists in filesystem
    git: /usr/share/man/man1/git-update-server-info.1.gz exists in filesystem
    git: /usr/share/man/man1/git-upload-archive.1.gz exists in filesystem
    git: /usr/share/man/man1/git-upload-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-var.1.gz exists in filesystem
    git: /usr/share/man/man1/git-verify-pack.1.gz exists in filesystem
    git: /usr/share/man/man1/git-verify-tag.1.gz exists in filesystem
    git: /usr/share/man/man1/git-web--browse.1.gz exists in filesystem
    git: /usr/share/man/man1/git-whatchanged.1.gz exists in filesystem
    git: /usr/share/man/man1/git-write-tree.1.gz exists in filesystem
    git: /usr/share/man/man1/git.1.gz exists in filesystem
    git: /usr/share/man/man1/gitk.1.gz exists in filesystem
    git: /usr/share/man/man1/gitweb.1.gz exists in filesystem
    git: /usr/share/man/man3/Git.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::I18N.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Editor.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Fetcher.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Memoize::YAML.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Prompt.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Ra.3pm.gz exists in filesystem
    git: /usr/share/man/man3/Git::SVN::Utils.3pm.gz exists in filesystem
    git: /usr/share/man/man5/gitattributes.5.gz exists in filesystem
    git: /usr/share/man/man5/githooks.5.gz exists in filesystem
    git: /usr/share/man/man5/gitignore.5.gz exists in filesystem
    git: /usr/share/man/man5/gitmodules.5.gz exists in filesystem
    git: /usr/share/man/man5/gitrepository-layout.5.gz exists in filesystem
    git: /usr/share/man/man5/gitweb.conf.5.gz exists in filesystem
    git: /usr/share/man/man7/gitcli.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcore-tutorial.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcredentials.7.gz exists in filesystem
    git: /usr/share/man/man7/gitcvs-migration.7.gz exists in filesystem
    git: /usr/share/man/man7/gitdiffcore.7.gz exists in filesystem
    git: /usr/share/man/man7/gitglossary.7.gz exists in filesystem
    git: /usr/share/man/man7/gitnamespaces.7.gz exists in filesystem
    git: /usr/share/man/man7/gitrevisions.7.gz exists in filesystem
    git: /usr/share/man/man7/gittutorial-2.7.gz exists in filesystem
    git: /usr/share/man/man7/gittutorial.7.gz exists in filesystem
    git: /usr/share/man/man7/gitworkflows.7.gz exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/I18N.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/IndexInfo.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Editor.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Fetcher.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/GlobSpec.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Log.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Memoize/YAML.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Migration.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Prompt.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Ra.pm exists in filesystem
    git: /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm exists in filesystem
    Errors occurred, no packages were upgraded.
    I have fully upgraded my system using
    sudo pacman -Su
    . The problem persists
    Checking one of the listed files with
    pacman -Qo /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm
    returns:
    error: No package owns /usr/share/perl5/vendor_perl/Git/SVN/Utils.pm
    I suppose this means I have somehow manually installed a version of git somehow. I don't remember doing this; how can I remove these files or repair my system?
    Last edited by southpointingchariot (2012-11-29 03:48:23)

    RussianKid wrote:
    It's in the thread just above yours - common problems
    https://wiki.archlinux.org/index.php/Pa … stem.22.21
    if no package owns the file you can just delete it and install over it, I think you can also use the force flag.
    Ah, I missed that part in the answer! Thank you so much, works great.

  • [SOLVED]System upgrade error

    Hi,
    Trying to upgrade my whole system, using the command:
    pacman -Syu
    as root, I got the following error:
    error: failed to commit transaction (conflicting files)
    python2-twisted: /usr/lib/python2.7/site-packages/twisted/plugins/dropin.cache exists in filesystem
    Errors occurred, no packages were upgraded.
    Any idea to how to fix it?
    Or is there something I had to do and forgot?
    thanks in advance!
    Last edited by GMP (2014-07-18 13:48:57)

    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

  • Error while installing goggles music manager

    With
    pacman -S musicmanager
    I get the following error
    checking package integrity...
    (2/2) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    musicmanager: /usr/share/icons/hicolor/icon-theme.cache exists in filesystem
    Errors occurred, no packages were upgraded.
    Any help?

    Then I guess I'll have to build the package by my own.

  • Terminator 0.11-1

    delor@arch ~ $ LC_ALL=en sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community                356.6K   38.5K/s 00:00:09 [###############################] 100%
    archlinuxfr is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): terminator-0.11-1 
    Total Download Size:    0.00 MB
    Total Installed Size:   1.06 MB
    Proceed with installation? [Y/n]
    checking package integrity...
    (1/1) checking for file conflicts                   [###################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    terminator: /usr/share/icons/hicolor/icon-theme.cache exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by delor (2008-10-27 20:32:02)

    I'm interested in that package as well, so here you go:
    > pacman -Qo /usr/share/icons/hicolor/icon-theme.cache
    error: No package owns /usr/share/icons/hicolor/icon-theme.cache
    I guess it's just a matter of regenerating that cache (i.e. deleting the current one)?
    I'm not so sure, so I'm not gonna do it right now...
    EDIT:
    I just renamed the file, and the installation worked alright.

  • [SOLVED] Upgrade from twisted to python-twisted breaks deluge-gtk.

    So I just performed the following upgrades (I had to remove twisted before updating, because it would not upgrade from twisted to python-twisted directly. See the bottom of this post):
    [2014-05-21 20:21] [PACMAN] Running 'pacman -R twisted'
    [2014-05-21 20:21] [PACMAN] Running 'pacman -Rdd twisted'
    [2014-05-21 20:21] [PACMAN] removed twisted (13.2.0-1)
    [2014-05-21 20:21] [PACMAN] Running 'pacman -S python-twisted'
    [2014-05-21 20:21] [PACMAN] installed python-crypto (2.6.1-2)
    [2014-05-21 20:21] [PACMAN] installed python-zope-interface (4.1.1-1)
    [2014-05-21 20:21] [PACMAN] installed python-twisted (14.0.0-1)
    [2014-05-21 20:22] [PACMAN] Running 'pacman -Su
    [2014-05-21 20:22] [PACMAN] starting full system upgrade
    [2014-05-21 20:22] [PACMAN] upgraded ffmpeg (1:2.2.2-2 -> 1:2.2.2-3)
    [2014-05-21 20:22] [PACMAN] upgraded mesa (10.1.3-1 -> 10.1.4-1)
    [2014-05-21 20:22] [PACMAN] upgraded lib32-mesa (10.1.3-1 -> 10.1.4-1)
    [2014-05-21 20:22] [PACMAN] upgraded netctl (1.6-1 -> 1.7-1)
    [2014-05-21 20:22] [PACMAN] upgraded perl-net-ssleay (1.61-1 -> 1.63-1)
    [2014-05-21 20:22] [PACMAN] upgraded python (3.4.0-3 -> 3.4.1-1)
    [2014-05-21 20:22] [ALPM-SCRIPTLET] If you get distorted sound in skype, try adding PULSE_LATENCY_MSEC=60 to your
    [2014-05-21 20:22] [ALPM-SCRIPTLET] env before starting skype. Something like 'export PULSE_LATENCY_MSEC=60' in .bashrc, for example.
    [2014-05-21 20:22] [PACMAN] upgraded skype (4.2.0.13-3 -> 4.2.0.13-4)
    [2014-05-21 20:22] [PACMAN] upgraded xf86-input-evdev (2.8.4-1 -> 2.9.0-1)
    Now when I start deluge-gtk, I get this:
    claire ~ % deluge-gtk
    Traceback (most recent call last):
    File "/usr/bin/deluge-gtk", line 9, in <module>
    load_entry_point('deluge==1.3.6', 'gui_scripts', 'deluge-gtk')()
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 356, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2431, in load_entry_point
    return ep.load()
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2147, in load
    ['__name__'])
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/__init__.py", line 1, in <module>
    from gtkui import start
    File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 41, in <module>
    from twisted.internet import gtk2reactor
    ImportError: No module named twisted.internet
    Downgrading back to twisted resolved the problem. Any ideas?
    ======
    In case you're wondering about my problems with twisted to python-twisted upgrade, here's the terminal output:
    claire ~ % sudo pacman -Su --ignore=chromium
    :: Starting full system upgrade...
    :: Replace twisted with extra/python2-twisted? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Packages (2):
    Name Old Version New Version Net Change
    extra/python2-twisted 14.0.0-1 36.56 MiB
    twisted 13.2.0-1 -34.62 MiB
    Total Installed Size: 36.56 MiB
    Net Upgrade Size: 1.95 MiB
    :: Proceed with installation? [Y/n] y
    (1/1) checking keys in keyring [----------------------] 100%
    (1/1) checking package integrity [----------------------] 100%
    (1/1) loading package files [----------------------] 100%
    (1/1) checking for file conflicts [----------------------] 100%
    error: failed to commit transaction (conflicting files)
    python2-twisted: /usr/lib/python2.7/site-packages/twisted/plugins/dropin.cache exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by clfarron4 (2014-05-21 21:12:56)

    olantwin wrote:
    Have you tried (re)moving the conflicting file and then upgrading twisted to python2-twisted? (see this related thread: https://bbs.archlinux.org/viewtopic.php?id=181828 )
    I just upgraded twisted after having the same conflict, and deluge-gtk does not throw any errors and seems to work fine.
    Are you using the daemon+client or just deluge-gtk?
    Hmph... So renaming the .cache file and then upgrading solved everything. As much as I don't like to do that with conflicting files, it worked.
    Marking as [SOLVED].
    Last edited by clfarron4 (2014-05-21 21:13:27)

  • Time Machine - Data created during the last week not being backed up

    I've been searching through all the hints, though haven't been able to solve this problem.
    Time machine backs up regularly - though every once in a while when it shows that its backing up the data; but nothing actually gets backed up. Most of the time it works by using one of the hints on the top of this forum.
    However this time - I've tried everything in the hints, but am unable to get Time Machine to backup files created last week - they're there in my Documents folder but do not get backed up. New files which I create get backed up.
    I think the problem can be solved if I could get time machine to do a deep traversal - but have not been able to do that
    I've tried the following:
    1. Booted into Safe Mode and rebooted into normal
    2. Re-installed 10.6.6 combo update
    Please help

    The latest log file is as follows:
    Starting standard backup
    Attempting to mount network destination using URL: afp://[email protected]/Time
    Mounted network destination using URL: afp://[email protected]/Time
    Warning: Destination /Volumes/Time does not support Server Reply Cache
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/Time/New MacBook.sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    2011-01-31 09:59:41.550 FindSystemFiles[310:907] Looking for system packages
    2011-01-31 09:59:43.366 FindSystemFiles[310:907] PackageKit: * Missing bundle identifier: /Library/Receipts/Flip4Mac QuickTime Components.pkg
    2011-01-31 09:59:43.371 FindSystemFiles[310:907] PackageKit: * Missing bundle identifier: /Library/Receipts/Flip4Mac Web Plugins.pkg
    2011-01-31 09:59:43.700 FindSystemFiles[310:907] Finding system files...
    2011-01-31 09:59:46.916 FindSystemFiles[310:907] Writing system path cache.
    2011-01-31 09:59:46.995 FindSystemFiles[314:907] Looking for system packages
    2011-01-31 09:59:47.013 FindSystemFiles[314:907] PackageKit: * Missing bundle identifier: /Library/Receipts/Flip4Mac QuickTime Components.pkg
    2011-01-31 09:59:47.017 FindSystemFiles[314:907] PackageKit: * Missing bundle identifier: /Library/Receipts/Flip4Mac Web Plugins.pkg
    2011-01-31 09:59:47.058 FindSystemFiles[314:907] Finding system files...
    2011-01-31 09:59:48.000 FindSystemFiles[314:907] Writing system path cache.
    No pre-backup thinning needed: 1.39 GB requested (including padding), 189.94 GB available
    Copied 10007 files (66.3 MB) from volume Mac HD.
    Copied 10012 files (66.3 MB) from volume Shared.
    No pre-backup thinning needed: 1.34 GB requested (including padding), 189.94 GB available
    Copied 2754 files (10.6 MB) from volume Mac HD.
    Copied 2759 files (10.6 MB) from volume Shared.
    Starting post-backup thinning
    No post-back up thinning needed: no expired backups exist
    Backup completed successfully.
    Ejected Time Machine disk image.
    Ejected Time Machine network volume.

  • Time Machine works on Ethernet connection but not wireless

    Hi,
    This weekend I setup time machine to work with a NAS drive connected to my wireless router. If I connect my macbook to the router directly via an ethernet cable, and start a backup, it works fine. If I however try to start a backup when only on wireless it always fails. Here's what messages I'm getting:
    Starting standard backup
    Attempting to mount network destination using URL: afp://;AUTH=No%20User%20Authent@Backup%20to%20Iomega-0cd217.afpovertcp.tcp.local/backups
    NetAuthConnectToServerSync failed with error: 64 for url: afp://;AUTH=No%20User%20Authent@Backup%20to%20Iomega-0cd217.afpovertcp.tcp.local/backups
    Attempting to mount network destination using URL: afp://;AUTH=No%20User%[email protected]/backups
    Mounted network destination using URL: afp://;AUTH=No%20User%[email protected]/backups
    Warning: Destination /Volumes/backups does not support TM Lock Stealing
    Warning: Destination /Volumes/backups does not support Server Reply Cache
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/backups/Garys-MacBook-Pro_xxxxxxxxxxxx.sparsebundle mounted at: /Volumes/MAC Backups
    Backing up to: /Volumes/MAC Backups/Backups.backupdb
    Stopping backupd to allow ejection of backup destination disk!
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/MAC Backups/Backups.backupdb/Gary's MacBook Pro/2011-01-15-042811
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/MAC Backups/Backups.backupdb/Gary's MacBook Pro/2011-01-15-042811
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/MAC Backups/Backups.backupdb/Gary's MacBook Pro/2011-01-15-171318.inProgress
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/MAC Backups/Backups.backupdb/Gary’s MacBook Pro/2011-01-15-171318.inProgress
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/MAC Backups/Backups.backupdb/Gary’s MacBook Pro/2011-01-15-042811
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/MAC Backups/Backups.backupdb/Gary’s MacBook Pro/2011-01-15-042811
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/MAC Backups/Backups.backupdb/Gary’s MacBook Pro/2011-01-15-171318.inProgress
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/MAC Backups/Backups.backupdb/Gary’s MacBook Pro/2011-01-15-171318.inProgress
    Backup canceled.
    [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
    Failed to eject volume (null) (FSVolumeRefNum: -179; status: -35; dissenting pid: -1)
    [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
    Failed to eject volume (null) (FSVolumeRefNum: -178; status: -35; dissenting pid: -1)
    I've x'ed out the mac address from the sparsebundle name. Any help would be much appreciated as I can't understand why it's working when connected but not when on wireless.
    Thanks!

    GT777 wrote:
    Hi,
    Hi, and welcome to the forums.
    This weekend I setup time machine to work with a NAS drive connected to my wireless router.
    Time Machine doesn't work well, if at all, with many NASs. See the pink box in #2 of [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum).
    There are several threads in the Snow Leopard > Time Machine forum with what appear to be similar problems with Iomega NASs.
    If I connect my macbook to the router directly via an ethernet cable, and start a backup, it works fine. If I however try to start a backup when only on wireless it always fails.
    An indication of a bad wireless connection or interference, but could also be the setup of the NAS or compatibility with the way the router works in wireless mode.
    Mounted network destination using URL: afp://;AUTH=No%20User%[email protected]/backups
    After an initial failure, it did connect.
    Warning: Destination /Volumes/backups does not support TM Lock Stealing
    Warning: Destination /Volumes/backups does not support Server Reply Cache
    You've posted in the Leopard forum, and didn't specify what version of OSX you're on. But those messages usually indicate that your NAS is not fully compatible with the Time Machine requirements on Snow Leopard.
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/MAC Backups/Backups.backupdb/Gary's MacBook Pro/2011-01-15-042811
    Those are errors reading from the backups; specifically, getting extended attributes from the backups on your NAS (a "snapshot" is Time Machine's name for a backup folder).
    First, contact the maker of the NAS for updated software/firmware compatible with Snow Leopard.
    That might fix the problem. If not, all we can tell you is, it may be some problem with the setup of the NAS, and/or compatibility with the wireless function of your router. See the maker's instructions/Help/support.

  • Libvirt-1.2.12-1 user and group owners differ

    Hello!
    During the latest upgrade pacman complains about differing directory permissions for libvirt:
    warning: directory ownership differs on /var/cache/libvirt/qemu/
    filesystem: 99:78 package: 0:0
    warning: directory ownership differs on /var/lib/libvirt/qemu/
    filesystem: 99:78 package: 0:0
    This are the user and group, not file mode ("rwx")! In this case the directories are currently owned by the user "nobody" and the group "kvm", while the package thinks actually "none" should own that directories. Should I change that manually?
    Thanks
    Hoschi
    PS: I currently doesn't use QEMU and KVM, but that can happen very fast and than it need to work out-of-the-box
    Last edited by hoschi (2015-01-28 17:30:06)

    Just to clarify, that "none" (0:0) is actually root, that is root:root
    I hope someone else can step in in order to tell you if a manual change is advised which I would understand as positive though better safe than sorry.

  • Time Machine thinks I have more data than I have

    I have re-setup my time machine after it seemed to be having troubles after I installed a new internal hard drive. I formatted the drive and started from scratch.
    I setup the options to exclude folders I dont want to backup and it says that the estimated size of full backup is 890.81 GB, which should fit fine on my 1 TB time machine drive.
    But when it comes time to actually do the backup, it eventually gives me the error that there is not enough room on the drive and that I have 10 TB of data that I need to backup. How can it get that number when both drives on my system are 3 TB total?

    I did a repair and still had the same issue. Here is what Time Machine Buddy says:
    Starting standard backup
    Network destination already mounted at: /Volumes/TimeMachine-1
    Warning: Destination /Volumes/TimeMachine-1 does not support TM Lock Stealing
    Warning: Destination /Volumes/TimeMachine-1 does not support Server Reply Cache
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/TimeMachine-1/EdmondiMac_0022412b6a01.sparsebundle mounted at: /Volumes/TimeMachine 1
    Backing up to: /Volumes/TimeMachine 1/Backups.backupdb
    Detected system migration from: /Volumes/Macintosh HD
    Backup content size: 780.3 GB excluded items size: 414.2 GB for volume G-DRIVE
    Backup content size: 7269.3 GB excluded items size: 928 KB for volume TimeMachine
    Backup content size: 451.9 GB excluded items size: 192.2 GB for volume Macintosh HD
    Starting pre-backup thinning: 9.25 TB requested (including padding), 922.67 GB available
    No expired backups exist - deleting oldest backups to make room
    Error: backup disk is full - all 0 possible backups were removed, but space is still needed.
    Backup Failed: unable to free 9.25 TB needed space
    Backup failed with error: Not enough available disk space on the target volume.

Maybe you are looking for

  • Page Break Issue - Excel 2013

    I'm about to explode, trying to figure out why this problem is happening. I have two users who are opening an Excel file from the same location, and they're doing their own modifications/saves. When one user opens the document and prints, the Print P

  • The HP Solutions doesn't recognize the photosmart just the old printer

    Hello, Does anyone know why the solutions center only recognizes the former printer and not the wireless Photosmart? Thanks for any and all help, I'm new to this. Maryann This question was solved. View Solution.

  • I am trying to open a file in pdf form and I keep getting "there was

    I am trying to open a file in pdf form and I keep getting ...there was a problem reading this document....any suggestions???

  • GetURL not working in IE 8 or Firefox 3

    I am trying to create a button which links to another website upon clicked. My code is as follows: on(release) {      getURL("http://www.adobe.com", "_blank"); However, this does not work as the button act as if no event has been triggered. I am usin

  • How to use the dynamical or static variable for ESSBASE cube name?

    Hi Experts, When I import ESSBASE Cube into physical layer, the cube name from ESSBASE is created automatically, such as H_Sales. I want to use the the static or dynamical variable for replacing the external name. So I try to create the static variab