Blogs

Fixing a stalling HP USB printer in Ubuntu 10.04

I had struggled with a very frustrating problem when printing to my USB HP Deskjet printer using Ubuntu. The printer would sometimes print an entire job then refuse to print any more after that. The documents would show in the queue but you could not cancel or release them. 
 
Another symptom of the problem would be tasks on the machine, owned by a user lp, that you could not kill. These were USB print jobs that also caused a high load average although the machine performance was not affected. These conditions would sometimes persist between reboots. 
 

Topics:

Working hard on my goals

In being so busy and wanting to achieve so much, I have managed to find more time to work towards my goals without sacrificing time with my family who are the most important to me. 

Time management is an art and a habit. Rarely can I take time to type up a blog or watch TV, but I have never been so productive and so filled with purpose. Of course it means cutting out activities like Facebook, Google+, blogging, some home improvement, most TV, and playing my Xbox but I do not miss them.

Latest Firefox update is incompatible with the kioskfox plugin (and how to fix it)

The latest Firefox update broke the kioskfox plugin. Well, not really broke it, but Firefox says it's incompatible and it cannot find an updated version. It's an easy fix that seems to work well. If you are using the kiosk build from this website, use the command:

SQL Server connection problems

I ran into a problem whereby my SQL Server jobs wouldn't run. I received this warning in the log:

The program sqlservr.exe, with the assigned process ID 4724, could not authenticate locally by using the target name MSSQLSvc/dev2.[DOMAIN]:[PORT]. The target name used is not valid. A target name should refer to one of the local computer names, for example, the DNS host name. Try a different target name.

I also saw this message:

The login is from an untrusted domain and cannot be used with Windows authentication.

Topics:

Display templates (partial views) in MVC 3 using Razor

http://stackoverflow.com/questions/6365633/what-is-the-html-displayfor-s...

This is an excellent, easy way to have a consistent user interface. You can use display templates to default values, or give all the values of a specific type the same look and feel (or do both). For example, creating the view String.cshtml inside Views -> Shared -> DisplayTemplates will affect all strings that are rendered using:


@Html.DisplayFor()

Topics:

Queue file size limit exceeded in Postfix

I encountered this error today in our Postfix based mail archive server (mailarchiva). We use it to archive email from Google Apps and route our email through it.

We received complaints of people not being able to send attachments, getting an error message similar to:

Delivery to the following recipient failed permanently:

Technical details of permanent failure:

Topics:

New version of the Ubuntu kiosk build based on 10.04.1 coming soon

Alex and I have been working on this for some time and will be releasing it soon.

*UPDATE: It's here: http://jacob.steelsmith.org/content/ubuntu-kiosk-based-10041

Topics:

Accessing Windows from a browser

In using the CR-48 I have found I can do most things from just a browser, including:

  • web-based development using the file manager in cpanel
  • streaming music using subsonic on my desktop
  • database development using mysql and phpmyadmin

But there are a few of things I cannot do:

Verizon email addresses bouncing after switch to Frontier.

In Washington State, at least Western Washington, Frontier purchased Verizon's operations. Part of this transition was changing everyone's email address from @verizon.net to @frontier.com. If you haven't updated your email address with everyone, any email to @verizon.net will "bounce," meaning the sender will get a message saying it couldn't be delivered.

Blocking websites using Dansguardian

Implementation for kiosk.

1). Changed the homepage of the kiosk user to an allowed website by editing /home/kiosk/.mozilla/firefox//user.js

2). Installed and configured dansguardian using the directions here:
http://ubuntuforums.org/showthread.php?t=207008

a). sudo apt-get install dansguardian tinyproxy firehol
b). Change the user's home page in firefox by editing /home/user/.mozilla/firefox//user.js
c). edit /etc/dansguardian/dansguardian.conf and comment the line that starts with UNCONFIGURED

Pages

Subscribe to RSS - blogs