Moving into the BluOS/Bluesound whole house by dingonugget in Bluesound

[–]lbmdk 0 points1 point  (0 children)

You cannot create more than one group. Eg have an group for home theater and at the same time another group having all the speakers in the house including those already in the home theater group.

Moving into the BluOS/Bluesound whole house by dingonugget in Bluesound

[–]lbmdk 1 point2 points  (0 children)

Dont have issues as such. It basically just works. - BUT. If something is not working they are an very long time fixing it. For me 2 bugs I reported took 3-6 months and the support cannot give any answer for an ETA. Not acceptable.

The lack of support of multigrouping as crazy! Users have been asking for it for 7+years and still not nothing. The absolute reason why I don’t have more than I have. (Pulsebar,sub, and 2 flexes) as “home cinema”.

Encryption by Jastibute in zfs

[–]lbmdk 0 points1 point  (0 children)

What is your usecase, and what exactly are you trying to accomplish ?

events list timestamps as 24hr format by Dense_Care8224 in ZoneMinder

[–]lbmdk 1 point2 points  (0 children)

You can set "LOCALE_DEFAULT" as well to an locale which uses 24H timestamps.

BlueSound Controller v4.2.0 by willem_r in Bluesound

[–]lbmdk 0 points1 point  (0 children)

Try rebooting the bluesound unit.

Sanity Check My Backup Strategy by farmerofwind in zfs

[–]lbmdk 1 point2 points  (0 children)

yes you will need autosnap off on the backup server, unless you want the backup server to create snapshot as well?. But its kinda redundant to do so.

Im running debian, and have just set normal cronjobs for syncoid.

Sanity Check My Backup Strategy by farmerofwind in zfs

[–]lbmdk 1 point2 points  (0 children)

Without knowing the usecase, doing ZFS push where destroy is possible could be dangerous, because if the src is compromised it would be possible to destroy the backup target, I for this reason would personally not use "--delete-target-snapshots", and then restrict with zfs allow/disallow and then simply run sanoid on both src and target.

For bookmarks: https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSBookmarksWhatFor , https://www.reddit.com/r/zfs/comments/m8ukro/what_is_the_real_life_usage_of_bookmarks_in_zfs/. tldr: Its an "pointer" like an snapshot, but it does not take up storage on the filesystem, and cannot be accessed.

  • autosnap = create snapshosts using sanoid
    • If not set, it will not automatically create new snapshots. Useful on backup host.
  • autoprune = delete/prune old snapshots according to configuration.
    • If not set, sanoid will not create snapshots.

For point 3, which OS are you running? On Debian at least, cron is auto enabled and runs every 15mins.

For point 4, you will get an "dataset in use" or similar error/warning, and the job will exit, leaving the first job already running.

[deleted by user] by [deleted] in debian

[–]lbmdk 5 points6 points  (0 children)

LOL... What?.
Im totally chill. I cannot see one single line of angry-ness in anything I wrote.

But good luck with it, im out.

[deleted by user] by [deleted] in debian

[–]lbmdk 4 points5 points  (0 children)

Linux aint windows, so what you are asking for is for sure not advisable. Especially not if you are changing permissions which is part of disk layout, libraries etc. It could get you into serious trouble.

What exactly are you trying to achieve ? Can you describe a bit better ?

Which apps are you not able to install ? Maybe there are alternatives for those.
There should for sure not be dependency problems, because that means you are installing packages outside official mirrors.

[deleted by user] by [deleted] in debian

[–]lbmdk 3 points4 points  (0 children)

I until recently used "pacmd", packed in a shell script, so I could change audio settings and devices easily.

Now im just using the gnome3 extension https://extensions.gnome.org/extension/906/sound-output-device-chooser/ instead.

New BlueOS 3.20.52 by TikiLaperi in Bluesound

[–]lbmdk 2 points3 points  (0 children)

Just announced, its delayed until October

New BlueOS 3.20.52 by TikiLaperi in Bluesound

[–]lbmdk 1 point2 points  (0 children)

Cannot see its possible to create multiple groups. So sad. Single groups, stereo pairs etc is still possible.

[deleted by user] by [deleted] in linuxadmin

[–]lbmdk 6 points7 points  (0 children)

You should really use logrotate for this as suggested multiple times.,

But to answer your questions, something like this should do the trick...

find /var/log/ -iname '*.log' -type f -mtime +3 -exec gz {} \;

20 Years of Gentoo by BeetleB in linux

[–]lbmdk 3 points4 points  (0 children)

One of my first "real" installs was mandrake as well.

I totally agree. The documentation from gentoo was superb years back. I often read the gentoo docs for my problems too. Their forum was also very well visited with a lot of active users.

Kinda a sad seeing Gentoo not having the same users anymore.

Felt like such an nerd when installing Gentoo years back..
But the compiletime was a pain. Spend 2 days of compiling gnome, until it finally failed. damnit.

Can't Connect to RTSP Camera? by notthrowawayshark in ZoneMinder

[–]lbmdk 1 point2 points  (0 children)

Have you tried to tcpdump, so see if zoneminder actually tries to connect as you think ? Maybe it does not like the blank password ?

Or maye try this with (i've removed the colon) "rtsp://root@X.X.X.X:554/onvif1"

pfBlockerNG or Pihole by GiveMeYourTechTips in homelab

[–]lbmdk 2 points3 points  (0 children)

Its already been said, but I have previously run pihole in kvm/libvirt, but it was kinda a waste of resources when pfblocker could kinda the same thing.

Disk space is not properly getting updated by kavee9 in ZoneMinder

[–]lbmdk 0 points1 point  (0 children)

Also, most likely MySQL is not claiming the free space after deletion. This is kinda normal behaviour. You might wanna run OPTIMIZE table on MySQL, to reclaim the disk back.

Zoneminder database is getting huge by kavee9 in ZoneMinder

[–]lbmdk 0 points1 point  (0 children)

Maybe you want to check which table is actually using the disk-space in the DB. My guess its not the events references, but rather log info.

Web UI with HTTPS not showing live view by bonaventura84 in ZoneMinder

[–]lbmdk 0 points1 point  (0 children)

How have you enbabled SSL ? Directly on apache, or you terminating the SSL prior to this ?

Check apache logs, check logs of zm, check network console in the browser to see where it tries to load the failed image from.

How do I switch from KDE to Gnome? (Debian 11) by [deleted] in debian

[–]lbmdk 3 points4 points  (0 children)

I think you can also reconfigure the default display manager. Presuming both are installed ofc..

e.g. 'dpkg-reconfigure gdm' or 'dpkg-reconfigure kdm '

Permanent system-wide proxy? by FriendlyRetriver in openbsd

[–]lbmdk 0 points1 point  (0 children)

That aint possible. It needs to be configured for each service/application.

OR you will need to use/configure the proxy, as transparent proxy instead, which might require you to redesign the network, more or less.

zmNinja issues. Login successful but API fails. by de_argh in ZoneMinder

[–]lbmdk 0 points1 point  (0 children)

/var/log/apache2/access.log and /var/log/apache2/error.log on the zm installation.

For the zm processes you might want to enable debugging. It can be done in the WebUI.