F5F Stay Refreshed Software Operating Systems Configure dpkg to handle stuck HTTP requests

Configure dpkg to handle stuck HTTP requests

Configure dpkg to handle stuck HTTP requests

Pages (2): 1 2 Next
D
DanielEmpire
Posting Freak
781
03-12-2016, 04:13 AM
#1
Attempted to remove certain programs via Ubuntu Software, encountered an issue requiring manual execution of the command sudo dpkg --configure -a. After running it, the process halts with "HTTP request sent, awaiting response...". Tried various networks but it didn't resolve. Appears to be linked to Adobe Flash based from prior messages. It might be attempting to reach a non-existent link. If this is the case, consider the optimal solution for fixing it. Thanks ahead.
D
DanielEmpire
03-12-2016, 04:13 AM #1

Attempted to remove certain programs via Ubuntu Software, encountered an issue requiring manual execution of the command sudo dpkg --configure -a. After running it, the process halts with "HTTP request sent, awaiting response...". Tried various networks but it didn't resolve. Appears to be linked to Adobe Flash based from prior messages. It might be attempting to reach a non-existent link. If this is the case, consider the optimal solution for fixing it. Thanks ahead.

K
Kidsirap
Junior Member
1
03-12-2016, 11:20 PM
#2
Adobe discontinued Flash completely on January 1st. Pepperflash is a Google-supported version of Flash Player for Chrome and Chromium browsers. It’s likely you won’t need it anymore, as no sites use Flash today. Consider running `sudo apt purge pepperflashplugin-nonfree` to remove it.
K
Kidsirap
03-12-2016, 11:20 PM #2

Adobe discontinued Flash completely on January 1st. Pepperflash is a Google-supported version of Flash Player for Chrome and Chromium browsers. It’s likely you won’t need it anymore, as no sites use Flash today. Consider running `sudo apt purge pepperflashplugin-nonfree` to remove it.

M
Mastera616
Member
163
03-13-2016, 12:36 AM
#3
M
Mastera616
03-13-2016, 12:36 AM #3

O
OwenWRN
Member
60
03-13-2016, 01:22 AM
#4
According to @Master Disaster, flash is no longer supported. Upon closer inspection of the output, you'll notice this: an HTTP request was sent and a response is pending... 302 Found Location points to Adobe's end-of-life page for Flash. The dpkg service is trying to redirect you to another URL, which is essentially a message indicating Adobe Flash has reached its end of life. If you open that link in a browser, you'll see the warning about Flash being discontinued. Follow the instructions in the message to complete the update process.
O
OwenWRN
03-13-2016, 01:22 AM #4

According to @Master Disaster, flash is no longer supported. Upon closer inspection of the output, you'll notice this: an HTTP request was sent and a response is pending... 302 Found Location points to Adobe's end-of-life page for Flash. The dpkg service is trying to redirect you to another URL, which is essentially a message indicating Adobe Flash has reached its end of life. If you open that link in a browser, you'll see the warning about Flash being discontinued. Follow the instructions in the message to complete the update process.

V
valkyrie115
Member
65
04-03-2016, 01:22 AM
#5
Your concerns are valid. Since you can't install or remove software until the flash player issue is resolved, here are some steps you can take:

- Check if there are any updates or patches for the flash player.
- Try restarting your device to see if that resolves the problem.
- If possible, contact the support team for the specific application or platform to get guidance.
- Consider using alternative methods or tools that don’t rely on flash player.
V
valkyrie115
04-03-2016, 01:22 AM #5

Your concerns are valid. Since you can't install or remove software until the flash player issue is resolved, here are some steps you can take:

- Check if there are any updates or patches for the flash player.
- Try restarting your device to see if that resolves the problem.
- If possible, contact the support team for the specific application or platform to get guidance.
- Consider using alternative methods or tools that don’t rely on flash player.

B
BlaziKDan
Member
60
04-04-2016, 06:30 PM
#6
Follow the instructions in the error message carefully. Run 'sudo dpkg --configure -a' to fix the issue. After resolving it, you can delete the problematic package and any extra repositories from your sources.
B
BlaziKDan
04-04-2016, 06:30 PM #6

Follow the instructions in the error message carefully. Run 'sudo dpkg --configure -a' to fix the issue. After resolving it, you can delete the problematic package and any extra repositories from your sources.

M
MageOfGaming
Junior Member
36
04-04-2016, 09:39 PM
#7
That’s the issue I’m facing. After executing the sudo dpkg --configure -a command, the script attempts to link back to the Flash Player page again. The code I shared was placed right after that step.
M
MageOfGaming
04-04-2016, 09:39 PM #7

That’s the issue I’m facing. After executing the sudo dpkg --configure -a command, the script attempts to link back to the Flash Player page again. The code I shared was placed right after that step.

P
PedroO_
Senior Member
522
04-04-2016, 10:20 PM
#8
Since you've set up extra sources with that URL, check " /etc/apt/sources.list.d/… ". Likely a file like "adobe.source" exists there and should be removed or commented out. ~Note: The link might also appear directly in /etc/apt/sources.list instead of in a separate file.
P
PedroO_
04-04-2016, 10:20 PM #8

Since you've set up extra sources with that URL, check " /etc/apt/sources.list.d/… ". Likely a file like "adobe.source" exists there and should be removed or commented out. ~Note: The link might also appear directly in /etc/apt/sources.list instead of in a separate file.

O
OvelhaComAVC
Member
54
04-12-2016, 02:02 PM
#9
No results found, only a list of sources related to Opera files.
O
OvelhaComAVC
04-12-2016, 02:02 PM #9

No results found, only a list of sources related to Opera files.

F
FistMeAway
Member
225
04-22-2016, 08:26 AM
#10
Yes, the mistake was mine. The sources.list.d file is accurate. The URL might also appear in /etc/apt/sources.list directly.
F
FistMeAway
04-22-2016, 08:26 AM #10

Yes, the mistake was mine. The sources.list.d file is accurate. The URL might also appear in /etc/apt/sources.list directly.

Pages (2): 1 2 Next