[SOLVED] updating aur package "install: cannot stat ...: No such file"

This is my first attempt at creating a new package so I decided to update the orphaned crtmpserver package and I'm getting an error where makepkg cannot locate a file...
I'm test building the package in /var/abs/local/rtmpd directory which contains two files PKGBUILD and rtmpd.service.
PKGBUILD:
pkgname=rtmpd-svn
pkgver=811
pkgrel=1.1
pkgdesc="High performance rtmp streaming server"
arch=('i686' 'x86_64')
url="http://www.rtmpd.com"
license=('GPL')
depends=('openssl')
makedepends=('subversion' 'cmake' 'lua')
provides=('crtmpserver')
conflicts=('crtmpserver')
_svntrunk='https://svn.rtmpd.com/crtmpserver/trunk'
_svnmod='crtmpserver'
_svnbuild='crtmpserver/crtmpserver'
source=('rtmpd.service')
md5sums=('SKIP')
build() {
msg "Starting SVN checkout"
svn co --non-interactive --no-auth-cache --username anonymous --password "" https://svn.rtmpd.com/crtmpserver/trunk crtmpserver
cd $_svnmod/builders/cmake
sh cleanup.sh
cmake -DCRTMPSERVER_INSTALL_PREFIX=/usr
make
package(){
cd $_svnmod/builders/cmake
make DESTDIR="$pkgdir" install
install -dm644 "$pkgdir/etc/crtmpserver"
mv "$pkgdir/usr/etc/crtmpserver.lua.sample" "$pkgdir/etc/crtmpserver"
rm -rf "$pkgdir/usr/etc"
install -D -m644 "rtmpd.service" "$pkgdir/usr/lib/systemd/system/rtmpd.service"
Here's the output from running makepkg
[ourhome@server rtmpd]$ makepkg > log
==> Making package: rtmpd-svn 811-1.1 (Sun Feb 8 14:42:27 PST 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found rtmpd.service
==> Validating source files with md5sums...
rtmpd.service ... Skipped
==> Extracting sources...
==> Starting build()...
==> Starting SVN checkout
A crtmpserver/3rdparty
A crtmpserver/3rdparty/lua-dev
A crtmpserver/3rdparty/lua-dev/lundump.h
A crtmpserver/3rdparty/lua-dev/lapi.h
A crtmpserver/sources/androidapplestreaming/src/variantconnection.cpp
A crtmpserver/sources/androidapplestreaming/src/jniwrapper.cpp
Checked out revision 811.
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
==> Entering fakeroot environment...
==> Starting package()...
Install the project...
-- Install configuration: "Debug"
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libtinyxml.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libcommon.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/libthelib.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/flvplayback/libflvplayback.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/appselector/libappselector.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/samplefactory/libsamplefactory.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/vptests/libvptests.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/admin/libadmin.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/proxypublish/libproxypublish.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/lib/crtmpserver/applications/stresstest/libstresstest.so
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/sbin/crtmpserver
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/etc/crtmpserver.lua.sample
-- Installing: /var/abs/local/rtmpd/pkg/rtmpd-svn/usr/man/man1/crtmpserver.1
install: cannot stat ‘rtmpd.service’: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
and that's the mystery to me.  Makepkg finds rtmpd.service when it starts but cannot find it when it's time to package.
Where's it looking ?
Last edited by gillecaluim (2015-02-08 23:36:50)

The service file is in $srcdir, not $_svnmod/builders/cmake.
You're using an outdated PKGBUILD template too. The svn source should be included in the source array and not checked out manually during the build process.
EDIT: since this repository requires authentication, perhaps the correct format won't work.
Last edited by WorMzy (2015-02-08 23:07:59)

Similar Messages

  • Tar: *: Cannot stat: No such file or directory

    everything except these lines is fine:
    ==> Removing info/doc files...
    ==> Compressing man pages...
    ==> Stripping debugging symbols from libraries...
    ==> Stripping symbols from binaries...
    ==> Generating .FILELIST file...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> Generating .PKGINFO file...
    ==> Compressing package...
    tar: *: Cannot stat: No such file or directory
    tar: Error exit delayed from previous errors
    ==> ERROR: Failed to create package file.

    This indicates that $startdir/pkg is empty i.e. there are no files to add to the package tarball, so therefore no tarball is created. This in turn indicates that something is wrong with your PKGBUILD. If you want to post it here, people can have a look at it, and probably spot the error.

  • [Solved] List AUR packages installed and only AUR packages.

    Here's a good one.  Thought this would be easy but thought it over and then looked around a bit and haven't found anything.  There's might just be an easy way to do this that will make me *bonk* my head in the morning but I haven't found it yet.  I'm looking to be able to just list the packages I have installed from AUR and not any that I have gotten from the official repos.  I've checked out some utilities in AUR (like AURcheck) but as far as I can tell they just look for AUR updates.  Anyone know of a way to do this?
    Last edited by Gen2ly (2009-10-30 14:32:22)

    I just got to reinstalling and this was a lifesaver - it worked great.  Thank for the help, brisbin, ghost, Allan...
    @Ghost, I would have used packup but I had a couple downgraded packages and I wanted to be able to troubleshoot it.
    The tip about the grep -v doing 'shortnameplus' was a good tip, Profjim.  I hadn't read this last post before and during the reinstall I was a bit surprised nvidia wasn't installed so... all is good now.
    I created a script to be able to create the backup list and restores from it simliar to ghosts and am able to run it in cron job.  Probably not a big deal, but... phhht.  Here it is for anyone that can use it:
    #!/bin/bash
    # pacbac - Create and restore from list all installed packages
    # Package list locations (official and local)
    pkglsoff=/opt/backup/pc-emach/arch-pkglist-official
    pkglsloc=/opt/backup/pc-emach/arch-pkglist-local
    # Exclude packages
    excldoff=()
    excldloc=()
    # Use filename as program name
    prog=${0##*/}
    # Text color variables
    bldblu='\e[1;34m' # blue
    bldred='\e[1;31m' # red
    bldwht='\e[1;37m' # white
    txtcyn='\e[0;36m' # cyan
    txtund=$(tput sgr 0 1) # underline
    txtrst='\e[0m' # text reset
    info=${bldwht}*${txtrst}
    pass=${bldblu}*${txtrst}
    warn=${bldred}!${txtrst}
    # If restoring, be sure yaourt is installed
    if [[ "$1" == 'r' ]] && [[ -z $(pacman -Qs yaourt) ]]; then
    echo ""
    echo -e "$warn $prog requires ${txtund}}Yaourt${txtrst} to be installed."
    echo -e " ${txtcyn}http://wiki.archlinux.org/index.php/Yaourt${txtrst}"
    echo ""
    exit
    fi
    case $1 in
    b ) # Create list of official repository packages (core, extra, community)
    echo -e "$info Creating list of official (core/extra/community packages) packages installed."
    # Create list, remove local, base
    pacman -Qqe | grep -vx "$(pacman -Qqg base)" | grep -vx "$(pacman -Qqm)" > "$pkglsoff"
    # Create list of local packages (includes the AUR)
    echo -e "$info Creating list of local (includes AUR) packages installed."
    pacman -Qqm > "$pkglsloc"
    echo -e "$pass Official package list saved to ${txtund}"$pkglsoff"${txtrst}"
    echo -e "$pass Local package list saved to ${txtund}"$pkglsloc"${txtrst}" ;;
    r ) # Update repository database, then restore packages from list
    echo -e "$info Installing packages from lists"
    sudo pacman -Sy
    # use -f to overwrite conflicting files
    sudo pacman -S --needed $(cat "$pkglsoff")
    # Yaourt doesn't have --needed check
    yaourt -S $(cat "$pkglsloc" | grep -vx "$(pacman -Qqm)") ;;
    * ) echo -e " pacbac b - build installed packages list. (dir:${txtund}"${pkglsoff%/*}"${txtrst})"
    echo -e " pacbac r - restore installed packages from package list." ;;
    esac
    Last edited by Gen2ly (2009-10-31 14:16:55)

  • [SOLVED] yaourt how to update aur packages

    Hi!
    I got a quick question. I thought that yaourt is able to update old packages installed from Aur automatically.
    So for example I type as usually yaourt -Syu --aur but I noticed it doesn't show AUR packages I can update. Only from core/extra/community
    For example I just typed:
    yaourt yaourt
    1 aur/yaourt 0.9.2.6-1 [0.9.2.5-1 installed] (2406)
    and see that I can update yaourt. I have other packages installed from AUR, how do I know that a newer version is available without checking it manually?
    edit:
    so I am happy to mark it as solved. It wasn't a bug, but it is a way how yaourt works.
    yaourt -Syu --aur shows packages from core/extra/community.
    If I press Y (to install them). It shows a list again with the information how much to download and install and then after pressing "No" to install them, yaourt continues to check AUR packages in this case.
    Julien MISCHKOWITZ, the developer said he could change the behavior
    Thanks everyone for the attention!
    Last edited by ngsupb (2009-08-21 13:15:09)

    shining wrote:yaourt has a bug tracker : http://bugs.archlinux.fr/index/proj3?or … &sort=desc
    Thank you shining. I have opened a ticket there. Lets wait, I hope they can help!

  • Cannot retrieve aur packages installed with yaourt

    I accidently deleted /var/lib/pacman folder while attempting to solve my update issues (updating system after a long time) . I restored my local pacman database with the excellent guide in the wiki using /var/log/pacman.log  http://wiki.archlinux.org/index.php/Pac … l_database. I was able to update and restore my system. However, yaourt is not listing my installed aur packages. I re-installed yaourt and tried packer as well but it is not able to find the aur packages I installed using yaourt earlier to my update ( It is able to install and list new aur packages) . I can run the old aur packages  but I am not able to remove or list them. How can I list these lost aur packages or remove them completely? Is there a way to retrieve the database for aur packages installed with yaourt?
    Thanks.

    Hi karol,
    Thanks for your response.
    Executing pacman -Qm only lists aur packages which were installed after I accidently deleted /var/lib/pacman. I am not able to list those aur packages that I installed with yaourt prior to my /var/lib/pacman deletion. I am not sure how the accidental deletion and this issue is related, but I would like to delete these old aur packages. One example of such an aur package installed through yaourt (prior to blunder of /var/lib/pacman deletion ) was chromium-browser. I am able to run chromium-browser, but since this package is very old I would like to remove it. However, neither pacman nor yaourt is able to remove it.
    # pacman -R chromium-browser
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    $ yaourt -R chromium-browser
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Password:
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    However chromium-browser is present on my system and runs very well.
    $ locate chromium-browser
    /etc/chromium-browser
    /etc/chromium-browser/default
    /opt/chromium-browser
    /opt/chromium-browser/chrome
    /opt/chromium-browser/chrome-wrapper
    /opt/chromium-browser/chrome.pak
    /opt/chromium-browser/chrome_sandbox
    /opt/chromium-browser/libffmpegsumo.so
    /opt/chromium-browser/locales
    /opt/chromium-browser/product_logo_48.png
    /opt/chromium-browser/resources
    /opt/chromium-browser/xdg-settings
    /opt/chromium-browser/locales/am.pak
    /opt/chromium-browser/locales/ar.pak
    /opt/chromium-browser/locales/bg.pak
    /opt/chromium-browser/locales/bn.pak
    /opt/chromium-browser/locales/ca.pak
    /opt/chromium-browser/locales/cs.pak
    /opt/chromium-browser/locales/da.pak
    /opt/chromium-browser/locales/de.pak
    /opt/chromium-browser/locales/el.pak
    /opt/chromium-browser/locales/en-GB.pak
    /opt/chromium-browser/locales/en-US.pak
    /opt/chromium-browser/locales/es-419.pak
    /opt/chromium-browser/locales/es.pak
    /opt/chromium-browser/locales/et.pak
    /opt/chromium-browser/locales/fi.pak
    /opt/chromium-browser/locales/fil.pak
    /opt/chromium-browser/locales/fr.pak
    /opt/chromium-browser/locales/gu.pak
    /opt/chromium-browser/locales/he.pak
    /opt/chromium-browser/locales/hi.pak
    /opt/chromium-browser/locales/hr.pak
    /opt/chromium-browser/locales/hu.pak
    /opt/chromium-browser/locales/id.pak
    /opt/chromium-browser/locales/it.pak
    /opt/chromium-browser/locales/ja.pak
    /opt/chromium-browser/locales/kn.pak
    /opt/chromium-browser/locales/ko.pak
    /opt/chromium-browser/locales/lt.pak
    /opt/chromium-browser/locales/lv.pak
    /opt/chromium-browser/locales/ml.pak
    /opt/chromium-browser/locales/mr.pak
    /opt/chromium-browser/locales/nb.pak
    /opt/chromium-browser/locales/nl.pak
    /opt/chromium-browser/locales/or.pak
    /opt/chromium-browser/locales/pl.pak
    /opt/chromium-browser/locales/pt-BR.pak
    /opt/chromium-browser/locales/pt-PT.pak
    /opt/chromium-browser/locales/ro.pak
    /opt/chromium-browser/locales/ru.pak
    /opt/chromium-browser/locales/sk.pak
    /opt/chromium-browser/locales/sl.pak
    /opt/chromium-browser/locales/sr.pak
    /opt/chromium-browser/locales/sv.pak
    /opt/chromium-browser/locales/sw.pak
    /opt/chromium-browser/locales/ta.pak
    /opt/chromium-browser/locales/te.pak
    /opt/chromium-browser/locales/th.pak
    /opt/chromium-browser/locales/tr.pak
    /opt/chromium-browser/locales/uk.pak
    /opt/chromium-browser/locales/vi.pak
    /opt/chromium-browser/locales/zh-CN.pak
    /opt/chromium-browser/locales/zh-TW.pak
    /opt/chromium-browser/resources/inspector
    /opt/chromium-browser/resources/inspector/Images
    /opt/chromium-browser/resources/inspector/devtools.css
    /opt/chromium-browser/resources/inspector/devtools.html
    /opt/chromium-browser/resources/inspector/devtools.js
    /opt/chromium-browser/resources/inspector/inspector.css
    /opt/chromium-browser/resources/inspector/inspector.html
    /opt/chromium-browser/resources/inspector/inspectorSyntaxHighlight.css
    /opt/chromium-browser/resources/inspector/Images/back.png
    /opt/chromium-browser/resources/inspector/Images/checker.png
    /opt/chromium-browser/resources/inspector/Images/clearConsoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/closeButtons.png
    /opt/chromium-browser/resources/inspector/Images/consoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/consoleIcon.png
    /opt/chromium-browser/resources/inspector/Images/cookie.png
    /opt/chromium-browser/resources/inspector/Images/database.png
    /opt/chromium-browser/resources/inspector/Images/databaseTable.png
    /opt/chromium-browser/resources/inspector/Images/debuggerContinue.png
    /opt/chromium-browser/resources/inspector/Images/debuggerPause.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepInto.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOut.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOver.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRight.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightWhite.png
    /opt/chromium-browser/resources/inspector/Images/dockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/elementsIcon.png
    /opt/chromium-browser/resources/inspector/Images/enableOutlineButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/enableSolidButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/errorIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorRedDot.png
    /opt/chromium-browser/resources/inspector/Images/excludeButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/focusButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/forward.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeader.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderPressed.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelected.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelectedPressed.png
    /opt/chromium-browser/resources/inspector/Images/goArrow.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutLeft.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutRight.png
    /opt/chromium-browser/resources/inspector/Images/grayConnectorPoint.png
    /opt/chromium-browser/resources/inspector/Images/largerResourcesButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/localStorage.png
    /opt/chromium-browser/resources/inspector/Images/nodeSearchButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrow.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrowActive.png
    /opt/chromium-browser/resources/inspector/Images/paneGrowHandleLine.png
    /opt/chromium-browser/resources/inspector/Images/paneSettingsButtons.png
    /opt/chromium-browser/resources/inspector/Images/pauseOnExceptionButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/percentButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/profileGroupIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileSmallIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/radioDot.png
    /opt/chromium-browser/resources/inspector/Images/recordButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/recordToggledButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/reloadButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/resourceCSSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourceJSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourcesIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSizeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesTimeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBrightBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallGray.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallWhite.png
    /opt/chromium-browser/resources/inspector/Images/segment.png
    /opt/chromium-browser/resources/inspector/Images/segmentChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHover.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelected.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/sessionStorage.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDimple.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDividerBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtons.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtonsChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButton.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelected.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerHorizontal.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerVertical.png
    /opt/chromium-browser/resources/inspector/Images/storageIcon.png
    /opt/chromium-browser/resources/inspector/Images/successGreenDot.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineCheckmarks.png
    /opt/chromium-browser/resources/inspector/Images/timelineDots.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineIcon.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillYellow.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloon.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloonBottom.png
    /opt/chromium-browser/resources/inspector/Images/tipIcon.png
    /opt/chromium-browser/resources/inspector/Images/tipIconPressed.png
    /opt/chromium-browser/resources/inspector/Images/toolbarItemSelected.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/undockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/userInputIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputPreviousIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputResultIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningOrangeDot.png
    /opt/chromium-browser/resources/inspector/Images/warningsErrors.png
    /opt/chromium-browser/resources/inspector/Images/whiteConnectorPoint.png
    /usr/bin/chromium-browser
    /usr/share/applications/chromium-browser.desktop
    /usr/share/licenses/chromium-browser-bin
    /usr/share/licenses/chromium-browser-bin/LICENSE.txt
    /usr/share/man/man1/chromium-browser.1.gz
    /usr/share/pixmaps/chromium-browser.png
    Chromium-browser is just one of the packages I remember having installed using yaourt prior to the /var/lib/pacman deletion. I would like to know if there is a way to find all such aur packages installed through yaourt prior to /var/lib/pacman deletion and if possible, delete them.
    Thanks.
    Last edited by billy123 (2010-04-05 16:35:35)

  • [solved] list all aur packages installed

    Hi,
    I'm looking a comman which list all AUR packages installed on my system. Man yaourt or man pacman don't help me (but maybe I missed something).
    Is it possible to list these AUR packages ?
    Last edited by ppr (2011-11-13 23:40:49)

    yaourt -Q | grep local/
    Works for me. I'm sure someone will have a better solution though.
    Last edited by WorMzy (2011-11-13 23:24:45)

  • [Solved] Permissions issues when updating AUR package.

    Hi there,
    Today i was trying to update some of my AUR packages, but all I got is "Error - all files must have permissions of 644 or 755."
    It isn't very clear to me, i've changed all the files/directories permissions and i'm still getting this error so I gave up, i don't know what's going on, i've doing the same package process for a while with no problems.
    I can see the SRC file is compressed as root (root/root), I did a fresh Arch install three days ago to use all my hard disk drive (i was dualbooting), so I don't know if that could be the problem, I've changed my user's primary group anyways.
    - https://pastebin.osuosl.org/14606/
    EDIT*
    I don't know why some of my backup files had 400 and 755 persmissions, i changed back to 644, i did it before... and it didn't work...
    Last edited by AbaddonOrmuz (2015-01-22 21:44:53)

    The source files must have 644 or 755 permissions. In your first paste, the source files have 777 permissions.

  • Check status of MY aur packages installed

    hi, is it possible to check the status about aur packges installed?
    example: if I have installed "gtk-engine-murrine-cvs" , "nautilus-send-to" and "emesene-cvs" from AUR. Do it something like this:
    $ yaourt -Xyu
    available updates: gtk-engine-murrine-cvs  nautilus-send-to
    Install ? (Y)es / (N)o
    is it possible XD?
    thanks
    Last edited by Slack (2009-04-10 16:11:59)

    Well, a new update for opera is available from AUR, but when I do
    yaourt -Syu --aur
    I got this:
    jano@jx-machine~$ yaourt -Syu --aur
    :: Sincronizando las bases de datos de paquetes...
    core está actualizado
    extra está actualizado
    community está actualizado
    Verificando si hay actualizaciones de paquetes...
    ==> Package upgrade only (new release):
    community/compiz-decorator-gtk version 0.8.2 release 1 -> 2
    core/acl version 2.2.47 release 1 -> 2
    core/bzip2 version 1.0.5 release 3 -> 4
    core/cracklib version 2.8.13 release 1 -> 2
    core/gawk version 3.1.6 release 2 -> 3
    core/gettext version 0.17 release 2 -> 3
    core/mailx version 8.1.1 release 5 -> 7
    core/make version 3.81 release 3 -> 4
    core/nano version 2.0.9 release 1 -> 2
    core/syslog-ng version 3.0.1 release 4 -> 6
    core/xinetd version 2.3.14 release 3 -> 5
    extra/audiofile version 0.2.6 release 3 -> 4
    extra/avahi version 0.6.24 release 1 -> 3
    extra/cdrkit version 1.1.9 release 1 -> 2
    extra/compositeproto version 0.4 release 1 -> 2
    extra/damageproto version 1.1.0 release 1 -> 2
    extra/dmxproto version 2.2.2 release 1 -> 2
    extra/eject version 2.1.5 release 3 -> 4
    extra/evolution-exchange version 2.26.0 release 1 -> 2
    extra/fixesproto version 4.0 release 2 -> 3
    extra/fontcacheproto version 0.1.2 release 1 -> 2
    extra/fontsproto version 2.0.2 release 1 -> 2
    extra/ghostscript version 8.64 release 3 -> 5
    extra/giblib version 1.2.4 release 3 -> 4
    extra/gqview version 2.0.4 release 1 -> 2
    extra/gsfonts version 8.11 release 4 -> 5
    extra/gtkglext version 1.2.0 release 1 -> 2
    extra/hicolor-icon-theme version 0.10 release 1 -> 2
    extra/kbproto version 1.0.3 release 1 -> 2
    extra/libavc1394 version 0.5.3 release 1 -> 2
    extra/libcdio version 0.81 release 1 -> 2
    extra/libdv version 1.0.0 release 1 -> 2
    extra/libdvdread version 0.9.7 release 1 -> 2
    extra/libfontenc version 1.0.4 release 1 -> 2
    extra/libid3tag version 0.15.1b release 2 -> 3
    extra/libogg version 1.1.3 release 1 -> 2
    extra/libsidplay version 1.36.59 release 2 -> 3
    extra/libstdc++5 version 3.3.6 release 2 -> 3
    extra/libvisual version 0.4.0 release 1 -> 2
    extra/libxcomposite version 0.4.0 release 1 -> 2
    extra/libxcursor version 1.1.9 release 1 -> 2
    extra/libxdamage version 1.1.1 release 1 -> 2
    extra/libxdmcp version 1.0.2 release 1 -> 2
    extra/libxevie version 1.0.2 release 1 -> 2
    extra/libxext version 1.0.5 release 1 -> 2
    extra/libxfixes version 4.0.3 release 1 -> 2
    extra/libxfontcache version 1.0.4 release 1 -> 2
    extra/libxinerama version 1.0.3 release 1 -> 2
    extra/libxkbui version 1.0.2 release 1 -> 2
    extra/libxrender version 0.9.4 release 1 -> 2
    extra/libxres version 1.0.3 release 1 -> 2
    extra/libxt version 1.0.5 release 1 -> 2
    extra/libxtst version 1.0.3 release 1 -> 2
    extra/libxvmc version 1.0.4 release 1 -> 2
    extra/libxxf86dga version 1.0.2 release 1 -> 2
    extra/libxxf86misc version 1.0.1 release 1 -> 2
    extra/mime-types version 1.0 release 1 -> 2
    extra/mono-addins version 0.4 release 1 -> 2
    extra/musicbrainz version 2.1.5 release 1 -> 2
    extra/ndesk-dbus-glib version 0.4.1 release 1 -> 2
    extra/netkit-bsd-finger version 0.17 release 3 -> 4
    extra/pidgin version 2.5.5 release 1 -> 2
    extra/policykit-gnome version 0.9.2 release 2 -> 3
    extra/pth version 2.0.7 release 1 -> 2
    extra/pyrex version 0.9.8.5 release 1 -> 2
    extra/python-numeric version 24.2 release 3 -> 4
    extra/qt3 version 3.3.8 release 9 -> 10
    extra/recordproto version 1.13.2 release 1 -> 2
    extra/redland version 1.0.8 release 1 -> 3
    extra/renderproto version 0.9.3 release 1 -> 2
    extra/scrot version 0.8 release 2 -> 3
    extra/swh-plugins version 0.4.15 release 1 -> 2
    extra/videoproto version 2.2.2 release 1 -> 2
    extra/xf86-input-keyboard version 1.3.2 release 1 -> 2
    extra/xorg-server-utils version 7.4 release 2 -> 4
    extra/xorg-utils version 7.4 release 2 -> 3
    ==> Software upgrade (new version) :
    community/aircrack-ng 1.0_rc2-1 -> 1.0_rc3-1
    community/ccsm 0.7.8-2 -> 0.8.2-1
    community/compiz-bcop 0.7.8-1 -> 0.8.2-1
    community/compizconfig-backend-gconf 0.7.8-1 -> 0.8.2-1
    community/compizconfig-python 0.7.8-2 -> 0.8.2-1
    community/compiz-fusion-plugins-extra 0.7.8-2 -> 0.8.2-1
    community/compiz-fusion-plugins-main 0.7.8-3 -> 0.8.2-1
    community/emerald 0.7.8-1 -> 0.8.2-1
    community/fusion-icon 20090213-1 -> 20090414-1
    community/gtk-engine-murrine 0.90.2-2 -> 0.90.3-1
    community/libcompizconfig 0.7.8-2 -> 0.8.2-1
    core/coreutils 7.1-2 -> 7.2-1
    core/dash 0.5.4-4 -> 0.5.5.1-2
    core/device-mapper 1.02.30-1 -> 1.02.31-1
    core/dmapi 2.2.8-3 -> 2.2.9-1
    core/hdparm 9.12-1 -> 9.15-1
    core/klibc-udev 139-1 -> 141-1
    core/less 418-1 -> 429-1
    core/libgcrypt 1.4.3-2 -> 1.4.4-1
    core/logrotate 3.7.7-3 -> 3.7.8-1
    core/lvm2 2.02.44-1 -> 2.02.45-1
    core/m4 1.4.12-1 -> 1.4.13-1
    core/man-db 2.5.4-2 -> 2.5.5-1
    core/man-pages 3.19-1 -> 3.20-2
    core/mdadm 2.6.8-1 -> 2.6.9-1
    core/mpfr 2.3.2-2 -> 2.4.1-1
    core/pacman-mirrorlist 20090108-1 -> 20090405-1
    core/pcre 7.8-1 -> 7.9-1
    core/sqlite3 3.6.11-1 -> 3.6.13-1
    core/tzdata 2009b-1 -> 2009f-1
    core/wpa_supplicant 0.5.11-1 -> 0.6.9-1
    extra/brasero 2.26.0-1 -> 2.26.1-1
    extra/eel 2.24.1-1 -> 2.26.0-1
    extra/eog 2.26.0-1 -> 2.26.1-1
    extra/faad2 2.6.1-2 -> 2.7-1
    extra/gcalctool 5.26.0-1 -> 5.26.1-1
    extra/git 1.6.2.2-1 -> 1.6.2.3-1
    extra/gnutls 2.6.4-1 -> 2.6.5-1
    extra/gparted 0.4.3-1 -> 0.4.4-2
    extra/gpgme 1.1.7-2 -> 1.1.8-1
    extra/gstreamer0.10-bad 0.10.10-1 -> 0.10.11-1
    extra/gstreamer0.10-bad-plugins 0.10.10-1 -> 0.10.11-3
    extra/gstreamer0.10-ffmpeg 0.10.6-1 -> 0.10.7-1
    extra/gstreamer0.10-python 0.10.13-2 -> 0.10.14-1
    extra/gstreamer0.10-ugly 0.10.10-1 -> 0.10.11-1
    extra/gstreamer0.10-ugly-plugins 0.10.10-1 -> 0.10.11-1
    extra/gtk-engines 2.18.0-1 -> 2.18.1-1
    extra/gtksourceview2 2.6.0-1 -> 2.6.1-1
    extra/hal 0.5.11-7 -> 0.5.12git20090406.46dc48-2
    extra/hal-info 0.20081219-1 -> 0.20090330-1
    extra/icon-naming-utils 0.8.7-1 -> 0.8.90-1
    extra/imagemagick 6.5.0.1-1 -> 6.5.0.10-1
    extra/jack-audio-connection-kit 0.109.2-2 -> 0.116.2-1
    extra/lcms 1.17-2 -> 1.18-1
    extra/libcap 1.10-2 -> 2.16-3
    extra/libcddb 1.3.0-3 -> 1.3.2-1
    extra/libcups 1.3.9-3 -> 1.3.10-1
    extra/libgdiplus 2.2-1 -> 2.4-1
    extra/libgksu 2.0.7-1 -> 2.0.8-1
    extra/libgphoto2 2.4.3-1 -> 2.4.4-1
    extra/libidn 1.13-1 -> 1.14-1
    extra/libmysqlclient 5.0.77-1 -> 5.1.34-1
    extra/liboil 0.3.15-1 -> 0.3.16-1
    extra/libsamplerate 0.1.6-1 -> 0.1.7-1
    extra/libsmbios 2.0.2-1 -> 2.2.16-1
    extra/libtasn1 1.8-1 -> 2.0-1
    extra/libv4l 0.5.8-1 -> 0.5.9-1
    extra/libx11 1.2-1 -> 1.2.1-1
    extra/lirc-utils 0.8.3-1 -> 0.8.5pre2-1
    extra/mesa 7.2-1 -> 7.4-1
    extra/mjpegtools 1.8.0-3 -> 1.9.0-1
    extra/mono 2.2-1 -> 2.4-2
    extra/mozilla-common 1.2-1 -> 1.3-1
    extra/ntfs-3g 2009.2.1-1 -> 2009.4.4-1
    extra/orca 2.26.0-1 -> 2.26.1-1
    extra/pm-utils 1.2.4-3 -> 1.2.5-1
    extra/pygobject 2.16.0-1 -> 2.16.1-1
    extra/python-gdata 1.2.2-2 -> 1.3.0-1
    extra/seahorse-plugins 2.26.0-1 -> 2.26.1-1
    extra/sg3_utils 1.25-1 -> 1.26-1
    extra/shared-mime-info 0.51-1 -> 0.60-1
    extra/smbclient 3.3.1-1 -> 3.3.3-1
    extra/sound-juicer 2.26.0-2 -> 2.26.1-1
    extra/subversion 1.5.6-1 -> 1.6.1-3
    extra/tdb 3.3.1-1 -> 3.3.3-1
    extra/ttf-dejavu 2.28-1 -> 2.29-1
    extra/vinagre 2.26.0-1 -> 2.26.1-1
    extra/vino 2.26.0-1 -> 2.26.1-1
    extra/wicd 1.5.8-1 -> 1.5.9-1
    extra/wine 1.1.17-1 -> 1.1.19-1
    extra/xf86-input-evdev 2.2.0-1 -> 2.2.1-1
    extra/xf86-input-mouse 1.3.0-1 -> 1.4.0-2
    extra/xf86-video-vesa 2.1.0-1 -> 2.2.0-1
    extra/xproto 7.0.14-1 -> 7.0.15-1
    extra/xterm 241-1 -> 243-1
    ==> New package :
    core/libnl 1.1-1 (required by wpa_supplicant)
    extra/dri2proto 1.99.3-1 (required by mesa)
    extra/libftdi 0.15-1 (required by lirc-utils)
    extra/libmodplug 0.8.4-1 (required by not found)
    extra/silc-toolkit 1.1.9-1 (required by pidgin)
    ==> Continue installing ? [Y/n]
    ==> [V]iew package detail [M]anualy select packages
    ==> ----------------------------------------------
    ==>
    and nothing for opera...
    seems like the command doesn't work for what i want :S
    any suggestions?

  • [SOLVED] bibble5pro aur package not working?

    Hi together,
    i did
    yaourt -S -aur bibble5pro
    and installed this package. Worked without error, but by starting bibble5pro i got this:
    [vinschni@myhost ~]$ bibble5pro
    Install Path: /opt/bibble5pro
    LD_PATH: /opt/bibble5pro/lib:
    XLIB_SKIP_ARGB_VISUALS: 1
    linux-gate.so.1 => (0xb7810000)
    libkodakcms.so => /opt/bibble5pro/lib/libkodakcms.so (0xb7795000)
    libuuid.so.1 => /lib/libuuid.so.1 (0xb7773000)
    libtcmalloc_minimal.so.0 => /opt/bibble5pro/lib/libtcmalloc_minimal.so.0 (0xb7741000)
    libQtSvg.so.4 => /opt/bibble5pro/lib/libQtSvg.so.4 (0xb76f5000)
    libQt3Support.so.4 => /opt/bibble5pro/lib/libQt3Support.so.4 (0xb740f000)
    libQtSql.so.4 => /opt/bibble5pro/lib/libQtSql.so.4 (0xb7376000)
    libQtOpenGL.so.4 => /opt/bibble5pro/lib/libQtOpenGL.so.4 (0xb7301000)
    libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7293000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0xb71cf000)
    libQtNetwork.so.4 => /opt/bibble5pro/lib/libQtNetwork.so.4 (0xb70d2000)
    libQtDesigner.so.4 => /opt/bibble5pro/lib/libQtDesigner.so.4 (0xb6df6000)
    libQtScript.so.4 => /opt/bibble5pro/lib/libQtScript.so.4 (0xb6cd5000)
    libQtXml.so.4 => /opt/bibble5pro/lib/libQtXml.so.4 (0xb6c90000)
    libQtGui.so.4 => /opt/bibble5pro/lib/libQtGui.so.4 (0xb63a8000)
    libpng12.so.0 => not found
    libSM.so.6 => /usr/lib/libSM.so.6 (0xb639f000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0xb6388000)
    libXi.so.6 => /usr/lib/libXi.so.6 (0xb637b000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6372000)
    libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb636a000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb62e5000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb62b7000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0xb62a9000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0xb618f000)
    libQtCore.so.4 => /opt/bibble5pro/lib/libQtCore.so.4 (0xb5f69000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb5f54000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb5f50000)
    librt.so.1 => /lib/librt.so.1 (0xb5f47000)
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb5e82000)
    libdl.so.2 => /lib/libdl.so.2 (0xb5e7e000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb5e64000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb5d6d000)
    libm.so.6 => /lib/libm.so.6 (0xb5d47000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb5d2a000)
    libc.so.6 => /lib/libc.so.6 (0xb5be3000)
    /lib/ld-linux.so.2 (0xb7811000)
    libpng12.so.0 => not found
    libpng12.so.0 => not found
    libpng12.so.0 => not found
    libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb45d2000)
    libnvidia-tls.so.1 => /usr/lib/libnvidia-tls.so.1 (0xb45cf000)
    libpng12.so.0 => not found
    libpng12.so.0 => not found
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb45a9000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb4590000)
    libpcre.so.0 => /lib/libpcre.so.0 (0xb455d000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0xb455a000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb4555000)
    ./bibblepro: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
    Is there maybe missing a dependency in pkgbuild? Starting with root access dosen't make a difference. Hope somebody has an idea.
    Greetings,
    Vinschni
    Last edited by Vinschni (2010-04-16 12:11:51)

    Got it working.
    In libpng12 PKGBUILD was an error in line 26. After deleting 
    patch -p1 -i "${srcdir}/libpng-1.2.38-apng.patch" || return 1
    build was successful.
    Vinschni

  • [SOLVED] Updating a package with renamed dependency using yaourt

    I am trying to update  aur/python2-epd-oss using yaourt. The problem is that the installed version depends on biopython and the new one depends on python2-biopython. When yaourt tries to replace  biopython with python2-biopython I get this:
    :: python2-biopython and biopython are in conflict. Remove biopython? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: python2-epd-oss: requires biopython>=1.57
    and I never reach te point where aur/python2-epd-oss gets updated.
    How should I update  aur/python2-epd-oss? Is this a case to force the update?
    Last edited by asafparis (2012-12-24 16:59:10)

    pacman -R python2-epd-oss
    yaourt -Syua # and answer yes
    yaourt -S python2-epd-oss
    This isn't really yaourt specific, you'd need to do something like this whenever AUR dependencies change names.
    Yaourt advertises that it manages dependencies ... but it doesn't really.
    Last edited by Trilby (2012-12-24 16:11:09)

  • UPDATE : Toshiba Recovery Wizard 'cannot read from source file or disk' error (satellite L500)

    UPDATE 2: Phoned Toshiba tech support again, guided by techie to begin the recovery again. Just before phoning I was able to go into recovery options and view the drive setup and all the files that couldn't be read are on the CD so I've no idea why the error kept occuring, and neither did the techie. Fingers crossed it works this time but I'm not overly hopefully given that we've just done exactly the same as I did before.  UPDATE 1: I got into the BIOS and reset everything back to defaults and yay, my toshiba recovery wizard now starts! :-D  On the down side, when trying to do a factory default software / out of the box recovery I continually get error messages with regards to copying the files, for example 
    cannot read from source file or disk
    7z.dll
    Type application extension
    size 585kb
    date modified 7/14/2009 10.26pm
    other read / copy errors include PREINST6.SWM, BOOT_32, BOOTPRIORITY, CHECKMAXPTSIZE, CHGBOOT, CPU, CPUCHECK, CREATEPARTITION, CTRLDRVINFO, DISKWIPE, DMI, DPINST32, EBLIB.DLL, ERRORDIALOG, EW3BOOTSEQ, FWLINK, FWLINK.SYS, GETHDDINFO, GETKEYSTATE, IMAGEX, INFILED, INITRECAREA, KRAIADAPI.DLL ..... at which point I decided to 'skip all' :-/
    Any explanations as to what's going on and how I might be able to fix it would be very much appreciated! :-)  Thank you!
    I have a two and half year old satellite L500 with an Intel i-3 and 4 gigs of RAM, on which I was running Windows 7.
    Admittedly it’s had rather a hard life (I ran some very demanding CAD / graphics software on it) but it had always performed well until just recently, when after suffering several BSOD (which had never happened before), the hard drive failed.
    I partitioned and formatted a brand new hard drive (which is perfectly fine and functions normally when hooked up to another laptop with a SATA to USB cable) and obtained system recovery discs from Toshiba.  Unfortunately, when I try and run the first disc, windows starts to load files but then generates an error screen with the message Error F3-F100-0003 and a request to turn the computer off.  
    When I use the windows Memory Diagnostic to get into the Windows Boot Manager Screen I get the following;
    Windows failed to start.  A recent hardware / software change might be the case.
    To fix the problem
    Insert your windows installation disc and restart your computer
    Choose your language settings and click ‘next’
    Click ‘repair your computer’
    File: \boot\memtest.exe
    Status: 0xc000000f
    Info: the selected entry could not be loaded because the application is missing or corrupt.
    I can also use F8 on startup to get into the advanced boot options but selecting any of them simply results in the F3-F100-0003 error message.  I’ve run a memory test using the UBCD, which tells me the memory is fine, and tried another hard drive (which also works perfectly well in another laptop) but no joy.  On phoning Toshiba support the techie said my hard drive had failed, but as I say, both hard drives are perfectly fine / usable when hooked up to another laptop.  I’m now completely stuck as to what the problem is and how I might resolve it – any advice / suggestions would be most gratefully received! Thank you in advance :-)

    Satellite L655-S5096
    Downloads here.
    the second disc gives me the the "cannot read from source file or disk PREINST8.SWM"
    My best guess is that the disc is not readable. Try copying it to another. Sometimes that works.
    Otherwise, order new discs from Toshiba.
    -Jerry

  • Files on XFS - cannot access, No such File or directory

    I've got a HTPC with 3 partitions formatted to XFS. The pc has MythTV as the backend and XBMC as the frontend, and really doesn't get used for much else. Lately I have been seeing faults with the XFS partitions, which are spread over two different HDDs. Everything else is ext4.
    $ sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 55.9G 0 disk
    ├─sda1 8:1 0 94.1M 0 part /boot/grub
    ├─sda2 8:2 0 1.9G 0 part
    ├─sda3 8:3 0 1K 0 part
    ├─sda5 8:5 0 18G 0 part /
    ├─sda6 8:6 0 18G 0 part /mnt/ssdRootClone
    └─sda7 8:7 0 17.9G 0 part /mnt/archRootCinnamon
    sdc 8:32 0 1.4T 0 disk
    ├─sdc1 8:33 0 1K 0 part
    ├─sdc5 8:37 0 537.1G 0 part /home/david/Movies <----XFS
    ├─sdc6 8:38 0 634.8G 0 part /home/david/TVseries <---XFS
    └─sdc7 8:39 0 225.4G 0 part /home/david/Music
    sdb 8:16 0 698.7G 0 disk
    ├─sdb1 8:17 0 1K 0 part
    ├─sdb5 8:21 0 50G 0 part /mnt/archRootCinnamon/home
    ├─sdb6 8:22 0 598.6G 0 part /MythTV <---XFS
    ├─sdb7 8:23 0 30.2G 0 part /home
    └─sdb8 8:24 0 19.8G 0 part /home/david/Photos
    sr0 11:0 1 1024M 0 rom
    The kind of problem is (I've removed most of the output, but should be obvious what the problem is)
    $ ls -la /MythTV/Recordings
    ls: cannot access /MythTV/Recordings/Gandhi_02.02.2013.mkv: No such file or directory
    total 333404488
    drwxrwxr-x 2 mythtv users 28672 Jul 17 18:22 .
    drwxrwxr-x 14 mythtv users 4096 Apr 7 13:50 ..
    -rw-r--r-- 1 mythtv users 2087234697 Aug 9 2012 FrostNixon_08.07.2012.mkv
    -rw-rw-rw- 1 mythtv users 64744 Jan 16 14:39 FrostNixon_08.07.2012.mkv.png
    ?????????? ? ? ? ? ? Gandhi_02.02.2013.mkv
    -rw-rw-rw- 1 mythtv users 51156 Feb 3 18:22 Gandhi_02.02.2013.mkv.png
    I have unmounted these partitions, and ran
    sudo xfs_repair -v /dev/sdb6
    which seems to do the job, but it reappears again. I'm not sure how to reproduce the error as its happening on both disks. First time I noticed it was while using Thunar bulk rename tool. It refused to rename some files from lower case to uppercase first letter, then I saw the "???????". It may also happen after I delete a recording through XBMC, but not certain.
    So I installed smartmontools and did the short + conveyance test,
    $ sudo smartctl -H /dev/sdb
    [sudo] password for david:
    smartctl 6.1 2013-03-16 r3800 [x86_64-linux-3.0.85-1-lts-custom] (local build)
    Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    and
    $ sudo smartctl -l selftest /dev/sdb
    smartctl 6.1 2013-03-16 r3800 [x86_64-linux-3.0.85-1-lts-custom] (local build)
    Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF READ SMART DATA SECTION ===
    SMART Self-test log structure revision number 0
    Warning: ATA Specification requires self-test log structure revision number = 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Short offline Completed without error 00% 11770 -
    # 2 Conveyance offline Completed without error 00% 11770 -
    Looking for help here!

    If you suspect drive issues, run the long test. The short and conveyance tests are hit and miss. Also check for SMART errors (smartctl -l error <dev>). A drive can pass tests and be in a 'PASSED' state for 'SMART overall-health' even if errors occur regularly.
    Also, I seem to recall something like this happening on an XFS lv months ago, but I'm not sure. More recently, the drive containing that lv would occasionally fail to be seen on the bus. I swapped the cable and moved it to another port and haven't had any problems since. Assuming I'm not hallucinating about the former, the two issues may have been related.

  • [SOLVED] cronie reports "/usr/sbin/run-cron: No such file or directory

    Hi, I just made a fresh install of Arch Linux x86_64 on my PC and I'm having troubles with cronie.
    cronie emails say:
    /bin/sh: /usr/sbin/run-cron: No such file or directory
    In crond.log I have:
    Jan 2 22:01:01 localhost /USR/SBIN/CROND[4691]: (root) CMD (run-parts /etc/cron.hourly)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) STARTUP (1.4.8)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (running with inotify support)
    Jan 2 22:47:56 localhost /usr/sbin/crond[5529]: (CRON) INFO (@reboot jobs will be run at computer's startup.)
    Jan 2 23:00:01 localhost /USR/SBIN/CROND[5733]: (root) CMD (ID=sys-hourly /usr/sbin/run-cron /etc/cron.hourly)
    Jan 2 23:00:01 localhost /USR/SBIN/CROND[5732]: (root) CMDOUT (/bin/sh: /usr/sbin/run-cron: No such file or directory)
    Jan 2 23:01:01 localhost /USR/SBIN/CROND[5748]: (root) CMD (run-parts /etc/cron.hourly)
    I've changed very little of the configuration files provided with the package: root's crontab is completely empty, and cron.hourly only contains the original untouched 0anacron file.
    I have the same basic setup on another machine and I don't have such errors.
    Any hints?
    Thanks
    Last edited by Venator85 (2012-01-03 20:26:16)

    [karol@black ~]$ nosr /usr/sbin/run-cron
    extra/dcron
    community/fcron
    Seems that file is provided by other cron implementations.

  • [Solved] -bash: /etc/profile.d/bash_completion.sh: No such file or ...

    Hi all.
    Did a pacman -Syu yesterday, havn't done this for a while. After this, whenever starting a login shell, I'm getting the following:
    -bash: /etc/profile.d/bash_completion.sh: No such file or directory
    It seems to be caused by sourcing /etc/profile. Now, my /etc/profile hasn't been changed.
    [ndlarsen@slave ~]$ . /etc/profile
    -bash: /etc/profile.d/bash_completion.sh: No such file or directory
    [ndlarsen@slave ~]$ pacman -Qo /etc/profile
    /etc/profile is owned by filesystem 2009.07-1
    [ndlarsen@slave ~]$ pacman -Ss filesystem | grep core/filesystem
    core/filesystem 2009.07-1 (base)
    [ndlarsen@slave ~]$ pacman -Qk filesystem
    filesystem: 89 total files, 0 missing file(s)
    [ndlarsen@slave ~]$ pacman -Q bash-completion
    bash-completion 1.0-3
    [ndlarsen@slave ~]$ pacman -Ss bash-completion
    extra/bash-completion 1.0-3
    Programmable completion for the bash shell
    [ndlarsen@slave ~]$ pacman -Qk bash-completion
    bash-completion: 45 total files, 0 missing file(s)
    Now, I'm wondering if this is a bug or feature and what to do about it.
    Cheers.
    Last edited by ndlarsen (2009-10-30 12:32:54)

    Correct, seems to be caused by /etc/profile.bash, which I neither have messed with, though difers for some reason.
    [ndlarsen@slave ~]$ . /etc/profile.bash
    -bash: /etc/profile.d/bash_completion.sh: No such file or directory
    [ndlarsen@slave ~]$ wget -O profile.bash http://repos.archlinux.org/wsvn/packages/bash/repos/core-i686/profile.bash?op=dl&rev=0
    [ndlarsen@slave ~]$ diff profile.bash /etc/profile.bash; echo ..Done...
    25a26,29
    >
    > #. bash_completion
    > . /etc/profile.d/bash_completion.sh
    >
    ..Done...
    [ndlarsen@slave ~]$ pacman -Qo /etc/profile.bash
    /etc/profile.bash is owned by bash 4.0.033-1
    [ndlarsen@slave ~]$ pacman -Q bash
    bash 4.0.033-1
    Wonder if the devs have made changes to the svn entries.
    Last edited by ndlarsen (2009-10-30 10:57:11)

  • [SOLVED] How to update AUR packages?

    Hi,
    I am new to archlinux. a few days ago i installed my first application from the AUR and now I am wondering: How can i update? I believe that I have to use an AUR helper to do that. Is that correct? And which helper should i use? Any recommendations?
    thanx
    Last edited by turtlefox (2015-05-12 14:36:27)

    ok I understand, fetch the tarball again and building it will work. (that already came to my mind actually)
    However, for long-term use I kind of want a more convenient solution, so I think I will try cower.
    Can anyone tell me how to install cower? At https://github.com/falconindy/cower there is only a zip-file that I can download. The zip file contains the files 'bash_completion', 'config', 'cower.c', 'Makefile', 'README.pod' and 'zsh_completion'. (sorry, but I see no option for including the files in this post) In the README however, there is no information about installation.

Maybe you are looking for

  • Portal runtime error while creating rooms

    Hi, I installed collaboration and content management on my portal instance and started basic configuration. Now while creating rooms , i get the portal runtime error. I have enclosed the screen shot of the error. I have enclosed the steps that can be

  • New power adapter *****

    i donn't know what's going on but it's not charging. It's actually brand new, my last adapter became a fire hazard when wires started poking through around the port (thanks, apple!)...But now that when i plug this one in, with no apps running aside f

  • Timestampdifference function

    Hi all, I have to find the number of years and months from timestampdiff function. for example first date 1/1/2010 and second date 1/6/2011 i have to show 1 year 6 months as the result of timestampdiff. It is showing only for month or year. i want bo

  • Interactive Image Not Centered

    When I add a new interactive image to a page, then drag-and-drop and image into that widget, the image is not centered within the frame. Rather it is skewed toward left-of-center by about 10%. Changing the image scaling doesn't fix it. Changing the o

  • Need path to paste bookmarks to from my backup

    Lost all bookmarks in V3.6.12. Need path to paste from my back up. Thanks