Categoria: Informatica
-
Lexmark driver demon log: the final solution
Sometimes I do stupid things, like looking inside my syslog, even if the system seems to work correctly. Last week I have done exactly this stupid thing and I saw this log repeated each 20 seconds: Apr 2 10:55:53 luigi-ThinkPad-T510 demond: [P:2377 T:-1220327728] src/demon.cpp : 234 main — Checking for USB scanners… Apr 2 10:55:53…
-
eCryptfs/ext4 issue
Some days ago, playing with some kernel modules I broke the suspend subsystem of my laptop, so a hard reset is needed each time I try to suspend my laptop. Nothing too bad, but with ext4 this could lead to filesystem corruption, and in deed this happend. Looking at the dmesg log i saw thios…
-
Using new imon devinput with lirc
I don’t know exacly untile when but the imon lcd support has been merged into the linux kernel using devinput. This means that if you want to use the lirc_imon driver you need to blacklist the imon driver shipped with the kernel. You just need to add the following lines in the /etc/modprobe.d/blacklist.conf file: blacklist…
-
PCLZIP_ERR_BAD_FORMAT (-10) : Invalid block size : 40
Have this issue in php? In /etc/php.ini comment out: ; mbstring.func_overload = 7
-
SSD journaling and ro remount
I recently upgraded my laptop with a brand new SSD, my first two impressions are: much much faster, much much instable. Yes that’s right, instable. My first try with SSD is was with a HANA SSD 8G (model: HLSM008G), does’t work on linux. I bought this drive on ebay just to make some tries with…