Re: fingerprint

2017-03-05 Thread Davor Balder
I think you answered your question. On 06/03/17 16:11, Shahryar Afifi wrote: > my Thinkpad x200 fingerprint reader 08ff:2810 AuthenTec AES2810 does not work > under wheezy 7.11 . however under jessie it works because the libpam-fprintd > from jessie is 0.5 > even when i install the libpam-fpri

Re: Failing disk advice

2017-03-05 Thread David Christensen
On 03/05/2017 01:02 PM, Gregory Seidman wrote: I have a disk that is reporting SMART errors. It is an active disk in a (kernel, not hardware) RAID1 configuration. I also have a hot spare in the RAID1, and md hasn't decided it should fail the disk and switch to the hot spare. Should I proactively

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread David Christensen
On 03/05/2017 12:41 PM, Richard Owlett wrote: On 03/05/2017 01:48 PM, David Christensen wrote: On 03/05/2017 07:42 AM, Richard Owlett wrote: I'm interested in "expr" and "bc". The man pages lack reasonable examples. The tutorial/HOWTO pages confuse the issue with fancy page layouts and/or code

Last Call: VIETNAM - DOING BUSINESS AND TAX BRIEFING (Kuala Lumpur 27 March 2017)

2017-03-05 Thread Vietnam Investment
VIETNAM DOING BUSINESS AND TAX BRIEFING Empire Hotel, Subang Jaya Monday 27th March 2017 (0900 - 1300) This half-day workshop is delivered by the Executive Director / Practice Leader of Tricor Vietnam. Program Outline Executive Briefing - Hot Topics! * An update on the economic and busin

Re: Issues with KDE from Debian Stretch [was: Upgrading Jessie to Stretch]

2017-03-05 Thread Daniel Bareiro
Hi, On 05/03/17 00:21, Daniel Bareiro wrote: > Now I have some issues with KDE. I'm not sure if it have to do with the > video driver, but when I open an application or interact with KDE, the > image starts shaking and some areas turn black. Below a screenshot. > > https://ibin.co/3ETGMDNvhA2G.p

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread John Hasler
I wrote: > Induction motors can function as generators. You just need to connect > them to an appropriate AC source and drive them above synchronous > speed. Gene writes: > Yes, there is that exception, they need an excitation current, true, > but in that case they make excellent brakes as they d

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread Gene Heskett
On Sunday 05 March 2017 17:16:36 John Hasler wrote: > Gene Heskett writes: > > Very simple. With the glaring exception of the modern AC induction > > motor that in 99% of the stuff we buy, ANY other generator can also > > be used as a motor... > > Induction motors can function as generators. You

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread Gene Heskett
On Sunday 05 March 2017 17:04:00 GiaThnYgeia wrote: > ΟΚ! > > Gene Heskett: > > On Sunday 05 March 2017 15:18:00 GiaThnYgeia wrote: > >> Back to shanity, how does a microphone produce an electrical wave > >> that can be translated into sound and how a wave may take the form > >> of electrical curr

Re: Missing ifuse package in Jessie

2017-03-05 Thread Sven Hartge
Mario Frasca wrote: > according to the package tracker (https://tracker.debian.org/pkg/ifuse): > O: This package has been orphaned and needs a maintainer. ifuse was in Wheezy, but was removed for the release of Jessie. It may be included in Stretch. Grüße, Sven. -- Sigmentation fault. Core du

alexa-app-server problem

2017-03-05 Thread Thomas H. George
Has anyone had success using alexa-app-server? I got a clone from https://github.com/matt-kruse/alexa-app-server.git, used apt-get install npm nodejs and ran npm install. There were a bunch of warnings of programs wanting node 0.10.32 and getting node 0.10.29 but nothing was marked as a fatal

Re: Missing ifuse package in Jessie

2017-03-05 Thread Mario Frasca
if you download http://http.us.debian.org/debian/pool/main/i/ifuse/ifuse_1.1.2-0.1+b4_amd64.deb and try to install it with dpkg -i, the package manager will list you the missing dependencies: Preparing to unpack .../ifuse_1.1.2-0.1+b4_amd64.deb ... Unpacking ifuse (1.1.2-0.1+b4) ... dpkg: dependen

Re: Failing disk advice

2017-03-05 Thread The Wanderer
On 2017-03-05 at 16:02, Gregory Seidman wrote: > I have a disk that is reporting SMART errors. It is an active disk in > a (kernel, not hardware) RAID1 configuration. I also have a hot spare > in the RAID1, and md hasn't decided it should fail the disk and > switch to the hot spare. Should I proac

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread John Hasler
Gene Heskett writes: > Very simple. With the glaring exception of the modern AC induction motor > that in 99% of the stuff we buy, ANY other generator can also be used as > a motor... Induction motors can function as generators. You just need to connect them to an appropriate AC source and driv

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Jude DaShiell
Another external tool at least as good as bc is wcalc and once that package gets installed just run wcalc at the command prompt and you'll have quite a load of examples show up. On Sun, 5 Mar 2017, to...@tuxteam.de wrote: Date: Sun, 5 Mar 2017 11:25:49 From: to...@tuxteam.de To: debian-user@l

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Jude DaShiell
No impressive here and no stinkin' page layouts either. However one thing I do use is: let "a=4+3+5+2017" let "b=a%156" let c=a%44" There's an addition example for variable a, a modulus and use of already defined variable for b variable and c variable. Hope this helps. On Sun, 5 Mar 2017, Ric

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread GiaThnYgeia
ΟΚ! Gene Heskett: > On Sunday 05 March 2017 15:18:00 GiaThnYgeia wrote: > >> Back to shanity, how does a microphone produce an electrical wave that >> can be translated into sound and how a wave may take the form of >> electrical current that produces sound through a speaker? > > Very simple. W

Re: upgraded config files in /lib/systemd/system

2017-03-05 Thread Sven Hartge
Michael Biebl wrote: > Useful in that regard is also systemd-delta, which will show you local > overrides or extensions. Which still does not work for instanced units. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797839 and https://github.com/systemd/systemd/issues/45 Grüße, S° -- Sigme

Re: upgraded config files in /lib/systemd/system

2017-03-05 Thread Michael Biebl
Am 05.03.2017 um 21:29 schrieb Michael Biebl: > Fwiw, systemctl edit (--full) foo.service can help you with that > > https://www.freedesktop.org/software/systemd/man/systemctl.html#edit%20NAME%E2%80%A6 > > This is new in stretch, jessie's systemctl doesn't have that yet. Just to clarify here: Th

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 11:48:47AM -0800, David Christensen wrote: > On 03/05/2017 07:42 AM, Richard Owlett wrote: > >I'm interested in "expr" and "bc". > >The man pages lack reasonable examples. > >The tutorial/HOWTO pages confuse the issue with fancy

Failing disk advice

2017-03-05 Thread Gregory Seidman
I have a disk that is reporting SMART errors. It is an active disk in a (kernel, not hardware) RAID1 configuration. I also have a hot spare in the RAID1, and md hasn't decided it should fail the disk and switch to the hot spare. Should I proactively tell md to fail the disk (and let the hot spare t

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Richard Owlett
On 03/05/2017 02:23 PM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 12:10:43PM -0600, Richard Owlett wrote: [...] How about the whole app You solved my problem with one line. Glad it helped :) [...] I needed to report the number of bytes

Re: Printing packages

2017-03-05 Thread Brian
On Sun 05 Mar 2017 at 20:07:22 +, Rodolfo Medina wrote: > Rodolfo Medina writes: > > > In order to print, I used to do: > > > > # aptitude install cupsys cupsys-bsd cupsys-client libcupsimage2 > > cups-driver-gutenprint cupsys-driver-gutenprint gs-esp > > > > , but now cupsys seems not to e

Re: Printing packages

2017-03-05 Thread Rodolfo Medina
Rodolfo Medina writes: > Rodolfo Medina writes: > >> In order to print, I used to do: >> >> # aptitude install cupsys cupsys-bsd cupsys-client libcupsimage2 >> cups-driver-gutenprint cupsys-driver-gutenprint gs-esp >> >> , but now cupsys seems not to exist any more. Please, what packages now >

