[sane-devel] Maybe I am on the wrong list ...

2017-07-01 Thread Dr.-Ing. Dieter Jurzitza
Dear listmembers,
maybe I am on the wrong list because my problem might be application - 
specific, however.

I have set up a HP 7400C scanner, supported by the avision backend, it is 
detected and working. So far, so good.

Now, if I scan a black and white printed text with xsane and adjust all 
parameters to default, 300dpi, Gray, contrast and brightness set to 0, 
(=100%), the resutls are nice quality scans, black is black, background is 
white.

In contrast, attempting to do the very same with scanimage, calling:

scanimage --mode Gray --contrast 0 --brightness 0 --resolution 300 > outfile

the resulting picture in "outfile" (same printed text as above) is very 
bright, grey rather than black. Modifying brightness is making the result 
worse, modifying contrast as well. I cannot achieve the same result as with 
xsane - what makes me wonder as I had had expected to work the same way 

Any ideas / hints for me? I could provide resulting scans for explanation, 
however, I think I cannot upload anything.

Regards, many thanks for your efforts




Dieter Jurzitza

-- 
---------------
Dr.-Ing. Dieter Jurzitza76131 Karlsruhe


-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org


Re: [sane-devel] scanbd ... next steps / questions ...

2017-05-03 Thread Dr.-Ing. Dieter Jurzitza
Hi Axel,
thank you very much for your feedback - I hope to have more spare time next 
weekend to dive again into this issue.

But in general: I had had thought that there is a "generic" dll.conf having 
only the net - backend enabled that sits in /etc/saned (after configuration of 
scanbd). This I took from the README.txt:

***
6) sane config

All desktop applications should only get access to the scanners via the net
backend, so edit /etc/sane.d/dll.conf to only contain the net-backend on the 
desktop machines. 

example dll.conf:
---
net
---
***

but somewhere there is a need to tell sane which physical device to use, so I 
thought - maybe erratically - that scanbd "hides" other entries / a different 
dll.conf in /etc/saned from sane and tells sane itself which scanner to use 
but depicts to the "outer world" that there is nothing but a network scanner. 
As readily said, this may be totally wrong. If I read your comments it sounds 
as if the sane - configuration ought to remain "as is", but this is not what 
the above mentioned entry in README.txt from scanbd tells me.

Regards,
thanks for all the work




Dieter Jurzitza



Am Donnerstag, 27. April 2017, 15:29:09 schrieb Axel Schöner:
> Am Samstag, 22. April 2017, 19:02:57 CEST schrieb Dr.-Ing. Dieter Jurzitza:
> > Dear listmembers,
> > probably these questions have readily been asked over and over again, then
> > my apologies:
> > 
> > 1.) /etc/scanbd/scripts
> > which scripts does this refer to? There are some scripts in /etc/scanbd,
> > those like "scanadf.script" and "test.script" (I am using a spec - file
> > for
> > opensuse some other person had had generated)? If I look into
> > /etc/scanbd/scanbd.conf they ought to reside within /etc/scanbd/scripts,
> > is
> > that correct? Is there a configure - option that would print out all
> > directories in use (or, even better, put this summarizing into config.log
> > like several other packages do / emacs is a nice example in this regard
> > ...)?
> 
> The scripts which are executed while device insertion/removal and by pushing
> buttons should be located in ${prefix}/etc/scanbd/scripts. We will fix the
> makefiles... to correct this (in the next days).
> 
> > 2.) /usr/lib64/scanbd/scanbuttond/backends, is this the directory I should
> > copy /etc/saned/dll.conf to as well as all the other files from /etc/saned
> > that are uncommented within *this* dll.conf (except net.conf) in contrast
> > to /etc/saned/dll.conf that ought to contain no reference but "net"? Is
> > this what is menat with "backends"?
> 
> I think these files should be in ${prefix}/etc/saned/. Where do you have
> this information from?
> 
> > 3.) SCANBD_DEVICE could be /dev/scanner (if I have such a device?)
> 
> In most cases there is no such devicenode.
> It could be something like plustek:libusb:001:003.
> When you plug in your device it should be detected if there is a supported
> driver configured. Look at the end of ${prefix}/etc/saned/scanbd.conf
> 
> > 4.) SCANBD_ACTION - I do not really understand what is about this.
> 
> This is a variable which represents the actual event (insert, remove, scan,
> copy, ...) the definitions are in scanbd.conf.
> It is possible to trigger different scripts based on these events (if you
> have more then one detected button on your scanner).
> 
> You can launch scanbd in debug mode to see the values of SCANBD_DEVICE and
> SCANBD_ACTION: ${prefix}/sbin/scanbd -d7 -f -c
> ${prefix}/etc/scanbd/scanbd.conf .
> 
> > From within the "README.txt in the source-directory I did not really
> > understand what is meant with the variables - would it be too much to
> > simply ask for an example that would shed some light on the do's and
> > don'ts of the configuration if the "regular" scanner would be say "hp"
> > and the
> > corresponding device would be "/dev/scanner"?
> > 
> > I am trying to set up a spec - file for a rpm - package, but as of now
> > there is too much understanding missing on my side to get that tracked
> > down in such a way that I can be satisfied with the results 
> > 
> > Thank you very much,
> > regards
> > 
> > 
> > 
> > 
> > Dieter Jurzitza

