The officially official Devuan Forum!

You are not logged in.

#1 Devuan » Devuan has migrated from the gitlab store. » 2024-07-14 11:35:04

SpongeBOB
Replies: 1

Hi,

https://git.devuan.org

display

WHERE ARE MY GITLAB PROJECTS ???

Devuan has migrated from the gitlab store.
You should register here and migrate your projects.

Is this url still the GIT for Devuan ?

Thanks.

#2 Installation » Upgrade custom Devuan. » 2024-07-14 11:30:52

SpongeBOB
Replies: 4

Hi,

I'm using Chimaera 4 and I ❤️ it !

of course I'm looking to upgrade it to Daedalus 5.0 or excalibur

But I've done a LOT of core/system changes like in `/etc/sysctl.d` disabling a lot a Daemon etc etc..

So is an upgrade would be wise ? or should I start with a fresh install ?

Thanks

#3 Devuan » Be noticed of new Devuan release ? » 2024-07-14 11:03:18

SpongeBOB
Replies: 0

Hi,

I would like to be noticed for every new Devuan release.

I like very much RSS, but it seem there is none available on devuan.org

So for now I will subscribe on https://dev1galaxy.org/extern.php?actio … 2&type=rss ( News & Announcements )

But this also include other news than release, So I humbly propose to create a new forum section (Release) that will contain duplicate/link post of only release ?

Cheers.

#5 Hardware & System Configuration » [SOLVED] Directory question. » 2024-07-13 15:15:33

SpongeBOB
Replies: 4

Hi,

I'm serving websites (trough Python). For the moment the venv are located under /home/aUser/Sites I'm wondering if it's a good place ? Maybe a place like /Sites will be better ?

Is there any concern doing so ?

Thanks.

#7 Re: Other Issues » [SOLVED] install GCC etc.. offline ? » 2024-05-23 17:49:05

I found !

actually with a fresh install and the etc/apt/sources.list untouched

deb cdrom:[Devuan GNU/Linux 5.0.1 daedalus amd64 - desktop 20230914]/ daedalus contrib main non-free non-free-firmware

a "simple"

apt install gcc

works.

if anyone have a good documentation about apt I'm all ears smile

#8 Re: Other Issues » [SOLVED] install GCC etc.. offline ? » 2024-05-23 17:09:29

Hi,

is `gcc` come with one of the install medium ?

Thanks.

#9 Other Issues » [SOLVED] install GCC etc.. offline ? » 2024-04-06 17:14:59

SpongeBOB
Replies: 5

Hi everyone,

I need to compile few package on a Devuan5 that is offline.

What would be the best way to install common compiler ?

gcc
cc
cl

Do I need the three ? or just gcc will be enough ?

Thanks.

#10 Re: Other Issues » [SOLVED] is cron daemon crond is running when there is no cronjob set ? » 2023-07-29 13:12:01

Thank you all for your additional inputs !

I've tried pgrep = ♥

#11 Re: Other Issues » [SOLVED] is cron daemon crond is running when there is no cronjob set ? » 2023-07-07 05:28:07

Thank you all for your reply !

Thank you that have confirmed my thinking. I'm shocked that some people can post "tutorial" without mastering a bit the topic.... Internet peoples.. big_smile

@boughtonp, oh great indeed I will use also a regex expression in grep to avoid to have the grep itself in the results.

ps aux | grep 'cron$'

#12 Other Issues » [SOLVED] is cron daemon crond is running when there is no cronjob set ? » 2023-07-06 09:13:05

SpongeBOB
Replies: 9

Hi everyone,

I would like to create a cronjob.

I've found a "tutorial" online -->  https://linuxhandbook.com/crontab/#the-cron-daemon

But it's start already weirdly...

on his example

christopher@pop-os:~$ ps ux | grep crond
christo+  8942  0.0  0.0  18612   840 pts/0    S+   02:16   0:00 grep --color=auto crond

I can see that the daemon is running for my user account.

neutral for me it's look like that we see the grep process ! not the crond !? Am I right?

anyway I've tried on my Devuan(Chimaera) and I don't see a crond running.. is that normal ?

Thanks.

#13 Re: Other Issues » Update nginx > 1.19.4 » 2023-05-29 08:33:11

BTW I followed those instructions

Installing a Prebuilt Debian Package from the Official NGINX Repository

but when I do an sudo apt update

i get

Hit:1 http://deb.devuan.org/merged chimaera InRelease
Ign:2 http://nginx.org/packages/debian chimaera InRelease
Hit:3 http://deb.devuan.org/merged chimaera-updates InRelease
Hit:4 http://deb.devuan.org/merged chimaera-security InRelease
Err:5 http://nginx.org/packages/debian chimaera Release
  404  Not Found [IP: 3.125.197.172 80]
Reading package lists... Done
E: The repository 'http://nginx.org/packages/debian chimaera Release' does not have a Release file.
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.

#14 Other Issues » Update nginx > 1.19.4 » 2023-05-26 06:57:00

SpongeBOB
Replies: 8

Hi everyone !

I'm running Chimaera and I would like to update my nginx to >= 1.19.4

When running https://pkginfo.devuan.org/cgi-bin/poli … x&x=submit I get:

nginx

1.22.1-9
  http://deb.devuan.org/merged ceres/main amd64
  http://deb.devuan.org/merged daedalus/main amd64

1.18.0-6.1+deb11u3
  http://deb.devuan.org/merged chimaera/main amd64
  http://deb.devuan.org/merged chimaera/main i386

