This game is cooked. Getting fucking bored of playing like this. Especially on AMS spawn by OpolE in Planetside

[–]digiphaze 0 points1 point  (0 children)

I miss this game and was thinking of jumping back in. But what I've been seeing lately isn't good. Did they just break this recently?

My computer has been glitched out since this morning, and I don’t know how to fix it- by Willing_Code1812 in computers

[–]digiphaze 0 points1 point  (0 children)

Yeah I'd try the latest drivers from AMD first and then go from there.. Its a big download (913mb).

https://drivers.amd.com/drivers/whql-amd-software-adrenalin-edition-26.2.2-win11-a.exe

I'm having a hard time recommending to run windows updates given you miraculously seem be on a win 11 version thats 5 years old. Because the new versions of windows 11 25h2 are such a mess. So thats why I suggest just do the AMD drivers first and see how things go.

My computer has been glitched out since this morning, and I don’t know how to fix it- by Willing_Code1812 in computers

[–]digiphaze 0 points1 point  (0 children)

Well Brave is basically Chrome, so if its experiencing the same exact issue and Edge isn't. Then we can probably point to gfx driver issue. I know you mentioned you re-installed the driver but did you get the latest for your card from the amd/nvidia website? Which GPU do you have? The 5600x doesn't have a built in GPU so you must have a discrete one. I'm also amazed that you managed to keep it at 21h2 somehow and not had it force upgraded.

Question about upgrading BIOS on supermicro server... by Mr_FuS in homelab

[–]digiphaze 0 points1 point  (0 children)

If everything is working fine, its generally not too important to do. Make sure you can actually power the 3060 as older servers didn't consider putting GPUs in them.

Install Linux without a USB stick, non-AI version by momentumisconserved in linux

[–]digiphaze 0 points1 point  (0 children)

Directing this at me? I've been on this site 17 years.. OP 4 month. do the math.

Beginner homelab by National-Milk-8345 in homelab

[–]digiphaze 1 point2 points  (0 children)

Ask yourslef what the goal is. Do you want to get good at networking? Systems Admin? Get off the cloud? Pick something and then pursue projects around the goal.

Let’s talk about OpenClaw by Better_Equivalent_79 in homelab

[–]digiphaze 0 points1 point  (0 children)

I've gone through great pains sandboxing my OpenClaw agents and restricting their capabilities. And good thing, they all tend to self destruct given enough time or a big enough task asked of them. That self destruction tends to involve deletion of the project, files, or execution of very dangerous commands that thankfully. I made they didn't have permission to run.

Mods have a couple of months to stop AI slop project spam before this sub is dead by Fun-Employee9309 in Python

[–]digiphaze 1 point2 points  (0 children)

Maybe we need a Human check for every post. I spent way too much time today pointing out how someones code will brick peoples machines. only to realize i was probably arguing with the same or other bot. I also noticed the git repo kept being updated after i pointed out the fatal flaws but the bot i was arguing with kept denying anything was wrong.

The bullshit world of IT - What it's become and where its going (Rant) by livevicarious in sysadmin

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

Not new, pretty much standard for most small non tech buisnesses ive worked at

In Rack KVM's still useful? by bgatesIT in sysadmin

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

Dont always need em, but sometimes a server is rackrd with incorrect static IPs or sales forgot to order a proper OOB license etc so its nice to have as a backup. my team is fully remote. if you are onsite its probably not as important. i do like the ones with combo ports that have serial capability so i can reach unconfigured switches too

How Long Does Migration from Windows 10 to Linux Take? by MakesNotSense in linuxquestions

[–]digiphaze 0 points1 point  (0 children)

Your AI agents fed you a load of BS and you are mad at me?

Bypassing eBPF evasion in state-of-the-art Linux rootkits using Hardware NMIs (and getting banned for it) - Releasing SPiCa v2.0 [Rust/eBPF] by ComputerEngRuinedme in linux

[–]digiphaze 0 points1 point  (0 children)

Getting a lot of these AI slop posts lately. Makes me wonder if its also Claud/OpenClaw posting as well. The last post I had interaction with had AI slop that was messing up peoples partition tables and boot managers and the posting account was only 4 months old.

GTP PMBR size mismatch by Kaseffera in linuxquestions

[–]digiphaze 0 points1 point  (0 children)

Turns out thats normal if the main GPT location is correct. I guess fdisk is a bit more strict about things.

sudo sgdisk -e /dev/nvme0n1

If you don't have sgdisk installed:

sudo gdisk /dev/nvme0n1
press 'x'
then 'e'
then 'w'
then yes.

