Page 2 of 4

Re: "Having a problem with the Repo look no further..."

PostPosted: Thu Oct 16, 2008 11:08 pm
by jnalli
I get a permission denied when i try to add the test repo...

Re: "Having a problem with the Repo look no further..."

PostPosted: Thu Oct 16, 2008 11:12 pm
by DaddyX3
jnalli wrote:I get a permission denied when i try to add the test repo...

I did too, so I just went in and added it manually:
Code: Select all
sudo gedit /etc/apt/sources.list

then go down to the bottom and add:
Code: Select all
#Test repo for TheeMahn
deb http://repoubuntusoftware.info/ test all


If your running 32-bit you might see what I just did. Let us know.

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 4:29 am
by TheeMahn
Zero Prime wrote:
greg wrote:this is what i get when i update

E: /var/cache/apt/archives/amsn_0.97.2-1~getdeb1_amd64.deb: trying to overwrite `/usr/share/doc/amsn/READMEpt_BR', which is also in package amsn-data

W: Failed to fetch http://repoubuntusoftware.info/./ubuntu ... a1_all.deb
404 Not Found

Like i said i don't know if that helps or i am the one needing help? I am running UE2.0/64bit


I got the same problem here. Any answers anyone, or is this repo temporarily down?



This shocks me, I have done every step with one exception, sudo apt-get clean and repeat the steps:
Code: Select all
sudo apt-get update
sudo apt-get install amsn


The only reason I even bring this up (your computer) sees my repo as having the same version you have already downloaded on your hard disk (/var/cache/apt/archives/amsn_0.97.2-1~getdeb1_amd64.deb) and says no reason to download what is already here, well they are 2 different entities rest assured. Please try again, the end user of Ultimate Edition 2.0 will not have to deal with this or any other provided all is resolved prior, do you understand why I am so "on it"?

TheeMahn

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 8:29 am
by tuxsax
Cab wrote:dpkg: error processing /var/cache/apt/archives/ultimate-edition-theme-pack-2_2.0_all.deb (--unpack):
trying to overwrite `/usr/share/backgrounds/ultimate_edition_2.0.png', which is also in package ultimate-edition-theme-1.9.9
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/ultimate-edition-theme-pack-2_2.0_all.deb

I have deleted the file purged and reinstalled the theme package and I still get this error. :? I talked to
Thee Mahn and it (the repo) has been fixed but I have to figure out mine now..
I'll give up and update to 2.0 soon anyway but thought this was a weird one. I would share with you all.
Cab


Hey Cab, sorry for the dumb question, but I must ask, didn't you forget to add 'sudo" to the beginning of the command, did you??? ;)

Here's what you can try:
Code: Select all
sudo dpkg -r ultimate-edition-theme-1.9.9 ultimate-edition-theme-pack-2_2.0
sudo dpkg -P !$
sudo rm -rf  /usr/share/backgrounds/ultimate_edition_2.0.png
sudo dpkg -i ultimate-edition-theme-pack-2_2.0


Or you can just wait to upgrade to Ultimate Edition 2.0...
Ziv

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 11:34 am
by greg
duh! i obviously had to go into the forum for Ultimate Edition 1.9, sorry about daddyx3 i am still relatively knew to this which causes me to not think sometimes. thanks for fixing that for me. TheeMahn i will try what you suggested.

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 12:31 pm
by greg
This shocks me, I have done every step with one exception, sudo apt-get clean and repeat the steps:

Code: Select all
sudo apt-get update
sudo apt-get install amsn



TheeMahn i tried what you suggested and got this result

Get:1 http://repoubuntusoftware.info harty/all amsn 0.97.2-1~getdeb1 [3556kB]
Fetched 415B in 0s (1760B/s)
Failed to fetch http://repoubuntusoftware.info/./amsn_0 ... _amd64.deb Size mismatch
E: Unable to fetch some archives, try running apt-get update or apt-get --fix-missing.

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 7:16 pm
by Zero Prime
The problem I have seems to be with the update for Ubuntu Tweak. This deb seems to be broken. I keep getting the error saying that it could not be found.

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 7:34 pm
by smuggly
Ive Got The Same Problem;W: Failed to fetch http://repoubuntusoftware.info/./ubuntu ... a1_all.deb
404 Not Found Smuggly

