Shfs package needs rebuild

I apologize if this is in the wrong forum heading. The shfs package currently installs kernel modules for 2.6.22 which is no longer the current kernel. Should I file a bug report or flag the package as outdated?

You better use sshfs, it's a FUSE based SSH file system which means it doesn't depend on the kernel.
There's a package in extra and the homepage is http://fuse.sourceforge.net/sshfs.html

Similar Messages

  • AUR helper to find wich package need rebuild

    As we all know, package from AUR need rebuild when there dependency are updated. What I would like to find is some command or script that could tell me which package from aur need to be rebuild.
    Is there already something like that that exist? If no do you have any idea how it would be possible to detect this, I could develop it but I don't know what info I would need to create that list.

    Many aur tools can tell when an aur package has a newer version available, but AFAIK there is no tool to detect when a rebuild of the same version would be necessary.  There are a few things that could be checked to cover many such cases, but there will always be corner cases that make such detection highly impractical if not impossible.
    Though *most* such cases would be do to changed library versions on which AUR sourced and compiled binaries depend.  A process like the following could detect candidates:
    1) pacman -Qqm for a list of packages not in the main repos
    2) For each package from (1) run pacman -Ql <pkg> and search for binaries.
    3) For each binary from step two, run ldd on it to get the list of libs needed
    4) Check each lib from 3 to see if it still exists, if not, the package needs rebuilding
    This should cover many cases, but then there are likely other causes of a need of a rebuild.  For a moment I thought about java vm updates, but actually I don't think this would be the case.  With a JRE update it will either maintain backward compatibility or the java apps would have to be revised anyhow - a simple rebuild of the same version wouldn't help (I *think*, but what I know about java could fit on the back of a very small postage stamp).
    EDIT: I can't think of a time that I was ever in this situation.  I have ~20 AUR packages installed and have for some time and I have never needed to rebuild the *same* version of one of them due to updates to other packages.  Have you been in such a situation?  What was the package?
    Last edited by Trilby (2014-09-11 11:02:14)

  • Aurebuildcheck - checks if aur packages need rebuild

    Hi everyone, I made a small script which checks locally installed packages for missing dependencies using ldd.
    The script basically gets the list of files contained in local packages and runs ldd on the files to check if dependencies are missing (kinda like findbrokenpkgs or lddd found in "devtools").
    However, since it only checks the files of local packages, it's much faster than lddd or findbrokenpkgs which check all packages.
    The aur package is called aurebuildcheck-git and can be found at https://aur.archlinux.org/packages/aurebuildcheck-git/ .
    Have fun.

    Ok, thank you!
    It's a bit more hacky now, and a bit slower.
    localpackages=`pacman -Qqm`
    localpackagesamount=`echo $localpackages | wc -w`
    echo -e "${localpackagesamount} packages will be checked...\n"
    brokenpkgs=""
    localpackages=`pacman -Qqm`
    for package in $localpackages ; do
    BROKEN="false"
    echo "checking ${package}..."
    packagefiles=`pacman -Qql $package | grep -v "\.a\|\.png\|\.la\|\.ttf\|\.gz\|\.html\|\.css\|\.h\|\.xml\|\.rgb\|\.gif\|\.wav\|\.ogg\|\.mp3\|\.po\|\.txt\|\.jpg\|\.jpeg"`
    IFS=$'\n'
    for file in $packagefiles; do
    if (( $(file $file | grep -c 'ELF') != 0 )); then
    # Is an ELF binary.
    libs=`readelf -d "${file}" | grep "NEEDED.*\[.*\]" | awk '{print $5}' | sed -e "s/\[//" -e "s/\]//"`
    for lib in ${libs} ; do
    # needed libs
    if [ -z `whereis ${lib} | awk '{print $2}'` ] ; then
    # Missing lib.
    echo -e "\t ${RED}${file}${NC} needs ${REDUL}$lib${NC}" # >> $TEMPDIR/raw.txt
    BROKEN="true" # to avoid packages being listed in the brokenpkg array several times
    fi
    done
    fi
    done
    if [[ ${BROKEN} == "true" ]] ; then
    brokenpkgs="${brokenpkgs} ${package}"
    fi
    done

  • My outlook will not open yet all other microsoft packages will.  When I click on the icon, the 'o' logo will come up for a split second but will not open the package - need to receive emails asap!

    My outlook will not open yet all other microsoft packages will.  When I click on the icon, the 'o' logo will come up for a split second but will not open the package - need to receive emails asap!

    You're very welcome!
    I meant holding the "option" (or "alt") key on your keyboard as you click the Outlook icon on the Dock, and continuing to hold it until you see the Microsoft Database Utility come up. Alternatively, you can open the utility by navigating to Applications/Microsoft Office 2011/Office and then double-clicking the Microsoft Database Utility app.
    When you rebuild your database using that program, a backup copy of your original database (containing your account info, contacts, mail, calendars, etc) will be created. As a security precaution, you should also ensure you have a backup of your database (which you can find by going to Documents/Microsoft User Data/Office 2011 Identities/ and copying the contents of that folder onto an external drive).

  • Aperture may need "rebuilding" but is stuck in "repair" mode

    I'm trying to open an aperture library that is stored on an external hard drive. Initially, I got a message saying something to the effect that repeated forced closures could indicate the library needs repairing, and then I was given three options for addressing the issue. I forget what the first option was, but the second (and default) option was to repair the library, with the third option being to rebuild the library (the suggestion being to choose this if the first two options didn't work). So I selected the default option to repair the library. After an minute or so, another message popped up saying that the library would need "rebuilding". However, there is now a progress bar on the screen which says "repair library: examining library", except that no progress has yet been indicated. However, it doesn't seem possible to quit Aperture, as the "Quit" option is greyed out.
    I don't know if I just need to be patient and wait, or to force close Aperture, and then re-open and select "rebuild" when the options appear again.
    Any advice?
    - David

    How large is your library? For a very large library the rebuild can take a full day, and the progress bar is not very reliable. Let it run!
    How much free disk space do you have? Rebuilding needs plenty of additional disk space. It might help to free your drive a bit, if you see that the available disk space is getting low.

  • Rhythmbox -- which package needs to be installed for mp3 playback

    Hello,
    A quick question here:
    Which package needs to be installed for mp3 playback in Rhythmbox?
    ta, t.

    Thanks, that seemed to be the right plugin.
    ta, t.

  • SSH deamon, what package needed for solaris 9?

    Hi,
    I have installed the "core installation" of solaris on un sun sparc server.
    This not included SSH deamon.
    I want to install a server with just the package needed to run. its called "hardening OS".
    So i need to know what packages of Solaris 9 i need to make work SSH deamon on this server.
    I have already added those packages, but its seams more needed :
    SUNWsshcu SSH Common, (Usr)
    SUNWsshdr SSH Server, (Root)
    SUNWsshdu SSH Server, (Usr)
    SUNWsshr SSH Client and utilities, (Root)
    any know?

    Hi,
    I have installed the "core installation" of solaris
    on un sun sparc server.
    This not included SSH deamon.
    I want to install a server with just the package
    needed to run. its called "hardening OS".
    So i need to know what packages of Solaris 9 i need
    to make work SSH deamon on this server.
    I have already added those packages, but its seams
    more needed :
    SUNWsshcu SSH Common, (Usr)
    SUNWsshdr SSH Server, (Root)
    SUNWsshdu SSH Server, (Usr)
    SUNWsshr SSH Client and utilities, (Root)
    any know?There is a package SUNWsshu too.

  • Cant install ITunes or Quick Time it says a file is missing that the installer package needs

    Each time I try to install ITunes of Quick Time on my Windows XP machine with 2 gig of RAM and running service pack 3 it fails and says that a file the installer package needs is missing. How can I resolve this issue?

    Your operating system is fine. No need to worry about that.
    it fails and says that a file the installer package needs is missing.
    What's the precise text of that message, please? (There's a few different ones I can think of that you might be getting.)

  • Packages needs

    Hello,
    please i need SUNWi1of, SUNWi1cs, SUNWi15cs and SUNWsprox.
    can someone help me to get them.
    and next how to know the installation CD on which you have a required package.
    Thanxs

    Allan wrote:Except for [community] packages needing rebuilt against stuff in [testing] as they only get build against packages in [core] or [extra]
    Okay, thanks that made things a bit more clear. Sorry for the bug report yesterday, Allan.

  • Basic Support packages needed for MSS/ESS?

    Hi All,
       What are the basic support packages needed in<b> R/3</b> for ESS and MSS implementation.
    Regards,
    Pavanmeet.

    hi pavneet
    the basic support package for ESS and MSS is
    1) Download the Business Package for Employee Self Service (mySAP ERP 2004) from SDN using your SAP Service Marketplace ID.
    (SDNPortal Content PortfolioBrowse Content PortfolioEvery UserSelf Service--Business Package for Employee Self Service (mySAP ERP 2004) 60.2)
    2) Check the J2EE Version and Download the following Web Dynpro Development Components (patches) from service marketplace (Refer SAP Note 761266—Self Service Patches to know the version to be downloaded):
    •     ESS
    •     PCUI_GP
         (service.sap.com/downloadSupport patches and packagesEntry By application GroupSAP Application ComponentsSAP ERP&#61664;SAP ERP 2004--Entry By Component&#61664;SAP XSS --(SAP ESS 100 and SAP PCUI_GP 100))
    1.     ESS <patch number>-10002965.sca (here, ESS11p_2-10002965.sca)
    2.     MSS <patch number>-10002964.sca (here, MSS11p_2-10002964.sca)
    3.     PCUIGP<patch number>-20000568.sca (here PCUIGP011_0-20000568.sca
    i have installed these packages if u have any problem let me know or call me 917 378 8519
    please give me the points if it is helpful
    thanks
    Sandeep Singh

  • Does DBMS_CHANGE_NOTIFICATION package needs additional cost/charge?

    We have a Oracle licence, it would probably a enterprise licence, in such case, does DBMS_CHANGE_NOTIFICATION package needs additional cost/charge?

    I don't think you need a separate license for this. You can always check from bellow link if your feature (option) needs to be licensed separately.
    http://www.oracle.com/us/products/database/product-editions-066501.html
    Salman

  • How to add osd file into app-v package - need to have two osd files within one app-v package

    We have app-v 4.6 sp2 I get one app-v existing package which has two OSD files associated.
    It is needed for separate license servers located in different sites. I need to create a new app-v package with new version of this application and want to have similar two OSD files associated with it. How to do it?

    Using Notepad for creating a new copy of an OSD is OK, but requires some thinking:
    Inside the new OSD, the NAME= and/or VERSION= attribute should be modified: you shall not have two applications with the same Name+Version combination
    the name of the new OSD file should be added to .sprj file (similar to the original OSD file name) as this motivates the Sequencer to load both OSDs when opening the package
    inside the OSD in the <MGMT_SHORTCUTLIST> section the name of the shortcut file (.lnk) shopuld be adjusted
    The new OSD won't get added to the MSI (if you are using that) unless you open & save the package in the Sequencer.
    Sorry Dan, but except for super-professionals I'd advise
    Use GridMetric
    Application Virtualization Explorer to add/modify shortcuts (you'd need the Professional Edition for App-V 4)
    or
    If you already have the package with just one OSD: select the 'Modify an existing packge' in the Sequencer, then use the 'Add
    Application' wizard. Quite at the end this will bring you to the 'shortcuts and file type associations' step. In there you can create a new shortcut (resulting in a new OSD). Other wizards make it more difficult (or impossible) to add shortcuts: https://kirxblog.wordpress.com/2011/06/01/app-v-4-6-sp1-the-right-sequencing-wizard/
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • Problem with DBMS_DATAPUMP package ,need help urgently!!

    Hi everyone
    I'm trying to export data with PL/SQL DBMS_DATAPUMP package.
    But I can't export data properly so far.
    If anybody know slutions these case and errors what I explained,
    pls help me.
    1. when I use ADD_FILE Procedure, and set parameter of file type as logfile
    then execute ORA-26535 error code returned as error.
    but if I didn't set on filetype that error didn't returned.
    2. when I execute package what I made, I could make DMP file but
    strange named tables also made on Database which I use.
    I don'(t why these table made it.
    table name-----SYS_EXPORT_TABLE_01,SYS_EXPORT_TABLE_06
    I attach my command under the below,
    CREATE OR REPLACE PACKAGE BODY ETL.PACK_KHJ006_filemake IS
         PROCEDURE Filemakeprocess IS
              dir_name          VARCHAR2(50);
              dfile_name          VARCHAR2(50);
              dlog_name          VARCHAR2(50);
              file_handle          NUMBER;
         BEGIN
              dir_name     := 'PLSQL_DIR';
              dfile_name     := 'KHJT001_backup' || TO_CHAR
    (sysdate,'yyyymmdd') || '.dmp';
              dlog_name     := 'KHJT001_backup.log';
              --file_handle     := DBMS_DATAPUMP.attach
    ('KHJT001_BACKUP');'KHJT001_BACKUP'
              file_handle     := DBMS_DATAPUMP.OPEN
    ('EXPORT','TABLE',NULL,'backup');
              DBMS_OUTPUT.PUT_LINE(dfile_name);
              DBMS_DATAPUMP.ADD_FILE
    (file_handle,dfile_name,dir_name);
         -     DBMS_DATAPUMP.ADD_FILE
    (file_handle,dlog_name,dir_name,DBMS_DATAPUMP.KU$_FILE_TYPE_LOG_FILE);
              DBMS_DATAPUMP.METADATA_FILTER(file_handle,'INCLUDE_NAME_EXPR','= ''ETL.KHJW001_changep");
              DBMS_DATAPUMP.SET_PARALLEL(file_handle,2);
              DBMS_DATAPUMP.START_JOB(file_handle);
         END;
    END;
    Thank you for your help

    What version of the database are you running? It seems to be working as expected for me (9.2.0.3).
      1  declare
      2    jobno binary_integer;
      3  begin
      4    dbms_job.submit( jobno, 'foo_proc();', sysdate, 'sysdate + (1/24)' );
      5    commit;
      6* end;
    scott@jcave > /
    scott@jcave > column last_date format a20;
    scott@jcave > column next_date format a20;
    scott@jcave > select job, to_char(last_date,'dd-MON-yy hh:mi:ss') Last_Date, to_char(next_date,'dd-M
    ON-yy hh:mi:ss') Next_Date from user_jobs;
           JOB LAST_DATE            NEXT_DATE
             1 25-NOV-03 05:06:39   25-NOV-03 06:06:39
    Elapsed: 00:00:00.00As an aside, are you really rebuilding your indexes every hour? On most systems, index rebuilds are completely unnecessary. On those systems where they are necessary, I can't imagine that it would be useful more than monthly.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com/askDDBC

  • Pacman -U reports package needing a crazy number of blocks

    I'm testing a package provided by a reliable 3rd party and it fails to install on one system, but succeeds on another (both 32-bit systems). On the failing installation, pacman reports that the package requires a crazily huge number of blocks:
    # pacman -U <package>
    loading packages...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): <package>
    Total Installed Size: 6.54 MiB
    Net Upgrade Size: 0.02 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [####################################] 100%
    (1/1) loading package files [####################################] 100%
    (1/1) checking for file conflicts [####################################] 100%
    (1/1) checking available disk space [####################################] 100%
    error: Partition / too full: 2552376766501889 blocks needed, 2089921 blocks free
    error: not enough free disk space
    error: failed to commit transaction (not enough free disk space)
    Errors occurred, no packages were upgraded.
    Running pacman -U --debug shows (snipped):
    debug: partition /, needed 2552325226889216, cushion 5121, free 2090145
    error: Partition / too full: 2552325226894337 blocks needed, 2090145 blocks free
    debug: returning error 7 from _alpm_check_diskspace : not enough free disk space
    I can install other packages with pacman fine and have never encountered this problem before. My root filesystem is not full:
    # df
    Filesystem 1K-blocks Used Available Use% Mounted on
    rootfs 25761332 17398388 7052040 72% /
    dev 509384 0 509384 0% /dev
    run 511272 572 510700 1% /run
    /dev/sda2 25761332 17398388 7052040 72% /
    tmpfs 511272 132 511140 1% /dev/shm
    tmpfs 511272 0 511272 0% /sys/fs/cgroup
    tmpfs 511272 44 511228 1% /tmp
    namcap showed nothing unusual about the package (which is not open source), and checks on my hard drive show nothing amiss.
    Would be grateful for any pointers to solve this unusual problem!

    Leonid.I wrote:Can you actually extract the package and measure the occupied disk space? Also what does pacman -Qpi <package> say?
    Yes - extracted it to a temporary directory and it occupied 6.2M of disk space, according to the du -h command. Directories and files looked fine.
    pacman -Qpi =>
    Compressed Size: 2485.82 KiB
    Installed Size : 6692.00 KiB
    All seems reasonable, but .... !
    (Also re-archived all the extracted stuff into a .pkg.tar.xz archive and got the same problem.)
    Edit: But both the .tar.gz and .tar.xz packages install without error on a second system, upgraded with pacman -Syu today to exactly the same level as the first system!
    Last edited by ninian (2012-08-06 18:34:05)

  • Test if Library needs rebuild? iPhoto 6.0.6

    Other than a large library (+15,000 pics - many RAW), iPhoto works wonderfully well. The library is located on an external firewire drive from my wifes 20" PPC iMac.
    The problem I'm having is with my Apple TV sync'ing (or not) my pictures to the Apple TV. The common thread after reading thru the Apple TV discussions seems to be related to a possible need to rebuild my iPhoto Library. In most cases they all appear to have an issue with iTunes not seeing the iPhoto content before sync or taking too long to sync. I don't have that issue - I don't get any better results though.
    I have seen a script in one of the discussions that will test the quality of my AlbumData.xml file. But I'm not sure how to run this when my file is not on my Mac in the normal Pictures folder. Nor do I know enough about the script and/or terminal mode to know if I need to.
    Is there a more novice means to identify if I need to rebuild my library? iPhoto has no problems that I am aware of. It is only the problems with Apple TV and the disscussions that imply I do have a problem with my library. However the process seems a bit messy and I'd reather avoid it if I don't need to fix anything...
    Thanks for any help

    If iPhoto hasn't presented you with a message window asking to rebuild the thumbnails then you shouldn't have to. If you feel there's photos not behaving properly or wrong thumbnails showing for files then that's an indication that a rebuild is in order. As long as you keep a current backup copy of your library you shouldn't be worried about loss.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Maybe you are looking for

  • Mouse Clicks stop working randomly

    So far I have noticed several times on my Quad Core 27 inch imac that the mouse clicks stop working.  This is with two different mice, plugged in together, so I know it's not mouse or driver related.  It happens to both of them whenever it does happe

  • I have the CC Master Collection, I am experiencing bugs in version 18.1.0.

    I have the CC Master Collection, I am experiencing bugs in Illustrator version 18.1.0. It appears I do not have Illustrator CC2014.1 (can't tell since you don't list the version number anywhere!), but I can't seem to download it. I go to the download

  • BPM Split and Merge

    Hi...    I want to do scenario like file split and merge using BPM. for that i have used, 1.Receive 2.Transformation(1:N) 3.Block(ForEach) 4.Control 5.EndBlock 6.Transformation(N:1) 7.Send. while executing the scenario, the message is going to the qu

  • Change the name of an iMac

    Dear All Yet a gain a rather simple question. How can I change the name of my old mac running on 10.4, without having to reinsotre the system? Thanks in advance C

  • OBI EE 11.1.1.7.1 installation issues

    Hi, I am installing OBI EE 11.1.1.7.1 on OEL 64-bit machine. I am getting this error during the step to select components to Install (I selected OBI EE and BIP):- *"INST- 08109: ORACLE_HOME environment variable should not be defined"* On this Linux m