The officially official Devuan Forum!

You are not logged in.

#2176 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2020-08-23 18:47:19

rayburn wrote:
bash: chroot: command not found

I think you have to attain a root shell by using

su -

The - bit is important: http://forums.debian.net/viewtopic.php?f=16&t=142973

And as a simpler method you could use

# apt install arch-install-scripts
# mount /dev/sdXY /mnt
# arch-chroot /mnt

^ That will mount the API filesystems automagically.

rayburn wrote:

This desktop is a BIOS system without any UEFI on it and the only distros on it are Miyo ones, so I don't think that is the problem?

No, it isn't, I didn't read your post carefully enough (sorry). To update GRUB you need to run update-grub (as root) in the last distribution from which the bootloader was installed — that won't work in Miyo because you chose not to install the bootloader. Running the grub-install command from Miyo would mean that you could update the configuration from that system. If you can boot into the installed Miyo system then you don't need to bother with the live system & chroot at all.

But you still haven't really explained what you mean by

rayburn wrote:

I am used to using 'update-grub' and 'grub-install' commands on other distros, but that is not working in Miyo!

In what way is it "not working"? What exactly are you trying and how exactly is it failing? Please post the exact command(s) used and the exact error messages that you see to avoid any potential confusion.

EDIT: cross-posted with Miyo's reply. I'll shut up now big_smile

#2177 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2020-08-22 23:33:16

Sorry for the interruption but:

MiyoLinux wrote:

When I saw your post, I looked to see what other posts you had made (because I'm sneaky that way tongue ), and I saw you had an issue with obmenu-generator. I'm sorry that I missed it before. If that ever happens again, just open the terminal, and enter the following command...

sudo cpanm Linux::DesktopFiles

Then run the following for no icons...

obmenu-generator -p 

...or this for icons...

obmenu-generator -p -i

I think @rayburn is using my perl-linux-desktopfiles package now so cpanm shouldn't be needed (and shouldn't be used if the perl files are supplied by a package).

And I suspect that they now have a mix of UEFI and non-UEFI systems on their disk, which would explain why update-grub is "not working". Difficult to be sure without a clearer explanation of the problem though.

#2178 Re: Desktop and Multimedia » E233: cannot open display » 2020-08-21 07:19:05

It's always best to enter the error message into a search engine:

https://www.linuxquestions.org/question … ll-751248/

EDIT: better approach:

SUDO_EDITOR=gvim sudoedit /usr/share/X11/xorg.conf.d/10-backlight.conf

^ Run that as your normal user (after installing the sudo package and enabling sudo for your user).

EDIT2: add this to ~/.xsessionrc (or /etc/environment) to set $SUDO_EDITOR permanently:

export SUDO_EDITOR=gvim

Then just use sudoedit to edit system files as your normal user.

#2180 Re: Installation » Network and other problems after upgrading from ascii to beowulf » 2020-08-20 16:55:42

Remove connman and use ifupdown instead, that's the program that uses /etc/network/interfaces. Make sure the networking service is enabled though.

#2181 Re: Other Issues » [SOLVED] mpv (0.29.1-1) dependent on python 2.7 » 2020-08-20 16:45:03

Nili wrote:

I can not find where the dependency it is smile I see no python2 in the list, or who is the dependency factor.

Yes, sorry, I didn't have time to check this morning.

This shows python2:

debtree --show-all mpv | dot -Tsvg > mpv.svg

#2182 Re: Other Issues » [SOLVED] mpv (0.29.1-1) dependent on python 2.7 » 2020-08-20 08:26:44

Nili wrote:

package MPV video player is dependent on python 2.7 during the installation, meanwhile we know that support for this package is over

Although python2 has reached EOL upstream the Debian Security Team are still supporting it and will apply any fixes as required.

Nili wrote:

I do not understand what makes it dependent on python2.7?

It's a dependency of one of the dependencies.

Try this:

# apt install debtree graphviz
debtree mpv > mpv.dot
dot -Tsvg -o mpv.svg mpv.dot

Then open mpv.svg in your browser and try to trace the spider's web smile

#2183 Re: Other Issues » how to install kernel source » 2020-08-19 11:59:38

The module-assistant package is probably the best way to set up a build environment for custom kernel modules:

# apt install module-assistant
# m-a prepare
# apt install dahdi{,-dkms}

Then reboot, ensure that the dahdi service is started and then use the various user space utilities to set things up.

#2184 Re: Other Issues » how to install kernel source » 2020-08-19 10:18:25

Which drivers are these? It is highly unusual to have to compile your own drivers in Linux, the kernel should already include drivers for just about everything.

#2185 Re: Devuan Derivatives » No wireless in Star Linux » 2020-08-19 10:00:39

HevyDevy wrote:
lspci -knn | grep "Network"

The kernel drivers will be listed in the lines below "Network" so the grep will have to be expanded to show them:

lspci -knn | grep -A3 "Network"

We should probably also see

# dmesg | grep firmware

#2186 Re: Hardware & System Configuration » Making Devuan more secure. » 2020-08-19 09:58:19

Just FYI:

bimon wrote:

If you a targeted individual then try to never eat anything except what you get by yourself from a supermarket choosen randomly because ganstalkers sometimes use to poison people with a slowly influencing bio substances like staphylococcus which in a long term together with their electromagnetic attacks may lead to decrease of immunoresistance of your body,  dermatosis, bad reactions to the meds used and even to small mutations like a chronical blood mutations like leucosis and insomnia. They even may use mind control of your oldery relatives to make them behave like mads, often disturbing you in the most critical moments of your life for example during your sleep, trying to feed you with a food they got from unknown sources, such unverified food they were often received for free from someones may contain psychotic stuff to make you temporary mad too.

^ This makes you sound like a crazy person, perhaps keep such thoughts to yourself in future. Or start taking the little blue pills the doctor gave you...

#2187 Re: Hardware & System Configuration » Making Devuan more secure. » 2020-08-18 19:23:47

bimon wrote:

process it with ME_cleaner to remove IntelME, better to libreboot of course if you can get a right hardware

That doesn't completely remove the ME and even if it did there would still be blobs in the motherboard controller firmware.

The FSF only lists a few motherboards that are blob-free: https://ryf.fsf.org/categories/mainboards

Of those boards only the POWER9 versions from Talos offer a decent level of performance. Not cheap though smile

bimon wrote:

ARM hardware (two separated boards) free from X86 backdoors and trojans

ARM is a very opaque architecture, both the motherboard controllers and the Mali graphics require blobs. Again, POWER9 is better (or perhaps RISC-V).

#2188 Re: Installation » [SOLVED] disable frame buffer » 2020-08-18 19:10:00

There is a third option: reconfigure the console-setup package and select the VGA font, which is the native font supplied by the video card.

For GRUB use the GRUB_FONT option in /etc/default/grub. Or just write your own grub.cfg instead and don't set the font (remove the GRUB packages to prevent the configuration file being overwritten after kernel upgrades).

#2189 Re: Other Issues » EFI trouble » 2020-08-16 19:25:34

rolfie wrote:
Geoff 42 wrote:

Once booted up efibootmgr -v reported an error. After fiddling around for a while I ran

grub-install /dev/sda

to try and ensure that it would still boot. This was ok and does still boot via grub as expected.

Wonder why this worked. This is CSM style, not EFI. To my knowledge you have to use something like

# grub-install --bootloader-id=devuan

as I use to generate a devuan entry (no secure boot).

The UEFI version of GRUB will just ignore the device argument and presume that the ESP is mounted under /boot/efi.

#2190 Re: Other Issues » lsblk is a liar and df cant do math » 2020-08-16 18:42:12

I presume the device is formatted with ext4 — that reserves 5% of the blocks for root usage by default.

#2191 Re: Other Issues » elogind - change login background » 2020-08-16 12:33:14

Phil wrote:

Maybe I should change to slim as my login manager

I'm pretty sure SLiM is the default display manager for Devuan.

Phil wrote:

changing the background isn't documented with slim

https://wiki.archlinux.org/index.php/SL … background?

#2192 Re: News & Announcements » Latest repositories for Devuan 3 ! » 2020-08-16 12:31:11

brday wrote:

it cannot be that Firefox or Falkon browsers, among other software, continue to have older versions that generate system vulnerability

The firefox-esr package is always kept up to date.

#2193 Re: Other Issues » pm-suspend becomes catatonic - screen blanks; system never halts » 2020-08-16 12:29:48

That inxi output is too opaque — which kernel driver is loaded for the video card?

lspci -k | grep -iA3 vga

I think it should be using amdgpu, which you should probably also add to /etc/initramfs-tools/modules (and then rebuild the initramfs).

#2194 Re: Hardware & System Configuration » Startech firewire card » 2020-08-16 12:25:41

Does the card show up in lspci? Use the -k switch to show the loaded kernel drivers. Also check dmesg.

#2196 Re: Installation » [SOLVED] disable frame buffer » 2020-08-16 12:21:46

Bill Evans wrote:

To fix this bug, preventing the use of an artificial font, make the following configuration change:

rm /bin/setupcon

Less hacky solution:

# apt purge console-setup

#2197 Re: Hardware & System Configuration » Startech firewire card » 2020-08-14 17:29:15

https://pkginfo.devuan.org/stage/beowul … e_0.7.html

But if it is a very new card then you may have to use the beowulf-backports kernel.

#2198 Re: Desktop and Multimedia » amdgpu-pro drivers » 2020-08-14 17:07:56

AMD themselves do not recommend the proprietary drivers for the RX 580 graphics card: https://www.amd.com/en/support/kb/relea … stallation

The open-source amdgpu drivers out-perform the proprietary versions for almost all tasks (check Phoronix) and Blender works just fine with the non-proprietary versions. Just make sure the firmware-amd-graphics package is installed.

#2199 Re: Documentation » HOWTO: Firefox DoH (DNS over HTTPS) » 2020-08-13 18:52:00

Vernon wrote:

if you do that, you will be unable to do any local LAN-only domain  DNS lookups

It will if a search line is added wink

#2200 Re: Installation » recovering root file system on every reboot » 2020-08-13 18:50:05

coyotito wrote:

dist-upgrade from an antiX-MX 18 (Debian Stretch) installation to Beowulf

I'm sure anticapitalista will correct me if I'm wrong but I don't think antiX or MX (which is it btw?) offer a supported upgrade path from version 18, they recommend a new installation for version 19, so upgrading to beowulf is unlikely to work without some problems.

coyotito wrote:

i now get 'recovering journal' on every reboot. Then 'dev/sdc1 clean'.

Have you tried fsck(8)? Either from recovery mode or the live environment.

Board footer

Forum Software