The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » dnscrypt-proxy settings » 2023-11-06 11:38:35

Looks like 'dnsmasq' is using port 53

# ss -ltnp sport 53
State        Recv-Q       Send-Q             Local Address:Port             Peer Address:Port      Process      
LISTEN       0            32                       0.0.0.0:53                    0.0.0.0:*          users:(("dnsmasq",pid=3600,fd=5))

Following the arch wiki I edited the '/etc/dnsmasq.conf'

no-resolv
server=::1#53000
server=127.0.0.1#53000
listen-address=::1,127.0.0.1

Unfortunately it did not help.

# service dnscrypt-proxy start
Starting dnscrypt-proxy
Unable to start, see /var/log/dnscrypt-proxy.log and /var/log/dnscrypt-proxy.err

The error file shows

[2023-11-06 13:08:48] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-06 13:08:48] [FATAL] Unsupported key in configuration file: [sources.public-resolvers.cache]
[2023-11-06 13:12:25] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-06 13:12:25] [FATAL] Unsupported key in configuration file: [sources.public-resolvers.cache]
[2023-11-06 13:16:28] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-06 13:16:28] [FATAL] Unsupported key in configuration file: [sources.public-resolvers.cache]
[2023-11-06 13:18:42] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-06 13:18:42] [FATAL] Unsupported key in configuration file: [sources.public-resolvers.cache]

Any suggestions are appreciated!

#2 Re: Desktop and Multimedia » dnscrypt-proxy settings » 2023-11-05 08:38:18

That's weird. Upon reboot 'dnscrypt-proxy' stopped working.

root@ ~ 
# service dnscrypt-proxy status
Stopped
root@ ~
# service dnscrypt-proxy start
Starting dnscrypt-proxy
Unable to start, see /var/log/dnscrypt-proxy.log and /var/log/dnscrypt-proxy.err
root@ ~ 
# service dnscrypt-proxy enable
Usage: /etc/init.d/dnscrypt-proxy {start|stop|restart|status}

The error file shows

# cat /var/log/dnscrypt-proxy.err
[2023-11-04 22:59:45] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-04 22:59:45] [NOTICE] Network not available yet -- waiting...
[2023-11-04 23:00:04] [NOTICE] Network connectivity detected
[2023-11-04 23:00:04] [FATAL] listen udp 127.0.2.1:53: bind: address already in use
[2023-11-04 23:12:21] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-04 23:12:21] [NOTICE] Network connectivity detected
[2023-11-04 23:12:21] [FATAL] listen udp 127.0.2.1:53: bind: address already in use
[2023-11-04 23:52:48] [NOTICE] dnscrypt-proxy 2.0.45
[2023-11-04 23:52:48] [NOTICE] Network connectivity detected
[2023-11-04 23:52:48] [FATAL] listen udp 127.0.2.1:53: bind: address already in use

What might cause such error? How to proceed?

#3 Re: Desktop and Multimedia » dnscrypt-proxy settings » 2023-11-04 17:48:42

Thank you, dzz!

With my settings if I use the 'system proxy' option in 'librewolf' everything works fine.
I have just tried your settings and everything works fine with the 'system proxy' option in 'librewolf'.
But if I put your settings in the 'manual proxy' option 'librewolf' doesn't work.

Next, I tested both your link and the link suggested on the Arch wiki page to see if everything works

https://ipleak.net/
https://dnsleaktest.com/

and they show similar results -> 2 cloudflare servers.

The 'whatismyproxy[.]com' still gives the same result though

http://www.whatismyproxy.com/
No proxies were detected.

I do not know if that is a real issue.

So my guess is that the 'system proxy' option in 'librewolf' is working fine.
(Maybe 'dnscrypt-proxy' doesn't allow manual browser settings, who knows.)

#4 Desktop and Multimedia » dnscrypt-proxy settings » 2023-11-04 11:27:23

amaro
Replies: 6

Hello everybody!

After reading this comment https://dev1galaxy.org/viewtopic.php?pid=24007#p24007 I installed 'dnscrypt-proxy' and changed the config file as follows

# cat /etc/dnscrypt-proxy/dnscrypt-proxy.toml
# Empty listen_addresses to use systemd socket activation
listen_addresses = ['127.0.0.1:53', '[::1]:53']
server_names = ['cloudflare']

Trying to see if it is working I checked this website 'whatismyproxy[.]com' but it says I don't use proxy

http://www.whatismyproxy.com/
No proxies were detected.

Also, upon changing the network setting in 'librewolf' to proxy 127.0.0.1 and port 53 'librewolf stops working and I get 'server not found' message.

Lastly, Arch wiki suggests updating the 'resolv.conf' with

https://wiki.archlinux.org/title/Dnscrypt-proxy

nameserver ::1
nameserver 127.0.0.1
options edns0

I tried that too but it made no difference.

What are the correct settings for 'dnscrypt-proxy'?
Thank you in advance!

p.s. Currently I use Cloudflare servers

# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 1.1.1.1
nameserver 1.0.0.1

#5 Re: Desktop and Multimedia » [SOLVED] ranger crashes when deleting file(s) to Trash » 2023-10-19 19:44:27

Thank you very much, deepforest!
It works.
The explanation is here

https://wiki.archlinux.org/title/ranger#Move_to_trash

#6 Desktop and Multimedia » [SOLVED] ranger crashes when deleting file(s) to Trash » 2023-10-19 16:57:53

amaro
Replies: 3

Within 'ranger' I usually delete files completely but recently incidentally clicked on the 'Delete to Trash' option and 'ranger' crashed.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ranger/core/main.py", line 201, in main
    fm.loop()
  File "/usr/lib/python3/dist-packages/ranger/core/fm.py", line 383, in loop
    ui.handle_input()
  File "/usr/lib/python3/dist-packages/ranger/gui/ui.py", line 266, in handle_input
    self.handle_key(key)
  File "/usr/lib/python3/dist-packages/ranger/gui/ui.py", line 196, in handle_key
    elif not DisplayableContainer.press(self, key):
  File "/usr/lib/python3/dist-packages/ranger/gui/displayable.py", line 275, in press
    focused_obj.press(key)
  File "/usr/lib/python3/dist-packages/ranger/gui/widgets/console.py", line 188, in press
    self.type_key(key)
  File "/usr/lib/python3/dist-packages/ranger/gui/widgets/console.py", line 214, in type_key
    self._answer_question(answer)
  File "/usr/lib/python3/dist-packages/ranger/gui/widgets/console.py", line 197, in _answer_question
    callback(answer)
  File "/usr/lib/python3/dist-packages/ranger/config/commands.py", line 759, in _question_callback
    self.fm.execute_file(files, label='trash')
  File "/usr/lib/python3/dist-packages/ranger/core/actions.py", line 459, in execute_file
    filenames = [f.path for f in files]
  File "/usr/lib/python3/dist-packages/ranger/core/actions.py", line 459, in <listcomp>
    filenames = [f.path for f in files]
AttributeError: 'str' object has no attribute 'path'

ranger crashed. Please report this traceback at:
https://github.com/ranger/ranger/issues
removed '/tmp/ranger_cd.UiXA81LWC9'

Is this to be expected or something (ranger dependency) is missing?

p.s. This is on 'chimaera'.

#7 Desktop and Multimedia » apt autoremove breaks suspend and network-manager autoconnect » 2023-10-19 16:42:41

amaro
Replies: 1

After new 'chimaera' install and setting everything to my needs I did 'apt autoremove'. Upon reboot I got 2 issues - 1) after suspend I get a blank screen and 2) 'network-manager' does not autoconnect to the wi-fi.

Here is the list of packages the 'autoremove' command cleaned

