Outils pour utilisateurs

Outils du site


issue122:q._et_r

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
issue122:q._et_r [2017/07/04 15:43] – créée auntieeissue122:q._et_r [2017/07/08 17:21] (Version actuelle) d52fr
Ligne 1: Ligne 1:
-Q How can I change where Cheese saves the pictures it takes?+**Q How can I change where Cheese saves the pictures it takes?
  
 A You might need to install dconf-editor. A You might need to install dconf-editor.
Ligne 10: Ligne 10:
 Q I'm having trouble running scangearmp on Linux Mint 18.1. I'm using a Canon mg6320 and would like to get the scanner going. Q I'm having trouble running scangearmp on Linux Mint 18.1. I'm using a Canon mg6320 and would like to get the scanner going.
  
-A (Thanks to pdc in the Ubuntu Forums) For quite a few years now, Canon has supplied drivers in 3 formats for Linux users: rpm packages, debian packages, and source code. Mint uses Ubuntu; Ubuntu uses Debian, so debian packages are used; so just use a debian package from Canon.+A (Thanks to pdc in the Ubuntu Forums) For quite a few years now, Canon has supplied drivers in 3 formats for Linux users: rpm packages, debian packages, and source code. Mint uses Ubuntu; Ubuntu uses Debian, so debian packages are used; so just use a debian package from Canon.** 
 + 
 +Q Comment modifier l'emplacement des sauvegardes de photos prises par Cheese ? 
 + 
 +R Vous avez sans doute besoin d'installer dconf-editor. 
 + 
 +Quand je lance dconf-editor, je peux aller à org/gnome/cheese/photo-path. Je désactive « Use default value » (Utiliser la valeur par défaut) et je saisis « Images » comme valeur Custom. 
 + 
 +Et, effectivement, Cheese sauvegarde les images dans mon dossier Images. 
 + 
 +Q J'ai du mal à exécuter scangearmp sous Linux Mint 18.1. J'utilise une Canon mg6320 et je voudrais faire fonctionner le scanner. 
 + 
 +R (merci à pdc sur les forums Ubuntu.) Pendant pas mal d'années maintenant, Canon a fourni des pilotes en 3 formats pour les utilisateurs Linux : des paquets rpm, des paquets debian et le code source. Mint utilise Ubuntu ; Ubuntu utilise Debian et, donc, les paquets debian conviennent. Il suffit d'utiliser un paquet debian venant du site de Canon.
    
-For the MG6300 series drivers, I would start at the Canon Asia website http://support-asia.canon-asia.com/?personal and that takes me to http://support-asia.canon-asia.com/contents/ASIA/EN/0100470702.html and you get scangearmp-mg6300series-2.00-1-deb.tar.gz+**For the MG6300 series drivers, I would start at the Canon Asia website http://support-asia.canon-asia.com/?personal and that takes me to http://support-asia.canon-asia.com/contents/ASIA/EN/0100470702.html and you get scangearmp-mg6300series-2.00-1-deb.tar.gz
    
 So that is a debian package, compressed into a tar.gz format. It is a 5yr old driver; if you were to click to download and select SAVE, it should end up in your Downloads folder. Commands to install; one line at a time, and hit ENTER after each paste, would be: So that is a debian package, compressed into a tar.gz format. It is a 5yr old driver; if you were to click to download and select SAVE, it should end up in your Downloads folder. Commands to install; one line at a time, and hit ENTER after each paste, would be:
Ligne 26: Ligne 38:
 and then to run it the command would be: and then to run it the command would be:
  
 +
 +scangearmp**
 +
 +Pour les pilotes de la série MG6300, je commencerais sur le site Web de Canon Asia http://support-asia.canon-asia.com/?personal. Il vous mène à http://support-asia.canon-asia.com/contents/ASIA/EN/0100470702.html où vous obtenez scangearmp-mg6300series-2.00-1-deb.tar.gz
 +
 +C'est le paquet debian compressé en format tar.gz. Le pilote a 5 ans ; si vous cliquez sur télécharger, puis choisissez Enregistrer... (Save), il devrait finir dans votre dossier Téléchargements. Pour l'installer, les commandes sont (une ligne à la fois, en appuyant sur ENTRÉE après chaque collage) :
 +
 +cd Downloads (Téléchargements en français)
 +
 +tar -zxvf scangearmp-mg6300series-2.00-1-deb.tar.gz
 +
 +cd scangearmp-mg6300series-2.00-1-deb
 +
 +./install.sh
 +
 +Pour le lancer ensuite, la commande sera :
  
 scangearmp scangearmp
    
-Q My primary drive has started to fail SMART testing, running afoul of the "reallocated sectors" problem. Since this device has the UEFI boot sector, and three operating systems on it, I'd like to clone the device to a new disk. Can I just do this with dd?+**Q My primary drive has started to fail SMART testing, running afoul of the "reallocated sectors" problem. Since this device has the UEFI boot sector, and three operating systems on it, I'd like to clone the device to a new disk. Can I just do this with dd?
    
 A (Thanks to TheFu in the Ubuntu Forums) Same here. I'm doing a  A (Thanks to TheFu in the Ubuntu Forums) Same here. I'm doing a 
Ligne 41: Ligne 69:
 Using ddrescue is important since it will continue AFTER errors are seen. Using ddrescue is important since it will continue AFTER errors are seen.
    
-When all done, I'll restore the backup from 3 days ago to fix any failed sectors from the original. Last time I looked, about 90MB of errors were shown in the ddrescue output. +When all done, I'll restore the backup from 3 days ago to fix any failed sectors from the original. Last time I looked, about 90MB of errors were shown in the ddrescue output. ** 
 + 
 +Mon disque principal commence à échouer aux tests SMART, démontrant plus précisément le problème des « reallocated sectors » (les secteurs ré-alloués).  Puisque le secteur boot de cet appareil est UEFI, et qu'il y a trois systèmes d'exploitation dessus, j'aimerais cloner l'appareil vers un nouveau disque. Puis-je le faire tout simplement avec dd ? 
 + 
 +R (Remerciements à TheFu sur les forums Ubuntu.) C'est pareil ici. Je fais un : 
 + 
 +sudo ddrescue --force /dev/sdb /dev/sda /tmp/log.file 
 + 
 +où sdb est la source et sda, la cible. 
 + 
 +C'est l'inverse de ce que verraient la plupart des gens. J'ai échangé les ports exprès et j'ai arrêté/enlevé tout autre dispositif de stockage (environ 20 To) pour éviter des problèmes. 
 + 
 +Il est important d'utiliser ddrescue, car il va continuer à fonctionner APRÈS avoir constaté des erreurs. 
 + 
 +Quand ce sera terminé, je vais restaurer la sauvegarde d'il y a 3 jours pour réparer tout secteur corrompu éventuel à partir de l'original. La dernière fois que je l'ai regardé, il y avait environ 90 Mo d'erreurs dans les résultats de ddrescue.
    
-That single command will create all the formatting, partitions, LVM stuff, everything. At first reboot, I expect to have to change the UUIDs for the partitions. But since I'm still trying to recover the last possible bits, I cannot say for certain that my plan will work.+**That single command will create all the formatting, partitions, LVM stuff, everything. At first reboot, I expect to have to change the UUIDs for the partitions. But since I'm still trying to recover the last possible bits, I cannot say for certain that my plan will work.
    
 ddrescue completed. Lots of bad sectors, a few important, but the system booted. boot, lvm, partitions, and most data were all handled as expected. The 2nd GPT record was corrupted. Easily fixed. Replicated the data from the backup disk back over. Life is good.  ddrescue completed. Lots of bad sectors, a few important, but the system booted. boot, lvm, partitions, and most data were all handled as expected. The 2nd GPT record was corrupted. Easily fixed. Replicated the data from the backup disk back over. Life is good. 
 Had a corrupt DB (it was a media center), restore fixed that. Had a corrupt DB (it was a media center), restore fixed that.
    
-If the clone hadn't worked, I would have followed my normal restore processes for that machine.+If the clone hadn't worked, I would have followed my normal restore processes for that machine.** 
 + 
 +Cette seule commande créera tout le formatage, les partitions, les trucs LVM, tout ! Lors du premier redémarrage, je m'attends à ce que je devrai changer les UUID des partitions, mais, étant donné que j'essaie encore de récupérer les derniers bits possibles, je ne peux pas dire de façon certaine que cela marchera. 
 + 
 +ddrescue terminé. Beaucoup de mauvais secteurs, quelques-uns d'importants, mais le système a démarré. boot, lvm, les partitions et la plupart des données furent traitées comme je pouvais m'y attendre. Le second enregistrement GPT fut corrompu, mais réparé facilement. La duplication des données du disque de sauvegarde est terminée. La vie est belle. 
 + 
 +Une base de données a été corrompue (un centre multimédia), mais restore l'a réparé. 
 + 
 +Si le clone n'avait pas fonctionné, j'aurais utilisé les processus de restore normal sur la machine.
    
-(From the Original Poster) Happy to report that ddrescue did the trick, although the drive did not display any errors. I guess the SMART warning was early enough that the problematic sectors had yet to be used. Plugged in the replacement drive, ran +**(From the Original Poster) Happy to report that ddrescue did the trick, although the drive did not display any errors. I guess the SMART warning was early enough that the problematic sectors had yet to be used. Plugged in the replacement drive, ran 
  
 sudo ddrescue -f /dev/sda /dev/sdb /tmp/mapfile sudo ddrescue -f /dev/sda /dev/sdb /tmp/mapfile
Ligne 60: Ligne 110:
    
 A (Thanks to kagashe in the Ubuntu Forums) Shutdown Windows using the following command: A (Thanks to kagashe in the Ubuntu Forums) Shutdown Windows using the following command:
 +
 +Shutdown /s /t 0**
 +
 +(De l'auteur original.) Ravi de pouvoir dire que ddrescue a marché, bien que le disque n'affiche aucune erreur. Je pense que l'avertissement SMART est arrivé assez tôt pour que les secteurs problématiques ne soient pas encore utilisés. J'ai branché le disque de sauvegarde, j'ai exécuté :
 +
 +sudo ddrescue -f /dev/sda /dev/sdb /tmp/mapfile
 +
 +et j'ai attendu jusqu'à la fin. Ensuite, j'ai échangé les câbles et démarré avec succès sur la réplique.
 +
 +Q Je n'arrive pas à monter les disques Win 10 dans mon ordi quand je suis sous Ubuntu. J'ai un message d'erreur signalant un « unclean file system » (système de fichiers impur).
 +
 +R (Remerciements à kagashe sur le forums Ubuntu.) Arrêtez Windows avec la commande suivante :
  
 Shutdown /s /t 0 Shutdown /s /t 0
    
-  +**Q During startup, three error messages flash by too quickly for me to write them down. How can I get rid of them?
-Q During startup, three error messages flash by too quickly for me to write them down. How can I get rid of them?+
    
 A Use your phone to take a video of the startup sequence. Plug the exact text of a message into Google, and you will probably find your answer. A Use your phone to take a video of the startup sequence. Plug the exact text of a message into Google, and you will probably find your answer.
Ligne 80: Ligne 141:
    
 * Does someone other than Canonical provide paid support for Ubuntu?  * Does someone other than Canonical provide paid support for Ubuntu? 
 +https://goo.gl/jTm9ct**
 +
 +Pendant le démarrage, trois messages d'erreur s'affichent, puis disparaissent, trop rapidement pour que je les écrive. Comment m'en débarrasser ?
 +
 +R Utilisez votre téléphone pour faire une vidéo de la séquence de démarrage. Saisir le texte exact d'un message dans Google et vous aurez sans doute votre réponse.
 +
 +Questions les plus populaires sur Askubuntu
 +
 +* Créer un document PDF
 +https://goo.gl/aLO4AG
 +
 +* Quel est l'impact possible du rançongiciel « Wanna Cry » sur les utilisateurs de Linux ?
 +https://goo.gl/GNHPgc
 +
 +* Comment savoir à partir de quelle partition j'avais démarré ?
 +https://goo.gl/XC0A7G
 +
 +* Est-ce qu'une société autre que Canonical fournit de l'assistance payante pour Ubuntu ?
 https://goo.gl/jTm9ct https://goo.gl/jTm9ct
 +
 +**
    
 * Write the dynamic output of terminal into a text file  * Write the dynamic output of terminal into a text file 
Ligne 95: Ligne 176:
    
 * What would cause an installed application to not be recognized as such? * What would cause an installed application to not be recognized as such?
 +https://goo.gl/pYHE8z**
 +
 +* Écrire la sortie dynamique du terminal vers un fichier texte.
 +https://goo.gl/CfXKpw
 +
 +* Où vont les fichiers qui ont été synchronisés vers un hôte avec rsync ?
 +https://goo.gl/2P5bkt
 +
 +* Comment ouvrir deux fichiers différents avec l'éditeur vi ?
 +https://goo.gl/5YgfpU
 +
 +* Supprimer un logiciel complètement, le réinstaller, il se souvient des paramètres.
 +https://goo.gl/4cZyTy
 +
 +* Comment se fait-il qu'une application installée ne soit pas reconnue en tant que telle ?
 https://goo.gl/pYHE8z https://goo.gl/pYHE8z
    
-Tips and Techniques+**Tips and Techniques
    
 What the big boys want What the big boys want
Ligne 111: Ligne 207:
 This is where we get into a lot of foreign terminology, such as Openstack, Docker, Vagrant, MAAS, LXD, containers, and system images. This is where we get into a lot of foreign terminology, such as Openstack, Docker, Vagrant, MAAS, LXD, containers, and system images.
    
-I haven't seen any benchmark results, but speed of deployment must be one of the factors helping Ubuntu succeed in the cloud.+I haven't seen any benchmark results, but speed of deployment must be one of the factors helping Ubuntu succeed in the cloud.** 
 + 
 +Trucs et astuces 
 + 
 +Ce que veulent les grands de ce monde 
 + 
 +Nous apprécions tous une distrib. qui s'installe rapidement et sans problèmes, mais pour certaines personnes, c'est essentiel. 
 + 
 +Beaucoup de grand sites Web se trouvent sur des serveurs à la demande, où leurs frais sont basés sur les ressources utilisées. Un grand site pourrait avoir des centaines, des milliers ou des centaines de milliers de machines virtuelles en fonctionnement. Ensuite, la demande augmente un peu et ils ont besoin de plusieurs centaines de VM, tout de suite. 
 + 
 +À quelle vitesse les VM supplémentaires peuvent-elles commencer à servir des clients ? c'est une très importante mesure de la compétitivité. 
 + 
 +C'est un monde autre que celui que « nous » habitons : des gens qui font tourner un ordinateur de bureau ou un portable sous Linux, comme système d'exploitation. 
 + 
 +C'est ici que la terminologie nous devient étrangère, notamment Openstack, Docker, Vagrant, MAAS, LXD, conteneurs et des images de systèmes. 
 + 
 +Je n'ai pas vu les résultats des benchmarks, mais la vitesse de déploiement doit être l'un des facteurs qui contribuent à la réussite d'Ubuntu dans le nuage.
  
issue122/q._et_r.1499175788.txt.gz · Dernière modification : 2017/07/04 15:43 de auntiee