The officially official Devuan Forum!

You are not logged in.

#1 2020-05-10 07:42:40

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

neofetch on ceres

Hi, just a litte "bug" with neofetch when dectect os for Ceres :

:~$ neofetch 
   ..,,;;;::;,..                   ***@*** 
           `':ddd;:,.              -------- 
                 `'dPPd:,.         OS: Devuan GNU/Linux 1.0.0 (jessie) x86_64 
                     `:b$$b`.      Kernel: 5.6.0-1-amd64 
                        'P$$$d`    Uptime: 27 mins 
                         .$$$$$`   Packages: 2124 (dpkg), 6 (flatpak) 
                         ;$$$$$P   Shell: bash 4.4.12 
                      .:P$$$$$$`   Resolution: 1920x1080 
                  .,:b$$$$$$$;'    DE: Xfce 
             .,:dP$$$$$$$$b:'      WM: Xfwm4 
      .,:;db$$$$$$$$$$Pd'`         WM Theme: Clearlooks-Phenix-Cinnabar 
 ,db$$$$$$$$$$$$$$b:'`             Theme: Flat-Remix-GTK-Red-Darkest-Solid [GTK2], Adwaita [GTK3] 
:$$$$$$$$$$$$b:'`                  Icons: Material-Black-Mango-Numix [GTK2], Adwaita [GTK3] 
 `$$$$$bd:''`                      Terminal: xfce4-terminal 
   `'''`                           Terminal Font: Monospace 12 
                                   CPU: Intel Celeron J1800 (2) @ 2.582GHz 
                                   GPU: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
                                   Memory: 1560MiB / 3646MiB 

:~$ uname -a
Linux *** 5.6.0-1-amd64 #1 SMP Debian 5.6.7-1 (2020-04-29) x86_64 GNU/Linux
                                                           
 :~$ grep -v '^#' /etc/apt/sources.list
deb http://deb.devuan.org/merged ceres main non-free contrib

1589100456.png

----

$ cat /etc/os-release 
PRETTY_NAME="Devuan GNU/Linux 4 (chimaera/ceres)"
NAME="Devuan GNU/Linux"
ID=devuan
ID_LIKE=debian
HOME_URL="https://www.devuan.org/"
SUPPORT_URL="https://devuan.org/os/community"
BUG_REPORT_URL="https://bugs.devuan.org/"

Last edited by PengouinPdt (2020-06-15 23:55:12)

Offline

#2 2020-05-10 08:35:08

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: neofetch on ceres

The neofetch script grabs that information from the output of lsb_release -a so you should check that output and if it's wrong then file a bug against the lsb-release package in ceres.


Brianna Ghey — Rest In Power

Offline

#3 2020-05-10 12:16:40

Ogis1975
Member
Registered: 2017-04-21
Posts: 307  
Website

Re: neofetch on ceres

This stems from lsb_release switching to reading the cross-distro standard file, /usr/lib/os-release. More info here:

https://bugs.debian.org/cgi-bin/bugrepo … bug=939733


What economists call over-production is but a production that is above the purchasing power of the worker, who is reduced to poverty by capital and state.
            ----+- Peter Kropotkin -+----

Offline

#4 2020-05-10 13:55:42

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: neofetch on ceres

I'm not seeing it in my ceres installation. Everything says Devuan 4 ceres except /etc/issue, which still says 3.

Was this originally a jessie installation that got upgraded?

Offline

#5 2020-05-10 16:36:28

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

Re: neofetch on ceres

fsmithred wrote:

I'm not seeing it in my ceres installation. Everything says Devuan 4 ceres except /etc/issue, which still says 3.

Was this originally a jessie installation that got upgraded?

No!
From ascii to Ceres!

Offline

#6 2020-05-12 16:04:22

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: neofetch on ceres

So what is the output of lsb-release -a on your system?

If it's not a Devuan problem then I can submit a PR to neofetch with a correction if needed, Dylan is a very receptive developer.


Brianna Ghey — Rest In Power

Offline

#7 2020-05-17 15:51:12

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

Re: neofetch on ceres