The following packages were automatically installed and are no longer required:
The following packages will be REMOVED:                               
      coinor-libcbc3 coinor-libcgl1 coinor-libclp1 coinor-libcoinmp1v5 coinor-libcoinutils3v5 coinor-libosi1v5
      espeak-ng-data exfalso fonts-font-awesome fonts-lato fonts-opensymbol gimp-data gir1.2-atspi-2.0
      gir1.2-gtksource-3.0 gir1.2-wnck-3.0 libabw-0.1-1 libamd2 libatk-adaptor libbabl-0.1-0
      libboost-filesystem1.74.0 libboost-locale1.74.0 libboost-thread1.74.0 libbrlapi0.8 libcamd2 libccolamd2
      libcdr-0.1-1 libcholmod3 libclucene-contribs1v5 libcmis-0.5-5v5 libcolamd2 libdotconf0 libe-book-0.1-1
      libeot0 libepubgen-0.1-1 libespeak-ng1 libetonyek-0.1-1 libexttextcat-2.0-0 libexttextcat-data
      libfreehand-0.1-1 libfreeimage3 libgegl-0.4-0 libgegl-common libgexiv2-2 libgimp2.0 libgpgmepp6 libheif1
      libip4tc2 libip6tc2 libjuh-java libjurt-java libjxr0 liblangtag-common liblangtag1 liblibreoffice-java
      libmetis5 libmhash2 libmspub-0.1-1 libmwaw-0.3-3 libmythes-1.2-0 libnumbertext-1.0-0 libnumbertext-data
      libodfgen-0.1-1 libopengl0 liborcus-0.16-0 liborcus-parser-0.16-0 libpagemaker-0.0-0 libpcaudio0
      libqrcodegencpp1 libqxp-0.0-0 libraptor2-0 librasqal3 libraw20 librevenge-0.0-0 libridl-java libsonic0
      libspeechd2 libstaroffice-0.0-0 libsuitesparseconfig5 libumfpack5 libuno-cppu3 libuno-cppuhelpergcc3-3
      libuno-purpenvhelpergcc3-3 libuno-sal3 libuno-salhelpergcc3-3 libunoloader-java libvisio-0.1-1
      libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4 libxmlsec1 libxmlsec1-nss libyajl2 libzmf-0.0-0 lp-solve
      node-normalize.css perl-tk python3-brlapi python3-feedparser python3-louis python3-musicbrainzngs
      python3-pyatspi python3-pyinotify python3-speechd python3-xdg sound-icons speech-dispatcher-audio-plugin
      sphinx-rtd-theme-common uno-libs-private ure xbrlapi xkbset xsane-common

How to find out which packages need to be reinstalled to solve these issues?
Thank you in advance!

#8 Re: Devuan » [SOLVED] suggestion for new package » 2023-10-04 14:10:56

Thank you, boughtonp!
I must have missed it in the 'apt search' results.

#9 Re: Other Issues » [SOLVED] /.config and /.cache with Daedalus » 2023-10-04 04:23:57

Would someone write a step by step tutorial for replacing 'pulse' with 'pipewire' and put it in Documentation section of the forum? That would be nice!

p.s. I often record parts of radio streams with 'audio-recorder' and my concern about purging 'pulse' is if I will still be able to do that with 'pipewire'.

#10 Re: Devuan » [SOLVED] suggestion for new package » 2023-10-04 04:02:29

I would like to suggest another package that is available for Debian

https://packages.debian.org/bullseye/minder

It is a mindmapping tool that I think is better (especially regarding the export option) and more intuitive than 'vym'.
I have just installed it (Chimaera) and it works fine

ain libmarkdown2 libgee-0.8-2  libgranite5
dpkg -i minder_1.9.2-1_amd64.deb

Note: 'ain' is an alias for 'apt install'.

p.s. Is there a thread where suggestions for new packages can be posted?

#11 Desktop and Multimedia » viber font issue » 2023-09-21 09:29:40

amaro
Replies: 2

Hello everybody!

They say a pic is worth a thousand words
viberfont.png
Changing the font globally via xfce settings makes no difference.
Any ideas are appreciated!
Thank you!

p.s. After some gooogling tried 'Exec=QT_SCALE_FACTOR=1.25' but it didn't help either

$ Exec=QT_SCALE_FACTOR=1.25 /opt/viber/Viber %u
qt.webenginecontext: 

GL Type: desktop
Surface Type: OpenGL
Surface Profile: NoProfile
Surface Version: 2.1
QSG RHI Backend: OpenGL
Using Supported QSG Backend: yes
Using Software Dynamic GL: no
Using Multithreaded OpenGL: yes

Init Parameters:
  *  allow-loopback-in-peer-connection  
  *  application-name ViberPC 
  *  autoplay-policy no-user-gesture-required 
  *  browser-subprocess-path /opt/viber/libexec/QtWebEngineProcess 
  *  disable-features ConsolidatedMovementXY,InstalledApp,BackgroundFetch,WebOTP,WebPayments,WebUSB,PictureInPicture,AudioServiceOutOfProcess 
  *  disable-setuid-sandbox  
  *  disable-speech-api  
  *  enable-features NetworkServiceInProcess,TracingServiceInProcess,NetworkServiceInProcess 
  *  enable-threaded-compositing  
  *  enable-use-zoom-for-dsf false 
  *  enable-usermedia-screen-capture  
  *  in-process-gpu  
  *  use-gl desktop 

QHighDpiScaling::setFactor: Should only be called when no windows exist.

#12 Re: Desktop and Multimedia » Browsers won't launch » 2023-09-04 10:03:53

Charon795 wrote:

as I wrote above, I am new to linux. Therefore, I'm not familiar with all these desktops yet. Gnome is used in Ubuntu and I more than liked it, so I installed it.
And judging by the screenshots on the Internet, MATE, which you mentioned, is somewhat reminiscent of the Windows desktop, and I'm tired of Windows. Want something new

Charon795 wrote:

This is not helpful at all. Gnome is a desktop that is offered in the devuan daedalus netinstall iso. Ive not been able to get it to work properly either. Maybe gnome desktop should be left off the chosen list of desktop environments as it relies far too heavily on systemd.

I guess the issue could be due to some missing GNOME dependencies since you went with the 'netinstall.iso'. Did you try the full 'desktop.iso'?

#13 Desktop and Multimedia » upgrade warnings pipewire » 2023-08-16 16:00:01

amaro
Replies: 0

Hello everybody!

upgrading 'mpv' got some 'pipewire' messages

Unpacking pipewire-bin (0.3.77-1~bpo12+1) over (0.3.19-4) ...
dpkg: warning: unable to delete old directory '/etc/pipewire/media-session.d': Directory not empty
dpkg: warning: unable to delete old directory '/etc/pipewire': Directory not empty
...
Setting up pipewire-bin (0.3.77-1~bpo12+1) ...
Removing obsolete conffile /etc/pipewire/pipewire.conf ...
Removing obsolete conffile /etc/pipewire/media-session.d/alsa-monitor.conf ...
Removing obsolete conffile /etc/pipewire/media-session.d/media-session.conf ...

prior to the upgrade listening to online radio worked flawlessly

mpv some-online-radio-url
Resuming playback. This behavior can be disabled with --no-resume-playback.
 (+) Audio --aid=1 (mp3 2ch 44100Hz)
AO: [pulse] 44100Hz stereo 2ch float
A: 00:00:00 / 00:00:05 (18%) Cache: 3.9s/139KB

after the upgrade

mpv some-online-radio-url
Resuming playback. This behavior can be disabled with --no-resume-playback.
 (+) Audio --aid=1 (mp3 2ch 44100Hz)
[ao/pipewire] Could not connect to context '(null)': Host is down
AO: [pulse] 44100Hz stereo 2ch float
A: 00:00:00 / 00:00:05 (18%) Cache: 3.9s/140KB

Is it necessary to delete the old 'pipewire' directory? If so, where is the new 'pipewire" directory?

/etc/pipewire

Is the 'pipewire' line during 'mpv' usage an issue?

[ao/pipewire] Could not connect to context '(null)': Host is down

Thank you in advance!

#14 Off-topic » zola 0.17 Failed to serve the site » 2023-08-02 12:07:43

amaro
Replies: 0

Hello everybody!

Anyone using or familiar with zola? I am trying to get it running but keep getting this message

