Huh, nothing super jumps out to me as an obvious tell, but the last bit is talking about some weird stuff with NTFS. Do you have a drive with Windows or formatted by Windows mounted maybe? Something could be up with that drive, or if you’re using it for something important to the system that could be a problem. You can just follow the recommendation in the log and use chkdsk on it but that could potentially be destructive to the data on the drive so be careful and make backups if needed.
- 0 Posts
- 17 Comments
Is there anything in the journal? If you’re not familiar, try something like
journalctl -o short-precise -k -b -1and then look for anything weird.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•debian 13.2 with yt-dlp 2025.12.08 from yt-dlp/yt-dlp. What command do I need to download the newest format available, not exceeding 1080p and up to VP9?English
2·6 months agoOkay looks like your format spec should look something like
'bv*[ext=mp4][vcodec!^=av01]+ba[ext=m4a]/b[ext=mp4][vcodec!^=av01]'. Single quotes needed to keep shell expansion from fighting me, not sure if that will be an issue for you. You may have intended this, but the extension restriction does mean that you’ll sometimes skip “better” formats like VP9 if they are webms or something, and you can specify an output mux if that is what you are trying to achieve.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•debian 13.2 with yt-dlp 2025.12.08 from yt-dlp/yt-dlp. What command do I need to download the newest format available, not exceeding 1080p and up to VP9?English
0·6 months agoI think you would want to include
[]somewhere in your format specifications. Let me try it and see.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•What's the "proper" way to share a single Wireguard connection for all devices on the local network?English
2·6 months agoNo particular experience with the VPN issue so feel free to completely ignore this idea, but if you do have to stick with something resembling your current solution it could make sense to put it in a VM or container so that the process of rebuilding it is not so burdensome.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•on debian 13.1 I just updated yt-dlp to stable@2025.11.12 but I still cannot download videos. What am I doing wrong?English
7·7 months agoMaybe also add
-vfor verbose? I just tried it on my admittedly very different EndeavourOS system and the original command started right up downloading a video
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•100% free alternative to capcut video editor?English
14·11 months agoI saw https://opencut.app/ recently, could be worth a try.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•Help me change my windows gaming pc to LinuxEnglish
2·1 year agoMentioned elsewhere in the thread I think but not in a direct reply so making sure you see it, Lutris has the game specific scripts but also ones to set up environments for Origin/EA App. I’ve used those before with Sims 4 with both several expansion packs and some custom content.
I’ve been using EOS for about a year and a half, and for the year and a half I used Manjaro, and this is spot on. EOS is just a better experience, plus they’ve got much cooler default backgrounds!
I am not an expert and just cobbled this together based on a couple of searches but my guess would be that the adapter is supported by your current kernel drivers but not as well as whatever drivers Windows 10 was able to fetch. It looks to me like MX uses Debian Stable sources, so you may be able to update your kernel beyond what is normally available and see if that helps. If that doesn’t work, based on this post and this post on the TP-Link forums, there’s a github repo that you may be able to install a better driver from. To my eyes there’s fairly good instructions there, including the potential need to disable the driver you’re already using in favor of the new one once you build it.
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•Looking for recommendations for automatic transcription of video lectures, possibly FOSSEnglish
0·3 years agoIf you’re willing to roll your own a bit, whisper.cpp is pretty good
gyrfalcon@beehaw.orgto
Linux@lemmy.ml•Linux compatible DVB-S/T/C hardware that works with ubuntu kernels without recompilation
2·3 years agoI’m not sure exactly what you’re hooking it up to, but I had good success with this Hauppauge USB tuner hooked up to one of those flat antennas. I used it on Ubuntu Server 20.04 if I recall correctly, and they have a PPA as well as fairly helpful Linux instructions. Some of their other products might do the satellite and cable channels as well as over the air, but I have no experience with it, so your mileage may vary.
gyrfalcon@beehaw.orgMto
Technology@beehaw.org•A storefront for robots: The SEO arms race has left Google and the web drowning in garbage text, with customers and businesses flailing to find each other.English
22·3 years agoThe thing that upsets me most about this article is that when I try other search engines, I still find myself needing to use Google to find certain things. Usually that’s information or questions and not products, but if it’s this bad for Google I can’t imagine it’s any easier on the others.
gyrfalcon@beehaw.orgMto
Technology@beehaw.org•#Web3, The #Metaverse, #Cryptocurrencies, #NFTs, And #Blockchain Tech: The Supposed Hope Of The Future. #bitcoin #crypto #btc #cryptocurrency #nftEnglish
1·3 years agoNo clue, I’m not on Mastodon, but maybe.
gyrfalcon@beehaw.orgMto
Technology@beehaw.org•#Web3, The #Metaverse, #Cryptocurrencies, #NFTs, And #Blockchain Tech: The Supposed Hope Of The Future. #bitcoin #crypto #btc #cryptocurrency #nftEnglish
9·3 years agoHey, not sure if you’re maybe more used to Mastodon or something, but the hashtags in the title don’t have any particular effect here. Not sure what your goal with them was exactly, but figured I’d let you know.
Not sure there’s a remindme bot, I haven’t seen many bots around here. Might be best to set your own reminder if you want to come back to this.
Seems like you have a good alternative that doesn’t require a script, but for tasks like this I like to recommend the book Automate the Boring Stuff with Python. It’s free to read online, and if I recall correctly has essentially exactly this task as one of the exercises.