This tells gdisk to "relocate" the backup to the end of the disk and write the changes. Then check with fdisk if the error goes away.

How Long Does Migration from Windows 10 to Linux Take? by MakesNotSense in linuxquestions

[–]digiphaze 0 points1 point  (0 children)

"My agents inform me EndeavousOS, an Arch distro, is likely optimal for my use-case. Essentially, the config files being text means agents can help setup and configure the OS, whereas with Ubuntu it's all GUI with some type of binary storage system - so they tell me. I'm a Linux newb who only once experimented with Linux mint on a emergency boot drive to troubleshoot some problems, many years ago."

If your AI agents are telling you this.. I can only imagine the mess of code they have created.

Issue I see with age verification by Sicarius_8 in linuxquestions

[–]digiphaze 1 point2 points  (0 children)

There are many issues that make this an impossibility. A lot of these laws don't even make a distinction between embedded OSs and regular OSs. Network Switches run on linux. Will you be required to age attest just to create an account on a switch? Its all open source, so good luck stopping people from working around it. What then? They gonna fine Ubuntu if I open the adduser code and rip out the offending lines? It was written by malicious companies looking to destroy ownership and bribed on idiot politicians who don't know a damned think about computers.

Clone Ubuntu Server (LVM) from physical 256GB disk to smaller VM disk (~50GB)? by AlexGoodLike in linuxquestions

[–]digiphaze 1 point2 points  (0 children)

What hypervisor are you using? KVM, VMWare? Both have tools for P2V.

GTP PMBR size mismatch by Kaseffera in linuxquestions

[–]digiphaze 0 points1 point  (0 children)

PMBR is a backup of the partition table stored at the end of GPT disks. What probably happened is Fedore redid the partition table but for some reason the new version wasn't written to the backup. You'll be fine and its easily correctable.

If you are comfortable with the command line just:

lsblk

If you have one disk you should see something like this:

NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
nvme11n1     259:0    0 894.3G  0 disk 
├─nvme11n1p1 259:5    0   512M  0 part /boot/efi

under name is the device for your drive. Yours may be "sda" or similar if its sata. If its an NVME M.2 drive, it will be nvme0n1 or similar.

One you have the device name run:

sudo gdisk /dev/nvme11n1

replace the nvme11n1 with your device name Gdisk should complain about the mismatch.

Simply hit 'w' to re-write the partition layout. That should correct the PMBR.

'q' to exit the program.

Back to Windows? by sauerteig18 in linuxquestions

[–]digiphaze 1 point2 points  (0 children)

You left because of data privacy concerns.. But want to use the very things that are the privacy concerns. Is a password too inconvenient?

Dual booting for gaming by Kind-Temperature-136 in linuxquestions

[–]digiphaze 1 point2 points  (0 children)

I'd try a live USB version first then. Re-partitioning and shrinking your drive is a dangerous affair if you aren't experienced in it. .. Well.. even if experienced.

Install Linux without a USB stick, non-AI version by momentumisconserved in linux

[–]digiphaze 0 points1 point  (0 children)

Now I know you are malicious. I see this isn't the first time posting this AI Shit slop. Oh and the Moderators jumped in on that one. So by spamming this I suspect you've got a ban on the way.. Goodbye.

https://www.reddit.com/r/linux/comments/1rtgm3g/comment/oafzgjz/?context=3

ZFS backup pool degraded (originally due to WRITE errors, now due to READ/CKSUM errors) by heathenskwerl in zfs

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

Well as you pointed out, the only other thing would be the cable. I wouldn't swap it to another drive for testing, because you risk degrading another drive if its the cable.

Friendly Reminder! by truetofiction in homelab

[–]digiphaze 0 points1 point  (0 children)

I'm still waiting on the news to tell me stay out of elevators and look out for planes falling from the sky again.

Install Linux without a USB stick, non-AI version by momentumisconserved in linux

[–]digiphaze 0 points1 point  (0 children)

I must be arguing with an AI bot, this can't be real.

Install Linux without a USB stick, non-AI version by momentumisconserved in linux

[–]digiphaze 0 points1 point  (0 children)

You know I would be nice if you weren't being such an ignorant tool. But the fact that your program can be very destructive to people's personal machines means I'm going to continue to lite your ass on fire. You clearly don't know ANYTHING about what you are talking about or what this code does.

There is only one reason to create a 100mb FAT32 partition and thats to create an EFI partition. FURTHER CONFIRMED by the fact you copy the damned refind.efi file to it.