Problems deinstalling apache2 (from trac) in FAI

Michael Tautschnig mt at debian.org
Wed Apr 15 22:33:43 CEST 2009


> > Henning Sprang [Wed, Apr 08, 2009 at 04:57:25PM +0200]:
> > > Nico -telmich- Schottelius wrote:
> > > > - using "-apache2" just resulted in "package not found" error
> > > 
> > > I never used that myself, but isn't it apache2- ?
> > 
> > Oh, yes, sorry!
> > 
> > > >  - Why does removing fail?
> > > 
> > > Can you try to run FAI in verbose mode and see if that gives some more
> > > error information? Or dig deeper into the logs...
> > 
> > It's already running in verbose mode.
> > I'm currently trying to use aptitude (without -r) to install trac to not
> > have recommends installed.
> > 
> 
> I'm installing the attached file (DEFAULT, to get it on each an every host) as
> /etc/apt/apt.conf via fcopy -Bi /etc/apt/apt.conf in my hook updatebase.DEFAULT.
> That will ensure that it is used for all kinds of packages installations during
> a FAI run. Most notably this file has APT::Install-Recommends set to "false".
> 

Well, it might have been better if I had actually attached that file... Sorry,
here we go now.

Best,
Michael

-------------- next part --------------
APT 
{
  Install-Recommends "false";
  // Options for apt-get
  Get 
  {
     Assume-Yes "true";     
     Fix-Missing "true";     
     Show-Upgraded "true";
     Purge "true";		// really purge! Also removes config files
     List-Cleanup "true";
     ReInstall "false";
     // AllowUnauthenticated 1;
  };
};
     
Acquire
{
  http
  {
    No-Cache "true";
  };
};

DPkg 
{
  Options {
	  "--abort-after=4711";	  // a magic number in cologne ;-)
	  "--force-confdef";
	  }
};

Aptitude
{
  Delete-Unused "false";
};

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.uni-koeln.de/pipermail/linux-fai-devel/attachments/20090415/a6d26860/attachment.bin 


More information about the linux-fai-devel mailing list