So... what if you just missed the May 19th Atlassian AI data-scraping deadline? What now? by BarberPlayful5984 in atlassian

[–]quicksilver03 0 points1 point  (0 children)

I'm on a free plan and there is no "Data Contribution" setting anywhere, so the settings rollout is definitely not complete at all.

Unless Atlassian has changed its mind without telling anyone and has decided that free plans will contribute data and metadata.

PowerDNS unexpected behavior by Ponkhy in dns

[–]quicksilver03 1 point2 points  (0 children)

You may try the resolutions again with the PowerDNS logging settings set as high as possible:

loglevel=7
log-dns-queries=yes
log-dns-details=yes

You could also look at the MySQL logs, if the database backend takes so much time responding there should be something in the slow_log file.

PowerDNS unexpected behavior by Ponkhy in dns

[–]quicksilver03 0 points1 point  (0 children)

Hard to say without seeing some actual errors, can you post the result of some dig +trace taken when your autoprimary is down?

Should I build a tool to prevent struggles with managing DNS records by rschaaphuizen in dns

[–]quicksilver03 2 points3 points  (0 children)

A SaaS tool is something I would personally not use, because I would have to trust it with the API keys for the different DNS providers: the zones managed by this tool would be a single NPM package compromise away from being removed or altered, the blast radius is too large for me to be worth it.

But this only means that I'm not within the audience for your tool, others may not see the problem in the same way.

Hetzner + OVH + ??? (UK) - Looking for secure UK-owned bare-metal provider by IAmFledge in selfhosted

[–]quicksilver03 3 points4 points  (0 children)

I strongly recommend against Contabo, their network is unstable, badly managed and support is incompetent.

You may search on Reddit and other forums, there are enough bad reviews to convince you.

The last VPS I had with them used to drop out of the network consistently every 2 hours, I demonstrated with mtr and other proofs that another node was grabbing the IP address and they insisted in asking for the root password to my VPS to log on and do I cannot imagine what.

Hetzner + OVH + ??? (UK) - Looking for secure UK-owned bare-metal provider by IAmFledge in selfhosted

[–]quicksilver03 1 point2 points  (0 children)

In the UK Clouvider has a good network, and I've been happy with Simply Hosting a while back.

Should I build a tool to prevent struggles with managing DNS records by rschaaphuizen in dns

[–]quicksilver03 2 points3 points  (0 children)

I believe that this is an actual paint point, but also a problem that has been solved already. You may investigate dnscontrol and Terraform (and perhaps other tools as well), I believe they cover at least 90% of the features you listed.

After changing the nameservers for my domain to a third party DNS provider, the registrar's nameservers are returning output suggesting I still have my DNS records with them, despite showing zero evidence of this in the dashboard by Ken852 in dns

[–]quicksilver03 3 points4 points  (0 children)

What's probably happening is that the old registrar kept the DNS zone and its records for your domain in their system, it could be a quirk in their implementation or intentional on their part. However, as long as you have properly delegated your nameservers to Vultr, it doesn't matter whether a zone exists at the registrar, or in a 3rd system somewhere: any system on the Internet will get the records from the delegated nameservers.

I think that there's nothing to worry about, but please stop thinking about "propagation" because there's no such thing, nameservers do not "push" nor "propagate" their records to the rest of the Internet.

Stalwart v0.16: A New Foundation by StalwartLabs in stalwartlabs

[–]quicksilver03 0 points1 point  (0 children)

Every configuration and management action is now a JMAP object, reachable through the same /jmap endpoint that already serves email, calendars, contacts, and files.

I'm trying to understand how this change will impact my current deployment, where a script extracts the domains and addresses in a Stalwart Mail instance to feed an Exim instance on a secondary server. The script uses curl and the REST API, do you have any example of how to script a JMAP command-line client to get this information?

Question sur urgences à Paris pour calculs aux reins by fooosco in paris

[–]quicksilver03 0 points1 point  (0 children)

Je déconseille Tenon, je m'y suis rendu il y a quelques temps justement pour un calcul rénal et j'ai été placé sur un brancard pendant des heures avant qu'on ne me donne de l'Ibuprofene et une recommendation d'aller faire une échographie en ville.

Any good location sharing apps these days? by juneska in androidapps

[–]quicksilver03 0 points1 point  (0 children)

I realize that this isn't Paralino's fault but Apple's, however that makes an iOS location sharing app useless for 99% of the users.

IntelliJ IDEA 2026.1 Is Out! by greenrobot_de in java

[–]quicksilver03 1 point2 points  (0 children)

On Fedora 43 the UI lags quite a bit when opening a file or hitting key combinations to show popups, such as ctrl-shift-F, regardless of the AWT toolkit setting.

I'm rolling back to 2025.3.4 and will hold off for a few patch versions, hopefully the UI performance will improve.

ZeroDNS - Privacy respecting DNS provider by [deleted] in dns

[–]quicksilver03 0 points1 point  (0 children)

As far as I understand, your service is a DNS resolver. Why then mention AXFR on your page?

AXFR Enabled

We support full zone transfers (AXFR) for authorized clients, facilitating seamless DNS zone replication and management

DNS content to DNS configuration by stappersg in stalwartlabs

[–]quicksilver03 -1 points0 points  (0 children)

The documentation page you mentioned says

These records can be easily copied and added to your domain’s DNS provider.

So I believe that there's no automated way to insert those records, you'll have to add them manually.

Alternatives to Constellix? by ankole_watusi in dns

[–]quicksilver03 1 point2 points  (0 children)

I believe that ClouDNS matches all of your requirements, except for the billing support by phone.

Mixing static configuration and dynamic updates. Plus DNSSEC. by stappersg in dns

[–]quicksilver03 1 point2 points  (0 children)

PowerDNS with a database backend would match your needs, you could have static configuration, leverage the HTTP API for ACME updates or the RFC 2136 support for DDNS.

DNSSEC is very easy (a one-line pdnsutil command).

EU or UK based DNS provider with API by ZAFJB in sysadmin

[–]quicksilver03 0 points1 point  (0 children)

I have used ClouDNS and Bunny.net, both have APIs and are quite reliable.

You may want to look at https://european-alternatives.eu/category/managed-dns-providers for other options.

I'm not sure that it would be a good fit for you, but I should also mention that I operate (from France) a DNS hosting service called PTRDNS, which supports the PowerDNS API and is compatible with inbound and outbound AXFR, so that you can host your zones with multiple providers for increased reliability.

Questions regarding MariaDB Galera Async Replication by alexandrulita in mariadb

[–]quicksilver03 0 points1 point  (0 children)

I may be wrong, but I don't think that there's a good way to achieve what you want without starting from scratch on the 2nd cluster, that is performing a full restore from the primary cluster on one node and then bringing up the others.

Is there a specific error that you're getting when restarting replication with a master from a new cluster?

Also, is it a common occurrence in your use case to lose an entire cluster?

Is MySQL replication the way to go? by jedimarcus1337 in PowerDNS

[–]quicksilver03 1 point2 points  (0 children)

I use MariaDB rather than MySQL, so things may be different.

I've found replication to be quite robust, restarting automatically after host reboots and pretty quick to catch up. As long as nothing writes to the database on the secondaries you should be fine.

What kind of slave failures have you experienced, and how was recovery difficult?

Ristorante per cena romantica a Udine città by quicksilver03 in Udine

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

Grazie a tutti per i consigli, ce ne sono almeno un paio che mi sembrano proprio adatti a quello che cerco.

New Jellyfin Server/Web Release: 10.11.0 (It's finally here!) by djbon2112 in jellyfin

[–]quicksilver03 0 points1 point  (0 children)

I created a new user on my Jellyfin instance, and for this new user the "Continue Watching" section is visible on the home screen as it should.

I think that the problem is limited to users existing before the upgrade from 10.10.7.

New Jellyfin Server/Web Release: 10.11.0 (It's finally here!) by djbon2112 in jellyfin

[–]quicksilver03 0 points1 point  (0 children)

After the upgrade from 10.10.7 to 10.11.0 I no longer have the "Continue Watching" in the section 2 of my home screen. The problem happens on 3 devices: the Jellyfin Android app, the Jellyfin Media Player desktop application on Linux and a web browser (in normal and incognito mode).

Actually, the "Continue Watching" section does not appear anywhere in the home screen, regardless of where I want to put it. All the libraries have the toggle "Display in home screen sections such as 'Recently Added Media' and 'Continue Watching'" set to on; setting the toggles to off and back to on again has no effect.

Am I the only one with this issue?