[Solved] Update problem (network-manager, bluez, ufw)

Archived topics about LMDE 1 and LMDE 2
Locked
Powderking

[Solved] Update problem (network-manager, bluez, ufw)

Post by Powderking »

Hi all

I was using Ubuntu for some years and wanted to give an other distro a try.
And when I heard from LMDE I got curious :)
Almost everythings workes really well, but I had a problem with the network-manager updates and since today as well with bluez and ufw.

Here's the output of the update manager

Code: Select all

E: network-manager: subprocess installed post-installation script returned error exit status 1
E: network-manager-gnome: dependency problems - leaving unconfigured
E: binfmt-support: subprocess installed post-installation script returned error exit status 1
E: bluez: subprocess installed post-installation script returned error exit status 1
E: ufw: subprocess installed post-installation script returned error exit status 1
I tried "sudo dpkg --configure -a" but it didn't help.

I havent changed my sources.list:

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
Don't know if this help, but here's the output of "lspci"

Code: Select all

$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
05:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
05:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
05:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
When I update the system using the update manager I loose internet connection until I run "sudo /etc/init.d/network-manager restart".
The same with Bluetooth.

Here's what "sudo apt-get update" returns:

Code: Select all

Hit http://security.debian.org testing/updates InRelease
Hit http://ftp.debian.org testing InRelease                                                              
Err http://www.debian-multimedia.org testing InRelease                                                                      
  
Err http://www.debian-multimedia.org testing Release.gpg                                                  
  Could not resolve 'www.debian-multimedia.org'
Err http://packages.linuxmint.com debian InRelease                                    
  
Err http://packages.linuxmint.com debian Release.gpg                                  
  Could not resolve 'packages.linuxmint.com'
Get:1 http://security.debian.org testing/updates/main i386 Packages [14 B]
Hit http://ftp.debian.org testing/main i386 Packages/DiffIndex        
Get:2 http://security.debian.org testing/updates/contrib i386 Packages [14 B]
Get:3 http://security.debian.org testing/updates/non-free i386 Packages [14 B]
Ign http://security.debian.org testing/updates/contrib TranslationIndex
Ign http://security.debian.org testing/updates/main TranslationIndex
Ign http://security.debian.org testing/updates/non-free TranslationIndex
Hit http://ftp.debian.org testing/contrib i386 Packages/DiffIndex     
Hit http://ftp.debian.org testing/non-free i386 Packages/DiffIndex
Ign http://ftp.debian.org testing/contrib TranslationIndex
Hit http://ftp.debian.org testing/main TranslationIndex
Ign http://ftp.debian.org testing/non-free TranslationIndex
Ign http://security.debian.org testing/updates/contrib Translation-en_US
Ign http://security.debian.org testing/updates/contrib Translation-en
Ign http://security.debian.org testing/updates/main Translation-en_US
Ign http://security.debian.org testing/updates/main Translation-en
Ign http://security.debian.org testing/updates/non-free Translation-en_US
Ign http://security.debian.org testing/updates/non-free Translation-en
Ign http://ftp.debian.org testing/contrib Translation-en_US
Ign http://ftp.debian.org testing/contrib Translation-en
Ign http://ftp.debian.org testing/non-free Translation-en_US
Ign http://ftp.debian.org testing/non-free Translation-en
Fetched 42 B in 1s (26 B/s)
Reading package lists... Done
W: Failed to fetch http://packages.linuxmint.com/dists/debian/InRelease  

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/InRelease  

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/Release.gpg  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'

W: Some index files failed to download. They have been ignored, or old ones used instead.
and this is what "sudo apt-get upgrade" returns:
http://pastebin.com/FTM0drCv

I hope you can help me with that :)


Edit: I have found this post: http://forums.linuxmint.com/viewtopic.php?f=141&t=55320?
But I don't use any of the connections mentioned there... :?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mads

Re: Update problem (network-manager, bluez, ufw)

Post by mads »

