Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

apt Configuration Problem

Help & support for Ultimate Edition 1.9


Re: apt Configuration Problem

Postby ehabreda » Fri Sep 12, 2008 1:44 pm

Hey to all,

I had the same problem when installing Ultimate Edition 1.9 , but I ignore it and the installation went fine after that.

But later on when I try to make apt-get update I had the following error ( See attachment)

Thanks
Attachments
snapshot1.png
ehabreda
U.E. Newbie
U.E. Newbie
 
Posts: 19
Joined: Thu Dec 06, 2007 7:27 am
Location: Cairo, Egypt
Age: 56
Operating System: Ultimate Edition 3.2 32 BIT



Re: apt Configuration Problem

Postby kiwinsn » Fri Sep 12, 2008 5:07 pm

Try:

Open terminal and type: sudo apt-get update

Once finished, sudo apt-get upgrade

That should fix problems with apt.
Image
System:
Specs to come.
Registered Linux user number: 542342
Image
User avatar
kiwinsn
Moderator
 
Posts: 449
Joined: Thu Jan 03, 2008 6:56 pm
Location: Nelson, New Zealand
Age: 60
Operating System: Ultimate Edition Beta Tester



Re: apt Configuration Problem

Postby ehabreda » Fri Sep 12, 2008 5:59 pm

Thank you very much for your reply...

I already make it several times without any good, I even changed my download server without any help!!
ehabreda
U.E. Newbie
U.E. Newbie
 
Posts: 19
Joined: Thu Dec 06, 2007 7:27 am
Location: Cairo, Egypt
Age: 56
Operating System: Ultimate Edition 3.2 32 BIT



Re: apt Configuration Problem

Postby DaddyX3 » Sat Sep 13, 2008 2:28 pm

ehabreda wrote:Thank you very much for your reply...

I already make it several times without any good, I even changed my download server without any help!!

Could you post your /etc/apt/sources.list back here so we could see what the problem might be? Open a terminal and enter:
Code: Select all
gedit /etc/apt/sources.list

then copy and paste back the results. Thanx :)
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: apt Configuration Problem

Postby ehabreda » Sat Sep 13, 2008 2:50 pm

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

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

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

deb http://archive.ubuntu.com/ubuntu/ hardy-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security main restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-security universe
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security universe
deb http://archive.ubuntu.com/ubuntu/ hardy-security multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy-security multiverse
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed restricted main multiverse universe
deb http://ppa.launchpad.net/khaledhosny/ubuntu hardy main

#ULTAMATIX REPOS START
deb http://repoubuntusoftware.info harty all
#ULTAMATIX REPOS END
deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main
ehabreda
U.E. Newbie
U.E. Newbie
 
Posts: 19
Joined: Thu Dec 06, 2007 7:27 am
Location: Cairo, Egypt
Age: 56
Operating System: Ultimate Edition 3.2 32 BIT



Re: apt Configuration Problem

Postby DaddyX3 » Sat Sep 13, 2008 6:02 pm

The only thing I find different is the listing for is the repo for Ultimate Edition. Mine reads:
Code: Select all
deb http://repoubuntusoftware.info/ harty all #Ultimate Repo

Obviously you don't have to have the "#Ultimate Repo" but your missing a '/' after the .info
To change it you will need to run
Code: Select all
sudo gedit /etc/apt/sources.list

then do your editing and click 'save'.

