Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 29/03/2019, à 19:16

Laurentdur

Freeze depuis mises à jour

Salut, depuis que j'ai fais les mises à jour, ubuntu 18.04 freeze beaucoup et parfois je dois redémarrer.
Comment retirer les mises à jour ?

Hors ligne

#2 Le 31/03/2019, à 08:14

xubu1957

Re : Freeze depuis mises à jour

Bonjour,

C'est des mises à jour, ou une migration (passage à la version supérieure) ?

J'ai lu aussi :

Le 29/03/2019, Laurentdur a écrit :

Salut, j'ai du installer des nouveaux paquets de ubuntu 18.10 sur ubuntu 18.04 pour compiler les sources de mesa 3d. Le soucis c'est que j'ai installé ubuntu en Anglais et j'ai du mettre à jour le paquet avec les locales cependant c'était en français alors du coup, il ne voulait plus m'ouvrir gnome console, j'ai du redémarrer pour régénérer les locales en Anglais, mais après, plus moyen de me connecter à gnome 3, à chaque fois que je tape le mot de passe ça me met, ça n'a pas fonctionné. Y'a t'il un moyen de régler ce problème sans devoir tout réinstaller ?

_ _ _

Il faut donner, en te servant du Retour utilisable de commande :

lsb_release -d ; printenv GDMSESSION ; uname -mrs

et les noyaux présents :

echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr

Montre aussi le sources.list :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

Dernière modification par xubu1957 (Le 31/03/2019, à 08:15)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#3 Le 02/04/2019, à 15:42

Laurentdur

Re : Freeze depuis mises à jour

Alors voilà pour la première commande :

laurent@laurent-K52Je:~/GitODFAEG/ODFAEG/build$ lsb_release -d ; printenv GDMSESSION ; uname -mrs
Description:    Ubuntu 18.04.2 LTS
ubuntu
Linux 4.15.0-46-generic x86_64

voilà pour la seconde :

laurent@laurent-K52Je:~/GitODFAEG/ODFAEG/build$ echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr

ii  binutils-x86-64-linux-gnu              2.30-21ubuntu1~18.04  amd64
ii  linux-headers-4.15.0-29                4.15.0-29.31          all
ii  linux-modules-4.15.0-29-generic        4.15.0-29.31          amd64
ii  linux-modules-extra-4.15.0-29-generic  4.15.0-29.31          amd64
ii  linux-headers-4.15.0-29-generic        4.15.0-29.31          amd64
ii  linux-image-4.15.0-29-generic          4.15.0-29.31          amd64
ii  linux-generic                          4.15.0.46.48          amd64
ii  linux-headers-generic                  4.15.0.46.48          amd64
ii  linux-image-generic                    4.15.0.46.48          amd64
ii  linux-headers-4.15.0-46                4.15.0-46.49          all
ii  linux-modules-4.15.0-46-generic        4.15.0-46.49          amd64
ii  linux-modules-extra-4.15.0-46-generic  4.15.0-46.49          amd64
ii  linux-headers-4.15.0-46-generic        4.15.0-46.49          amd64
ii  linux-image-4.15.0-46-generic          4.15.0-46.49          amd64

4.15.0-46-generic x86_64

Et voilà pour la dernière :


laurent@laurent-K52Je:~/GitODFAEG/ODFAEG/build$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-bionic.list

     1    deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic main
     2    # deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu bionic main

/etc/apt/sources.list.d/amdgpu-pro-local.list

     1    deb [ trusted=yes ] file:/var/opt/amdgpu-pro-local/ ./

/etc/apt/sources.list

     1    # deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
     2   
     3    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4    # newer versions of the distribution.
     5    deb http://be.archive.ubuntu.com/ubuntu/ bionic main restricted
     6    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic main restricted
     7   
     8    ## Major bug fix updates produced after the final release of the
     9    ## distribution.
    10    deb http://be.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    11    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    12   
    13    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14    ## team. Also, please note that software in universe WILL NOT receive any
    15    ## review or updates from the Ubuntu security team.
    16    deb http://be.archive.ubuntu.com/ubuntu/ bionic universe
    17    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic universe
    18    deb http://be.archive.ubuntu.com/ubuntu/ bionic-updates universe
    19    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic-updates universe
    20   
    21    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    22    ## team, and may not be under a free licence. Please satisfy yourself as to
    23    ## your rights to use the software. Also, please note that software in
    24    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    25    ## security team.
    26    deb http://be.archive.ubuntu.com/ubuntu/ bionic multiverse
    27    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic multiverse
    28    deb http://be.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    29    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    30   
    31    ## N.B. software from this repository may not have been tested as
    32    ## extensively as that contained in the main release, although it includes
    33    ## newer versions of some applications which may provide useful features.
    34    ## Also, please note that software in backports WILL NOT receive any review
    35    ## or updates from the Ubuntu security team.
    36    deb http://be.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    37    # deb-src http://be.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    38   
    39    ## Uncomment the following two lines to add software from Canonical's
    40    ## 'partner' repository.
    41    ## This software is not part of Ubuntu, but is offered by Canonical and the
    42    ## respective vendors as a service to Ubuntu users.
    43    # deb http://archive.canonical.com/ubuntu bionic partner
    44    # deb-src http://archive.canonical.com/ubuntu bionic partner
    45   
    46    deb http://security.ubuntu.com/ubuntu bionic-security main restricted
    47    # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    48    deb http://security.ubuntu.com/ubuntu bionic-security universe
    49    # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    50    deb http://security.ubuntu.com/ubuntu bionic-security multiverse
    51    # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
    52    deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
    53    deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe

/etc/apt/sources.list.save

Hors ligne

#4 Le 02/04/2019, à 18:32

xubu1957

Re : Freeze depuis mises à jour

Bonjour,

Pour ajouter toi-même les balises code à ton précédent message #1 :

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1530289742.png

pour donner des retours balisés :

Laurentdur a écrit :

Alors voilà pour la première commande :

laurent@laurent-K52Je:~/GitODFAEG/ODFAEG/build$ lsb_release -d ; printenv GDMSESSION ; uname -mrs
Description:	Ubuntu 18.04.2 LTS
ubuntu
Linux 4.15.0-46-generic x86_64

voilà pour la seconde :

laurent@laurent-K52Je:~/GitODFAEG/ODFAEG/build$ echo; dpkg -l | grep -Ei "linux-(g|h|i|lo|mo|si|t)" | grep -v ^rc | sort -k3 | awk '{print $1,$2,$3,$4}' | column -s" " -t ; echo ; uname -mr

ii  binutils-x86-64-linux-gnu              2.30-21ubuntu1~18.04  amd64
ii  linux-headers-4.15.0-29                4.15.0-29.31          all
ii  linux-modules-4.15.0-29-generic        4.15.0-29.31          amd64
ii  linux-modules-extra-4.15.0-29-generic  4.15.0-29.31          amd64
ii  linux-headers-4.15.0-29-generic        4.15.0-29.31          amd64
ii  linux-image-4.15.0-29-generic          4.15.0-29.31          amd64
ii  linux-generic                          4.15.0.46.48          amd64
ii  linux-headers-generic                  4.15.0.46.48          amd64
ii  linux-image-generic                    4.15.0.46.48          amd64
ii  linux-headers-4.15.0-46                4.15.0-46.49          all
ii  linux-modules-4.15.0-46-generic        4.15.0-46.49          amd64
ii  linux-modules-extra-4.15.0-46-generic  4.15.0-46.49          amd64
ii  linux-headers-4.15.0-46-generic        4.15.0-46.49          amd64
ii  linux-image-4.15.0-46-generic          4.15.0-46.49          amd64

4.15.0-46-generic x86_64

Et voilà pour la dernière :


laurent@laurent-K52Je:~/GitODFAEG/ODFAEG/build$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-bionic.list

     1	deb [url]http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu[/url] bionic main
     2	# deb-src [url]http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu[/url] bionic main

/etc/apt/sources.list.d/amdgpu-pro-local.list

     1	deb [ trusted=yes ] file:/var/opt/amdgpu-pro-local/ ./

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
     2	
     3	# See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to
     4	# newer versions of the distribution.
     5	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic main restricted
     6	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-updates main restricted
    11	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic universe
    17	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic universe
    18	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-updates universe
    19	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic multiverse
    27	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic multiverse
    28	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-updates multiverse
    29	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-backports main restricted universe multiverse
    37	# deb-src [url]http://be.archive.ubuntu.com/ubuntu/[/url] bionic-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	# deb [url]http://archive.canonical.com/ubuntu[/url] bionic partner
    44	# deb-src [url]http://archive.canonical.com/ubuntu[/url] bionic partner
    45	
    46	deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted
    47	# deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted
    48	deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security universe
    49	# deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security universe
    50	deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security multiverse
    51	# deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security multiverse
    52	deb [url]http://dk.archive.ubuntu.com/ubuntu/[/url] xenial main
    53	deb [url]http://dk.archive.ubuntu.com/ubuntu/[/url] xenial universe

/etc/apt/sources.list.save

_ _ _

52    deb http://dk.archive.ubuntu.com/ubuntu/ xenial main
53    deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe

La version xenial 16.04 n'a rien à faire  sur une version 18.04 bionic.

Dernière modification par xubu1957 (Le 02/04/2019, à 18:35)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#5 Le 07/04/2019, à 02:08

Laurentdur

Re : Freeze depuis mises à jour

J'arrive pas à sélectionner le texte avec mon téléphone.

J'ai utilisé un dépôt de çubuntu 16.04 pour installer g++ 4.9, non présent sur ubuntu 18.04, mais je pourrai l'enlever.l

Hors ligne