Jump to content

Greg2

Global Moderator
  • Posts

    2482
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Greg2

  1. i did find k3brc

    -snip-

    in

     

    /home/dave/.kde4/share/config

     

    Yes, that is the config file. I'm not having any problems using k3b on 2010.0 or 2010.1. Please post the output of

    rpm -qa | egrep 'k3b|iso|cdr'

    and after a DVD burn failure, please attach here as a text file your:

     

    /home/dave/.kde4/share/apps/k3b/lastlog.log

  2. I use a small console program written by Manfred Haertel called 'showmail'. It displays the number of emails on a pop server and for each mail sender, subject, sending date and size. Then it optionally asks you if you want to delete this message directly on the server. I use it everyday for the dev mailing lists I'm on.

     

    showmail

  3. It appears to be all of the rpms you have saved while upgrading. You don't need to keep them, unless you want to install them on another system without downloading them again. You can check with (as root)

    du /var/cache/urpmi

    and you can remove them with (as root)

    urpmi --clean

    Now you can check all of /var including the logs with (as root)

    cd /var; du -ks * | sort -nr | cut -f2 | head -10 | xargs -d '\n' du -sh

    Please let us know if that helps.

  4. You won't find the drivers you need in the Official Mandriva 2009.1 repos. As xboxboy has already noted, you can find them in the Mandriva 2010 /main/backports repo. So you could upgrade to Mandriva 2010 or 2010.1. If you want to use 2009.1, you will have to remove all of the hplip rpms from your system and try using the latest hplip-3.10.6.run file from here:

     

    http://sourceforge.net/projects/hplip/files/

     

    I would suggest doing the upgrade, if that's possible for you.

×
×
  • Create New...