Rob Thomas

Results 13 comments of Rob Thomas

For those people having problems, and think it may be the MFC522 library, I've [updated it here](https://github.com/xrobau/AmiiBomb-uino/commit/5033a36a58475f82bc8c348b29176f48f6048e0f) and done a pull request. You may wish to try the updated library.

@urherenow Why are you still doing stuff on the 3DS? Nothing is easier than Windows. (Sarcasm, in case you didn't notice). And also, you need a hacked 3DS. Which not...

However, after viewing the diff, it appears to be missing the 'Magic' [section of code here](https://github.com/xrobau/AmiiBomb-uino/commit/5033a36a58475f82bc8c348b29176f48f6048e0f#diff-1c42910d4567927995a2913953aa0c22L1663) - Does this need to be re-added? (Note I didn't try writing)

Interestingly, same issue here when upgrading a Ubuntu 21.04 host to 21.10 - no other changes. I've posted this in the forum for more visibility. https://discuss.linuxcontainers.org/t/strange-cgroups-bug-on-ubuntu-21-10/13341

After doing some MORE debugging, the actual cause of this is the version of systemd that is being run *in the container* does not understand cgroups2. https://bugzilla.redhat.com/show_bug.cgi?id=1970237 The way to...

> Permission denied - Legacy hierarchy not writable, skipping That's LXC saying it doesn't have permission to write to cgroupsv1 - so this is probably an unusual security configuration on...

You can see some rebranding and relocation changes in https://github.com/xrobau/PoGoBag/commit/b1f3db56b572898c90aeafcba2ba6f1b68b291d1 I don't like the idea of removing the Donate button though, I've explicitly left it there, but changed the wording...

This is almost certainly a network MTU issue. Please provide the real hostname/ip address of the instance you're trying to contact.

The (hacky, awful) fix, for anyone who encounters this: ``` mastodon=> begin; BEGIN mastodon=*> update account_warnings set account_id=target_account_id where account_id is null; UPDATE 315 mastodon=*> select id,account_id,target_account_id,created_at from account_warnings where...

Already working on that - https://git.artemai.art/xrobau/relaymgr talks directly to redis and will provide a reasonable UI for subscribers. The idea being is to allow smaller instances to avoid the firehose...