[sane-devel] sane-net and scanimage arguments

2008-08-01 Thread Nick Andrew
I've got a bit of a problem with saned / sane-net and scanimage arguments. If I do this on host1 with the scanner attached: host1$ scanimage -d epson:libusb:002:008 --resolution 150 --mode Color image.pnm then it works fine. If I move to host2 and use scanimage to talk via scand with this

[sane-devel] sane-net and scanimage arguments

2008-08-01 Thread Julien BLACHE
Nick Andrew nick at nick-andrew.net wrote: Hi, This is with the debian packaged scanutils 1.0.19-12 Upgrade to 1.0.19-14 at least and try again. It should fix the problem. JB. -- Julien BLACHE http://www.jblache.org jb at jblache.org

[sane-devel] Addressbook, and multiple email recipients

2008-08-01 Thread Neil Mercado
box type list when sending a email project to multiple recipients? Neil -- next part -- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080801/033a75af/attachment.htm

[sane-devel] [PATCH] Do not accidentally close STDIN/STDOUT/STDERR

2008-08-01 Thread Nick Andrew
Do not accidentally close STDIN/STDOUT/STDERR When /dev/null is opened it gets the lowest numbered unopened file descriptor. If any of the file descriptors 0, 1 or 2 are closed when the program starts running, the later close() will cause that file descriptor to be closed, which is not wanted.