El Jueves, 15 de Noviembre de 2007, Eduard Bloch escribió: > #include <hallo.h> > > * Sergi Barroso Terradas [Thu, Nov 15 2007, 08:17:46PM]: > > Package: apt-cacher-ng > > Version: 0.1-2 > > Severity: important > > > > After installing 0.1-2 package it can't start because bind: Address > > already in use. > > > > I doesn't have nothing using this socket port, even I tried to chenge it > > in /etc/apt-cacher-ng/acng.conf. > > First, please show me your acng.conf. Second, run: > > fuser -v -n tcp 3142 > > (as root or with sudo, for the port you configured) and show me the output. > > Regards, > Edaurd.
My acng.conf is default config (attached). The output of fuser is blank, nothing runs at this socket, but, this error shows with all sockets. -- Sergi Barroso Linux user #313577 PGPID: 287913B4 http://www.lionclan.org
# Letter case in directive names does not matter. Must be separated with colons. CacheDir: /var/cache/apt-cacher-ng # set empty to disable logging LogDir: /var/log/apt-cacher-ng # TCP (http) port # Set to 9999 to emulate apt-proxy Port:3142 # Repository remapping. See README for details. # In this example, backends file is generated during package installation. Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Set to 0 to store only type, time and transfer sizes. # 1 -> client IP and relative local path are logged too # VerboseLog: 1 # Virtual page accessible in a web browser to see statistics and status # information, i.e. under http://localhost:3142/acng-report.html ReportPage: acng-report.html # Socket file for accessing through local UNIX socket rather than TCP # SocketPath:/var/run/apt-cacher-ng/socket # Minimum verbosity to stdout/stderr, set 0 to be quiet # Verbose: 0 # # Debug level, only working with -debug version # Warning, writes a lot into apt-cacher.err logfile # Debug:3 # Don't detach from the console # ForeGround: 0 # Store the pid of the daemon process therein # PidFile: /var/run/apt-cacher-ng/pid # Forbid outgoing connections, work around them or respond with 503 error # offlinemode:0 # Forbid all downloads that don't run through preconfigured backends (.where) #ForceManaged: 0 #Proxy: http://www-proxy.example.net:80 #proxy: http://username:[EMAIL PROTECTED]:3128 # Days before considering an unreferenced file expired (to be deleted). # Warning: if the value is set too low and particular index files are not # available for some days (mirror downtime) there is a risk of deletion of # still usefull package files. ExTreshold: 14 # Replace some Windows/DOS-FS incompatible chars when storing # StupidFs: 0 # Don't touch this # MaxSpareThreadSets: 2
signature.asc
Description: This is a digitally signed message part.