zola serve
Building site...
Error: Failed to serve the site
Error: Couldn't find front matter in `/home/vb/blog/content/blog/_index.md`. Did you forget to add `+++` or `---`?

although my '_index.md' file looks exactly like it is supposed to

cat _index.md
+++ 
title = "List of blog posts" 
sort_by = "date" 
template = "blog.html" 
page_template = "page.html" 
+++ 

Any help is appreciated!
Thank you in advance!

#15 Re: Off-topic » A warning from the godfather of AI » 2023-06-25 08:05:34

ai bots in action:

political brainwashing - phil cross (who the heck is phil cross?) "invests" huge amounts of time and energy 
to undermine the reputations of prominent political opponents
https://original.antiwar.com/robert_blumen/2023/06/19/was-philip-cross-an-ai/

medical brainwashing - billy (aka the good guy) gates "invests" 6 million dollars in chatbots 
to promote stuff called "co*id vaccines"
https://igorchudov.substack.com/p/bill-gates-funded-ai-chatbots-promoted

#16 Re: Other Issues » ffmpeg split file using -segment_times » 2023-06-10 22:31:36

rbit wrote:

segment_times times

    Specify a list of split points. times contains a list of comma separated duration specifications, in increasing order. See also the segment_time option.

It doesn't seem that -segment_times takes a filename argument.  You could try -segment_times $(cat /media/split) and see if that works

hmm, that didn't occur to me...

here is the output

ffmpeg -i "/media/input.mp3" -vn -map 0 -f segment -segment_times $(cat /media/split) "output%03d.mp3"
Automatic encoder selection failed for output stream #0:0. Default encoder for format segment (codec none) is probably disabled. Please choose an encoder manually.
Error selecting an encoder for stream 0:0

with the '-c copy' option

ffmpeg -i "/media/input.mp3" -vn -c copy -map 0 -f segment -segment_times $(cat /media/split) "output%03d.mp3"
[segment @ 0x586a4de6f240] Invalid time duration specification 'duration' in times list duration
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #1:0 (mjpeg (native) -> png (native))
  Stream #0:0 -> #1:1 (mp3 (mp3float) -> mp3 (libmp3lame))
    Last message repeated 1 times

adding the '-c copy' option produced one empty text file

ll
total 0
-rw-r--r-- 1 vb vb 0 Jun 11 01:15 output%03d.mp3

interestingly, renaming the '/media/split' file as '.csv' automagically turned it into

cat /media/split.csv
duration 00:23:19, 00:33:15

and the output was

ffmpeg -i "/media/input.mp3" -vn -c copy -map 0 -f segment -segment_times $(cat /media/split.csv) "output%03d.mp3"
[NULL @ 0x650df004aa40] Unable to find a suitable output format for '00:33:15'
00:33:15: Invalid argument

thank you, rbit!

#17 Re: Other Issues » ffmpeg split file using -segment_times » 2023-06-10 01:00:36

ralph.ronnquist wrote:

although I am sure the author(s) of that page believe(s) everything is explained clearly, regarding that issue it seems useless as long as there are only examples of putting the times directly in the command and there are no examples of how the file should look like

#18 Other Issues » ffmpeg split file using -segment_times » 2023-06-09 23:40:35

amaro
Replies: 4

Hello everybody!

Trying to split one file into parts based on its silence gaps.

Using the '-segment_times' option of 'ffmpeg' with a file named '/media/split' containing the silence gaps times gives an error

ffmpeg -i "/media/input.mp3" -vn -map 0 -f segment -segment_times /media/split "output%03d.mp3"
[segment @ 0x624777763a40] Invalid time duration specification '/media/split' in times list /media/split
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 -- 
Conversion failed!

However, using the silence gaps times from that file directly works fine

