Bad file /etc/apt/apt.conf.d/00proxy generated by installer

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
achelminski
Posts: 5
Joined: Tue May 10, 2022 8:41 am

Bad file /etc/apt/apt.conf.d/00proxy generated by installer

Post by achelminski » Thu Aug 25, 2022 8:45 am

Hello,

When reinstalling some Satellite using eve-pro-v5.20220609.iso, I noticed that the file /etc/apt/apt.conf.d/00proxy generated by the eve setup script has issue and APT fail once rebooted.
The file generated is:
Acquire::http::Proxy http://proxy.domain.com:8080/
Acquire::https::Proxy http://proxy.domain.com:8080/
Acquire::ftp::Proxy http://proxy.domain.com:8080/

And it should be:
Acquire::http::Proxy "http://proxy.domain.com:8080/";
Acquire::https::Proxy "http://proxy.domain.com:8080/";
Acquire::ftp::Proxy "http://proxy.domain.com:8080/";

Lines must end with ;
Thanks.
Alexandre
Running EVE PRO Version 5.0.1-20 on a cluster of 3 servers

Post Reply