You are not logged in.
Ping to localhost works as well as printing.
$ ping -c 5 localhost
PING localhost(localhost (::1)) 56 data bytes
64 bytes from localhost (::1): icmp_seq=1 ttl=64 time=0.014 ms
64 bytes from localhost (::1): icmp_seq=2 ttl=64 time=0.037 ms
64 bytes from localhost (::1): icmp_seq=3 ttl=64 time=0.030 ms
64 bytes from localhost (::1): icmp_seq=4 ttl=64 time=0.037 ms
64 bytes from localhost (::1): icmp_seq=5 ttl=64 time=0.030 ms
--- localhost ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4088ms
rtt min/avg/max/mdev = 0.014/0.029/0.037/0.008 ms
curl does not work either
$ curl -Iv localhost:631
* Trying 127.0.0.1:631...
* connect to 127.0.0.1 port 631 failed: Verbindungsaufbau abgelehnt
* Trying [::1]:631...
* connect to ::1 port 631 failed: Verbindungsaufbau abgelehnt
* Failed to connect to localhost port 631 after 0 ms: Couldn't connect to server
* Closing connection 0
curl: (7) Failed to connect to localhost port 631 after 0 ms: Couldn't connect to server
No output on
# ss -ltnp sport 631
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
Log entries
# tail /var/log/cups/*_log
==> /var/log/cups/access_log <==
localhost - - [08/Sep/2023:14:10:30 +0200] "POST / HTTP/1.1" 200 152 Cancel-Subscription successful-ok
localhost - - [08/Sep/2023:17:33:48 +0200] "POST / HTTP/1.1" 200 349 Create-Printer-Subscriptions successful-ok
localhost - - [08/Sep/2023:17:33:48 +0200] "POST / HTTP/1.1" 200 176 Create-Printer-Subscriptions successful-ok
localhost - - [08/Sep/2023:17:36:11 +0200] "POST / HTTP/1.1" 200 360 Create-Printer-Subscriptions successful-ok
localhost - - [08/Sep/2023:17:37:20 +0200] "POST / HTTP/1.1" 401 123 Cancel-Subscription successful-ok
localhost - root [08/Sep/2023:17:37:20 +0200] "POST / HTTP/1.1" 200 123 Cancel-Subscription successful-ok
localhost - - [08/Sep/2023:17:37:20 +0200] "POST / HTTP/1.1" 200 152 Cancel-Subscription successful-ok
localhost - - [08/Sep/2023:17:38:23 +0200] "POST / HTTP/1.1" 200 349 Create-Printer-Subscriptions successful-ok
localhost - - [08/Sep/2023:17:38:23 +0200] "POST / HTTP/1.1" 200 176 Create-Printer-Subscriptions successful-ok
localhost - - [08/Sep/2023:17:38:32 +0200] "POST / HTTP/1.1" 200 360 Create-Printer-Subscriptions successful-ok
==> /var/log/cups/error_log <==
E [08/Sep/2023:17:33:48 +0200] Unknown directive SubscriptionPrivateValues on line 128 of /etc/cups/cupsd.conf.
W [08/Sep/2023:17:33:48 +0200] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
E [08/Sep/2023:17:33:48 +0200] Missing value on line 2039 of /var/cache/cups/job.cache.
W [08/Sep/2023:17:38:23 +0200] Duplicate listen address "/run/cups/cups.sock" ignored.
E [08/Sep/2023:17:38:23 +0200] Unknown directive JobPrivateAccess on line 125 of /etc/cups/cupsd.conf.
E [08/Sep/2023:17:38:23 +0200] Unknown directive JobPrivateValues on line 126 of /etc/cups/cupsd.conf.
E [08/Sep/2023:17:38:23 +0200] Unknown directive SubscriptionPrivateAccess on line 127 of /etc/cups/cupsd.conf.
E [08/Sep/2023:17:38:23 +0200] Unknown directive SubscriptionPrivateValues on line 128 of /etc/cups/cupsd.conf.
W [08/Sep/2023:17:38:23 +0200] Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103
Can't read cupsd.conf, is a binary file.
Looks like no cups service is running, but why? Restarting the service has no effect on the problem.
# sh /etc/init.d/cups start
Starting Common Unix Printing System: cupsd.
# ss -ltnp sport 631
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
Using http or https makes no difference. Emptied the cache, cookies, still doesn't work. A ping to 127.0.0.1 or localhost is working.
Crosschecked against my laptop: same FF-ESR version on board, connection to localhost:631 is possible, I get the cups menu.
Compared hosts and interfaces contents, the same for localhost. Difference between the two systems is that I let the network-manager handle all connections on the laptop while I use fixed IPs on my workstation.
Is it possible that I get interference from there? Tried to remove the network-manager on my workstation, but that also wants to remove Cinnamon.
Tried that, no effect. Printing works.
I am running Daedalus with Cinnamon and Firefox ESR since about 10 months on my workstation. I did set up my Kyocera P6230 when configuring the system during this time, and I did use https://localhost:631 in FF to configure my printer. Now I tried again to see if I could find some settings again, and my up to date FF-ESR tells me no connection to https://localhost:631.
I have checked hosts, network settings and anything I could think about. Could find nothing wrong. No more connection to localhost re. setting up cups. Can't tell when I last used it.
What may have changed meanwhile?
The intention is not to switch power off the PC after putting it to sleep. Its just to enable some sort of power saving when I am off of my PC during the day. I switch off anyhow during the night.
Well, my experience during the past days is that mostly its working fine. Also the backports kernel 6.4 installed today seems to work.
Just had an issue once some days ago that I could not update web page in Firefox any more. A reboot was required to fix.
For me its solved.
Show the printout of:
$ locale
$ cat /etc/default/keyboard
and tell us which keyboard layout do you have? Norwegian, Swedisch, Spanish .... ?
Next time one problem per post please, makes answering and follow up much easier.
To the keyboard issue: I never cared for any keyboard model. Locale and keyboard layout are usually defined during setup, im my case Germany/German. Maybe you take a read into the Ubuntu wiki, or search the web a bit for the keywords "linux configure locale" and "linux configure keyboard".
What I haven't seen is a exact description of your problem, so a specific answer isn't possible.
My locale shows:
$ locale
LANG=de_DE.UTF-8
LANGUAGE=
LC_CTYPE="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_PAPER="de_DE.UTF-8"
LC_NAME="de_DE.UTF-8"
LC_ADDRESS="de_DE.UTF-8"
LC_TELEPHONE="de_DE.UTF-8"
LC_MEASUREMENT="de_DE.UTF-8"
LC_IDENTIFICATION="de_DE.UTF-8"
LC_ALL=
In /etc/default/keyboard I find:
$ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
That works for me.
Maybe you tell as a bit more about the problem? What is your locale? Which keyboard settings are used? What does not work?
Virtualbox and its packages do not depend on systemd, so the original Debian files are passed through to ../merged into Devuan (like so many others).
If you don't like this there are two other ways to install VBox.
My preferred method is to load the deb from the Virtualbox website, copy it to /tmp and to install this via dpkg -i.
The other way is described on the Virtualbox website: you add a line into the sources.list and do an install with apt/apt-get/aptitude.
This distro does run a RT kernel (I think)
# uname -a Linux localhost.localdomain 5.14.21-150500.55.19-default #1 SMP PREEMPT_DYNAMIC Tue Aug 8 22:15:01 UTC 2023 (9908c29) x86_64 x86_64 x86_64 GNU/Linux
No, that not a RT kernel, that would look like this:
Linux localhost.localdomain 5.14.21-150500.55.19-default #1 SMP PREEMPT_DYNAMIC RT Tue Aug 8 22:15:01 UTC 2023 (9908c29) x86_64 x86_64 x86_64 GNU/Linux
why every reboot sda, sdb, sdc, disks swapped?
Because they are not enumerated in any order, but a request is sent out by the kernel and then the first one answering is served first. And due to slight changes in timing the order is sort of by chance.
Thanks for the hints. So far I had disabled suspend and hibernate by a policy kit setting. That was removed.
I have now changed power saving options in the Cinnamon settings on two machines, no additional package installed. And its working fine afaict.
I set the screen to power off after 15min, and suspend to 30 min. I also enabled hibernate past suspend.
When I wait long enough, the computer goes down, the power LED of the case is blinking, and I can wake up again with a keystroke. More or less what I wanted to see.
Daedalus is meant to be working fine with the 6.1 kernel. It was released with that. I have several installations working fine with it.
I guess you have 3 different topics to solve, and they aren't kernel related. You will need to install one or the other additional package. Debian/Devuan are a warehouse which you need to shop for the right software, and no one-fits-all suit like Mint.
I am no expert for bluetooth, don't ask me.
For Audio, I would suggest to search the forum for pipewire instructions. I have used them to get my laptop to play music with Audacious.
For printing, you need cups. The rest depends strongly on the printer itself, and if the manufacturer supplies a printer driver package or a ppd. You may need to tell us which brand and model you want to install.
Assumptions: you use an older PC without UEFI, all disks use MBR partition scheme, none a GPT partition scheme. Please confirm.
To the "Command not found" issue: most likely you have used su to become root, don't you? That is the problem. Do it again and issue an
# echo $PATH
then repeat the procedure using
su -
That is a change dripping down from Debian into Devuan, I think since Beowulf. Do a web search with the keywords "debian command not found". When using su - update-grub will be found again.
Nevertheless, there is another change with Daedalus. os-prober isn't executed automatically any more, refer to the release notes. You need to enable it again in /etc/default/grub.
So far I haven't cared about hibernation and suspend on my workstation (on my laptop one of these was working out of the box). Due to the rise of cost of electrical energy it seems to make sense also to configure my workstation to hibernate.
My requirements are:
- Automatic activation after a configurable time
- Simple wake up when required
Running Daedalus with Cinnamon/Ligthdm with --no-install-recommends, what do I need to install and what do I need to configure?
My system runs FDE with unencrypted /boot. The swap space is part of a LVM, 2,5 x the RAM installed. AFAIK this should be sufficient.
Thanks, rolfie
Apart from the tasks you can also use mate-desktop-environent, mate-desktop-environent-extra, mate-desktop-environent-extras, or cinnamon (I am using these, thats why I have the names at hand). Coupled with the option --no-install-recommends you can setup a minimum DE and add the packages you want and need.
cinnamon also requires a language package like cinnamon-l10n for German.
The Daedalus 5.0.0 netinstall does not start also from the Ventoj stick on my X570/Ryzen 5900X system. Same "_" appears, the PC is locked. Hard reset resolves.
Looks like there is an incompatibility between the Ventoj environment and the official installer. An old preview from a year ago did start ok.
Thanks for the suggestion. Used cp to copy the iso to a memory stick, that works.
Next step is to test the Ventoj stick on my main system.
Update: when you just do an cli install without any DE, desktop-base isn't installed, and no Sapphire theme. Then also the them line is omitted in /etc/default/grub.
Why don't you use a zoom of e.g. 133%? Works fine with FirefoxESR.
Edith: pfff ... seconds too late ....
Some news: checked the SHA256 checksum of the iso on the Ventoj stick and found it was different from the one in my Download folder.
Well, replaced the file on the stick and made sure it had the same checksum as listed on the Devuan download page, now it is correct.
Trying to boot from that iso ends up in the "_", the computer seems to be locked. NUM is on as set in the bios, but no reaction on a keystroke. Also no way to open a console. Only way out is power off/on or hard reset. So now same behaviour as the two RC versions I tested.
I tried to install Daedalus AMD64 netinstall release in EFI mode via a Ventoj stick on this computer:
# inxi -F
System:
Host: rh032 Kernel: 6.1.0-11-amd64 arch: x86_64 bits: 64 Console: pty pts/0
Distro: Devuan GNU/Linux 5 (daedalus)
Machine:
Type: Desktop Mobo: ASUSTeK model: SABERTOOTH 990FX R2.0 v: Rev 1.xx
serial: xxx UEFI: American Megatrends v: 2901 date: 05/04/2016
CPU:
Info: 8-core model: AMD FX-8370 ...
The special thing is that the computer is equipped with a NVME on an adapter card as boot device.
I end up with
No bootfile found for UEFI!
Maybe the image does not support x64 UEFI
No matter if normal mode or grub2-mode. The SHA265 checksum of the image is correct.
Also tried RC5 and RC8, both end in a "_", a hard reset is required.
I did a successful installation with an old preview dated 220523.
Any ideas?
Strangely enough, the 6.1.0-11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (2023-08-08) x86_64 GNU/Linux is the up-to-date default kernel.
@Jorge: you might try one of the earlier 6.1 kernels.
Question: How to make the grub and theming reflect Daedalus instead of Chimaera
update-grub returned:Generating grub configuration file ... Found background image: splash.png Found linux image: /boot/vmlinuz-6.1.0-10-amd64 ... Adding boot menu entry for UEFI Firmware Settings ... done
Any help is appreciated.
On my system the first line past the header line shows:
Found theme: /boot/grub/themes/sapphire-grub/theme.txt
That is missing on your end. I had to move the themes from /usr/share/desktop-base/ to /boot due to encryption, grub has no access when required.
Inspect your /etc/default/grub, I guess the corresponding setting is commented out.
Maybe just the package firmware-amd-graphics is missing. The mean thing is that since Bookworm the non free firmware has moved to a new sub-repo non-free-firmware. Daedalus had to follow Debian.
https://wiki.debian.org/Firmware
You need to add this to your sources.list. Give it a try.