Hi!
LMDE is based on Debian and unlike Ubuntu and Linux Mint it doesn't like "apt-get upgrade" command at all.
If I was you (since it looks like you have just installed the OS), I would've gone for a fresh install.
After a fresh install:
sudo apt-get update
sudo apt-get dist-upgrade
reboot
Powderking

Re: Update problem (network-manager, bluez, ufw)

Post by Powderking »

Hi mads!
Thanks for your fast answer.

Ah, I've just read the Debian update FAQ (http://www.debian.org/doc/manuals/debia ... te.en.html).
Do you know where I can find more infos why Debian doesn't like the upgrade option?
I'm just curious...

I'm not sure but I think I had the problem with the graphical updater too, but I'm not sure. :?
I'll do a fresh install not and next week I'll mark the thread solved, when the problems are gone. :)

Thanks again :D


Edit: I have installed LMDE again and when I run the update manager it tells:

Code: Select all

W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/main/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/main/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/upstream/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/upstream/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/Release.gpg  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/main/i18n/Translation-en.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/main/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Some index files failed to download, they have been ignored, or old ones used instead.
And "sudo apt-get update" returns:

Code: Select all

Hit http://security.debian.org testing/updates Release.gpg
Ign http://security.debian.org/ testing/updates/contrib Translation-en         
Ign http://security.debian.org/ testing/updates/contrib Translation-en_US      
Hit http://ftp.debian.org testing Release.gpg                                  
Ign http://ftp.debian.org/debian/ testing/contrib Translation-en               
Ign http://ftp.debian.org/debian/ testing/contrib Translation-en_US            
Ign http://security.debian.org/ testing/updates/main Translation-en            
Ign http://security.debian.org/ testing/updates/main Translation-en_US         
Ign http://security.debian.org/ testing/updates/non-free Translation-en        
Ign http://security.debian.org/ testing/updates/non-free Translation-en_US     
Hit http://security.debian.org testing/updates Release                         
Ign http://ftp.debian.org/debian/ testing/main Translation-en                  
Ign http://ftp.debian.org/debian/ testing/main Translation-en_US               
Ign http://ftp.debian.org/debian/ testing/non-free Translation-en              
Ign http://ftp.debian.org/debian/ testing/non-free Translation-en_US           
Hit http://ftp.debian.org testing Release                                      
Err http://packages.linuxmint.com debian Release.gpg                           
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/import Translation-en                
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/import Translation-en_US             
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/main Translation-en                  
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/main Translation-en_US               
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/upstream Translation-en              
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/upstream Translation-en_US           
  Could not resolve 'packages.linuxmint.com'
Err http://www.debian-multimedia.org testing Release.gpg                       
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/main Translation-en              
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/main Translation-en_US           
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/non-free Translation-en          
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/non-free Translation-en_US       
  Could not resolve 'www.debian-multimedia.org'
Hit http://security.debian.org testing/updates/main i386 Packages              
Hit http://ftp.debian.org testing/main i386 Packages/DiffIndex
Hit http://security.debian.org testing/updates/contrib i386 Packages
Hit http://security.debian.org testing/updates/non-free i386 Packages
Hit http://ftp.debian.org testing/contrib i386 Packages/DiffIndex
Hit http://ftp.debian.org testing/non-free i386 Packages/DiffIndex
Reading package lists... Done
W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/main/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/main/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/upstream/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/upstream/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/Release.gpg  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/main/i18n/Translation-en.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/main/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Some index files failed to download, they have been ignored, or old ones used instead.
I can ping the server:

Code: Select all

$ ping packages.linuxmint.com
PING packages.linuxmint.com (80.86.83.193) 56(84) bytes of data.
64 bytes from srv3.nutime.de (80.86.83.193): icmp_req=1 ttl=54 time=36.8 ms
64 bytes from srv3.nutime.de (80.86.83.193): icmp_req=2 ttl=54 time=36.9 ms
I have no clue if this is a problem and if I should ignore the errors and upgrade anyway?
Last edited by Powderking on Sun Apr 03, 2011 9:55 am, edited 1 time in total.
mads

