Vous n'êtes pas identifié.
Bonjour à tous,
Je suis la très heureuse utilisatrice d'un ordinateur Why! N240 JU, mais étant novice dans l'univers Ubuntu (ici 14.04), je n'arrive pas à résoudre un problème.
Le volet "logiciel ubuntu" du lanceur ne veut plus s'ouvrir. De plus, un symbole "sens interdit" s'affiche en haut à droite de mon écran : lorsque je clique dessus et que je clique sur lancer le gestionnaire de paquets s'affiche :
Une erreur s'est produite
Les détails suivants sont donnés :
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages
E: Impossible d'ouvrir ou d'analyser le fichier contenant la liste des états ou celui des paquets disponibles.
E: _cache->open() failed, please report.
Lorsque je clique sur installer les mises à jour s'affiche ce message :
Impossible de charger la liste des paquets
Ceci un problème sérieux. Veuillez réessayer plus tard. Si ce problème réapparaît, veuillez le signaler aux développeurs.
E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_xenial_main_binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.
HELP!
D'avance merci!
Hors ligne
Bonjour,
Est-ce que vous êtes bien connecté à internet? Si vous ouvrez le navigateur pouvez-vous accéder au web?
Meilleures salutations.
Hors ligne
Oui je suis bien connectée à internet...
Hors ligne
Bonjour,
Vous pouvez sans autre supprimer les dossiers en question grace à la commande si dessous
sudo rm /var/lib/apt/lists/* -vf
et pour qu'il re-crée les dossiers (on doit aussi pouvoir le faire depuis la logithèque, mais en console, on fait comme ça )
sudo apt-get update
Avec mes meilleurs salutations
Hors ligne
Re bonjour,
merci de votre réponse, mais je ne comprends pas ce que je dois faire... Je suis vraiment tres novice, je n'ai même pas compris quel était le problème. La logithèque ne veut pas s'ouvrir, qu'est-ce que c'est la console, où est-ce que je mets la commande? Désolée, on part de très loin avec moi :-s
Merci encore
Hors ligne
Tout ceci est très bien expliqué sur cette page de la documentations ubuntu-fr
Hors ligne
Bonjour!
Effectivement, c'est très bien expliqué dans la documentation ubuntu, merci!
J'ai mis les commandes dans le terminal, malheureusement cela n'a rien changé. Je ne peux toujours pas ouvrir les logiciels ubuntu, ni les actualiser, et les mêmes messages d'erreur s'affichent...
Merci de vos réponses...
Hors ligne
Bonjour,
Désolé de n'avoir pas fait attention à cette discussion avant, vous étiez entre de bonnes mains.
Afin de voir où en est le problème, je vous propose de refaire la manipulation que sebseb01 vous a proposée, mais avec un ajout, à savoir:
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
sudo apt-get upgrade
Une fois ces commandes entrées, pourriez-vous nous copier les erreurs s'il y en a?
Merci.
Hors ligne
Bonjour et bonne année à tous:
j'ai le même problème avec les mises à jour, voici le message qui s'affiche :E: Le type « <!DOCTYPE » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list.d/medibuntu.list
E: Impossible de lire la liste des sources.
Vous pouvez essayer de corriger le problème en ouvrant la fenêtre des dépôts.
E: _cache->open() failed, please report.
Je n'arrive pas à ouvrir la liste des sources et après avoir essayé les commandes du point 8 de cette discution, voici le résultat:
amez-droz@amezdroz-W65-67SZ:~$ sudo rm /var/lib/apt/lists/* -vf [sudo] Mot de passe de amez-droz : '/var/lib/apt/lists/lock' supprimé rm: impossible de supprimer '/var/lib/apt/lists/partial': est un dossier amez-droz@amezdroz-W65-67SZ:~$ sudo apt-get update E: Le type « <!DOCTYPE » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list.d/medibuntu.list E: La liste des sources ne peut être lue. amez-droz@amezdroz-W65-67SZ:~$ sudo apt-get upgrade E: Le type « <!DOCTYPE » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list.d/medibuntu.list E: La liste des sources ne peut être lue. E: Impossible d'obtenir le verrou /var/lib/dpkg/lock - open (11: Ressource temporairement non disponible) E: Impossible de verrouiller le répertoire d'administration (/var/lib/dpkg/). Il est possible qu'un autre processus l'utilise. amez-droz@amezdroz-W65-67SZ:~$ ^C amez-droz@amezdroz-W65-67SZ:~$ sudo apt-get update E: Le type « <!DOCTYPE » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list.d/medibuntu.list E: La liste des sources ne peut être lue. amez-droz@amezdroz-W65-67SZ:~$
Auriez-vous une solution?
d'avance merci!
Dernière modification par Tati (04 Jan 2017 16:12:49)
Hors ligne
Bonjour,
Est-ce que vous pouvez contrôler votre liste de dépots? Elle est dans le fichier /etc/apt/sources.list et doit être environs comme celle ci-dessous
deb http://ch.archive.ubuntu.com/ubuntu/ xenial main restricted deb http://ch.archive.ubuntu.com/ubuntu/ xenial-updates main restricted deb http://ch.archive.ubuntu.com/ubuntu/ xenial universe deb http://ch.archive.ubuntu.com/ubuntu/ xenial-updates universe deb http://ch.archive.ubuntu.com/ubuntu/ xenial multiverse deb http://ch.archive.ubuntu.com/ubuntu/ xenial-updates multiverse deb http://ch.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse deb http://archive.canonical.com/ubuntu xenial partner deb-src http://archive.canonical.com/ubuntu xenial partner deb http://security.ubuntu.com/ubuntu xenial-security main restricted deb http://security.ubuntu.com/ubuntu xenial-security universe deb http://security.ubuntu.com/ubuntu xenial-security multiverse
Meilleures salutations.
PS : en cas de doute poster le résultat d'une commande
cat /etc/apt/sources.list
Dernière modification par jean@adimp.ch (04 Jan 2017 21:28:23)
Hors ligne
Merci de votre intervention, voici la liste du terminal
amez-droz@amezdroz-W65-67SZ:~$ cat /etc/apt/sources.list deb cdrom:[Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1)]/ trusty main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://archive.ubuntu.com/ubuntu xenial main restricted deb-src http://archive.ubuntu.com/ubuntu xenial main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted deb-src http://archive.ubuntu.com/ubuntu xenial-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://archive.ubuntu.com/ubuntu xenial universe deb-src http://archive.ubuntu.com/ubuntu xenial universe deb http://archive.ubuntu.com/ubuntu xenial-updates universe deb-src http://archive.ubuntu.com/ubuntu xenial-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://archive.ubuntu.com/ubuntu xenial multiverse deb-src http://archive.ubuntu.com/ubuntu xenial multiverse deb http://archive.ubuntu.com/ubuntu xenial-updates multiverse deb-src http://archive.ubuntu.com/ubuntu xenial-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu xenial-backports main restricted universe multiverse deb http://archive.ubuntu.com/ubuntu xenial-security main restricted deb-src http://archive.ubuntu.com/ubuntu xenial-security main restricted deb http://archive.ubuntu.com/ubuntu xenial-security universe deb-src http://archive.ubuntu.com/ubuntu xenial-security universe deb http://archive.ubuntu.com/ubuntu xenial-security multiverse deb-src http://archive.ubuntu.com/ubuntu xenial-security multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu xenial partner deb-src http://archive.canonical.com/ubuntu trusty partner deb http://download.videolan.org/pub/debian/stable/ / # désactivé pour la mise à niveau vers xenial deb-src http://download.videolan.org/pub/debian/stable/ / amez-droz@amezdroz-W65-67SZ:~$
Merci pour votre aide
Hors ligne
Bonjour,
C'est un autre fichier de sources qui pose problème selon le message.
Pourriez-vous effectuer la même opération mais avec la commande suivante?
cat /etc/apt/sources.list.d/medibuntu.list
Merci.
PS: j'ai mis vos retours entre des balises code pour que ce soit plus lisible, n'hésitez pas à faire de même. (Avec le bouton "Code" dans l'éditeur.)
Hors ligne
Merci de votre aide.
Voici le résultat:
amez-droz@amezdroz-W65-67SZ:~$ cat /etc/apt/sources.list.d/medibuntu.list <!DOCTYPE html><html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANnylWw2vLY4hUn9w06zQKbhKBfvjFUCsdFlb6TdQhxb9RXWXuI4t31c+o8fYOv/s8q1LGPga3DE1L/tHU4LENMCAwEAAQ==_RfzGscDi/CsoiwsEZ9VjHRO0VRt2462LyBITYhOGMSg91lCtV/ZHwcCbJqlUjxPBdnU3CB2//dEGPTNBogxYIw=="><head><meta charset="utf-8" /><style type="text/css">/*!normalize.css v1.1.2 | MIT License | git.io/normalize */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0;}h2{font-size:1.33em;margin:0;}h3{font-size:1.1em;margin:0;}h4{font-size:1em;margin:0;}h5{font-size:.83em;margin:0;}h6{font-size:.67em;margin:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:.11em 40px;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#FF0;color:#000;}p,pre{margin:.11em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0;list-style:none;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:0 none;margin:0;padding:0;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:middle;*vertical-align:middle;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}#header,#content,#footer,#left,#center,#right,#webarchive{overflow:hidden;}.ad_sense_help{text-decoration:none!important;}div#privacy_policy{display:none;}div#privacy_policy_link{cursor:pointer;}div#privacy_policy_link,div#privacy_policy{text-align:center;margin-top:15px;}div#privacy_policy{border:1px solid #C0C0C0;padding:15px;}li#dose12{position:absolute;top:-500px;}#disclaimer{font-size:10px;}#disclaimer .sedologo{float:left;padding:0 10px 0 0;}#disclaimer a:link,#disclaimer a:visited{text-decoration:underline;}#disclaimer a:active,#disclaimer a:focus,#disclaimer a:hover{text-decoration:underline;}#rlblock_left:empty,#rlblock_right:empty,#rlblock_center:empty,#rlblock_mobile:empty,#search:empty{display:none;}body{font-size:16px;line-height:1em;font-family:Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;text-align:center;}#header{zoom:1;background:#B6DFF6;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZGZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGNmZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#b6dff6 0,#a8cfe6 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b6dff6),color-stop(100%,#a8cfe6));background:-webkit-linear-gradient(top,#b6dff6 0,#a8cfe6 100%);background:-o-linear-gradient(top,#b6dff6 0,#a8cfe6 100%);background:-ms-linear-gradient(top,#b6dff6 0,#a8cfe6 100%);background:linear-gradient(to bottom,#b6dff6 0,#a8cfe6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6dff6',endColorstr='#a8cfe6',GradientType=0);border-bottom:1px solid #DCECF5;padding:0 5%;text-align:left;height:101px;}#content{position:relative;padding:45px 5% 0 5%;float:none;text-align:left;overflow:hidden;}#left{display:none;}#center{float:left;padding:0 0 0 10%;float:left;}#right{float:right;margin-top:40px;}#footer{position:relative;padding:0 5%;text-align:left;clear:both;background-color:#FFF;color:#666;font-size:10px;}#header .domain{width:70%;float:left;}#header .domain h1{color:#6E8B9D;font-size:40px;line-height:100px;font-weight:bold;letter-spacing:-1px;text-decoration:none;text-transform:lowercase;overflow:hidden;word-wrap:break-word;}#header #search{width:200px;float:right;margin-top:44px;}#header .buyBox{position:absolute;top:101px;right:5%;background:#E8F4FA;padding:5px 10px;z-index:100;border:1px solid #CCC;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-khtml-border-radius:0 0 10px 10px;border-radius:0 0 10px 10px;border-top:none;}.buyBox h2 a{font-size:12px;font-weight:bold;color:#666;}.buyBox p{font-size:11px;color:#666;}.buyBox p a{color:#666;text-decoration:none;}.buyBox p a b:hover{text-decoration:underline;}#ads,#webarchive,#websearch_container{width:600px;}#center #rlblock_center{width:700px;}#center h2,#right h2{margin:30px 0 10px 0;}#right .vertical{text-align:right;width:200px;}#disclaimer{border-bottom:1px dotted #D9D9D9;padding:20px 30px 15px 80px;}#disclaimer a{color:#6E8B9D;text-decoration:underline;}.imprint{text-align:center;margin:0;border-bottom:1px dotted #D9D9D9;padding:15px 30px;}.imprint a{font-size:10px;color:#6E8B9D;text-decoration:underline;}div#privacy_policy_link{font-size:10px;margin:0;padding:15px 30px;color:#6E8B9D;text-decoration:underline;}#disclaimer a:hover,#disclaimer a:active,#disclaimer a:focus .imprint a:hover,.imprint a:active,.imprint a:focus,div#privacy_policy_link:focus,div#privacy_policy_link:hover,div#privacy_policy_link:active{text-decoration:none;}.sub{position:relative;margin:0 .5%;width:24%;float:left;}#webarchive h2#popular_categories{color:#8EA8B7;font-family:Arial,sans-serif;font-size:18px;font-weight:bold;text-align:left;margin:0;padding:30px 0 20px 0;}#webarchive .portal{margin-bottom:10px;}#webarchive .portal ul{height:10em;}#webarchive .portal h3{font-size:14px;font-weight:bold;line-height:30px;height:30px;margin-bottom:2px;}#webarchive .portal h3 a{color:#333;text-decoration:none;}#webarchive .portal ul li a{color:#7994A3;font-size:12px;font-weight:bold;line-height:22px;margin:3px 0;padding:4px 0 4px 0;text-decoration:underline;}#webarchive .portal ul li a:active,#center .portal ul li a:focus,#center .portal ul li a:hover{text-decoration:none;}</style><noscript><meta http-equiv="refresh" content="0; URL=http://www.medibuntu.org/sources.list.d/xenial.list/?gtnjs=1"></noscript><title>medibuntu.org - This website is for sale! - medibuntu Resources and Information.</title><link rel="shortcut icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzRFNEQ3NkJEMjRGMTFFMTk4RjA4NDhFNTEwRTcyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzRFNEQ3NkNEMjRGMTFFMTk4RjA4NDhFNTEwRTcyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNEU0RDc2OUQyNEYxMUUxOThGMDg0OEU1MTBFNzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNEU0RDc2QUQyNEYxMUUxOThGMDg0OEU1MTBFNzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PukMAkAAAAEsUExURcbf8uXx+vb6/eXx+Q5FtN/t+Ofz+rbX7uTr9+Tq9y5fvlh+y7rY7+n0+lJ6yS1evt7l9Sxdvr/b8L3a8BRLtpev31mAy+v0+k13yLLD59Hm9PT5/c3Z8LXG6Oby+pXG5aG54vX3/Git2LvZ79bg8vr8/vP4/Mjh8+Pw+Ofy+sPd8cfj9G2P0cDc783k9Ex2x6DK5xlOuCBUumWJztDm9DZkwLTF6Ojt92yP0s7a8OPq9m6Y1d3l9cHP7OLp9kNvxNPo9Wes2DNhwJSv3uDt+Ovw+cDP6yNVuurv+Nbf8pjI5aDL56G44rTL6h1RuWaJz9bp9tDo9u31+oWi2TZlwMfg8E16yd7t99Hc8Vl+ysri897l9JCq3FB5yPL1++/2/MLQ7HGb1j9sw////2AvJ1QAAADsSURBVHjaRM9ZMwNREAXgnpvLZKOENsQSJrTlIjHEEhQZS2JJxljHmoT+//9B37w4j19Xna4DzKzGDbHKLN+MdZlB4GNJ8fV9AbH1W7ew7g6zn9ORt/uM8wJkBOs7eHai/P05Bnp0S8ynBQz2qk9v0jEbTyjpKWZRI0Z9hqlV29u9ynQmR6PAY7g0NYH+efvzYDHAQ4bExBY0Bi3E7BHDkGkI+MXN7+ncV1pKU1AhIiYbudgvx957c+t2YW2k1ugJUKmqdXs7DGdiN5+yW+hV4K4cVhI37wzGdX4u0skL9FYcRw2ANh74P38CDABMCjqJfzUcfQAAAABJRU5ErkJggg==" /><meta name="expires" content="NOW" ><meta name="GOOGLEBOT" content="index, follow, all" ><meta name="robots" content="index, follow, all" ><meta name="description" content="This website is for sale! medibuntu.org is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, medibuntu.org has it all. We hope you find what you are searching for!"><script type="text/javascript" src="http://img.sedoparking.com/js/jquery-1.4.2.min.js" ></script> <script type="text/javascript">(function(){function a(a,b,d){a&&!c&&(c=!0,b===window.location.href&&(b="[rendered html]"),$.get("/log/jserr.php",{msg:a,file:b,line:d}),c=!1)}var c=!1;window.onerror=a;$(function(){window.onerror=a})})();</script> <script type="text/javascript" language="JavaScript">var ads_label = '<h2><span><a class="ad_sense_help" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1" target="_blank">Sponsored listings</a></span></h2>';var onclick_param_l = 'l';var onclick_value_l = 'NQlBRFMJZDI1N2VlYjYwOGI0ZWI0NDBlZTk0MTQzODViM2QwNWQJMAkwCTIwCQkzMQkJCTAJCQkyMzM1MjM2NzQJYwk2ODk5MjgwNwkJbWVkaWJ1bnR1CTEwMTEJMQkxCTE2CTE0ODA3ODU1NzAJMAlOCTAJMAkwCQkwCQkJCQkJd3d3Lm1lZGlidW50dS5vcmc1ODQyZmVhMjlhM2EyNC4xNDY3MzYzNgkwCTAJCTEJMAkxMTI1CTkxNDU4OTgyCQk3Ny41OS4xMjQuMQ%3D%3D';var onclick_value_al = 'NQlBRFMJYjQ2NGRkMTgwOWU0NmI5ZTdlZWQzMTE0OTdjOGQzYzUJMAkyMTcJMjAJCTMxCQkJMAkJCTIzMzUyMzY3NAljCTY4OTkyODA3CQltZWRpYnVudHUJMTAxMQkxCTEJMTYJMTQ4MDc4NTU3MAkwCU4JMAkwCTAJCTAJCQkJCQl3d3cubWVkaWJ1bnR1Lm9yZzU4NDJmZWEyOWEzYTI0LjE0NjczNjM2CTAJMAkJMQkwCTExMjUJOTE0NTg5ODIJCTc3LjU5LjEyNC4x';var onclick_param_v = 'v';var onclick_value_v = 'ODUxMjY4MjBlYzgzY2IxOGFjNjc5MzdmN2MzNjlkODgJMQl3d3cubWVkaWJ1bnR1Lm9yZzU4NDJmZWEyOWEzYTI0LjE0NjczNjM2CXd3dy5tZWRpYnVudHUub3JnNTg0MmZlYTI5YTQ4MTUuMTMyNTUwOTAJMTQ4MDc4NTU3MAkw';var onclick_param_p = 'posredir';var onclick_param_r = 're';var fb = 'http://www.medibuntu.org/search/fb.php?ses=';var fb_csa = '148078557015acf69b24d94e69676df2761bf6fe65';var fb_csb = '148078557021d9f72beca977f853c455a65a505ae6';var fb_csn = '14807855700a4a283d18cfb481c1d339fbb46c210f';var fb_ec = '14807855704ec652db4b4cfa0669e5d575ea3c9e72';var ds = '0';var did = '233523674';var pu = 'http://www.medibuntu.org';var pus = 'ses=Y3JlPTE0ODA3ODU1NzAmdGNpZD13d3cubWVkaWJ1bnR1Lm9yZzU4NDJmZWEyOWEzYTI0LjE0NjczNjM2JmZraT02ODk5MjgwNyZ0YXNrPXNlYXJjaCZkb21haW49bWVkaWJ1bnR1Lm9yZyZzPTJibVpFbkNwanZxc1ZWQlZsa0RaJmxhbmd1YWdlPWRlJmFfaWQ9Mw==';var phl = 'Popular Categories';var ut = '_blank';var tlt = 5;var prs = 2;var warl = 'Related Searches';var wapi = 'http://img.sedoparking.com/templates/brick_gfx/portal_icons/';var waac = '';var wabc = false;var dsb = true;var alternatePubId = 'dp-sedo85_adult_3ph'; var pdto = { caf: {colorBackground: 'transparent',pubId: 'dp-sedo85_3ph',domainRegistrant: 'as-drid-2952657917972896',kw: 'medibuntu',adtest: 'off',noAds: '5',uiOptimize: 'true',hl: 'de',channel: 'cl-033,tmplt-005,exp-0051,auxa-control-1,253786' } }; </script><script type="text/javascript" src="http://www.google.com/adsense/domains/caf.js" ></script></head><body class="twoclick content" data-generated="21.04.15-12:49"><div id="header"><div class="domain "><h1>medibuntu.org</h1></div><div id="search"></div></div><div id="content"><div id="left"></div><div id="center"> <div id="rlblock_center" class="related links vertical"><h2><span><a class="ad_sense_help" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1" target="_blank">Related Searches</a></span></h2><ul class="related_link_block_1"></ul></div></div><div id="right"><div class="buyBox"><h2><span><a target="_blank" href="http://www.sedo.de/search/details/?partnerid=14453&language=d&et_cid=36&et_lid=7482&domain=medibuntu.org&et_sub=1011&origin=parking" >Buy this domain</a></span></h2><p><a target="_blank" href="http://www.sedo.de/search/details/?partnerid=14453&language=d&et_cid=36&et_lid=7482&domain=medibuntu.org&et_sub=1011&origin=parking" class="buyBoxTeaser">The owner of <b>medibuntu.org</b> is offering it for sale for an asking price of 1378 USD!</a></p></div></div></div><div id="footer"><div id="disclaimer"><span class="sedologo"><a href="http://sedoparking.com/de" target="_blank"><img src="http://img.sedoparking.com/templates/brick_gfx/common/logo_blue.png" alt="Sedo Logo"/></a></span><span class="text">This webpage was generated by the domain owner using Sedo <a href="http://www.sedo.com/services/parking.php3?language=d&partnerid=20292"title="Domain Parking">Domain Parking</a>. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.</span></div></div><script type="text/javascript"> var cafEl = [ { meta: { layoutTypes: [1] }, caf: { "container" : "ads", "type" : "ads", "lines" : 3, "linkTarget" : "_blank", "colorBackground" : "transparent", "colorAttribution" : "#999999", "fontSizeAttribution" : 14, "attributionBold" : true, "attributionSpacingBelow" : 10, "rolloverLinkBold" : false, "rolloverLinkColor" : "#888888", "rolloverLinkUnderline" : true, "verticalSpacing" : 10, "adIconUrl" : "//afs.googleusercontent.com/dp-sedo/bullet_justads.gif", "adIconWidth" : 20, "adIconHeight" : 24, "adIconSpacingAbove" : 3, "adIconSpacingBefore" : 10, "fontSizeTitle" : 22, "lineHeightTitle" : 30, "colorTitleLink" : "#2F4878", "titleBold" : true, "noTitleUnderline" : false, "fontSizeDescription" : 14, "lineHeightDescription" : 14, "colorText" : "#292929", "fontSizeDomainLink" : 14, "lineHeightDomainLink" : 20, "colorDomainLink" : "#6E8B9D" } }, { meta: { layoutTypes: [1,2] }, caf: { "container" : "rlblock_right", "type" : "relatedsearch", "number" : 10, "colorBackground" : "transparent", "colorAttribution" : "#999999", "fontSizeAttribution" : 14, "attributionBold" : true, "attributionSpacingBelow" : 10, "rolloverLinkBold" : false, "rolloverLinkUnderline" : true, "noTitleUnderline" : true, "fontSizeTitle" : 14, "lineHeightTitle" : 18, "colorTitleLink" : "#2F4878" } }, { meta: { layoutTypes: [5] }, caf: { "container" : "rlblock_center", "type" : "relatedsearch", "number" : 10, "columns" : 2, "colorBackground" : "transparent", "colorAttribution" : "#999999", "fontSizeAttribution" : 14, "attributionBold" : true, "attributionSpacingBelow" : 10, "rolloverLinkBold" : false, "rolloverLinkColor" : "#888888", "rolloverLinkUnderline" : true, "noTitleUnderline" : true, "adIconUrl" : "//afs.googleusercontent.com/dp-sedo/bullet_justads.gif", "adIconWidth" : 20, "adIconHeight" : 24, "adIconSpacingAbove" : 8, "adIconSpacingBefore" : 10, "fontSizeTitle" : 22, "titleBold" : true, "lineHeightTitle" : 40, "colorTitleLink" : "#2F4878" } }, { meta: { layoutTypes: [1,2,5] }, caf: { "container" : "search", "type" : "searchbox", "hideSearchInputBorder" : true, "hideSearchButtonBorder" : true, "colorSearchButtonText" : "#2F4878", "fontSizeSearchInput" : 16, "fontSizeSearchButton" : 16 } }];</script> <script type="text/javascript">(function(){var b={};$.tmpl=function e(a,c){var d=!/\W/.test(a)?b[a]=b[a]||e(document.getElementById(a).innerHTML):new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+a.replace(/[\r\t\n]/g," ").split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>/g,"',$1,'").split("\t").join("');").split("%>").join("p.push('").split("\r").join("\\'")+"');}return p.join('');");return c?d(c):d}})();</script> <script src="http://www.google.com/adsense/domains/caf.js"></script> <script> (function(){function g(b){"undefined"!==typeof alternatePubId&&"error_code"in b&&-1!==$.inArray(parseInt(b.error_code),[221,222,223])&&c.pubId!=alternatePubId&&(c.pubId=alternatePubId,delete alternatePubId,e[onclick_param_l]=onclick_value_al,b=0,0==ds&&(b=255),c.resultsPageBaseUrl=pu+"/caf/?"+pus+"&las="+b,createCaf.apply(this,f()))}function f(){var b=[c];$.each(cafEl,function(){if(-1!==$.inArray(tlt,this.meta.layoutTypes)){"ads"===this.caf.type&&(this.caf.clicktrackUrl="//cc.sedoparking.com/search/cc.php?"+$.param(e),this.caf.number=h);if("relatedsearch"===this.caf.type&&2!==prs)return!0;if("relatedsearch"!==this.caf.type||2===prs)"searchbox"===this.caf.type&&0==dsb||b.push(this.caf)}});return b}var c=pdto.caf,h=pdto.caf.noAds;delete pdto.caf.noAds;c.resultsPageBaseUrl=pu+"/caf/?"+pus;var e={};e[onclick_param_l]=onclick_value_l;e[onclick_param_v]=onclick_value_v;c.pageLoadedCallback=function(b,a){var d=[],c="";"adult"in a&&(("true"===a.adult||!0===a.adult)&&"0"===ds||("false"===a.adult||!1===a.adult)&&"255"===ds)&&(d.push(fb_csa),delete fb_csa,c+="&as="+a.adult+"&gc="+a.client);"faillisted"in a&&a.faillisted&&(d.push(fb_csb),delete fb_csb);if("needsreview"in a&&a.needsreview||"error_code"in a&&-1!==$.inArray(parseInt(a.error_code),[234,235,236,242]))d.push(fb_csn),delete fb_csn;"undefined"!==typeof fb_ab&&b&&(d.push(fb_ab),delete fb_ab);"error_code"in a&&"undefined"!==typeof fb_ec&&(d.push(fb_ec),delete fb_ec,c+="&ec="+parseInt(a.error_code));"undefined"!==typeof d&&0<d.length&&$.ajax({url:fb+d.join(",")+c});g(a)};window.createCaf=function(){function b(a){return google.ads.domains.Caf.apply(this,a)}b.prototype=google.ads.domains.Caf.prototype;return function(){return new b(arguments)}}();createCaf.apply(this,f())})(); </script> <script type="text/html" id="related_links_tmpl"><li<%=cssClass%>><a href="http://www.medibuntu.org/info/<%=urlKeyword%>.html?ses=Y3JlPTE0ODA3ODU1NzAmdGNpZD13d3cubWVkaWJ1bnR1Lm9yZzU4NDJmZWEyOWEzYTI0LjE0NjczNjM2JmZraT02ODk5MjgwNyZ0YXNrPXNlYXJjaCZkb21haW49bWVkaWJ1bnR1Lm9yZyZzPTJibVpFbkNwanZxc1ZWQlZsa0RaJmxhbmd1YWdlPWRlJmFfaWQ9Mg==&keyword=<%=urlKeyword%>&token=<%=token%>"><%=keyword%></a></li></script><script type="text/javascript" language="JavaScript"> var rls = {b1: {position: '1',use_from: '0',start: '0',end: '0',amount: '10',type: 'auto'},b2: {position: '2',use_from: '0',start: '0',end: '0',amount: '10',type: 'auto'}} var start=0; function buildBlocks(a){if("undefined"!==typeof cafEl&&2!==prs){var e=[pdto.caf];$.each(cafEl,function(){if(-1!==$.inArray(tlt,this.meta.layoutTypes)&&"relatedsearch"===this.caf.type){var c=start+this.caf.number,d=[];for(i=start;i<c&&!(i>a.length-1);i++)d[i]=a[i].term,start=i+1;this.caf.terms=d.join(",");this.caf.optimizeTerms=!1;e.push(this.caf)}});createCaf.apply(this,e)}else for(b in rls)if(0==rls[b].use_from){var d=$(".related_link_block_"+rls[b].position);if(d.length){var f=start+parseInt(rls[b].amount, 10);for(i=start;i<f&&!(i>a.length-1);i++){var c="";if(i==f-1||i==a.length-1)c=' class="last"';var g="";void 0!==a[i].token&&(g=a[i].token);c={cssClass:c,urlKeyword:a[i].term.replace(/ /g,"-"),token:g,keyword:a[i].term};d.append($.tmpl("related_links_tmpl",c));start=i+1}}}}; </script> <script type="text/javascript"> $.ajax({ url: 'http://www.medibuntu.org/' + 's' + 'earch/tsc.php?&ses=1480785570d504e999ad8e6db719db03718af0fc52&200=MjMzNTIzNjc0&21=NzcuNTkuMTI0LjE=&681=MTQ4MDc4NTU3MGQ1MDRlOTk5YWQ4ZTZkYjcxOWRiMDM3MThhZjBmYzUy&682=&616=&crc=53fabb73bacdeabf18d84b9cb2c40e58acb79eb4&cv=1'}); </script> </body></html>amez-droz@amezdroz-W65-67SZ:~$
Meilleures salutations
Dernière modification par Tati (05 Jan 2017 12:26:48)
Hors ligne
Intéressant...
Il s'agit du code source de la page internet "medibuntu.org"... Complète avec de l'html, du css et même du javascript...
J'aimerais beaucoup connaître l'enchaînement d'événements qui a mené à ce résultat. Une page web, dans un fichier sources qui semble tout à fait normal de l'extérieur.
C'est d'autant plus d'intéressant en notant que medibuntu n'est plus maintenu, et plus utilisé.
Enfin bon, revenons à votre problème. La commande suivante supprimera ce fichier complètement inutile, et problématique:
sudo rm /etc/apt/sources.list.d/medibuntu.list
Ensuite:
sudo apt update
et
sudo apt upgrade
Et normalement, ça devrait fonctionner.
Hors ligne
Merci de votre aide, mais voici se qui s'affiche dans le terminal après la 1er ligne de commande:
amez-droz@amezdroz-W65-67SZ:~$ sudo rm /etc/apt/sources.list.d/medibuntu.list [sudo] Mot de passe de amez-droz : rm: impossible de supprimer '/etc/apt/sources.list.d/medibuntu.list': Aucun fichier ou dossier de ce type amez-droz@amezdroz-W65-67SZ:~$
Je ne sais plus quoi faire:(
Dernière modification par Tati (05 Jan 2017 14:15:51)
Hors ligne
Etrange, vous venez de m'en montrer le contenu, et il est soudain disparu!
Pourrais-je voir le résultat de la commande suivante s'il-vous-plaît? (Ne vous en faites pas, on va régler ça.)
ls /etc/apt/sources.list.d
Hors ligne
Voici la dernière commande:
amez-droz@amezdroz-W65-67SZ:~$ ls /etc/apt/sources.list.d medibuntu.list.save robbiew-cups-bjnp-trusty.list robbiew-cups-bjnp-trusty.list.distUpgrade robbiew-cups-bjnp-trusty.list.save videolan-stable-minimal-trusty.list videolan-stable-minimal-trusty.list.distUpgrade videolan-stable-minimal-trusty.list.save webupd8team-java-trusty.list webupd8team-java-trusty.list.distUpgrade webupd8team-java-trusty.list.save amez-droz@amezdroz-W65-67SZ:~$
Avec mes remerciements
Hors ligne
D'accord. Il semble que le fichier ait été supprimé malgré tout.
Nous allons encore supprimer la sauvegarde, puis vous pourrez faire les commandes de mise à jour.
sudo rm /etc/apt/sources.list.d/medibuntu.list.save
Puis
sudo apt update
et
sudo apt upgrade
Hors ligne
Je vous remercie infiniment. Tout fonctionne correctement à l’exception du message d'erreur suivant qui apparaît après la recherche des mises à jour:
[img]Le téléchargement des informations du dépôt a échoué, vérifier votre connextion internet[/img] [b]
Encore merci et bien cordialement
Dernière modification par Tati (05 Jan 2017 19:43:28)
Hors ligne
Bonjour,
C'est de toute évidence un problème différent. J'imagine que vous avez vérifié votre connexion internet?
Je n'ai vu ce message que dans des cas où l'ordinateur n'était en effet pas connecté..
Hors ligne
Bonsoir,
Oui la connexion internet était faite en wifi.
j’essaie en filaire?
C'est ok.
Bonne soirée et merci!
Dernière modification par Tati (06 Jan 2017 18:22:21)
Hors ligne
Bonjour!
Meilleurs voeux à tous.
J'ai suivi exactement ce que vous avez écrit Mr Wachter dans le message que je cite ci-dessous, et cela a tres bien marché, merci!!! Il ne me reste plus que le même problème que "Tati", lorsque je mets à jour les paquets, ce message s'affiche : [img]Le téléchargement des informations du dépôt a échoué, vérifier votre connextion internet[/img] [b].
Je suis bien connectée à internet.
Bonne fin de journée
Luc Wachter a écrit:
Bonjour,
Désolé de n'avoir pas fait attention à cette discussion avant, vous étiez entre de bonnes mains.
Afin de voir où en est le problème, je vous propose de refaire la manipulation que sebseb01 vous a proposée, mais avec un ajout, à savoir:Code:
sudo rm /var/lib/apt/lists/* -vfCode:
sudo apt-get updateCode:
sudo apt-get upgradeUne fois ces commandes entrées, pourriez-vous nous copier les erreurs s'il y en a?
Merci.
Hors ligne
Bonjour Marie-Pascale et Tati,
Vous avez toujours le même problème?
Pourrais-je avoir le résultat exact de
sudo apt update
?
Merci.
Hors ligne
Bonjour et excuser moi de retard.
Voici ce que j'ai après la ligne de code:
amez-droz@amezdroz-W65-67SZ:~$ sudo apt update [sudo] Mot de passe de amez-droz : Ign:1 cdrom://Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1) trusty InRelease Err:2 cdrom://Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1) trusty Release Veuillez utiliser apt-cdrom afin de faire reconnaître ce cédérom par votre APT. apt-get update ne peut être employé pour ajouter de nouveaux cédéroms Ign:3 http://download.videolan.org/pub/debian/stable InRelease Atteint:4 http://archive.canonical.com/ubuntu xenial InRelease Atteint:5 http://archive.ubuntu.com/ubuntu xenial InRelease Ign:6 http://archive.canonical.com/ubuntu trusty InRelease Atteint:7 http://download.videolan.org/pub/debian/stable Release Atteint:8 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Atteint:9 http://archive.canonical.com/ubuntu trusty Release Atteint:10 http://archive.ubuntu.com/ubuntu xenial-security InRelease Ign:13 http://ppa.launchpad.net/robbiew/cups-bjnp/ubuntu xenial InRelease Ign:14 http://ppa.launchpad.net/robbiew/cups-bjnp/ubuntu trusty InRelease Atteint:15 http://ppa.launchpad.net/videolan/stable-minimal/ubuntu xenial InRelease Atteint:16 http://ppa.launchpad.net/videolan/stable-minimal/ubuntu trusty InRelease Atteint:17 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease Atteint:18 http://ppa.launchpad.net/webupd8team/java/ubuntu trusty InRelease Err:19 http://ppa.launchpad.net/robbiew/cups-bjnp/ubuntu xenial Release 404 Not Found Atteint:20 http://ppa.launchpad.net/robbiew/cups-bjnp/ubuntu trusty Release Lecture des listes de paquets... Fait E: The repository 'cdrom://Ubuntu 14.04.4 LTS _Trusty Tahr_ - Release amd64 (20160217.1) trusty Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. E: The repository 'http://ppa.launchpad.net/robbiew/cups-bjnp/ubuntu xenial Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: http://ppa.launchpad.net/robbiew/cups-bjnp/ubuntu/dists/trusty/Release.gpg: Signature by key B846FFD174E400A967F0C0F298EC0FF13BC5C7E9 uses weak digest algorithm (SHA1) amez-droz@amezdroz-W65-67SZ:~$
Merci et meilleures salutations
Tati
Hors ligne
Bonsoir,
Veuillez m'excuser, il semble que cette discussion ait été oubliée lors de mon départ de chez why!
Votre problème persiste-t-il? N'hésitez pas à le dire si c'est le cas. Nous tenterons de régler cela.
Merci.
Hors ligne