[sane-devel] devfsd

2001-12-12 Thread abel deuring
Robert Stanford wrote: > > > According to Sane's ChangeLog file, I added at 2001-01-07 support for > > devfs (more precisely, to sanei_scsi_find_devices). I am not 100% sure, > > if this means before or after the release of Sane 1.0.3, but I think > > that the 1.0.3 release is somewhat older. And

[sane-devel] devfsd

2001-12-12 Thread Robert Stanford
> According to Sane's ChangeLog file, I added at 2001-01-07 support for > devfs (more precisely, to sanei_scsi_find_devices). I am not 100% sure, > if this means before or after the release of Sane 1.0.3, but I think > that the 1.0.3 release is somewhat older. And the functions added by > Doug Gilb

[sane-devel] devfsd

2001-12-10 Thread abel deuring
Henning Meier-Geinitz wrote: > > Hi, > > On Mon, Dec 10, 2001 at 08:23:10AM +1000, Robert Stanford wrote: > > Strangely a previous build of sane (1.0.3) that I copied from a RH7.1 RPM > > and used in the same way works fine. > > I don't think anything was changed concerning this between 1.0.3 an

[sane-devel] devfsd

2001-12-10 Thread Henning Meier-Geinitz
Hi, On Mon, Dec 10, 2001 at 08:23:10AM +1000, Robert Stanford wrote: > Strangely a previous build of sane (1.0.3) that I copied from a RH7.1 RPM > and used in the same way works fine. I don't think anything was changed concerning this between 1.0.3 and 1.0.6 but the change of sanei_scsi_find_dev

[sane-devel] devfsd

2001-12-10 Thread Robert Stanford
Unfortunately i'm in a special situation, im porting SANE to the Linux Terminal Server Project www.ltsp.org so we can hang scanners of thin clients and the LTSP now use the devfs daemon. Being thin clients they canont save node states over reboots. Strangely a previous build of sane (1.0.3) tha

[sane-devel] devfsd

2001-12-09 Thread Oliver Rauch
Robert Stanford wrote: > > Is it possible to compile sane-backends so it doesnt check symlink > permissions with the devfs. Aehm, I do not know if there is a change for devfs, but the permission of a symbolic link is - as far as I know - always 777 (lrwxrwxrwx). When you try to change the permiss

[sane-devel] devfsd

2001-12-09 Thread Henning Meier-Geinitz
Hi, On Sun, Dec 09, 2001 at 05:29:28PM +1000, Robert Stanford wrote: > Is it possible to compile sane-backends so it doesnt check symlink > permissions with the devfs. > > i.e. I believe so it doesnt do an lstat. Could you provide some more details about what you want to achieve? As far as I kn

[sane-devel] devfsd

2001-12-09 Thread Robert Stanford
Is it possible to compile sane-backends so it doesnt check symlink permissions with the devfs. i.e. I believe so it doesnt do an lstat. Robert Stanford