Line 77: |
Line 77: |
| Consulta anche [http://wiki.contribs.org/Updating_to_SME_7.2 Updating to SME 7.2] per eventuali ulteriori passaggi che potrebbero essere necessari. | | Consulta anche [http://wiki.contribs.org/Updating_to_SME_7.2 Updating to SME 7.2] per eventuali ulteriori passaggi che potrebbero essere necessari. |
| | | |
− | ====Infrmazioni generali==== | + | ====Informazioni generali==== |
− | *Cosa significa il messaggio "Please Wait - Yum Running (prereposetup)" ? | + | *Cosa significa il messaggio 'Please Wait - Yum Running (prereposetup)' ? |
| Significa che yum sta cercando eventuali update presenti. | | Significa che yum sta cercando eventuali update presenti. |
| In caso siano presenti molti aggiornamenti il processo potrebbe impiegare tempi molto lunghi, anche superiori a 10 minuti | | In caso siano presenti molti aggiornamenti il processo potrebbe impiegare tempi molto lunghi, anche superiori a 10 minuti |
Line 88: |
Line 88: |
| yum update | | yum update |
| | | |
− | *Fix for 'Metadata file does not match checksum' | + | *Come posso risolvere l'errore 'Metadata file does not match checksum' ? |
| Il tipico messaggio di errore è | | Il tipico messaggio di errore è |
| http://apt.sw.be/fedora/3/en/i386/dag/repodata/primary.xml.gz: | | http://apt.sw.be/fedora/3/en/i386/dag/repodata/primary.xml.gz: |
Line 94: |
Line 94: |
| Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try. | | Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try. |
| | | |
− | Per ripristinare | + | Per ripristinare la lista corretta dei repository utilizzando wget si usa: |
− | To flush the up stream proxies, using wget, run:
| |
| | | |
| wget --cache=off http://apt.sw.be/fedora/3/en/i386/dag/repodata/filelists.xml.gz | | wget --cache=off http://apt.sw.be/fedora/3/en/i386/dag/repodata/filelists.xml.gz |
Line 102: |
Line 101: |
| yum update | | yum update |
| | | |
− | * An unclean shutdown during a system update can put the system into a state where it's difficult to recover. | + | * Uno spegnimento imprevisto durante un aggiornamento può mettere il sistema in uno stato instabile difficile da risolvere |
− | Try not to kick the power cord and use a UPS
| + | Cerca di non staccare la spina elettrica e usa un UPS! :) |
| | | |
− | * Where can I go to learn more about yum, and about how SME uses it? | + | * Dove posso trovare maggiori informazioni su yum e come viene usato in SME? |
| [[:AddingSoftware ]], man yum, http://linux.duke.edu/projects/yum/ | | [[:AddingSoftware ]], man yum, http://linux.duke.edu/projects/yum/ |
| | | |