środa luty 06, 2008
Linux BrandZ Debian apt-get
Po zainstalowaniu Debiana w BrandZ mamy problem z apt-get'em.
Aby to działało należy wykomentować następujące linie w pliku
/usr/share/perl5/Debconf/DbDriver/File.pm
# if (! $this->{readonly}) {
# flock($this->{_fh}, LOCK_EX | LOCK_NB) or
# $this->error("$this->{filename} is locked by another process");
# }
i trzeba pamiętać o tym, aby apt-get'a nie uruchamiać równolegle :).
Posted at 04:03PM lut 06, 2008 by Maciej Browarski in Linki | Comments[0]