nico198x

joined 1 week ago
[–] nico198x@europe.pub 1 points 1 hour ago* (last edited 1 hour ago)

supporting the ESA is not attacking NASA, no need to defend them.

[–] nico198x@europe.pub 1 points 1 hour ago

this entire sub is about informing ppl about buying local and buying European. welcome.

[–] nico198x@europe.pub 2 points 14 hours ago (2 children)

Gestures broadly to the sub

Support and have pride in our homegrown efforts.

[–] nico198x@europe.pub 14 points 22 hours ago (3 children)

new ESA merch shops opens in two days, 13/05.

https://www.esaspaceshop.com/

[–] nico198x@europe.pub 4 points 22 hours ago (5 children)

absolutely. makes me sad to see kids running around in NASA gear. i only buy ESA gear for my son.

[–] nico198x@europe.pub 1 points 1 week ago

Russia instigates WW3 by invading its neighbor without cause, and then roping in Iran and NK to facilitate said illegal invasion.

Essentially, they are using MAD as an aggressive doctrine, and that cannot be allowed to stand. Everything Russia does makes WW3 MORE likely.

[–] nico198x@europe.pub 1 points 1 week ago (2 children)

still Russia. Europe is preparing for continued Russian aggression.

[–] nico198x@europe.pub 3 points 1 week ago

thanks, very helpful! your comment is definitely relevant, and i hope this topic will help others in the future who may be confused about best practice w/ MicroOS.

for what it's worth, i did end up running Rootful!

[–] nico198x@europe.pub 1 points 1 week ago

assholes like that will always find an excuse, no matter what. they don't own the concepts of pride and joy in one's home/culture. they just twist good things to serve their sick ends.

[–] nico198x@europe.pub 1 points 1 week ago

that's great, thanks for sharing! yeah, i love to hear their thoughts on this, since i'm new to ALL of this, immutables and containers. so i want to hear what their design intention is.

[–] nico198x@europe.pub 1 points 1 week ago

yeah, i did try that, but that part failed for some reason. the rest of the Ignition file was ok.

[–] nico198x@europe.pub 3 points 1 week ago (1 children)

fantastic, thank you!

yeah, when they said it was "ready for podman" i, uh, expected a little more preconfig. XD

as an aside, re: point 3, port forwarding won't work in firewalld? like , 80->8080, then 8080->container?

22
submitted 1 week ago* (last edited 1 week ago) by nico198x@europe.pub to c/selfhosted@lemmy.world
 

edit 2 Addendum

OK, big thanks to @oakcroissant@feddit.org for bringing this to attention here: https://europe.pub/post/390395/686949

that gets to the root (har har) of my confusion here. am i missing the point of MicroOS, or is it the devs who are wrong? 😆

their INTENTION with MicroOS is for us to just use root, which is contrary to how i've lived Linux basically forever.

Podmans rootless containers are AWESOME on Aeon, where you’re using it interactively and already have none root users.. but that would just be adding unnecessary complications to MicroOS

MicroOS is designed to use with root, and there is no need to create a non root user for anything.

IF there was a need to create a non root user then the installer would create a non-root user

which is exactly what was tripping me up. why weren't they facilitating rootless activity, and thus making me jump through hoops to get there.

answer: because it's not needed, and not the intention.

MicroOS: run as root.


edit Answer

yes, MicroOS only generates a root user at install.

if you want to do rootless containers, you will need to create new, non-root users after.

useradd will NOT generate entries for subuid/subgid by default for the new SYSTEM users.

if the system user already exists, you will need to add them manually:

usermod --add-subuids 100000-165535 <yourusername>
usermod --add-subgids 100000-165535 <yourusername>

otherwise, you must use the -F flag with useradd to generate subids for new system users.

thanks all!


hey all! i need a little help here.

i'm just starting to get into self-hosting, and have chosen MicroOS and podman as my environment and tool.

would someone be able to clarify something for me?

I have a MicroOS install for containers, and it seems to only come with a root user. so if i use podman, won't all my pods be rootful?

i try to make a new non-root user, but podman just keeps complaining about privileges when i run it under that user.

so how is this intended to work exactly?

thanks for any help!

view more: next ›