Jump to content

medo3891

Members
  • Posts

    231
  • Joined

  • Last visited

Posts posted by medo3891

  1. Run XFdrake again and select the Xorg "nv" driver. Then get back to the text console and use this command:

    service -f dm

    if that doesn't work then:

    service dm stop
    startx KDE4

    replace KDE4 with GNOME if you are using Gnome. If it doesn't work then report any error messages you see in the console.

     

    BTW I think your pressed Alt+Ctrl+F12, this gives you the output you'd get if you used the dmesg command to view /var/log/messages, in which most events from klogd are logged.

  2. As root in terminal:

    su
    rpm -e --nodeps mandriva-release-Powerpack-2009.0-0.10mdv2009.0 mandriva-release-Powerpack-2009.0-0.11mdv2009.0
    urpmi --auto-update -v

    you can later try to install mandriva-release-powerpack and see what happens.

  3. First of all 3.4Gb for / is cutting it really short. Secondly /dead.letter is taking 1GB, so delete it and then, if you don't need it, disable the postfix service in the Mandriva control centre>system>manage system services.

     

    If you can't ssh into the machine then tell the user to select safe mode from the GRUB menu then use rm to remove the /dead.letter file. You should then be able to ssh into the machine.

     

    The first thing to do is to check /var/log/messages, see what's filling it up.

  4. You need ls -a because the .DCOP* are hidden files, i.e. files that start with a . (dot)

     

    For the files in /var/log not to grow out of proportions again make sure that anacron is installed and is running all the time. You can make sure anacron will start every time you boot the machine in the Mandriva control centre>system>manage system services...

     

    You can't use startx when X is already running so you should first as root:

    service dm stop

     

    Try reconfiguring your card with drakx11 from terminal as root.

  5. Still don't know why it happened though??

    No idea. The difference is the "config /..." line only makes it load the grub in the first sector of the root partition.

     

    BTW this is the way the Mandriva installer added the cooker grub on my machine. I had to reinstall 2009.0 and the installer added the configfile /boot/grub/menu.lst line on its own. That's where I got the idea from.

  6. Try replacing the chainloader +1 line with:

    configfile /boot/grub/menu.lst

     

    this should give you the grub menu of the 2009.1 installation instead of just booting the latest installed kernel on 2009.1, see if this makes any difference. (just playing around with it, right?).

  7. Two ways:

    - with both menu styles, kickoff and classic, drag the icon you want and drop it on the panel.

     

    - this is easier, switch to the kickoff menu style (right click the menu button and select kickoff), then right click any app in the menu and choose "Add to panel" .

     

    You can move the icon on the panel after it's added and put it where you like.

×
×
  • Create New...