Tag: fix

Photo by Glenn Carstens-Peters on Unsplash
Posted in How To Web

Fixing NextGen Gallery Problem with Absolute Paths

I just upgraded NexGen Gallery plugin for WordPress and found most of the galleries ruined. What’s worse is that even the plugin’s own configuration interface became broken. Quick googling around revealed that I’m not the only one and a lot of people are affected by this problem. Not sure why…

READ MORE
Posted in Hardware Linux

Fixing Wireshark’s “TCP checksum offload” error in linux

On some linux machines when you run wireshark you may notice that a lot of packets are marked as invalid (highlighted as black). The contents looks perfectly correct, but for some reason checksum is brkoen and wireshark suggestes that the reason for such unpleasant event is “TCP checksum offload”. Let’s…

READ MORE
Posted in Hardware Linux Robotics Software

Fix: Error: register r24, r26, r28 or r30 required

I was recently compiling some Arduino code with NewSoftSerial and got hit by infamous “Error: register r24, r26, r28 or r30 required” error. NewSoftSerial is a great library and those using older avr-gcc compiler enjoy it alot. Problem is the newer gcc doesn’t like one nasty error in the code…

READ MORE
Photo by Museums Victoria on Unsplash
Posted in How To Linux

How to disable automount in linux (Re-reading the partition table failed with error 16)

Imagine you’re repartitioning a disk and when you quit fdisk writing the new partition table automount tries to mount new partitions. So instead of refreshed disk ready for newfs you get this warning:

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old…

READ MORE
Posted in How To Linux Software Windows

Solving “The server you are connected to is using a security certificate that could not be verified.” problem

Uff that was tough one … If you decided to make your mail communications more secure you probably switched on SSL option in your mail client for POP3/IMAP/SMTP servers. There is a good chance you will get one of those errors that sound like
The server you are connected to is…

READ MORE