Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Kernel-sources rpm

  • 30-07-2002 12:58pm
    #1
    Subscribers Posts: 1,911 ✭✭✭


    I'm trying to install the kernel-sources rpm (kernel-source-2.4.18-3.i386.rpm) and it is crapping out with the following:

    rpm -Uvh kernel-source-2.4.18-3.i386.rpm
    installing package kernel-source-2.4.18-3 needs 11Mb on the /usr filesystem

    a df -h shows:
    /dev/hda3 980M 811M 120M 88% /usr

    Is there anotehr option I need to use with rpm to get it to install?


Comments

  • Registered Users, Registered Users 2 Posts: 3,308 ✭✭✭quozl


    the kernel sources are about 28 megs arent they? And they're just text which compresses well, perhaps it means 11mb more? Not 11mb total.
    quozl


  • Closed Accounts Posts: 6,718 ✭✭✭SkepticOne


    I would just get the sources from a tarball, then you can unpack and compile them anywhere you have room.


  • Subscribers Posts: 1,911 ✭✭✭Draco


    Yeah, that's what I'm going to do. I don't like errors like the above appearing though...


  • Registered Users, Registered Users 2 Posts: 2,031 ✭✭✭lynchie


    You only have 120mb left and the kernel source usually extract to about 130mb on the filesystem. PLus you'll need more space for the intermediary files created during compilation. Clean up what you can on that drive and if need be create a linux directory somewhere else that has loads of space and just do a
    ln -s /path_to_new_directory/linux linux
    in the /usr/src directory.


Advertisement