All of lore.kernel.org
 help / color / mirror / Atom feed
* Apt-get complains about volatile paths
@ 2013-05-07 11:39 Stefan Eichenberger
  0 siblings, 0 replies; only message in thread
From: Stefan Eichenberger @ 2013-05-07 11:39 UTC (permalink / raw)
  To: poky

Hi,

We are using apt in one of our project to exchange the actual packages
between the developers, so that updates can easily be installed. I've
noticed that there is a problem with /var/cache/apt/archives/partial and
/var/lib/apt/list/partial, because they are volatile, apt complains
about the path which is not available (e.g. Could not open lock file
/var/lib/apt/lists/lock - open (2 No such file or directory)).

I have two possible solutions for this problem, one is to make
/var/cache and /var/lib permanent, but what I saw in some discussions
before, this isn't a favorite solution. What I'm currently doing is to
create the directories on each start with an init.d script, if this is
an acceptable solution I can send a patch for that. The problem is that
then the package information are lost at each reboot (Isn't a problem in
our use case). Does someone have another solution/idea how to solve this
problem?

Regards,
Stefan


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-07 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 11:39 Apt-get complains about volatile paths Stefan Eichenberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.