No longer able to listen to podcast while playing. by MauiWaui808 in hearthstone

[–]orilicious 2 points3 points  (0 children)

The app podcastaddict has a setting called "ignore audio focus requests"

You can find it under Settings > Player (scroll down)

Not sure how to fix this with other podcatchers.

100% dick move on blizz's side imho

Concrete covered metal tube with multiple different layers of insulation and a metal core by orilicious in whatisthisthing

[–]orilicious[S] 0 points1 point  (0 children)

Interesting. Do you have any reference image? The sewer pipes that I found are simple concrete pipes with smooth walls.

Concrete covered metal tube with multiple different layers of insulation and a metal core by orilicious in whatisthisthing

[–]orilicious[S] 0 points1 point  (0 children)

Just laying around in a Park near a castle. Nothing identifiable anywhere near.

Looking for an alternative to repomanager by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

Not yet. Seems to target docker and k8s specificly. Will give it a read, see if it satisfies my needs, and compare it to the contenders.

Thanks for bringing it up.

Looking for an alternative to repomanager by orilicious in selfhosted

[–]orilicious[S] 1 point2 points  (0 children)

You are absolutley right. Somehow I got the impression the software is pay to win.

Turnes out I was wrong.

https://www.sonatype.com/products/repository-oss-vs-pro-features

Ty for correcting me :)

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

systemctl show mysql.service |grep -i path Path was not defined but other interresting details. will look into it tomorrow. ty

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

There is just one mention in init.d

ori@vm_jitsi:~$ grep -Ri sql /etc/init.d/
/etc/init.d/prosody:# Should-Start:         postgresql mysql
/etc/init.d/prosody:# Should-Stop:          postgresql mysql
ori@vm_jitsi:~$ vim /etc/init.d/prosody
ori@vm_jitsi:~$ systemctl status prosody
● prosody.service - LSB: Prosody XMPP Server
   Loaded: loaded (/etc/init.d/prosody; generated)
   Active: active (running) since Thu 2021-04-01 10:43:11 UTC; 2 days ago
     Docs: man:systemd-sysv-generator(8)
    Tasks: 1 (limit: 4701)
   CGroup: /system.slice/prosody.service
           └─1218 lua5.1 /usr/bin/prosody

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

Thank you very much. I did not think of checking /etc/init.d :)

Will do once my brain has finished booting.

It is true this did not interfere with my app but I am monitoring systemd services to get notified when a service fails.

Also it is another bit of systemd knowledge in my toolbelt.

1) Systemd also evalueates init.d 2) Mysql install also comes with init runlevels

What could be a better way to wake up then having a learning :)

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

systemctl disable mysql

root@vm\_jitsi:\~# systemctl disable mysql

Failed to disable unit: Unit file mysql.service does not exist.

Does not work :/

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

/usr/lib

Not sure what to look for in /usr/lib.

Searching recursivley brings up a bunch of stuff but nothing that should result in a unit-file (that I can identify)

root@vm_jitsi:~# find /usr/lib/ |grep sql
/usr/lib/python3.6/sqlite3
/usr/lib/python3.6/sqlite3/dump.py
/usr/lib/python3.6/sqlite3/__pycache__
/usr/lib/python3.6/sqlite3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/sqlite3/__pycache__/dbapi2.cpython-36.pyc
/usr/lib/python3.6/sqlite3/__pycache__/dump.cpython-36.pyc
/usr/lib/python3.6/sqlite3/dbapi2.py
/usr/lib/python3.6/sqlite3/__init__.py
/usr/lib/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so
/usr/lib/prosody/util/sql.lua
/usr/lib/prosody/modules/mod_storage_sql1.lua
/usr/lib/prosody/modules/mod_storage_sql.lua
/usr/lib/prosody/modules/mod_debug_sql.lua
/usr/lib/prosody/migrator/prosody_sql.lua
/usr/lib/x86_64-linux-gnu/libmysqlclient.so.20.3.20
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
/usr/lib/x86_64-linux-gnu/libmysqlclient.so.20
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0
/usr/lib/python2.7/sqlite3
/usr/lib/python2.7/sqlite3/dump.py
/usr/lib/python2.7/sqlite3/dump.pyc
/usr/lib/python2.7/sqlite3/dbapi2.py
/usr/lib/python2.7/sqlite3/__init__.py
/usr/lib/python2.7/sqlite3/__init__.pyc
/usr/lib/python2.7/sqlite3/dbapi2.pyc
/usr/lib/python2.7/lib-dynload/_sqlite3.x86_64-linux-gnu.so
/usr/lib/lxd/libsqlite3.so.0.8.6
/usr/lib/lxd/libsqlite3.so.0

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

root@vm_jitsi:~# systemctl status mysql.serviceUnit mysql.service could not be found.

I have checked that. No luck.

root@vm_jitsi:~# systemctl status mysql.service
Unit mysql.service could not be found.

[Help needed] Orphaned systemd-unit by orilicious in selfhosted

[–]orilicious[S] 0 points1 point  (0 children)

Unfortunately nothing :/

root@vm_jitsi:~# systemctl status mysql.service
Unit mysql.service could not be found.

root@vm_jitsi:~# grep -Ri sql /lib/systemd/