Re: Update problem (network-manager, bluez, ufw)

Post by mads »

Powderking wrote:why Debian doesn't like the upgrade option?
I'm just curious...
Source
kmb42vt wrote: "sudo apt-get upgrade"
This isn't necessary. It's a different type of upgrade from "dist-upgrade" You either run one or the other. "apt-get upgrade" will only update your existing packages while "apt-get dist-upgrade" will in addition to update your existing packages, also remove obsolete packages and install new available packages as well.
Note: This only applies to LMDE since LMDE is a true rolling release.
Powderking wrote:I'm not sure but I think I had the problem with the graphical updater too, but I'm not sure. :?
I guess you read Known problems in Linux Mint Debian before you installed it. It says:
Update Manager
The Update Manager used in LMDE is the same as the one in other editions of Linux Mint. No adaptation or changes were made yet to accommodate it to the rolling nature of LMDE.
So, as I said earlier, running apt-get update followed by apt-get dist-upgrade is the safest/best way to update LMDE right now. This is of course my opinion.
But there are some good news going around. Graphical updater for LMDE is under "construction". Follow Clem's posts here.
Powderking

Re: Update problem (network-manager, bluez, ufw)

Post by Powderking »

Great! Thanks alot for the infos :)

What do you recommend concerning my "apt-get update" errors?
Should I do a dist-upgrade even with the errors and hope that afterwards they'll disappear?

Here's my sources.list:

Code: Select all

$ cat /etc/apt/sources.list
deb http://packages.linuxmint.com/ debian main upstream import
deb http://ftp.debian.org/debian testing main contrib non-free
deb http://security.debian.org/ testing/updates main contrib non-free
deb http://www.debian-multimedia.org testing main non-free
mads

Re: Update problem (network-manager, bluez, ufw)

Post by mads »

Powderking wrote:What do you recommend concerning my "apt-get update" errors?
Should I do a dist-upgrade even with the errors and hope that afterwards they'll disappear?
Thank you, no problem. :)
First, your sources.list looks correct.
Then, no don't run dist-upgrade with the errors. Wait until they are resolved.
Finally, this error

Code: Select all

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Some index files failed to download, they have been ignored, or old ones used instead.
you are receiving this error because something is wrong with http://www.debian-multimedia.org/.
I don't know why it happens but it is usually gone after a couple of hours. Once I experienced the
same issue, I went to http://www.debian-multimedia.org and wrote an email to the maintainer, Christian
Marillat. He replied after 30 minutes, it was written: "Try again. The issue should be resolved now."
Powderking

Re: Update problem (network-manager, bluez, ufw)

Post by Powderking »

I'll write a mail to Christian Marillat when the problem hasn't gone after a while...

Do you have any suggestion about the linux mint warning?

Code: Select all

W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'
mads

Re: Update problem (network-manager, bluez, ufw)

Post by mads »

Powderking wrote:I'll write a mail to Christian Marillat when the problem hasn't gone after a while...

Do you have any suggestion about the linux mint warning?

Code: Select all

W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'
Is this cut/pasted from your post 2 hours and 12 minutes ago, or you just ran
'apt-get update' command and received this error?
Powderking

Re: Update problem (network-manager, bluez, ufw)

Post by Powderking »

mads wrote:
Powderking wrote:Do you have any suggestion about the linux mint warning?

Code: Select all

W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'
Is this cut/pasted from your post 2 hours and 12 minutes ago, or you just ran
'apt-get update' command and received this error?
I've just run update again I I still get the same errors. So here's the output 10 seconds ago:

Code: Select all

$ sudo apt-get update
Hit http://ftp.debian.org testing Release.gpg
Ign http://ftp.debian.org/debian/ testing/contrib Translation-en               
Ign http://ftp.debian.org/debian/ testing/contrib Translation-en_US            
Ign http://ftp.debian.org/debian/ testing/main Translation-en                  
Ign http://ftp.debian.org/debian/ testing/main Translation-en_US               
Ign http://ftp.debian.org/debian/ testing/non-free Translation-en              
Ign http://ftp.debian.org/debian/ testing/non-free Translation-en_US           
Hit http://ftp.debian.org testing Release                                      
Err http://packages.linuxmint.com debian Release.gpg                           
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/import Translation-en                
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/import Translation-en_US             
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/main Translation-en                  
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/main Translation-en_US               
  Could not resolve 'packages.linuxmint.com'
Err http://packages.linuxmint.com/ debian/upstream Translation-en              
  Could not resolve 'packages.linuxmint.com'
Err http://www.debian-multimedia.org testing Release.gpg                       
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/main Translation-en              
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/main Translation-en_US           
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/non-free Translation-en          
  Could not resolve 'www.debian-multimedia.org'
Err http://www.debian-multimedia.org/ testing/non-free Translation-en_US       
  Could not resolve 'www.debian-multimedia.org'
Err http://packages.linuxmint.com/ debian/upstream Translation-en_US           
  Could not resolve 'packages.linuxmint.com'
Hit http://security.debian.org testing/updates Release.gpg
Ign http://security.debian.org/ testing/updates/contrib Translation-en
Ign http://security.debian.org/ testing/updates/contrib Translation-en_US
Ign http://security.debian.org/ testing/updates/main Translation-en
Ign http://security.debian.org/ testing/updates/main Translation-en_US
Ign http://security.debian.org/ testing/updates/non-free Translation-en
Ign http://security.debian.org/ testing/updates/non-free Translation-en_US
Hit http://security.debian.org testing/updates Release
Hit http://ftp.debian.org testing/main i386 Packages/DiffIndex
Hit http://security.debian.org testing/updates/main i386 Packages
Hit http://ftp.debian.org testing/contrib i386 Packages/DiffIndex
Hit http://ftp.debian.org testing/non-free i386 Packages/DiffIndex
Hit http://security.debian.org testing/updates/contrib i386 Packages
Hit http://security.debian.org testing/updates/non-free i386 Packages
Reading package lists... Done
W: Failed to fetch http://packages.linuxmint.com/dists/debian/Release.gpg  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/import/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/main/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/main/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/upstream/i18n/Translation-en.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://packages.linuxmint.com/dists/debian/upstream/i18n/Translation-en_US.bz2  Could not resolve 'packages.linuxmint.com'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/Release.gpg  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/main/i18n/Translation-en.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/main/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en.bz2  Could not resolve 'www.debian-multimedia.org'

W: Failed to fetch http://www.debian-multimedia.org/dists/testing/non-free/i18n/Translation-en_US.bz2  Could not resolve 'www.debian-multimedia.org'

W: Some index files failed to download, they have been ignored, or old ones used instead.
But ping works still:

Code: Select all

$ ping packages.linuxmint.com
PING packages.linuxmint.com (80.86.83.193) 56(84) bytes of data.
64 bytes from srv3.nutime.de (80.86.83.193): icmp_req=1 ttl=54 time=36.8 ms
64 bytes from srv3.nutime.de (80.86.83.193): icmp_req=2 ttl=54 time=37.2 ms
mads

Re: Update problem (network-manager, bluez, ufw)

Post by mads »

I dont know. I just ran 'sudo apt-get update' and no problem at all.
Test your connection. If it's ok,be a bit patient. These errors are
usually gone after an hour or so.

Code: Select all

sudo apt-get update
Ign http://packages.linuxmint.com debian InRelease
Get:1 http://security.debian.org testing/updates InRelease [39.2 kB] 
Get:2 http://ftp.debian.org testing InRelease [120 kB]                         
Ign http://www.debian-multimedia.org testing InRelease                         
Get:3 http://packages.linuxmint.com debian Release.gpg [198 B]                 
Hit http://www.debian-multimedia.org testing Release.gpg                       
Get:4 http://packages.linuxmint.com debian Release [6,512 B]                   
Hit http://www.debian-multimedia.org testing Release                           
Get:5 http://packages.linuxmint.com debian/main i386 Packages [7,396 B]        
Hit http://www.debian-multimedia.org testing/main i386 Packages/DiffIndex      
Get:6 http://security.debian.org testing/updates/main i386 Packages [14 B]     
Get:7 http://packages.linuxmint.com debian/upstream i386 Packages [957 B]      
Get:8 http://packages.linuxmint.com debian/import i386 Packages [18.1 kB]      
Hit http://www.debian-multimedia.org testing/non-free i386 Packages/DiffIndex  
Hit http://www.debian-multimedia.org testing/main TranslationIndex             
Hit http://www.debian-multimedia.org testing/non-free TranslationIndex         
Get:9 http://security.debian.org testing/updates/contrib i386 Packages [14 B]  
Get:10 http://security.debian.org testing/updates/non-free i386 Packages [14 B]
Ign http://security.debian.org testing/updates/contrib TranslationIndex        
Ign http://security.debian.org testing/updates/main TranslationIndex           
Ign http://security.debian.org testing/updates/non-free TranslationIndex       
Ign http://packages.linuxmint.com debian/import TranslationIndex               
Ign http://packages.linuxmint.com debian/main TranslationIndex                 
Ign http://packages.linuxmint.com debian/upstream TranslationIndex   
Hit http://www.debian-multimedia.org testing/main Translation-en_US            
Hit http://www.debian-multimedia.org testing/main Translation-en               
Hit http://www.debian-multimedia.org testing/non-free Translation-en_US        
Hit http://www.debian-multimedia.org testing/non-free Translation-en 
Ign http://security.debian.org testing/updates/contrib Translation-en_US
Ign http://security.debian.org testing/updates/contrib Translation-en
Ign http://security.debian.org testing/updates/main Translation-en_US
Ign http://security.debian.org testing/updates/main Translation-en   
Ign http://security.debian.org testing/updates/non-free Translation-en_US
Ign http://security.debian.org testing/updates/non-free Translation-en
Ign http://packages.linuxmint.com debian/import Translation-en_US
Ign http://packages.linuxmint.com debian/import Translation-en                 
Ign http://packages.linuxmint.com debian/main Translation-en_US                
Ign http://packages.linuxmint.com debian/main Translation-en
Ign http://packages.linuxmint.com debian/upstream Translation-en_US
Ign http://packages.linuxmint.com debian/upstream Translation-en
Get:11 http://ftp.debian.org testing/main i386 Packages/DiffIndex [2,038 B]    
Hit http://ftp.debian.org testing/contrib i386 Packages/DiffIndex              
Hit http://ftp.debian.org testing/non-free i386 Packages/DiffIndex             
Ign http://ftp.debian.org testing/contrib TranslationIndex                     
Hit http://ftp.debian.org testing/main TranslationIndex                        
Ign http://ftp.debian.org testing/non-free TranslationIndex                    
Get:12 http://ftp.debian.org testing/main i386 2011-04-03-1423.03.pdiff [108 B]
Get:13 http://ftp.debian.org testing/main i386 2011-04-03-1423.03.pdiff [108 B]
Ign http://ftp.debian.org testing/contrib Translation-en_US                    
Ign http://ftp.debian.org testing/contrib Translation-en                       
Ign http://ftp.debian.org testing/non-free Translation-en_US                   
Ign http://ftp.debian.org testing/non-free Translation-en                      
Fetched 194 kB in 15s (12.7 kB/s)                                              
Reading package lists... Done
Powderking

Re: Update problem (network-manager, bluez, ufw)

Post by Powderking »

mads wrote:I dont know. I just ran 'sudo apt-get update' and no problem at all.
Test your connection. If it's ok,be a bit patient. These errors are
usually gone after an hour or so.

Code: Select all

sudo apt-get update
Ign http://packages.linuxmint.com debian InRelease
Get:1 http://security.debian.org testing/updates InRelease [39.2 kB] 
Get:2 http://ftp.debian.org testing InRelease [120 kB]                         
Ign http://www.debian-multimedia.org testing InRelease                         
Get:3 http://packages.linuxmint.com debian Release.gpg [198 B]                 
Hit http://www.debian-multimedia.org testing Release.gpg                       
Get:4 http://packages.linuxmint.com debian Release [6,512 B]                   
Hit http://www.debian-multimedia.org testing Release                           
Get:5 http://packages.linuxmint.com debian/main i386 Packages [7,396 B]        
Hit http://www.debian-multimedia.org testing/main i386 Packages/DiffIndex      
Get:6 http://security.debian.org testing/updates/main i386 Packages [14 B]     
Get:7 http://packages.linuxmint.com debian/upstream i386 Packages [957 B]      
Get:8 http://packages.linuxmint.com debian/import i386 Packages [18.1 kB]      
Hit http://www.debian-multimedia.org testing/non-free i386 Packages/DiffIndex  
Hit http://www.debian-multimedia.org testing/main TranslationIndex             
Hit http://www.debian-multimedia.org testing/non-free TranslationIndex         
Get:9 http://security.debian.org testing/updates/contrib i386 Packages [14 B]  
Get:10 http://security.debian.org testing/updates/non-free i386 Packages [14 B]
Ign http://security.debian.org testing/updates/contrib TranslationIndex        
Ign http://security.debian.org testing/updates/main TranslationIndex           
Ign http://security.debian.org testing/updates/non-free TranslationIndex       
Ign http://packages.linuxmint.com debian/import TranslationIndex               
Ign http://packages.linuxmint.com debian/main TranslationIndex                 
Ign http://packages.linuxmint.com debian/upstream TranslationIndex   
Hit http://www.debian-multimedia.org testing/main Translation-en_US            
Hit http://www.debian-multimedia.org testing/main Translation-en               
Hit http://www.debian-multimedia.org testing/non-free Translation-en_US        
Hit http://www.debian-multimedia.org testing/non-free Translation-en 
Ign http://security.debian.org testing/updates/contrib Translation-en_US
Ign http://security.debian.org testing/updates/contrib Translation-en
Ign http://security.debian.org testing/updates/main Translation-en_US
Ign http://security.debian.org testing/updates/main Translation-en   
Ign http://security.debian.org testing/updates/non-free Translation-en_US
Ign http://security.debian.org testing/updates/non-free Translation-en
Ign http://packages.linuxmint.com debian/import Translation-en_US
Ign http://packages.linuxmint.com debian/import Translation-en                 
Ign http://packages.linuxmint.com debian/main Translation-en_US                
Ign http://packages.linuxmint.com debian/main Translation-en
Ign http://packages.linuxmint.com debian/upstream Translation-en_US
Ign http://packages.linuxmint.com debian/upstream Translation-en
Get:11 http://ftp.debian.org testing/main i386 Packages/DiffIndex [2,038 B]    
Hit http://ftp.debian.org testing/contrib i386 Packages/DiffIndex              
Hit http://ftp.debian.org testing/non-free i386 Packages/DiffIndex             
Ign http://ftp.debian.org testing/contrib TranslationIndex                     
Hit http://ftp.debian.org testing/main TranslationIndex                        
Ign http://ftp.debian.org testing/non-free TranslationIndex                    
Get:12 http://ftp.debian.org testing/main i386 2011-04-03-1423.03.pdiff [108 B]
Get:13 http://ftp.debian.org testing/main i386 2011-04-03-1423.03.pdiff [108 B]
Ign http://ftp.debian.org testing/contrib Translation-en_US                    
Ign http://ftp.debian.org testing/contrib Translation-en                       
Ign http://ftp.debian.org testing/non-free Translation-en_US                   
Ign http://ftp.debian.org testing/non-free Translation-en                      
Fetched 194 kB in 15s (12.7 kB/s)                                              
Reading package lists... Done
Ok, I'll be patient :)

Thank you again for your help :D
Locked

Return to “LMDE Archive”