You are not logged in.
New SI prefixes just in:
https://www.bipm.org/documents/20126/77 … b76500990f
tl;dr:
10^27 — ronna (R)
10^-27 — ronto (r)
10^30 — quetta (Q)
10^-30 — quecto (q)
So a ronnabyte (1 RB) of RAM would be a billion billion gigabytes. I think
EDIT: good grief, that's almost enough to run the latest version of EMACS
EDIT2: these boards need some kind of LaTeX plugin so we can better express mathematical notation.
For what it's worth. (Sorry.)
Block the mirror in /etc/hosts, the round robin thingy will just find another path.
Devuan go wrong way?
I don't think so. Nothing wrong with GNOME. We don't all use stone age machines and it's nice to have a polished, professional desktop in which there is actually a design principle.
FWIW I run it on a 12 year old ThinkPad X201 and it's fine, not slow at all. I have tamed it somewhat by masking half a million services but that's a systemd feature so I won't share it here.
I really have no idea why XFCE is Devuan's default desktop TBH, if I had to guess "gnome without systemd is too hard, so this is as close as we can get" is the best i have.
The sad thing is that GNOME is actually available:
https://pkginfo.devuan.org/cgi-bin/pack … e=1:3.38+3
I know you don't like GNOME but you are in fact completely wrong. It's great.
Totally agree about Plasma though — it's been lighter than Xfce for a while now and they've just about figured out Wayland, which is nice. Too many knobs for me though.
Google created it because of the legal requirements imposed by Europe's GDPR legislation. It only affects the Analytics engine itself but that's all most sites use these days.
I know it works because when it's installed I stop seeing ads about stuff I've been talking about in the front room and instead start seeing ads about women's underwear. Result!
Hello Anton, welcome to the forums! :-)
is it as hard to evade as Google and do they force javascript down anyone who visits their website?
To stop Google's Analytics tracking you across the web simply install the official GA opt-out add-on for your browser:
Why Devuan is so slow compare to Artix for me?
https://wiki.debian.org/Firmware?
And what is cool for you now?
Anywhere you see me, baby 💋
EDIT: Oh, I just saw we were cross-posting
Snap!
What are the chances this will be officially fixed (soonish) in Devuan's repositories? Can I do anything to help?
The package originates with Debian so a fix will be dependent on them. The only caveat is that Debian policy allows the maintainer to ignore non-systemd support requests. Hopefully they will want to fix it for all init systems. Updating the bug report with the working version of the patch would probably help.
This is a bug in the init script, it also occurs under sysvinit:
https://bugs.debian.org/cgi-bin/bugrepo … ug=1017433
^ The bug report includes a patch for the init script :-)
EDIT: to clarify: you can use the supplied /etc/init.d/radicale script (once patched). There is no need to use an OpenRC script.
EDIT2: no, it's a bit more complicated than that...
Here's a patch that actually makes the init script start the daemon:
--- radicale.orig 2022-11-16 17:11:10.392000000 +0000
+++ radicale.new 2022-11-16 17:18:52.184000000 +0000
@@ -33,9 +33,6 @@
# Define LSB log_* functions.
. /lib/lsb/init-functions
-# Declare default options
-RADICALE_OPTS="--daemon"
-
# Read configuration variable file if it is present
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
@@ -68,11 +65,11 @@
fi
start-stop-daemon --start --quiet --startas $DAEMON \
- --name $NAME --test > /dev/null \
+ --exec $DAEMON --test > /dev/null \
|| return 1
start-stop-daemon --start --quiet --startas $DAEMON \
- --name $NAME --umask 0027 --chuid $DAEMON_UID:$DAEMON_GID -- \
- $RADICALE_OPTS \
+ --exec $DAEMON --umask 0027 --chuid $DAEMON_UID:$DAEMON_GID \
+ --background \
|| return 2
}
But for some reason the LSB block isn't working — update-rc.d doesn't enable the service and if I enable it manually with sysv-rc-conf it doesn't start.
What does work is adding this line to /etc/rc.local:
/etc/init.d/radicale start
But that's so stupid it makes me want to poke my eyes out.
It would probably be best to add my extra information and anything else you can glean about the problem to the bug report to which I linked earlier. I have no idea why it won't work
EDIT3: s/gleam/glean/. How embarrassing...
Sorry OP, that was my fault, I should have been more clear in respect of the dpkg-reconfigure command.
Anyway, I'm glad you got things fixed.
I couldn't start Radicale using the shipped init script /etc/init.d/radicale. Nothing happened. No error, no syslog entry, nothing.
How did you attempt to start Radicale, exactly? The sysvinit script should work.
It to hard for me
Just leave it then. It doesn't make any real difference anyway.
and why not this your manual?
I can't post there any more. Those forums are no longer cool enough for me.
See the "su" section in https://files.devuan.org/devuan_chimaer … _notes.txt, it also provides more links to explain the situation.
Using the "Search" function of these forums would also have answered your query. We have had several threads here about the new su behaviour.
the following command doesn't fix the problem either.
echo "export LC_ALL= " >> ~/.bashrc
Remove that added line from ~/.bashrc
Looks like your locales are messed up so try
# apt reinstall locales
Then edit /etc/locale.gen to un-comment de_DE.UTF-8 & en_US.UTF-8, save the file and run
# locale-gen
Does dpkg-reconfigure work after that?
FFS OP...
Use
su -
Do not use plain su, that will not work. You need to add the dash.
I very much doubt a change in PID1 would be noticeable.
I prefer openrc-init & runit-init as PID1 over systemd or sysvinit but only because of their small code base compared to the alternatives (especially systemd). My Alpine system performs identically with either busybox or openrc-init as PID1, the only difference I can detect are in the boot messages.
my internet seems bad
Can we be more specific?
ip a
ip r
/usr/sbin/rfkill
ping -c 3 google.com
ping -c 3 8.8.8.8
cat /etc/resolv.conf
So can we see the full output of
# apt update
# apt policy base-files
Thanks!
EDIT: 12.3 is the latest version so try
# apt install -t unstable base-files
Post any errors in full if it doesn't work.
EDIT: s/ceres/unstable/
i'm on sid/ceres for more than 15years
That's very commendable. I've had my Arch box break twice in the last few weeks and I'm very close to jumping ship and returning to Debian stable + Liquorix kernel. I'm a coward
I think you need to explain exactly what you want to do here.
In respect of this:
#!/bin/sh
while : FLAG=0; do
touch=$(date +%N)
starfish -d 60 -o ~/Wallpaper/$(date +%N)
sleep 60000
done
Why FLAG=0? I think chris2be8 was using that to create an infinite loop but my while : bit does that already.
Why have you set the touch variable and then not used it?
Why are you using the -d flag for starfish? I think that controls the delay between switching wallpapers when it's run in daemon mode. It's not needed at all if you just want to create a bunch of wallpaper image files.
If you just want a random wallpaper switcher then run starfish as a daemon, then you won't have to save any image files at all because they will be generated on demand. I think this is the intended mode of operation anyway.
I just thought Microsoft would want to have actual security
The Windows desktop is already more secure than the Linux desktop.
Gonna post this again just to wind up blackhole:
https://madaidans-insecurities.github.io/linux.html
Now with added Dark Mode!
Ceres is always fluid and unstable. It never freezes.
Debian sid certainly freezes. There may be a few package updates but not many. At least in my recent experience.
EDIT: to change from sysvinit to openrc use
# apt install openrc
But that will still use sysvinit as PID1. To use openrc-init as PID1 see https://dev1galaxy.org/viewtopic.php?id=2788.
Something bother me a bit is base-files from debian, it's unreplacable (though I try to reinstall it but get no luck)
Please share exactly how you have attempted to change that file along with any error messages in full. Thanks.
A full list of the commands used to "migrate" your Debian system would probably help. If you don't want to use systemd with Debian I have had good experiences with runit-init as PID1, it's *much* better than that obsolete sysvinit dinosaur. IMO.