You are not logged in.
PS.What does non-free-firmware add? Anything described in these proposals?
There used to be a repo for non free firmware, now it's within the 'framework', not separate.
Hi, look up 'dual boot', if you have created enough free space on the windows drive,
the installer program will allow you to set up and install Daedalus.
I haven't dual booted in quite some time... drop in anyone with a newer truth.
The installer should leave you able to select which OS to start, your choice... with a time out so it will eventually boot the default.
If you are concerned about your setting on the stick, you may be able to duplicate it later.
This is working for me as well. Saves a little bandwidth and time, And is an offline resource. Thank you to all the contributors. :-)
Just one thing, I get errors from apt-key... Which I have not seen before this week... says it's (apt-key) depreciated and superseded by another device/app.
Anyhow, it seems to work.
Hope the below looks much less a mess:
deb [trusted=yes] file:/mnt/dvn-dvd-only/ chimaera contrib main non-free deb [trusted=yes] file:/mnt/dvn-pool1-only/ chimaera main deb http://deb.devuan.org/merged/ chimaera main contrib non-free deb-src http://deb.devuan.org/merged/ chimaera main contrib non-free deb http://deb.devuan.org/merged/ chimaera-updates main contrib non-free deb-src http://deb.devuan.org/merged/ chimaera-updates main contrib non-free deb http://deb.devuan.org/merged/ chimaera-security main contrib non-free deb-src http://deb.devuan.org/merged/ chimaera-security main contrib non-free
No apt pinning was required from my POV as this order automagically prefers file: type sources even though all of the sources above are considered as 500 priority (apt-cache policy to verify). Of course I mounted as CD-ROMs both iso files to make this setting work permanently so I dropped them in my users-disk-space, made two additional directories (under /mnt) and added to /etc/fstab:
/home/myusername/apt/devuan_chimaera_4.0.0_amd64_desktop.iso /mnt/dvn-dvd-only udf,iso9660 loop 0 0 /home/myusername/apt/devuan_chimaera_4.1_0_amd64_pool1.iso /mnt/dvn-pool1-only udf,iso9660 loop 0 0
and installed devuan-keyring.
Got my workstation and a laptop running Daedalus for several months now productive at home. No major issues, just smaller topics.
I'm the same, both Laptop and Desktop running Daedalus. :-) thankyou
Hi, I wonder if you can just unpack the .deb, same as a compressed archive.
there is 2 folders, data and control.
I often unpack them using the GUI and a file manager like Dolphin (kde5)
Currently I have libssl.1 libssl3 and libssl and openssl(3) At this point I do not have the -dev packag installed, so your mileage may vary.
I hope this helps, but I'm not sure about all you need for encryption...
the /opt dir still has it's uses.
Backwards compat. is still happening. I remember being asked at install, do i want to merge the dir, /bin & /usr/bin...
I just say yes, what would I know... still works.
Hi, I used to download electronics pages with httrack, a webpage/site downloader. The package is in the devuan repos for Daedalus.
With the page on your computer you may move the docs you want and then clean up the left-overs to the rubbish bin.
I hope this helps you.
SMPlayer is a front-end for MPlayer and mpv, so look for those plugins if required.
make sure you have permission to use the device by being in the same group ... 'games' group, for xample.
I only use cd s in my laptop.
I hope that helps
... I wish.
dito Altoid, 15,096.92 km from here. I'd love to have a reason to go overseas. :-)
I think AI from ChatGPT will be too risky for big business, too blatantly honest could cost fortunes in profits.
I would put the entries into the /etc/default/grub file, if it did not work with the custom entry (/etc/grub.d/40_custom).
Hi, I just got it working with a socks proxy as well.
In browsers...
privoxy
127.0.0.1:8118
socks5
127.0.0.1:1080 udp
ssh -f -N -D 127.0.0.1:1080 localhost
just trying to mind my own business.
there's probably port forward lines in /etc/sysctl.conf to be set as well... there is for squid_proxy setups.
X configures automagically on my box. I think you need those other packages from your install scripts.
Do you get an error when you use "su -"? The newer versions reject it "su -" with a terse message.
I have sudo installed, but I'm one of those who prefers to su when required, I have it turned off in services
I use rc-update to see and edit the services & daemon list (open-rc init).
If you can login then you can su to a substitute user.
Thank you for the reply. When I installed Devuan via the netinstaller in the past, I had to load the iwlwifi firmware packages from a USB stick.
.. you might still need to us a usb stick for the modules... if your network chips are new enough.
So, I'd say we haven't seen the end of "insert disk" to proceed.
:-)
Hi, I've been having mouse problems as well. "focus" being the main disfunction.
Hi, if you are using "su" to get root... try "su -" ... some M$CE thinks it's better to change stuff, imho.
..and check the release notes for other upgrades.
Good question. I'll be looking out as well, but not till september-november 2023.
Daedalus (5) has the latest kernels.. works good here.
The system wants elogind installed.
install with apt...
apt install libelogind0
Just ignore the systemd stuff you see in errors on Devuan systems.
TIA,
/etc/inittab
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
# The default runlevel.
id:2:initdefault:
# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS
# What to do in single-user mode.
~~:S:wait:/sbin/sulogin --force
# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.
l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin --force
# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."
# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
# <id>:<runlevels>:<action>:<process>
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty --noclear 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6
# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
#
# or on a USB serial line
#U0:23:respawn:/sbin/getty -L ttyUSB0 9600 vt100
# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
# Example for systemd-nspawn
# Only /dev/console exists inside nspawn, so we need a getty on that.
# Also make sure to comment out the gettys on tty* above.
#C0:2345:respawn:/sbin/getty -8 --noclear --keep-baud console 115200,38400,9600
That's it... I dont remember modifying it.
Thank you
Has anybody worked out how to get the tty's to stay after updating/upgrading Daedalus?
I use them sparely, but very often it's the only way to edit configs and/or install required packages.
Sorry for the hijack... it is a pita.
Well, I got stuck this time, no tty's and a non-responsive keys and screen.
Why do I have no tty's?
Even now after a re-config to get the gui again and still no tty's. ona day at a time...
This is my third time reading through this thread and I'd like to THANK YOU ALL!
Some of this tech has escaped me for a long time and I'm slowly putting the jigsaw puzzle pieces into position.
I like the bling but I want the security.
regards Glenn
ah, ...to do that hit 'E' at grub and just add 'single' to the linux line (2nd or 3rd last line).
hi, to get access to the programs and other services like network, boot into single mode instead of safe mode boot.
You should get a login point... from there you'll have dpkg...