CyberGlitterhoof
CyberGlitterhoof
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
they seem to be able to sucessfully run podman unshare --rootless-netns however judging from the comments
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
the "dockur" project, which similarly creates a windows vm in an automated way (and it's fundimentally doing basically the same thing as I was doing via VMM here, just automatically instead of manually, since it needs to emulate a new kernel for windows, which podman doesn't do) also has people experiencing the same issue logging in via RDP https://github.com/dockur/windows/issues/679
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
Distrobox is using the podman container engine to create its distro container
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
VMM is installed in a distrobox container so that I don't need to layer a ton of stuff
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
I'm trying to rdp into a windows VM created in virtual machine manager
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
I'm not sure who I should open this up as an issue though. Podman? Ostree? Bazzite?
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
since it's not just me then
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
well that's good, and I'm glad (I guess) that you were also able to replicate the root thing, even if not the homebrew thing
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
If this is some bizarre way to elevate to root without auth this seems like a huge bug
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
It seems like it's real root too, not some chroot fake root inside of a podman container, because it does see dir's I'd expect to see in /
root@bazzite ~# ls
AppImages/ Applications/ 'Calibre Library'/ Desktop/ Documents/ Downloads/ FMD2/ Games/ Music/ Pictures/ Public/ retrodeck/ Sync/ Templates/ Videos/
root@bazzite ~# cd /
root@bazzite /# ls
bin@ boot/ dev/ etc/ home@ lib@ lib64@ media@ mnt@ opt@ ostree@ proc/ root@ run/ sbin@ srv@ sys/ sysroot/ tmp/ usr/ var/
root@bazzite /# cd etc
root@bazzite ~# ls
AppImages/ Applications/ 'Calibre Library'/ Desktop/ Documents/ Downloads/ FMD2/ Games/ Music/ Pictures/ Public/ retrodeck/ Sync/ Templates/ Videos/
root@bazzite ~# cd /
root@bazzite /# ls
bin@ boot/ dev/ etc/ home@ lib@ lib64@ media@ mnt@ opt@ ostree@ proc/ root@ run/ sbin@ srv@ sys/ sysroot/ tmp/ usr/ var/
root@bazzite /# cd etc
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
Brian@bazzite ~> whoami
Brian
Brian@bazzite ~> podman unshare --rootless-netns
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
root@bazzite ~# whoami
root
root@bazzite ~#
Brian@bazzite ~> whoami
Brian
Brian@bazzite ~> podman unshare --rootless-netns
Error: Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
root@bazzite ~# whoami
root
root@bazzite ~#
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
and I was not not in another role/user when I ran the command either
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
I'm also unsure how it's dropping me into root@bazzite after running that unshare command. It did not prompt me to elevate to root or anything
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
also, which brew gives:
which brew
/home/linuxbrew/.linuxbrew/bin/brew
which brew
/home/linuxbrew/.linuxbrew/bin/brew
22 replies
UBUniversal Blue
Created by CyberGlitterhoof on 12/5/2024 in #🛟bazzite-help
Bazzite - Windows VMs and Podman
which podman
/usr/bin/podman
which podman
/usr/bin/podman
22 replies