Re: [DNG] Scanner and sane-utils

2017-08-07 Thread Olaf Meeuwissen
Hi,

viverna writes:

> il devuanizzato Olaf Meeuwissen  il 06/08/17 alle 
> ore 03:06 ha scritto:
>> Hi,
>>
>> viverna writes:
>>
>> > Hello folks,
>> > I'm a new Devuan user (from Debian) from few week.
>> > In Debian world I had a problem with my scanner, the script (run by
>> > user root) in /usr/local/bin/sanato solves the problem assigning group
>> > 'scanner' to device:
>>
>> Your scanner should be assigned an appropriate group by the rules in
>> /lib/udev/rules.d/60-libsane.rules which run
>>
>>   /bin/setfacl -m g:scanner:rw $env{DEVNAME}
>>
>> You can check whether this happened with the getfacl command.
>>
>> What scanner are you using?
>>
> Thanks,
> more correctly the scanner (Epson Stylus Office BX305F model 04b8 product
> 0863) is a multifunction printer (printer, scanner, fax) but i don't use
> the "printer" and "fax" part. Assigned group is "lp" and i want force in
> my system group "scanner" because xsane don't work if group is not
> "scanner".
>
> I solved with udev's rules:
> ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0863", GROUP="scanner"

This scanner was added in sane-backends-1.0.25.  Devuan's jessie has
1.0.24.

Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Softwarehttps://my.fsf.org/donate
 Join the Free Software Foundation  https://my.fsf.org/join
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Scanner and sane-utils

2017-08-07 Thread viverna
il devuanizzato Olaf Meeuwissen  il 07/08/17 alle 
ore 12:22 ha scritto:
> Hi,
> 
> This scanner was added in sane-backends-1.0.25.  Devuan's jessie has
> 1.0.24.
> 
> Hope this helps,
> --
> Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
>  GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
>  Support Free Softwarehttps://my.fsf.org/donate
>  Join the Free Software Foundation  https://my.fsf.org/join
> 
Thank you very much.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Technical overview of init systems

2017-08-07 Thread Joel Roth
Hi,

I just came across this seven-part series of articles on
supervisors and init systems:

https://blog.afoolishmanifesto.com/tags/supervisors/

I only had time for a brief look, but it seems well written
by someone who actually uses most of the software he's
reviewing.

As an aside, for those who dislike the color scheme, I can
recommend putting this javascript snippet into a browser
toolbar bookmark called "zap colors" or something similar:

javascript:styles='*%20{%20background:%20white%20!important;%20color:%20black%20!important;%20}%20:link,%20:link%20*%20{%20color:%20#EE%20!important;%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important;%20}';%20newSS%20=%20document.createElement('link');%20newSS.rel%20=%20'stylesheet';%20newSS.href%20=%20'data:text/css,'%20+%20escape(styles);%20document.documentElement.childNodes[0].appendChild(newSS);%20void%200

I use it all the time.

Firefox has a readability plugin available via the open book
icon at the right of the URL text field, however, I've
noticed it's more invasive, and the result is not always
readable.

Cheers,

Joel


-- 
Joel Roth
  

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Technical overview of init systems

2017-08-07 Thread golinux

On 2017-08-07 16:41, Joel Roth wrote:

Hi,

I just came across this seven-part series of articles on
supervisors and init systems:

https://blog.afoolishmanifesto.com/tags/supervisors/


[snip]



Cheers,

Joel




Will be interested to see what Steve Litt has to say about this.

golinux
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Technical overview of init systems

2017-08-07 Thread Ralph Ronnquist
Good script. Nowadays you might need to do something to the font-weight 
property as well.


Ralph.

Joel Roth wrote on 08/08/17 07:41:

Hi,

I just came across this seven-part series of articles on
supervisors and init systems:

https://blog.afoolishmanifesto.com/tags/supervisors/

I only had time for a brief look, but it seems well written
by someone who actually uses most of the software he's
reviewing.

As an aside, for those who dislike the color scheme, I can
recommend putting this javascript snippet into a browser
toolbar bookmark called "zap colors" or something similar:

javascript:styles='*%20{%20background:%20white%20!important;%20color:%20black%20!important;%20}%20:link,%20:link%20*%20{%20color:%20#EE%20!important;%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important;%20}';%20newSS%20=%20document.createElement('link');%20newSS.rel%20=%20'stylesheet';%20newSS.href%20=%20'data:text/css,'%20+%20escape(styles);%20document.documentElement.childNodes[0].appendChild(newSS);%20void%200

I use it all the time.

Firefox has a readability plugin available via the open book
icon at the right of the URL text field, however, I've
noticed it's more invasive, and the result is not always
readable.

Cheers,

Joel



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] zap colors script for readability (was: Re: Technical overview of init systems)

2017-08-07 Thread Joel Roth
Ralph Ronnquist wrote:
> Good script. Nowadays you might need to do something to the font-weight
> property as well.

I found it somewheres on the web. If you come up with any improvements, let me 
know!

Lookin around just now, I didn't locate the source, but found a site with a 
bunch of
similarly useful bookmarklets:

https://www.squarefree.com/bookmarklets/zap.html


> Ralph.
> 
> Joel Roth wrote on 08/08/17 07:41:
> >As an aside, for those who dislike the color scheme, I can
> >recommend putting this javascript snippet into a browser
> >toolbar bookmark called "zap colors" or something similar:
> >
> >javascript:styles='*%20{%20background:%20white%20!important;%20color:%20black%20!important;%20}%20:link,%20:link%20*%20{%20color:%20#EE%20!important;%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important;%20}';%20newSS%20=%20document.createElement('link');%20newSS.rel%20=%20'stylesheet';%20newSS.href%20=%20'data:text/css,'%20+%20escape(styles);%20document.documentElement.childNodes[0].appendChild(newSS);%20void%200
> >
> >I use it all the time.
> >
> >Firefox has a readability plugin available via the open book
> >icon at the right of the URL text field, however, I've
> >noticed it's more invasive, and the result is not always
> >readable.
> >
> >Cheers,
> >
> >Joel
> >
> >
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

-- 
Joel Roth
  

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Technical overview of init systems

2017-08-07 Thread Narcis Garcia
Very good comments to be ported to Devuan's documentation.

El 07/08/17 a les 23:41, Joel Roth ha escrit:
> Hi,
> 
> I just came across this seven-part series of articles on
> supervisors and init systems:
> 
> https://blog.afoolishmanifesto.com/tags/supervisors/
> 
> (...)
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng