Current is a UNFIXED Bug on Debian 9.0 Stretch which makes impossible to easy install DKMS Nvidia-Legacy Drivers 304/340 for older Geforce Cards https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852152 To run nouveau on upgrade 8.0 to 9.0 go to /etc/modprobe.d and remove MANUAL all blacklist configs (*.conf) of nvidia cause some glued on upgrade and are not purged automatic by […]
Tag: Bug
Rsync: Performance NFS Boost
If you use two Linux Servers with NFS Shares connect over Gigabit Interfaces for Backups, you perhaps remark performance problems on using rsync. It does often pause transmissions or reach only a rate of 32Mb/s. That’s bad and waste time and energy. Background: After some Tests of running Backups with single files and compressed big […]
Ubuntu: Deja-Dup Backup Freeze Desktop
If you use Ubuntu Desktop 16.10 you will run sometimes into freezes of the Desktop with a Default Setup. Background: Theres a known Bug of the Deja-Dup Backup Service which is started by Cron. The Service take 100% Ram and 100% CPU usage. This did my PC with 16GB Ram too! Only HARD RESET helps […]
FreeBSD: Current Version port upgrade fails with “portsnap extract” bug
If you use the current “head” Version (Release 12) of FreeBSD with a svn updated /usr/src path you could run into errors after updating the OS via buildworld from sources. There’s a bug ahead Revision “r314099” at the “portsnap” lib that will stop on extracting the ports.tgz to /usr/ports! Solution: Pull again sources to /usr/src […]
Fritzbox: Freezing Wifi if USB 3.0 is used
Today i was touched by a Bug of my fritzbox 7490, after installing a USB 3.0 Stick as NAS the Wifi connect was broken to all devices! After some search on net i found this post: http://avm.de/service/fritzbox/fritzbox-7490/wissensdatenbank/publication/show/1636_WLAN-Stoerungen-bei-angeschlossenem-USB-3-0-Geraet/ Background: The high magnetic frequency’s of USB 3.0 data transfer inside the cable or stick hangup the WIFI […]
WordPress: RSS Widget Bug builtin Widget (class-wp-widget-rss.php)
Details: If you enable the basic builtin RSS Widget Module and set the RSS Feed URL like http://www.domainname.com/feed/ the widget set the URL only on the little “RSS Icon” but NOT on the RSS Hyperlink ! The Hyperlink is pulling the Value of $url (www.domainname.com) but not adding “/feed/” subdir value. Solution: go ../wp-includes/widgets/ edit […]
Ubuntu: Unity Bug Minimize Windows freeze Unity Desktop 15.04
Bug: Minimize Windows freeze Unity Desktop 15.04 Solution: If you use Tweaks to disable or hide the Desktop Icons which are displayed by Nautilus Filemanager Unity is often freezing on maximize or minimize the Windows of Apps like Firefox or Chromium-Browser. This is NO Compiz or Graphic Chip Driver Problem! Its seen on Intel HD, […]
PHPMYADMIN: Performance Monitor not working Java Script Error
If you install phpmyadmin on your Server Version 4.XX, the Browser shows a Javascript Error if the Performance Monitor is opened. Problem is the mostly the setting “localhost” on the config.inc.php file. If you want to view the monitor from external, set the ip to 192.XXX.XXX.XXX or domainname and control that the MYSQL Server is […]