Re: cups permission problems

2007-05-10 Thread Toni Schmidbauer
At Thu, 03 May 2007 16:02:39 -0400, Lowell Gilbert wrote: > > "/usr/local/share/cups/templates/header.tmpl" - Permission denied i had the same problems a view days ago, problem was a wrong umask when installing cups. there are two options: 1) reinstall cups and make sure your have umask 022 durin

Re: cups permission problems

2007-05-03 Thread Lowell Gilbert
AN <[EMAIL PROTECTED]> writes: > I just installed cups 1.2.10 on FBSD 6.2 stable from ports. The > install completed successfully, however when I try to do anything > nothing works. After starting the cups daemon, I go to localhost:631 > and I can see the main page but when I try to add a printer

Re: CUPS + FreeBSD 6.2 + HP Laserjet 5

2007-04-23 Thread Jim Stapleton
Thanks. My printer is attached straight to the network (RJ-45), but I check /var/db/pkg, and saw no mention of cups-pdf or cups-pstoraster, so I am installing those... I'll try setting up my printer when I get home. Thanks, -Jim Stapleton On 4/22/07, Jared Barneck <[EMAIL PROTECTED]> wrote: Ji

Re: CUPS printing problem

2007-02-20 Thread Roland Smith
On Sun, Feb 18, 2007 at 10:04:45PM +, AN wrote: > I am having a problem printing from CUPS. I did a fresh install on 6.2 > release and cups-1.2.7. I am trying to configure for an HP1022. The > install was successful, and I can manage the printer from the web > interface. But, when I try

Re: CUPS printing problem

2007-02-18 Thread DAK GHATIKACHALAM
On 2/19/07, Dak Ghatikachalam <[EMAIL PROTECTED]> wrote: -- Forwarded message -- From: AN <[EMAIL PROTECTED]> Date: Feb 18, 2007 5:04 PM Subject: CUPS printing problem To: freebsd-questions@freebsd.org I am having a problem printing from CUPS. I did a fresh install on 6.2 rel

Re: CUPS +

2007-01-12 Thread John Nielsen
On Friday 12 January 2007 12:53, César Amaya wrote: > Hi list, have you ever installed cups + samba for a print server? That > is what I am trying to do, the print server box set up is as the following: > > - FreeBSD 6.1 release > - cups-1.2 > - samba 3 > - hpijs-2.1.4 > - foomatic-db-20061214 > -

Re: CUPS not working on FreeBSD 6.2-BETA

2006-12-25 Thread he ccjj
I find the solution, Roland gives me the answere: http://www.xs4all.nl/~rsmith/freebsd/#parport #chown root:cups /dev/lpt0 !!FreeBSD is so sctrict! -- Forwarded message -- From: Axel Burwitz <[EMAIL PROTECTED]> Date: Dec 23, 2006 6:17 PM Subject: Re: CUPS not work

Re: CUPS not working on FreeBSD 6.2-BETA

2006-12-22 Thread he ccjj
I meet this problem too! My KDE can't connect CUPS. And CUPS can't detect out my HP 5100 printer. On 11/29/06, Tino Engel <[EMAIL PROTECTED]> wrote: Dear FreeBSD people, Despite having started various attempts, I cannot print within KDE 3.5.4 on FreeBSD 6.2-BETA. I always receive error message

Re: cups and /dev/lpt [SOLVED]

2006-10-13 Thread Per olof Ljungmark
Hi, I have an issue on a 5.5-STABLE box where lpt0 (parallel:/) refuses to show up in cups despite following instructions on setting mode/ownership on /devlpt0 with devfs. Is this device supposed to work on 5.5 with cups? Or are there more things to do before it's usable? crw-rw-rw- 1 ro

Re: cups 1.2.2 and parallel port printers

2006-09-19 Thread Bastiaan Welmers
Hi, To me cups 1.2.2 doesn't work at all with my USB printer (HP Laserjet 1010 on /dev/ulpt0). I followed the instructions to make /dev/ulpt0 accessible to cups. When I try to print something just nothing happens and after a while I get the error message "/dev/ulpt0: device busy". Installing the

Re: cups 1.2.2 and parallel port printers

