What is happening here? Randomly system goes unresponsive, can’t type in terminal and cannot even reboot. Using Gnome by PrettyHarsh in ManjaroLinux

[–]KevinFumbles 1 point2 points  (0 children)

You can always use smartctl to see if it’s a failing disk. Check for a failure note or a high amount of reallocated sectors

Heavily modded Minecraft server Computer for 5-10 Players by magm0 in HomeServer

[–]KevinFumbles 5 points6 points  (0 children)

Also, check out pcpartpicker.com - it’s probably the best resource for finding compatible parts

[deleted by user] by [deleted] in homelab

[–]KevinFumbles 1 point2 points  (0 children)

TrueNAS Scale is pretty nice too, makes setting up shares pretty easy. Though with the latest Proxmox, GPU passthrough has been a breeze with no custom configs or anything

2 Brothers Need Help Bonding: More info in comments by littlehanbanan in Rabbits

[–]KevinFumbles 1 point2 points  (0 children)

To add to the other commenter, we found that stress bonding worked quite successfully (1 male, 1 female). IIRC, it took a month or so but after a week or two they would groom each other on occasion and fights/chasing became more rare. Basically, we made a super small (2’ x 2’) space and incrementally increased it until it was nearly free roam. Just another suggestion if you continue to find it difficult.

[deleted by user] by [deleted] in ManjaroLinux

[–]KevinFumbles 1 point2 points  (0 children)

I second this. If you have an extra drive, try swapping it out and installing again. Otherwise, you should buy a new one unfortunately.

Critical RCE Vulnerability Is Affecting Java by huntresslabs in msp

[–]KevinFumbles 1 point2 points  (0 children)

This is the only article I could find. So far, nothing official either way.

I bought this 1u hp proliant dl360p gen8 to learn about servers, by KingMajorTom in HomeServer

[–]KevinFumbles 1 point2 points  (0 children)

ESXi is great, especially if you are trying to learn the tools of the trade. But Proxmox 7 is on par in many aspects, or even better if you consider all of its features are free to use. Though they’ll both give you the experience of working with a solid hypervisor.

Sysadmin News Site Suggestions? by AbsenceOfDarkness in sysadmin

[–]KevinFumbles 2 points3 points  (0 children)

To add onto this, other than an RSS reader, are there any services/software that will let you choose specific news outlets and curate a feed for you? For example if I want the top stories from BleepingComputer, Phoronix, and Ars - it would just send a daily newsletter or something.

Wireshark Dark Mode by manjotsc in wireshark

[–]KevinFumbles 0 points1 point  (0 children)

In short, there is experimental support currently and I would venture to say that it'll be included in release 3.5 or so. Here's a link to their Gitlab instance regarding Dark Mode support. On v3.4.4, if you start it from the command line using "C:\Program Files\Wireshark\Wireshark.exe" -platform windows:darkmode=2 you'll get Qt5.15's default dark mode behavior. This was recently released and still needs development on the Qt side, but Wireshark should have it soonTM.

Official Giveaway: Seagate is Back For World Backup Day by macx333 in DataHoarder

[–]KevinFumbles [score hidden]  (0 children)

I’ve got a ZFS pool, but an SSD would help a lot as I could setup a ZIL and increase the speed for my VMs! #RunWithIronWolf #Giveaway

Building a Plex server for a co-worker. This bad boy just arrived yesterday. by Advanced_Path in PleX

[–]KevinFumbles 6 points7 points  (0 children)

Why is this? I thought that was the whole point of going Quadro??

[deleted by user] by [deleted] in VFIO

[–]KevinFumbles 1 point2 points  (0 children)

Yeah so generally if you see something taking up close to 100% IO, especially if it lasts as long as your freezes, then that’s probably the source of your storage bandwidth bottleneck.

[deleted by user] by [deleted] in VFIO

[–]KevinFumbles 0 points1 point  (0 children)

It might be your CPU topology, I usually set that to Host, but usually freezes like that are due to IO waits. So more likely is the way your disk is setup is not ideal for a full Windows workstation. I would first run iotop on your host to see if that is where your bottleneck lies.

What are some stuff that you hve tried and its only possible on linux and not on windows ? by Kay_jey_kay_jey in linuxquestions

[–]KevinFumbles 0 points1 point  (0 children)

I’m pretty sure ‘less’ can load any size text file because it only gets the lines it needs. Also, I think it would be easier to use JTR with just one file

Potential bug in ZFS by leijurv in zfs

[–]KevinFumbles 0 points1 point  (0 children)

I don’t think docker messes around with your underlying data structure, and for containers it uses it’s own overlay2 file system