On Thu, Nov 16, 2023 at 01:08:50PM +0300, Reco wrote:
What you have is approx.socket unit, which causes systemd to listen on
tcp:9999.
On each incoming connection
"approx@<local-ip>:<local-port>-<remote-ip>:<remote-port>.service" is
started. That service is only used to serve that particular connection,
and is terminated after.
Thus, there's nothing to restart. You just edit /etc/approx/approx.conf,
and try your changes immediately.
I am trying to do another netinstall of Debian 12 on a Lenovo G570
laptop.
Both the target machine (192.168.1.25) and the approx server
(192.168.1.30) are in my LAN. The approx server is a fresh install of
Debian 12.
The approx.conf file has only two lines uncommented (should I add "us"?):
debian http://fpt.debian.org/debian
security http://security.debian.org/debian-security
In netinstall, under CONFIGURE THE PACKAGE MANAGER, I have specified
the debian archive mirror hostname:
192.168.1.30:9999
and debian archive mirror directory:
/debian/
Scanning the archive mirror produces the "red screen of death" BAD
ARCHIVE MIRROR. Virtual console 4 says: "WARNING **: mirror does not
support the specified release"
RLH