Re: [gentoo-user] Network scanner

2017-02-24 Thread Neil Bothwick
On Fri, 24 Feb 2017 16:19:58 -0600, Dale wrote: > > I think I'm missing entry in make.conf: > > I have > > SANE_BACKENDS="epson2" > > > > but I'm not sure what to enter for brother scanner. > Unless you are using portage to install the Brother drivers, I don't > think that setting will matter.

Re: [gentoo-user] create network by hand with devices are not present

2017-02-24 Thread Mick
On Friday 24 Feb 2017 12:04:52 Harry Putnam wrote: > Setup: VBox vm running gentoo(amd64) guest on a win-10 (64bit) host > Hardware: HP xw8600 - 2x Xeon CPU X5450 @ 3.00GHz - 32 GB ram > > Having a problem getting a network up... I know the rudimentaries of > ifconfig and route enough to use

Re: [gentoo-user] Network scanner

2017-02-24 Thread Dale
the...@sys-concept.com wrote: > On 02/24/2017 02:28 PM, Alan McKinnon wrote: >> On 24/02/2017 23:25, the...@sys-concept.com wrote: >>> I've a Brother scanner ADS-2400N connected via network port. >>> >>> - I edit: /etc/sane.d/saned.conf (entered my network address: 10.0.0.1) >>> - started:

Re: [gentoo-user] Network scanner

2017-02-24 Thread thelma
On 02/24/2017 02:28 PM, Alan McKinnon wrote: > On 24/02/2017 23:25, the...@sys-concept.com wrote: >> I've a Brother scanner ADS-2400N connected via network port. >> >> - I edit: /etc/sane.d/saned.conf (entered my network address: 10.0.0.1) >> - started: /etc/init.d/saned >> - installed brother

Re: [gentoo-user] Network scanner

2017-02-24 Thread Alan McKinnon
On 24/02/2017 23:46, the...@sys-concept.com wrote: > On 02/24/2017 02:28 PM, Alan McKinnon wrote: >> On 24/02/2017 23:25, the...@sys-concept.com wrote: >>> I've a Brother scanner ADS-2400N connected via network port. >>> >>> - I edit: /etc/sane.d/saned.conf (entered my network address: 10.0.0.1)

Re: [gentoo-user] Network scanner

2017-02-24 Thread thelma
On 02/24/2017 02:28 PM, Alan McKinnon wrote: > On 24/02/2017 23:25, the...@sys-concept.com wrote: >> I've a Brother scanner ADS-2400N connected via network port. >> >> - I edit: /etc/sane.d/saned.conf (entered my network address: 10.0.0.1) >> - started: /etc/init.d/saned >> - installed brother

Re: [gentoo-user] Network scanner

2017-02-24 Thread Alan McKinnon
On 24/02/2017 23:25, the...@sys-concept.com wrote: > I've a Brother scanner ADS-2400N connected via network port. > > - I edit: /etc/sane.d/saned.conf (entered my network address: 10.0.0.1) > - started: /etc/init.d/saned > - installed brother printer drivers: > rpm -ihv --nodeps

[gentoo-user] Network scanner

2017-02-24 Thread thelma
I've a Brother scanner ADS-2400N connected via network port. - I edit: /etc/sane.d/saned.conf (entered my network address: 10.0.0.1) - started: /etc/init.d/saned - installed brother printer drivers: rpm -ihv --nodeps brscan4-0.4.4-1.x86_64.rpm # brsaneconfig4 -q |grep 2400 65 "ADS-2400N"

Re: [gentoo-user] rsync -av --delete

2017-02-24 Thread thelma
On 02/24/2017 11:35 AM, the...@sys-concept.com wrote: > rsync -av --delete fd@10.0.0.8:/home/fd/keys/* keys/ > [snip] It should be: rsync -av --delete fd@10.0.0.8:/home/fd/keys/ keys/ -- Thelma

[gentoo-user] rsync -av --delete

2017-02-24 Thread thelma
rsync -av --delete fd@10.0.0.8:/home/fd/keys/* keys/ --delete does not remove files from target (keys/) folder that are no longer in source dir. Why "--delete" will not remove from target file? sys4.crt sys4.key sys7.crt sys7.key source dir: ll /home/fd/keys/ total 20 -rw--- 1 fd fd 1749

[gentoo-user] create network by hand with devices are not present

2017-02-24 Thread Harry Putnam
Setup: VBox vm running gentoo(amd64) guest on a win-10 (64bit) host Hardware: HP xw8600 - 2x Xeon CPU X5450 @ 3.00GHz - 32 GB ram Having a problem getting a network up... I know the rudimentaries of ifconfig and route enough to use them to create one. However the error I get with trying that