Re: "Having a problem with the Repo look no further..."

PostPosted: Fri Oct 17, 2008 11:42 pm
by TheeMahn
zivley wrote:
Cab wrote:dpkg: error processing /var/cache/apt/archives/ultimate-edition-theme-pack-2_2.0_all.deb (--unpack):
trying to overwrite `/usr/share/backgrounds/ultimate_edition_2.0.png', which is also in package ultimate-edition-theme-1.9.9
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/ultimate-edition-theme-pack-2_2.0_all.deb

I have deleted the file purged and reinstalled the theme package and I still get this error. :? I talked to
Thee Mahn and it (the repo) has been fixed but I have to figure out mine now..
I'll give up and update to 2.0 soon anyway but thought this was a weird one. I would share with you all.
Cab


Hey Cab, sorry for the dumb question, but I must ask, didn't you forget to add 'sudo" to the beginning of the command, did you??? ;)

Here's what you can try:
Code: Select all
sudo dpkg -r ultimate-edition-theme-1.9.9 ultimate-edition-theme-pack-2_2.0
sudo dpkg -P !$
sudo rm -rf  /usr/share/backgrounds/ultimate_edition_2.0.png
sudo dpkg -i ultimate-edition-theme-pack-2_2.0


Or you can just wait to upgrade to Ultimate Edition 2.0...
Ziv


Damn Ziv, I did not know you had it in you... Please educate an admin ;) Keep going you will be red.

However, I would have done it slightly different:
Code: Select all
sudo apt-get remove --purge ultimate-edition-theme-pack-2
sudo apt-get update #incase he is using old repo
sudo apt-get clean #to prevent it from using locally stored debs
sudo apt-get install ultimate-edition-theme-pack-2


2 of the above statements are most likely not needed and commented, but I do like to ensure results. He is on a fat pipe so downloading even it it was the larger theme pack I wrote he would not care, 500MB for themes is a show stopper to me.

Watch close as Ultimatix -6 release drops, it really does present a wakeup call. I wish you could see it in "realtime" as I do. Eventually, I may write it to allow the end user to upgrade from 2.0 to 2.1 etc. That was my plan with the upgrade script (Ultamatix I intend to integrate into ubiquity eventually), come to think of it where is my mime based installer? It is coming. Hopefully redteam can take over my "TUM" project I will be sending him the source code Monday. To be honest, I am tired of programming, the only "job" I should have is making Ultimate Edition 2.0 final correct? Not maintaining the repos, not the forums, not writing webpages, software, servers... the list goes on ;)

By the way what you do on the "site you are admining" will be directly related to the mime based software programing I am refering to. Ever heard of "Click and run" Click on a link on a webpage and it installs it for you, costs money, mine will do the same, but will be free. Thanks for unlimited bandwidth on multiple servers ;)

TheeMahn

Re: "Having a problem with the Repo look no further..."

PostPosted: Sat Oct 18, 2008 1:13 am
by smuggly
Ive Got Update Problems Again;W: Failed to fetch http://repoubuntusoftware.info/./ubuntu ... a1_all.deb
404 Not Found......Are We Having Problems With The Repo Again?Ive Read News Forum Post Solved But,I Cant Get It.I Put The Test Repo In But It Didnt Solve Anything.I Also Disabled The Regular Repo Ultimate Edition In Synaptic.Still The Same.Anyone Have Any Info?Im Still Running 1.8X64UE
Thanks Smuggly
Ok I Downloaded & Installed Ubuntu Tweak With Deb Pkg Installer Then The Updates Finished,However Ive Got A Bunch In Update Mgr.Greyed Out And Its Still Saying Something About A Partial Upgrade? Someone Please HELP?