Results 1 to 3 of 3

Thread: prelink HOWTO and benchmarks

  1. #1
    Join Date
    Oct 2006
    Beans
    Hidden!

    prelink HOWTO and benchmarks

    I have used prelink in the past, but I've never actually done any tests to see how much it speeds things up.

    I had some spare time a few days ago, so I decided to write an article on my website with some benchmarks.

    You can check it out at http://www.quintinriis.com/speed-up-...nd-benchmarks/

    I also thought it might be fun to submit to digg.. if you think it's worthy, you can digg it here:
    http://digg.com/linux_unix/Faster_Li...arks_and_HOWTO

    To install prelink, simply :
    Code:
    $ sudo aptitude install prelink
    $ sudo nano /etc/default/prelink.conf
    change "unknown" to "yes"
    Then:
    Code:
    $ sudo /etc/cron.daily/prelink
    The first run is the longest. It took about twenty minutes for me.
    Personal site:www.quintinriis.com
    Business site:http://daecom.biz/

  2. #2
    Join Date
    May 2007
    Location
    US
    Beans
    149
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: prelink HOWTO and benchmarks

    Hi.
    I installed prelink on Hardy about a month ago, and since not noticing any real gains on my system, I uninstalled (purged)via Synaptic. Now when I use apt-get, or any other package manager, it tries to run prelink, but it's obviously not there.

    Processing triggers for libc6 ...
    ldconfig deferred processing now taking place
    Running prelink, please wait...
    sh: /etc/cron.daily/prelink: not found
    E: Problem executing scripts DPkg:ost-Invoke 'echo Running prelink, please wait...;/etc/cron.daily/prelink'
    E: Sub-process returned an error code


    What can I edit to remove the connection between prelink and the package managers?
    Is there a stray "symlink" or something?
    Running:AMD Athlon 1.4ghz,1.5 Gig 133Sdram, GeForce3 Ti 200 , 60gig HD

  3. #3
    Join Date
    Oct 2006
    Beans
    Hidden!

    Re: prelink HOWTO and benchmarks

    Here is what I would do...

    Install prelink.
    Edit /etc/default/prelink and set PRELINKING=no
    sudo /etc/cron.daily/prelink
    Purge prelink
    Personal site:www.quintinriis.com
    Business site:http://daecom.biz/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •