Re: [OpenIndiana-discuss] Printing from Firefox does not work

2020-10-14 Thread John D Groenveld
In message <20201015005553.ga8...@imap.fastmail.com>, Gary Mills writes:
>Thanks.  I now understand that it's possible.  I only need to know
>what I have to do to make it work for me.

I've reproduced the missing CUPS printers in firefox in a Hipster VM.
Unfortunately on subsequent reboot the CUPS printers appear and
I forgot to take a snapshot before the bounce so I can't tell you
where things went sideways.

Perhaps a missing service restart?
root@openindiana:~# svcs -a|egrep -i 'print|cups'
disabled   22:56:38 svc:/network/device-discovery/printers:snmp
disabled   22:56:52 svc:/application/cups/in-lpd:default
online 22:56:42 svc:/application/print/service-selector:default
online 23:01:01 svc:/application/cups/scheduler:default

Happy hunting,
John
groenv...@acm.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Printing from Firefox does not work

2020-10-14 Thread Gary Mills
On Wed, Oct 14, 2020 at 08:09:03PM +0200, Andreas Wacknitz wrote:
> I have configured cups for my network printer and that one is available
> in firefox.

Thanks.  I now understand that it's possible.  I only need to know
what I have to do to make it work for me.


-- 
-Gary Mills--refurb--Winnipeg, Manitoba, Canada-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] the dirty lowdown hold not giving up the ghost

2020-10-14 Thread Coalson, Timothy Scott (S)
Maybe this is too obvious, but "keep" is just the string they chose to use in 
that documentation page, you need to know the right string for your snapshot in 
order to release the hold.  You can get a list of the current holds on a 
snapshot with "zfs holds".

Tim


From: Harry Putnam 
Sent: Wednesday, October 14, 2020 4:32 PM
To: openindiana-discuss@openindiana.org 
Subject: [OpenIndiana-discuss] the dirty lowdown hold not giving up the ghost

I hope this is something I've boneheadedly overlooked.

I ran into a `busy' snapshot I want to destroy.

I tried the methods given here:

https://docs.oracle.com/cd/E19253-01/819-5461/gjdfk/index.html

destroy -d and then release -r keep

Neither appear to do a blessed thing.

Surely the damn thing can't just stay `busy' from no on.

the number of the snapshot is 140929 which is also the date of creation.
So this thing has been hanging here for 7 yrs already and by all outward
appearances is prepared for many more.

There must be some trick way to unhold this dog.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Printing from Firefox does not work

2020-10-14 Thread Gary Mills
On Wed, Oct 14, 2020 at 02:42:21PM -0500, Tim Mooney via openindiana-discuss 
wrote:
> 
> I don't think you need to share it, but I'm not certain.

I didn't think so either, but there's not much left to do.

> It's been a long
> time since I set up printing on my hipster workstation and I don't
> remember if I had to do anything special to get firefox to see the queues.
> 
> What does
> 
>   pkg list | egrep -i print
> 
> output?

A long list:

  $ pkg list '*print*' 
  NAME (PUBLISHER)  VERSION  IFO
  library/print/cups-libs   1.7.5-2020.0.1.3 i--
  print/cups1.7.5-2020.0.1.3 i--
  print/cups-filters1.11.2-2020.0.1.4i--
  print/cups/system-config-printer  2.30.0-2020.0.1.3i--
  print/filter/a2ps 4.14-2020.0.1.2  i--
  print/filter/ghostscript  9.26-2020.0.1.0  i--
  print/filter/ghostscript/fonts/gnu-gs-fonts-other 6.0-2020.0.1.0   i--
  print/filter/ghostscript/fonts/gnu-gs-fonts-std   6.0-2020.0.1.0   i--
  print/filter/gutenprint   5.2.14-2020.0.1.1i--
  print/filter/hplip3.19.12-2020.0.1.0   i--
  print/lp/print-client-commands0.5.11-2020.0.1.20084i--
  print/psutils 1.17-2020.0.1.2  i--
  print/qpdf6.0.0-2020.0.1.0 i--
  x11/keyboard/xkbprint 1.0.5-2020.0.1.0 i--

Have I omitted a package?

-- 
-Gary Mills--refurb--Winnipeg, Manitoba, Canada-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] the dirty lowdown hold not giving up the ghost

2020-10-14 Thread Harry Putnam
I hope this is something I've boneheadedly overlooked.

I ran into a `busy' snapshot I want to destroy.

I tried the methods given here:

https://docs.oracle.com/cd/E19253-01/819-5461/gjdfk/index.html

destroy -d and then release -r keep

Neither appear to do a blessed thing.

Surely the damn thing can't just stay `busy' from no on.

the number of the snapshot is 140929 which is also the date of creation.
So this thing has been hanging here for 7 yrs already and by all outward
appearances is prepared for many more.

There must be some trick way to unhold this dog.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Printing from Firefox does not work

2020-10-14 Thread Tim Mooney via openindiana-discuss

In regard to: [OpenIndiana-discuss] Printing from Firefox does not work,...:


I have the print queue `xerox' defined in CUPS.  PRINTER=xerox is in
the environment in every terminal window and in Firefox.  I can
display this queue with `lpq' and print to it with `lpr ...'.  It does
appear in /etc/printers.conf .  Still, in Firefox, the print dialog
box only gives me one option: print to file.  How do I get Firefox to
give me another option for printing to the `xerox' queue?  I only have
the one printer.

Do I need to share this printer in CUPS?  Is that it?  Something else?


I don't think you need to share it, but I'm not certain.  It's been a long
time since I set up printing on my hipster workstation and I don't
remember if I had to do anything special to get firefox to see the queues.

What does

pkg list | egrep -i print

output?

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure /
Division of Information Technology/701-231-1076 (Voice)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Printing from Firefox does not work

2020-10-14 Thread Andreas Wacknitz

Am 14.10.20 um 17:55 schrieb Gary Mills:

I have the print queue `xerox' defined in CUPS.  PRINTER=xerox is in
the environment in every terminal window and in Firefox.  I can
display this queue with `lpq' and print to it with `lpr ...'.  It does
appear in /etc/printers.conf .  Still, in Firefox, the print dialog
box only gives me one option: print to file.  How do I get Firefox to
give me another option for printing to the `xerox' queue?  I only have
the one printer.

Do I need to share this printer in CUPS?  Is that it?  Something else?



I have configured cups for my network printer and that one is available
in firefox.

Regards
Andreas

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Printing from Firefox does not work

2020-10-14 Thread Gary Mills
I have the print queue `xerox' defined in CUPS.  PRINTER=xerox is in
the environment in every terminal window and in Firefox.  I can
display this queue with `lpq' and print to it with `lpr ...'.  It does
appear in /etc/printers.conf .  Still, in Firefox, the print dialog
box only gives me one option: print to file.  How do I get Firefox to
give me another option for printing to the `xerox' queue?  I only have
the one printer.

Do I need to share this printer in CUPS?  Is that it?  Something else?


-- 
-Gary Mills--refurb--Winnipeg, Manitoba, Canada-

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss