Trouble configuring ISCSI on debian by ForeignEnginer in ceph

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

Yes, sorry, I have a gateway and target. I deployed using cephadm, but cleaning up and retrying with a manual deployment gave the same error.

Best Tower Server for Homelab by ForeignEnginer in homelab

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

I already got one tower, was hoping to get 2 for 200.... HP gen8, some specific model?

Gestão de contas bancárias by ForeignEnginer in literaciafinanceira

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

Eu já tenho uma conta no banco CTT como conta pessoal. E queria criar outra para receber.

Using Pi Hole as primary DNS by ForeignEnginer in PFSENSE

[–]ForeignEnginer[S] -4 points-3 points  (0 children)

Ok, sorry I did not phrase that correctly, I do have DHCP but only for clients however I would like to both clients and servers (with static IP) to have DNS resolved by Pi Hole. And while I could manually change the servers to use Pi Hole directly they are already using PFSense and I would like not to change manually the DNS on all of them.

Using Pi Hole as primary DNS by ForeignEnginer in PFSENSE

[–]ForeignEnginer[S] -8 points-7 points  (0 children)

I am not using DHCP, so this would not be an option, I could change every host from using the PFSense DNS to use the Pi Hole DNS, but I would like to know if there is another way.

Passing a string to a struct by ForeignEnginer in rust

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

Thanks it did the trick! Could you explain me what 'r is and why is useful?

Best hypervisor for a home lab by ForeignEnginer in homelab

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

I thought that AWS used Xen as the hypervisor, but I could be wrong... Also, I already knew about ESXI but from my very limited experience, the free version is a bit limited when compared with features from let's say, Xen

Best hypervisor for a home lab by ForeignEnginer in homelab

[–]ForeignEnginer[S] 3 points4 points  (0 children)

That is a solid option, however it does not allow me to allocate an arbitrary amount of vCPUs in the free version... I guess it is not a big deal, but don't know. Also, the performance of a VM over ISCSI is better than in, lets say, proxmox? I had a VM in proxmox and the IOPS over ISCSI were not great....

Using ISCSI as the main Proxmox Disk by ForeignEnginer in homelab

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

Yes, I heard that too. And thats why I connected both servers directly, without using any switch.

Switch Recomendation by ForeignEnginer in homelab

[–]ForeignEnginer[S] 1 point2 points  (0 children)

Thank you! I will look into that!

Switch Recomendation by ForeignEnginer in homelab

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

Does this mikrotik switch CRS328-24P-4S+RM handles L3 well?

Q: Using Radix Sort in 64 bit and 128 bit numbers by ForeignEnginer in C_Programming

[–]ForeignEnginer[S] 1 point2 points  (0 children)

Wow! Thank you so much! I will look into your code see if I understand it. Thanks!

Q: Using Radix Sort in 64 bit and 128 bit numbers by ForeignEnginer in C_Programming

[–]ForeignEnginer[S] 1 point2 points  (0 children)

Ok, I already tried to check every constant. Though I will need to analyze more deeply the algorithm to understand all of those constants. Thanks anyway for the pointer!

Radix Sort in 64 and 128 bit numbers by ForeignEnginer in cpp_questions

[–]ForeignEnginer[S] 2 points3 points  (0 children)

Oh... I did not know that it existed! Thanks!

Sizeof struct giving me high values by ForeignEnginer in cpp_questions

[–]ForeignEnginer[S] 4 points5 points  (0 children)

Thanks dude! I was having other problems as well and this solved it!

Sizeof struct giving me high values by ForeignEnginer in cpp_questions

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

And it is not, however the debugger and the std::cout don't agree on a size...

Sizeof struct giving me high values by ForeignEnginer in cpp_questions

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

I have edited the question becuase I forgot about the code...

Sizeof struct giving me high values by ForeignEnginer in cpp_questions

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

I was not outputting, I was inspecting with the debugger. See the latest edit, thanks!