The officially official Devuan Forum!

You are not logged in.

#326 Re: Installation » post install: cdrom error - .iso image as a primary apt source » 2023-06-22 05:32:28

kur-ka wrote:

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.

#327 Re: Devuan Derivatives » refracta Daedalus 32 bit: installations problem :-( » 2023-06-22 05:24:08

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.

#328 Re: Installation » post install: cdrom error - .iso image as a primary apt source » 2023-06-21 22:22:03

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.

kur-ka wrote:

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.

#329 Re: Devuan » Devuan 5 Daedalus Release (Debian 12 - Bookworm) | Looking for info » 2023-06-15 03:02:21

rolfie wrote:

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

#330 Re: Desktop and Multimedia » libssl1.0-dev ? » 2023-06-02 21:25:28

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...

#331 Re: Devuan » /bin vs /usr/bin » 2023-06-01 19:34:40

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.

#332 Re: Other Issues » wget download articles linked to from a page » 2023-05-30 19:34:55

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.

#333 Re: Desktop and Multimedia » [SOLVED] Can't figure out how to play DVDs » 2023-05-22 02:18:07

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

#334 Re: Intergalactic Communities » Interest probing: Devuan Conference » 2023-05-15 22:30:37

... I wish.
dito Altoid, 15,096.92 km from here. I'd love to have a reason to go overseas. :-)

#335 Re: Off-topic » AI on mainstream media » 2023-05-14 20:38:43

I think AI from ChatGPT will be too risky for big business, too blatantly honest could cost fortunes in profits.

#336 Re: Devuan » (OS-Prober) Beowulf-Grub looses second NVME entry ... » 2023-05-13 22:51:37

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).

#337 Re: DIY » [SOLVED] Anyone know how to use privoxy? » 2023-05-07 04:25:48

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.

#338 Re: Installation » [SOLVED] Fujitsu Lifebook U728 + Devuan 4 » 2023-05-07 04:20:37

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.

#339 Re: Devuan » Non-free firmware in Devuan Daedalus? » 2023-05-01 22:25:44

fab161 wrote:

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.

:-)

#340 Re: Desktop and Multimedia » Loss of on-hover response » 2023-04-25 22:51:31

Hi, I've been having mouse problems as well. "focus" being the main disfunction.

#341 Re: Installation » Installation problem or GRUB problem? » 2023-04-25 22:18:11

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.

#342 Re: Devuan » When is the new Devuan release? » 2023-04-24 03:57:08

Good question. I'll be looking out as well, but not till september-november 2023.

Daedalus (5) has the latest kernels.. works good here.

#343 Re: Other Issues » sudo apt-get build-dep APACKAGE , returns, unmet dependency » 2023-04-24 01:35:18

The system wants elogind installed.

install with apt...

apt install libelogind0

Just ignore the systemd stuff you see in errors on Devuan systems.

#344 Re: News & Announcements » X.Org Security Advisory: Security issue in the X server » 2023-04-16 20:18:04

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.

#346 Re: Other Issues » Scrolling Output in the Console Window » 2023-04-11 22:07:59

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.

#347 Re: News & Announcements » X.Org Security Advisory: Security issue in the X server » 2023-04-06 23:44:36

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...

#348 Re: News & Announcements » X.Org Security Advisory: Security issue in the X server » 2023-04-06 01:17:56

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

#349 Re: Installation » [SOLVED] how to reinstall a package needed for maintaining a system? » 2023-04-02 23:35:49

ah, ...to do that hit 'E' at grub and just add 'single' to the linux line (2nd or 3rd last line).

#350 Re: Installation » [SOLVED] how to reinstall a package needed for maintaining a system? » 2023-04-02 23:34:13

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...

Board footer

Forum Software