Header Shadow Image


error on line 2 at column 1: Extra content at the end of the document

Trying to tweak my RSS feeds off the site, I encounter this error: This page contains the following errors: error on line 2 at column 1: Extra content at the end of the document Below is a rendering of the page up to the first error. Looking at the source code, we see this result: […]

Analyze hard drive with tools badblocks and smartctl

So one of the disks under our HTPC array has finally failed after nearly 2 years.  However we did not sustain any data loss as a result since it's only the first disk in a RAID6 system meaning we could still sustain a second disk failure without any data loss.  So we are still good […]

xcb_xv vout display error: no available XVideo adaptor

So after tinkering with my HTPC I notice the 120mm fan over my video card came loose.  I mounted it on to the side of the case but the fan less video card's heat sink was not hot.  Sure enough, after booting VLC wouldn't play anything.  No sound no video just:  xcb_xv vout display error: […]

Error writing bytes to client Transport endpoint is not connected

  While transferring a large file, I've disconnected then disabled the WIRELESS port only to receive these messages in /var/log/messages on the HTPC server.  No connection was possible from the Windows 7 desktops to the server at this point even waiting a bit didn't help.  Looked like something crashed during the disabling of the wireless […]

Waiting for sound system to respond error on linux with pulseaudio

When trying to launch System -> Preferences -> Sound you get the following message in a panel: Waiting for sound system to respond In this case, this was the result of my tinkering with the sound system, in an attempt to try to make multiple applications use the sound drivers simultaneously instead of the sound […]

Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0

While uploading images to the blog, I run into this little error: Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0 The solutionw as to disable WP Super Cache temporarily while I try to figure out the real root case. Cheers, TK

ksh and ksh93: line arithmetic syntax error

While using associative arrays, I run into this little issue using this sample KSH93 code: #!/bin/ksh93u+ function scmp {         typeset -A IPAA;         # Load First File.         for KEY in $(cat 1.rip); do                 IPA1[KEY]=1;         done         # Load Second File.         for KEY in $(cat 2.rip); do                 IPA2[KEY]=1;         done […]

Error 105 (net::ERR_NAME_NOT_RESOLVED): Unable to resolve the server’s DNS address.

Sure enough we baught outselves a Nexus 7 tablet and of course what's a PC, miniature or not, without some sort of web access.  My router is setup with MAC address filtering which prevented initial connection unless I get the MAC address of the device to begin with.  Unfortunately, Nexus 7 won't let you into […]

Windows: Stop Error 0x000000aa when trying to change a printer port.

When trying to change the port server name (I have a USB printer hooked up to a router) for the network attached printer, you get this message, Windows Port Error: 0x000000aa when trying to change printer properties in Windows 7.  What to do?

Linux / Windows: Error code: 0x80070035 cannot access and Error NT_STATUS_HOST_UNREACHABLE

While configuring SAMBA / CIFS and file sharing over the network, the following errors popup eventually after the HTPC is restarted.  A bit baffling at first since SSH works just as it did before the restart.  However the problems persist and look like this: Windows cannot access \\192.168.0.14\HTPCBackupXFS Check the spelling of the name.  Otherwise, […]


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License