Skip Navigation
techsupport

techsupport

  • CPU: 3700X

    Motherboard: Aorus B550 Elite

    RAM: 8GBx4 Corsair Vengence LPX 3200

    GPU: PowerColor 5700XT

    PSU: Cooler Master MWE 1050 V2

    Built in 2020.

    Since last month, my PC started having random reboots and giving 'Machine Check Exception' error, similar to these:

    https://old.reddit.com/r/AMDHelp/comments/190mkn0/5950x_whea_error_18_machine_check_exception/

    https://old.reddit.com/r/AMDHelp/comments/qia2e7/whea_18_critical_error_computer_goes_black_restart/

    https://old.reddit.com/r/buildapc/comments/150m14n/pc_randomly_restarts_whealogger_id_18/

    And now from the last 3 days the system doesn't boot. When I power on the computer, all fans start spinning but keyboard and mouse LEDs don't light up. Pressing CTRL+ALT+DEL doesn't reboot system neither does pressing the power button for few seconds.

    I suspect that motherboard has gone kaput and isn't completing or even starting the boot process, which is why keyboard and mouse aren't getting any signal or power from motherboard or why restart or power down functionality is working.

    Before the system stopped booting, I was trying to solve the machine check exception error by updating BIOS, updating chipset drivers, changing BIOS settings etc. But now I'm thinking none of it could've helped because the board itself was deteriorating.

    Also during that time, I would randomly get display glitches (pic below) which could only be solved by restarting the machine so I was suspecting it might be GPU that was causing the problems.

    !

    Sometimes it would show chessboard like pattern. I guess this was also because of some issue with mobo-GPU connection?

    Anyway before changing the board is there anything else I can try? Changing it is a pain so I'm trying to avoid that. 😂

    14
  • I'm looking for a way to dump raw data from an entire phone or at least the sda block to a PC, using a method other than adb pull.

    When I run adb pull /dev/block/sda sdaDump.img, it creates a dump file. To find what I need, I have to search through this raw data using a Hex Editor. If the dump comes from a fully functioning phone, I can usually find what I’m looking for because all the data is still intact.

    However, I accidentally wiped the metadata partition on my phone, so the decryption keys/files are gone. Now, because of that, some folders appear empty when checked with TWRP's File Manager, even though the actual files are still there.

    If I create a dump now, the raw data in the file won't be the same as when the metadata was present, and those folders weren't showing as empty.

    Running adb pull /dev/block/sda sdaDump.img now results in a dump where the Hex Editor shows zeroes (no data) where these files should be.

    Is there any alternative method to create a raw data dump of the sda block or entire phone storage, that will capture that data as it is (not empty folders, but the data in them), even if it's encrypted?

    I don't want to create the raw data dump onto the phone storage and then transfer it to a PC, but something that works like adb pull, in the sense that it pulls the data from the phone directly onto a PC.

    Thanks a lot in advance to everyone!

    0
  • So I'm at the start of the game, part when some guards catch Bayek and his son and game crashes, I'm on windows 11 and these are my specs: Intel i5 3470, rx 470 4gb and 8gb ram, I'm pretty sure my pc is good enough for this game since I played it at very high settings and aboht 45 fps average. If someone had same problem please help because I really love this game

    0
  • I need to ask a small favor from the good people of Lemmy World Community.

    In short, I accidentally wiped the metadata partition on my Poco F3 and now I can't boot into the OS and access my data. I have a lot of pictures, videos and other stuff that I would hate to lose, because of a mistake. But all that is still on the phone, I just can't boot the phone to access it.

    Thankfully, there is a way to fix this by creating a full backup of the phone with adb, then using a HEX Editor to manually look through that gigantic file and try to find the files that were in that metadata partition.

    A huge thanks to bluet33th, a user from XDA Forums, without whom I would be helpless and couldn't do any of this. It might be a bit complicated and manual process, but it is possible. He explained everything in great detail here, so check it out, especially if you are facing the same problem, this will help you tremendously: https://xdaforums.com/t/how-to-recover-data-if-metadata-partition-was-deleted.4686789/

    In order to find these files and put them back where they belong, I need your help, because I have to know their names, exact sizes and at least part of their content, so that I can search for it. Because I'm searching for a specific text in a text file that is 128 GB in size.

    I have already tried this on another Xiaomi phone, to make sure this procedure works on Xiaomi phones and it does, but that phone had HyperOS with Android 14 and since every phone and android version is probably different, in order to be sure, I need this information specifically for Poco F3 with Android 13.

    It doesn't take long, but if you don't have the time to look inside your metadata partition and tell me which files are inside of that partition and their sizes in bytes, you can just make a backup of the metadata partition and sent it to me, and I'll do the rest of the work.

    Here are the steps on how to create a backup:

    1. Turn on your phone and boot into TWRP, then connect your phone to a PC, type cmd inside Windows search and run cmd, then position cmd into your platform-tools folder (if you flashed your ROM, you should already have the necessary drivers installed for the next steps to work). For example, if your platform-tools folder on Windows is inside C:\platform-tools, all you need to type into cmd is: cd C:\platform-tools

    You can also just go inside your platform-tools folder and type cmd in the address bar and the cmd will start already positioned inside that folder.

    1. Then type adb devices and you should see your device, if you do, that means that all the drivers are successfully installed and your phone is detected.

    !

    1. Type adb pull /dev/block/by-name/metadata

    !

    1. After that, you should see a file named metadata inside C:\platform-tools. That is the file that I'm looking for and as you can see, it takes just a few minutes to get it.

    You can skip the next steps (5 and 6), but I'll explain them, just in case someone wants to extract these files for themselves, so that you have them in case something like this happens to you. Of course, you can also proceed to extract the files and tell me their names and sizes.

    Here is what you need to do:

    1. Extract the content of the metadata file, you can use a software like 7-Zip. Go inside that extracted folder, then into vold > metadata_encryption > key

    2. Inside of that key folder, you should see a few files. These are the important files and save them somewhere safe in case you ever need them. Since I don't have them anymore, in order to recreate them, I need to know their exact names and sizes in bytes. You can check the size of every individual file by right clicking on the file and choosing Properties. Then look under Size, not Size on disk, and in parenthesis, you should see the size in bytes.

    !

    Please, if you could check the size of every file and write down which file has what size. I would really appreciate it.

    I'm specifically looking for someone who has a Poco F3 with Android 13 and MIUI, because I'm not sure if HyperOS changed something, so maybe the number of files or their size is different. But feel free to post the information even if you have HyperOS, but please mention that, so that I am aware of it.

    Thanks a lot for your help, it really means a great deal.

    0
  • Years ago I purchased a Google home hub. It is almost exclusively used to play music while I am cooking. First I used Google music or YouTube music (I forget which) then Spotify. I now have left Android and Spotify behind. In the Google home app I do not see an option to use tidal music. And when I try and share audio from my iPhone the hub does not appear on Bluetooth or WiFi devices.

    Even when using Spotify I would have to start the music on the hub then open the app on my phone to put on the music I wanted.

    Is there a way to keep using the hub? Or should I get another HomePod?

    1
  • Ok I was copying a bunch of games from one of my Windows drives over to my phone while booted into Linux. And I got this error that says "libmtp error: Could not open source file". Thankfully I was able to copy the files when I was booted into Windows but it would be nice if I could Transfer files from my Windows drives without having to reboot into Windows. Is there a way I can fix this problem.

    I think it might have to do with the ntfs file system because I copied one of the files from the phone back to my Desktop which is ext4 and then back to the phone without any issues. I already tried installing ntfs-3g which was already installed on my distro.

    13
  • I had cloned my original hard disk installation to SSD using Macrium Reflect. But it caused confusion because they had the same UUID.

    My plan is to regularly image the Windows partition to the spare hard disk as a backup in case of SSD failure.

    4
  • I have an old hp pavilion dv6 and I installed windows 7. Then i tried installing Ubuntu 24.04 and the USB wouldn't boot, it just showed "GRUB" in the top left of the screen. I tried with another USB and the same issue emerged. Is this a BIOS issue?

    6
  • First off, if there is a better place or forum to ask this, I will take suggestions. I haven't gone to any Linux forums because most of the ones I looked at did not want to support anything specifically Windows related, and this is primarily an issue in Windows.

    I am using a GPD Win Max 2, a handheld laptop, with a docking station + external graphics card setup. The GPD has 2 USB C ports, one 3.2 and one 4.0. The 4.0 is used by the external graphics card, while the 3.2 is used by the dock. The dock has a 1Gb ethernet port on it, but it does not work in Windows 10 under normal use. All the other ports on the dock are recognized, but the ethernet port never shows up in device manager. But if I boot into Linux and then restart back into Windows, the ethernet port will work then. I don't even have to have the USB dock connected while running Linux. After a hard power cycle and plugging the dock within 5-10 minutes of starting, the ethernet port will be working in Windows.

    Other observations and information: -I have a 100Mb USB A ethernet adapter that works in Windows when connected to the dock. I have also tested a 1Gb USB A adapter, and that did not work. It seems 1Gb or higher does not get recognized without going through Linux first. -The ethernet port does work if I use the dock on the 4.0 port instead, but this isn't viable in my use case. I would have assumed it was a limitation of USB C 3.2 until... -I was distro hopping when I discovered this; I had originally written off the ethernet port until I started trying out Linux. This behavior has happened in Pop OS, Garuda, and Fedora. I have not tested to see if this issue exists in Windows 11, nor do I care to. -I already tried contacting GPD's support email about it. They were less than helpful. Left it at "compatibility issue" and would not explain further. I highly recommend not buying any GPD products. This is not the first time I have had hardware issues that went unresolved with them.

    Frankly, I would love just to hear an explanation for why this workaround works. I think I would have been a lot less frustrated if it really was just a "compatibility issue" and there was nothing to do besides buy new hardware. The fact that it runs without issue in Linux gives me hope that its something that can be resolved in Windows.

    15
  • I migrated my wife's PC after a forceful Windows 11 update to Linux. I made a backup of her files by doing an rsync of almost the complete C: drive onto an external drive formatted with exFAT. This was a grave mistake.

    After the Linux installation we noticed that several files were missing and older files were back. My current guess is that I was somehow copying from an old snapshot instead of the current state.

    I rsynced everything except for the Windows folder. Does anyone know if there is any chance of getting our filea back? Amd what actually happened?

    18
  • Long story short I was messing around in the terminal and messed up my Linux Mint Installation and now when I boot into Linux I only get a CLI and don't even see the Linux mint logo. I tried to restore to a previous state using Timeshift but it did not work so I ended up taking a live usb and backing up all my important documents to an external drive. I want to just do a fresh installation but unfortunally for me the boot drive is also the same drive I use to boot into Windows (which I am still able to boot into from GRUB). Is there a way I can reinstall the OS without affecting my ability to boot into Windows?

    9
  • The laptop I'll be recording them with is running Windows 11 Pro.

    Not loving the 'Camera' app that comes stock with Windows.

    Tried recording just with my cellphone, but ran into issues with audio quality and battery life. I have an old webcam, and just ordered a tiny bluetooth microphone that I'm hoping to either plant near or literally pin onto the prof if they're cool with it.

    Not looking for anything fancy... ability to choose both video and audio device, record/pause, and save so that I can upload to YouTube and forward it to the class. (side question... best video format for this?).

    Not really familiar with this kind of software... I recall one of my gaming buddies being a fan of OBS Studio, but unsure if that's just on-screen capture for gaming/streaming or if it can do webcam-only too - DL'ing right now to experiment. In the mean time, taking all suggestions!

    Thanks, all!

    Edit -

    Took about 5 mins to get all the shit on my wishlist figured out in OBS (https://obsproject.com/), and if my dumb ass can figure it out that quick, that is some GOOD software!! Kinda wish I'd have tried first before asking, but was not expecting it to be that easy. I'll leave the thread up just incase its helpful for someone else later.

    7
  • I'm looking to sell my laptop. I've used stuff like DBAN before but that nukes the whole drive obviously. Is there any good way to leave the OS intact after a reset but also make sure that there's no recoverable data?

    Any ideas are appreciated. Thanks!

    Edit to add: I don't have the product key for the pre installed Windows 10 OS. Maybe there's a way to recover that and reinstall after a full wipe?

    17
  • Follow-up to this thread - this is way more specific, so hopefully worthy of its own thread. I think wildcards are the best option for my skill level (basically none), and have gotten a good chunk of what I wanted to accomplish done with those.

    An issue I've run into and can't seem to google my way out is making TTS pronounce acronyms in a sensible way. For example "PACU" (post-anesthesia care unit) is usually vocalized as "pack-you" but my TTS software likes to say things like "pace-uh". Or "PO" (latin abbreviation for 'by mouth') is vocalized by just saying the letters, but TTS says "Poe". Stuff like that.

    When the TTS comes across a capitol letter with a space on either side, it just pronounces the letter, so I'd still lose things like "pack-you" but at least hearing it spell out "pee ay see you" would make sense, vs "pace-uh" which is gibberish and confusing at high playback speeds.

    Best I've come up with so far is <([A-Z]{2})> on the Find side, but that's only spotting the two character terms like PO, and ignoring the longer ones... I'd hoped it would see PACU and detect PA, AC, and CU as three distinct sets of two that could cobbled into "P A C U".

    Nothing I've done on the Replace side comes close to working. It either does nothing at all, or it'll do something like turn "PO" into <([A- Z]{2})>. Not sure if preserving the original characters is something A-Z is actually capable of - seems not, but I'm kind of an idiot with stuff like this, so any tips would be appreciated!

    Thank you!

    9
  • Nursing student here!

    So we get a shit load of reading assignments, and since everything's digital nowadays, I've been leaning a lot on text-to-speech software that effectively converts reading assignments to listening assignments.

    The problem is textbooks have a LOT of just... noise. Every image has something like "FIGURE 13.5 SURGICAL DISASTERS!" "FIGURE 13.6 YOU GOT SUMMONED TO COURT!" etc. In-text citations are EVERYWHERE, copyright info is EVERYWHERE... reading the content, you just skip over all that crap, but pasting it into a TTS service, all that trash gets spoken aloud and adds up to a huge time sink every chapter, and distracts from the actual lesson.

    Googling it, the best I've been able to come up with is doing a find and replace in MS word for things like FIGURE **.*^13 with wildcards on and the replace field blank... but it's not very consistent - sometimes it works, sometimes not. Same with nuking parenthesis and the text within with \(*\)

    All that said, I'm wondering if I'm approaching this wrong by using MS word in the first place. Would be absolutely amazing if I could save all the commands on standby, then run them at the same time. By end of the school program, we're talking like 100 chapters from multiple books, so anything that lets me just nuke huge batches of BS as quickly as possible and dive right into the listening would be a godsend.

    Thanks all!!

    9
  • Hello there,

    First of all; I am sorry if I am using the wrong community - and sorry for any n00bshow regarding this post since I have not done this before.

    Background: To my utter delight, I found a podcast on archive.org that I have been searching for. I have succesfully downloaded all audio files listed under "VBR MP3 FILES" as a .zip file (and as a torrent), and they will download as .mp3-files. I am on Windows 10 (sorry, I will change) and using Firefox as browser.

    Very long story short, a lot of files had parse errors in an ID3 editor (Mp3tag), and I incidently found out that most of the files actually seem to be .m4a-files instead of .mp3.

    Nonetheless, all URLs on the podcast's main page show as .mp3-files and will download so if downloaded as a .zip or through torrent. (Or if using Edge, apparantly, which I just tested).

    Issue: What is REALLY weird (at least to me) is that if I am right clicking a single link to an episode in Firefox > save link as > my dialog box shows it will save as .m4a-file - which seems to be the correct file type (with no parse errors in Mp3tag) which I naturally would prefer. Screenshot attached.

    If been trying to search for an answer my self what is happening, but evidently failed to do so. Does anyone have an answer? And for a bonus; is it possible to batch "save link as"? wget on a Linux machine? downthemall on FF likewise download files as .mp3.

    To hopefully reproduce:

    1. Downloading first episode "2015.11.01 - #1 – 1. Mosebog, kap. 1, vers 1..mp3" for instance as torrent
    2. Download the same episode by manually browsing the episodes with Firefox > click "VBR MP3" under "download options" > right click “2015.11.01 - #1 – 1. Mosebog, kap. 1, vers 1…mp3” > save link as... > it will hopefully download as .m4a.

    THANK you very much in advance! Have a good one.

    7
  • The confirmation page says the order is confirmed but instead of providing tracking information, it has a button that says 'Download Shop to track package'. Obviously I'm not going to do that, but I do want to track my package.

    I thought I could at least click the link to see if somewhere in the chain of steps that would normally follow if one were going to download the app, I might glean the tracking number so I can track the package, but unfortunately, the shop app that I refuse to get on principal because of the shady tactics used to coerce people in to downloading it is even worse than I expected because it can't even scam people competently. The download button is supposed to generate some kind of QR code for you phone. I hoped this QR code might actually have embedded the tracking number in it, in which case I could just grab it that way, but it looks as though the QR code is failing to generate, instead I'm seeing what looks like a heavily zoomed in screencapture of a website with home search trolley and account icons and a sentence partially covered up by a swirly arrow logo. I thought it might have been my browser, but it's the same even on Chrome.

    I now can't even use the shop app even if I wanted to, because whether I allow it to be installed on my phone or not, there will be no means I can think of where the tracking number can be transmitted to it so, and because the online store hasn't provided a real tracking number I can't do things the normal way either. Anyone know how to get around this? Or at least force the QR code to actually generate so maybe I can extract something useful from it?

    6
  • Hello everyone,

    my neighbor got an old Samsung Tablet with Android 4.1.X, he primarily wants to use it for watching YouTube. Now, the problem is, the YouTube-App needs to be upgraded, but the Play Store says the device is not compatible. I have tried to just load YouTube in the browser, but the page just doesn't seem to load. Any ideas on how to get that running? Thanks in advance!

    4
  • aws.amazon.com You can now assign multiple MFA devices in IAM | Amazon Web Services

    At Amazon Web Services (AWS), security is our top priority, and configuring multi-factor authentication (MFA) on accounts is an important step in securing your organization. Now, you can add multiple MFA devices to AWS account root users and AWS Identity and Access Management (IAM) users in your AWS...

    Has anybody gotten this to work? If I set up multiple MFA devices with my IAM accounts, they all work flawlessly. But if I set up multiple MFA devices with my root account, only the original MFA device works. No matter how carefully I set up and synch a secondary device, it simply will not work with root. As the linked article says, this should be possible with either root or IAM (though in the past this was not the case). Thanks.

    1
  • I’m open to both online services as well as self hosting. But I’d like it to be low-maintenance.

    4
  • Ok so I was trying to clone 512gb nvme ssd to my new 2tb drive with clonezilla and it keeps taking me to automatic repair. I unplugged the original drive and replaced it with the new one before booting. I ran a chkdsk both times before cloning.

    The first time I cloned the drive i used these settings:

    device to device beginer disk to local disk Chose my source and target Skip disk checking -k0 use source partition table

    Then I tried these settings:

    device to device expert disk to local disk Chose my source and target Left everything as default -k1 Create partition table proportionally

    I also plan on partitioning half of the drive so that I can dual boot linux as Window 10 is reaching eol and I don't want anything to do with Windows 11 and I still need Windows for gaming.

    23
  • Hello all, I'm trying to flash linux mint to a old thinkpad I'm refurbishing. However, when I go to flash the ISO to the USB, balena etcher throws the following error's

    [23381:0729/101159.717484:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [23340:0729/101202.577845:ERROR:browser_main_loop.cc(280)] GLib-GObject: invalid cast from 'GtkFileChooserNative' to 'GtkWidget' [23340:0729/101205.337371:ERROR:browser_main_loop.cc(280)] GLib-GObject: ../gobject/gsignal.c:2777: instance '0x37b801188b20' has no handler with id '5761' [23381:0729/101205.693383:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!

    I would like to note I'm flashing this ISO from my main computer running fedora, and I installed balena etcher from an RPM, (Already tried the app image, but it seems that FUSE is acting up).

    Thank you in advance!

    7
  • I have EndeavourOS installed on my X200S. When I power it on it gets past "Welcome to EndeavourOS" but gets stuck around

    > Starting Bluetooth service...

    Or

    > Starting Network Manager...

    I believe it got stuck on a few other spots previously but I can't recall where. The "Drive in use" indicator light stops flashing at this point. At that point the only option as far as I can tell is to press the power button.

    I can boot from a USB drive without any issues.

    I had updated my computer but I believe I was believe I did a successful reboot after that.

    Any suggestions? I can't seem to find a solution online. A lot of the support pages end with them giving up and reinstalling EndeavourOS.

    ---

    Solution:

    My X200S runs Libreboot and apparently that has issues with the current Linux kernel. I created a bootable EndeavourOS USB unlocked the LUKS drive with sudo cryptsetup luksOpen /dev/sda1/unlockedFolder. Mounted it with sudo mount /dev/mapper/unlockedFolder /mnt. Ran arch-chroot /mnt so I could gain access to the OS. Switched to the LTS kernel using sudo pacman -S linux-lts and edited the grub files to add the -lts.

    I originally tried just downgrading the kernel but it caused my WiFi not to work.

    The whole issue was quite strange because it would freeze at random parts and even successfully boot at times.

    5
  • I primarily use external drives (USB flash drives) and cloud storage (PCloud) for active file management and storage but unfortunately the default file delete action is a permanent delete and not a send-to-recycle bin and I have scoured the internet looking for a way to change the delete settings but they only tell you how to permanently delete files. So to prevent future disaster, is there a way to make sure I don't delete things from at least my flash drive, since I believe PCloud has a backup feature.

    1
  • I was cloning my moms 237gb ssd to her new 1tb ssd on her windows 11 S computer using clonezilla and after booting into the 1tb drive it is showing up as 237gb. So I took out my live usb with gparted only to find out the partition used to store the data was indeed taking up 1tb. Is the a reason why it is not showing up as 1tb. Here are the options I choose to clone the drive if that helps. I also have some screenshots as well.

    Screenshots

    File Explorer

    Windows Disk Management

    GParted

    Clonezilla Steps I took

    1. device to device

    2. Expert mode

    3. disk to local disk

    4. Chose my soure and target drive

    5. Left everything at default

    6. skiped disk checking

    7. -k1 Create partition table proportionally

    8
  • My laptop charges with USB C, so when the standard charger broke, I just used the USB out port from an EcoFlow battery. The display on the battery said the laptop pulled 25-30 watts while charging. So, why can't I use just any USB brick that can output more than 30 watts?

    Is there something that is bound to go wrong that I don't know about?

    Are laptop chargers really that special?

    (Edited for clarity)

    19
  • I use wired earbuds. Last week, I started noticing issues with my current pair on my android phone. The first issue was that the audio would disconnect if the headphones cord going into the jack was slightly moved. The issue seemed to progress, whereby audio disconnects happened more commonly. Eventually, the headphone issue started changing tracks in Tidal (the headphones do not have a next track button) all by itself and launching the google music app and playing songs in it.

    I assumed my earbuds were at fault, but the same earbuds perform fine in my laptop and other earbuds experience the same issue in my phone.

    Restarting the phone temporarily removes this issue, but it seems to start up again the longer the phone is on.

    Has anyone else experience this? Does anyone know what's going on and how I can fix this? Did an update get pushed to my phone that's intended to brick earbuds?

    Edit: Thanks to everyone for their helpful suggestions and comments ☺️!

    6
  • Hi everyone,

    I’m experiencing some frustrating issues with my ASUS Vivobook 15 Pro K3500PC and I'm wondering if anyone else has come across similar problems.

    A few days ago, my laptop was working fine, but after a 30-minute trip home, it wouldn’t turn on. I tried charging it, but the LED indicator didn’t light up. After some research, I found a suggestion to hold the power button for about 40 seconds to turn it on. Surprisingly, it worked!

    However, when I tried to adjust the brightness, the indicator showed it was increasing, but the screen brightness remained the same. I seemed to stay at the lowest level. At least it was working, but a few hours later, I went to get some coffee, and when I came back, it was off again with no charging indicator.

    To add to the frustration, my warranty expired a few months ago. I took it to the repair shop I usually go to, and they informed me that there’s an issue with the motherboard.

    Has anyone else experienced these power and brightness issues with their ASUS Vivobook 15 Pro K3500PC? Any suggestions or advice would be greatly appreciated!

    Thanks!

    0
  • Hi,

    Can anyone give some recommendations for an external storage for Nvidia Shield Pro (USB 3.0)?

    Requirements:

    • Reliability (so it won't die on me in a few years or won't start having issues with the data on it)

    • Fast (it's for the purpose of storing and playing videos, including 4K)

    • Size 8-10TB

    • Price up to ~ $255 (unless it's extremely worth it to go a little above that)

    Thanks in advance.

    1
  • Hello! I am interested in creating my own cloud storage network, but I have to idea how to even start it. It's just for myself, mainly pictures and videos. Ideally what I would like to do is be able to manually and/or automatically upload pictures and videos from my phone to my home cloud storage. I have Xfinity as my service provider. What is the cheapest and simplest way to achieve this?

    8
  • Hi all! I recently built a cold storage server with three 1TB drives configured in RAID5 with LVM2. This is my first time working with LVM, so I'm a little bit overwhelmed by all its different commands. I have some questions:

    1. How do I verify that none of the drives are failing? This is easy in case of a catastrophic drive failure (running lvchange -ay <volume group> will yell at you that it can't find a drive), but what about subtler cases?
    2. Do I ever need to manually resync logical volumes? Will LVM ever "ask" me to resync logical volumes in cases other than drive failure?
    3. Is there any periodic maintenance that I should do on the array, like running some sort of health check?
    4. Does my setup prevent me from data rot? What happens if a random bit flips on one of the hard drives? Will LVM be able to detect and correct it? Do I need to scan manually for data rot?
    5. LVM keeps yelling at me that it can't find dmeventd. From what I understand, dmeventd doesn't do anything by itself, it's just a framework for different plugins. This is a cold storage server, meaning that I will only boot it up every once in a while, so I would rather perform all maintenance manually instead of delegating it to a daemon. Is it okay to not install dmeventd?
    6. Do I need to monitor SMART status manually, or does LVM do that automatically? If I have to do it manually, is there a command/script that will just tell me "yep, all good" or "nope, a drive is failing" as opposed to the somewhat overwhelming output of smartctl -a?
    7. Do I need to run SMART self-tests periodically? How often? Long test or short test? Offline or online?
    8. The boot drive is an SSD separate from the raid array. Does LVM keep any configuration on the boot drive that I should back up?

    Just to be extra clear: I'm not using mdadm. /proc/mdstat lists no active devices. I'm using the built-in raid5 feature in lvm2. I'm running the latest version of Alpine Linux, if that makes a difference.

    Anyway, any help is greatly appreciated!

    ---

    How I created the array: ``` pvcreate /dev/sda /dev/sdb /dev/sdc vgcreate myvg /dev/sda /dev/sdb /dev/sdc

    pvresize /dev/sda pvresize /dev/sdb pvresize /dev/sdc

    lvcreate --type raid5 -L 50G -n vol1 myvg lvcreate --type raid5 -L 300G -n vol2 myvg lvcreate --type raid5 -l +100%FREE -n vol3 myvg ```

    For education purposes, I also simulated a catastrophic drive failure by zeroing out one of the drives. My procedure to repair the array was as follows, which seemed to work correctly: pvcreate /dev/sda vgextend myvg /dev/sda vgreduce --remove --force myvg lvconvert --repair myvg/vol1 lvconvert --repair myvg/vol2 lvconvert --repair myvg/vol3

    0
  • Just got a high refresh rate monitor (PG248QP) and it makes this high pitched noise when I set it to 500hz. Anyone else have this problem with this or other high refresh rate monitors?

    1
  • I have my phone set to remember my car, my wife's car, and a pair of bluetooth headphones. When it's within range of one of them, it connects and all is well.... until it detects another one, then it changes to that.

    On the way home from work yesterday, I passed my wife on the interstate. Didn't notice her car, but did notice my music suddenly stop... oh well; not gonna futz with bluetooth when I'm driving... guess it'll just be quiet for the rest of the trip.

    Couple minutes later, it comes back. Yay!

    Make it home, and as I'm getting out of the car, the wife pulls up, so I wait for her and we're chatting our way back to the apartment. She mentions her car randomly started playing heavy metal on the way home for a minute, then stopped. Now the gears are turning - I ask if it was around the area when mine went silent, and yup! I was a couple lanes over, but my phone detected her car and ditched mine to connect to it.

    I've noticed it auto-hop from my car to my headphones or vice versa before, but car to car is a new one.

    It's really annoying... and seems like the kind of thing that should be a check box in the settings, but I got nothing.

    Phone is a Google Pixel 8 if that helps.

    I'd really like it to connect when it comes in range of a recognized device ONLY if it's not already connected to another device...

    Am I just stupid? This seems super basic...

    6
  • (Event log details at the end) Trying to run OculusSetup.exe from the Meta website seems to be impossible on my home PC, as the installer hard crashes before any UI is even shown.

    As expected, Meta support is completely and utterly fucking worthless. All they know how to do is email you the basic instructions already on their worthless ass website.

    I am running Windows 10 x64 Home, and can be bothered to provide further tech specs if someone provides a specific reason for needing them. I also have Avast AV installed, but completely uninstalling and rebooting made absolutely no difference in outcome or error output.

    No, I am not open to reinstalling Windows.

    Running the installer results in 3 administrative error events :

    1. .NET Runtime
    spoiler

    Log Name: Application Source: .NET Runtime Date: 7/2/2024 2:26:29 AM Event ID: 1026 Task Category: None Level: Error Keywords: Classic User: N/A Computer: ---- Description: Application: OculusSetup.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArithmeticException

    Exception Info: System.OverflowException at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation() at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(System.Windows.Media.Imaging.BitmapSource, System.Windows.Media.ColorContext, System.Windows.Media.ColorContext, System.Windows.Media.PixelFormat) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at System.Windows.Media.Imaging.BitmapImage..ctor(System.Uri, System.Net.Cache.RequestCachePolicy) at Daybreak.Gooey.SleekImage..ctor(System.Uri) at Dawn.Gooey.DawnWindow.OnLoaded(System.Object, System.Windows.RoutedEventArgs) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs) at System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject, System.Windows.RoutedEvent) at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(System.Object) at MS.Internal.LoadedOrUnloadedOperation.DoWork() at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object) at System.Windows.Media.MediaContext.RenderMessageHandler(System.Object) at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr) at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

    Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-07-02T08:26:29.5208066Z" /> <EventRecordID>79576</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>----</Computer> <Security /> </System> <EventData> <Data>Application: OculusSetup.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArithmeticException

    Exception Info: System.OverflowException at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation() at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(System.Windows.Media.Imaging.BitmapSource, System.Windows.Media.ColorContext, System.Windows.Media.ColorContext, System.Windows.Media.PixelFormat) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at System.Windows.Media.Imaging.BitmapImage..ctor(System.Uri, System.Net.Cache.RequestCachePolicy) at Daybreak.Gooey.SleekImage..ctor(System.Uri) at Dawn.Gooey.DawnWindow.OnLoaded(System.Object, System.Windows.RoutedEventArgs) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs) at System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject, System.Windows.RoutedEvent) at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(System.Object) at MS.Internal.LoadedOrUnloadedOperation.DoWork() at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object) at System.Windows.Media.MediaContext.RenderMessageHandler(System.Object) at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr) at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

    </Data> </EventData> </Event>

    1. Application Error 1
    spoiler

    Log Name: Application Source: Application Error Date: 7/2/2024 2:26:29 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: ---- Description: Faulting application name: OculusSetup.exe, version: 1.97.0.0, time stamp: 0x6632b1c5 Faulting module name: KERNELBASE.dll, version: 10.0.19041.4597, time stamp: 0xe77e2ab7 Exception code: 0xe0434352 Fault offset: 0x00140b92 Faulting process id: 0x2e28 Faulting application start time: 0x01dacc597bd3d92d Faulting application path: C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 2d236814-9329-4595-a463-331f921c2a4c Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-07-02T08:26:29.7018055Z" /> <EventRecordID>79577</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>----</Computer> <Security /> </System> <EventData> <Data>OculusSetup.exe</Data> <Data>1.97.0.0</Data> <Data>6632b1c5</Data> <Data>KERNELBASE.dll</Data> <Data>10.0.19041.4597</Data> <Data>e77e2ab7</Data> <Data>e0434352</Data> <Data>00140b92</Data> <Data>2e28</Data> <Data>01dacc597bd3d92d</Data> <Data>C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe</Data> <Data>C:\WINDOWS\System32\KERNELBASE.dll</Data> <Data>2d236814-9329-4595-a463-331f921c2a4c</Data> <Data> </Data> <Data> </Data> </EventData> </Event>

    1. Application Error 2
    spoiler

    Log Name: Application Source: Application Error Date: 7/2/2024 2:26:33 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: ---- Description: Faulting application name: OculusSetup.exe, version: 1.97.0.0, time stamp: 0x6632b1c5 Faulting module name: KERNELBASE.dll, version: 10.0.19041.4597, time stamp: 0xe77e2ab7 Exception code: 0xc000041d Fault offset: 0x00140b92 Faulting process id: 0x2e28 Faulting application start time: 0x01dacc597bd3d92d Faulting application path: C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: e9a29fe3-f6d3-4e50-afa8-56100a08f8e7 Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-07-02T08:26:33.1126243Z" /> <EventRecordID>79580</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>----</Computer> <Security /> </System> <EventData> <Data>OculusSetup.exe</Data> <Data>1.97.0.0</Data> <Data>6632b1c5</Data> <Data>KERNELBASE.dll</Data> <Data>10.0.19041.4597</Data> <Data>e77e2ab7</Data> <Data>c000041d</Data> <Data>00140b92</Data> <Data>2e28</Data> <Data>01dacc597bd3d92d</Data> <Data>C:\Users\---\AppData\Local\Temp\OculusSetup-4a1e1d83-cbde-43f4-b781-b2517c0be2a3\OculusSetup.exe</Data> <Data>C:\WINDOWS\System32\KERNELBASE.dll</Data> <Data>e9a29fe3-f6d3-4e50-afa8-56100a08f8e7</Data> <Data> </Data> <Data> </Data> </EventData> </Event>

    .

    PS, if the only thing you can think of is "HURR JUST WIPE YOUR DRIVE AND DO A CLEAN OS INSTALL", fuck yourself with a pitchfork or I'll fucking find you and do it myself. That's reddit shit and you know it

    UPDATE I'm seeing a lot of references to KERNELBASE.dll, as well as some kind of image drawing/color issue that I don't understand. If anyone has any ideas about those, I'd appreciate it

    UPDATE 2 Found a log from the Oculus app its self in my appdata. Main take away so far is this line:

    "System.OverflowException: The image data generated an overflow during processing. ---> System.ArithmeticException: Overflow or underflow in the arithmetic operation".

    I remember looking up an exception code earlier and something came up about trying to divide by zero. Anyone have a clue here? It almost sounds to me like the Meta people just can't fucking code to save their lives (or careers, which I'm not to confident in right now).

    6
  • This video is from four years ago, but it still true to this date:

    Windows Users Can't Seem to Blame Windows For Its Own Problems (clip from Destination Linux 179) - by Michael Tunnell (TuxDigital), Published on June 10, 2020

    https://www.youtube.com/watch?v=4p_jezxzGKk

    I still can't believe that there are so many users, as far as I've seen in Reddit, trying to fix the unfixable in Windows.

    TechSupport Subreddit: https://www.reddit.com/r/techsupport/new/

    6
  • I know this seems like two unrelated questions, so let me explain why I would like to do one of these two things: I recently got a drawing pen tablet with a display, which works fine, except that I am left handed, and my wrist keeps hitting the side buttons. The driver allows me to flip the pen inputs, but not the actual display, it just works as a regular monitor in that regard and relies on the windows settings (windows 11 in my case).

    Now, I can flip it if I set it to extend my main monitor, however, I would like to be able to see what I am doing on either monitor, so I would prefer it to mirror my main monitor, just rotated 180 degrees. Some googling suggests that windows does not allow you to do this, except for a glitch involving changing the settings to extend and then back to duplicate, which I cannot manage to achieve. Does anyone know any workaround, or some extra software or such, that would allow me to do this?

    Alternatively, if this cannot be done by any means, I would rather not use the extend function as is as I also often play games where moving the mouse to the edge of the screen moves the map around, and so would rather my mouse stay at an edge when reached instead of moving to the next monitor, ideally with some sort of hotkey to toggle what monitor the mouse is on. Is there a way I might achieve something like this?

    EDIT: turns out this was all unnecessary, because the tablet itself has an option to do this rotation, its just in a part of the on-board display settings I didnt see before, isnt accessible from the driver UI that Ive seen, and wasnt mentioned on the tutorials that I found on the manufacturer's site that suggested windows had be used to control that rotation. Thanks anyways to everyone that tried to help me while I spent hours searching for a workaround needlessly.

    6
  • I finally decided to upgrade my opnsense box after a couple of years of deferring and, in the heat of the moment, forgot to double-check I had configuration backups. After the upgrade to OPNsense 24.1.8-amd64 (FreeBSD 13.2-RELEASE-p11), there were some issues with LAN clients accessing the WAN that I solved by resetting to default settings. (I have not modified much, so it’s somewhat trivial to add back aliases and rules.)

    Now, however, I am facing a problem where port forwarded services do not work. I am running Nginx Proxy Manager to handle the various web services on my LAN and the setup has served me well for years. I have made no changes to Nginx PM, to my port forwarding rules (see below), or to the individual services and their boxes. Put simply, everything was working 100% without issue until I foolishly upgraded.

    Firewall: NAT: Port Forward

    I suspect the issue is a double NAT issue with my godawful BGW320-505 gateway. I have had this configured to IP passthrough mode without issue for years. But, after the Opnsense upgrade (and defaults), I did notice that my interfaces display what looks to be an upstream-gateway assigned IP address. Previously, my upstream WAN gateway was the IP address of the BGW320-505 box.

    IP passthrough mode

    System: Gateways: Configuration

    Interfaces

    Despite all of the above, there seems to be some weird DNS issue/NAT issue. The strongest example I’ve uncovered of this is, from my LAN directly accessing my WAN IP. While this should show me my http-facing webserver, the request times out for a while then eventually resolves to a 404 page but–and this is the bizarre part–not before appending :440 (my webgui port for Opnsense) to the WAN IP in the address bar. (Note that this does not occur when accessing my direct IP address from exterior to the network.) I’m hoping that is the key to solving this but, after more than 15 hours spent researching this and trying various solutions available on forums/reddit/etc., I have not found anything to work.

    Please help!

    1
  • Call me old-fashioned, but I think 86MB is an obscenely large size for an image thumbnail. Would rather not have these automatically download as I'm on a limited data plan. Wish I had the option to substitute a static image for the thumbnail.

    I realize that post may be entirely appropriate for the community to which it was submitted, but have seen plenty of animated avatar icons, etc. and just find that sort of thing distracting and would like to disable or block them if possible. Using Firefox and already running a script blocker with allowances for Lemmy server instances.

    3
  • which one wold pair up better, less bottleneck and all that, a bottleneck calculator said the 560 works better, can i trust it? Is there any other gpus i should consider? (Small budget, Brazil is complicated)

    (I use linux, if that changes something)

    3
15 Active users