Re: Re: apt-get dist-upgrade failed.

2012-05-03 Thread Javier Parapar
BTW by installing phonon-backend-null the dist-upgrade can be performed,
but no audio or video could be generated meanwhile a proper backend is not
installed.

-- 
Javier Parapar


Re: Re: apt-get dist-upgrade failed.

2012-05-03 Thread Javier Parapar
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


Re: apt-get dist-upgrade failed.

2012-04-18 Thread Indulekha
Amrish Purohit  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-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120418150554.GA1403@radhesyama



Re: apt-get dist-upgrade failed.

2012-04-18 Thread Osamu Aoki
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-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120418140741.GA9651@localhost



Re: apt-get dist-upgrade failed.

2012-04-17 Thread Amrish Purohit
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 
libsmokephonon3 4:4.4.5-3
phonon 4:4.6.0really4.4.2-1
phonon-backend 
phonon-backend-gstreamer 
phonon-backend-mplayer 
phonon-backend-vlc 
phonon-backend-xine 4:4.6.0really4.4.2-1

Thanks
Amrish




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4f8e57e2.3080...@gmail.com



Re: apt-get dist-upgrade failed.

2012-04-16 Thread Amrish Purohit

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 
libsmokephonon3 4:4.4.5-3
phonon 4:4.6.0really4.4.2-1
phonon-backend 
phonon-backend-gstreamer 
phonon-backend-mplayer 
phonon-backend-vlc 
phonon-backend-xine 4:4.6.0really4.4.2-1

Thanks
Amrish


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4f8bfa51.30...@gmail.com



Re: apt-get dist-upgrade failed.

2012-04-12 Thread Florian Kulzer
[ 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-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120412195911.GA21369@isar.localhost



Re: apt-get dist-upgrade failed.

2012-04-12 Thread Sharon Kimble
On 12/04/2012, Camaleón  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-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cam9u--dm1jj8oae1upttctndxwqzdcvggk-nsht+-snwung...@mail.gmail.com



Re: apt-get dist-upgrade failed.

2012-04-12 Thread Camaleón
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-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jm6urd$gu4$8...@dough.gmane.org



Re: apt-get dist-upgrade failed.

2012-04-12 Thread Amrish Purohit

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 
mailto:amrish.dis...@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






Re: apt-get dist-upgrade failed.

2012-04-12 Thread Daniel Koch
Have you tried disabling all 3rd party repositories first ?

Am 12. April 2012 11:18 schrieb Amrish Purohit :

>  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.

2012-04-12 Thread Amrish Purohit

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 isdnutils

2001-05-10 Thread Jan Ulrich Hasecke

Hi all!

Today I made my weekly apt-get dist-upgrade to track security fixes
and proposed upgrades.

I get this error-message from a package from Adrian Bunks
Kernel-2.4.3-Packages for Potato. 

(Reading database ... 75096 files and directories currently installed.)
Preparing to replace isdnutils 1:3.0-20 (using 
.../isdnutils_1%3a3.1pre1b-7.bunk_i386.deb) ...
Document `isdn4linux-FAQ-de' is not installed, cannot remove.
Document `isdn4linux-FAQ-eng' is not installed, cannot remove.
/var/lib/dpkg/info/isdnutils.prerm: /etc/init.d/isdnutils: Datei oder 
Verzeichnis nicht gefunden
Checking whether you need the ipppd package...
You have ipppX interfaces configured, but you have not selected
ipppd to be installed. This can be dangerous (leaving you with no way of
obtaining ipppd), so aborting the installation of this new isdnutils.
If you really mean to not have ipppd, please remove the ipppd.* files
from /etc/isdn/, stop any ipppX interfaces, and reinstall isdnutils.
dpkg: error processing 
/var/cache/apt/archives/isdnutils_1%3a3.1pre1b-7.bunk_i386.deb (--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/isdnutils_1%3a3.1pre1b-7.bunk_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Shall I report this to Adrian Bunk? Or is it a known problem?

Ciao!
juh

-- 
Y2K-Bug: Jelzin rechtzeitig abgeschaltet
http://www.sudelbuch.de/1999/19991231.html