Jump to content

medo3891

Members
  • Posts

    231
  • Joined

  • Last visited

Posts posted by medo3891

  1. Press Alt+Ctrl+F1, log in as root. Then load

    drak3d

    it'll say your desktop doesn't support 3d desktop effects (it says this because the procedure drak3d uses to check if your system supports 3d desktop can't work in console mode). Just choose OK and press enter. Then just restart the machine, Alt+Ctrl+Delete , see if this works.

  2. logrotate is installed by default in Mandriva, this has been the case in 2008.0, 2008.1 and 2009.0 (don't know about older releases since 2008.0 was the first Mandriva I ever used). I think the more important utility is anacron. The cron jobs are run by default at 4:01am every day and there's a cron job that rotates the logs and compresses old logs to save disk space. If your machine was not running at this time then the cron job won't run and here comes anacron. anacron checks your system and runs any cron jobs that weren't run because the system was not up.

     

    I don't think draksnapshot is the culprit here except if you don't have a separate /home partition.

     

    Boot the machine, press Alt+Ctrl+F1, log in as root, then use this command:

    du -akx / | sort -nr | head -n 50

     

    It should list the biggest 50 files/folders in the root partition and that should give you a clue what ate up the disk space on the root partition. Also the output of df would be useful.

  3. First of all, change /mnt back to /media or make sure then in /mnt there are folders that has the same names as the mount points of the drives.

     

    By all means try what ffi said. If an ntfs partition is flagged as dirty due to an improper shutdown in windows then a check disk is in order, or just boot them into windows and then shut down properly.

     

    Also try edit fstab and change user to defaults in each of the ntfs-3g lines.

  4. What's the output of:

    rpm -qa | grep amarok

     

    Also try renaming

    ~/.kde4/share/apps/amarok

    ~/.kde4/share/config/amarok-appletsrc

    ~/.kde4/share/config/amarok_homerc

    ~/.kde4/share/config/amarokrc

    to anything (or just cut them an put them somewhere else), then start amarok and see what happens.

  5. BTW the .tar.bz2 file you get from the firefox web site doesn't need installing at all. You just extract it and double click the file named "firefox" or open a terminal, navigate to the extracted folder and use this command:

    ./firefox

     

    You can create a Link to Application and point it to the firefox file in the extracted folder.

  6. After deleting .xsession-errors reboot, a new file with the same name will be created. Now see what's its size after an hour or so of operation. If the size is growing monstrously then just deleting it won't work. Best way is to try and see what's causing so many errors in the file.

     

    Something else, in /home you only have your user folder or other folders as well, for other users?

     

    I think you should use

    du -akx /home | sort -nr | head -n 100

     

    BTW the output is in bytes so 200GB would look like this 200,000,000 .

  7. The tool you need to uninstall is draksnapshot not ksnapshot (ksnapshot takes screen shots of the screen creating pics : ) )

     

    What's the output of this run in terminal:

    du -akx /home/user | sort -nr | head -n 100

     

    replace user with your actual user name.

  8. The problem was only with the Nvidia proprietary driver (it was resolved with nvidia package updates). The ATI proprietary driver should work with the server kernel. Still if this is a desktop then kernel-desktop is more suitable for you. The desktop kernel is less aggressive than the server kernel (kernel-sever is, well, more suitable for servers). You are correct the installer installs kernel-server if you have 4GB+ of RAM.

     

    We need to know the resolutions supported by your monitor, either check the manual or the output of this command:

    su
    monitor-edid

×
×
  • Create New...