Re: [DNG] Error updating ascii today
I was using a 100MB tmpfs for /tmp which worked on Jessie. I increased it to 500MB and it still didn't allow apt to update on Ascii. So, to answer your question I put /tmp on another file system with 6GB free and the update worked. I didn't have enough free space on /tmp after all. Reading the man page for apt-secure I am wondering if changes to apt regarding signature checking require more /tmp space. -Vince- On 03/07/17 09:25, KatolaZ wrote: > I don't know whether it's relevant, but apt keeps ranting about not > being able to create a temporary file under /tmp. Are you sure you > have enough space there? > > My2Cents > > KatolaZ > > > > ___ > Dng mailing list > Dng@lists.dyne.org > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > smime.p7s Description: S/MIME Cryptographic Signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Error updating ascii today
On Sun, Jul 02, 2017 at 01:14:26PM +0100, Vincent Bentley wrote: > I tried again using: sudo apt update > > Get:1 http://packages.devuan.org/merged ascii InRelease [113 kB] > Err:1 http://packages.devuan.org/merged ascii InRelease > Couldn't create temporary file /tmp/apt.conf.r8vXm3 for passing config > to apt-key > Reading package lists... Done > W: GPG error: http://packages.devuan.org/merged ascii InRelease: > Couldn't create temporary file /tmp/apt.conf.r8vXm3 for passing config > to apt-key > E: The repository 'http://packages.devuan.org/merged ascii InRelease' is > not signed. > N: Updating from such a repository can't be done securely, and is > therefore disabled by default. > N: See apt-secure(8) manpage for repository creation and user > configuration details. I don't know whether it's relevant, but apt keeps ranting about not being able to create a temporary file under /tmp. Are you sure you have enough space there? My2Cents KatolaZ -- [ ~.,_ Enzo Nicosia aka KatolaZ - GLUGCT -- Freaknet Medialab ] [ "+. katolaz [at] freaknet.org --- katolaz [at] yahoo.it ] [ @) http://kalos.mine.nu --- Devuan GNU + Linux User ] [ @@) http://maths.qmul.ac.uk/~vnicosia -- GPG: 0B5F062F ] [ (@@@) Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ ] signature.asc Description: Digital signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Error updating ascii today
I tried again using: sudo apt update Get:1 http://packages.devuan.org/merged ascii InRelease [113 kB] Err:1 http://packages.devuan.org/merged ascii InRelease Couldn't create temporary file /tmp/apt.conf.r8vXm3 for passing config to apt-key Reading package lists... Done W: GPG error: http://packages.devuan.org/merged ascii InRelease: Couldn't create temporary file /tmp/apt.conf.r8vXm3 for passing config to apt-key E: The repository 'http://packages.devuan.org/merged ascii InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. For info... uname -a Linux ds2 4.9.0-3-686-pae #1 SMP Debian 4.9.30-2 (2017-06-12) i686 GNU/Linux lsb_release -a No LSB modules are available. Distributor ID: Devuan Description:Devuan GNU/Linux 2.0 (ascii) Release:2.0 Codename: ascii On 02/07/17 12:34, Daniel Reurich wrote: > Hi Vincent, > > Can you try using apt instead? > > > > On 2 July 2017 10:35:08 AM NZST, Vincent Bentley > wrote: >> I updated a 32-bit Devuan Jessie system today (Saturday) to Ascii. >> After >> rebooting I needed to fix a few package dependency problems and I got >> the following message when using aptitude to update. >> >> sudo aptitude -y update >> >> Get: 1 http://packages.devuan.org/merged ascii InRelease [113 kB] >> Err http://packages.devuan.org/merged ascii InRelease >> Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config >> to apt-key >> Fetched 113 kB in 9s (12.2 kB/s) >> W: GPG error: http://packages.devuan.org/merged ascii InRelease: >> Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config >> to apt-key >> E: The repository 'http://packages.devuan.org/merged ascii InRelease' >> is >> not signed. >> E: Failed to download some files >> W: Failed to fetch >> http://packages.devuan.org/merged/dists/ascii/InRelease: Couldn't >> create >> temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key >> E: Some index files failed to download. They have been ignored, or old >> ones used instead. >> >> I use tmpfs for /tmp and it was set at 100MB. I get the same error with >> a 500MB tmpfs. Is this a problem related to the ascii repository >> problem >> earlier this week or is it a signing fault? > > > > ___ > Dng mailing list > Dng@lists.dyne.org > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > smime.p7s Description: S/MIME Cryptographic Signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Error updating ascii today
Hi Vincent, Can you try using apt instead? On 2 July 2017 10:35:08 AM NZST, Vincent Bentley wrote: >I updated a 32-bit Devuan Jessie system today (Saturday) to Ascii. >After >rebooting I needed to fix a few package dependency problems and I got >the following message when using aptitude to update. > >sudo aptitude -y update > >Get: 1 http://packages.devuan.org/merged ascii InRelease [113 kB] >Err http://packages.devuan.org/merged ascii InRelease > Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config >to apt-key >Fetched 113 kB in 9s (12.2 kB/s) >W: GPG error: http://packages.devuan.org/merged ascii InRelease: >Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config >to apt-key >E: The repository 'http://packages.devuan.org/merged ascii InRelease' >is >not signed. >E: Failed to download some files >W: Failed to fetch >http://packages.devuan.org/merged/dists/ascii/InRelease: Couldn't >create >temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key >E: Some index files failed to download. They have been ignored, or old >ones used instead. > >I use tmpfs for /tmp and it was set at 100MB. I get the same error with >a 500MB tmpfs. Is this a problem related to the ascii repository >problem >earlier this week or is it a signing fault? -- Sent from my Android device with K-9 Mail. Please excuse my brevity.___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Error updating ascii today
On 170702-09:18+0200, Alessandro Selli wrote: > Il giorno Sat, 1 Jul 2017 23:35:08 +0100 > Vincent Bentley ha scritto: > > > I updated a 32-bit Devuan Jessie system today (Saturday) to Ascii. After > > rebooting I needed to fix a few package dependency problems and I got > > the following message when using aptitude to update. > > > > sudo aptitude -y update > > > > Get: 1 http://packages.devuan.org/merged ascii InRelease [113 kB] > > Err http://packages.devuan.org/merged ascii InRelease > > Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config > > to apt-key > > Fetched 113 kB in 9s (12.2 kB/s) > > W: GPG error: http://packages.devuan.org/merged ascii InRelease: > > Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config > > to apt-key > > E: The repository 'http://packages.devuan.org/merged ascii InRelease' is > > not signed. > > E: Failed to download some files > > W: Failed to fetch > > http://packages.devuan.org/merged/dists/ascii/InRelease: Couldn't create > > temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key > > E: Some index files failed to download. They have been ignored, or old > > ones used instead. > > > > I use tmpfs for /tmp and it was set at 100MB. I get the same error with > > a 500MB tmpfs. Is this a problem related to the ascii repository problem > > earlier this week or is it a signing fault? > > Here is the (very) likely reason: WARNING! DO NOT APT-GET UPDATE/UPGRADE ON ASCII > https://lists.dyne.org/lurker/message/20170628.094825.8a121488.en.html But that ought to have been solved: AMPROLLA GLITCH: ISSUE SOLVED -- PLEASE READ CAREFULLY https://lists.dyne.org/lurker/message/20170628.160400.b98c6ead.en.html (that's more than six hours later than the WARNING) I was able to apt-get update, didn't have issues. This is from my user-made (just "apt-get update |& tee http://auto.mirror.devuan.org/merged ascii InRelease [113 kB] Get:2 http://auto.mirror.devuan.org/merged ascii-updates InRelease [113 kB] Hit:4 http://auto.mirror.devuan.org/merged jessie-backports InRelease Get:5 http://packages.devuan.org/merged ascii InRelease [113 kB] Get:6 http://packages.devuan.org/devuan ascii InRelease [129 kB] Get:3 http://amprolla.devuan.org/merged ascii-security InRelease [112 kB] Fetched 580 kB in 4s (144 kB/s) Reading package lists... I'm on amd64, (also) a rather old machine. But maybe not so old, 500M is nowhere a problem in this setup of mine... It's all on 250G HDD. -- Miroslav Rovis Zagreb, Croatia https://www.CroatiaFidelis.hr signature.asc Description: PGP signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Error updating ascii today
Il giorno Sat, 1 Jul 2017 23:35:08 +0100 Vincent Bentley ha scritto: > I updated a 32-bit Devuan Jessie system today (Saturday) to Ascii. After > rebooting I needed to fix a few package dependency problems and I got > the following message when using aptitude to update. > > sudo aptitude -y update > > Get: 1 http://packages.devuan.org/merged ascii InRelease [113 kB] > Err http://packages.devuan.org/merged ascii InRelease > Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config > to apt-key > Fetched 113 kB in 9s (12.2 kB/s) > W: GPG error: http://packages.devuan.org/merged ascii InRelease: > Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config > to apt-key > E: The repository 'http://packages.devuan.org/merged ascii InRelease' is > not signed. > E: Failed to download some files > W: Failed to fetch > http://packages.devuan.org/merged/dists/ascii/InRelease: Couldn't create > temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key > E: Some index files failed to download. They have been ignored, or old > ones used instead. > > I use tmpfs for /tmp and it was set at 100MB. I get the same error with > a 500MB tmpfs. Is this a problem related to the ascii repository problem > earlier this week or is it a signing fault? Here is the (very) likely reason: https://lists.dyne.org/lurker/message/20170628.094825.8a121488.en.html Alessandro ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] Error updating ascii today
I updated a 32-bit Devuan Jessie system today (Saturday) to Ascii. After rebooting I needed to fix a few package dependency problems and I got the following message when using aptitude to update. sudo aptitude -y update Get: 1 http://packages.devuan.org/merged ascii InRelease [113 kB] Err http://packages.devuan.org/merged ascii InRelease Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key Fetched 113 kB in 9s (12.2 kB/s) W: GPG error: http://packages.devuan.org/merged ascii InRelease: Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key E: The repository 'http://packages.devuan.org/merged ascii InRelease' is not signed. E: Failed to download some files W: Failed to fetch http://packages.devuan.org/merged/dists/ascii/InRelease: Couldn't create temporary file /tmp/apt.conf.0TEdzn for passing config to apt-key E: Some index files failed to download. They have been ignored, or old ones used instead. I use tmpfs for /tmp and it was set at 100MB. I get the same error with a 500MB tmpfs. Is this a problem related to the ascii repository problem earlier this week or is it a signing fault? smime.p7s Description: S/MIME Cryptographic Signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng