apt-get dist-upgrade failed.
Have you tried disabling all 3rd party repositories first ?
Am 12. April 2012 11:18 schrieb Amrish Purohit <amrish.distro@gmail.com>: Hi, I installed debian stable kde with live cd "debian-live-6.0.3-i386-kde-desktop.iso".* My PC was not connected with internet, so after the installation, my source.list file was with only one line of cd - repository. Then I populated source.list with following repositories because I want to install debian with testing. ###### Debian Main Repos deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free ###### Debian Update Repos deb http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free ################################################## ############ ##################### UNOFFICIAL* REPOS ###################### ################################################## ############ ###### 3rd Party Binary Repos #### Debian Multimedia - http://www.debian-multimedia.org/ ## Run this command: apt-get update && apt-get install debian-multimedia-keyring && apt-get update deb http://www.debian-multimedia.org testing main non-free #### Google Linux Software Repositories - http://www.google.com ## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - deb http://dl.google.com/linux/deb/ stable non-free main #### Skype - http://www.skype.com ## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add - deb http://download.skype.com/linux/repos/debian/ stable non-free To convert debian stable in testing, I fired following commands. apt-get update apt-get dist-upgrade But dist-upgrade failed with following error. "E: Could not perform immediate configuration on 'phonon-backend-vlc'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)" Please help to fix this issue. Regards Amrish |
apt-get dist-upgrade failed.
Yes, I tried with that, but still dist-upgrade fails with same
error. thanks. Amrish On 04/12/2012 05:57 PM, Daniel Koch wrote: Have you tried disabling all 3rd party repositories first ? Am 12. April 2012 11:18 schrieb Amrish Purohit <amrish.distro@gmail.com>: Hi, I installed debian stable kde with live cd "debian-live-6.0.3-i386-kde-desktop.iso".* My PC was not connected with internet, so after the installation, my source.list file was with only one line of cd - repository. Then I populated source.list with following repositories because I want to install debian with testing. ###### Debian Main Repos deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free ###### Debian Update Repos deb http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free ################################################## ############ ##################### UNOFFICIAL* REPOS ###################### ################################################## ############ ###### 3rd Party Binary Repos #### Debian Multimedia - http://www.debian-multimedia.org/ ## Run this command: apt-get update && apt-get install debian-multimedia-keyring && apt-get update deb http://www.debian-multimedia.org testing main non-free #### Google Linux Software Repositories - http://www.google.com ## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - deb http://dl.google.com/linux/deb/ stable non-free main #### Skype - http://www.skype.com ## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add - deb http://download.skype.com/linux/repos/debian/ stable non-free To convert debian stable in testing, I fired following commands. apt-get update apt-get dist-upgrade But dist-upgrade failed with following error. "E: Could not perform immediate configuration on 'phonon-backend-vlc'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)" Please help to fix this issue. Regards Amrish |
apt-get dist-upgrade failed.
On Thu, 12 Apr 2012 14:48:15 +0530, Amrish Purohit wrote:
> Hi, Hi, please, avoid using html formatting when posting, it's very hard to read under some clients, thanks. > I installed debian stable kde with live cd > "debian-live-6.0.3-i386-kde-desktop.iso". My PC was not connected with > internet, so after the installation, my source.list file was with only > one line of cd - repository. Then I populated /source.list/ with > following repositories because I want to install debian with testing. > > ###### Debian Main Repos > deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free (...) Mmm... just out of curiosity, if you wanted to use testing instead stable, why is that you didn't download a testing ISO image ("debian- testing-i386-kde-CD-1.iso")? > To convert debian stable in testing, I fired following commands. > apt-get update > apt-get dist-upgrade > But dist-upgrade failed with following error. "E: Could not perform > immediate configuration on 'phonon-backend-vlc'. Please see man 5 > apt.conf under APT::Immediate-Configure for details. (2)" It could be a specific problem with that package. Have you read the suggested doc? Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: jm6urd$gu4$8@dough.gmane.org">http://lists.debian.org/jm6urd$gu4$8@dough.gmane.org |
apt-get dist-upgrade failed.
On 12/04/2012, Camaleón <noelamac@gmail.com> wrote:
> On Thu, 12 Apr 2012 14:48:15 +0530, Amrish Purohit wrote: > >> Hi, > > Hi, please, avoid using html formatting when posting, it's very hard to > read under some clients, thanks. > >> I installed debian stable kde with live cd >> "debian-live-6.0.3-i386-kde-desktop.iso". My PC was not connected with >> internet, so after the installation, my source.list file was with only >> one line of cd - repository. Then I populated /source.list/ with >> following repositories because I want to install debian with testing. >> >> ###### Debian Main Repos >> deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free > > (...) > > Mmm... just out of curiosity, if you wanted to use testing instead > stable, why is that you didn't download a testing ISO image ("debian- > testing-i386-kde-CD-1.iso")? > >> To convert debian stable in testing, I fired following commands. >> apt-get update >> apt-get dist-upgrade >> But dist-upgrade failed with following error. "E: Could not perform >> immediate configuration on 'phonon-backend-vlc'. Please see man 5 >> apt.conf under APT::Immediate-Configure for details. (2)" > Do you have VLC installed from multimedia repo? If so, remove it and then try updating and dist-upgradeing again Sharon. -- A taste of linux = http://www.sharons.org.uk/taste/index.html efever = http://www.efever.blogspot.com/ efever = http://sharon04.livejournal.com/ Debian 6,0.4, Gnome 1:2.30+7, LibreOffice 3.5.1 Registered Linux user 334501 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: CAM9u--dM1JJ8oAE1uPttcTnDxWQzDcVGgk-NSHT+-snWunGSyg@mail.gmail.com">http://lists.debian.org/CAM9u--dM1JJ8oAE1uPttcTnDxWQzDcVGgk-NSHT+-snWunGSyg@mail.gmail.com |
apt-get dist-upgrade failed.
[ Please turn off the HTML part of your messages. ]
On Thu, Apr 12, 2012 at 14:48:15 +0530, Amrish Purohit wrote: > Hi, > I installed debian stable kde with live cd > "debian-live-6.0.3-i386-kde-desktop.iso". My PC was not connected > with internet, so after the installation, my source.list file was > with only one line of cd - repository. Then I populated > /source.list/ with following repositories because I want to install > debian with testing. > > ###### Debian Main Repos > deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free > deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free > > ###### Debian Update Repos > deb http://security.debian.org/ wheezy/updates main contrib non-free > deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main > contrib non-free > deb-src http://security.debian.org/ wheezy/updates main contrib non-free > deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates > main contrib non-free > > ##################### UNOFFICIAL REPOS ###################### [ snip: debian-multimedia, google, skype ] > To convert debian stable in testing, I fired following commands. > apt-get update > apt-get dist-upgrade For the record: If you want to set up a "testing" system starting from a "stable" installation CD then I would recommend to only install a minimal stable system (no graphical environment etc.), upgrade this minimal system carefully to testing (kernel, udev, dpkg, and apt first, the do an "upgrade", followed by a "dist-upgrade") and then install the rest of the system from testing. Your approach is asking for trouble. > But dist-upgrade failed with following error. > "E: Could not perform immediate configuration on > 'phonon-backend-vlc'. Please see man 5 apt.conf under > APT::Immediate-Configure for details. (2)" I think one or more of the following may help to untangle your system: - Comment out all third-party repositories and run "apt-get update" again (as Daniel has already suggested). - Add the usual lines for the stable repository ("squeeze") to your sources list and run "apt-get update". (There may be rare cases where a stable package needs to be installed temporarily to help break a dependency loop.) - Run "apt-get install -f", put its complete output on pastebin.com (or a similar site) and send us the link. - Also show us the output of: apt-cache policy phonon-backend-vlc libvlc5 libvlccore4 dpkg -l *phonon* | awk '/^[^D|+]/{print $2,$3}' -- Regards, | Florian | http://www.florian-kulzer.eu -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 20120412195911.GA21369@isar.localhost">http://lists.debian.org/20120412195911.GA21369@isar.localhost |
apt-get dist-upgrade failed.
On 04/13/2012 01:29 AM, Florian Kulzer wrote:
[ Please turn off the HTML part of your messages. ] I have turned of HTML part. Sorry for inconvenience. On Thu, Apr 12, 2012 at 14:48:15 +0530, Amrish Purohit wrote: Hi, I installed debian stable kde with live cd "debian-live-6.0.3-i386-kde-desktop.iso". My PC was not connected with internet, so after the installation, my source.list file was with only one line of cd - repository. Then I populated /source.list/ with following repositories because I want to install debian with testing. ###### Debian Main Repos deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free ###### Debian Update Repos deb http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free ##################### UNOFFICIAL REPOS ###################### [ snip: debian-multimedia, google, skype ] To convert debian stable in testing, I fired following commands. apt-get update apt-get dist-upgrade For the record: If you want to set up a "testing" system starting from a "stable" installation CD then I would recommend to only install a minimal stable system (no graphical environment etc.), upgrade this minimal system carefully to testing (kernel, udev, dpkg, and apt first, the do an "upgrade", followed by a "dist-upgrade") and then install the rest of the system from testing. Your approach is asking for trouble. Yes, I know that this is good method, but It requires more manual task to set a working desktop environment. But dist-upgrade failed with following error. "E: Could not perform immediate configuration on 'phonon-backend-vlc'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)" I think one or more of the following may help to untangle your system: - Comment out all third-party repositories and run "apt-get update" again (as Daniel has already suggested). I have done it, but same error is continued. - Add the usual lines for the stable repository ("squeeze") to your sources list and run "apt-get update". (There may be rare cases where a stable package needs to be installed temporarily to help break a dependency loop.) I am going to try with latest 6.0.4 kde live cd and fire dist-upgrade and hope, it may solve the prob. - Run "apt-get install -f", put its complete output on pastebin.com (or a similar site) and send us the link. - Also show us the output of: apt-cache policy phonon-backend-vlc libvlc5 libvlccore4 here is output: phonon-backend-vlc: Installed: (none) Candidate: 0.5.0-1 Version table: 0.5.0-1 0 500 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages libvlc5: Installed: (none) Candidate: 2.0.0-6 Version table: 2.0.0-6 0 500 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages N: Unable to locate package libvlccore4 dpkg -l *phonon* | awk '/^[^D|+]/{print $2,$3}' libphonon4 4:4.6.0really4.4.2-1 libqt4-phonon <none> libsmokephonon3 4:4.4.5-3 phonon 4:4.6.0really4.4.2-1 phonon-backend <none> phonon-backend-gstreamer <none> phonon-backend-mplayer <none> phonon-backend-vlc <none> phonon-backend-xine 4:4.6.0really4.4.2-1 Thanks Amrish -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4F8BFA51.30508@gmail.com">http://lists.debian.org/4F8BFA51.30508@gmail.com |
apt-get dist-upgrade failed.
I have repeated same with latest 6.0.4 kde live dvd, but getting the
saem result. This time I have added only for repositories as listed below ###### Debian Main Repos deb http://ftp.us.debian.org/debian/ wheezy main contrib deb-src http://ftp.us.debian.org/debian/ wheezy main contrib ###### Debian Update Repos deb http://security.debian.org/ wheezy/updates main contrib deb-src http://security.debian.org/ wheezy/updates main contrib please help me to fix this issue. Regards Amrish On 04/16/2012 04:24 PM, Amrish Purohit wrote: On 04/13/2012 01:29 AM, Florian Kulzer wrote: [ Please turn off the HTML part of your messages. ] I have turned of HTML part. Sorry for inconvenience. On Thu, Apr 12, 2012 at 14:48:15 +0530, Amrish Purohit wrote: Hi, I installed debian stable kde with live cd "debian-live-6.0.3-i386-kde-desktop.iso". My PC was not connected with internet, so after the installation, my source.list file was with only one line of cd - repository. Then I populated /source.list/ with following repositories because I want to install debian with testing. ###### Debian Main Repos deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free ###### Debian Update Repos deb http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://ftp.us.debian.org/debian/ wheezy-proposed-updates main contrib non-free ##################### UNOFFICIAL REPOS ###################### [ snip: debian-multimedia, google, skype ] To convert debian stable in testing, I fired following commands. apt-get update apt-get dist-upgrade For the record: If you want to set up a "testing" system starting from a "stable" installation CD then I would recommend to only install a minimal stable system (no graphical environment etc.), upgrade this minimal system carefully to testing (kernel, udev, dpkg, and apt first, the do an "upgrade", followed by a "dist-upgrade") and then install the rest of the system from testing. Your approach is asking for trouble. Yes, I know that this is good method, but It requires more manual task to set a working desktop environment. But dist-upgrade failed with following error. "E: Could not perform immediate configuration on 'phonon-backend-vlc'. Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)" I think one or more of the following may help to untangle your system: - Comment out all third-party repositories and run "apt-get update" again (as Daniel has already suggested). I have done it, but same error is continued. - Add the usual lines for the stable repository ("squeeze") to your sources list and run "apt-get update". (There may be rare cases where a stable package needs to be installed temporarily to help break a dependency loop.) I am going to try with latest 6.0.4 kde live cd and fire dist-upgrade and hope, it may solve the prob. - Run "apt-get install -f", put its complete output on pastebin.com (or a similar site) and send us the link. - Also show us the output of: apt-cache policy phonon-backend-vlc libvlc5 libvlccore4 here is output: phonon-backend-vlc: Installed: (none) Candidate: 0.5.0-1 Version table: 0.5.0-1 0 500 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages libvlc5: Installed: (none) Candidate: 2.0.0-6 Version table: 2.0.0-6 0 500 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages N: Unable to locate package libvlccore4 dpkg -l *phonon* | awk '/^[^D|+]/{print $2,$3}' libphonon4 4:4.6.0really4.4.2-1 libqt4-phonon <none> libsmokephonon3 4:4.4.5-3 phonon 4:4.6.0really4.4.2-1 phonon-backend <none> phonon-backend-gstreamer <none> phonon-backend-mplayer <none> phonon-backend-vlc <none> phonon-backend-xine 4:4.6.0really4.4.2-1 Thanks Amrish -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4F8E57E2.3080109@gmail.com">http://lists.debian.org/4F8E57E2.3080109@gmail.com |
apt-get dist-upgrade failed.
Hi,
Not all Debian mirrors work right ... On Wed, Apr 18, 2012 at 11:27:54AM +0530, Amrish Purohit wrote: ... > >500 http://ftp.us.debian.org/debian/ wheezy/main i386 Packages > >N: Unable to locate package libvlccore4 Change mirror site from http://ftp.us.debian.org to and something else and try again. Good luck, Osamu -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 20120418140741.GA9651@localhost">http://lists.debian.org/20120418140741.GA9651@localhost |
apt-get dist-upgrade failed.
Amrish Purohit <amrish.distro@gmail.com> wrote:
> I have repeated same with latest 6.0.4 kde live dvd, but getting the > saem result. > Hmmm. Did you run "apt-get update" after changing your sources.list? -- ❤ ♫ ❤ ♫ ❤ ♫ ❤ Indulekha -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 20120418150554.GA1403@radhesyama">http://lists.debian.org/20120418150554.GA1403@radhesyama |
apt-get dist-upgrade failed.
Same situation here, I've tried with several updated mirrors (http://mirror.debian.org/status.html) and no difference.*
According to this*http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669278*should we expect any update in the repositories soon?* Regards,* -- Javier Parapar |
| All times are GMT. The time now is 09:45 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.