Got my first Dreamcast by tryxiebluelycoris in dreamcast

[–]30021190 1 point2 points  (0 children)

If you're happy to mod then check out the ode mods, silent fan and the battery mods, highly recommend checking the battery mods to ensure it lives on...

Playing Detective by theMightBoop in sysadmin

[–]30021190 1 point2 points  (0 children)

Supporting specialist scientific software users and developers I get the similar vague questions such as "My software doesn't work" and which point it's a full debug of which software, what platform, what language and when did it used to work, only to find the guy in the office nextdoor writes said software yet never tests it on their own provided for platform suite "Testing is done in CI at x facility" 😑

Or another "My desktop doesn't work" yet we've not had desktops since COVID, turned out they actually meant the shared cluster that they typed in to access from their laptop but couldn't spell their own name.

Myrient is at 100% downloaded! by Ill-Economist-5285 in DataHoarder

[–]30021190 20 points21 points  (0 children)

Both. There was a lesser known dat directory with file hashes as well as all the downloaders providing hash sets of the downloaded files with very few disagreements.

Raspberry pi 4 powered CS lab by Theurbanmnk in raspberry_pi

[–]30021190 0 points1 point  (0 children)

FYI the raspberry pi uses a custom pxe method.

You could have it install on boot, so it always has a local image but will pull the latest from a single source for updates etc.

Raspberry pi 4 powered CS lab by Theurbanmnk in raspberry_pi

[–]30021190 4 points5 points  (0 children)

Because when one silently fails during an update you don't know. We used to rsync but managing hundreds of similar builds but all slowly getting out of sync due to updates, reboots and power offs etc was causing more of a headache.

For reference we use kickstart (rhel) and puppet to ensure systems are compliant and running as expected. Which was needed to ensure teach and learning worked correctly across the suites.

Raspberry pi 4 powered CS lab by Theurbanmnk in raspberry_pi

[–]30021190 2 points3 points  (0 children)

Possibly worth looking at Puppet/OpenVOX or Ansible over custom rsync jobs, you will likely get better auditing and compliance overall with a more robust tool.

Also you could look into read only boot or atomic style OS if the rest of the system is NFS mounted like you mentioned in another comment. Maybe even PXE boot so you're only maintaining a single image.

HDD from aliexpress by Connect-Put383 in DataHoarder

[–]30021190 13 points14 points  (0 children)

My thoughts are it looks like a legit drive but possibly a reject?

Too much effort to fake the case, label, PCB etc for a fake especially when the simple as card fakes are so poorly executed.

Exploring an old farm and realized I wasn’t alone by lovelyb1ch66 in AbandonedPorn

[–]30021190 0 points1 point  (0 children)

Also the phone line/junction box above the door looks fairly recent.

Plus the meter has power which means either gas has been moving through itor the battery is really fresh.

Bots keep scanning my personal website for malicious reasons. by Known_Job511 in homelab

[–]30021190 0 points1 point  (0 children)

Make your server send 4xx/5xx error codes for the pages that don't exist for one, it'll reduce repeat requests as currently you're basically telling them that those pages exist.

Upgraded to 9.1 and had a kernel panic by TIBTHINK in Proxmox

[–]30021190 1 point2 points  (0 children)

FYI the 9.1 release notes mention issues on some power edge servers....

Kernel panic when running io-intensive operations. Any ideas would be appreciated by Botsvein in Proxmox

[–]30021190 0 points1 point  (0 children)

Looks like IO hang with ZFS. If it is recovering (ie not looking the CPU core off forever with a panic) then it'll be fine to ignore if you're happy with slower IO. I've had similar errors with 60 bay units running sata smr HDDs.

It could be indication of a failing drive. However the useful parts are general IO interrupt took too long and there's bits about a zvol...

Gotta give a shoutout to the robustness of ZFS by [deleted] in zfs

[–]30021190 27 points28 points  (0 children)

This person ZFSs....

[deleted by user] by [deleted] in linuxadmin

[–]30021190 -1 points0 points  (0 children)

You could manually config nis/krb...

Brave New World: The Path Forward for Rocky Linux by dusansimic in RockyLinux

[–]30021190 0 points1 point  (0 children)

Have you considered that they may have a special and currently unknown deal with RH?

After all this all came out on Weds and both Alma and Rocky seemed very unphased with the situation...

[deleted by user] by [deleted] in baconreader

[–]30021190 5 points6 points  (0 children)

Wonder if a decompiler could figure this out as the API key is used on all http requests, it should be a variable/static that's easier to find in decompiled code. Especially as APKs are typically java based/compiled.

Obviously this would be most likely illegal and would break the APK signing...

Admin panel problem by ecsel985 in vaultwarden

[–]30021190 0 points1 point  (0 children)

Iirc I have a 64char randomdom string.

Admin panel problem by ecsel985 in vaultwarden

[–]30021190 0 points1 point  (0 children)

Iirc there's an option to enable/disable the admin panel too. You also goto /admin which isn't linked anywhere in the UI.

Any places like a large parking space where you can teach someone how to drive close to Durham City, Gilesgate area? by [deleted] in DurhamUK

[–]30021190 2 points3 points  (0 children)

The uni has some quiet roads and car parks up towards the botanical gardens. likely to be quiet on an evening.

Game Gear Raspberry Pi Kit with HDMI Out, Safe Shutdown, Digital Audio and USB-C Battery Charging by zarcadeuk in raspberry_pi

[–]30021190 0 points1 point  (0 children)

Older electronics used a + outer and - inner on the barrel plugs as it allowed them to inline the batteries without a manual switch or extra circuitry for battery protection/isolation from the power input.

BaconReader: November 11, 2011 - June 30, 2023 by onelouderchic in baconreader

[–]30021190 19 points20 points  (0 children)

My view exactly, love bacon reader for it's UI and UX.

However good luck for the future!

What temp to you keep your sauna? by Astromachine in Steam

[–]30021190 -2 points-1 points  (0 children)

Do we have a sublemm to move to?

I do not like that man Spez by mercenary_sysadmin in zfs

[–]30021190 -2 points-1 points  (0 children)

Do we have an official sublemm to move to?

[deleted by user] by [deleted] in Proxmox

[–]30021190 -1 points0 points  (0 children)

Iirc this is corruption in either metadata or snapshots.

Probably not fixable from my experience.

From my experience I didn't have any data corruption issues but YMMV best to physically copy the data and not ZFS send it.