Pagina 1 di 1

[Risolto] - sapete perchè mi compare questo avviso ... ?

Inviato: giovedì 6 maggio 2010, 20:15
da lm3lm
mi compare subito dopo aver inserito la password per aggiornare il sistema..

W: Duplicate sources.list entry http://ppa.launchpad.net jaunty/main Packages (/var/lib/apt/lists/ppa.launchpad.net_c-korn_vlc_ubuntu_dists_jaunty_main_binary-i386_Packages)
W: Duplicate sources.list entry http://ppa.launchpad.net jaunty/main Packages (/var/lib/apt/lists/ppa.launchpad.net_c-korn_vlc_ubuntu_dists_jaunty_main_binary-i386_Packages)

poi se provo a aggiornare il sistema per passare alla versione 9,10 mi compare

W:Impossibile ottenere http://security.ubuntu.com/ubuntu/dists ... ty/Release  Unable to find expected entry  multiversedeb/source/Sources in Meta-index file (malformed Release file?)
, E:Impossibile scaricare alcune file di indice, essi verranno ignorati, oppure si useranno quelli precedenti.

ci sarà qualcosa di mancante o sbagliato nella sources.list?
ciao e grazie in anticipo!! :-[

Re: sapete perchè mi compare questo avviso quando scarico gli aggiornamenti?

Inviato: giovedì 6 maggio 2010, 20:31
da Shaved
Hai dei repository doppi nella sources.list.

Posta l'output del comando

Codice: Seleziona tutto

cat /etc/apt/sources.list
E poi, hai Jaunty o Karmic ????

Re: sapete perchè mi compare questo avviso quando scarico gli aggiornamenti?

Inviato: sabato 8 maggio 2010, 14:20
da lm3lm
questo è quello che mi appare nel terminale :

Codice: Seleziona tutto

lorenzo@lorenzo-laptop:~$ cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://it.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe 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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiversedeb http://ppa.launchpad.net/keepassx/ppa/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/keepassx/ppa/ubuntu jaunty main#Vlc
deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main

deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
penso di avere jaunty ma non vorrei sbagliarmi (dato che non ho capito bene a cosa ci si riferisce :-\), sono un novizio vogliate scusarmi!

Re: sapete perchè mi compare questo avviso quando scarico gli aggiornamenti?

Inviato: martedì 11 maggio 2010, 17:01
da Shaved
Hai l'ultima riga del file /etc/apt/sources.list che è doppia.

Cancellane una entrando nel file con privilegi da admin

Codice: Seleziona tutto

sudo gedit /etc/apt/sources.list
salva ed esci dall'editor di testo.

Alla fine dai questo comando

Codice: Seleziona tutto

sudo apt-get update

Re: sapete perchè mi compare questo avviso quando scarico gli aggiornamenti?

Inviato: martedì 11 maggio 2010, 19:41
da lm3lm
grazie della pazienza Shaved :)

ho cancellato le ultime due righe ora è così:

Codice: Seleziona tutto

lorenzo@lorenzo-laptop:~$ cat /etc/apt/sources.list
#deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://it.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://it.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe 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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiversedeb http://ppa.launchpad.net/keepassx/ppa/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/keepassx/ppa/ubuntu jaunty main#Vlc
deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main
ma dopo poco che comincio a fare l'avanzamento alla versione 9.10 mi compare prima :

Codice: Seleziona tutto

Sono state disabilitate alcune voci di terze parti nel file «sources.list». È possibile abilitarle di nuovo dopo l'avanzamento di versione con lo strumento «software-properties» o con il gestore di pacchetti.
e se lo ignoro poco dopo:

Codice: Seleziona tutto

W:Impossibile ottenere http://security.ubuntu.com/ubuntu/dists/karmic-security/Release  Unable to find expected entry  multiversedeb/source/Sources in Meta-index file (malformed Release file?)
, E:Impossibile scaricare alcune file di indice, essi verranno ignorati, oppure si useranno quelli precedenti.
cosa posso modificare?
grazie ancora!

Re: sapete perchè mi compare questo avviso quando scarico gli aggiornamenti?

Inviato: martedì 11 maggio 2010, 20:25
da Shaved
Penso che non ti convenga modificare nulla, perché quell'errore potrebbe dipendere da un problema temporaneo dei server. Oppure, se vuoi fare un po' di pulizia, metti solo i repo ufficiali

Codice: Seleziona tutto

deb http://it.archive.ubuntu.com/ubuntu/ jaunty main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty main universe restricted multiverse

deb http://security.ubuntu.com/ubuntu jaunty-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security main universe restricted multiverse

deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main universe restricted multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main universe restricted multiverse
e rilancia il classico sudo apt-get update.

Poi segui le indicazioni per l'aggiornamento da Jaunty a Karmic --> Installazione/AggiornamentoKarmic.

Re: sapete perchè mi compare questo avviso quando scarico gli aggiornamenti?

Inviato: giovedì 13 maggio 2010, 0:09
da lm3lm
grazie Shaved! sono riuscito ad installare il 10.04! adesso ho dei piccoli problemini come "l'applet della luminosità che non funziona, oppure non mi compare più il tempo di scarica della batteria stimato,è un pò lento ad accendersi ecc" ma penso che riuscirò a cavarmela! grazie mille, alla prossima! (good)