Ubuntu repositories only throw error if accessed
Status: Beta
Brought to you by:
felfert
Err http://download.opensuse.org ./ Packages
404 Not Found
W: Failed to fetch http://download.opensuse.org/repositories/home:/felfert/xUbuntu_12.10/./Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
In /etc/apt/sources.list.d/opennx.list I have:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_12.04 ./
as given on http://opennx.net/download.html
BTW:
Any plans to add Xubuntu 14.04, 14.10, 15.04 support?
I am also experiencing this error, but I've noticed that you can manually browse the OpenSUSE repo via web browser.
Update: Actually my error is slightly different, as I was using the line
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_12.10 ./
in my apt-get sources list. Switching to the following solved my problem:
deb http://download.opensuse.org/repositories/home:/felfert/xUbuntu_12.04 ./
It is very odd that you have 12.04 in your apt-get sources list but are trying to fetch from 12.10. Do you perhaps have two source lists with conflicting repo lines (i.e., one at /etc/apt/sources.list.d/opennx.list and the other being the conventional /etc/apt/sources.list)?