kython

“If brute force isn’t working then your not using enough”

  • Home
  • About

10

Nov

Actually Try Printing…..Please!!!

Posted by admin  Published in Uncategorized

At my current place of employment I administer a medium size windows 2003 domain.  Most of my work is done remotely and I'm not really involved with the day to day client problems that occur.  I generally just help out with domain wide problems and installing new hardware or software.  I got a system down for setting up new printers remotely and it was working exceedingly well until about a month ago.

Let the Problems Begin

It was a normal day and got a call saying there was a new printer plugged in in the server room and it needed to be setup and deployed across the domain.  I proceeded to remote in and create a reservation in DHCP, create a TCP/IP port and then add the printer to the print server.  All went well until the last step.  The print spooler would crash and burn and the printer would not be working.  This particular printer was an HP LJ 2035n.  We currently had three of these printers on the domain working flawlessly.  Adding a forth printer really caused problems.

The Solution ?

I cleaned the spooler on the printer server using a program from M$ called cleanspl.exe and proceeded to reinstall all the drivers and printers.  The intention was to clean out the corrupted driver and then everything would be okay.   Well I successfully got the spooler to stop crashing on the server and was able to add the printer to the network and all was good?

Problem 2

I got a call saying the printer problem was not fixed and the spooler was crashing on the clients now.

Solution 2

So I suggested running cleanspl.exe on all the computers and they asked that I do that so I did.   I thought I got the problem completely fixed at this point.  I wasn't able to get around to all the computer and someone were not at the school so I left instruction with a capable person on how to run cleanspl.exe.

Problem 3

I get a call a couple days later saying that some people still can't print and are getting the spooler crashed error.

Solution 3

I seeked help from the professionals and they suggested cleaning the spooler manually because M$ program doesn't work that great.  My thought was big surprise.  I proceeded to clean out the spooler manually on the server.  Then I wrote a script that manually would clean the spooler on startup for all the other computers.  I added a run once feature by checking for a file to indicate that the spooler had already been clean the script creates when it cleans the spooler.  I tested the script on handful of computers and they were able to print just fine.

Problem 4???  Really???

I got a call saying that some of the teachers were still unable to print and that this is getting frustrating and they want it fixed now.  At this point I was out of things to try.  I was watching an error log of one of the computer they were getting the spooler error on and noticed a small difference in the error.  Forgive me but I hadn't been reading the actual error message every time I just saw in the log and knew what it was.  This time I noticed it said  requed.  I posed the question have you been clicking "Ok" on the error messages?  The answer I got was "no".  Click "Ok" on the error messages and reboot.  The error messages didn't come up again.  At this point I had told them at least five times that the errors saying the spooler crashed are from the previous time the computer was on and they have the time actually indicating when the spooler crashed.   They proceded to tell me that they saw the time and it from Thursday of last week.

Solution 4

[conversation form]
Me: Try printing something real quick
Them: Okay.....
Them: It worked!!!
Me: Have you actually tried printing anything ever or just the saw the error and assumed that it wouldn't print?
Them: We just saw the error.
Me: (Not in to the phone) WHAT THE CRAP!!!!
Them:  Well I'll give you a call if we have any more problems, Thanks!!! , Bye.

A Message to ALL

Before you say you printer is messed up, won't print, and contact someone to help you fix it......Actually try printing.

Lessons Learned

Regardless of what someone tells you when troubleshooting a problem never ever assume they know what they are talking about.  I've had this problem before there but kinda of assumed that when they said there printers won't print that they actually tried printing.

Tags: Network Administration, PEBKAK

no comment

14

Apr

Ubuntu Is Returning

Posted by admin  Published in Uncategorized


I have been incredibly busy the past several months with school and work. I highly recommend not trying to complete 20 credit hours in a semester and working at the same time. It will really take it out of you. During this time I have been taking a java class for my major and for the first formal approach to object oriented programming I must say I am impressed and am looking forward to the following semester of advanced data structures.

Ubuntu 9.04 is releasing soon. To be honest I have been running windows lately because of software I need for classes is meant for windows and I have not had the time to get it working on linux and my Ubuntu box decided to start lagging to the point of not being able to use it ever since I installed Google desktop. I haven't had time to fix it so I have temporally been using XP.

I am glad to be taking part in the suspend resume test for Ubuntu as this had been a huge problem in the past.

Eucalyptus caught my eye for cloud computing because I have always been interested in super computing and clusters.

The improvements to display preferences seem to be a nice addition so long as it works well. Normally I use the Nvidia control panel anyways but having a built in one that works excites me.

Over all I am excited for the next release of Ubuntu and  will hopefully be able to upgrade next weekend.

no comment

31

Oct

My New Toy

Posted by admin  Published in Uncategorized

I was recently given a Cisco Catalyst 6500.  The obvious question is "what the heck do I need a Catalyst 6500 for?"  To be honest I still haven't figured that one out but I have one.  I received the catalyst from my school that originally got it from a local power plant that was getting rid of it.  The catalyst only had two supervisor modules and no switch modules so it was essential a very heavy box that could not do anything.  I shopped around on ebay and snatched up a 48 port switching module for only $10 ($23 w/ shipping).  Due to my inpatients I didn't want to wait and try to find a power cable so I cracked open one of the power supplies to hard wire one in.  I could quickly tell this was not going to be easy so I went the the simplest and possibly most dangerous route possible.

I took a computer power cable snipped the end that plugs in to the computer and hard wire it to the plug.  Do note I just wrapped the wires around the prongs and they are not secured in anyway.

I fire it up and the switch module works great.  One of the supervisors can't find it's IOS but the other one boots up fine and it works perfect.

I now have the biggest, heaviest, and most dangerously wired 48 port switch ever.  Unfortunately it won't be making it to many LAN parties.

Tags: 48 Port Switch, Catalyst 6500, Cisco

no comment

7

Sep

Easy Website Visitor Statitics

Posted by admin  Published in Uncategorized

 503530844_bd2565de8c.jpg

I was asked by a client to put a page hits counter on their site.  I personally hate those stupid counters and think they take away from the professional feel of the site and they just look tacky.  I was planning on creating a python list and appending all the unique ip addresses that visited the site.  I would then display the length of the list in the admin management portion of the site for the client to see.  To be quite honest I don't remeber what I was looking for but I stumbled across Google analytics.

Google Analytics is a free service offered by Google (Who else) that allows website administrators to track multiple aspects of the traffic that is coming to their site.  Google Analytics simply requires signing up for the service and then adding a small snippet of code to the pages you want tracked.  Once the pages have been edited with the snippet about 24 hours is required before the results will show.  When the results start showing the user can see the number of unique visits, page views, time spent on site, geographic location(Country/City/State) of the visitor, browser the visitor the user is using, and the source of the traffic(Search Engine\Direct\Refferal).  The fun does not stop here.  Google Analytics has the email capabilities to send a nicely formatted report as a pdf. xml, csv, or tsv.  The report can be sent at a predefined interval to predefined list of people.  Google Analytics has several other features that I have left out so instead of reading about it, go try it. Google Analytics

Tags: Google Analytics

no comment

4

Sep

Google Chrome

Posted by admin  Published in Uncategorized

Google is that much closer to taking over the world.  Google has released there own web browser.  Although it isn't available for linux yet it seems like it will be a nice web browser that combines lots of the features of other web browsers in to one ultimate browser.  Other key features inclued independent tabs so if one crashes the others remain usable.  The other feature I noticed was called incognito mode where it doesn't keep a history.

The day google produces there own linux based operating system will be the start of the fall of Microsoft.  The funny thing is it's not a monopoly because google gives everything away and is not making money off it.

Tags: Chrome, Google

no comment

Blogroll

  • Michael Schurter
  • The Daily WTF
  • The Robert Koch
  • Victor Stuber

 

September 2010
M T W T F S S
« Nov    
 12345
6789101112
13141516171819
20212223242526
27282930  

Tags

48 Port Switch 408 409 blog Catalyst 6500 cherrypy Chrome Cisco Drop Down Box Fedor Fedora AWM Fedor Core Fuser Google Google Analytics GWT HP Laserjet 2300 HTML Java Java Script Linux mod_proxy Network Administration Nvidia PayPal PEBKAK Profaniity Filter PyPal python Repair Ubuntu Vista wordpress

Recent Entries

  • Actually Try Printing…..Please!!!
  • Google Web Toolkit
  • Ubuntu Is Returning
  • My New Toy
  • Ubuntu Fedora Swap — Part 2
  • Python Profanity Filter
  • Pypal –Update–
  • Ubuntu Fedora Swap — Part 1
  • Easy Website Visitor Statitics
  • Google Chrome

Recent Comments

  • Pypal in PyPal Comming Soon....
  • michael schurter in Ubuntu Fedora Swap -- Part 2
  • Rahul Sundaram in Ubuntu Fedora Swap -- Part 1
  • kython » Blog Archive »… in PyPal Comming Soon....
  • Random Selection of Posts

    • Pypal –Update–
    • Finally a Blog
    • Python Profanity Filter
    • Google Chrome
    • PyPal Comming Soon….
    • Ubuntu Fedora Swap — Part 1
    • Ubuntu Fedora Swap — Part 2
© 2008 kython is proudly powered by WordPress.
iPod video converter