2006-09-09 Thread Henry Lenzi
I have this in my /etc/devfs.rules file on a system successfully using CUPS with a parallel port printer: [localrules=10] add path 'lpt*' mode 0660 group cups (I also have 'devfs_system_ruleset="localrules"' in my /etc/rc.conf file.) That makes sure that CUPS can access the lpt* devices (inc

Re: cups 1.2.2 and parallel port printers

2006-09-09 Thread Henry Lenzi
My problem is that when you add a printer via the web interface the devices pull-down does not show a parallel port even if the system has detected that there is a printer there. (ie dmesg shows the printer discovery) so where is the parallel port? Hi -- What I think you want to know is the

Re: cups 1.2.2 and parallel port printers

2006-09-07 Thread Paul Mather
On Thu, 7 Sep 2006 08:42:11 -0400, Robert Huff <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > > anybody seen this behavior before? or have a clue? > > I don't know if this is your problem, but I have seen similar > issues. > _In my case_, CUPS as ported does not like

Re: cups 1.2.2 and parallel port printers

2006-09-07 Thread Thomas T. Veldhouse
Robert Huff wrote: # make lpt0 available to CUPS perm/dev/lpt00666 Doesn't seem to work. :-( You need devfs_system_ruleset="system" in /etc/rc.conf Tom Veldhouse ___ freebsd-questions@freebsd.org mailing list

Re: cups 1.2.2 and parallel port printers

2006-09-07 Thread Robert Huff
Alex Zbyslaw writes: > Did you as root do > > sh /etc/rc.d/devfs start > > AFAIK rules are only applied when the node is created, which it > already would have been when you added/changed your rule. > > Also not /dev/lpt0 but just lpt0. Devfs rules only apply to /dev! That /s

Re: cups 1.2.2 and parallel port printers

2006-09-07 Thread Alex Zbyslaw
Robert Huff wrote: Jona Joachim writes: >_In my case_, CUPS as ported does not like the permissions on > /dev/lpt0*. They default to "crw---"; setting them to > "crw-rw-rw-" makes the parallel printer appear. >There should be a way to tall devfs to change those permissions > au

Re: cups 1.2.2 and parallel port printers

2006-09-07 Thread Robert Huff
Jona Joachim writes: > >_In my case_, CUPS as ported does not like the permissions on > > /dev/lpt0*. They default to "crw---"; setting them to > > "crw-rw-rw-" makes the parallel printer appear. > >There should be a way to tall devfs to change those permissions > > automaticall

Re: cups 1.2.2 and parallel port printers

2006-09-07 Thread Jona Joachim
Robert Huff wrote: > [EMAIL PROTECTED] writes: > >> anybody seen this behavior before? or have a clue? > > I don't know if this is your problem, but I have seen similar > issues. > _In my case_, CUPS as ported does not like the permissions on > /dev/lpt0*. They default to "crw--

Re: CUPS - Does not function anymore

2006-08-14 Thread Rod Person
On Sun, 2006-08-13 at 23:07 -0700, Sean M. wrote: > The story so far: > I had cups-1.2.2 and couldn't get KDE to use it with my HP PSC 1400 and > hplip. I read somewhere that KDE was only reliable with cups 1.1, so I > downgraded CUPS to the last version before it was switched to 1.2.0. > That ende

Re: CUPS - Does not function anymore (Solved, mostly)

2006-08-14 Thread Sean M.
I managed to track down the problems: 1) KPrinter overwrote cupsd.conf, fortunately I had a backup, which made the Web usable again. 2) Some files were missing from the hplip installation. I forceupgraded it, and I could delete and reinstall the printer, so it now works as it did before. I still c

Re: cups update commited

2006-08-06 Thread Anthony Agelastos
On Aug 6, 2006, at 5:25 AM, Ion-Mihai Tetcu wrote: Hi, I just updated cups to 1.2.2 and also a lot of fixes to the port. If some things still don't work please submit PRs; please put in as many details as possible and take a look first to see if the problem is known / fixed upstream. Th

Re: Cups USB workaround was working but now fails

2006-08-06 Thread Ian Moore
On Sunday 06 August 2006 02:50, Apatewna wrote: > O/H Ian Moore έγραψε: > > It seems that cups now won't recognise the file: setting, yet previously > > it did. I checked back through my logs to see if a newer cups port had > > come out & I'd inadvertently upgraded to it, but it seems that's not th

Re: cups problems

2006-08-05 Thread Micah
David Johnson wrote: On Friday 04 August 2006 11:47, John Nielsen wrote: You have the permissions fixed, which was half the solution for me when I made the upgrade. The other half was to abandon cups' usb back-end for the time being, since it doesn't work (as well as it used to). The workaround

Re: Cups USB workaround was working but now fails

2006-08-05 Thread Micah
Apatewna wrote: O/H Ian Moore Ýãñáøå: It seems that cups now won't recognise the file: setting, yet previously it did. I checked back through my logs to see if a newer cups port had come out & I'd inadvertently upgraded to it, but it seems that's not the case - it's still 1.2.0 Using the usb:

Re: Cups USB workaround was working but now fails

2006-08-05 Thread Anthony Agelastos
On Aug 5, 2006, at 1:20 PM, Apatewna wrote: O/H Ian Moore έγραψε: It seems that cups now won't recognise the file: setting, yet previously it did. I checked back through my logs to see if a newer cups port had come out & I'd inadvertently upgraded to it, but it seems that's not the case

Re: Cups USB workaround was working but now fails

2006-08-05 Thread Apatewna
O/H Ian Moore έγραψε: It seems that cups now won't recognise the file: setting, yet previously it did. I checked back through my logs to see if a newer cups port had come out & I'd inadvertently upgraded to it, but it seems that's not the case - it's still 1.2.0 Using the usb: URI always gives

Re: CUPS 1.2.0 setup problem

2006-08-04 Thread Xiao-Yong Jin
[EMAIL PROTECTED] writes: > I reinstalled FBSD6.1 release on a machine that had been previously > running 6.0 release. I had been using CUPS 1.1x and printing was > working fine. However, I just reinstalled CUPS 1.2.0 and now printing > is broken. The problem I have is the following: > > I can g

Re: CUPS 1.2.0 setup problem

2006-08-04 Thread David Johnson
On Friday 04 August 2006 15:46, [EMAIL PROTECTED] wrote: > I reinstalled FBSD6.1 release on a machine that had been previously > running 6.0 release. I had been using CUPS 1.1x and printing was > working fine. However, I just reinstalled CUPS 1.2.0 and now > printing is broken. The problem I have

Re: cups problems

2006-08-04 Thread David Johnson
On Friday 04 August 2006 11:47, John Nielsen wrote: > You have the permissions fixed, which was half the solution for me > when I made the upgrade. The other half was to abandon cups' usb > back-end for the time being, since it doesn't work (as well as it > used to). The workaround suggested in an

Re: cups problems

2006-08-04 Thread John Nielsen
On Friday 04 August 2006 14:34, David Johnson wrote: > Like millions of other users, my printing capabilities came to an abrupt > end when I upgraded cups to version 1.2. After weeks of wasting time on > the problem, I'm still not printing. > > I've seen lots of hints and tips on this list and else

Re: CUPS, one more try

2006-07-13 Thread E. J. Cerejo
I had just fixed it! It looks like it's printing fine now, the only thing I had not done was to uninstall everything that had to do with printing, so I uninstalled apsfilter, CUPS, LPRng and hplip then reinstalled cups and hplip only and it worked. It looks like LPRng and apsfilter conflicts w

Re: CUPS, one more try

2006-07-13 Thread Donald J. O'Neill
On Thursday 13 July 2006 08:09, E. J. Cerejo wrote: > > Don > > > I just did what you told me but I still get the same message when run > lpstat, and still can't print. > > > EJC > www.only7bucks.com > > - Take a look at: http://home.nyc.rr.com/computertaiju

Re: CUPS, one more try

2006-07-13 Thread E. J. Cerejo
"Donald J. O'Neill" <[EMAIL PROTECTED]> escreveu: On Wednesday 12 July 2006 22:42, E. J. Cerejo wrote: > I've been trying to configure my HP Officejet 4315 using CUPS 1.2.0 but so > far all I can do is configure a printer using the web interface and I'm > able to print a test page but when I try

Re: CUPS, one more try

2006-07-13 Thread Donald J. O'Neill
On Wednesday 12 July 2006 22:42, E. J. Cerejo wrote: > I've been trying to configure my HP Officejet 4315 using CUPS 1.2.0 but so > far all I can do is configure a printer using the web interface and I'm > able to print a test page but when I try to print any other document I'm > unable to print, I

Re: CUPS Alternative

2006-07-11 Thread E. J. Cerejo
Pietro Cerutti <[EMAIL PROTECTED]> escreveu: On 7/12/06, E. J. Cerejo wrote: > Apsfilter is a great tool, it worked great with my last printer but > unfortunetly it doesn't have any drivers that work with my officejet. Did you try with the OfficeJet 4300 drivers? > > > EJC > www.only7bucks.co

Re: CUPS Alternative

2006-07-11 Thread Pietro Cerutti
On 7/12/06, E. J. Cerejo <[EMAIL PROTECTED]> wrote: Apsfilter is a great tool, it worked great with my last printer but unfortunetly it doesn't have any drivers that work with my officejet. Did you try with the OfficeJet 4300 drivers? EJC www.only7bucks.com -- Pietro Cerutti ICQ: 11729

Re: CUPS Alternative

