The officially official Devuan Forum!

You are not logged in.

#1 Re: Hardware & System Configuration » Proper process for installing latest kernel from kernel.org? » 2019-05-20 21:46:31

Dutch_Master wrote:

I've updated augmented the thread you mentioned with a script I wrote way back. HTH!

Thank you for the commented script Dutch_Master.

I'm looking at compiling the latest stable though, and I'll update with my results after successful testing.

https://www.debian.org/releases/stable/ … 06.html.en offers insight into packaging and thus easier management, although I haven't figured it out yet, or if it's applicable to Devuan (I don't think they've diverged too much at this point.)

My aim is to be able to pull the latest stable, compile, and management.

#2 Hardware & System Configuration » Proper process for installing latest kernel from kernel.org? » 2019-05-20 19:34:31

duck
Replies: 5

What's the proper process for installing the latest kernel from kernel.org?

I've searched around a bit on Debian docs and random places but everything is outdated or doesn't seem to be relevant.

Edit: Just saw https://dev1galaxy.org/viewtopic.php?id=564 so I'll give that a shot.

#3 Re: Installation » Installing devuan to lvm partitions within dm-crypt container » 2019-05-06 20:00:33

rolfie wrote:

For Beowulf/Ceres:
https://dev1galaxy.org/viewtopic.php?id=2690, entry #7.

rolfie

Is entry  #7 quoted script the only required modification?

EDIT: I replaced

do_stop()

with the one supplied in entry #7 and shutdown was quick.

I notice others are talking about this possibly isn't a solution due to errors? I didn't see any but not sure where to check logs at.

#4 Re: Installation » Installing devuan to lvm partitions within dm-crypt container » 2019-05-06 18:14:50

Head_on_a_Stick wrote:

^ Copy the patch to a file at /tmp/cryptdisks.patch, remove the .orig bit in the first line and then run this command as root:

cd /lib/cryptsetup && patch -p1 < /tmp/cryptdisks.patch

Probably wise to backup the file first though:

# cp /lib/cryptsetup/cryptdisks.functions{,.bak}

EDIT: ninja'd by rolfie...

Will this work for Ceres? I'm not thinking it will. I glanced over it and they seem a bit different.

cryptdisks.functions

is also now named

cryptdisks-functions

.

#5 Re: Installation » Raspberry Pi 3 > Beowulf > Python issues. » 2019-03-26 18:10:42

Did a fresh install today.

When it came to installing byobu, I installed all python3 related packages pulled in by byobu first, then I installed byobu and had no issues.

Note, this is for the arm64 Beowulf Raspberry Pi version.

My i386 Beowulf version had no issues installing byobu and pulling depends.

Could be user error, or some bug in how the packages are pulled in and configured... but it works now.

#6 Re: Installation » Raspberry Pi 3 > Beowulf > Python issues. » 2019-03-26 03:46:04

Not sure, it's not on right now. I'll do a fresh base install tomorrow and get back to you.

#7 Installation » Raspberry Pi 3 > Beowulf > Python issues. » 2019-03-25 00:52:01

duck
Replies: 3

Raspberry Pi 3 install successful and fine.
Upgrade to Beowulf had no issues.

I go to install byobu and run into this issue.

root@devuan:~# apt install byobu
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libevent-2.0-5 libperl5.24 rename tcpd
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  gawk gettext-base libmpdec2 libmpfr6 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libsigsegv2 pastebinit python python-newt python2 python3 python3-minimal python3.7 python3.7-minimal
Suggested packages:
  apport ccze gnome-terminal | xterm lsb-release po-debconf ttf-ubuntu-font-family update-notifier-common gawk-doc python-doc python-tk python2-doc python3-doc python3-tk python3-venv python3.7-venv
  python3.7-doc binutils binfmt-support
Recommended packages:
  run-one
The following NEW packages will be installed:
  byobu gawk gettext-base libmpdec2 libmpfr6 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libsigsegv2 pastebinit python python-newt python2 python3 python3-minimal python3.7 python3.7-minimal
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
Need to get 0 B/6,008 kB of archives.
After this operation, 28.3 MB of additional disk space will be used.
Do you want to continue? [Y/n]  
Preconfiguring packages ...
Setting up python2.7-minimal (2.7.16~rc1-1) ...
Traceback (most recent call last):
  File "/usr/lib/python2.7/py_compile.py", line 9, in <module>
    import os
  File "/usr/lib/python2.7/os.py", line 49, in <module>
    import posixpath as path
  File "/usr/lib/python2.7/posixpath.py", line 15, in <module>
    import stat
ImportError: No module named stat
dpkg: error processing package python2.7-minimal (--configure):
 installed python2.7-minimal package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of python2-minimal:
 python2-minimal depends on python2.7-minimal (>= 2.7.15-1~); however:
  Package python2.7-minimal is not configured yet.

dpkg: error processing package python2-minimal (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.7-minimal
 python2-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)

#8 Re: Hardware & System Configuration » How is service management done? » 2019-03-20 13:14:40

I did an ascii netinstall and selected only the bottom package options (they seemed to be all CLI related) and it looked like I saw x11 related things being installed. Also cups was installed by default. Perhaps I selected too many options. I'll try selecting only one or none next time.

The "service" command seemed to disappear for me after I upgraded to beowulf (maybe before, I don't remember?) so I was wondering if a new management system was being implemented, or perhaps my upgrade didn't go smoothly.

Since it seemed borked, I went ahead and went on to ceres and no change.

The old laptop (i386) I installed it on idoesn't like a multiple USB boot I have setup so I'm going to have to do a reinstall anyway.

A little off topic, but possibly related? I seem to only be able to execute a shutdown/reboot via "/sbin/shutdown" ? Is the expected behavior? I come primarily from an Ubuntu background and just run "shutdown" by itself.

#9 Hardware & System Configuration » How is service management done? » 2019-03-20 01:56:34

duck
Replies: 3

Trying out Devuan for a systemdless system and don't know how to manage services.

Could be the options I picked when installing, but many more services than I want are enabled (cups, etc.) Just want a bare minimal setup.

Board footer

Forum Software