|
Bugzilla – Full Text Bug Listing |
| Summary: | system broken after distrobox-export --bin sudo | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Aeon | Reporter: | Marco Trauffler <marco.trauffler> |
| Component: | Distrobox | Assignee: | Richard Brown <rbrown> |
| Status: | RESOLVED UPSTREAM | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | marco.trauffler |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Marco Trauffler
2024-01-31 19:17:32 UTC
problem can be solved be removing /home/user/.local/bin/sudo anyhow exporting sudo wasn't a good idea i agree, but maybe freezing problem should be addressed anyhow. (In reply to Marco Trauffler from comment #1) > problem can be solved be removing /home/user/.local/bin/sudo > > anyhow exporting sudo wasn't a good idea i agree, but maybe freezing problem > should be addressed anyhow. I'm glad there's a workaround for the 'problem', but I'd still love to know WHY you'd want to export sudo while using sudo (distrobox --root uses sudo) My suggestion to distrobox upstream may be to prohibit the exporting of any binaryname that can already be resolved in the users $PATH Probably should never be exporting stuff that is already available on the host anyhow Hi, I fully agree with your analysis the reasons were: - I installed ddrescue in distrobox and wanted to use it from outside distrobox by exporting its bin - then by mistake I thought that sudo doesn't exist either outside distrobox as used to be in Vanilla distribution, and I exported it as well ;-) I was however astonished that it had such heavy impact because now sudoing wasn't possible at all. Took me a while to find that the work around was easy :-( Anyhow thank you and please note : I am a big fan of your distro! Regards, Marco and I'm a huge fan of this bug :) Just going to need a little time working with distrobox upstream to find a robust way of avoiding such stuff in the future Exporting stuff that doesn’t need to be exported is bad.. and distrobox should probably stop it Needs to be fixed upstream in distrobox, not Aeon specific (Though hilariously scary) |