2006-07-11 Thread E. J. Cerejo
Pietro Cerutti <[EMAIL PROTECTED]> escreveu: On 7/12/06, E. J. Cerejo wrote: > After trying CUPS to put my HP Officejet 4315 to work, I get as far as to > print a test page but that is all I can do, it won't print with any other > application, kind of tired of CUPS already, I would like to kn

Re: CUPS Alternative

2006-07-11 Thread Pietro Cerutti
On 7/12/06, E. J. Cerejo <[EMAIL PROTECTED]> wrote: After trying CUPS to put my HP Officejet 4315 to work, I get as far as to print a test page but that is all I can do, it won't print with any other application, kind of tired of CUPS already, I would like to know if there are any other alter

Re: CUPS Woes Woes

2006-07-10 Thread Micah
E. J. Cerejo wrote: */Micah <[EMAIL PROTECTED]>/* escreveu: E. J. Cerejo wrote: > This is weird, I configure a printer and I'm able to print a test page and I then close the browser and try to print and I get a quick popup window saying "Starting with CUPS" but nothing happens

Re: CUPS Woes Woes

2006-07-10 Thread E. J. Cerejo
Micah <[EMAIL PROTECTED]> escreveu: E. J. Cerejo wrote: > This is weird, I configure a printer and I'm able to print a test page and I > then close the browser and try to print and I get a quick popup window saying > "Starting with CUPS" but nothing happens it won't print. I Open firefox > ag

Re: CUPS Woes Woes

2006-07-10 Thread Micah
E. J. Cerejo wrote: This is weird, I configure a printer and I'm able to print a test page and I then close the browser and try to print and I get a quick popup window saying "Starting with CUPS" but nothing happens it won't print. I Open firefox again and go back to printer administration and

Re: CUPS, "Quota limit reached" woes woes woes

2006-07-10 Thread E. J. Cerejo
I believe that thread was started by me when I was trying to configure CUPS, I've done a search on the net, even though I'm able to find people with the same problem but now solution at all. Anthony Agelastos <[EMAIL PROTECTED]> escreveu: On Jul 9, 2006, at 7:48 PM, E. J. Cerejo wrote: T

Re: CUPS, "Quota limit reached" woes woes woes

2006-07-09 Thread Anthony Agelastos
On Jul 9, 2006, at 7:48 PM, E. J. Cerejo wrote: The version is Common UNIX Printing System 1.2.0, I installed it using the portinstall and I had just finished updating my ports tree. I was trying to extract if you had it working on a 1.1.x install of CUPS and when you updated it to 1.2.0 it st

Re: CUPS, "Quota limit reached" woes woes woes

2006-07-09 Thread E. J. Cerejo
The version is Common UNIX Printing System 1.2.0, I installed it using the portinstall and I had just finished updating my ports tree. Anthony Agelastos <[EMAIL PROTECTED]> escreveu: On Jul 9, 2006, at 7:36 PM, E. J. Cerejo wrote: > Hello, Hello, > > After successfully setting up my HP Officejet

Re: CUPS, "Quota limit reached" woes woes woes

2006-07-09 Thread Anthony Agelastos
On Jul 9, 2006, at 7:36 PM, E. J. Cerejo wrote: Hello, Hello, After successfully setting up my HP Officejet with CUPS and having printed a successful test page. I can no longer print. What version of CUPS did you get your printer working with and what version are you running now? Now I

Re: CUPS, USB printers & "Permission Denied"

2006-07-08 Thread Anthony Agelastos
On Jul 8, 2006, at 2:19 PM, Rico Secada wrote: On Sat, 8 Jul 2006 12:43:45 -0400 Anthony Agelastos <[EMAIL PROTECTED]> wrote: Hi, I just installed cups from ports and had a similar problem with printing. Normally I haven't got any problems. The printer is a HL-1430 connected to USB and the

Re: CUPS, USB printers & "Permission Denied"

2006-07-08 Thread Rico Secada
On Sat, 8 Jul 2006 12:43:45 -0400 Anthony Agelastos <[EMAIL PROTECTED]> wrote: Hi, I just installed cups from ports and had a similar problem with printing. Normally I haven't got any problems. The printer is a HL-1430 connected to USB and the error I got was: 'Unable to open USB device "usb:/

Re: CUPS, USB printers & "Permission Denied"

2006-07-08 Thread Anthony Agelastos
On Jun 29, 2006, at 6:51 PM, Jan-Espen Pettersen wrote: I just tried /dev/unltp0 and I have the same issues. Basically, I killed all of the jobs, made your change, submitted a test page, watched as nothing happened (it didn't display any messages in the web interface), did a /usr/local/etc

Re: cups 1.2 - no output

2006-07-04 Thread Jan-Espen Pettersen
Rainer Heesen wrote: > [EMAIL PROTECTED] ~# echo test > /dev/ulpt0 > bash: /dev/ulpt0: Device busy > > so I think it is not a cups problem, but what kind of program make the usb > device busy? > It can't be any other program if fstat is not reporting anything. I've been reading on the usb print

Re: cups 1.2 - no output

2006-07-03 Thread Jan-Espen Pettersen
Rainer Heesen wrote: > the permissions of /dev/ulp* are: > > crw-rw 1 root cups0, 169 Jul 3 20:35 /dev/ulpt0 > crw-rw 1 root cups0, 170 Jul 3 20:35 /dev/unlpt0 > > the directory /var/cache/cups is group writable > > when I start a print job I get the message > > print

Re: cups 1.2 - no output

2006-07-03 Thread Rainer Heesen
the permissions of /dev/ulp* are: crw-rw 1 root cups0, 169 Jul 3 20:35 /dev/ulpt0 crw-rw 1 root cups0, 170 Jul 3 20:35 /dev/unlpt0 the directory /var/cache/cups is group writable when I start a print job I get the message printer Minolta now printing Minolta-59.

Re: cups 1.2 - no output

2006-07-02 Thread Nicolas Blais
On Sunday 02 July 2006 16:50, Jan-Espen Pettersen wrote: > Rainer Heesen wrote: > > USB port busy; will retry in 30 seconds... > > fstat | grep ulpt0 > > .. will reveal which process is eventually having ulpt0 open, and > causing 'device busy'. > The usb backend seems to get this error whil

Re: cups 1.2 - no output

2006-07-02 Thread Jan-Espen Pettersen
Rainer Heesen wrote: > USB port busy; will retry in 30 seconds... > fstat | grep ulpt0 .. will reveal which process is eventually having ulpt0 open, and causing 'device busy'. The usb backend seems to get this error while trying to open /dev/ulpt0. Please also make sure that either the

Re: CUPS, USB printers & "Permission Denied"

2006-07-01 Thread John Nielsen
On Saturday 01 July 2006 12:40, Jan-Espen Pettersen wrote: > > The problem is that read operations on usb printers might just > > block/hang with no data from the printer (?). ulpt doesn't have > > non-blocking I/O, so I've made a patch that simply times out read > > operations, and disables furthe

Re: CUPS, USB printers & "Permission Denied"

2006-07-01 Thread Jan-Espen Pettersen
> The problem is that read operations on usb printers might just > block/hang with no data from the printer (?). ulpt doesn't have > non-blocking I/O, so I've made a patch that simply times out read > operations, and disables further reads if it detects a blocking/stall > condition. It is possible

Re: CUPS, USB printers & "Permission Denied"

2006-07-01 Thread Jan-Espen Pettersen
Rainer Heesen --- wrote: > I have a Minolta PagePro 1350 printer. When I use the workaround I get the > error 'raw printers cannot use file: devices!' > > Is there another workaround? > > [EMAIL PROTECTED] ~$ lpstat -d -p -t > system default destination: Minolta > printer Minolta disabled sinc

Re: CUPS, USB printers & "Permission Denied"

2006-06-30 Thread Rainer Heesen -------
I have a Minolta PagePro 1350 printer. When I use the workaround I get the error 'raw printers cannot use file: devices!' Is there another workaround? [EMAIL PROTECTED] ~$ lpstat -d -p -t system default destination: Minolta printer Minolta disabled since Fri Jun 30 17:14:11 2006 - Raw pr

Re: CUPS, USB printers & "Permission Denied"

2006-06-29 Thread Nicolas Blais
> > I found that the usb backend stalled here before actually doing any > work. Before I've done any actual debugging of the backend, I suspect > that it is being blocked on a status read attempt, though this is only > my current guess. > > Here is a workaround: > > In printers.conf () you will pro

Re: CUPS, USB printers & "Permission Denied"

2006-06-29 Thread Jan-Espen Pettersen
> I just tried /dev/unltp0 and I have the same issues. Basically, I > killed all of the jobs, made your change, submitted a test page, > watched as nothing happened (it didn't display any messages in the web > interface), did a /usr/local/etc/rc.d/cupsd restart, killed the test > page, then resubm

Re: CUPS, USB printers & "Permission Denied"

2006-06-27 Thread Micah
Anthony Agelastos wrote: On Jun 25, 2006, at 11:37 PM, Nicolas Blais wrote: On Sunday 25 June 2006 23:32, John Nielsen wrote: On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: I upd

Re: CUPS, USB printers & "Permission Denied"

2006-06-27 Thread Anthony Agelastos
On Jun 25, 2006, at 11:37 PM, Nicolas Blais wrote: On Sunday 25 June 2006 23:32, John Nielsen wrote: On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: I updated CUPS and I cannot pri

Re: CUPS, USB printers & "Permission Denied"

2006-06-27 Thread Anthony Agelastos
OOPS! I apologize to everyone on this list for not compressing my error_log file and wasting your time and bandwidth downloading it. On Jun 27, 2006, at 7:43 PM, Anthony Agelastos wrote: On Jun 25, 2006, at 11:37 PM, Nicolas Blais wrote: On Sunday 25 June 2006 23:32, John Nielsen wrote: O

Re: CUPS, USB printers & "Permission Denied"

2006-06-26 Thread Sergey Akifyev
On вс, 2006-06-25 at 23:32 -0400, John Nielsen wrote: > On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: > > On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: > > > On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > > >> I updated CUPS and I cannot print to my USB laser printer. The web

Re: CUPS, USB printers & "Permission Denied"

2006-06-26 Thread John Nielsen
On Monday 26 June 2006 00:15, Micah wrote: > John Nielsen wrote: > > On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: > >> On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: > >>> On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > I updated CUPS and I cannot print to my USB laser pri

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Anthony Agelastos
On Jun 25, 2006, at 9:05 PM, Micah wrote: Anthony Agelastos wrote: Hello and thank you for the very quick reply. On Jun 25, 2006, at 7:34 PM, albi wrote: On Sun, 25 Jun 2006 19:28:35 -0400 "Anthony Agelastos" <[EMAIL PROTECTED]> wrote: I updated CUPS and I cannot print to my USB laser print

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Micah
John Nielsen wrote: On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: I updated CUPS and I cannot print to my USB laser printer. The web interface shows the following: hp_LaserJet_1160

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Nicolas Blais
On Sunday 25 June 2006 23:32, John Nielsen wrote: > On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: > > On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: > > > On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > > >> I updated CUPS and I cannot print to my USB laser printer. The web > >

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread John Nielsen
On Sunday 25 June 2006 20:04, Anthony Agelastos wrote: > On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: > > On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > >> I updated CUPS and I cannot print to my USB laser printer. The web > >> interface shows the following: > >> > >> hp_LaserJet_1160

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Micah
Anthony Agelastos wrote: On Jun 25, 2006, at 9:05 PM, Micah wrote: Anthony Agelastos wrote: Hello and thank you for the very quick reply. On Jun 25, 2006, at 7:34 PM, albi wrote: On Sun, 25 Jun 2006 19:28:35 -0400 "Anthony Agelastos" <[EMAIL PROTECTED]> wrote: I updated CUPS and I cannot p

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Micah
Anthony Agelastos wrote: Hello and thank you for the very quick reply. On Jun 25, 2006, at 7:34 PM, albi wrote: On Sun, 25 Jun 2006 19:28:35 -0400 "Anthony Agelastos" <[EMAIL PROTECTED]> wrote: I updated CUPS and I cannot print to my USB laser printer. The web interface shows the following:

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Anthony Agelastos
Hello and thank you for your reply. On Jun 25, 2006, at 7:47 PM, Garrett Cooper wrote: Would you reply with the output you get when you run "ls -l /dev/ ulpt0" please? Thanks, %ls -l /dev/ulpt0 crw-r--r-- 1 root operator0, 68 Jun 25 19:01 /dev/ulpt0 Thank you for your help. Is this a

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread albi
On Sun, 25 Jun 2006 19:28:35 -0400 "Anthony Agelastos" <[EMAIL PROTECTED]> wrote: > I updated CUPS and I cannot print to my USB laser printer. The web > interface shows the following: > > hp_LaserJet_1160Le (Default Printer) "Unable to open USB device > "usb:/dev/ulpt0": Permission denied" >

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Nicolas Blais
On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > Hello all, > > I updated CUPS and I cannot print to my USB laser printer. The web > interface shows the following: > > hp_LaserJet_1160Le (Default Printer) "Unable to open USB device > "usb:/dev/ulpt0": Permission denied" > Description: H

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Garrett Cooper
Would you reply with the output you get when you run "ls -l /dev/ ulpt0" please? Thanks, -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECT

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread John Nielsen
On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: > I updated CUPS and I cannot print to my USB laser printer. The web > interface shows the following: > > hp_LaserJet_1160Le (Default Printer) "Unable to open USB device > "usb:/dev/ulpt0": Permission denied" > Description: Hewlett-Packard

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Anthony Agelastos
On Jun 25, 2006, at 7:35 PM, John Nielsen wrote: On Sunday 25 June 2006 19:28, Anthony Agelastos wrote: I updated CUPS and I cannot print to my USB laser printer. The web interface shows the following: hp_LaserJet_1160Le (Default Printer) "Unable to open USB device "usb:/dev/ulpt0": Permissio

Re: CUPS, USB printers & "Permission Denied"

2006-06-25 Thread Anthony Agelastos
Hello and thank you for the very quick reply. On Jun 25, 2006, at 7:34 PM, albi wrote: On Sun, 25 Jun 2006 19:28:35 -0400 "Anthony Agelastos" <[EMAIL PROTECTED]> wrote: I updated CUPS and I cannot print to my USB laser printer. The web interface shows the following: hp_LaserJet_1160Le (Defau

Re: CUPS Login

2006-02-20 Thread Chris Maness
Eric Schuele wrote: Chris Maness wrote: I installed the port cups. I did the http://localhost:631 thing. That brought up the cups main page, but when I try to loging in as root, the thing just hangs forever. Any suggestions? Is cupsd in fact running? Thanks Chris Maness __

Re: CUPS Login

2006-02-20 Thread Eric Schuele
Chris Maness wrote: I installed the port cups. I did the http://localhost:631 thing. That brought up the cups main page, but when I try to loging in as root, the thing just hangs forever. Any suggestions? Is cupsd in fact running? Thanks Chris Maness ___

Re: cups at bootup

2006-01-13 Thread Andrew L. Gould
On Fri, 13 Jan 2006 16:55:50 + Robert Slade <[EMAIL PROTECTED]> wrote: > On Fri, 2006-01-13 at 16:03, Andrew L. Gould wrote: > > On Fri, 13 Jan 2006 15:30:01 + > > Robert Slade <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > > > > After a complet

Re: cups at bootup

2006-01-13 Thread Robert Slade
On Fri, 2006-01-13 at 16:03, Andrew L. Gould wrote: > On Fri, 13 Jan 2006 15:30:01 + > Robert Slade <[EMAIL PROTECTED]> wrote: > > > On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > > > After a complete system and port upgrade, cups does not start at > > > bootup. During bootup, I see the

Re: cups at bootup

2006-01-13 Thread Andrew L. Gould
On Fri, 13 Jan 2006 15:30:01 + Robert Slade <[EMAIL PROTECTED]> wrote: > On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > > After a complete system and port upgrade, cups does not start at > > bootup. During bootup, I see the following line: > > > > Usage: cups {reload|restart|start|stat

Re: cups at bootup

2006-01-13 Thread Robert Slade
On Fri, 2006-01-13 at 15:00, Andrew L. Gould wrote: > After a complete system and port upgrade, cups does not start at > bootup. During bootup, I see the following line: > > Usage: cups {reload|restart|start|status|stop} > > The command 'ps ax | grep cups' returns nothing. If I start cups as > ro

Re: CUPS, Foomatic, and HPIJS?

2005-10-02 Thread Michael Nottebrock
On Sunday, 2. October 2005 12:24, Andrew P. wrote: > On 10/1/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > > >>>Thanks, Mike. I didn't have a chance to try it out: I decided to > > >>> switch ack to Gentoo because of the steep learning curve that comes > > >>> along with FreeBSD's ports & packag

Re: CUPS, Foomatic, and HPIJS?

2005-10-02 Thread Andrew P.
On 10/1/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > >From: Jared Barneck <[EMAIL PROTECTED]> > >Subject: Re: CUPS, Foomatic, and HPIJS? > >Date: Thu, 22 Sep 2005 15:27:51 -0600 > > > >Michael Nottebrock wrote: > > > >>On

Re: CUPS, Foomatic, and HPIJS?

2005-10-01 Thread Andrew P.
On 10/1/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > >From: Jared Barneck <[EMAIL PROTECTED]> > >Subject: Re: CUPS, Foomatic, and HPIJS? > >Date: Thu, 22 Sep 2005 15:27:51 -0600 > > > >Michael Nottebrock wrote: > > > >>On

Re: CUPS, Foomatic, and HPIJS?

2005-09-30 Thread Eric Pretorious
From: Jared Barneck <[EMAIL PROTECTED]> Subject: Re: CUPS, Foomatic, and HPIJS? Date: Thu, 22 Sep 2005 15:27:51 -0600 Michael Nottebrock wrote: On Thursday, 22. September 2005 20:42, Eric Pretorious wrote: Thanks, Mike. I didn't have a chance to try it out: I decided to switch ac

Re: CUPS, Foomatic, and HPIJS?

2005-09-22 Thread Michael Nottebrock
On Thursday, 22. September 2005 20:42, Eric Pretorious wrote: > Thanks, Mike. I didn't have a chance to try it out: I decided to switch > back to Gentoo because of the steep learning curve that comes along with > FreeBSD's ports & packages. Ah well. I've added the port to the collection in the me

Re: CUPS, Foomatic, and HPIJS?

2005-09-22 Thread Eric Pretorious
From: Michael Nottebrock <[EMAIL PROTECTED]> Subject: Re: CUPS, Foomatic, and HPIJS? Date: Sat, 17 Sep 2005 02:52:09 +0200 On Saturday, 17. September 2005 02:04, Michael Nottebrock wrote: > On Saturday, 17. September 2005 01:28, Eric Pretorious wrote: > > > ./confi

Re: CUPS, Foomatic, and HPIJS?

2005-09-19 Thread [EMAIL PROTECTED]
Quoting Bob Johnson <[EMAIL PROTECTED]>: > On 9/16/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > > > What do I have to do to install/use HPIJS without devoting my life > > to > > becoming a FreeBSD+CUPS expert?! (Setting up CUPS+foomatic+HPIJS > > was a > > breeze under Gentoo!) > > I find that

Re: CUPS, Foomatic, and HPIJS?

2005-09-17 Thread Bob Johnson
On 9/16/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > What do I have to do to install/use HPIJS without devoting my life to > becoming a FreeBSD+CUPS expert?! (Setting up CUPS+foomatic+HPIJS was a > breeze under Gentoo!) I find that apsfilter is a lot easier to install and configure than is

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Saturday, 17. September 2005 02:04, Michael Nottebrock wrote: > On Saturday, 17. September 2005 01:28, Eric Pretorious wrote: > > > ./configure > > >make > > >make install > > > > ...but step #2 (i.e., `make`) barfed: > > > > gateway# make > > Use gmake instead of make for both steps

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Saturday, 17. September 2005 01:28, Eric Pretorious wrote: > > ./configure > >make > >make install > > ...but step #2 (i.e., `make`) barfed: > > gateway# make Use gmake instead of make for both steps. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | F

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
From: "Eric Pretorious" <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 16:46:38 -0700 From: Bob Johnson <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 19:35:04 -0400 I suspect you need to use "gmake" (the GNU make) instead of "make", which is the BSD make. Bingo!!! I just can't win for losing where

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
From: Bob Johnson <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 19:35:04 -0400 I suspect you need to use "gmake" (the GNU make) instead of "make", which is the BSD make. Bingo!!! Thanks, Bob! Eric P. Sunnyvale, CA _ Don’t just sear

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Bob Johnson
On 9/16/05, Eric Pretorious <[EMAIL PROTECTED]> wrote: > I downloaded the archive (from linuxprinting.org) and *attempted* to install > > the hpijs drivers following the instructions in the USAGE file... > > >Install it after you have installed fommatic-db using the commands (if > >you have down

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
From: Michael Nottebrock <[EMAIL PROTECTED]> Date: Fri, 16 Sep 2005 22:14:36 +0200 The hpijs foomatic driver is part of the foomatic-db-hpijs distribution (http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-1.4-1.tar.gz), which isn't in ports. I downloaded the archive (from linux

Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Friday, 16. September 2005 21:47, Eric Pretorious wrote: > ...but the hpijs.xml file is not in the > /usr/local/share/foomatic/db/source/driver/ directory*. What should I do? > > * I've used two commands: > 1) find /usr/local -name hpijs.xml > 2) pkg_info -xI cups foomatic hpijs | cut -d ' ' -f

Re: cups parallel backend hang up

2005-07-21 Thread Géczi Szabolcs
Markus Trippelsdorf wrote: On Thu, Jul 21, 2005 at 02:51:41PM +0200, Géczi Szabolcs wrote: hi there, i just recently installed cups, and i've tried to setup the printer. but, anytime i start the cups the parallel backend hang up and cups stops startin' up. any idea? You could swit

Re: cups parallel backend hang up

2005-07-21 Thread Markus Trippelsdorf
On Thu, Jul 21, 2005 at 02:51:41PM +0200, Géczi Szabolcs wrote: > hi there, > > i just recently installed cups, and i've tried to setup the printer. > but, anytime i start the cups the parallel backend hang up and cups > stops startin' up. > > any idea? You could switch to polled mode: lptcontr

<    1   2   3   >