mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] rootfs: package
Date: Tue, 4 Dec 2018 13:58:31 +0100	[thread overview]
Message-ID: <20181204125831.foo44hhy5jfzg6ee@pengutronix.de> (raw)
In-Reply-To: <CAA0ZWqZCO2od2EMHox+4QUQToek03bqLFk=UF1cZnr3JGrR_zA@mail.gmail.com>

On Tue, Dec 04, 2018 at 01:47:45PM +0100, Andreas Friesen wrote:
> DESTDIR="/home/friesen/rootfs/rootfs0"  strace -orootfs.log  opkg -f
> "/home/friesen/rootfs/opkg.conf" -o "/home/friesen/rootfs/rootfs0/" install
> rootfs_1.0.0_armhf.ipk
> ââ[$] <> cat rootfs.log| grep run
[...]
> mkdir("/home/friesen/rootfs/rootfs0///usr/local/var/run", 0777) = 0
> chmod("/home/friesen/rootfs/rootfs0///usr/local/var/run", 0755) = 0
> creat("/home/friesen/rootfs/rootfs0///usr/local/var/run/opkg.lock", 0640) =
> 4
[...]
> DESTDIR="/home/friesen/rootfs/rootfs" strace -orootfs0.log
>  /home/friesen/gitlab/quantumx-master/projects/ppc/ptx-multi/platform-soc/sysroot-host/bin/opkg
> -f "/home/friesen/rootfs/opkg.conf" -o "/home/friesen/rootfs/rootfs/"
> install  rootfs_1.0.0_armhf.ipk
> ââ[$] <> cat rootfs0.log| grep run
[...]
> mkdir("/home/friesen/rootfs/rootfs///var/run", 0777) = 0
> chmod("/home/friesen/rootfs/rootfs///var/run", 0755) = 0
> creat("/home/friesen/rootfs/rootfs///var/run/opkg.lock", 0640) = 4

The opkg.conf template contains this:

option  lock_file /var/lock/opkg.lock

As a result, the lock file is created there and I don't see this error.
I'm guessing, that you have a custom opkg.conf without this entry.
You need to add it with a path outside of /var/run.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-12-04 12:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-29  7:35 Andreas Friesen
2018-12-03 22:38 ` Andreas Friesen
2018-12-04  7:50   ` Michael Olbrich
2018-12-04  9:40     ` Andreas Friesen
2018-12-04 10:40       ` Michael Olbrich
2018-12-04 11:47         ` Andreas Friesen
2018-12-04 11:53           ` Andreas Friesen
2018-12-04 11:58             ` Michael Olbrich
2018-12-04 12:47               ` Andreas Friesen
2018-12-04 12:58                 ` Michael Olbrich [this message]
2018-12-04 13:25                   ` Andreas Friesen
2018-12-04 13:39                     ` Michael Olbrich
2018-12-05  6:32                       ` Andreas Friesen
2018-12-04  7:49 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181204125831.foo44hhy5jfzg6ee@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox