gregoster

Results 10 comments of gregoster

Please have a look at: https://github.com/gregoster/tinygo-drivers/tree/xpt2046spi/xpt2046 There's still some extra design work needed to make both the GPIO and SPI versions co-exist in the same file (e.g. right now there...

I found a few cycles this evening to improve things. Cleaned up the code a bunch, and hopefully have removed any 'sharing' issues between GPIO and SPI interfaces. Also added...

Examples moved to folders (should have though of that one myself, but I'm still a beginner when it comes to go and file layouts). PR submitted: https://github.com/tinygo-org/drivers/pull/477 Thanks for helping...

Just hit this issue with upgrades from Fedora 38->40. 'salt-call state.highstate' run on a minion is unable to connect to the master: `/usr/lib/python3.12/site-packages/salt/grains/core.py:2914: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for...

Running `sh bootstrap-salt.sh` on a Fedora 40 system results in: `... * ERROR: https://repo.saltproject.io/salt/py3/fedora/40/x86_64/latest.repo failed to download to /etc /yum.repos.d/salt.repo * ERROR: https://repo.saltproject.io/salt/py3/fedora/40/x86_64/latest/SALT-PROJECT-GPG-PUBKEY-2023.pub failed to download to /tmp/salt-gpg-DfWiB24J.pub * ERROR:...

Thanks @limburgher , looks like its going to be a bit before there are 'official' packages then... Thanks @29821632 , we went with your solution, and so far it seems...

I had a bit more time today to dig into this... It seems that perhaps EOPNOTSUPP just needs to be handled/ignored? https://github.com/restic/restic/pull/5344 With that pullup 0.18.0 once again works on...

> pkgsrc added a patch for this: https://github.com/NetBSD/pkgsrc/blob/trunk/sysutils/restic/patches/patch-internal_fs_node__xattr.go but now I see new errors like this one: > > ``` > error: incomplete metadata for /sandbox/dev/mixer: xattr.list /sandbox/dev/mixer: permission denied...

> > What is the underlying filesystem here? I'm not able to reproduce the error with my non-xattr filesystems, so do yours have xattrs available but not turned on or...

Ahh... ok, now I can replicate what you're seeing. Yes, it matters if root or not :) So in versions before 0.18.0, it looks like restic simply skips over devices...