Excuse-me @Head_on_a_Stick; I've not seen your reply!

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 1.0.0 (jessie)
Release:	1.0.0
Codename:	jessie

Terrible!

I'm on really on Ceres:

$ grep -v '^#' /etc/apt/sources.list
deb http://deb.devuan.org/merged ceres main non-free contrib

Offline

#8 2020-05-17 17:55:44

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: neofetch on ceres

Mon Dieu!

Quelle est la sortie de

apt policy base-files

Brianna Ghey — Rest In Power

Offline

#9 2020-05-17 19:07:47

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

Re: neofetch on ceres

$ apt policy base-files
base-files:
  Installé : 11+devuan2
  Candidat : 11+devuan2
 Table de version :
 *** 11+devuan2 500
        500 http://deb.devuan.org/merged ceres/main amd64 Packages
        100 /var/lib/dpkg/status

Offline

#10 2020-05-17 20:18:38

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: neofetch on ceres

Hmm, looks like ceres doesn't have an lsb-release package: http://deb.devuan.org/devuan/pool/main/l/lsb/

I presume you still have the ASCII version?

@fsmithred: did you try running neofetch or lsb_release -a in your ceres system?


Brianna Ghey — Rest In Power

Offline

#11 2020-05-18 06:24:43

xinomilo
Unknown
Registered: 2017-07-02
Posts: 315  

Re: neofetch on ceres

runs fine here too ( ceres amd64 )

# apt policy lsb-release
lsb-release:
  Installed: 11.1.0
  Candidate: 11.1.0
  Version table:
*** 11.1.0 500
        500 https://some_mirror/merged ceres/main amd64 Packages

neofetch also :

# neofetch
   ..,,;;;::;,..                   user@host
           `':ddd;:,.              ---------
                 `'dPPd:,.         OS: Devuan GNU/Linux 4 (chimaera/ceres) x86_64
                     `:b$$b`.      Host: blahblahblah
                        'P$$$d`    Kernel: 5.6.0-1-amd64

Offline

#12 2020-05-18 11:56:59

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: neofetch on ceres

@HoaS: both. This is on an upgraded Refracta. (Not sure if I started with ascii or beowulf.)

Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera/ceres)
Release:	testing/unstable
Codename:	n/a
/n/n
   ..,,;;;::;,..                   user@r10lvm 
           `':ddd;:,.              ----------- 
                 `'dPPd:,.         OS: Devuan GNU/Linux 4 (chimaera/ceres) x86_64 
                     `:b$$b`.      Host: KVM/QEMU (Standard PC (i440FX + PIIX, 1996) pc-i440fx-2.8) 
                        'P$$$d`    Kernel: 5.6.0-1-amd64 
                         .$$$$$`   Uptime: 6 mins 
                         ;$$$$$P   Packages: 1079 (dpkg) 
                      .:P$$$$$$`   Shell: bash 5.0.16 
                  .,:b$$$$$$$;'    Resolution: 1280x720 
             .,:dP$$$$$$$$b:'      DE: Xfce 
      .,:;db$$$$$$$$$$Pd'`         WM: Xfwm4 
 ,db$$$$$$$$$$$$$$b:'`             WM Theme: Clearlooks-Phenix-DarkPurpy 
:$$$$$$$$$$$$b:'`                  Theme: Clearlooks-Phenix-DarkPurpy [GTK2] 
 `$$$$$bd:''`                      Icons: nuoveXT2 [GTK2] 
   `'''`                           Terminal: xfce4-terminal 
                                   Terminal Font: Monospace 12 
                                   CPU: QEMU Virtual version 2.5+ (4) @ 2.394GHz 
                                   GPU: 00:02.0 Vendor 1234 Device 1111 
                                   Memory: 294MiB / 984MiB

Offline

#13 2020-05-18 14:37:26

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

Re: neofetch on ceres

$ apt policy lsb-release 
lsb-release:
  Installé : 4.1+devuan2
  Candidat : 4.1+devuan2
 Table de version :
     11.1.0 500
        500 http://deb.devuan.org/merged ceres/main amd64 Packages
 *** 4.1+devuan2 30000
        100 /var/lib/dpkg/status

ahhh !?

Offline

#14 2020-05-18 16:05:49

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: neofetch on ceres

This is jessie:

$ apt-cache policy lsb-release
lsb-release:
  Installed: 4.1+devuan2
  Candidate: 4.1+devuan2
  Version table:
 *** 4.1+devuan2 0
        500 http://auto.mirror.devuan.org/merged/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 1.0 (jessie)
Release:	1.0
Codename:	jessie

Oh! My ascii has the same version, but shows ascii in the output of 'lsb_release -a'

lsb-release:
  Installed: 11.1.0
  Candidate: 11.1.0
  Version table:
 *** 11.1.0 500
        500 http://deb.devuan.org/merged ceres/main amd64 Packages
        100 /var/lib/dpkg/status

This is ceres:

lsb-release:
  Installed: 11.1.0
  Candidate: 11.1.0
  Version table:
 *** 11.1.0 500
        500 http://deb.devuan.org/merged ceres/main amd64 Packages
        100 /var/lib/dpkg/status

Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera/ceres)
Release:	testing/unstable
Codename:	n/a

Offline

#15 2020-05-18 18:56:49

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: neofetch on ceres

PengouinPdt wrote:
 *** 4.1+devuan2 30000
        100 /var/lib/dpkg/status

Looks like it was installed from a .deb package but it has been pinned to 30000, thus preventing an upgrade to the ceres package. How strange. Might be worth checking /etc/apt/preferences and also any files under /etc/apt/preferences.d/ to see how that happened.

Upgrade to the current version with

# apt install lsb-release=11.1.0
fsmithred wrote:

My ascii has the same version, but shows ascii in the output of 'lsb_release -a'

¯\_(ツ)_/¯


Brianna Ghey — Rest In Power

Offline

#16 2020-05-18 20:04:06

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

Re: neofetch on ceres

cat /etc/apt/preferences.d/apt-listbugs 
Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #901952: xdelta: expected from file (/tmp/pristine-tar.SljdkfANnj/recreatetarball) of length 7557120 bytes
Package: tar
Pin: version 1.29b-1.1
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #924151: grub2-common: wrong grub.cfg for efi boot and fully encrypted disk
Explanation:   #926689: cryptsetup-initramfs: config lines in grub.cfg for cryptodisk/luks and other modules missing
Package: grub2-common
Pin: version 2.02~beta3-5+deb9u2
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #925134: grub-efi-amd64-signed: doesn't mount cryptodisk
Explanation:   #945001: grub-efi-amd64: GRUB-EFI messes up boot variables
Package: grub-efi-amd64
Pin: version 2.02~beta3-5+deb9u2
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #929685: ca-certificates-java,default-jre-headless,openjdk-11-jre-headless: get rid of the circular dependency
Package: openjdk-11-jre-headless
Pin: version *
Pin-Priority: -30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #932085: grub-common: Grub can't load initrd for Xen after upgrade to Buster
Package: grub-common
Pin: version 2.02~beta3-5+deb9u2
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #935115: bash: [regression] passing variable assignments to functions broken in POSIX mode, violating POSIX
Package: bash
Pin: version 4.4-5
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #939733: lsb-release: lsb_release does not show point release on Debian 10.1
Package: lsb-release
Pin: version 4.1+devuan2
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #939813: tasksel: selected packages marked for removal on apt full-upgrade
Package: tasksel
Pin: version 3.39+devuan1.9
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #950174: missing schema files makes udisks monitor crash
Package: gvfs-daemons
Pin: version 1.30.4-1
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #952399: OpenSSL linking without license exception
Package: kmod
Pin: version 23-2
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 20:46:09 +0200
Explanation:   #953098: xscreensaver: Crashes with XIO:  fatal IO error
Package: xscreensaver
Pin: version 5.36-1
Pin-Priority: 30000

Explanation: Pinned by apt-listbugs at 2020-04-01 21:49:38 +0200
Explanation:   #919348: xfce4-screensaver: Accidental upload to unstable while fixing bug #919151
Package: xfce4-screensaver
Pin: version *
Pin-Priority: -30000

Explanation: Pinned by apt-listbugs at 2020-04-08 18:50:03 +0200
Explanation:   #558422: grub-pc: upgrade hangs
Package: grub-pc
Pin: version *
Pin-Priority: -30000

Explanation: Pinned by apt-listbugs at 2020-04-10 01:16:02 +0200
Explanation:   #948739: gparted should not mask .mount units
Explanation:   #955858: gparted: does not start, 'unable to init server', tmp.mount does not exist
Package: gparted
Pin: version *
Pin-Priority: -30000

Explanation: Pinned by apt-listbugs at 2020-04-13 00:29:46 +0200
Explanation:   #956427: python3-httplib2 >= 1.13.0 breaks python3-wsgi-intercept << 1.9.0
Package: python3-httplib2
Pin: version 0.9.2+dfsg-1
Pin-Priority: 30000
# apt install lsb-release=11.1.0
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés : 
  distro-info-data
Les NOUVEAUX paquets suivants seront installés :
  distro-info-data
Les paquets suivants seront mis à jour :
  lsb-release
1 mis à jour, 1 nouvellement installés, 0 à enlever et 3 non mis à jour.
Il est nécessaire de prendre 34,6 ko dans les archives.
Après cette opération, 17,4 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://deb.devuan.org/merged ceres/main amd64 distro-info-data all 0.41+devuan1 [6712 B]
Réception de :2 http://deb.devuan.org/merged ceres/main amd64 lsb-release all 11.1.0 [27,9 kB]
34,6 ko réceptionnés en 2s (18,0 ko/s)  
Récupération des rapports de bogue… Fait
Analyse des informations Trouvé/Corrigé… Fait

bogues de gravité serious sur lsb-release (4.1+devuan2 → 11.1.0) <En attente de traitement>
 b1 - #939733 - lsb-release: lsb_release does not show point release on Debian 10.1
Résumé :
 lsb-release(1 bogue)
Êtes-vous certain(e) de vouloir installer/mettre à niveau les paquets ci-dessus ? [Y/n/?/...] 

ohohh

Last edited by PengouinPdt (2020-05-18 20:06:30)

Offline

#17 2020-06-15 23:49:19

PengouinPdt
Member
From: France
Registered: 2020-04-20
Posts: 62  
Website

Re: neofetch on ceres

After lsb-release-11.1 installed:

$ neofetch 
   ..,,;;;::;,..                   xyz@pc-abc 
           `':ddd;:,.              -------- 
                 `'dPPd:,.         OS: Devuan GNU/Linux 4 (chimaera/ceres) x86_64 
                     `:b$$b`.      Kernel: 5.6.0-2-amd64 
                        'P$$$d`    Uptime: 13 hours, 42 mins 
                         .$$$$$`   Packages: 2255 (dpkg), 12 (flatpak) 
                         ;$$$$$P   Shell: bash 4.4.12 
                      .:P$$$$$$`   Resolution: 1920x1080 
                  .,:b$$$$$$$;'    DE: Xfce 
             .,:dP$$$$$$$$b:'      WM: Xfwm4 
      .,:;db$$$$$$$$$$Pd'`         WM Theme: Clearlooks-Phenix-Cinnabar 
 ,db$$$$$$$$$$$$$$b:'`             Theme: Flat-Remix-GTK-Red-Darkest-Solid [GTK2], Adwaita [GTK3] 
:$$$$$$$$$$$$b:'`                  Icons: Material-Black-Mango-Numix [GTK2], Adwaita [GTK3] 
 `$$$$$bd:''`                      Terminal: xfce4-terminal 
   `'''`                           Terminal Font: Monospace 12 
                                   CPU: Intel Celeron J1800 (2) @ 2.582GHz 
                                   GPU: Intel Atom Processor Z36xxx/Z37xxx Series Graphics & Display 
                                   Memory: 1384MiB / 3646MiB
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera/ceres)
Release:	testing/unstable
Codename:	n/a

Last edited by PengouinPdt (2020-06-15 23:52:31)

Offline

Board footer