wine error when upgrading to 7.10

Asked by Pompom0551

I've tried 3 times to upgrade from 7.04 to 7.10 and get the same error every time:

"A problem occured during the update. This is usually some sort of network problem, please check your network connection and retry." then below in the box it names:

 Failed to fetch http://wine.lowvoice.nl/apt/dists/feisty/Release.gpg Could not resolve 'wine.lowvoice.nl'
Failed to fetch http://wine.lowvoice.nl/apt/dists/feisty/main/i18n/Translation-en_US.bz2 Could not resolve 'wine.lowvoice.nl'
Failed to fetch http://wine.lowvoice.nl/apt/dists/feisty/main/binary-amd64/Packages.gz Could not resolve 'wine.lowvoice.nl'

My network connection is just fine and I've been able to receive mail and search the web without problems. So what do you think is the problem???

Thanks
Pamela

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Qwerty Maniac
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Qwerty Maniac (qwertymaniac) said :
#1

Write this in the Terminal:
sudo gedit /etc/apt/sources.list

Remove ANY line which has the string "wine.lowvoice.nl" in it. (Or you can place a Hash symbol [#] before the line that has those words) Save and close.

Now run the Update, should go through.

Revision history for this message
Pompom0551 (pjstegmaier) said :
#2

I tried that, but my terminal won't recongized the line or my password.

Revision history for this message
Qwerty Maniac (qwertymaniac) said :
#3

Are you using KDE? And don't you know your Root password? Use the Root password.

And if you're using KDE, give:
gksudo kate /etc/apt/sources.list

Revision history for this message
Pompom0551 (pjstegmaier) said :
#4

OK. I did what you said, ( had a typo error the first time)

Nothing in the source list in the terminal though. Is there anything further that I can do??

Revision history for this message
Qwerty Maniac (qwertymaniac) said :
#5

You mean to say there's nothing with the words "wine.lowvoice.nl" in its lines? Or have you removed it?

If you have removed it, run Update again (Check for Updates) and then start the Upgrade.

Else, copy the contents of that entire sources.list file and paste it here. We can fix it and give you the corrected one so you can upgrade.

Revision history for this message
Pompom0551 (pjstegmaier) said :
#6

Ok. Just got home and am letting you know that after I placed a hash mark in front of the wine entry, this enabled me to upgrade. Thanks for your help with this. Only thing now is that some of my entries look like they're third party sources and if I upgrade I'll have to re-download. I had a friend of mine build me a new tower with all the goodies of Linux and Unbuntu. This is the first time I've used Linux and I'm still getting used to the difference with Windows XP.

Revision history for this message
Pompom0551 (pjstegmaier) said :
#7

I've got more errors now with attempts to upgrade. My last errors were with automatix:

 Failed to fetch http://www.getautomatix.com/apt/dists/feisty/Release.gpg Could not resolve 'www.getautomatix.com'

Failed to fetch http://www.getautomatix.com/apt/dists/feisty/main/i18n/Translation-en_US.bz2 Could not resolve 'www.getautomatix.com'

Failed to fetch http://www.getautomatix.com/apt/dists/feisty/main/binary-amd64/Packages.gz Could not resolve 'www.getautomatix.com'

Here's my source list. Please let me know what I could do next.

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty 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://us.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty 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://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

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

#AUTOMATIX REPOS START

#deb http://wine.lowvoice.nl/apt feisty main

deb http://www.getautomatix.com/apt feisty main

deb http://archive.canonical.com/ubuntu feisty-commercial main

deb http://archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu feisty-updates universe multiverse

deb http://archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
#AUTOMATIX REPOS END

Revision history for this message
Best Qwerty Maniac (qwertymaniac) said :
#8

Use this:

## See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
## newer versions of the distribution.

## Add comments (##) in front of any line to remove it from being checked.
## Use the following sources.list at your own risk.

## Uncomment deb-src if you wish to download the source packages

## If you have a install CD you can add it to the reposity using 'apt-cdrom add'
## which will add a line similar to the following:
#deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Beta i386 (20070322.1)]/ feisty main restricted
deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted
#deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
#deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ feisty universe
#deb-src http://us.archive.ubuntu.com/ubuntu/ feisty 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://us.archive.ubuntu.com/ubuntu/ feisty multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ feisty 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://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
#deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

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

## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu
## servers. RealPlayer10, Opera, DesktopSecure and more to come.)
deb http://archive.canonical.com/ubuntu feisty-commercial main

Revision history for this message
Pompom0551 (pjstegmaier) said :
#9

Thanks Qwerty Maniac, that solved my question.