[SOLVED] apt-get update error backbox 4

Started by sentinus, February 18, 2015, 01:53:50 AM

Previous topic - Next topic

sentinus

hi to all the brothers in this forum..first i should say something about backbox its really great.i know it is not like kali.because i think kali belongs to system who operate the world of internet...thats why backbox realy useful..  i have a problem.when i type apt-get update in my backbox 4 i recieve a problem like this... i know its turkish many of my brothers cant read but you will understand what i mean to.. how can i fix this problem...thanks 4 your comminty..


Alınıyor: 14 http://archive.ubuntu.com trusty-security/restricted i386 Packages [8.846 B]
Alınıyor: 15 http://archive.ubuntu.com trusty-security/universe i386 Packages [87,3 kB]
Alınıyor: 16 http://archive.ubuntu.com trusty-security/multiverse i386 Packages [3.624 B]
Bağlandı  http://archive.ubuntu.com trusty-security/multiverse Translation-en
Bağlandı  http://archive.ubuntu.com trusty-security/restricted Translation-en
Bağlandı  http://archive.ubuntu.com trusty-security/universe Translation-en
Yoksay    http://archive.ubuntu.com trusty/multiverse Translation-tr_TR        
Yoksay    http://archive.ubuntu.com trusty/restricted Translation-tr_TR        
Yoksay    http://archive.ubuntu.com trusty/universe Translation-tr_TR          
8 sn.'de 632 kB alındı (71,0 kB/s)                                            
Paket listeleri okunuyor... Bitti
N: '/etc/apt/sources.list.d/' dizinindeki 'backbox-four-trusty.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor.
N: '/etc/apt/sources.list.d/' dizinindeki 'tor.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor.



and brothers thats my /sources.list
## 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://archive.ubuntu.com/ubuntu trusty-backports restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-backports restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu trusty-security restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-security restricted
deb http://archive.ubuntu.com/ubuntu trusty-security universe
deb-src http://archive.ubuntu.com/ubuntu trusty-security universe
deb http://archive.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-security 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 trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main




and also when i type nano /etc/apt/sources.list.d

it comes empty  there is nothing on it..

ZEROF

Hi,

Time to time repository can be down. Sometimes if you use Tor, you can have this error etc.. And it's not "nano /etc/apt/sources.list.d", try "cd /etc/apt/sources.list.d" because it's directory and not one config file. But i'm sure that if you run "nano /etc/apt/sources.list.d" and you look well on your terminal you will see that terminal will say you the same.

For this "error: N: '/etc/apt/sources.list.d/' dizinindeki 'tor.list.save' dosyası geçersiz bir dosya uzantısı olduğu için yok sayılıyor" do next.

https://forum.backbox.org/software-support/apt-get-problem/msg8560/#msg8560

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

sentinus

thanks brother.i did what you said.also i tried to install without tor...

i type

cd /etc/apt/sources.list.d/

ls

nano backbox-four-trusty.list.save

deb http://ppa.launchpad.net/backbox/four/ubuntu trusty main
# deb-src http://ppa.launchpad.net/backbox/four/ubuntu trusty main


IS THAT SOURCES TRUE?

nano tor.list.save


deb http://deb.torproject.org/torproject.org trusty main


thats my .save files can you fix my wrong about thats code

or what you said about sometimes we can get this error its normal or my source are wrong?

thanks for your helps...



ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

sentinus

# deb cdrom:[BackBox Linux 4.1 - Release i386]/ trusty main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu trusty restricted
deb-src http://archive.ubuntu.com/ubuntu trusty restricted

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

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. 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 trusty universe
deb-src http://archive.ubuntu.com/ubuntu trusty universe
deb http://archive.ubuntu.com/ubuntu trusty-updates universe
deb-src http://archive.ubuntu.com/ubuntu trusty-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 trusty multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-updates multiverse

## 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://archive.ubuntu.com/ubuntu trusty-backports restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty-backports restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu trusty-security restricted
deb-src http://archive.ubuntu.com/ubuntu trusty-security restricted
deb http://archive.ubuntu.com/ubuntu trusty-security universe
deb-src http://archive.ubuntu.com/ubuntu trusty-security universe
deb http://archive.ubuntu.com/ubuntu trusty-security multiverse


can you check my sources?? do you see anything wrong?

ZEROF

This is mine:

# deb cdrom:[BackBox Linux 4.0 - Release i386]/ trusty main multiverse restricted universe

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty main restricted

# deb http://fr.archive.ubuntu.com/ubuntu/ vivid main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ vivid main restricted

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

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty universe
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-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://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## 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://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security 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 trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main


But I'm not sure if it's default.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

sentinus

thanks 4 everthing... if you come to turkiye please write b4...

ZEROF

I was last summer in Instanbul, not for long time and only on airport :). But thanks. Can i mark topic as SOLVED?

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

sentinus

next summer stay a few days :D  thanks of course SOLVED.