On Fri, Dec 04, 2015 at 11:33:20AM -0700, bluesun08 wrote: > hmm, the "device busy" message is gone. > But now there is a new message: > > # ./testfile > /dev/ulpt0 > ksh: ./testfile: cannot execute - Permission denied > > So what permissions fail?
unless 'testfile' is a script set to output something, that won't work. if its just a text file, try this: # cat testfile > /dev/ulpt0 > > > > > -- > View this message in context: > http://openbsd-archive.7691.n7.nabble.com/HP-LaserJet-Problem-tp284216p284602.html > Sent from the openbsd user - misc mailing list archive at Nabble.com.

