|
Author | Topic: error in synaptic (Read 615 times) |
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
|  | error in synaptic « Thread Started on Dec 24, 2011, 8:54am » | |
I just installed SalineOS yesterday. everything works fine besides rhe following error I get in Synaptic: W: Ignoring file 'opera.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension W: Ignoring file 'opera.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/Release.gpg is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/contrib/i18n/Translation-en.bz2 is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/contrib/i18n/Translation-nl.bz2 is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/main/i18n/Translation-en.bz2 is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/main/i18n/Translation-nl.bz2 is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/non-free/i18n/Translation-en.bz2 is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van http://ftp.nl@euro.debian.org/debian/dists/squeeze/non-free/i18n/Translation-nl.bz2 is mislukt Kon 'ftp.nl@euro.debian.org' niet vinden
W: Ophalen van sommige indexbestanden is mislukt, deze zijn of genegeerd, of er zijn oudere versies van gebruikt. I hope you can read it because it is partly in dutch. What is the solution of this problem?
| |
|
mihail Full Member
   member is offline
Joined: Dec 2011 Gender: Male  Posts: 120 Location: Romania
|  | Re: error in synaptic « Reply #1 on Dec 24, 2011, 9:02am » | |
it seems some servers of debian's are down
try issue: su then password, hit enter and then apt-get update and hit enter again...
if still does not work, try in a few days...
|
|
|
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
|  | Re: error in synaptic « Reply #2 on Dec 24, 2011, 9:09am » | |
Hello Mihail, I did what you said, but it didn't work. I try in a few days again.
| |
|
aicardi New Member
 member is offline
![[avatar] [avatar]](http://aicardi.net/spyder-A3_100.jpg)
![[homepage] [homepage]](http://images.proboards.com/new/buttons/www_sm.png) Joined: Mar 2011 Gender: Male  Posts: 31
|  | Re: error in synaptic « Reply #3 on Dec 24, 2011, 12:03pm » | |
To me it looks like the sources are malformed.
Code:
Should look like:
Code:
As for the error on the *.save files. You can (as root) delete them.
Can you post the output of
Code:| cat /etc/apt/sources.list |
|
| |
|
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
| |
casey972oo Elder Member
     member is offline
![[avatar] [avatar]](http://images.proboards.com/avatars/redcreature.gif)
GNU/Linux
Joined: Apr 2011 Gender: Male  Posts: 647 Location: Martinique
|  | Re: error in synaptic « Reply #5 on Dec 24, 2011, 1:41pm » | |
Yeah ! ... Hi there ...
we had this problem with debian quit a while ago ... and it is the server ... next to you ... who will work for you ! ...
look at this posts about your problem ... maybe the answer is there allready ...
http://salinelinux.proboards.com/index.c....hread=333&page4 ...
this ... ' @euro.debian.org ' .. don't work !!! ... chose another one ... by take out the .. ' # ' .. in front of line ... and put in the ... ' # ' ... infront of this one which should not work for you ! ...
I don't know which one is the best for your location ... but you can find out about this ...
casey972oo
.
|
casey972oo .. on ' Packard Bell Butterfly ' ! ... ' Intel Pentium SU41oo ' ... with ' SalineOS 1.5 ' ... entire disk ! ... |
|
mihail Full Member
   member is offline
Joined: Dec 2011 Gender: Male  Posts: 120 Location: Romania
|  | Re: error in synaptic « Reply #6 on Dec 24, 2011, 1:52pm » | |
Molen,
su + password + enter
then write: mousepad /etc/apt/sources.list (I use gedit instead of mousepad, but whatever, a text editor)
then replace:
# Debian US mirror: deb http://ftp.nl@euro.debian.org/debian/ squeeze main contrib non-free # deb-src ftp://ftp.us.debian.org/debian/ squeeze main contrib non-free
with:
# Debian US mirror: deb http://http.us.debian.org/debian/ squeeze main contrib non-free # deb-src ftp://ftp.us.debian.org/debian/ squeeze main contrib non-free
save
then apt-get update as root. This should fix it.
|
|
|
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
| |
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
| |
petrek Senior Member
    member is offline
![[avatar] [avatar]](http://img543.imageshack.us/img543/3784/avatarebm.jpg)
Joined: Aug 2011 Gender: Male  Posts: 386 Location: Poland
|  | Re: error in synaptic « Reply #9 on Dec 25, 2011, 4:51am » | |
Dec 25, 2011, 3:57am, molen wrote:Then I tried the solution of Aicardi with ftp.nl I also got this:
N: Ignoring file 'opera.list.save' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
|
|
You have to rename it to opera.list. As root run
Code:| mv /etc/apt/sources.list.d/opera.list.save /etc/apt/sources.list.d/opera.list |
|
if you want opera repository. If not, just delete this file or move it to your backup directory.
|
Skallagrigg |
|
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
|  | Re: error in synaptic « Reply #10 on Dec 25, 2011, 5:41am » | |
Hello Petrek, When I followed your suggestion I got this in dutch: mv /etc/apt/sources.list.d/opera.list.save /etc/apt/sources.list.d/opera.list
| |
|
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
|  | Re: error in synaptic « Reply #11 on Dec 25, 2011, 5:45am » | |
Sorry, but this was not good. The right one is in dutch: mv /etc/apt/sources.list.d/opera.list.save /etc/apt/sources.list.d/opera.list mv: kan status van '/etc/apt/sources.list.d/opera.list.save' niet opvragen: Bestand of map bestaat niet
| |
|
petrek Senior Member
    member is offline
![[avatar] [avatar]](http://img543.imageshack.us/img543/3784/avatarebm.jpg)
Joined: Aug 2011 Gender: Male  Posts: 386 Location: Poland
|  | Re: error in synaptic « Reply #12 on Dec 25, 2011, 6:31am » | |
What do you get when you run this?
Code:| ls -al /etc/apt/sources.list.d/ |
|
|
Skallagrigg |
|
molen New Member
 member is offline
Joined: May 2011 Gender: Male  Posts: 22
|  | Re: error in synaptic « Reply #13 on Dec 25, 2011, 6:36am » | |
In Synaptic I got no error anymore, but in the terminal after your suggestion I got this: drwxr-xr-x 2 root root 4096 dec 25 11:48 . drwxr-xr-x 6 root root 4096 dec 25 11:48 .. -rw-r--r-- 1 root root 414 dec 25 11:48 opera.list -rw-r--r-- 1 root root 414 dec 25 11:48 opera.list.save
| |
|
mihail Full Member
   member is offline
Joined: Dec 2011 Gender: Male  Posts: 120 Location: Romania
|  | Re: error in synaptic « Reply #14 on Dec 25, 2011, 7:19am » | |
I think your issue is solved, without the opera.list thing...
The servers status are ok imo.
|
|
|
|