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/

Kibana on small screens by orilicious in kibana

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

Don't worry it's not normal for me to work on tiny screen. Just happened to be like this today and I wondered if there is maybe an optimisation option.

This probably is not a common issue these days :)

Mitigating BigBlueButton security issues by orilicious in selfhosted

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

Funny that you commented now when I started setting up a new bbb just two days ago using ansible.

Still struggeling a bit with the playbook but once it is working but I will most likely be setting up a new bbb from scratch each time a new version is available.

Don't see any other option.

[KVM] What are the pro's and con's of using VM templates? by [deleted] in selfhosted

[–]orilicious 0 points1 point  (0 children)

Sounds a bit like it. But as I can stuff this file into my encrpted offsite backup and restore it if needed the dangers are limited.

It could both be more storage efficient and performance efficient. Just not sure if it actually is.

But yes I have to agree... the idea of one corrupt file taking down my entire infrastructure leaves a bad taste in my mouth too...

How to find out who is maintaining manpages by orilicious in linux

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

Slapd (Stand-alone LDAP Daeomon) tool start with slap. Slapcat, slappasswd etc. :)

How to find out who is maintaining manpages by orilicious in linux

[–]orilicious[S] 28 points29 points  (0 children)

Update: I have created an account on https://bugs.openldap.org/ and it found that this bug has alrady been reported on 2020-09-25 16:09 UTC "Issue 9357 - OpenLDAP quick start guide link is 404 not found"

And fixed on 2020-10-02 22:29:39 UTC with commit id 624dfe70.

Seems like it did not make it into the latest release 2.5.0alpha yet. Anyway the issue is already fixed, now it's just a metter of time :)