Re: [gentoo-user] NVMe drive and grub

2016-04-08 Thread peter
Neil Bothwick wrote : > On Fri, 8 Apr 2016 13:26:31 -0400, Poison BL. wrote: > > > --> /boot/efi/boot/bootx64.efi > > This one is what your UEFI's loading at boot. The lack of any other > > files in /boot/efi/boot/ makes me suspect Grub's not actually > > installed in

Re: [gentoo-user] extracting text, numbers from screencasts

2016-04-08 Thread R0b0t1
Reading GUIs is a lot easier than most things tesseract was designed for. You may still need a little preprocessing; I suggest OpenCV. Basically enlarge it, filter to remove noise (sharpening and blob detection and perhaps another), threshold to get BW image. Most unneeded for GUI. OpenCV helps

Re: [gentoo-user] extracting text, numbers from screencasts

2016-04-08 Thread Urs Schütz
On 04/08/16 11:30, Helmut Jarausch wrote: On 04/08/2016 03:26:53 PM, hw wrote: Hi, what would be the best approach to extract data from a screencast? The task is to acquire some data from the display of a GUI program used interactively by a user. There are a couple 'fields' (as in

Re: [gentoo-user] NVMe drive and grub

2016-04-08 Thread Neil Bothwick
On Fri, 8 Apr 2016 13:26:31 -0400, Poison BL. wrote: > --> /boot/efi/boot/bootx64.efi <-- > > This one is what your UEFI's loading at boot. The lack of any other > files in /boot/efi/boot/ makes me suspect Grub's not actually > installed in quite the right spot for the UEFI layer to load it.

Re: [gentoo-user] lftp -u user,pass(word

2016-04-08 Thread Mick
On Friday 08 Apr 2016 14:17:21 Neil Bothwick wrote: > On Fri, 8 Apr 2016 15:05:45 +0200, hw wrote: > > > However, the man page also advises against giving the password on the > > > command line (because it is then available to anyone with normal user > > > shell access while the command is

[gentoo-user] Re: NVMe drive and grub

2016-04-08 Thread Remy Blank
pe...@prh.myzen.co.uk wrote on 2016-04-08 11:01: > Remy Blank wrote : > >> pe...@prh.myzen.co.uk >> wrote on 2016-04-07 17:24: >>> I have a new box with an NVMe SSD drive attached to the PCI bus via an M.2 >> interface. The drive shows up as /dev/nvme0n1, with partitions

Re: [gentoo-user] Re: Digest verification failed:

2016-04-08 Thread Valmor de Almeida
On Fri, Apr 8, 2016 at 4:14 AM, Neil Bothwick wrote: > On Thu, 7 Apr 2016 19:56:34 -0500, »Q« wrote: > > > > >Hello, > > > >I have done several > > > >emerge --sync > > > >today but the digest verification problem below does not go away. > > > >Any

Re: [gentoo-user] Fwd: Unexpected behaviour

2016-04-08 Thread Konstantin
I'm using the same configs in /etc for all running applications. Clamav signature databases are the same. I recompiled all its dependencies but it did not help yet. 05.04.2016 2:26 пользователь "R0b0t1" написал: > I would like to know what you mean by identical. Unfortunately

Re: [gentoo-user] NVMe drive and grub

2016-04-08 Thread Poison BL.
On Fri, Apr 8, 2016 at 11:32 AM, wrote: > Poison BL. wrote : > >> On Fri, Apr 8, 2016 at 8:21 AM, Peter Humphrey pe...@prh.myzen.co.uk> >> wrote: >> > On Thursday 07 April 2016 17:56:55 Jeremi Piotrowski wrote: >> >> What is in your grub.conf? Have

Re: [gentoo-user] Gentoo boot confusion

2016-04-08 Thread Teng Zhang
thank you, i see that. I will play with it. 2016年4月8日 下午10:48,"Neil Bothwick" 写道: > On 8 April 2016 15:07:17 BST, Teng Zhang wrote: >> >> hello, if all Gentoo partitions lie in the extend partition(MBR), it will >> boot successfully ? >> > > Yes, or at

Re: [gentoo-user] NVMe drive and grub

2016-04-08 Thread peter
Poison BL. wrote : > On Fri, Apr 8, 2016 at 8:21 AM, Peter Humphrey pe...@prh.myzen.co.uk> > wrote: > > On Thursday 07 April 2016 17:56:55 Jeremi Piotrowski wrote: > >> What is in your grub.conf? Have you thought about adding an > >> initramfs and letting it drop you to its

[gentoo-user] Re: Digest verification failed:

2016-04-08 Thread »Q«
On Fri, 8 Apr 2016 09:14:30 +0100 Neil Bothwick wrote: > On Thu, 7 Apr 2016 19:56:34 -0500, »Q« wrote: > > > 0: https://bugs.gentoo.org/579204 > > > > If anyone knows of a good rsync mirror, please post. (This has hit > > me in the middle of migration to plasma 5,

Re: [gentoo-user] Gentoo boot confusion

2016-04-08 Thread Neil Bothwick
On 8 April 2016 15:07:17 BST, Teng Zhang wrote: > hello, if all Gentoo partitions lie in the extend partition(MBR), it > will > boot successfully ? Yes, or at least it used to in the Grub 1 days. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. --

Re: [gentoo-user] Gentoo boot confusion

2016-04-08 Thread Neil Bothwick
On 8 April 2016 15:07:17 BST, Teng Zhang wrote: > hello, if all Gentoo partitions lie in the extend partition(MBR), it > will > boot successfully ? Yes, or at least it used to in the Grub 1 days. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Re: [gentoo-user] extracting text, numbers from screencasts

2016-04-08 Thread Helmut Jarausch
On 04/08/2016 03:26:53 PM, hw wrote: Hi, what would be the best approach to extract data from a screencast? The task is to acquire some data from the display of a GUI program used interactively by a user. There are a couple 'fields' (as in "designated areas of the display") in which the

[gentoo-user] Gentoo boot confusion

2016-04-08 Thread Teng Zhang
hello, if all Gentoo partitions lie in the extend partition(MBR), it will boot successfully ?

[gentoo-user] extracting text, numbers from screencasts

2016-04-08 Thread hw
Hi, what would be the best approach to extract data from a screencast? The task is to acquire some data from the display of a GUI program used interactively by a user. There are a couple 'fields' (as in "designated areas of the display") in which the relevant data is being displayed while the

Re: [gentoo-user] NVMe drive and grub

2016-04-08 Thread Poison BL.
On Fri, Apr 8, 2016 at 8:21 AM, Peter Humphrey wrote: > On Thursday 07 April 2016 17:56:55 Jeremi Piotrowski wrote: >> What is in your grub.conf? Have you thought about adding an >> initramfs and letting it drop you to its rescue shell so that you can >> investigate? > >

Re: [gentoo-user] lftp -u user,pass(word

2016-04-08 Thread Neil Bothwick
On Fri, 8 Apr 2016 15:05:45 +0200, hw wrote: > > However, the man page also advises against giving the password on the > > command line (because it is then available to anyone with normal user > > shell access while the command is running) and suggests using either > > I need to use it with a

Re: [gentoo-user] lftp -u user,pass(word

2016-04-08 Thread hw
Neil Bothwick schrieb: On Wed, 6 Apr 2016 10:14:40 +0200, hw wrote: Mick schrieb: On Tuesday 05 Apr 2016 20:06:08 hw wrote: Neil Bothwick schrieb: On Tue, 5 Apr 2016 14:43:25 +0200, hw wrote: how do you use lftp (to mirror a remote site) when the password you have contains a bracket? I'm

Re: [gentoo-user] NVMe drive and grub

2016-04-08 Thread Peter Humphrey
On Thursday 07 April 2016 17:56:55 Jeremi Piotrowski wrote: > On Thu, Apr 7, 2016 at 5:24 PM, wrote: > > Hello list, > > > > I have a new box with an NVMe SSD drive attached to the PCI bus via an > > M.2 interface. The drive shows up as /dev/nvme0n1, with partitions > >

Re: [gentoo-user] Re: NVMe drive and grub

2016-04-08 Thread peter
Remy Blank wrote : > pe...@prh.myzen.co.uk > wrote on 2016-04-07 17:24: > > I have a new box with an NVMe SSD drive attached to the PCI bus via an M.2 > interface. The drive shows up as /dev/nvme0n1, with partitions /dev/nvme0n1p1, > /dev/nvme0n1p2, ... > > > > After

Re: [gentoo-user] Re: Digest verification failed:

2016-04-08 Thread Neil Bothwick
On Thu, 7 Apr 2016 19:56:34 -0500, »Q« wrote: > > >Hello, > > >I have done several > > >emerge --sync > > >today but the digest verification problem below does not go away. > > >Any thoughts? > > >Thank you. > > > > This has been reported in Bug 579204 [0] and, as far