ffmpeg -i "/media/input.mp3" -vn -map 0 -f segment -segment_times 00:23:19,00:33:15 "output%03d.mp3"
ffmpeg version 4.3.5-0+deb11u1 Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 10 (Debian 10.2.1-6)
  configuration: --prefix=/usr --extra-version=0+deb11u1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
  libavutil      56. 51.100 / 56. 51.100
  libavcodec     58. 91.100 / 58. 91.100
  libavformat    58. 45.100 / 58. 45.100
  libavdevice    58. 10.100 / 58. 10.100
  libavfilter     7. 85.100 /  7. 85.100
  libavresample   4.  0.  0 /  4.  0.  0
  libswscale      5.  7.100 /  5.  7.100
  libswresample   3.  7.100 /  3.  7.100
  libpostproc    55.  7.100 / 55.  7.100
Input #0, mp3, from '/media/input.mp3':

The file looks like this

cat /media/split
00:23:19,00:33:15

Checked the 'ffmpeg' page here

https://ffmpeg.org/ffmpeg-formats.html#segment

and it says

segment_times times

Specify a list of split points. times contains a list of comma separated duration specifications, in increasing order.

How should that file look in order for the command to work?
Thank you!

#19 Re: Other Issues » wget download articles linked to from a page » 2023-05-31 08:14:38

Camtaf wrote:

Maybe use sed to remove the <link> </link>, then put the list into a 'for in' loop(?)

kind of a workaround... put the links in a file and then

wget -i file

thank you!

#20 Other Issues » wget download articles linked to from a page » 2023-05-30 14:59:27

amaro
Replies: 3

Hello everybody!

I want to download all the articles this page

https://shepherdexpress.com/lifestyle/out-of-my-mind

has links to.

I use an alias

