The printer has stopped working
On the very first project I worked on as a full-time employee I ended up doing almost all of the printing functionality. (And the third too, but that is irrelevant.) Years later, while I was still within the same company, but the original project had gone into long-term support provided by a small core team, I got a call asking if I could go back and look into why all printing was failing in the test environment before they made the same change to production. Hurrah for good change control processes. Since that office was only across the road I went over at lunch time and started poking around.
"How long will it take to fix?"
"Probably about 10 minutes after I find out what the problem really is."
"How long will that take?"
"Good question, but it will be shorter if I can work uninterrupted."
The original solution used a custom printer driver on the unix servers, requiring that the standard LPR daemon was replaced. They had just upgraded the servers to the next major release of the OS, which re-enabled its own lpd, so the custom driver was failing with an address/port already in use error. It took surprisingly little time to find the problem as the error was clear in the the system log, but they had not looked. Printing was seen as a black art, so it was better to get somebody who knew about such things in if at all possible. It was of course pure coincidence that while on that original project my print jobs always jumped to the head of the print queue. (Not to the level of interrupting the current job, but that was possible.)