The officially official Devuan Forum!

You are not logged in.

#51 Re: ARM Builds » Testimage: RaspberryPi 3+, Chimaera + TDE 14.1 » 2021-03-31 18:12:44

Oh, you did reboot after raspi-config, did you?

#52 Re: ARM Builds » Testimage: RaspberryPi 3+, Chimaera + TDE 14.1 » 2021-03-31 16:55:59

@raspi-config: Thanks for testing ... looks like I'll need to craft my own tool smile

#53 Re: ARM Builds » Testimage: RaspberryPi 3+, Chimaera + TDE 14.1 » 2021-03-30 19:46:52

Glad it works on RPi 4 smile

to expand the partition you can use "raspi-config": "su" -> raspi-config -> Advanced -> expand ... (don't know how that menu entry is named). Root password is "toor".

I'll need to test the USB3 port on my RPi400. Do you get these errors when you use a SD-card, too?

#54 Re: Devuan Derivatives » ISO to test: Devuan + Exegnulinux + LinuxCNC + stuff remaster » 2021-03-30 15:45:49

I just finished uploading the image for RaspberryPi3+. It is based on Devuan Chimaera + TDE 14.1:

https://github.com/zwieblum/devuan-imag … tde.img.xz

#55 ARM Builds » Testimage: RaspberryPi 3+, Chimaera + TDE 14.1 » 2021-03-30 15:44:18

samhain
Replies: 13

I just uploaded a new image of Devuan Chimaera + TDE 14.1. The image was tested on RPi 3+, it should work on RPi4 and RPi 400, too.

https://github.com/zwieblum/devuan-imag … tde.img.xz

UID/PWD: pi/pi and root/toor

Enjoy smile

#56 Re: Devuan Derivatives » ISO to test: Devuan + Exegnulinux + LinuxCNC + stuff remaster » 2021-03-29 08:17:12

Just uploaded the spring 2021 update: newest devuan beowulf, linuxcnc 2.8.1, all tools upgraded to latest version and most noticable: TDE 14.1. Enjoy smile

PREEMPT RT:

    ISO: https://github.com/zwieblum/devuan-imag … 021-04.iso
    SHA256: https://github.com/zwieblum/devuan-imag … iso.sha256

RTAI Kernel:

    ISO: https://github.com/zwieblum/devuan-imag … 021-04.iso
    SHA256: https://github.com/zwieblum/devuan-imag … iso.sha256

Release 2021.04 and up: root / toor and user / user.

#57 Re: ARM Builds » Images for OrangePi » 2020-12-09 19:05:15

oops, late reply smile

I think they should be included in the image, but I am not sure if they are worth the trouble: the realtime patchset is unmatained since some months and the armbian kernel only builds inside the armbian docker image or on the device itself - in both cases the .config is included.

#58 Installation » RaspberryPi Zero W » 2020-11-05 12:00:56

samhain
Replies: 1

Is there a working devuan image for RaspberryPi Zero W around somewhere? I know I had one winning ~ 2 years ago, but the ascii image of devuan does not work on current Zeros any more hmm

#59 Devuan Derivatives » ISO to test: Devuan + Exegnulinux + LinuxCNC + stuff remaster » 2020-10-09 10:29:51

samhain
Replies: 6

Hi friends of Devuan and it's desendents!

This is my remaster of Exegnulinux + LinuxCNC 2.8 + HTML Docs, NCAM, PREEMPT Kernel, smictrl, ... and a whole toolkit with
F-Engrave, dmap2gcode, g-Code_Ripper, pycam 0.7, dxf2gcode, pcb2gcode & pcb2gcodeGUI, KiCad, Gimp, Inkscape, Slic3r, Printrun, OpenScad ... and some more smile

Architecture: amd64

https://github.com/zwieblum/devuan-imag … 8_2302.iso
https://github.com/zwieblum/devuan-imag … iso.sha256

Please feel free to test an give feedback smile

Bildschirmfoto1.png

PWD/UID: root/root and user/user

Nik

#60 ARM Builds » Images for OrangePi » 2020-09-26 19:06:32

samhain
Replies: 2

For all owners of OrangePi Zero (LTS) and OrangePi PC Plus: I've remastered the latest armbian images to use devuan.
https://github.com/zwieblum/devuan-images

#61 Re: Documentation » Make a live-CD with live-sdk » 2018-03-21 09:03:17

I dig a bit deeper: a bunch of issues comes from moved git repositories, tor-browser updated, abiword & awesome beeing not installabe (why ever). With these changes to the heads config I can at least build an iso:

$ diff config.original config
27c27
< gtomb_url="git://git.parazyd.cf/gtomb.git"
---
> gtomb_url="https://git.parazyd.org/gtomb"
35c35
< musl_version="v1.1.18"
---
> musl_version="v1.1.19"
38c38,39
< tbb_version="7.0.11"
---
> tbb_url="https://dist.torproject.org/torbrowser/"
> tbb_version=$(curl -s "$tbb_url"|sed -n 's#^.*>\([0-9.]*\)/<.*$#\1#p'|tail -n 1)
43c44,50
< tbb_url="https://www.torproject.org/dist/torbrowser/${tbb_version}/tor-browser-linux${aa}-${tbb_version}_en-US.tar.xz"
---
> tbb_url="$tbb_url/${tbb_version}/tor-browser-linux${aa}-${tbb_version}_en-US.tar.xz"
> 
> base_packages+=(
> 	build-essential
> 	bc
> 	gpgv-static
> )
45a53,56
> 	joe
> 	bash-completion
> 	gpgv-static
> 
52d62
< 	awesome
109,110c119
< 	abiword
< 	abiword-plugin-grammar
---
> 

Now some things still silently fail. There is an messge in the console ouput somewhere, that initrd was not found, but no entry in any logfile can be found. The resulting iso cannot boot without initrd.

These are the 2 blocks from console output that contain error messages:

cd /home/entwicklung/security/heads/build-system/initramfs/build/bin && /bin/busybox --install -s .
wget -c https://deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
--2018-03-21 09:55:26--  https://deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
Resolving deb.debian.org (deb.debian.org)... 5.153.231.4, 130.89.148.14, 149.20.4.15, ...
Connecting to deb.debian.org (deb.debian.org)|5.153.231.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://cdn-aws.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb [following]
--2018-03-21 09:55:27--  https://cdn-aws.deb.debian.org/debian/pool/main/g/gnupg2/gpgv-static_2.2.3-1_amd64.deb
Resolving cdn-aws.deb.debian.org (cdn-aws.deb.debian.org)... 13.32.28.74, 13.32.28.201, 13.32.28.21, ...
Connecting to cdn-aws.deb.debian.org (cdn-aws.deb.debian.org)|13.32.28.74|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-03-21 09:55:27 ERROR 404: Not Found.

Makefile:40: recipe for target 'gnupg' failed
make: *** [gnupg] Error 8
 [E] error in: iso_setup_isolinux (override)
 [W] called in: iso_setup_isolinux (override)
 [W] called in: umounted sys
 [W] called in: setting up isolinux
 [E] error reported, operation aborted.
cp: cannot stat '/home/entwicklung/security/heads/build-system/live-sdk/../initramfs/initramfs.cpio.gz': No such file or directory
 [E] error in: iso_setup_isolinux (override)
 [W] called in: iso_setup_isolinux (override)
 [W] called in: umounted sys
 [W] called in: setting up isolinux
 [E] error reported, operation aborted.
 [D] iso_write_isolinux_cfg (override)
 (*) writing isolinux configuration
Cloning into 'rootfs-overlay'...
remote: Counting objects: 1352, done.
remote: Total 1352 (delta 0), reused 0 (delta 0), pack-reused 1352
Receiving objects: 100% (1352/1352), 10.86 MiB | 263.00 KiB/s, done.
Resolving deltas: 100% (536/536), done.
mv: cannot move 'rootfs-overlay/.git' to './.git': Directory not empty
 [E] error in: devprocsys umount /home/entwicklung/security/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
 [W] called in: devprocsys umount /home/entwicklung/security/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
 [W] called in: umounted sys
 [W] called in: grabbing rootfs-overlay
 [E] error reported, operation aborted.

#62 Re: Documentation » Make a live-CD with live-sdk » 2018-03-20 14:07:15

Thanks, that helped for the kernel. But I still cannot build a valid heads iso, so I question myself when was the last time somebody actually tried to build that beast from git?

#63 Re: Documentation » Make a live-CD with live-sdk » 2018-03-18 20:36:55

Ok, kind of success: As you said, "build-essential" is missing in the chroot-environment. I had to install "build-essentiall" and "bc" into [...]/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap, now the kernel is beeing compiled. But where do I need to place these 2 packages, so that the buidscripts will actually add them to the build system?

#64 Re: Documentation » Make a live-CD with live-sdk » 2018-03-18 19:54:01

I just started all over again, cloned the heads build-system. "build-essential" is in the list "extra_packages=(" in "build-system/config", so I assume it should be present. Anyway, the build process breaks when trying to compile the kernel.

The console says:

 (*) chrooting to execute dpkgdivert...
+ exec
Adding 'local diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.chroot'
 (*) chrooting to execute install-linux-heads...
+ exec
 [E] error in: chroot-script dpkgdivert
 [W] called in: chroot-script dpkgdivert
 [W] called in: mounted devpts
 [W] called in: chrooting to execute install-linux-heads...
 [E] error reported, operation aborted.
 [D] dpkgdivert off /home/heads/build-system/live-sdk/tmp/devuan-amd64-build/bootstrap
 [D] chroot-script dpkgdivert
 (*) chrooting to execute dpkgdivert...

log/install-linux-heads.log says:

+ export DEBIAN_FRONTEND=noninteractive
+ cd /usr/src/linux-heads
+ make oldconfig
/install-linux-heads: 4: /install-linux-heads: make: not found
+ exit 1

What can I try next?

#65 Re: Documentation » Make a live-CD with live-sdk » 2018-03-18 10:28:27

I have a problem building heads: build_kernel_amd64 gets the kernel successful, but then breaks when trying to compile it. The logfile says quite surprisingly that "make" is missing in chrooted build system. So, how can I add make to the build system?

#66 Re: Documentation » Devuan purpy Theme for TDE » 2017-05-04 10:54:58

Mods: Changed Background image to purpy, included image in Devuan.kth

#68 Re: Documentation » Devuan purpy Theme for TDE » 2017-04-05 06:29:13

It's in "desktop-base". I've added it to the list op packages needed.

#69 Documentation » Devuan purpy Theme for TDE » 2017-04-03 15:46:17

samhain
Replies: 7

This is a short HowTo for installing a Devuan purpy style theme for TDE. Who does not know TDE: https://trinitydesktop.org - no dependencies on GTK/systemd/cruft-you-do-not-like.

These are the steps needed to get a TDE desktop, that mostly looks like the default GUI:

tde-devuan-0.1-4.png

Project on git.devuan.org: https://git.devuan.org/samhain/TDE-theme

Create the needed icons:

As devuan GTK theme is based on mate-icon-theme and
clearlooks-phenix-purpy-theme and the GTK iconsets do not match the TDE icon
sets, we need to create a matching TDE icon set yourself or download it here: https://git.devuan.org/samhain/TDE-them … uan.tar.xz

# aptitude install clearlooks-phenix-purpy-theme mate-icon-theme desktop-base
# aptitude install imagemagick librsvg2-bin

Now let's create the mixed iconset:

# cd /opt/trinity/share/icons/
# cp -a crystalsvg devuan
# cd devuan
# cp -a /usr/share/icons/mate/[0-9]* .
# cp /usr/share/icons/hicolor/128x128/emblems/emblem-devuan.png 128x128/apps/kmenu.png
# rm scalable/apps/kmenu.svgz
# cp /usr/share/icons/hicolor/scalable/emblems/emblem-devuan.svg scalable/apps/kmenu.svg
# gzip scalable/apps/kmenu.svg 
# mv scalable/apps/kmenu.svg.gz scalable/apps/kmenu.svgz
# for i in [0-9]*; do convert /usr/share/icons/hicolor/scalable/emblems/emblem-devuan.svg -resize ${i%/} $i/apps/kmenu.png; done
# for i in $(find . -iname folder-documents.png); do cp $i $(dirname $i)/folder_wordprocessing.png; done
# echo << XXX
[Icon Theme]
Name=Crystal MATE
Comment=Mixed Icon Theme for DEVUAN
XXX
# cat ../crystalsvg/index.theme | grep --invert-match -e ^Comment -e ^Name -e '\[Icon Theme\]' >> index.theme

You can set the matching GTK theme with "lxappearance", if you want GTK stuff themed simillar.

And you'll need my TDE theme package from here: https://git.devuan.org/samhain/TDE-them … Devuan.kth

Install the theme in TDE:
kcontrol, "Appearence & Themes", "Theme Manager", "Install new Theme" --> select the file "Devuan.kth"

tde-devuan-0.1-5.png

Enjoy :-)

Board footer

Forum Software