-- 
---
Dr.-Ing. Dieter Jurzitza76131 Karlsruhe


-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org


[sane-devel] scanbd ... next steps / questions ...

2017-04-22 Thread Dr.-Ing. Dieter Jurzitza
Dear listmembers,
probably these questions have readily been asked over and over again, then my 
apologies:

1.) /etc/scanbd/scripts
which scripts does this refer to? There are some scripts in /etc/scanbd, those 
like "scanadf.script" and "test.script" (I am using a spec - file for opensuse 
some other person had had generated)? If I look into /etc/scanbd/scanbd.conf 
they ought to reside within /etc/scanbd/scripts, is that correct? Is there a 
configure - option that would print out all directories in use (or, even 
better, put this summarizing into config.log like several other packages do / 
emacs is a nice example in this regard ...)?
2.) /usr/lib64/scanbd/scanbuttond/backends, is this the directory I should 
copy /etc/saned/dll.conf to as well as all the other files from /etc/saned 
that are uncommented within *this* dll.conf (except net.conf) in contrast to 
/etc/saned/dll.conf that ought to contain no reference but "net"? Is this what 
is menat with "backends"?
3.) SCANBD_DEVICE could be /dev/scanner (if I have such a device?)
4.) SCANBD_ACTION - I do not really understand what is about this.

>From within the "README.txt in the source-directory I did not really 
understand what is meant with the variables - would it be too much to simply 
ask for an example that would shed some light on the do's and don'ts of the 
configuration if the "regular" scanner would be say "hp" and the corresponding 
device would be "/dev/scanner"?

I am trying to set up a spec - file for a rpm - package, but as of now there 
is too much understanding missing on my side to get that tracked down in such 
a way that I can be satisfied with the results 

Thank you very much,
regards




Dieter Jurzitza
-- 
---
Dr.-Ing. Dieter Jurzitza76131 Karlsruhe


-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org


[sane-devel] SCSI-scanner & scanbuttond ...

2017-04-16 Thread Dr.-Ing. Dieter Jurzitza
Dear listmembers,
prior to actually start playing around: can scanbuttond work with a SCSI - 
scanner? I know, it is oldfashioned, but I like it this way :-)
I am using an HP ScanJet 6300 C via its SCSI-interface. It has 5 buttons at 
the front side.
Thank you very much,
regards




Dieter Jurzitza

-- 
---
Dr.-Ing. Dieter Jurzitza76131 Karlsruhe


-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org


Re: [sane-devel] Preparing for a sane-backends release

