From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6930138979362668544 X-Received: by 2002:a2e:6a11:: with SMTP id f17mr9743456ljc.14.1613552523824; Wed, 17 Feb 2021 01:02:03 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:bc11:: with SMTP id b17ls211481ljf.7.gmail; Wed, 17 Feb 2021 01:02:02 -0800 (PST) X-Google-Smtp-Source: ABdhPJxNbDTQjEMbbaYPB45eOYnW1Nzj1rNyKWIvzV4QfSpj2/bAjT+KMjntCfurY3ccPvSWQJMg X-Received: by 2002:a2e:a16b:: with SMTP id u11mr13874972ljl.164.1613552522739; Wed, 17 Feb 2021 01:02:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613552522; cv=none; d=google.com; s=arc-20160816; b=gWROxQW8YxtNROUQzMAJF89qVbriKLJ3EntL6PvnhcYVRuaiVHus1F1RxKImAd4F8o wT0j11jUSx0BO84PuHAUrq29fJud8vdJPGChXMVA73kNBttKqn7vbmt/msBQ9kwhFDRN cVdZWURZQwk6NajV8pgDdbfg3Jeb1w7LpMnx26t79m1OxdCBPY/uvBrf/1bu9X2br1s3 5yySkBOU41f7kdlFy/biaZ8bLoUU8KdgMXwPPX1XAthzut5GVbwCxgPJ+lVKAmObpnSk BIiVybIPEsYsyUJ/SzOPaYnknkJVNpFC7DHnf/jFgumCXRWPDNAuiNkzGhIQnX1zFAlg bNTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=f2xaNBKgzVcFq91Lg5pf06s2v1FkFlWEAXp5mHmlg/k=; b=qdkhoZQwjidlXKwKOKg5aUHlVabDmO2ZrjzMvQS8hD995c5BbDCJx1JePjBd0Fjvm4 n3/KVg1MTrBO1zFZESBIwnKdY5/9h9k0bAO2verzgI/Im6J3B4aJoVN9NrDUGtFrFDU9 qTt5ypJqBIOblCmbEkUeos1gLVjy4+mD+IeyFRrqspzKsBUIv0sWLJ48buWTHvt2XEjY FK0GCdIqhp5G5b0PPI1X0DWpuLDCO1KNonU1WkEWn+OITH9nYEN7WQEhdtGrn3R1U+FW NshFQZ11UWcT14ymdnLB8bufnMIiRToe92xJWSTAM/bqrBUl/rgLOagAxQGFiTJGViE3 u0DQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id d5si67286lfs.11.2021.02.17.01.02.02 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 17 Feb 2021 01:02:02 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 11H91xJP012141 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 17 Feb 2021 10:02:01 +0100 Date: Wed, 17 Feb 2021 10:01:59 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: Issue in installing debian packages in SDK Message-ID: <20210217090159.GZ20742@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: pj5bdEBUJRfv On Wed, Feb 17, 2021 at 12:41:23PM +0530, Rajashree Sankar wrote: > We tried installing project needed debian packages in the isar sdk with > the command > > *dpkg -i .deb* > > Below is a sample of errors we encountered related to permissions > > / > *usr/bin/mandb: fopen /var/cache/man/zh_CN/28107: Permission > denied/usr/bin/mandb: fopen /var/cache/man/sv/28107: Permission denied* > > We tried with sudo to solve the permission error but it did not help. > Can you guide us on how to install debian packages in SDK? Sounds like https://bugs.launchpad.net/nexenta/+bug/335056. We should check that /var/cache/man is recursively owned by man:man by default. If not, it's probably a bug somewhere. With kind regards, Baurzhan.