NO_PUBKEY 07DC563D1F41B907

The error NO_PUBKEY 07DC563D1F41B907 relates to the Debian multimedia repository public key. On a fresh install of Debian (testing/wheezy) I received the error whilst performing an apt-get update. The error observed was: GPG error: http://deb-multimedia.org testing InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907 To resolve the […]

Read More… from NO_PUBKEY 07DC563D1F41B907

Dynamic MMap Ran Out of Room

An old error, which I’ve not seen in a long time. But thought I’d post it here. Older versions of Debian would produce an error after a a few months of updates. Dynamic MMap ran out of room To correct the error the cache size was increased in the apt configuration file /etc/apt/apt.conf APT::Default-Release “testing”;APT::Get::Purge;APT::Cache-Limit […]

Read More… from Dynamic MMap Ran Out of Room

Bulk Image Resize

Bulk resizing a number of images in Linux is easy with the command mogrfy, a part of the ImageMagick suite. For many years I have resized images, to a maximum of 800 pixels, vertically or horizontally, for sending to friends and relations in e-mails. With larger computer hard drives, email accounts and greater Internet connection […]

Read More… from Bulk Image Resize

Running a Newer Version of Iceweasel and Icedove

The current version of Iceweasel is 10.0.11 for the Wheezy Debian release. Using the Experimental repository a newer version can be maintained. First edit /etc/apt/sources.list and add references to experimental repository: #Iceweaseldeb http://mirror.ox.ac.uk/debian/ experimental main To ensure that for most packages the testing release is used the file /etc/apt/apt.conf.d/70debconf is edited: APT::Default-Release “testing”; And finally […]

Read More… from Running a Newer Version of Iceweasel and Icedove

Mythtv-backend Fails to Start

Mythtv-backend fails to start following recent update. Running the service start, gives an error, which relates to the database. service mythtv-backend start Starting MythTV server: mythbackendroot@aaaaa:/home/neil# No UPnP backends foundWould you like to configure the database connection now? [no][console is not interactive, using default ‘no’] Investigations on the Internet showed this to be a database […]

Read More… from Mythtv-backend Fails to Start