2015-09-12 Thread Dr.-Ing. Dieter Jurzitza
Hi Olaf,
> *
> Me wonders too.  I haven't seen one this century.  I even wonder if SCSI
> scanners still need to be supported.
> *
happily using my HP6300C through the SCSI bus with sane ... I do not know how 
many people like me are "out in the wild", but I am glad to have sane support 
this - one can buy such devices for close to nothing and they simply do what 
they were built to do, maybe slow, but who cares  ;-)

So, if it was me to decide (it is not, I know :-)) I wouldn't drop SCSI 
support if it is not causing harm ...
Take care





Dieter Jurzitza


-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 <°°__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---

-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject "unsubscribe your_password"
 to sane-devel-requ...@lists.alioth.debian.org


Re: [sane-devel] SANE_CAP_ALWAYS_SETTABLE (was Re: Preparing for a sane-backends release)

2015-08-05 Thread Dr.-Ing. Dieter Jurzitza
Just FYI: regarding xsane there is no usage of SANE_CAP_ALWAYS_SETTABLE in 
0.998 any more. And there is a related entry in the changelog. Therefore xsane 
should not cause issues as well.
HTH,
take care





Dieter Jurzitza

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 °°__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---

-- 
sane-devel mailing list: sane-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
Unsubscribe: Send mail with subject unsubscribe your_password
 to sane-devel-requ...@lists.alioth.debian.org


[sane-devel] use scanner canon pixma mx390 series

2014-04-21 Thread Dr. Ing. Dieter Jurzitza
Hi Marielle,
another one: take a look at man sane-pixma, but get the latest sane version 
from the internet (including the latest sane-pixma manpage), as there I see a 
comment regarding your scanner - not too optimistic, but there is hope :-)


***
   The following models may use the same Pixma protocol  as  those  listed
   above,  but  have  not  yet  been  reported  to work (or not). They are
   declared in the backend so that  they  get  recognized  and  activated.
   Feedback in the sane-devel mailing list welcome.

  PIXMA E500, E510, E600, E610
  PIXMA MG2200, MG2400, MG2500, MG3200, MG4100, MG5400, MG5500
  PIXMA MG6400, MG6500, MG7100, MG8100
  PIXMA MP375R, MP493, MP495, MP740
-PIXMA MX320, MX390, MX410, MX430, MX450, MX510, MX520
  PIXMA MX710, MX720, MX920
  imageCLASS MF4570dw, MF5630, MF5650, MF5750, MF8030, MF8170c
  imageRUNNER 1133
  i-SENSYS MF5880dn, MF6680dn
***



Take care




Dieter Jurzitza


On Freitag, 18. April 2014 01:20:06 marielle de Geradon wrote:
 Hello,
 
 I have a printer-scanner-fax machine Canon Pixma MX390 series (usb, not
 wifi). I have been able to install quite easily the printer but the scanner

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---



[sane-devel] use scanner canon pixma mx390 series

2014-04-21 Thread Dr. Ing. Dieter Jurzitza
Hi Marielle,
have you tried scanimage -L both as user and as root, or did you test as user 
only? Just guessing 
Take care




Dieter Jurzitza

On Freitag, 18. April 2014 01:20:06 marielle de Geradon wrote:
 Hello,
 
 I have a printer-scanner-fax machine Canon Pixma MX390 series (usb, not
 scanimage -L
 
 No scanners were identified. If you were expecting something different,
*

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---



[sane-devel] Hello - new scanner Canon canoscan n1240U doesn't work

2010-09-27 Thread Dr. Ing. Dieter Jurzitza
Hi David,
you have to make your user member of the group scanner. If you cannot figure 
out how to do this through the configuration tools of  archlinux (I am not 
famliar with archlinux, so I cannot help) please edit (as root) /etc/group:

There should be an entry looking like this:

scanner:x:66:

the 66 can be any number, however, given your regular user's name is david, 
please change this to

scanner:x:66:david

if you have other users working on this machine, please change into

scanner:x:66:david,wilma,fred,mary

and so on and so forth.

Hope this helps.
Take care




Dieter

Am Montag, 27. September 2010, 10:36:55 schrieb david.kremer.dk at gmail.com:
  Hi, that certainly is strange since I used the N1240U for several


-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---



[sane-devel] Hello - new scanner Canon canoscan n1240U doesn't work

2010-09-26 Thread Dr. Ing. Dieter Jurzitza
Hi David,
some questions:

1.) did you try sane-find-scanner as root or as normal user?
2.) did you try scanimage as root or as normal user?
3.) did you (as suggested) try scanimage -L?
4.) What is your operating system?

Take care




Dieter

Am Sonntag, 26. September 2010, 18:49:06 schrieb David Kremer:
 Hello everyone, (sorry I already posted on sane-standard but it was a wrong
 choice).
 
 I just bought this scanner : Canon CanoScane n1240u, which is supported as
 far I know by sane, with the plustek backend.
*

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---



[sane-devel] sane pdf error

2009-06-25 Thread Dr. Ing. Dieter Jurzitza
Hi little girl,
sorry, I have no clue about this. Maybe recreate the xsane package and 
reinstallation could be helpful?  I do not know whether sane relies on 
ghostscript to generate postscript / pdf or whether it has it's own pdf 
creator. Hopefully Julien has a clue what to do 

Take care



Dieter Jurzitza

Am Donnerstag 25 Juni 2009 16:01:34 schrieb Julien BLACHE:
 litlle girl little.linux.girl at gmail.com wrote:

 Hi,

  xpdf ./multipageproject.pdf
  Error (492): Unknown operator ',00'
  Error (502): Unknown operator ',00'
*

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---




[sane-devel] sane pdf error

2009-06-24 Thread Dr. Ing. Dieter Jurzitza
Hi little girl,
are you sure about having created a pdf by sane? How did you do that exactly, 
did you use xsane for scanning and said output pdf? Are you working with 
Windows or on linux?
Take care




Dieter Jurzitza

Am Mittwoch 24 Juni 2009 11:47:17 schrieb litlle girl:
 hi all,
 i have problem with pdf created by sane (both single and multipage)
*

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---




[sane-devel] Problem with HP ScanJet 4p and SCSI

2009-05-10 Thread Dr. Ing. Dieter Jurzitza
Hi David,
does this happen as root, too? If not, I bet the permissions are not set 
accordingly. Please test and report back. Even a ls -l /dev/sg2 could be of 
help.
Take care



Dieter Jurzitza

Am Sonntag 10 Mai 2009 17:16:50 schrieb David Brant:
 Hello

 I have a problem connecting a Hewlet Packard ScanJet 4p by scsi. Scanner
 is connected to the computer with the scsi cable and switched on. All i
*

-- 
---

   |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 ??__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---




[sane-devel] Feature request (saned)

2003-01-16 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers,
I have set up a scanner as a central device for the department I am working in.
Now I have to face the problem that the DHCP-server of our Department is either
poorly configured or behaving poorly. Anyway, the namelookup does not function
as it ought to.
Because I know that there is a restricted range of IP-adresses that would try
to access the scanner, it would be very helpful (and reduce the maintainance
effors significantly) to allow ranges of IP-addresses to access saned).
Please give me your opinions on that,
many thanks in advance,
take care




Dieter Jurzitza


-- 
---
E-Mail: Dr. Ing. Dieter Jurzitza dieter.jurzi...@t-online.de
Date: 16-Jan-2003
Time: 21:11:28 |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 °°__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---


[sane-devel] Problems on Ultra SPARC

2002-12-27 Thread Dr. Ing. Dieter Jurzitza
This message is in MIME format
--_=XFMail.1.5.1.Linux:20021227225115:9239=_
Content-Type: text/plain; charset=iso-8859-1

Dear listmembers,
following a discussion with Henning Meier Geinitz I point this question
directly to the list, maybe there is someone out there who can tell what is
going wrong.
I have a Scanner (Mustek Paragon 600 CD) connected to the scsi-bus of a Sun
Sparc. (Ultra 360 SMP). Alll SCSI devices work as they are expected to. The
termination is as required (tested). However, even though the scanner is found
during boot of the scsi-controller (I have tested two different controllers
with two different configurations), sane always reports that there is no
scanner.
According to the recommendations of Henning I used the highest possible
debug-level:
SANE_DEBUG_SANEI_SCSI=255 sane-find-scanner -v -v
the result of this command may be found within the attachement of this email.
The device is opened correctly, but then there is an error with the ongoing
commands.
It must be noted that the architecture is 64 bit; in contrast, the userland is
compiled 32 bit 
(using the command sparc32 rpm -ba /usr/src/packages/SPECS/sane.spec) to
generate a rpm for sane. I am using sane 1.0.8 as is from SuSE (what is the
distribution that I choosed). Anybody out there having any idea on how to
proceed? Maybe something related to big endian / little endian issues? Maybe
sane thinks that the system is 64 bit even though it is living in a 32 bit
environment? Any known issues with SMP?
Many many thanks for any suggestions,
take care  a happy new year



Dieter

