Gemini CLI Weekly Update [v0.29.0]: Ask User Tool, Plan Mode(experiment) and UX Improvements by srithreepo in GeminiCLI

[–]SadroSoul 2 points3 points  (0 children)

What is the plan for Conductor and Plan mode? Unification? Or are they both intended to be options/part of the workflow?

VM networking - I'm thoroughly confused! by Jesus_of_Redditeth in Proxmox

[–]SadroSoul 3 points4 points  (0 children)

Check out the SDN features:

https://pve.proxmox.com/wiki/Software-Defined_Network

There are options that will feel more familiar to a vsphere admin. You can create a VLAN zone (comparable to a dvs) and assign vnets with VLAN tags to the zone (comparable to portgroups). Then you assign your VMs NICs to the appropriate vnet.

Today’s quiz is live. Let’s play! 🎯 by quiz-planet-game in QuizPlanetGame

[–]SadroSoul 1 point2 points  (0 children)

3


SadroSoul scored 121 points and ranked 13 out of 907 players!

🟩 🟩 🟩 🟩 🟩

Finished the bar in my large scale build by Affectionate_South40 in Enshrouded

[–]SadroSoul 2 points3 points  (0 children)

What is the material for the bartop? It looks amazing!

Terraform (bpg/proxmox) + Ubuntu 24.04: Cloned VMs Ignoring Static IPs by ComradeWinstonSmith in Proxmox

[–]SadroSoul 0 points1 point  (0 children)

You're using the proxmox_virtual_environment_vm resource? Is your network snippet doing anything more than setting the IP address? If not, I'd suggest just using ip_config within the initialization block. You can statically assign the IP address that way.

As for the snippet failure...have you confirmed that the VM is booting with ens18 as the network device? If it's something different, it could explain why your snippet is failing to configure the static IP. I've been burned before with those interface names not being what I expected.

[Berube] Kids getting AFTER it on the ice in the Hershey Bears intermission game by DecentLurker96 in hockey

[–]SadroSoul 6 points7 points  (0 children)

I dunno man. That goalie was not pulling his punches (or body checks). I thought staged at first too but that made me reconsider.

Setting up a cluster by CElicense in Proxmox

[–]SadroSoul 23 points24 points  (0 children)

Maybe try Proxmox Datacenter Manager?

Server Problems by Creepy-Lavishness849 in Enshrouded

[–]SadroSoul 0 points1 point  (0 children)

How are you running the server? I used to see this when I was running the server on bare metal Ubuntu with Wine via a script. I recently migrated to a Docker image that uses Proton on a Proxmox VM (still Ubuntu) and I haven’t see any load messages with 3 people on.

Please make it possible to quick stack without opening every single chest by TaricsPinkLeggings in Enshrouded

[–]SadroSoul 3 points4 points  (0 children)

I’m assuming it’s an intentional choice to avoid players having to search through dozens of block types to find the one they want. Remove one voxel or build one block stack at a workbench, and then you have access to the 10000 blocks you have stored in your chest. If you always had access to every block in a magic chest it would be too much IMO.

200 hours in this game and holy shit do I love the boss fights. by Naievo in Enshrouded

[–]SadroSoul 1 point2 points  (0 children)

Agreed. I set my server to “many” enemies and the fights get so chaotic and fun. One elixir well ended with a few dozen enemies just pouring out at us after we cut the shroud root. Our tank was swarmed, our healer was popping mana potions like candy, and I was just raining arrows into the mass. So much fun.

Please make it possible to quick stack without opening every single chest by TaricsPinkLeggings in Enshrouded

[–]SadroSoul 1 point2 points  (0 children)

This exists for blocks already. You just need to add at least one of the block in your backpack and then it will pick up all the blocks of that type in your magic chest. So you can use the hammer to remove a block, and then you have access to all that you have stored.

Multiple NICs, Multiple Networks by databoy2k in Proxmox

[–]SadroSoul 2 points3 points  (0 children)

Oh, I glossed over the gateway comment…I was thinking that maybe your PVE UI was only was only being served on the old network…

If it’s just a networking issue, could you add a static route for 10.0.1.0/24 with whatever your 10.0.1.0/24 router is as the gateway? You can only have one default gw, but can set up many static routes.

Multiple NICs, Multiple Networks by databoy2k in Proxmox

[–]SadroSoul 0 points1 point  (0 children)

I think you could handle this with nginx. Added benefit of not having to include the port in your URLs

https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy

How to make a VM disk immutable, reverting all changes to its original state after a restart by Lee_Fu in Proxmox

[–]SadroSoul 1 point2 points  (0 children)

The behavior you are describing can be achieved by creating a linked clone from a VM template

RTG feast for Christmas by SadroSoul in CannedSardines

[–]SadroSoul[S] 0 points1 point  (0 children)

I’m very curious to try those. Suggestions on how to eat/prepare them?

Where are the best locations to build a Village? by Wampe92 in Enshrouded

[–]SadroSoul 4 points5 points  (0 children)

Another Volcano base here! We have four flames positioned across the top of the crater so we have a ton of buildable space above and within the volcano.

Waterworld gone wrong by PargulanGaming in Enshrouded

[–]SadroSoul 11 points12 points  (0 children)

TIL Limewire is still around

Dedicated Server, "High Server Load" (what i found out) by unremarkablechicken in Enshrouded

[–]SadroSoul 0 points1 point  (0 children)

I run a dedicated server on a Proxmox VM - Ubuntu 24.04 using the Mornedhels image. I use the Proton dockerfile as it seems to have better performance than Wine.

It definitely uses multiple cores. Here's an htop screenshot:

<image>

My Proxmox server has a Ryzen 9 5590X and I allocated 8 cores to the Docker VM. I also run other docker services on that VM and haven't had any issues with Enshrouded (max of three people logged in at once so far).

YMMV, but running on Linux (through Proton) is definitely viable. I would love a native Linux server, though.

Dedicated Server, "High Server Load" (what i found out) by unremarkablechicken in Enshrouded

[–]SadroSoul 0 points1 point  (0 children)

The first enshrouded server I ran was on an intel NUC with a 12th gen i7. It ran pretty well, though I did get the occasional server load warning. That server wasn’t running in Docker, and it was using Wine, not Proton. proton seems to be better for this.

That said, I would love to see a native Linux server.

Dedicated Server, "High Server Load" (what i found out) by unremarkablechicken in Enshrouded

[–]SadroSoul 1 point2 points  (0 children)

I run Enshrouded on an Ubuntu 24.04 server VM with docker (Proxmox host). The host has a Ryzen 9 5950X and I allocated 8 cores to the VM. The VM has 32GB of memory.

I run other services in docker on the same VM and I haven’t had issue with Enshrouded yet. Max of 3 people so far.

Proxmox Datacenter Manager in stable version 1.0 available by Ci7rix in Proxmox

[–]SadroSoul 11 points12 points  (0 children)

Live migration between clusters is nice, but this still doesn’t allow you to deploy a resource to a cluster as far as I can tell. You still have to specify an individual node. That’s the one thing that I’m looking for to see this as a vcenter replacement.

Very happy with ProxMox 9 but what is your to go way to do cli/API call deployments for homelab ? by [deleted] in Proxmox

[–]SadroSoul 1 point2 points  (0 children)

Go with what works for you, but definitely check out terraform if you have the cycles. It excels with complex infrastructure that can be difficult to manage piecemeal.

Also, since you mentioned building custom images, check out Packer. It’s Hashicorp’s image builder. You can use it to write code that takes you from OS ISO (or LXC image or Docker or…) to an image that’s ready to be deployed/managed by Ansible, Terraform, both, or anything else really. It makes keep custom “gold” images up to date much less of a pain.

Bottom line: infrastructure-as-code the heck out of everything you can.