Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrme

Pages: [1]
1
The solution from J. A. Calvo

Code: [Select]
wget http://archive.ubuntu.com/ubuntu/pool/main/a/apt/libapt-pkg5.0_1.2.29_amd64.deb
sudo dpkg --install --force-downgrade libapt-pkg5.0_1.2.29_amd64.deb

Did not work for me, I got a 404 error.

Mrme's solution worked though and I am now up and running. Thank you!

Code: [Select]
wget https://launchpad.net/ubuntu/+archive/primary/+files/libapt-pkg5.0_1.2.29_amd64.deb
sudo dpkg --install --force-downgrade libapt-pkg5.0_1.2.29_amd64.deb

I'm glad I was of service. How have you not noticed until now? I hate to think how you discovered this box wasn't being updated..

2
I have closed off access to the machine through forwarded ports, and disabled external connections through the router, I have also ran apt-mark hold libapt-pkg5.0

I agree, the box should not be up, but I will keep an eye on the state of the machine and keep an eye on logins over SSH as well as any other HTTP / HTTPS service logs over the next few days. I hope there's a fix soon.

3
Seems to be fixed? https://i.imgur.com/Fb8cxI3.png

What steps would you suggest I take?

4
Those commands I ran in a VM, same state as the machine I noticed the issue on and running apt update/upgrade after reboot,I get told by apt that libapt-pkg5.0 is held back. About to apply this to the box I noticed it on, will report on actual, in use hardware after reboot.

5
Try these commands,
wget https://launchpad.net/ubuntu/+archive/primary/+files/libapt-pkg5.0_1.2.29_amd64.deb
sudo dpkg --install --force-downgrade libapt-pkg5.0_1.2.29_amd64.deb

6
Try these commands,
wget https://launchpad.net/ubuntu/+archive/primary/+files/libapt-pkg5.0_1.2.29_amd64.deb
sudo dpkg --install --force-downgrade libapt-pkg5.0_1.2.29_amd64.deb

8
I too am affected by this, is this a Zentyal or Ubuntu bug?

I'm not aware of Zentyal having any effect on apt, but I might be wrong, installed in a VM, no issues until Zentyal installed from mini.iso (my preferred way of installing Ubuntu, and then Zentyal on top)

Links to other posts (some are mine)
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1644643
https://answers.launchpad.net/ubuntu/+question/675775
https://askubuntu.com/questions/1088026/just-updated-the-apt-package-on-16-04-now-any-apt-command-gives-me-a-relocation?noredirect=1#comment1790050_1088026

9
Other modules / Re: DHCP stopped working after installing LTSP
« on: September 14, 2016, 05:51:00 pm »
That does not explain why DHCP stopped working! DHCP doesn't need Apache!

Sorry about bumping, but I needed help pretty quickly and I still don't have it. The box will be reinstalled as the help I asked for didn't come, and the box needs to work.

I'll try again with LTSP before I install the Zentyal stack.


10
Other modules / Re: DHCP stopped working after installing LTSP
« on: September 14, 2016, 11:46:59 am »
Bump!

11
Other modules / Re: DHCP stopped working after installing LTSP
« on: September 13, 2016, 08:11:56 pm »
I have just tried to generate a bug report log to upload, but that seems to have broken.

http://imgur.com/a/Gw7oA

12
Other modules / Re: DHCP stopped working after installing LTSP
« on: September 13, 2016, 08:00:50 pm »
I do believe it's 4.2, installed on top of Ubuntu 14.04. I can access the webmin.

I cannot access pages hosted by Apache. I see an error on boot, config failed or something similar.

13
Other modules / Re: DHCP stopped working after installing LTSP
« on: September 13, 2016, 07:46:31 pm »
It also seems I cannot access the webserver either. Machine has been rebooted

14
Other modules / DHCP stopped working after installing LTSP
« on: September 13, 2016, 07:43:12 pm »
I have removed LTSP, removed the DHCP server and reinstalled it with the same settings.

What can I do to try and fix this?

Pages: [1]