(SuSE linux @ 2.4.20 SMP kernel (vanilla, tested different ones with the same
result), sane 1.08, Scanner MUSTEK Paragon 600 CD, Adaptec 29160 SCSI -
controller or the internal Symbios Logic xx875' controller, both giving the
same results. Yast finds the scanner and tells the right device /dev/sgX, sane
does not.




-- 
---
E-Mail: Dr. Ing. Dieter Jurzitza dieter.jurzi...@t-online.de
Date: 27-Dec-2002
Time: 22:34:30 |
\
 /\_/\   |
| ~x~ |/-\   /
 \   /-   \_/
  ^^__   _/  _     /
 °°__ \- \_/ |  |/|  |
  ||  || _| _|_| _|

if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
---

--_=XFMail.1.5.1.Linux:20021227225115:9239=_
Content-Disposition: attachment; filename=out-sane-find-scanner
Content-Transfer-Encoding: base64
Content-Description: out-sane-find-scanner
Content-Type: application/octet-stream;
 name=out-sane-find-scanner; SizeOnDisk=6117

IyBOb3RlIHRoYXQgc2FuZS1maW5kLXNjYW5uZXIgd2lsbCBmaW5kIGFueSBzY2FubmVyIHRoYXQg
aXMgY29ubmVjdGVkCiMgdG8gYSBTQ1NJIGJ1cyBhbmQgc29tZSBzY2FubmVycyB0aGF0IGFyZSBj
b25uZWN0ZWQgdG8gdGhlIFVuaXZlcnNhbAojIFNlcmlhbCBCdXMgKFVTQikgZGVwZW5kaW5nIG9u
IHlvdXIgT1MuIEl0IHdpbGwgZXZlbiBmaW5kIHNjYW5uZXJzCiMgdGhhdCBhcmUgbm90IHN1cHBv
cnRlZCBhdCBhbGwgYnkgU0FORS4gSXQgd29uJ3QgZmluZCBhIHNjYW5uZXIgdGhhdAojIGlzIGNv
bm5lY3RlZCB0byBhIHBhcmFsbGVsIG9yIHByb3ByaWV0YXJ5IHBvcnQuCgpzYW5lLWZpbmQtc2Nh
bm5lcjogc2VhcmNoaW5nIGZvciBTQ1NJIHNjYW5uZXJzOgpzYW5lLWZpbmQtc2Nhbm5lcjogY2hl
Y2tpbmcgL2Rldi9zY2FubmVyLi4uIG9wZW4gb2sKc2FuZS1maW5kLXNjYW5uZXI6IGlucXVpcnkg
Zm9yIGRldmljZSAvZGV2L3NjYW5uZXIgZmFpbGVkIChFcnJvciBkdXJpbmcgZGV2aWNlIEkvTykK
c2FuZS1maW5kLXNjYW5uZXI6IGNoZWNraW5nIC9kZXYvc2cwLi4uIGZhaWxlZCB0byBvcGVuIChJ
bnZhbGlkIGFyZ3VtZW50KQpzYW5lLWZpbmQtc2Nhbm5lcjogY2hlY2tpbmcgL2Rldi9zZzEuLi4g
ZmFpbGVkIHRvIG9wZW4gKEludmFsaWQgYXJndW1lbnQpCnNhbmUtZmluZC1zY2FubmVyOiBjaGVj
a2luZyAvZGV2L3NnMi4uLiBmYWlsZWQgdG8gb3BlbiAoSW52YWxpZCBhcmd1bWVudCkKc2FuZS1m
aW5kLXNjYW5uZXI6IGNoZWNraW5nIC9kZXYvc2czLi4uIG9wZW4gb2sKc2FuZS1maW5kLXNjYW5u
ZXI6IGlucXVpcnkgZm9yIGRldmljZSAvZGV2L3NnMyBmYWlsZWQgKEVycm9yIGR1cmluZyBkZXZp
Y2UgSS9PKQpzYW5lLWZpbmQtc2Nhbm5lcjogY2hlY2tpbmcgL2Rldi9zZzQuLi4gZmFpbGVkIHRv
IG9wZW4gKEludmFsaWQgYXJndW1lbnQpCnNhbmUtZmluZC1zY2FubmVyOiBjaGVja2luZyAvZGV2
L3NnNS4uLiBmYWlsZWQgdG8gb3BlbiAoSW52YWxpZCBhcmd1bWVudCkKc2FuZS1maW5kLXNjYW5u
ZXI6IGNoZWNraW5nIC9kZXYvc2c2Li4uIGZhaWxlZCB0byBvcGVuIChJbnZhbGlkIGFyZ3VtZW50
KQpzYW5lLWZpbmQtc2Nhbm5lcjogY2hlY2tpbmcgL2Rldi9zZzcuLi4gZmFpbGVkIHRvIG9wZW4g
KEludmFsaWQgYXJndW1lbnQpCnNhbmUtZmluZC1zY2FubmVyOiBjaGVja2luZyAvZGV2L3NnOC4u
LiBmYWlsZWQgdG8gb3BlbiAoSW52YWxpZCBhcmd1bWVudCkKc2FuZS1maW5kLXNjYW5uZXI6IGNo
ZWNraW5nIC9kZXYvc2c5Li4uIGZhaWxlZCB0byBvcGVuIChJbnZhbGlkIGFyZ3VtZW50KQpzYW5l
LWZpbmQtc2Nhbm5lcjogY2hlY2tpbmcgL2Rldi9zZ2EuLi4gZmFpbGVkIHRvIG9wZW4gKEludmFs
aWQgYXJndW1lbnQpCnNhbmUtZmluZC1zY2FubmVyOiBjaGVja2luZyAvZGV2L3NnYi4uLiBmYWls
ZWQgdG8gb3BlbiAoSW52YWxpZCBhcmd1bWVudCkKc2FuZS1maW5kLXNjYW5uZXI6IGNoZWNraW5n
IC9kZXYvc2djLi4uIGZhaWxlZCB0byBvcGVuIChJbnZhbGlkIGFyZ3VtZW50KQpzYW5lLWZpbmQt
c2Nhbm5lcjogY2hlY2tpbmcgL2Rldi9zZ2QuLi4gZmFpbGVkIHRvIG9wZW4gKEludmFsaWQgYXJn
dW1lbnQpCnNhbmUtZmluZC1zY2FubmVyOiBjaGVja2luZyAvZGV2L3NnZS4uLiBmYWlsZWQgdG8g