I play with btrfs in my arm(hf) NAS. I successfully created a subvolume but now I am trying to delete it and get a system call error. Any workarounds or better packages? To delete the subvolume. To create snapshots. . root@ODROID-HC2:/media/nas# btrfs subvolume list /media/nas ID 318 gen 1216 top […]
Yearly Archives: 2023
Gigabyte X570 Pro Wi-Fi with 2xM.2 NVMe slots, 5800X processor Urgent woes trying to set up dual-boot W10/W11. Starting point: With W10 installed on Sammie Evo 2TB in Mobo Slot 2, I created disk image w/Macrium Reflect. I don’t know if important, but if I tried to move this HDD […]
Summary: Newbuild PC makes clicking sounds after 30 minutes of sleep. Newbuild Intel Nuc Extreme 13. Works perfectly, however after 30 minutes of sleep it starts making loud ticking sound. It seems that for the first 30 minutes, Windows holds most of the PC on/active in sleep mode, but after […]
I have a list of commands to execute. echo now echo and echo then When I copy/paste these three (3) lines into a cmd.exe window, the output of each command appears before the next command. 15:21:23.92 2023-03-13 C:>echo now now 15:21:25.76 2023-03-13 C:>echo and and 15:21:25.76 2023-03-13 C:>echo then then […]
After upgraded magento 2.4.5, when I login dashboard, It always got error: A technical problem with the server created an error. Try again to continue what you were doing. If the problem persists, try again later. I would be logout after refresh page. I have to try many times and […]
I am using v2.4 in which in the products query I am getting the Optionid of select attribute instead of attribute option label. Like if i try to get color(select type) then I get value of red instead of label Red So anybody can help me get the label instead […]
I have a problem on my updated Magento 2.4 store. The error messages (like insufficient stock amount) disappear after a short time. Instead, I want them to be visible until the customer clicks on them. This should be standard behaviour in my opinion for error messages! I checked the issue […]
Can anyone help me in creating custom logger file in mmagento 2. I want to display collection object in log file. So far, i have tried this code but did not work. getting $collection object from public function massAction(AbstractCollection $collection) $writer = new ZendLogWriterStream(BP . '/var/log/pdf.log'); $logger = new ZendLogLogger(); […]
I’ve a magento 2 commerce site(hosted on magento cloud, it is using fastly full page cache) when it saving customer additional address, it will show The requested URL was rejected. For additional information, please contact support and provide this reference ID: ca021a552d6bc561cc2e95e626ee68c2750f4ac24571eb1fc249a0941832b1ea Go Back Here is the target form post […]