Re: simple pf match question

2011-01-30 Thread Jason McIntyre
On Sat, Jan 29, 2011 at 06:26:29PM +0100, Henning Brauer wrote: * Ted Unangst ted.unan...@gmail.com [2011-01-29 17:36]: On Sat, Jan 29, 2011 at 5:37 AM, Henning Brauer lists-open...@bsws.de wrote: no, that's wrong. match rules that matched during evaluation get their counters updated.

Re: Printing (well anything) using lpd...

2011-01-30 Thread patrick keshishian
I'm not sure your printer support Postscript. It supports PCL-6 and BR-Script 3 (whatever the hell the latter may be) Try using gs to convert your postscript files to pcl3 and feeding those to lpr. $ gs -dNOPAUSE -sDEVICE=pcl3 -sOutputFile=/tmp/junk%d.pcl3 letter.ps $ lpr /tmp/junk*.pcl3

Re: OT: gmail, realy that hard to discern offlist mails?

2011-01-30 Thread Hugo Osvaldo Barrera
On 30/01/11 01:17, roberth wrote: as i dont have any insight myself about it and experienced it a lot around here, ... is it realy that hard to discern mail sent offlist in the gmail interface? am i just spoiled by a simple check on mail headers? (if you don't want to spam anyone with

openbsd : bluetooth : 2.1 : support?

2011-01-30 Thread Mayuresh Kathe
hello, i plan to purchase the following device; http://www.edimax.com/en/produce_detail.php?pd_id=289pl1_id=13pl2_id=78 i intend to use it to connect to the internet over a gprs based cell phone via bluetooth. is this kind of connectivity possible under openbsd at the moment? i apologise for

Re: Printing (well anything) using lpd...

2011-01-30 Thread David Hoskin
To test, try manually converting whatever you want to print with ghostscript, and then printing the result. I found that the filter script included with ghostscript didn't work, but with some hacking I got it to work. It does some horrible shell hacks to autoconfig, and if you just edit in the

Re: Please help me decide: OpenWrt vs. OpenBSD

2011-01-30 Thread Bruce O'Neel
On Thu, Jan 20, 2011 at 08:42:12AM -0800, S Mathias wrote: I've been using OpenBSD since 2.5, '99. Does anyone using OpenBSD as a Desktop OS? :O you do? :O wow. Of course. My main carry around system, ie the one I log the most amount of time on, is a OpenBSD/PPC one. On top of that

Re: simple pf match question

2011-01-30 Thread Henning Brauer
* Jason McIntyre j...@kerhand.co.uk [2011-01-30 09:13]: On Sat, Jan 29, 2011 at 06:26:29PM +0100, Henning Brauer wrote: * Ted Unangst ted.unan...@gmail.com [2011-01-29 17:36]: On Sat, Jan 29, 2011 at 5:37 AM, Henning Brauer lists-open...@bsws.de wrote: no, that's wrong. match rules

Re: openbsd : bluetooth : 2.1 : support?

2011-01-30 Thread MERIGHI Marcus
mayur...@kathe.in (Mayuresh Kathe), 2011.01.30 (Sun) 09:57 (CET): i plan to purchase the following device; http://www.edimax.com/en/produce_detail.php?pd_id=289pl1_id=13pl2_id=78 i intend to use it to connect to the internet over a gprs based cell phone via bluetooth. is this kind of

Re: simple pf match question

2011-01-30 Thread Jason McIntyre
On Sun, Jan 30, 2011 at 01:28:12PM +0100, Henning Brauer wrote: is this correct: - match rules will not work if no state is also used on the rule (not sure that would make sense anyway) well, they do work. - all packets are passed by default, but effectively with no state

Re: Printing (well anything) using lpd...

2011-01-30 Thread Christian Weisgerber
patrick keshishian pkesh...@gmail.com wrote: I'm not sure your printer support Postscript. It supports PCL-6 and BR-Script 3 (whatever the hell the latter may be) It's PostScript 3, but Brother didn't buy the firmware from Adobe and used a different implementation. -- Christian naddy

Re: Printing (well anything) using lpd...

2011-01-30 Thread Bryan
On Sun, Jan 30, 2011 at 01:17, patrick keshishian pkesh...@gmail.com wrote: I'm not sure your printer support Postscript. It supports PCL-6 and BR-Script 3 (whatever the hell the latter may be) Try using gs to convert your postscript files to pcl3 and feeding those to lpr. $ gs -dNOPAUSE

Re: Printing (well anything) using lpd...

2011-01-30 Thread Christian Weisgerber
Bryan bra...@gmail.com wrote: I recently bought a Brother 9840CDW, which supports lpd and postscript. It's valid as of the 24th of January 2011. I have googled several sites, and found a site that was able to help me get a running config. This meant I was able to successfully send

Re: simple pf match question

2011-01-30 Thread Henning Brauer
* Jason McIntyre j...@kerhand.co.uk [2011-01-30 16:37]: ok, so that's not so bad. in a way we're already there: pf.conf(5) notes in PACKET FILTERING first: For block and pass, the last matching rule decides what action is taken; if no rule matches the packet, the default

Re: Printing (well anything) using lpd...

2011-01-30 Thread Bryan
On Sun, Jan 30, 2011 at 10:10, Christian Weisgerber na...@mips.inka.de wrote: patrick keshishian pkesh...@gmail.com wrote: I'm not sure your printer support Postscript. It supports PCL-6 and BR-Script 3 (whatever the hell the latter may be) It's PostScript 3, but Brother didn't buy the

Re: simple pf match question

2011-01-30 Thread Stuart Henderson
On 2011-01-30, Henning Brauer lists-open...@bsws.de wrote: * Jason McIntyre j...@kerhand.co.uk [2011-01-30 16:37]: ok, so that's not so bad. in a way we're already there: pf.conf(5) notes in PACKET FILTERING first: For block and pass, the last matching rule decides what

Re: simple pf match question

2011-01-30 Thread Henning Brauer
* Stuart Henderson s...@spacehopper.org [2011-01-30 19:03]: On 2011-01-30, Henning Brauer lists-open...@bsws.de wrote: * Jason McIntyre j...@kerhand.co.uk [2011-01-30 16:37]: ok, so that's not so bad. in a way we're already there: pf.conf(5) notes in PACKET FILTERING first: For

Re: Printing (well anything) using lpd...

2011-01-30 Thread Ted Unangst
On Sat, Jan 29, 2011 at 11:48 PM, Bryan bra...@gmail.com wrote: I have been hampered with this for a few years now, and at most times, it was easier to copy the file to a Windows box and print. But I'm tired of having to do this, and have begun researching how to print to a printer on the

Re: Printing (well anything) using lpd...

2011-01-30 Thread Bryan
On Sun, Jan 30, 2011 at 10:47, Christian Weisgerber na...@mips.inka.de wrote: Bryan bra...@gmail.com wrote: I recently bought a Brother 9840CDW, which supports lpd and postscript. B It's valid as of the 24th of January 2011. B I have googled several sites, and found a site that was able to

Re: Printing (well anything) using lpd...

2011-01-30 Thread Jacob Meuser
On Sun, Jan 30, 2011 at 12:57:20PM -0500, Ted Unangst wrote: On Sat, Jan 29, 2011 at 11:48 PM, Bryan bra...@gmail.com wrote: I have been hampered with this for a few years now, and at most times, it was easier to copy the file to a Windows box and print. But I'm tired of having to do this,

Re: openbsd : bluetooth : 2.1 : support?

2011-01-30 Thread Jacob Meuser
On Sun, Jan 30, 2011 at 02:39:23PM +0100, MERIGHI Marcus wrote: mayur...@kathe.in (Mayuresh Kathe), 2011.01.30 (Sun) 09:57 (CET): i plan to purchase the following device; http://www.edimax.com/en/produce_detail.php?pd_id=289pl1_id=13pl2_id=78 i intend to use it to connect to the internet

Re: Printing (well anything) using lpd...

2011-01-30 Thread patrick keshishian
On Sun, Jan 30, 2011 at 7:30 AM, Bryan bra...@gmail.com wrote: On Sun, Jan 30, 2011 at 01:17, patrick keshishian pkesh...@gmail.com wrote: I'm not sure your printer support Postscript. It supports PCL-6 and BR-Script 3 (whatever the hell the latter may be) Try using gs to convert your

Re: simple pf match question

2011-01-30 Thread Peter Hessler
On 2011 Jan 30 (Sun) at 19:04:50 +0100 (+0100), Henning Brauer wrote: :* Stuart Henderson s...@spacehopper.org [2011-01-30 19:03]: : I disagree, I think it is worth mentioning explicity - I have seen : a few people run into problems because they don't realise the implicit : rule is effectively

Re: simple pf match question

2011-01-30 Thread Henning Brauer
* Peter Hessler phess...@theapt.org [2011-01-30 22:23]: On 2011 Jan 30 (Sun) at 19:04:50 +0100 (+0100), Henning Brauer wrote: :* Stuart Henderson s...@spacehopper.org [2011-01-30 19:03]: : I disagree, I think it is worth mentioning explicity - I have seen : a few people run into problems

Re: Printing (well anything) using lpd...

2011-01-30 Thread Dennis den Brok
patrick keshishian pkesh...@gmail.com schrieb: You keep saying and thinking that it supports post script. It does not. Otherwise feeding it a postscript file would print the document, not the postscript text/source. This may actually depend on the configuration. For instance, a Kyocera Mita

Re: Printing (well anything) using lpd...

2011-01-30 Thread Sean Kamath
On Jan 30, 2011, at 12:06 PM, patrick keshishian wrote: It supports Postscript, and even has it's own lpd running so that you can FTP files to it to print. You keep saying and thinking that it supports post script. It does not. Otherwise feeding it a postscript file would print the document,

Re: Printing (well anything) using lpd...

2011-01-30 Thread Bryan
On Sun, Jan 30, 2011 at 15:51, Sean Kamath kam...@geekoids.com wrote: On Jan 30, 2011, at 12:06 PM, patrick keshishian wrote: It supports Postscript, and even has it's own lpd running so that you can FTP files to it to print. You keep saying and thinking that it supports post script. It does

Re: simple pf match question

2011-01-30 Thread Paul de Weerd
On Sun, Jan 30, 2011 at 10:48:17PM +0100, Henning Brauer wrote: | * Peter Hessler phess...@theapt.org [2011-01-30 22:23]: | On 2011 Jan 30 (Sun) at 19:04:50 +0100 (+0100), Henning Brauer wrote: | :* Stuart Henderson s...@spacehopper.org [2011-01-30 19:03]: | : I disagree, I think it is worth

Re: Printing (well anything) using lpd...

2011-01-30 Thread Jan Stary
On Jan 30 10:23:29, Bryan wrote: On Sun, Jan 30, 2011 at 10:10, Christian Weisgerber na...@mips.inka.de wrote: patrick keshishian pkesh...@gmail.com wrote: I'm not sure your printer support Postscript. It supports PCL-6 and BR-Script 3 (whatever the hell the latter may be) It's

Re: Printing (well anything) using lpd...

2011-01-30 Thread Jan Stary
On Jan 30 21:47:40, Dennis den Brok wrote: patrick keshishian pkesh...@gmail.com schrieb: You keep saying and thinking that it supports post script. It does not. Otherwise feeding it a postscript file would print the document, not the postscript text/source. This may actually depend on

Re: Printing (well anything) using lpd...

2011-01-30 Thread Jan Stary
On Jan 30 19:30:46, Bryan wrote: On Sun, Jan 30, 2011 at 15:51, Sean Kamath kam...@geekoids.com wrote: On Jan 30, 2011, at 12:06 PM, patrick keshishian wrote: It supports Postscript, and even has it's own lpd running so that you can FTP files to it to print. You keep saying and thinking