So it's seem that 1.22.1-9 is ready for the next Devuan release ( I can't wait smile )

But how can I update my Chimaera to a version above 1.19.4 ?

Thanks

#15 Re: Other Issues » [SOLVED] How to Install the latest version of Python ? » 2023-04-15 06:16:45

Thank you @rbit,

btw for future reader, after the upgraded

python -V

was still giving my previous version, but just relaunching the terminal was giving the one just installed.

Cheers.

#16 Re: Other Issues » [SOLVED] How to Install the latest version of Python ? » 2023-04-14 16:58:35

I've found this --> https://aruljohn.com/blog/install-pytho … on--source

is this ok for Devuan too ?

BTW I changed

sudo make altinstall

by

sudo make install

#17 Other Issues » [SOLVED] How to Install the latest version of Python ? » 2023-04-14 16:55:50

SpongeBOB
Replies: 3

Hi everyone,

How can I install the latest version of python (3.11.3 at this date) on Chimaera 4.0 ?

Thanks.

#19 Re: Other Issues » [SOLVED] Installing certbot-nginx » 2023-03-23 13:00:37

FYI,

I tried to install just the certbot package, but it seem to be required for the next step -->
certbot certonly --nginx

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Could not choose appropriate plugin: The requested nginx plugin does not appear to be installed

#20 Other Issues » [SOLVED] Installing certbot-nginx » 2023-03-23 11:11:51

SpongeBOB
Replies: 2

Hi everyone,

I would to get/generate an SSL (TLS) certificate for a website.

I would like to use Let'sEncrypt and I found this guide that target Devuan smile -->

https://certbot.eff.org/instructions?ws … uanbeowulf

But when I try

sudo apt update
sudo apt install certbot certbot-nginx

I get

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package certbot-nginx

I don't know if certbot-nginx is required as I will most probably go with the option:
just get a certificate from this guide

certbot.eff.org wrote:

Or, just get a certificate

If you're feeling more conservative and would like to make the changes to your nginx configuration by hand, run this command.

sudo certbot certonly --nginx

So is certbot-nginx required ? Did you already installed a Let's encrypt certificate on your Devuan ?

Thanks

#21 Re: DIY » Nala (a prettier apt?) » 2022-12-02 07:41:31

Thank you @towwire to have taken the time to reply.

#22 Re: Installation » Install ZFS » 2022-10-10 06:01:57

So with my /etc/apt/sources.list

set like this

deb http://deb.devuan.org/merged chimaera       main contrib
deb http://deb.devuan.org/merged chimaera-updates       main contrib
deb http://deb.devuan.org/merged chimaera-security      main contrib

then entering the following commands

# apt update
# apt install module-assistant
# m-a prepare
# apt install zfsutils-linux

accepting the splash screen about the licenses conflict

here what I got in the last lines

zzstd.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/5.10.0-18-amd64/extra/zstd/zzstd/

depmod...

DKMS: install completed.
.
Setting up libzpool4linux (2.0.3-9) ...
Setting up linux-headers-amd64 (5.10.140-1) ...
Setting up zfsutils-linux (2.0.3-9) ...
modprobe: FATAL: Module zfs not found in directory /lib/modules/5.10.0-9-amd64
modprobe: FATAL: Module zfs not found in directory /lib/modules/5.10.0-9-amd64
invoke-rc.d: initscript zfs-import, action "start" failed.
dpkg: error processing package zfsutils-linux (--configure):
 installed zfsutils-linux package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of zfs-zed:
 zfs-zed depends on zfsutils-linux (>= 2.0.3-9); however:
  Package zfsutils-linux is not configured yet.

dpkg: error processing package zfs-zed (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-13+deb11u2) ...
Processing triggers for man-db (2.9.4-2) ...
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-9-amd64
Errors were encountered while processing:
 zfsutils-linux
 zfs-zed
E: Sub-process /usr/bin/dpkg returned an error code (1)

and when I do a lsmod | grep zfs I got nothing hmm

any ideas ?

#23 Re: Installation » Install ZFS » 2022-10-09 13:38:06

I found few documentations on how to install ZFS on Debian

With different way -->

sudo apt install linux-headers-amd64
sudo apt install -t bullseye-backports zfsutils-linux

sudo apt install linux-headers-$(uname -r) linux-image-amd64 spl kmod

do I need any of this ? and is it working for Devuan ? or do we (devuan community) have a package that install all the necessary ?

Thanks.

#24 Re: Installation » Install ZFS » 2022-10-09 13:25:34

Head_on_a_Stick wrote:

No. Just add contrib to the extant chimaera repositories.

Thank you HOAS !

To the 3 of them then ? like this ?-->

deb http://deb.devuan.org/merged chimaera main contrib
deb http://deb.devuan.org/merged chimaera-updates main contrib
deb http://deb.devuan.org/merged chimaera-security main contrib

#25 Installation » Install ZFS » 2022-10-09 12:08:24

SpongeBOB
Replies: 19

Hi everyone,

in my /etc/apt/sources.list I got

deb http://deb.devuan.org/merged chimaera main
deb http://deb.devuan.org/merged chimaera-updates main
deb http://deb.devuan.org/merged chimaera-security main

Should I add

deb http://pkgmaster.devuan.org/merged ascii main contrib

as seen on https://dev1galaxy.org/viewtopic.php?id=2506

and what is http://pkgmaster.devuan.org/merged ascii main contrib ?

Thanks.

Board footer

Forum Software