You are not logged in.
Hello, my 5 cents to this:
I have a plain standard Daedalus installation on all my systems. My wife does the e-Banking and got some warnings from the bank's web-site.
Our plain standard installations have firefox 115.4.0esr - which comes with normal "apt update" commands.
So that settles it for Daedalus.
I downloaded Firefox from Mozilla.org and extracted/installed it to /opt. It can work in parallel with the esr Firefox, and the problems with the bank are solved.
Sincerely...
That is absolutely and intentionally made by Google/Youtube:
They want you to sign up for them to get some monthly fee, and this would stop all ads.
If you don't, you will have to do with the ads.
There was an announcement from Youtube recently.
Only my 2 pennies to it:
now I usually install Devuan (Daedalus) plain standard, Cinnamon DE, Console Productivity, SSH Server and Standard System Utilities, choosing OpenRC etc.
I don't even bother to check or configure any printer.
The CUPS-Browsed or Bonjour protocols seem to do all work.
When i check in Menu - Administration - Print Settings, my printer is already there. The same holds true for the scanner (MFP Printers).
This automatic setup seems to work with several modern printer brands. I can confirm this for Brother, HP and Canon.
I wonder if your Kyocera is an older model or configured differently.
My printer was set up just by connecting it to power and the internal network (I gave it a fixed IP address in the same subnet as the workstations)
So, maybe, this could work for modern Kyocera printers as well???
I've a similar HP Elitebook laptop PC since 2012. After a few month using it, I had similar problems with external displays and overhead projectors, until it went completely black. The built-in display was still working. HP service replaced the mainboard and the problems are gone since. I'm still using it today, with Devuan Daedalus. I'm still happy.
It's lovely to read positive comments! Thank you.
If things are good it's good to tell that too. And I personally haven't found a single negative aspect of Devuan 5 yet.
All our systems now run Devuan5 - and before it was Devuan - many years already. Stability, freedom, sensible selection of software and an exciting community. What more is there to wish?
We have to thank the developers, the community, the "Veteran Unix Adminstrators"... a great bravissimo to them.
In the worst case you have to factory-reset your mainboard, redo the UEFI setup (disable secure boot), wipe the disks and install anew, from scratch. That almost always works.
Suggestion:
download the iso HelenSmith indicated
download the checksums and verify your downloaded iso
(sha256sum devuan_daedalus_5.0.0_amd64_desktop.iso)
then:
sudo dd if=devuan_daedalus_5.0.0_amd64_desktop.iso of=/dev/sdb ### (if that is your USB drive, verify it with lsblk, make sure its unmounted.)
be patient
reboot
follow the simplest procedure to install (select 1)
be sure which partition you want to use
as an example:
- /dev/sda1 EFI (don't touch if its already there)
- /dev/sda2 ext4, format it , it becomes root (/)
- /dev/sda3 SWAP (twice memory size 8GB memory, make it 8-16 GB)
- /dev/sda4 ext4, don't format it if you want to reuse userdata, (/home)
- /dev/sda5 ext4, format it, could become /srv (/srv)
If you are sure of your choices, write the layout down to disk and continue your installation.
If it's to become a server, you can always remove unwanted software like libreoffice and whatever later, apt and synaptic do a very good job.
You might want to choose:
- Devuan Destop environment
- XFCE
- web server
- console productivity
- ssh server
- standard system utilities.
This shouldn't be that hard, the mentioned documentation is quite good.
The only critical thing may be the grub-install.
I mentioned it before, but if the new Devuan is the only OS ion your system, it should work, hopefully.
Good luck.
One note concerning OS booting:
when you had a Windows on the system before installing linux, chances are high in your UEFI settings the "Secure Boot" option is enabled.
I suggest to disable Secure Boot. I only had the worst of all experiences with Secure Boot. (Thank you, Microsoft, grrmbllh!)
I encountered that problem when installing Daedalus on a UEFI-type computer that also has another linux (Mint) on another partition.
The same message at the first boot after successful installation
I could solve it by booting to linux mint and doing the grub-install and update-grub things from mint. That still has the os-prober enabled.
Afterwards I could boot Daedalus.
I then corrected the update-grub file to allow the os-prober again. All is fine now.
Although Network-Manager is great for desktops and laptop PCs.
And only for these and not for servers.
It's important enough to report:
Should you install Devuan Daedalus and want to configure it as an DHCP server,
don't forget to remove the Network-Manager (apt remove network-manager) from your system and configure the network in the classical way in
/etc/network/interfaces.
This will save you from head-aches caused by quizzical entries in /var/log/syslog and the DHCP server not starting at system start.
In such a case you can still start the server manually after system-boot. But system-boot will fail the starting DHCP server. (I use OpenRC)
You may have to edit /etc/default/ISC_DHCP-SERVER too depending on your IPv4 and IPv6 configuration.
Network-Manager is not recommended on servers anyway - think of BIND9, NFS, DHCP etc.
Network-Manager comes along with DEs - but I still want to have an XFCE4 Desktop on a server.
I'm not sure if that has to do with Daedalus, but I hadn't that problem with Beowulf.
Otherwise I can tell only the best from Daedalus! Be happy, as I am.
Hello,
That's really good and helpful information, thank you.
Could you possibly post your future experiences with open-rc init?
I'm interested. I always use open-rc and I like it, but I always stuck to the default init program (InitSysV).
Have a great day.
Welcome to the forum and the very friendly Devuan-community!
You complicate matters by using the server-CD and CD2,3,4, increasingly so if done in a VM, due to the CD swapping.
It can be done in a single go using the desktop-image iso, which you can directly import to your VM host and deploy your Cinnamon-Devuan installation.
The server CD, though installs only basic things to make up a server. However, you can install tasksel which gives you the comfort of an automated process to install desktop-environments.
BTW: you can install a pure server using the same dvd-iso.
The install instructions are here:
https://www.devuan.org/os/documentation … all-devuan
Good luck and have fun. Daedalus is really fun, believe me.
Congratulations to all of the Devuan team and the community helping refine that release. Daedalus is simply fantastic.
BRAVO - Thank you all!!
It's quite easy:
install clamav-daemon (with all dependencies)
The services will be installed and started.
To make sure your on-access-scan is started by default:
$ sudo rc-update add clamav-daemonI've just verified it on my standard Devuan 4 (Chimaera) system. It run's with open-rc.
If you have a system installed with init-sysV, the same script should work:
$ ls -l /etc/init.d/clam*
-rwxr-xr-x 1 root root 9563 Feb 17 21:43 /etc/init.d/clamav-daemon
-rwxr-xr-x 1 root root 7692 Feb 17 21:43 /etc/init.d/clamav-freshclamUpdate - Devuan Daedalus
I have tested 3 different Brother MFC / DCP multifunction printers.
With the latest Daedalus RC7 install, all printers work well, immediately, without any config to do. This holds true for printing and scanning (flatbed and sheet-feeder).
With the Chimaera release the experience was and still is identical with the exception of the scanner not working correctly with the ADF (document feeder). For this version of Devuan I had to download the Brother br-sane-config-tool to setup the scanner (with ADF) correctly. If not, I could scan only with the flatbed scanner.
It looks as that detail was corrected with the sane release in Devuan Daedalus.
1. Install printer in to the IP network - 2. go to your Devuan box - 3. and start printing!
I'm so happy.
BTW: Daedalus RC7 looks very polished, slick and nice - and ready. I'd like to call it "the best".
@alexkemp: give it a try
Agree: none
Should you share files with Windows machines, you can check and protect these files with clamav. Just keep it updated. Read The Fascinating Man-pages.
And one other note to add:
I've just tested the rc5 netinstall. The USB stick boots correctly, installation is flawless, the system works very well, on both, BIOS-architectures and EFI-architectures.
Good work, thanks to you.
Just to conclude that matter,
the desktop-iso (rc4) works like a charm too.
I found no issues with all 3 isos tested. (rc4!)
I suggest to mark the topic resolved...
Thanks to you all
Hello all,
I'm happy to report the new rc4 isos boot correctly from the USB sticks. I have tested the netinstall and server iso.
The desktop iso comes next.
I will report if issues come up again.
So for now life is beautiful and the world is a wonderful place. THANK YOU, Ralph and all concerned.
Have a good day, André
I see, the rc4 isos are already there, I will test immediately and report back.
Result:
The netinstall iso (rc3) successfully boots into the installer when burned to a CDROM and booted from.
The same iso booted from a USB stick fails.
The test was performed on the very same machine..
And yes, on the CD it's syslinux booting.
I hope the information helps...
@ralph.ronnquist,
Sorry for the delay, had a night's rest....
Here the required lspci -v on my Alma Linux installation:
[linuxadmin@coyote ~]$ lspci -v
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
Subsystem: Intel Corporation Device 2035
Flags: bus master, fast devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: ivb_uncore
Kernel modules: ie31200_edac
00:02.0 VGA compatible controller: Intel Corporation IvyBridge GT2 [HD Graphics 4000] (rev 09) (prog-if 00 [VGA controller])
DeviceName: CPU
Subsystem: Intel Corporation Device 2035
Flags: bus master, fast devsel, latency 0, IRQ 30
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: Intel Corporation Device 2035
Flags: bus master, medium devsel, latency 0, IRQ 24
Memory at f7e20000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
Subsystem: Intel Corporation Device 2035
Flags: bus master, fast devsel, latency 0, IRQ 31
Memory at f7e3c000 (64-bit, non-prefetchable) [size=16]
Capabilities: <access denied>
Kernel driver in use: mei_me
Kernel modules: mei_me
00:16.3 Serial controller: Intel Corporation 7 Series/C210 Series Chipset Family KT Controller (rev 04) (prog-if 02 [16550])
Subsystem: Intel Corporation Device 2035
Flags: 66MHz, fast devsel, IRQ 19
I/O ports at f0e0 [size=8]
Memory at f7e3a000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: serial
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
DeviceName: L1U1
Subsystem: Intel Corporation Device 2035
Flags: bus master, fast devsel, latency 0, IRQ 25
Memory at f7e00000 (32-bit, non-prefetchable) [size=128K]
Memory at f7e39000 (32-bit, non-prefetchable) [size=4K]
I/O ports at f080 [size=32]
Capabilities: <access denied>
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: Intel Corporation Device 2035
Flags: bus master, medium devsel, latency 0, IRQ 16
Memory at f7e38000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
DeviceName: AU1
Subsystem: Intel Corporation Device 2035
Flags: bus master, fast devsel, latency 0, IRQ 32
Memory at f7e30000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 16
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: [disabled]
Memory behind bridge: [disabled]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 18
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000e000-0000efff [size=4K]
Memory behind bridge: f7d00000-f7dfffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
Subsystem: Intel Corporation Device 2035
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at f7e37000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
I/O behind bridge: [disabled]
Memory behind bridge: f7c00000-f7cfffff [size=1M]
Prefetchable memory behind bridge: [disabled]
Capabilities: <access denied>
00:1f.0 ISA bridge: Intel Corporation Q77 Express Chipset LPC Controller (rev 04)
Subsystem: Intel Corporation Device 2035
Flags: bus master, medium devsel, latency 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
Subsystem: Intel Corporation Device 2035
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 26
I/O ports at f0d0 [size=8]
I/O ports at f0c0 [size=4]
I/O ports at f0b0 [size=8]
I/O ports at f0a0 [size=4]
I/O ports at f060 [size=32]
Memory at f7e36000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
Subsystem: Intel Corporation Device 2035
Flags: medium devsel, IRQ 18
Memory at f7e35000 (64-bit, non-prefetchable) [size=256]
I/O ports at f040 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
DeviceName: L2U1
Subsystem: Intel Corporation Device 2035
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at f7d00000 (32-bit, non-prefetchable) [size=128K]
I/O ports at e000 [size=32]
Memory at f7d20000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: e1000e
Kernel modules: e1000e
03:03.0 FireWire (IEEE 1394): LSI Corporation FW322/323 [TrueFire] 1394a Controller (rev 70) (prog-if 10 [OHCI])
Subsystem: Intel Corporation Device 2035
Flags: medium devsel, IRQ 10
Memory at f7c00000 (32-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: <access denied>
[linuxadmin@coyote ~]$ I will burn the rc3 iso to a CD and test booting it on that same machine.
I will report back. Thank you all!
Unfortunately, the problem is still present in the rc3 files.
I have tested the netinstall-iso and the server-iso.
Does it help if I try to burn CDs with these rc3 files and test again?
You are a hero Ralph, thank you!
I will test it when it appears and report back.
Have a good day.