type get
get is aliased to `wget -mkEpnp'

but it doesn't work. There is only one downloaded page which is '.rss'

ls ~/shepherdexpress.com/lifestyle/out-of-my-mind/
index.rss

This '.rss' page contains links to the articles

perl -ne 'print if /link/..!/\\\s*$/' index.rss
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/do-something/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/aviophobia/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/just-how-incarnated-are-you/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/ageism-hurts-more-than-seniors/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/does-the-nose-know/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/meet-your-therapist-nature/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/an-overlooked-key-to-happiness/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/health-anxiety-hurts/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/messages-from-the-embodied-mind/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/when-people-mess-with-your-autonomy/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/how-to-lose-friends-and-alienate-people/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/can-dreaming-heal-emotional-wounds/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/alcohol-is-not-your-friend/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/family-traits-that-hurt-or-heal/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/loves-lessons-learned/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/moneys-impact-on-mental-health/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/there-are-monsters-among-us/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/the-power-of-distraction/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/pathological-liars/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/your-nights-make-your-days/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/when-bad-things-happen/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/looking-back-to-envision-forward/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/christmas-has-an-identity-crisis/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/why-employee-performance-reviews-suck/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/your-brain-on-animals/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/verbal-abuse-is-a-neurotoxin/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/grateful-people-are-happy-people/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/male-dating-dysfunction/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/your-brain-on-television/</link>
<link>https://shepherdexpress.com/lifestyle/out-of-my-mind/got-election-angst/</link>

but for some reason 'wget' doesn't download them.

I also tried 'r' and 'l1' and 'l2' options but it made no difference.

get -l 1 -r --convert-links

Any suggestions how to download those articles are appreciated?
Thank you!

#21 Re: News & Announcements » Devuan websites need a makeover for Daedalus » 2023-05-09 23:30:37

The current color scheme is perfect. And as the saying goes, If it is not broken, don't change it.

#22 Re: Desktop and Multimedia » intel_reg:16734 intel_mmio-CRITICAL » 2022-12-11 11:10:32

'dpkg --verify' gives nothing and reinstalling the package and its dependencies was the first thing I did (before goooogling about the issue and before posting here)
I installed it on a different partition with fresh installation of Devuan and it works fine there

#23 Re: Desktop and Multimedia » Devuan jfs boot warnings and errors » 2022-12-11 11:05:08

I had used 'jfs' on this laptop in the past with 'Slackware' so there is no reason to doubt the CPU or the RAM capacity
But if you have some information that connects the CPU or the RAM capacity with 'jfs' I would like to read it if don't mind sharing the link to it

# cat /etc/fstab
UUID=1190ddee-8f83-40a9-8688-0eaeb317d634	/	jfs	defaults,noatime	0	1
/swapfile	none	swap	sw	0	0

#24 Desktop and Multimedia » Devuan jfs boot warnings and errors » 2022-12-06 07:54:02

amaro
Replies: 3

Hello everybody,

I installed Devuan on 'jfs' partition
As a result I get lots of warnings and errors which are not there on Devuan on 'ext4' partition
And on every boot there is a significance delay due to the system's necessity to automatically perform 'jfs.fsck' after the first 5 or 6 warnings
Is this the case (i.e. to be expected) when using 'jfs'?

# dmesg -T --color=always --level=err,warn  | more
[Tue Dec  6 08:25:59 2022] APIC calibration not consistent with PM-Timer: 1269ms instead of 100ms
[Tue Dec  6 08:25:59 2022] pmd_set_huge: Cannot satisfy [mem 0xe0000000-0xe0200000] with a huge-page mapping
 due to MTRR override.
[Tue Dec  6 08:26:01 2022] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with
 OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200925/utaddress-204)
[Tue Dec  6 08:26:01 2022] ACPI Warning: SystemIO range 0x00000000000011B0-0x00000000000011BF conflicts with
 OpRegion 0x0000000000001180-0x00000000000011FF (\GPIO) (20200925/utaddress-204)
[Tue Dec  6 08:26:01 2022] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011AF conflicts with
 OpRegion 0x0000000000001180-0x00000000000011FF (\GPIO) (20200925/utaddress-204)
[Tue Dec  6 08:26:01 2022] lpc_ich: Resource conflict(s) found affecting gpio_ich
[Tue Dec  6 08:26:01 2022] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[Tue Dec  6 08:26:01 2022] ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Index (0x00000000F) is beyond end of
 object (length 0x8) (20200925/exoparg2-393)
[Tue Dec  6 08:26:01 2022] ACPI Error: Aborting method \_SB.PCI0.IBCM due to previous error (AE_AML_BUFFER_
LIMIT) (20200925/psparse-529)
[Tue Dec  6 08:26:01 2022] ACPI Error: Aborting method \_SB.PCI0.GFX0.DD02._BCM due to previous error (AE_A
ML_BUFFER_LIMIT) (20200925/psparse-529)
[Tue Dec  6 08:26:01 2022] ACPI Error: Evaluating _BCM failed (20200925/video-357)
[Tue Dec  6 08:26:01 2022] clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc-early' as uns
table because the skew is too large:
[Tue Dec  6 08:26:01 2022] clocksource:                       'hpet' wd_now: 36be22b wd_last: 2f07d56 mask: 
ffffffff
[Tue Dec  6 08:26:01 2022] clocksource:                       'tsc-early' cs_now: 154b698d94 cs_last: 150f7a
a72a mask: ffffffffffffffff
[Tue Dec  6 08:26:01 2022] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[Tue Dec  6 08:26:01 2022] ata1.00: unexpected _GTF length (8)
[Tue Dec  6 08:26:01 2022] ata1.00: unexpected _GTF length (8)
[Tue Dec  6 08:26:02 2022] sd 6:0:0:0: [sdb] No Caching mode page found
[Tue Dec  6 08:26:02 2022] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[Tue Dec  6 08:26:02 2022] ata2.00: unexpected _GTF length (8)
[Tue Dec  6 08:26:02 2022] ata2.00: unexpected _GTF length (8)
[Tue Dec  6 08:26:08 2022] at24 0-0050: supply vcc not found, using dummy regulator
[Tue Dec  6 08:26:10 2022] ath5k 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[Tue Dec  6 08:30:12 2022] xfs filesystem being mounted at /media/vb/xfs supports timestamps until 2038 (0x7fffffff)

#25 Re: Desktop and Multimedia » intel_reg:16734 intel_mmio-CRITICAL » 2022-12-06 07:34:04

reverting those settings doesn't solve the problem
I installed intel-gpu-tools while using Devuan via the usb (live system) and 'intel_reg' worked fine there

Board footer

Forum Software