Re: upgraded config files in /lib/systemd/system

2017-03-05 Thread Michael Biebl
Am 05.03.2017 um 20:47 schrieb Harald Dunkel: > On 02/28/17 15:23, Dominique Dumont wrote: > >> I don't understand why a change in /lib/systemd/system should trigger a >> conflict warning. > > > A unit file provided by the package maintainer might introduce new > dependencies, for example. Mayb

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Richard Owlett
On 03/05/2017 01:48 PM, David Christensen wrote: On 03/05/2017 07:42 AM, Richard Owlett wrote: I'm interested in "expr" and "bc". The man pages lack reasonable examples. The tutorial/HOWTO pages confuse the issue with fancy page layouts and/or code samples showing how impressive the author can m

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 06:14:00PM +, GiaThnYgeia wrote: > It is Sunday and I don't like Mondays > tell me why > > to...@tuxteam.de: > > Hm. Neither expr nor bc are bash, they are "external" binaries. If you > > want to do arithmetic in bash, ther

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread Gene Heskett
On Sunday 05 March 2017 15:18:00 GiaThnYgeia wrote: > Curt: > > In case this wasn't clear: we're imagining clay being fashioned upon > > a potter's wheel, and the striations that occur in the clay as it is > > molded (which might possibly produce, according to Charpak's > > conjecture, a sort of a

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 12:10:43PM -0600, Richard Owlett wrote: [...] > How about the whole app > You solved my problem with one line. Glad it helped :) [...] > I needed to report the number of bytes downloaded for each portion > of a project [..

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread GiaThnYgeia
Curt: > > In case this wasn't clear: we're imagining clay being fashioned upon a > potter's wheel, and the striations that occur in the clay as it is > molded (which might possibly produce, according to Charpak's conjecture, > a sort of analog audio recording of ambient sounds in the finished > pr

Re: upgraded config files in /lib/systemd/system

2017-03-05 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/28/17 15:23, Dominique Dumont wrote: > > I don't understand why a change in /lib/systemd/system should trigger a > conflict warning. > A unit file provided by the package maintainer might introduce new dependencies, for example. Maybe an Ex

Re: Printing packages

2017-03-05 Thread Rodolfo Medina
Rodolfo Medina writes: > In order to print, I used to do: > > # aptitude install cupsys cupsys-bsd cupsys-client libcupsimage2 > cups-driver-gutenprint cupsys-driver-gutenprint gs-esp > > , but now cupsys seems not to exist any more. Please, what packages now > should I install in place of thos

Re: Correction: Re: Printing packages

2017-03-05 Thread Rodolfo Medina
Liam O'Toole writes: > On 2017-03-05, Rodolfo Medina wrote: >> Lisi Reisz writes: >> >>> On Sunday 05 March 2017 02:52:25 Doug wrote: On 03/04/2017 03:29 PM, Lisi Reisz wrote: > On Saturday 04 March 2017 20:12:49 Lisi Reisz wrote: >> <$aptitude search >> cups | less.>,

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread David Christensen
On 03/05/2017 07:42 AM, Richard Owlett wrote: I'm interested in "expr" and "bc". The man pages lack reasonable examples. The tutorial/HOWTO pages confuse the issue with fancy page layouts and/or code samples showing how impressive the author can make the script's output. Suggestions please. ht

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Richard Owlett
On 03/05/2017 12:10 PM, Richard Owlett wrote: On 03/05/2017 10:25 AM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 09:42:16AM -0600, Richard Owlett wrote: I'm interested in "expr" and "bc". The man pages lack reasonable examples. The tutorial/HO

Re: Correction: Re: Printing packages

2017-03-05 Thread Liam O'Toole
On 2017-03-05, Rodolfo Medina wrote: > Lisi Reisz writes: > >> On Sunday 05 March 2017 02:52:25 Doug wrote: >>> On 03/04/2017 03:29 PM, Lisi Reisz wrote: >>> > On Saturday 04 March 2017 20:12:49 Lisi Reisz wrote: >>> >> <$aptitude search >>> >> cups | less.>, >>> > >>> > <$aptitude search cups |

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread GiaThnYgeia
It is Sunday and I don't like Mondays tell me why to...@tuxteam.de: > Hm. Neither expr nor bc are bash, they are "external" binaries. If you > want to do arithmetic in bash, there's $((...)): > > tomas@rasputin:~$ echo $(( (3+4)/3 )) > 2 I see your 2 and raise you nosuchagency@bottomofthesea

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Richard Owlett
On 03/05/2017 10:25 AM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 09:42:16AM -0600, Richard Owlett wrote: I'm interested in "expr" and "bc". The man pages lack reasonable examples. The tutorial/HOWTO pages confuse the issue with fancy page lay

Re: [SOLVED = YES thnx2Frank] www.deb-multimedia.org testing or stretch Release' does not have a Release file

2017-03-05 Thread GiaThnYgeia
Luckily I have not used any package from them, no wonder it was so hard for me to include their rep. I guess I fell for it being included in the debian main mirrors before and thought it was an internal project that became autonomous. There is also an AV-linux distro for AV people, I don't know i

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 05, 2017 at 09:42:16AM -0600, Richard Owlett wrote: > I'm interested in "expr" and "bc". > The man pages lack reasonable examples. > The tutorial/HOWTO pages confuse the issue with fancy page layouts > and/or code samples showing how impres

Re: Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Reco
Hi. On Sun, 5 Mar 2017 09:42:16 -0600 Richard Owlett wrote: > I'm interested in "expr" and "bc". > The man pages lack reasonable examples. > The tutorial/HOWTO pages confuse the issue with fancy page layouts > and/or code samples showing how impressive the author can make the > script'

Recomended tutoial(s) on doing arithmetic in Bash scripts

2017-03-05 Thread Richard Owlett
I'm interested in "expr" and "bc". The man pages lack reasonable examples. The tutorial/HOWTO pages confuse the issue with fancy page layouts and/or code samples showing how impressive the author can make the script's output. Suggestions please. TIA

Re: Upgrading Jessie to Stretch

2017-03-05 Thread songbird
Lisi Reisz wrote: > On Saturday 04 March 2017 22:16:49 Sven Joachim wrote: >> Your best bet is probably to just try "apt-get dist-upgrade" and if that >> does not work, file a bug against the upgrade-reports pseudopackage. > > As general advice to the nervous among us, does one 1) wait a bit; or 2)

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread Curt
On 2017-03-05, Curt wrote: > On 2017-03-04, deloptes wrote: >> GiaThnYgeia wrote: >> >>> PS  Suddenly, the noises in one's head that nobody else hears are >>> recorded by one's only true friend, the PC   :)) :))) >> >> Paranormal activities :D >> >> I think it could be some voltage induced by phy

[Jessie] Keyboard layouts fall back to default after standby

2017-03-05 Thread Leonid Korostyshevski
Hello, Debian Community! Background Running Debian 64-bit Jessie on Acer Aspire One 522 (lspci -k *.txt att.) with XFCE desktop. It is a netbook based on AMD Brazos platform with C60 processor and 4 Gb RAM. System is works fine and up to date. Unskilled user. Problem After standby/wake up cycle k

Re: No sound-inputs but sound recording FMIT

2017-03-05 Thread Curt
On 2017-03-04, deloptes wrote: > GiaThnYgeia wrote: > >> PS  Suddenly, the noises in one's head that nobody else hears are >> recorded by one's only true friend, the PC   :)) :))) > > Paranormal activities :D > > I think it could be some voltage induced by physical contact. > > Think logically - i

bad console-setup results in Stretch

2017-03-05 Thread Felix Miata
[en_US locale] Can someone explain how to get the framebuffer vttys to use the same font rpm distro kernels use by default for framebuffer bootup messages? All rpm distros AFAIK use the same one. AFAICT, no rpm distros use anything directly corresponding to Debian's console-setup, and their vt