Public bug reported:

While attempting to upgrade Ubuntu release versions (from 18.10 to
19.04), I have received the following error message since yesterday
afternoon (appx. 1600hrs UTC):

```
Fetching
Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6
  403  Forbidden [IP: 91.189.88.161 80]
Fetched 0 B in 0s (0 B/s)
Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6
  403  Forbidden [IP: 91.189.88.161 80]
Fetched 0 B in 0s (0 B/s)
Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6
  403  Forbidden [IP: 91.189.88.161 80]
Fetched 0 B in 0s (0 B/s)

Could not download the upgrades

The upgrade has aborted. Please check your Internet connection or
installation media and try again. All files downloaded so far have
been kept.

Failed to fetch
http://archive.ubuntu.com/ubuntu/pool/main/n/nmap/nmap-common_7.70+dfsg1-6_all.deb
403 Forbidden [IP: 91.189.88.161 80]

Restoring original system state

Aborting
Reading package lists... Done
Building dependency tree
Reading state information... Done
```

Likewise, attempting to use the GUI returns a similar error.

When I ran `curl 91.189.88.161`, it returns the HTML for the Debian
Apache defaul config page:

```
root@cellcontrol_devops:~# curl 91.189.88.161

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
  <!--
    Modified from the Debian original for Ubuntu
    Last updated: 2014-03-19
    See: https://launchpad.net/bugs/1288690
  -->
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Apache2 Ubuntu Default Page: It works</title>
    <style type="text/css" media="screen">

# A bunch of redacted lines go between the above and below

<div class="content_section_text">
          <p>
                Please use the <tt>ubuntu-bug</tt> tool to report bugs in the
                Apache2 package with Ubuntu. However, check <a
                
href="https://bugs.launchpad.net/ubuntu/+source/apache2";>existing
                bug reports</a> before reporting a new bug.
          </p>
          <p>
                Please report bugs specific to modules (such as PHP and others)
                to respective packages, not to the web server itself.
          </p>
        </div>

      </div>
    </div>
    <div class="validator">
    </div>
  </body>
</html>
```

Current release of Ubuntu:
```
root@cellcontrol_devops:~# lsb_release -rd
Description:    Ubuntu 18.10
Release:        18.10
```

** Affects: nmap (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "Screen cap of the GUI Error"
   
https://bugs.launchpad.net/bugs/1827205/+attachment/5260493/+files/GUI_Error.png

** Description changed:

  While attempting to upgrade Ubuntu release versions (from 18.10 to
  19.04), I have received the following error message since yesterday
  afternoon (appx. 1600hrs UTC):
  
  ```
  Fetching
- Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6                      
-   403  Forbidden [IP: 91.189.88.161 80]                                       
                          
- Fetched 0 B in 0s (0 B/s)                                                     
                          
- Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6                      
-   403  Forbidden [IP: 91.189.88.161 80]                                       
                          
- Fetched 0 B in 0s (0 B/s)                                                     
                          
- Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6                      
-   403  Forbidden [IP: 91.189.88.161 80]                                       
                          
- Fetched 0 B in 0s (0 B/s)                                                     
                          
+ Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6
+   403  Forbidden [IP: 91.189.88.161 80]
+ Fetched 0 B in 0s (0 B/s)
+ Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6
+   403  Forbidden [IP: 91.189.88.161 80]
+ Fetched 0 B in 0s (0 B/s)
+ Err http://archive.ubuntu.com/ubuntu disco/main amd64 nmap-common all 
7.70+dfsg1-6
+   403  Forbidden [IP: 91.189.88.161 80]
+ Fetched 0 B in 0s (0 B/s)
  
  Could not download the upgrades
  
- The upgrade has aborted. Please check your Internet connection or 
- installation media and try again. All files downloaded so far have 
- been kept. 
+ The upgrade has aborted. Please check your Internet connection or
+ installation media and try again. All files downloaded so far have
+ been kept.
  
- Failed to fetch 
- 
http://archive.ubuntu.com/ubuntu/pool/main/n/nmap/nmap-common_7.70+dfsg1-6_all.deb
 
- 403 Forbidden [IP: 91.189.88.161 80] 
- 
+ Failed to fetch
+ 
http://archive.ubuntu.com/ubuntu/pool/main/n/nmap/nmap-common_7.70+dfsg1-6_all.deb
+ 403 Forbidden [IP: 91.189.88.161 80]
  
  Restoring original system state
  
  Aborting
- Reading package lists... Done    
- Building dependency tree          
+ Reading package lists... Done
+ Building dependency tree
  Reading state information... Done
  ```
  
  Likewise, attempting to use the GUI returns a similar error.
  
  When I ran `curl 91.189.88.161`, it returns the HTML for the Debian
  Apache defaul config page:
  
  ```
- root@cellcontrol_devops:~# curl 91.189.88.152
+ root@cellcontrol_devops:~# curl 91.189.88.161
  
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  <html xmlns="http://www.w3.org/1999/xhtml";>
-   <!--
-     Modified from the Debian original for Ubuntu
-     Last updated: 2014-03-19
-     See: https://launchpad.net/bugs/1288690
-   -->
-   <head>
-     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-     <title>Apache2 Ubuntu Default Page: It works</title>
-     <style type="text/css" media="screen">
+   <!--
+     Modified from the Debian original for Ubuntu
+     Last updated: 2014-03-19
+     See: https://launchpad.net/bugs/1288690
+   -->
+   <head>
+     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+     <title>Apache2 Ubuntu Default Page: It works</title>
+     <style type="text/css" media="screen">
  
  # A bunch of redacted lines go between the above and below
  
  <div class="content_section_text">
-           <p>
-                 Please use the <tt>ubuntu-bug</tt> tool to report bugs in the
-                 Apache2 package with Ubuntu. However, check <a
-                 
href="https://bugs.launchpad.net/ubuntu/+source/apache2";>existing
-                 bug reports</a> before reporting a new bug.
-           </p>
-           <p>
-                 Please report bugs specific to modules (such as PHP and 
others)
-                 to respective packages, not to the web server itself.
-           </p>
-         </div>
+           <p>
+                 Please use the <tt>ubuntu-bug</tt> tool to report bugs in the
+                 Apache2 package with Ubuntu. However, check <a
+                 
href="https://bugs.launchpad.net/ubuntu/+source/apache2";>existing
+                 bug reports</a> before reporting a new bug.
+           </p>
+           <p>
+                 Please report bugs specific to modules (such as PHP and 
others)
+                 to respective packages, not to the web server itself.
+           </p>
+         </div>
  
- 
- 
-       </div>
-     </div>
-     <div class="validator">
-     </div>
-   </body>
+       </div>
+     </div>
+     <div class="validator">
+     </div>
+   </body>
  </html>
  ```
  
- Current release of Ubuntu:  
+ Current release of Ubuntu:
  ```
  root@cellcontrol_devops:~# lsb_release -rd
  Description:  Ubuntu 18.10
  Release:      18.10
  ```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1827205

Title:
  DL/Install Server returns Apache default config page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1827205/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to