Screenshots showing what this does in action would help a lot
I’m a little teapot 🫖
Screenshots showing what this does in action would help a lot
Start leaving information about trains out for them and see if they bite
The scientific community would just collapse and we’d be worshipping cats as a world wide religion.
You’re a couple thousand years late on this one
Better to figure this out late than never I guess. Wasn’t this obvious 10+y ago though? Facebook has always been a predatory propaganda firehose.
I miss windows eating my work when it chooses to install updates and reboot automatically while I’m asleep
Edit: even after I’ve set registry flags and policies to “never automatically reboot” - it’s always fun losing 4 days of work because windows randomly says “fuck you”
I’m not sure how to get the
N
from session history, nor how to check my session history…
journalctl --list-boots
will list all sessions stored in the journal.
The output is from yesterday, when the device stopped working correctly.
I’m not familiar with linux kernel, but I can see there is definitely something wrong…
The HDD (old) is attached to a USB hub (new), I tried switching port of the hub but the same issue happened again, if I try to mount it with
sudo mount /mnt/2tb
, it says it is already mounted:
Those messages tell you what’s happening, there’s an unrecoverable error on the USB bus connecting the hard drive which is causing filesystem errors when writes fail. Diagnose that, lose the hub first and directly connect the drive to the pi, then try replacing the cable that attaches the drive if the error still occurs. I’d also check with people in the rpi community in case there are any known issues with USB on your model. There may be some pi specific USB firmware things you can do to increase reliability.
You can also try disabling UASP for the drive in case BOT transfer somehow stabilizes the connection. You’ll lose performance but that helps with some USB storage bridges.
Some USB storage bridges are just unreliable under Linux and crash under load, your last option is to buy another drive enclosure that’s tested and known to work correctly. I went through like 5 USB/NVMe enclosures looking for one that worked properly, that whole space is a compatibility mess.
When he started pushing his own tweets and Republican influencers to the top of my feed I quit the same day
Don’t just look at sdb hits in the log. Open up that entire session in journalctl kernel mode (journalctl -k -bN
where N is the session number in session history) and find the context surrounding the drive dropping and reconnecting.
You’ll probably find that something caused a USB bus reset or a similar event before the drive dropped and reconnected. if you find nothing like that try switching power supplies for the HDD and/or switching USB ports until you can move the drive to a different USB root port. Use lsusb -t
and swap ports until the drive is attached beneath a different root port. You might have a neighboring USB device attached to the bus that’s causing issues for other devices attached to the same root port (it happens, USB devices or drivers sometimes behave badly.)
Always look at the context of the event when you’re troubleshooting a failure like this, don’t just drill down on the device messages. Most of the time the real cause of the issue preceded the symptom by a bit of time.
They started using stabilizers in cheap ice cream a while back. That helps it have the fluffy texture you expect even though it doesn’t have nearly enough fat to churn up nicely by itself.
Buy expensive ice cream with a higher fat content (more cream content and or egg yolks,) it’s worth the extra money.
Also it helps to bring an insulated freezer bag when you go to the store, the melt and refreeze between the store freezer and home does unpleasant things to ice cream texture. If you’ve ever had icy or hard ice cream it has probably melted at some point during transit before refreezing.
Edit: if you feel like microdosing ice cream facts today here’s a treat from 18y ago: https://archive.ph/2012.09.09-004911/http://www.nytimes.com/2006/07/26/dining/26cream.html?_r=1. Cheap ice cream is a pretty heavily engineered food at this point.
Basically Dems were just out of touch with the most important part of their base until it was too late.
Which is their consistent problem every election when the prior Republican admin hasn’t made a catastrophic fuck-up.
You can’t run on the “we’re pro labor” platform and expect the working class to show up for you when your pro labor stance hasn’t put money directly into working class pockets since the 1970s or 1980s.
Where are the big public works programs? Where’s the massive government spending that employed millions? That’s why labor showed up for Democrats in the 1900s, when there were huge govt contracts that employed organized labor, and it’s no surprise at all that when Democrats abandoned those policies labor stopped being reliable supporters.
You want to run a successful campaign? Talk about the massive public spending that employed hundreds of thousands during your prior admin. Talk jobs. Talk improved standard of living. Talk taxing corporations to pay for those things and voters will hand you a landslide. Democrats are so afraid of taxing corporations to pay for social spending that directly recruits voters to their cause that they’re seen as corporate stooges. And honestly, they kinda are at this point.
You don’t need a union to strike, you can self organize and just do it
They’ve done it more than once now
Whatever they can get their hands on, including your unique hardware identifiers
Friends don’t let friends use Manjaro
They’ll find some way to make this change break the AUR again
Emacs users be like
Write a couple of your own toy services as practice. Write a one-shot that fires at a particular time during boot, a normal service that would run a daemon and a mount service that fires after its dependencies are loaded (like, say, a bind mount that sets up a directory under /run/foo after the backing filesystem is mounted - I do this to make fast ext4 storage available in some parts of the VFS tree while using a btrfs filesystem for everything else.) You can also write file watcher services that fire after changes to a file or directory, I use one of those to mirror /boot/ to /.boot/ on another filesystem so it’s captured by my system snapshots.
I’d start by reading the docs so you have some ideas about what services can do, then you’ll find uses that you wouldn’t have thought of before.
+1, I used EndeavourOS
I had to set one of these up for my SO a couple of years ago. I dropped EndeavourOS on it, installed btrbk and configured automatic snapshots on a schedule and before package installation/update in case she managed to bork things by pip installing things into system python.
Fedora would probably work well too if you want a lower maintenance burden. I hesitate to suggest Ubuntu or Debian or their derivatives since you’ll probably want to be somewhat current with your Nvidia drivers.
Ah, gotcha. It’s just difficult to figure out what this does if you’re not already neck deep in configuring status bar JSON