Failure to upgrade


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Failure to upgrade
# 1  
Old 01-29-2019
Failure to upgrade

Hi,
I'm trying a routine upgrade of my Linux system (Kali) by doing the usual:
Code:
$ apt-get update
$ aptitude safe-upgrade

That usually works fine but this time the apt-get update works as usual but I get the following error message for each file that should be downloaded by aptitude:
Code:
Err http://http.kali.org/kali kali-rolling/main amd64 bash-doc all 5.0-2
   404  Not Found [IP: 192.99.200.113 80]

And finally:
Code:
...
0% [Working]E: Failed to fetch http://http.kali.org/kali/pool/main/b/bash/bash_5.0-2_amd64.deb: 404  Not Found [IP: 192.99.200.113 80]
  E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages

Trying the advice
Code:
$ sudo aptitude -o APT::Get::Fix-Missing=true

didn't help.

Pinging the address works fine.
What could be the problem?
# 2  
Old 01-29-2019
The server is up... but not the web server on it?
# 3  
Old 01-30-2019
Typing the address in the browser gives me that standard Apache2 Debian Default page. It could be that the server is in maintenance mode.

But should upgrade packages come from that address - 192.99.200.113 80 ? 80 is the http port, right?

The domain name is http.kali.org. Indeed, a reverse lookup of 192.99.200.113 results in http.kali.org or debe.kali.org.

How does aptitude determine the ip address and port number from where to get the files?

--- Post updated 01-30-19 at 06:31 AM ---

Well, the updates started working again a few hours later.
man sources.list answered a few questions - including a lot of those that I didn't have yet.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

FTP failure

Hi, We have a external vendor (outside firewall), who used to connect our ftp server till 2 days back. I am not able to figure out, what was changed. Now he is not able to login. When I login to ftp server (from inside firewall), I am able to connect with credentials. When that vendor login... (4 Replies)
Discussion started by: solaris_1977
4 Replies

2. Shell Programming and Scripting

Build failure

Hey everyone, I'm using Linux Mint Debian Edition Gnome, and I'm trying to add the Oracle JDK to the repositories using this simple script, which has never let me down before, but it keeps giving me this error every time I run it, here's my output: eddie_nygma@enigmatics ~ $ sudo ./oab-java.sh ... (0 Replies)
Discussion started by: Quizmaster
0 Replies

3. UNIX for Dummies Questions & Answers

boot up failure unix sco after power failure

hi power went out. next day unix sco wont boot up error code 303. any help appreciated as we are clueless. (11 Replies)
Discussion started by: fredthayer
11 Replies

4. UNIX for Advanced & Expert Users

su failure

Usually when su rejects an attempt to switch user it responds with "Sorry" but with a certain username on some unix servers the response is "Killed". I'm guessing the su accepted the username/password but refused to spawn child shell with the specified username. What's causing this and what has to... (8 Replies)
Discussion started by: twk
8 Replies

5. UNIX for Advanced & Expert Users

dtdbcache failure

Hi, I'm using WRQ Reflections 12.0.6 on Windows XP to open a Xsession to HP 11.11 server. After providing password, the CDE window is displayed and then receive a "dtdbcache failure" message "Couldn't recreate the Desktop Actions/Datatypes Database. Check disk space and/or permissions." I... (3 Replies)
Discussion started by: Leese
3 Replies

6. HP-UX

Disk Failure

I am new to being a Unix admin and have a question about replacing some hardware. I have a K class box using HP-UX 10.20 with three disks. Two of the drives are in one logical volume. Every 3 or 4 days, the syslog is showing that one of these drives is experiencing "POWERFAILED" and then recovering... (6 Replies)
Discussion started by: SemiOfCol
6 Replies

7. Programming

ld failure

Hi, I am using gmake to compile a c program with a makefile. The make file runs ld. I get the following error jsh1035c:/users/egate453/admegate/kapil/samples $ gmake -e -f GNUmakefile queue_c gmake -f ./GNUmakefile queue_c in_objdir=1 build_root=/users/egate453/admegate/kapil/samples... (2 Replies)
Discussion started by: handak9
2 Replies
Login or Register to Ask a Question