Re: Dates? Re: Printing woes...

2008-05-13 Thread Nick Rout
No its not. Here are two lines from your headers:

Received: from paradise.net.nz
 (210-246-27-184.paradise.net.nz [210.246.27.184]) by smtp4.clear.net.nz
 (CLEAR Net Mail) with ESMTP id [EMAIL PROTECTED] for
 linux-users@it.canterbury.ac.nz; Tue, 13 May 2008 17:28:53 +1200 (NZST)
Date: Wed, 14 May 2008 09:29:48 +1200


This shows your message dated tomorrow at 9;29 am but received by
paradise today at 5:28 pm

Your timezone is set right, now as root run:

ntpdate nz.pool.ntp.org

That will set your date right and it should be fine from there on in.

On Wed, May 14, 2008 at 9:29 AM, Barry [EMAIL PROTECTED] wrote:
 Thanks, Please check that its ok now. Its the result of a new install which
 caused me a lot of grief

 Barry

 Craig Falconer wrote:

 On Tue, 2008-05-14 at 05:18 -0400, Barry wrote:
^

 Your clock is one day fast, and you're in the wrong timezone.  So your
 emails are dated 10 hours in the future.

 Just thought you'd like to know...





Re: Dates? Re: Printing woes...

2008-05-13 Thread Steve Holdoway
On Tue, 13 May 2008 18:56:11 +1200
Nick Rout [EMAIL PROTECTED] wrote:

 ntpdate nz.pool.ntp.org
If is whinges that the port is already in use, then

sudo /etc/init.d/ntp stop
( that might be ntpd or ntp-server on Mandriva - not sure )
Then 

sudo ntpdate nz.pool.ntp.org

then

sudo /etc/init.d/ntp start

They ( ntp and ntpdate ) sort of do the same thing, but the ntpdate program is 
designed to be a large mallet, run once to correct the time no matter how wrong 
it is, then the ntp daemon attempts to keep it there, but it can only make 
small changes.

I usually update the /etc/init.d/ntp script so that it calls ntpdate before 
starting the daemon, so the clock's put right when the machine's switched on. 
This used to be standard practice on DEC and HP Unixes ( where are they now! ).

Steve
-- 
Steve Holdoway [EMAIL PROTECTED]


Printing woes...

2008-05-12 Thread Barry
If I bring my box etc tonight would there be a guru who could sort out 
cups for me, I just about went around the bend with it last week.


The printer is a HP colour laserjet 1600, cups recognises it and it 
appears to be properly set up, jobs get passed to cups  queued and 
there they stay until cancelled.


Any ideas anyone please?

Barry



Re: Printing woes...

2008-05-12 Thread Nick Rout
yes look in the cups logs and if that doesn't tell you up the logging
(its documented in /etc/cups/cupsd.conf I think is the file).

linuxprinting.org database specifies it as working mostly.

http://openprinting.org/show_printer.cgi?recnum=HP-Color_LaserJet_1600

On Wed, May 14, 2008 at 3:32 AM, Barry [EMAIL PROTECTED] wrote:
 If I bring my box etc tonight would there be a guru who could sort out cups
 for me, I just about went around the bend with it last week.

 The printer is a HP colour laserjet 1600, cups recognises it and it appears
 to be properly set up, jobs get passed to cups  queued and there they stay
 until cancelled.

 Any ideas anyone please?

 Barry




Re: Printing woes...

2008-05-12 Thread Nick Rout
In addition what does the cups web page tell you? its at http://localhost:631/

On Tue, May 13, 2008 at 11:35 AM, Nick Rout [EMAIL PROTECTED] wrote:
 yes look in the cups logs and if that doesn't tell you up the logging
 (its documented in /etc/cups/cupsd.conf I think is the file).

 linuxprinting.org database specifies it as working mostly.

 http://openprinting.org/show_printer.cgi?recnum=HP-Color_LaserJet_1600

 On Wed, May 14, 2008 at 3:32 AM, Barry [EMAIL PROTECTED] wrote:
 If I bring my box etc tonight would there be a guru who could sort out cups
 for me, I just about went around the bend with it last week.

 The printer is a HP colour laserjet 1600, cups recognises it and it appears
 to be properly set up, jobs get passed to cups  queued and there they stay
 until cancelled.

 Any ideas anyone please?

 Barry





