It's hard to imagine something as fundamental to computing as the sudo command becoming abandonware, yet here we are: its solitary maintainer is asking for help to keep the project alive.

Archived version

top 50 comments

sorted by: hot top controversial new old
[–] 138 points 7 months ago (9 children)

imagine if he said fuck it and turned sudo into a crypto mining malware

  • source
  • hideshow 9 child comments
  • [–] 92 points 7 months ago (11 children)

    It’s been 12 years since Heartbleed and we’ve had numerous ”lone maintainer” issues since then. The situation shouldn’t come as a surprise or be especially ”hard to believe”.

    This is the state of free software, especially when it matures.

    Unless the creators manage to roll some kind of ”commercial” version, it’s not very sustainable in the long run. Turns out many eyes don’t really equal many PRs

  • source
  • hideshow 11 child comments
  • [–] 50 points 7 months ago* (last edited 7 months ago) (8 children)

    This is the state of free software, especially when it matures.

    The state of free software also includes the fact that even if the sudo maintainer doesn't find support, no one steps up and sudo becomes unmaintained, sudo-rs, doas, opendoas, run0 and please already exist as alternatives.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 14 points 7 months ago (3 children)

    and let's not forget - systemd, which has RedHat money backing it up.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 8 points 7 months ago (2 children)

    Hope you don't see who pays for kernel development…

  • source
  • parent
  • hideshow 2 child comments
  • [–] 10 points 7 months ago (3 children)

    hang on, there's one called please? Are there any downsides with using please instead of sudo?

  • source
  • parent
  • hideshow 3 child comments
  • load more comments (2 replies)
  • [–] 26 points 7 months ago (1 child)

    In my experience a lot of these old projects really go out of their way to dissuade contributions anyway. Lots of naysaying "it's always been like that", ancient infrastructure - e.g. insisting on git send-email patches, etc.

    Usually the only way it gets resolved is when someone writes a more modern competitor and it starts gaining traction. Suddenly all those improvements that people tried to do and were told were impossible and stupid aren't such a bad idea after all.

    I don't think that's the case with Unity but it probably is with things like GCC, sudo, sysvinit, X11, etc.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 78 points 7 months ago (4 children)

    That Ubuntu unity article where the maintainer was a 10 year old when he started the project but now has shit to do is pretty funny.

  • source
  • hideshow 4 child comments
  • [–] 19 points 7 months ago (3 children)
  • [–] 46 points 7 months ago (2 children)
  • [–] 18 points 7 months ago (1 child)

    This has been depressing for a while now. I’m a big Unity fan and I’m concerned about the future.

    "Maybe someone could teach us how things are done so that we can take it over in time," Adamietz added.

    Wasn’t any of this documented anywhere? And who are these other team members they interviewed? How is it they don’t know how to write code? Are they just manual testers or something?

    I’d try to help myself if there was some decent documentation on where to begin. But if it’s all in this kids head, we might be kinda fucked.

  • source
  • parent
  • hideshow 1 child comment
  • load more comments (1 reply)
  • [–] 40 points 7 months ago

    Following publication, Miller has been in touch to tell us that he has no plans to abandon sudo, or even hand it off, but he suspects change is still on the horizon for the essential tool.

    "While I don't expect to maintain sudo for an additional 30 years, I also don't currently have someone to pass the torch to," Miller told us. He noted that the xz utils backdoor has made him hesitant to hand it off to someone he doesn't know, and that he "feels responsible for sudo" after having spent so long as its lead dev and maintainer.

    Unfortunately, a lack of financial backing means sudo work has ground to a glacial pace.

    "Since I have limited time I've mostly been focused on fixing bugs and cleaning up the code base rather than adding new features," Miller said. "As a result the amount of time I spend is heavily influenced by the bug reports I receive."

    Funding or not, Miller expects sudo-rs to become the next generation of the tool in coming years.

    "Ubuntu is already shipping sudo-rs as the default sudo command in their latest versions," Miller told us. "I've been in contact with the people working on sudo-rs since the project started and I trust them to do right by the sudo user base."

    Regardless of what happens, Miller agrees the sudo situation he's in is yet another example of how open-source maintainers is putting the entire computing community in a bind.

    "Without some form of assistance it is untenable," Miller said. "Maintainer burn-out is real."

  • source
  • [–] [S] 38 points 7 months ago* (last edited 7 months ago) (19 children)

    It reminds me somehow on the famous xkcd webcomic: https://xkcd.com/2347

    Edit for an addition: Maybe it's also a reminder that we should frequently donate when we use FOSS.

  • source
  • hideshow 19 child comments
  • load more comments (19 replies)
    [–] 26 points 7 months ago (12 children)

    Funding or not, Miller expects sudo-rs to become the next generation of the tool in coming years.

    "Ubuntu is already shipping sudo-rs as the default sudo command in their latest versions," Miller told us. "I've been in contact with the people working on sudo-rs since the project started and I trust them to do right by the sudo user base."

    Projects don't last forever, and when they inevitably end, it's an opportunity to switch to something newer and hopefully better. Sudo coming to an end, if it does, will just force people onto alternatives.

    Being open source, sudo will always exist, whether someone else wants to maintain it, fork it, use it as-is, or just reference it. It's because it's open source that it can serve a purpose even beyond its EOL.

    Anyway, sudo's not dead yet, so there's still plenty of time for people to look at what's out there. Some distros have already moved to, or are considering moving to, alternatives like sudo-rs, so I'd expect that to continue.

  • source
  • hideshow 12 child comments
  • load more comments (12 replies)
    [–] 16 points 7 months ago

    https://git.sudo.ws/sudo

    According to the above Robert Manner and AZero13 also have one contribution each. There's also the https://opencollective.com/sudo-project which has a board.

    If Todd wants to pass off the project he has all the resources to do this.

  • source
  • [–] 12 points 7 months ago (2 children)

    Excuse me, but how isn't this a core feature, or do I think too complicated?

  • source
  • hideshow 2 child comments
  • load more comments (2 replies)
    [–] 10 points 7 months ago

    Don't tap Jia Tan…

  • source
  • [–] 9 points 7 months ago (8 children)

    Isn't the whole point of FOSS software that anyone can fork it?

  • source
  • hideshow 8 child comments
  • [–] 23 points 7 months ago (3 children)

    The article points out that sudo has already been forked by Ubuntu maintainer canonical into sudo-rs which reimplements sudo in rust with better memory protections. It also states that the maintainer of sudo expects sudo-rs to be the future of sudo.

  • source
  • parent
  • hideshow 3 child comments
  • load more comments (2 replies)
  • [–] 8 points 7 months ago

    Just waiting for another xz utils situation

  • source
  • [–] 7 points 7 months ago (3 children)
    load more comments (3 replies)
    load more comments
    view more: next ›