Also, if your list still doesn't update like it should, you can try mine ... it works just fine.
The only thing is that mine is setup to run off oakland servers, so it prob. won't be as fast for you as it for me.
Just back up your current list first:
Code: Select all
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
Then go ahead and open up your existing sources.list and erase everything and insert the following in its place:

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release amd64 (20080423)]/ hardy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ubuntu.secs.oakland.edu/ hardy main restricted
deb-src http://ubuntu.secs.oakland.edu/ hardy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.secs.oakland.edu/ hardy-updates main restricted
deb-src http://ubuntu.secs.oakland.edu/ hardy-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://ubuntu.secs.oakland.edu/ hardy universe
deb-src http://ubuntu.secs.oakland.edu/ hardy universe
deb http://ubuntu.secs.oakland.edu/ hardy-updates universe
deb-src http://ubuntu.secs.oakland.edu/ hardy-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://ubuntu.secs.oakland.edu/ hardy multiverse
deb-src http://ubuntu.secs.oakland.edu/ hardy multiverse
deb http://ubuntu.secs.oakland.edu/ hardy-updates multiverse
deb-src http://ubuntu.secs.oakland.edu/ hardy-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-src http://us.archive.ubuntu.com/ubuntu/ hardy-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 hardy partner
deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://ubuntu.secs.oakland.edu/ hardy-security main restricted
deb-src http://ubuntu.secs.oakland.edu/ hardy-security main restricted
deb http://ubuntu.secs.oakland.edu/ hardy-security universe
deb-src http://ubuntu.secs.oakland.edu/ hardy-security universe
deb http://ubuntu.secs.oakland.edu/ hardy-security multiverse
deb-src http://ubuntu.secs.oakland.edu/ hardy-security multiverse
deb http://repoubuntusoftware.info/ harty all #Ultimate Repo
## Medibuntu.
deb http://packages.medibuntu.org/ hardy free non-free
# Remastersys
deb http://www.remastersys.klikit-linux.com/repository remastersys/


#ULTAMATIX REPOS START

deb-src http://us.archive.ubuntu.com/ubuntu hardy-updates multiverse

deb http://us.archive.ubuntu.com/ubuntu hardy-updates multiverse

deb-src http://us.archive.ubuntu.com/ubuntu hardy multiverse

deb http://us.archive.ubuntu.com/ubuntu hardy multiverse

deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

deb http://security.ubuntu.com/ubuntu hardy-security multiverse

deb-src http://security.ubuntu.com/ubuntu hardy-security universe

deb http://security.ubuntu.com/ubuntu hardy-security universe

deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted

deb http://security.ubuntu.com/ubuntu hardy-security main restricted
#ULTAMATIX REPOS END

Click save and exit the utility. Then in a terminal, run sudo apt-get update and you should be good to go.
Intel Core 2 Quad Q9300 2.5GHz 45nm/Gigabyte EP35C-DS3R M.B. w/ddr3 1333
G.Skill 2X1GB DDR3 1333MHz/Gigabyte 8800GT PCIe 2.0 512MB GDDR3 OC'd to 700Mhz/ WD160 gig, 2- WD250 gig in RAID-0 (500GB), WD640 gig e-SATA external

AMD 64 X2 3800+/ASUS A8N32-SLI Deluxe/G.Skill 2X1GB Matched Pair ddr400
/EVGA 6800GS Nvidia Graphics 256MB/WD160gig drive

HTPC Box:AMD 64 X2 4400+/ BIOSTAR TF7050PV HDMI MicroATX/G.Skill 2X1GB /Matched Pair DDR800/Integrated video and audio/WD160gig drive
User avatar
DaddyX3
U.E. God
U.E. God
 
Posts: 2407
Joined: Wed Oct 17, 2007 9:22 am
Location: Central Coast - California
Age: 49
Operating System: Ultimate Edition 2.3 32 BIT



Re: apt Configuration Problem

Postby ehabreda » Tue Sep 16, 2008 1:18 pm

Hello DaddyX3,

Thank you very much for your follow up.
The fact is that the / has solved some of the problems but still have a problem with an invalid signature.
But when I changed back the server, problem solved!!

Thank you again. :mrgreen:
ehabreda
U.E. Newbie
U.E. Newbie
 
Posts: 19
Joined: Thu Dec 06, 2007 7:27 am
Location: Cairo, Egypt
Age: 56
Operating System: Ultimate Edition 3.2 32 BIT

Previous

Return to Ultimate Edition 1.9

Who is online

Users browsing this forum: No registered users and 4 guests