Re: Printing woes...

2008-05-12 Thread Ross Drummond
lpstat -p  will show any active printers on the system

lpstat -a   will show any active printer queues on the system

Man lpstat for other usefull stuff.

lpr -P printer name file.ps  is a usefull low level test.

Cheers Ross Drummond

On Wed, 14 May 2008, Barry wrote:
 If I bring my box etc tonight would there be a guru who could sort out
 cups for me, I just about went around the bend with it last week.

 The printer is a HP colour laserjet 1600, cups recognises it and it
 appears to be properly set up, jobs get passed to cups  queued and
 there they stay until cancelled.

 Any ideas anyone please?

 Barry




Re: Printing woes...

2008-05-12 Thread Stephen Irons
Barry wrote:
 If I bring my box etc tonight would there be a guru who could sort out
 cups for me, I just about went around the bend with it last week.

 The printer is a HP colour laserjet 1600, cups recognises it and it
 appears to be properly set up, jobs get passed to cups  queued and
 there they stay until cancelled.

 Any ideas anyone please?

 Barry

In my latest upgrade to Ubuntu Hardy, my printer (HP Deskjet 670C
connected via a USB-parallel port widget) has started disabling itself
occasionally, giving the effect you describe (jobs sent to cups, queued,
but no printing happens).

It seems to get into this state when I unplug the printer: seems as if
cups sees the printer is not there and disables it, but does not see
that it comes back again so it stays disabled.

In my case, I have to re-enable the printer: In System  Administration
 Printing, choose the printer, then on the Policies tab, turn on the
'Enabled' flag.

Stephen

===
This email, including any attachments, is only for the intended
addressee.  It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
 altered or corrupted during transmission.
===



Re: Printing woes...

2008-05-12 Thread Barry

Problem now solved, the device uri set up with cups was wrong.
I compared printers.conf with the similar file from another distro, 
copied the appropriate line across and restarted cups = problem solved.


Thanks for the replies, see you tonight. Are you joining us @ 6.00 pm Nick?

Barry
-
Barry wrote:
If I bring my box etc tonight would there be a guru who could sort out 
cups for me, I just about went around the bend with it last week.


The printer is a HP colour laserjet 1600, cups recognises it and it 
appears to be properly set up, jobs get passed to cups  queued and 
there they stay until cancelled.


Any ideas anyone please?

Barry





Re: Printing woes...

2008-05-12 Thread Nick Rout
No I have a conflicting engagement.

On Wed, May 14, 2008 at 5:18 AM, Barry [EMAIL PROTECTED] wrote:
 Problem now solved, the device uri set up with cups was wrong.
 I compared printers.conf with the similar file from another distro, copied
 the appropriate line across and restarted cups = problem solved.

 Thanks for the replies, see you tonight. Are you joining us @ 6.00 pm Nick?

 Barry
 -
 Barry wrote:

 If I bring my box etc tonight would there be a guru who could sort out
 cups for me, I just about went around the bend with it last week.

 The printer is a HP colour laserjet 1600, cups recognises it and it
 appears to be properly set up, jobs get passed to cups  queued and there
 they stay until cancelled.

 Any ideas anyone please?

 Barry





Re: Dates? Re: Printing woes...

2008-05-12 Thread Barry
Thanks, Please check that its ok now. Its the result of a new install 
which caused me a lot of grief


Barry

Craig Falconer wrote:

On Tue, 2008-05-14 at 05:18 -0400, Barry wrote:
^

Your clock is one day fast, and you're in the wrong timezone.  So your
emails are dated 10 hours in the future.

Just thought you'd like to know...





Re: Dates? Re: Printing woes...

2008-05-12 Thread John Rye
On Wed, 14 May 2008 09:29:48 +1200
Barry wrote:

 Thanks, Please check that its ok now. Its the result of a new install 
 which caused me a lot of grief

Nope still showing tomorrow at 0929

John