Search:

Type: Posts; User: jeanjd63; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,247

    Re: Ubuntu loads black / blank screen

    Hello
    You can try to open a console (CTRL+ALT+F1), connect with your user/password and do :
    sudo apt-get purge "nvidia *"
    sudo apt-get install nvidia-current
    sudo reboot
  2. [ubuntu] Re: "The system is running in low-graphics mode" error

    Hello

    You can try :
    sudo apt-get purge "nvidia *"
    sudo apt-get install nvidia-current
    sudo reboot
  3. Replies
    5
    Views
    5,586

    [SOLVED] Re: Piping and redirection of stdout

    You can try :
    ffmpeg -i input.mp3 -f mp3 - 2>/dev/null | sox -t mp3 - output.mp3
  4. Replies
    5
    Views
    5,586

    [SOLVED] Re: Piping and redirection of stdout

    Hello
    You can try something like :

    ffmpeg -i input.mp3 >/dev/null 2>&1 - | sox -t mp3 - output.mp3
  5. [ubuntu] Re: Crash the system and getting back to text console

    Hello
    If you use a wifi connection between your computer and your phone, here is the same symptoms ?
  6. Re: After update from 12.04 to 12.10 starts to boot then black screen and no more.

    In recovery mode (root), connected in ethernet, you can try :
    mount -o remount,rw /
    sudo apt-get update
    sudo apt-get dist-upgrade
  7. Re: After update from 12.04 to 12.10 starts to boot then black screen and no more.

    What return :
    sudo lspci -vnn | grep -i vga
  8. Re: After update from 12.04 to 12.10 starts to boot then black screen and no more.

    Hello

    On black screen can you open a console (CTRL+ALT+F1)
    If yes try :
    startx
    and give returns
  9. Replies
    12
    Views
    867

    [SOLVED] Re: Sudo confirmation fail

    This seems ok
    Have you an another user admin?
    If no you can in root create one :

    adduser nom_user
    adduser nom_user sudo

    and try tu use sudo commands with this user
  10. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    You have a problem with your disk.
    You can try :
    sudo -i
    touch /forcefsck
    and reboot
  11. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    do a :
    sudo rm /var/lib/dpkg/lock*
    sudo dpkg --clear-avail
    and :
    sudo apt-get install -f
    sudo apt-get autoremove
    sudo apt-get update
    sudo apt-get upgrade
  12. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    What gave :
    sudo ls -l /var/lib/dpkg/
  13. [ubuntu] Re: Problem with moving /home back to original drive

    The good command are (in root) :
    mount /dev/sdb1 /media
    cp -a /media/. /home
  14. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    You can do this :
    sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
    and after
    sudo apt-get install -f
    and
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get autoremove
  15. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    May be "Solved"
    By
  16. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    I think you can keep the file and simply do "Enter"
  17. Replies
    12
    Views
    867

    [SOLVED] Re: Sudo confirmation fail

    Hello
    What is the contains of the file sudoers ?
    If you have a user accepted by sudo you can do :
    sudo cat /etc/sudoers
    else in root (as the post #8) :
    cat /etc/sudoers
  18. Re: "dpkg: error: reading package info file '/var/lib/dpkg/status': Input/output erro

    Hello
    You can try this :
    sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.ko
    sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
    sudo dpkg --configure -a
  19. Re: Window XP Not Showing Up on Grub After Installing 12.04 LTS

    valid by "Enter"
  20. Re: lxc packages return error: Sub-process /usr/bin/dpkg returned an error code (1)

    Here see the post #4
    and then do a :
    sudo apt-get install -f

    If it's not good you can try to suppress this :
    sudo apt-get purge "lxc *"
    Then :
    sudo apt-get install -f
  21. Re: Nvidia GeForce 8400M GT: Blank Screen after login

    Hello

    You can try these commands :
    sudo apt-get purge "nvidia *"
    sudo apt-get install nvidia-current
    and
    sudo reboot
  22. Replies
    12
    Views
    867

    [SOLVED] Re: Sudo confirmation fail

    Can you give the return for :
    id
  23. Re: Update manager and Software center both can't update, or "repair package catalau

    You can try this :
    sudo rm /var/lib/apt/lists/lock
    sudo rm /var/lib/dpkg/lock
    sudo rm /var/cache/apt/archives/lock
    sudo apt-get clean
    sudo apt-get autoclean --purge
    sudo apt-get dist-upgrade...
  24. Re: Window XP Not Showing Up on Grub After Installing 12.04 LTS

    Windos seems to be on /dev/sda1, but the partition is not know.
    You can install and try testdisk to repair this :
    sudo apt-get install testdisk
    sudo testdisk
    and then select /dev/sda, choose...
  25. Re: lxc packages return error: Sub-process /usr/bin/dpkg returned an error code (1)

    You can try :

    wget http://mirror.yandex.ru/mirrors/docker/pool/main/l/lxc-docker-0.7.6/lxc-docker-0.7.6_0.7.6_amd64.deb
    and then
    sudo dpkg -i --force-all lxc-docker-0.7.6_0.7.6_amd64.deb
Results 1 to 25 of 210
Page 1 of 9 1 2 3 4