Re: [DNG] Unable to Install
On Mon, Apr 16, 2018 at 06:05:04PM -0700, Vernon Geiszler wrote: > >> > > > > Just a silly question: are you sure you dd-ed the image on /dev/sdX > > instead than /dev/sdX1, for instance? It happens. Sorry if unrelated. > > > > My2Cents > > > > KatolaZ > > > > Thanks KatolaZ. That helped. I was doing the /sdX1. Now when it > tries to load files, I it says the files are corrupted. Download was > good. > Have you verified the checksum? What is the exact error that you get? HND KatolaZ -- [ ~.,_ Enzo Nicosia aka KatolaZ - Devuan -- 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
[DNG] Broken packages while installing libguestfs-tools
$ apt-get install libguestfs-tools ... The following packages have unmet dependencies: libguestfs-tools : Depends: libguestfs0 (= 1:1.38.0-4) but it is not going to be installed Depends: libguestfs-perl (= 1:1.38.0-4) but it is not going to be installed E: Unable to correct problems, you have held broken packages. ... libguestfs0 : Depends: fdisk or util-linux (< 2.29.2) ... fdisk : Depends: libfdisk1 (>= 2.31.1) but 2.29.2-1+devuan2 is to be installed E: Unable to correct problems, you have held broken packages. apt sources: deb http://pkgmaster.devuan.org/merged ceres main deb-src http://pkgmaster.devuan.org/merged ceres main deb http://pkgmaster.devuan.org/merged ascii-security main deb-src http://pkgmaster.devuan.org/merged ascii-security main deb http://pkgmaster.devuan.org/devuan experimental main deb-src http://pkgmaster.devuan.org/devuan experimental main deb http://packages.devuan.org/merged ascii main deb-src http://packages.devuan.org/merged ascii main Have I messed up my sources list or should I just wait for the experimental to be fixed? Best regards Jyri Sillanpää ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] Broken packages while installing libguestfs-tools
On Tue, Apr 17, 2018 at 12:36:55PM +0200, Jyri Sillanpaa wrote: > $ apt-get install libguestfs-tools > ... > The following packages have unmet dependencies: > libguestfs-tools : Depends: libguestfs0 (= 1:1.38.0-4) but it is not going > to be installed > Depends: libguestfs-perl (= 1:1.38.0-4) but it is not > going to be installed > E: Unable to correct problems, you have held broken packages. > ... > > libguestfs0 : Depends: fdisk or > util-linux (< 2.29.2) > ... > > fdisk : Depends: libfdisk1 (>= 2.31.1) but 2.29.2-1+devuan2 is to be > installed > E: Unable to correct problems, you have held broken packages. > > It looks like you are trying to install the ceres version of libguestfs-tools. Maybe there is a broken dependency upstream (in sid). If this is the case, it should hopefully be fixed soon. > > apt sources: > deb http://pkgmaster.devuan.org/merged ceres main > deb-src http://pkgmaster.devuan.org/merged ceres main > deb http://pkgmaster.devuan.org/merged ascii-security main > deb-src http://pkgmaster.devuan.org/merged ascii-security main > deb http://pkgmaster.devuan.org/devuan experimental main > deb-src http://pkgmaster.devuan.org/devuan experimental main > deb http://packages.devuan.org/merged ascii main > deb-src http://packages.devuan.org/merged ascii main > > > Have I messed up my sources list or should I just wait for the experimental > to be fixed? > You are using both ascii and ceres repos. But if your pinning is not set right, you are basically running ceres, which is unstable. I guess you know what you are up to, right? HND KatolaZ -- [ ~.,_ Enzo Nicosia aka KatolaZ - Devuan -- 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] lsb_release on ascii
On 04/16/2018 08:42 PM, wirelessd...@gmail.com wrote: > >> On 17 Apr 2018, at 06:34, aitor_czr wrote: >> >> The output of 'lsb_release -a' is defined in the 'base-files' package. So, >> for the same version of the package, you should get the same output. The >> command needs the 'lsb-base' package to work, i think. > > I just checked and both machines have both packages installed at the same > version. > > base-files: 9.9+devuan2.3 > lsb-base: 4.1+devuan2 > > I noticed this problem was occurring when I added Devuan support to the > official nodejs installer script which relies on output of “lsb_release -c > -s”. > > Running that command on the devuan2 machine will return “ascii” while running > it on devuan1 returns “n/a”. > > I’ve also seen other people on the nodejs bug report having the same issue > while attempting to install nodejs on ascii. > > https://github.com/nodesource/distributions/issues/490 > > —Tom > > You can create your own /etc/lsb-release file to control the output of the lsb_release command. Here's an example: user@ascii:~$ lsb_release -a No LSB modules are available. Distributor ID: ascii_oblx Description:ascii_oblx Devuan GNU/Linux Release:2.0 Codename: ASCII user@ascii:~$ cat /etc/lsb-release DISTRIB_ID=ascii_oblx DISTRIB_DESCRIPTION="ascii_oblx Devuan GNU/Linux" DISTRIB_RELEASE=2.0 DISTRIB_CODENAME=ASCII ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] lsb_release on ascii
Hi, wirelessd...@gmail.com writes: >> On 17 Apr 2018, at 06:34, aitor_czr wrote: >> >> The output of 'lsb_release -a' is defined in the 'base-files' package. So, >> for the same version of the package, you should get the same output. The >> command needs the 'lsb-base' package to work, i think. > > I just checked and both machines have both packages installed at the same > version. > > base-files: 9.9+devuan2.3 > lsb-base: 4.1+devuan2 > > I noticed this problem was occurring when I added Devuan support to the > official nodejs installer script which relies on output of “lsb_release -c > -s”. > > Running that command on the devuan2 machine will return “ascii” while running > it on devuan1 returns “n/a”. I get the same 'n/a' with the same versions of base-files and lsb-base. FTR, lsb-release has the same version as lsb-base. I've been poking around in the Python source code for the lsb_release command and noticed a code path that sources the output of apt-cache policy and looks for entries that have a label of Devuan, component of main and origin of Devuan (or an alternative that mentions packages.devuan.org and Devuan Ports). My `apt-cache policy` output does not match any of that so I *think* that's why I get an 'n/a' for the codename. # The code is a bit hard to follow which is why I am not sure :-/ Any chance the `apt-cache policy` output on your machines is different in a way that would explain the behaviour you see? Hope this helps, -- Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13 F43E B8A4 A88A F84A 2DD9 Support Free Softwarehttps://my.fsf.org/donate Join the Free Software Foundation https://my.fsf.org/join ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] Devuan Jessie - debian-installer: Installation freezes with "The attempt to mount a files system with type ext4 in SCSI1 (0, 0, 0), partition #1 (sda) at / failed."
Hi I've created a jessie iso using live-build scripts. It boots to a live session and everything seems to be working. The issue come when I run the install, graphical or text bot stop during the partitioning with the following message: debian-installer: Installation freezes with "The attempt to mount a files system with type ext4 in SCSI1 (0, 0, 0), partition #1 (sda) at / failed." I found this but it looks to be resolved https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779922 I get the same error log as included in the bug report. I'm pulling the d-i packages from http://packages.devuan.org/devuan and the resost of the packages from http://pkgmaster.devuan.org/merged/ Would appreciate any help. Ozi ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] Devuan Nagios Icons
Does anyone with more patience and/or graphics experience have any 40x40 Devuan icons I can use for Nagios? -- Linux O'Beardly @LinuxOBeardly http://o.beard.ly linux.obear...@gmail.com ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng