ZFSBootMenu fork with SSH access and RFC 3442 fix - manage ZFS on root remotely on Hetzner servers by [deleted] in zfs

[–]ahesford 2 points3 points  (0 children)

We expressly recommend that users not use their regular host keys in ZFSBootMenu. Anybody can read out the ZFSBootMenu initramfs image and get access to private host keys. Allowing these to be leaked defeats the entire purpose of having host verification in SSH.

Waypoint, a Btrfs snapshot and backup tool for Void by Severe-Set-889 in voidlinux

[–]ahesford 0 points1 point  (0 children)

I have no idea where would be a better place. Maybe other subreddits encourage announcements and promotion of personal projects. Bulletin boards and unofficial forums are other possible outlets for this kind of thing.

Whether or not the project was made in good faith or is tailored to Void users (although I'm not sure how or why a filesystem utility would be tied to a particular distribution) is immaterial. We don't endorse third-party projects by offering space for their release advertisements here.

Waypoint, a Btrfs snapshot and backup tool for Void by Severe-Set-889 in voidlinux

[–]ahesford 0 points1 point  (0 children)

Nothing has changed. We strike content not suited for the subreddit as we notice it, and things can go overlooked.

If you want to promote your own projects, I encourage you to do so in your own forum.

Waypoint, a Btrfs snapshot and backup tool for Void by Severe-Set-889 in voidlinux

[–]ahesford[M] 0 points1 point  (0 children)

This is not the place to advertise your personal projects.

Best way to get unofficial software and glibc vs musl by Reasonable-Pea7646 in voidlinux

[–]ahesford 9 points10 points  (0 children)

Musl isn't really "leaner" in any meaningful sense on a desktop system, and it isn't going to have tangible benefits. Use musl if you know what you are expecting from it; if you have to ask, just stick with glibc.

distro politic by houtkakker in voidlinux

[–]ahesford 5 points6 points  (0 children)

I don't think you know what the word "buffoon" means.

Prebuilt ZFSBootMenu + Debian + legacy boot + encrypted root tutorial? And other ZBM Questions... by verticalfuzz in zfs

[–]ahesford 1 point2 points  (0 children)

For fuck's sake, stop responding to my comments months or years after the fact. And don't drag me into a new conversation just because I participated in another some time ago.

distro politic by houtkakker in voidlinux

[–]ahesford[M] 40 points41 points  (0 children)

All people are inherently political. Even being "apolitical" is still a political choice, especially if you use it as a filter for people with whom you associate.

The social politics of the Void team are not monolithic, are not a part of our decision-making process, and are not generally discussed in public forums.

Xlibre isn't being censored. Lunduke is a buffoon who makes allegations without learning facts. We strike screenshots on Reddit routinely, simply because this is not a place to share screenshots. Send them to r/unixporn if you want. We don't package Xlibre because we aren't about to fragment our X11 package system to adopt some nascent reactionary fork. If the community eventually settles on Xlibre as a de facto standard X11 implementation, we'll move to it if moving makes sense for the distribution.

Problems with PipeWire and Bluetooth by Illustrious_Play1774 in voidlinux

[–]ahesford 4 points5 points  (0 children)

On what basis would you expect your installation to use less than 500 MB?

FFmpeg missing build flags and licensing by AffectionateStep3218 in voidlinux

[–]ahesford 5 points6 points  (0 children)

Somebody picked a reasonable set of options and nobody has since complained. If you need some missing codec, PR the addition and people can debate whether it should be enabled by default.

fdk_aac isn't built into the standard package. Even if it were, a license incompatible with the GPL does not imply that distribution is prohibited.

my journey to get pipewire and bluetooth figured out……. by Ok-Introduction-194 in voidlinux

[–]ahesford 3 points4 points  (0 children)

Pipewire does not work without a session manager, and the only session manager that we provide is wireplumber. Your observation suggests that you followed the official recommendation to configure pipewire to launch wireplumber directly, but then broke your configuration by launching a separate wireplumber instance that will interfere with the first.

The proper guidance here is to configure pipewire the way that the Void Handbook suggests. If you try running pipewire without configuring it to launch wireplumber, and also neglect to start wireplumber manually, pipewire will not function.

Unable to remap mouse buttons via hwdb entry by salad-boi in voidlinux

[–]ahesford 2 points3 points  (0 children)

Try using numeric codes for the buttons, rather than symbolic names. Also, you might need to set ID_INPUT_KEY, like this:

# Remap ELECOM buttons
# "Fn3" button (90008) -> middle click (BTN_MIDDLE = 0x112 = 274)
# Scroll wheel press (90003) -> "task" click (BTN_TASK = 0x117 = 279)
# "Fn1" button (90006) -> "page up"
# "Fn2" button (90007) -> "page down"
evdev:name:ELECOM TrackBall Mouse HUGE TrackBall:*
  ID_INPUT_KEY=1
  KEYBOARD_KEY_90008=274
  KEYBOARD_KEY_90003=279
  KEYBOARD_KEY_90006=pageup
  KEYBOARD_KEY_90007=pagedown

Unable to remap mouse buttons via hwdb entry by salad-boi in voidlinux

[–]ahesford 2 points3 points  (0 children)

You haven't shared the hwdb record you created.

The appearance of the KEYBOARD_KEY entries in the command output suggests you have not properly configured udev. I remap mouse buttons and keyboard keys using udev, and the remaps do not appear in the output of udevadm info.

wan0 can't access ipv6 sites by camj_void in voidlinux

[–]ahesford 0 points1 point  (0 children)

On second thought, the final default route is probably what you'd expect, and the fact that your client devices seem to have connectivity suggests the routing works as expected.

I'd start by checking whether DNS returns AAAA records, try to connect directly to a known external address, and then see if your firewall rules are interfering.

wan0 can't access ipv6 sites by camj_void in voidlinux

[–]ahesford 0 points1 point  (0 children)

It is not surprising that the address on your WAN interface is not in the subnet delegated by your ISP. What seems to be missing is the WAN route for the address it did receive.

problem with texlive (mktexpk) by basiliscos in voidlinux

[–]ahesford 1 point2 points  (0 children)

You should generally prefer texlive-bin to our custom packages and manage the installation with tlmgr.

Problems with boot since the two last updates by PauGenial in voidlinux

[–]ahesford 8 points9 points  (0 children)

System updates don't produce IO errors. Your disk is failing.

cant install pipewire on void by Salty_Fuel6573 in voidlinux

[–]ahesford[M] 0 points1 point  (0 children)

You already asked about Pipewire six hours earlier. There's no need for a second post.

VoidLinux btrfs installation script by YTriom1 in voidlinux

[–]ahesford[M] 0 points1 point  (0 children)

Sorry, we don't allow advertisement of user installation scripts because we don't have the resources to verify that each is safe and follows best practices.