Jump to content

daniewicz

Members
  • Posts

    1893
  • Joined

  • Last visited

Posts posted by daniewicz

  1. Welcome to the MUB B)

     

    Would the age of my external optical drive be significant, especially if it's about 10 years old or so?

    Yes, I would think so.

     

    Are you installing 2010.0 or 2010.1? The second is still in beta (I think) and so could be a problematic install. It would be better to install 2010.0.

  2. Well I don't have much to offer.

     

    The fact that you have turned off ACPI implies that battery level notifications will not work.

     

    I would google Acer, aspire, and ACPI to see what other boot options might be more appropriate.

     

    I just went through this with a Toshiba laptop. I had to use acpi_osi="Linux" to get the AC adapter to acknowledge insertion of the power cord.

  3. some people having troubles and it was the memory boards not being fully seated so today i took mine out of their sockets and swapped them and made damn surre they are prorperly snapped into their sockets.

     

    If the memory sticks were not properly inserted then memest would detect errors.

  4. I found this solution at the following website: http://fernando-acero.livejournal.com/

     

    translation by Google

     

     

     

    vnstatd[xxxx]: Error: Database load failed even when using backup. vnstatd [xxxx]: Error: Database load failed even when using backup. Aborting. Aborting.

     

    The solution is to open a console as root, go to / var / lib / vnstat and delete all files in it, considering that there are hidden files, for example using mandates, which would eliminate the primary database and the security (hidden file) of the eth0 interface.

     

    rm -rf eth0 rm-rf eth0

    rm -rf .eth0 rm-rf. eth0

     

    Then, create a new database using the term.

     

    vnstat -u -i eth0 vnstat-u-i eth0

     

    This command must be repeated with each interface in the system we have, for example, using the usb modem, we must also create a database for PP0 interface through the command:

     

    vnstat -u -i pp0 vnstat-u-i PP0

  5. To find a rpm package that contains file XXX

    $ rpm -q --whatprovides XXX

     

     

    rpm -q --whatprovides libperl.so

     

    gives the following on my mandriva 2008.1 install: perl-base-5.10.0-13.1mdv2008.1

     

    so make sure you have this file installed.

  6. The repositories are always a bit slow to offer the latest versions. If you are using an older Mandriva like me (2008.1), you will never see thunderbird 3 in the repositories.

     

    I run thunderbird 3 using the download from mozilla.org

  7. Do these not match? Am I missing something?

     

    Yes they match. My comment was regarding the mixing of 2.6.31.5 and 2.6.31.6 in an earlier post.

     

     

    So I assume that I will use the following?

     

    kernel-desktop-latest-2.6.31.6-1mnb2

    kernel-desktop-devel-latest-2.6.31.6-1mnb2

    kernel-source-latest-2.6.31.6-1mnb2

     

    I am uncertain about the use of kernel packages with latest in them (only because my installed packages don't have those words).

×
×
  • Create New...