Re: [gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Alexander Kapshuk
On Tue, Feb 7, 2017 at 12:47 AM, Mick  wrote:
> Hi All,
>
> Just as I thought I was getting on top of my Gentoo installation on a MacBook,
> a new kernel oops unpleasantly, although it manages to boot into a Gnome
> desktop eventually.  No wireless is available (broadcom-sta proprietary drive
> is used).  Shutting down/rebooting is a hit and miss operation.  Invariably I
> have to hold the power button to force it to shut down.  Shutting the lid does
> not put it to sleep but goes into some race condition with the fans spinning
> like mad.  The screen is black thereafter until I force it to shutdown.
>
> Previous kernel 4.4.9 had no such problems.
>
> I attach the log output.  Please let me know if you want to see the kernel
> .config too.
>
> --
> Regards,
> Mick

You could either try a more recent kernel, the current stable kernel
upstream being 4.9.8. Chances are this oops may have been fixed there.

Otherwise, you could report this oops to the Gentoo kernel devs with
more info on where the oops happened supplied. See the
oops-tracing.txt doc available here,
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/plain/Documentation/oops-tracing.txt?id=refs/tags/v4.9.8,
for details on how to do this.

Hope this helps.



Re: [gentoo-user] openVPN

2017-02-06 Thread Mick
On Monday 06 Feb 2017 23:14:39 the...@sys-concept.com wrote:
> On 02/06/2017 10:37 PM, the...@sys-concept.com wrote:
> [snip]
> 
> > but I'm getting an error below:
> > 
> > ./easyrsa build-client-full syscon_home nopass
> > NOTE: If you run ./clean-all, I will be doing a rm -rf on
> > /usr/share/easy-rsa/keys
> > 
> > Note: using Easy-RSA configuration from: ./vars
> > 
> > Easy-RSA error:
> > 
> > Missing expected CA file: serial (perhaps you need to run build-ca?)
> > Run without commands for usage and command help.
> 
> I think in order to build it I need to run:
> 
> ./easyrsa build-ca nopass
> ./easyrsa gen-req clinic_8amd nopass
> ./easyrsa sign-req server clinic_8amd nopass
> ./easyrsa gen-dh
> ./easyrsa build-client-full home1 nopass
> 
> But I'm stuck now with:
> openvpn --genkey --secret /root/easy-rsa-example/pki/ta.key
> 
> Mon Feb  6 23:13:20 2017 Cannot open shared secret file
> '/root/easy-rsa-example/pki/ta.key' for write: No such file or directory
> (errno=2) Mon Feb  6 23:13:20 2017 Exiting due to fatal error
> 
> There is no such file "ta.key"
> 
> --
> Thelma

Have you created the desired directory, e.g. /root/easy-rsa-example/pki/ 
before you feed this path in the CLI above?
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] AMDGPU

2017-02-06 Thread Mick
On Monday 06 Feb 2017 17:11:30 Corbin Bird wrote:
> On 02/06/2017 04:20 PM, Mick wrote:
> > On Monday 06 Feb 2017 21:39:08 jdm wrote:
> >> Hi,
> >> 
> >> Just followed the amdgpu wiki guide to get my new graphics card up and
> >> running. Excellent wiki guide and had no issues. Now running with
> >> shiny graphics and throwing all that Steam has to offer at it.
> >> 
> >> Many Thanks to the wiki authors.
> >> 
> >> Will we always have to include binary blobs into the kernel for AMD
> >> cards? This feels kind of odd for me so wondering if this will be
> >> included as a package or a kernel driver at some point or what the
> >> future direction is for AMD graphics with Linux.
> >> 
> >> It may not be alien but not done this before so curious.
> >> 
> >> John
> > 
> > Invariably all modern CPUs, video cards, NICs, etc. are shipped with
> > firmware which are usually emerged with sys-kernel/linux-firmware (or
> > manually) and then loaded with an initrd, or by building them in the
> > kernel.  Regarding AMDGPUs please note the Wiki strings of firmware blobs
> > are not 100% correct. I noticed dmesg was complaining about missing blobs
> > on a Kaveri APU although I> 
> > had all the complete Kaveri string included in the kernel.  I had to add:
> >   radeon/bonaire_uvd.bin radeon/BONAIRE_uvd.bin radeon/BONAIRE_vce.bin
> > 
> > to keep it happy.
> > 
> > BTW, for AMDGPUs you will also need to add CPU microcode blob strings.
> 
> Please explain : "BTW, for AMDGPUs you will also need to add CPU
> microcode blob strings."

 https://wiki.gentoo.org/wiki/AMD_microcode

More recent CPUs may not yet have microcode updates available for them.  
Compare the before and after dmesg output to see if the patch level changes.

HTH.
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Mick
Hi Naveen,

On Tuesday 07 Feb 2017 04:06:59 Naveen Narayanan wrote:
> Hi Mick,
> 
> I am a noob in gentoo so I am not sure that I can help.

Kernel crashes are not necessarily a Gentoo specific problem.  They happen on 
all distros.


> But I do have an Retina Macbook Pro (MacbookPro12,1) and am thinking about
> running gentoo on it. I would like to know if you were running it
> previously on the same/similar model or was it an older model ?

Mine is a MacBookPro 11,2 with a 15" screen.  Gentoo was running fine on 
kernel 4.9.39, with systemd and Gnome desktop, but the latest stable kernel 
has caused me problems as I posted below.  There are many people running Linux 
and Gentoo in particular on MacBooks.  Have a look at the Gentoo wiki for 
guidance.

PS. Please check Google for thread hijacking and for top posting.  Both are 
discouraged on this mailing list.


> On Mon, Feb 06, 2017 at 10:47:06PM +, Mick wrote:
> > Hi All,
> > 
> > Just as I thought I was getting on top of my Gentoo installation on a
> > MacBook, a new kernel oops unpleasantly, although it manages to boot into
> > a Gnome desktop eventually.  No wireless is available (broadcom-sta
> > proprietary drive is used).  Shutting down/rebooting is a hit and miss
> > operation.  Invariably I have to hold the power button to force it to
> > shut down.  Shutting the lid does not put it to sleep but goes into some
> > race condition with the fans spinning like mad.  The screen is black
> > thereafter until I force it to shutdown.
> > 
> > Previous kernel 4.4.9 had no such problems.
> > 
> > I attach the log output.  Please let me know if you want to see the kernel
> > .config too.
> > 
> > 
> > [3.579560] microcode: sig=0x40661, pf=0x20, revision=0x16
> > [3.579592] microcode: Microcode Update Driver: v2.01
> > , Peter Oruba [3.579654] zswap: loaded
> > using pool lzo/zbud
> > [3.579897] Btrfs loaded, crc32c=crc32c-generic
> > [3.580029] Key type encrypted registered
> > [3.649140] usb 1-8: new full-speed USB device number 2 using xhci_hcd
> > [3.724239] Console: switching to colour frame buffer device 360x112
> > [3.799720] i915 :00:02.0: fb0: inteldrmfb frame buffer device
> > [3.801258] console [netcon0] enabled
> > [3.802770] netconsole: network logging started
> > [3.804327] PM: Checking hibernation image partition /dev/sda4
> > [3.810225] scsi 0:0:0:0: Direct-Access ATA  APPLE SSD SM0256
> > JA1Q PQ: 0 ANSI: 5 [3.817967] usb 1-8: New USB device found,
> > idVendor=0a5c, idProduct=4500 [3.819504] usb 1-8: New USB device
> > strings: Mfr=1, Product=2, SerialNumber=0 [3.821026] usb 1-8:
> > Product: BRCM20702 Hub
> > [3.822541] usb 1-8: Manufacturer: Apple Inc.
> > [3.824358] hub 1-8:1.0: USB hub found
> > [3.825972] hub 1-8:1.0: 3 ports detected
> > [3.830176] sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251
> > GB/234 GiB) [3.830213] sd 0:0:0:0: Attached scsi generic sg0 type 0
> > [3.833203] sd 0:0:0:0: [sda] 4096-byte physical blocks
> > [3.834726] sd 0:0:0:0: [sda] Write Protect is off
> > [3.836299] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> > [3.836307] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
> > enabled, doesn't support DPO or FUA [3.840064]  sda: sda1 sda2 sda3
> > sda4 sda5 sda6
> > [3.842537] sd 0:0:0:0: [sda] Attached SCSI disk
> > [3.844652] PM: Hibernation image partition 8:4 present
> > [3.844653] PM: Looking for hibernation image.
> > [3.844838] PM: Image not found (code -22)
> > [3.844838] PM: Hibernation image not present or could not be loaded.
> > [3.852833] BTRFS: device label root devid 1 transid 2758 /dev/sda5
> > [3.855438] BTRFS info (device sda5): disk space caching is enabled
> > [3.856934] BTRFS info (device sda5): has skinny extents
> > [3.866909] BTRFS info (device sda5): detected SSD devices, enabling
> > SSD mode [3.879135] VFS: Mounted root (btrfs filesystem) readonly on
> > device 0:16. [3.881151] devtmpfs: mounted
> > [3.883113] Freeing unused kernel memory: 988K (b20af000 -
> > b21a6000) [3.884668] Write protecting the kernel read-only
> > data: 14336k
> > [3.886547] Freeing unused kernel memory: 1836K (9c677d435000 -
> > 9c677d60) [3.890551] Freeing unused kernel memory: 1876K
> > (9c677d82b000 - 9c677da0) [3.983118] usb 1-12: new
> > full-speed USB device number 3 using xhci_hcd [4.159453] usb 1-12:
> > New USB device found, idVendor=05ac, idProduct=0263 [4.162254] usb
> > 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [   
> > 4.164967] usb 1-12: Product: Apple Internal Keyboard / Trackpad [   
> > 4.168010] usb 1-12: Manufacturer: Apple Inc.
> > [4.176360] input: Apple Inc. Apple Internal Keyboard / Trackpad as
> > /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0263.0001/i
> > nput/input6 [

Re: [gentoo-user] openVPN

2017-02-06 Thread thelma
On 02/06/2017 10:37 PM, the...@sys-concept.com wrote:
[snip]
> but I'm getting an error below: 
> 
> ./easyrsa build-client-full syscon_home nopass
> NOTE: If you run ./clean-all, I will be doing a rm -rf on 
> /usr/share/easy-rsa/keys
> 
> Note: using Easy-RSA configuration from: ./vars
> 
> Easy-RSA error:
> 
> Missing expected CA file: serial (perhaps you need to run build-ca?)
> Run without commands for usage and command help.

I think in order to build it I need to run:

./easyrsa build-ca nopass
./easyrsa gen-req clinic_8amd nopass
./easyrsa sign-req server clinic_8amd nopass
./easyrsa gen-dh
./easyrsa build-client-full home1 nopass

But I'm stuck now with: 
openvpn --genkey --secret /root/easy-rsa-example/pki/ta.key

Mon Feb  6 23:13:20 2017 Cannot open shared secret file 
'/root/easy-rsa-example/pki/ta.key' for write: No such file or directory 
(errno=2)
Mon Feb  6 23:13:20 2017 Exiting due to fatal error

There is no such file "ta.key"

--
Thelma



Re: [gentoo-user] openVPN

2017-02-06 Thread thelma
On 02/06/2017 08:23 PM, Michael Orlitzky wrote:
> On 02/06/2017 09:53 PM, the...@sys-concept.com wrote:
>> I'm trying to configure "openvpn" on my new box (have done it in the
>> past - long time ago).
>>
>> Trying to follow some basic instruction but when I change to:
>> cd /usr/share/easy-rsa/
>>
>> and try to run: ./build-ca
>> bash: ./build-ca: No such file or directory
>>
> 
> You want: ./easy-rsa build-ca
> 
> It's all in one script one.

It seems to me they have change a lot. I was following instructions from:
https://wiki.gentoo.org/wiki/Create_a_Public_Key_Infrastructure_Using_the_easy-rsa_Scripts

and these two went OK:
./easyrsa gen-req clinic_8amd nopass
./easyrsa gen-dh

but I'm getting an error below: 

./easyrsa build-client-full syscon_home nopass
NOTE: If you run ./clean-all, I will be doing a rm -rf on 
/usr/share/easy-rsa/keys

Note: using Easy-RSA configuration from: ./vars

Easy-RSA error:

Missing expected CA file: serial (perhaps you need to run build-ca?)
Run without commands for usage and command help.

--
Thelma



Re: [gentoo-user] openVPN

2017-02-06 Thread Sam Jorna
On Mon, Feb 06, 2017 at 08:03:21PM -0700, the...@sys-concept.com wrote:
> and try to re-emerge it, it is not taking any effect.
> emerge -avq easy-rsa
> 
> [ebuild   R   ] app-crypt/easy-rsa-3.0.1-r1  USE="(-libressl)"
> 
> why isn't the package enclosing the libressl in emerge?

The parentheses "()" around the libressl flag indicates that it's forced 
by your profile. In this case, the libressl USE flag is masked for most 
architectures/platforms for stable arch because there's no stable 
libressl package:

/usr/portage/profiles/base/use.stable.mask:
# Justin Lecher  (30 Sep 2015)
# No stable libressl yet
# Addendum: also mask the USE_EXPAND flag,
# Anthony G. Basile  (26 Nov 2015)
curl_ssl_libressl
libressl

-- 
Sam Jorna (wraeth)
GnuPG Key: D6180C26


signature.asc
Description: Digital signature


[gentoo-user] Can I run a 32-bit CentOS chroot on a 64-bit Gentoo host?

2017-02-06 Thread Walter Dnes
  Right now, I'm using a 32-bit CentOS QEMU VM to build Pale Moon for
older machines.  There's the usual processing overhead of a VM, plus it
has to have it's own virtual disks with safety margin of space, plus 5
gigabytes of swap space inside the VM.

  What I'd like to do is a 32-bit CentOS chroot inside my 64-bit Gentoo
desktop host.  I'm looking at rsync'ing the / directory from inside the
CentOS VM file system to a directory on the 64-bit host, and then chroot
into the copy on the host.

  Is it possible?  Any booby-traps?  Has anybody here done something
similar?

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] openVPN

2017-02-06 Thread Michael Orlitzky
On 02/06/2017 09:53 PM, the...@sys-concept.com wrote:
> I'm trying to configure "openvpn" on my new box (have done it in the
> past - long time ago).
> 
> Trying to follow some basic instruction but when I change to:
> cd /usr/share/easy-rsa/
> 
> and try to run: ./build-ca
> bash: ./build-ca: No such file or directory
> 

You want: ./easy-rsa build-ca

It's all in one script one.




Re: [gentoo-user] openVPN

2017-02-06 Thread thelma
On 02/06/2017 07:53 PM, the...@sys-concept.com wrote:
> I'm trying to configure "openvpn" on my new box (have done it in the
> past - long time ago).
> 
> Trying to follow some basic instruction but when I change to:
> cd /usr/share/easy-rsa/
> 
> and try to run: ./build-ca
> bash: ./build-ca: No such file or directory

It could be the reason is that it was emerged without "libressl"
app-crypt/easy-rsa-3.0.1-r1  USE="(-libressl)"

so I put package.use
app-crypt/easy-rsa libressl

and try to re-emerge it, it is not taking any effect.
emerge -avq easy-rsa

[ebuild   R   ] app-crypt/easy-rsa-3.0.1-r1  USE="(-libressl)"

why isn't the package enclosing the libressl in emerge?

--
Thelma



[gentoo-user] openVPN

2017-02-06 Thread thelma
I'm trying to configure "openvpn" on my new box (have done it in the
past - long time ago).

Trying to follow some basic instruction but when I change to:
cd /usr/share/easy-rsa/

and try to run: ./build-ca
bash: ./build-ca: No such file or directory

-- 
Thelma



Re: [gentoo-user] ERROR: x11-drivers/xf86-video-virtualbox-5.0.32::gentoo failed (compile phase): emake failed

2017-02-06 Thread Valmor de Almeida
On Mon, Feb 6, 2017 at 5:10 PM, Alan McKinnon  wrote:
> On 06/02/2017 23:45, Valmor de Almeida wrote:
>>
>> Hello,
>>
>> Any idea on how to fix this on a gentoo virtualbox guest?
>> Virtualbox-guest-additions will not emerge. The xf86-video build fails:
>>
>> [snip]
>>   if (static_branch_unlikely(_key))
>> /lib/modules/4.9.6-gentoo-r1/build/include/linux/jump_label.h:297:48:
>> expected primary-expression before
>>   !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
>>
>> lib/modules/4.9.6-gentoo-r1/build/include/linux/compiler.h:168:42: note:
>> definition of macro
>>  # define unlikely(x) __builtin_expect(!!(x), 0)
>> /lib/modules/4.9.6-gentoo-r1/build/include/linux/jump_label.h:387:44:
>> expansion of macro static_key_enabled
>>  #define static_branch_unlikely(x) unlikely(static_key_enabled(&(x)->key))
>> /lib/modules/4.9.6-gentoo-r1/build/arch/x86/include/asm/string_64.h:103:6:note:
>> expansion of macro ‘ static_branch_unlikely
>>   if (static_branch_unlikely(_key))
>> ***
>> [/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.0.32/work/VirtualBox-5.0.32/out/linux.amd64/release/obj/RuntimeGuestR0/common/alloc/heapsimple.o
>> *** Exiting with status 2
>>  ERROR: x11-drivers/xf86-video-virtualbox-5.0.32::gentoo failed (compile 
>> phase):
>   ^
>
> This is what is failing, not virtualbox-guest-additions

Correct. The driver package gets pulled in.

>
> Try downgrade those drivers

Tried every ebuild available for an older version and no luck; which
makes me think something else is causing this. Compiler? some option
in the kernel?

Thanks,
--
Valmor

>
> --
> Alan McKinnon
> alan.mckin...@gmail.com
>
>



Re: [gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Naveen Narayanan
Hi Mick,

I am a noob in gentoo so I am not sure that I can help.
But I do have an Retina Macbook Pro (MacbookPro12,1) and am thinking about 
running gentoo on it.
I would like to know if you were running it previously on the
same/similar model or was it an older model ?

Regards,
Naveen

On Mon, Feb 06, 2017 at 10:47:06PM +, Mick wrote:
> Hi All,
> 
> Just as I thought I was getting on top of my Gentoo installation on a 
> MacBook, 
> a new kernel oops unpleasantly, although it manages to boot into a Gnome 
> desktop eventually.  No wireless is available (broadcom-sta proprietary drive 
> is used).  Shutting down/rebooting is a hit and miss operation.  Invariably I 
> have to hold the power button to force it to shut down.  Shutting the lid 
> does 
> not put it to sleep but goes into some race condition with the fans spinning 
> like mad.  The screen is black thereafter until I force it to shutdown.
> 
> Previous kernel 4.4.9 had no such problems.
> 
> I attach the log output.  Please let me know if you want to see the kernel 
> .config too.
> 
> -- 
> Regards,
> Mick

> [3.579560] microcode: sig=0x40661, pf=0x20, revision=0x16
> [3.579592] microcode: Microcode Update Driver: v2.01 
> , Peter Oruba
> [3.579654] zswap: loaded using pool lzo/zbud
> [3.579897] Btrfs loaded, crc32c=crc32c-generic
> [3.580029] Key type encrypted registered
> [3.649140] usb 1-8: new full-speed USB device number 2 using xhci_hcd
> [3.724239] Console: switching to colour frame buffer device 360x112
> [3.799720] i915 :00:02.0: fb0: inteldrmfb frame buffer device
> [3.801258] console [netcon0] enabled
> [3.802770] netconsole: network logging started
> [3.804327] PM: Checking hibernation image partition /dev/sda4
> [3.810225] scsi 0:0:0:0: Direct-Access ATA  APPLE SSD SM0256 JA1Q 
> PQ: 0 ANSI: 5
> [3.817967] usb 1-8: New USB device found, idVendor=0a5c, idProduct=4500
> [3.819504] usb 1-8: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [3.821026] usb 1-8: Product: BRCM20702 Hub
> [3.822541] usb 1-8: Manufacturer: Apple Inc.
> [3.824358] hub 1-8:1.0: USB hub found
> [3.825972] hub 1-8:1.0: 3 ports detected
> [3.830176] sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 
> GB/234 GiB)
> [3.830213] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [3.833203] sd 0:0:0:0: [sda] 4096-byte physical blocks
> [3.834726] sd 0:0:0:0: [sda] Write Protect is off
> [3.836299] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [3.836307] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
> doesn't support DPO or FUA
> [3.840064]  sda: sda1 sda2 sda3 sda4 sda5 sda6
> [3.842537] sd 0:0:0:0: [sda] Attached SCSI disk
> [3.844652] PM: Hibernation image partition 8:4 present
> [3.844653] PM: Looking for hibernation image.
> [3.844838] PM: Image not found (code -22)
> [3.844838] PM: Hibernation image not present or could not be loaded.
> [3.852833] BTRFS: device label root devid 1 transid 2758 /dev/sda5
> [3.855438] BTRFS info (device sda5): disk space caching is enabled
> [3.856934] BTRFS info (device sda5): has skinny extents
> [3.866909] BTRFS info (device sda5): detected SSD devices, enabling SSD 
> mode
> [3.879135] VFS: Mounted root (btrfs filesystem) readonly on device 0:16.
> [3.881151] devtmpfs: mounted
> [3.883113] Freeing unused kernel memory: 988K (b20af000 - 
> b21a6000)
> [3.884668] Write protecting the kernel read-only data: 14336k
> [3.886547] Freeing unused kernel memory: 1836K (9c677d435000 - 
> 9c677d60)
> [3.890551] Freeing unused kernel memory: 1876K (9c677d82b000 - 
> 9c677da0)
> [3.983118] usb 1-12: new full-speed USB device number 3 using xhci_hcd
> [4.159453] usb 1-12: New USB device found, idVendor=05ac, idProduct=0263
> [4.162254] usb 1-12: New USB device strings: Mfr=1, Product=2, 
> SerialNumber=0
> [4.164967] usb 1-12: Product: Apple Internal Keyboard / Trackpad
> [4.168010] usb 1-12: Manufacturer: Apple Inc.
> [4.176360] input: Apple Inc. Apple Internal Keyboard / Trackpad as 
> /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0263.0001/input/input6
> [4.222108] usb 1-8.1: new full-speed USB device number 4 using xhci_hcd
> [4.231261] apple 0003:05AC:0263.0001: input,hidraw0: USB HID v1.11 
> Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on 
> usb-:00:14.0-12/input0
> [4.237987] apple 0003:05AC:0263.0002: hidraw1: USB HID v1.11 Device 
> [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-:00:14.0-12/input1
> [4.241688] input: bcm5974 as 
> /devices/pci:00/:00:14.0/usb1/1-12/1-12:1.2/input/input7
> [4.302229] usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a
> [4.305085] usb 1-8.1: New USB device strings: Mfr=0, Product=0, 
> SerialNumber=0
> [

Re: [gentoo-user] Bad luck with new installation: Compilation issues (eudev)

2017-02-06 Thread Meino . Cramer
Hi Alexander,

it was documente in a bugreport by someone else.
I did exactle the same.

Cheers
Meino


Miroslav Rovis  [17-02-07 01:02]:
> On 170205-18:37+0100, meino.cra...@gmx.de wrote:
> > Hi Alexander,
> > 
> > thanks for the link!
> > 
> > Had found the culprit myself and fixed it with
> > a user patch...
> 
> And which program/other entity/process/whatever was the culprit?
> 
> The purpose of the mailing list is also reference for later search for
> someone possibly having an issue like yours.
> 
> Some people may consider it rude to keep the solution for yourself
> instead of sharing it with others.
> 
> > Cheers
> > Meino
> > 
> > 
> > 
> > Alexander Openkowski  [17-02-05 18:28]:
> > > Have you seen this thread in the forums? It looks like your problem:
> > > 
> > > https://forums.gentoo.org/viewtopic-t-1057500-view-previous.html?sid=9c8b57325eef824a0748ec4ca94ac8b1
> > > 
> > > Found via a quick google search. Keywords: "eudev 3.2.1 error gentoo".
> > > No offense, really. But you do not need to wait for an answer if you
> > > search for yourself. :-)
> > > 
> > > On 02/05/2017 03:08 PM, meino.cra...@gmx.de wrote:
> > > > Hi,
> > > >
> > > > I am still compiling my new root...
> > > >
> > > > After some of the rebuild/sinc/revdep/ cycles I got this while trying
> > > > to update sys-fs/eudev
> > > >
> > > > (ACCEPT_KEYWORDS is set to ~amd64 globally right before any
> > > > compilations)
> > > >
> > > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udev-builtin-keyboard.c:31:26:
> > > >  note: previous declaration of 'keyboard_lookup_key' was here
> > > >  static const struct key *keyboard_lookup_key(const char *str, unsigned 
> > > > len);
> > > >   ^
> > > > x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
> > > > -I/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev -I../.. 
> > > >  -include ../../config.h -DROOTPREFIX=\"\" 
> > > > -DUDEV_HWDB_DIR=\"/etc/udev/hwdb.d\" 
> > > > -DUDEV_HWDB_BIN=\"/etc/udev/hwdb.bin\" -DUDEV_CONF_DIR=\"/etc/udev\" 
> > > > -DUDEV_ROOT_RUN=\"/run\" -DUDEV_RULES_DIR=\"/lib/udev/rules.d\" 
> > > > -DUDEV_LIBEXEC_DIR=\"/lib/udev\" -DUDEV_VERSION=\"220\" -I 
> > > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/shared -I 
> > > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/libudev -I 
> > > > ../../src/udev   -march=native -msse -msse2 -msse3 -O2 -pipe -c -o 
> > > > udevadm-monitor.o 
> > > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udevadm-monitor.c
> > > > make[4]: *** [Makefile:813: libudev_core_la-udev-builtin-keyboard.lo] 
> > > > Error 1
> > > > make[4]: *** Waiting for unfinished jobs
> > > > make[4]: Leaving directory 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
> > > > make[3]: *** [Makefile:500: all] Error 2
> > > > make[3]: Leaving directory 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
> > > > make[2]: *** [Makefile:394: all-recursive] Error 1
> > > > make[2]: Leaving directory 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src'
> > > > make[1]: *** [Makefile:446: all-recursive] Error 1
> > > > make[1]: Leaving directory 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
> > > > make: *** [Makefile:378: all] Error 2
> > > >  * ERROR: sys-fs/eudev-3.2.1::gentoo failed (compile phase):
> > > >  *   emake failed
> > > >  * 
> > > >  * If you need support, post the output of `emerge --info 
> > > > '=sys-fs/eudev-3.2.1::gentoo'`,
> > > >  * the complete build log and the output of `emerge -pqv 
> > > > '=sys-fs/eudev-3.2.1::gentoo'`.
> > > >  * The complete build log is located at 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/build.log'.
> > > >  * The ebuild environment file is located at 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/environment'.
> > > >  * Working directory: 
> > > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
> > > >  * S: '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1'
> > > >
> > >  Failed to emerge sys-fs/eudev-3.2.1, Log file:
> > > >
> > > > eix eudev shows:
> > > > solfire ~ # eix sys-fs/eudev
> > > > [U] sys-fs/eudev
> > > >  Available versions:  1.9-r2 1.10-r2 3.1.2 3.1.5 (~)3.2 (~)3.2.1 
> > > > **4. ** {+blkid doc efi gudev +hwdb introspection +keymap +kmod 
> > > > +modutils +openrc (+)rule-generator selinux smack static-libs test 
> > > > ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 
> > > > x32"}
> > > >  Installed versions:  3.1.5(05:33:42 02/02/17)(hwdb kmod 
> > > > -introspection -rule-generator -selinux -static-libs -test 
> > > > ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" 
> > > > ABI_X86="64 -32 -x32")
> > > >  Homepage:https://github.com/gentoo/eudev
> > > >  Description: Linux 

Re: [gentoo-user] help securing system / remote unlock

2017-02-06 Thread Simon Perfer
Thank you Neil. I had not seen that link.


I've had quite an uphill battle getting Dracut to work properly with a rather 
strange networking situation I have on a variety of servers.


I believe the "out of the box experience" I had was not leveraging dracut, 
though I could be wrong.


Does gentoolkit not support dracut?


My search skills must be failing me...is this really that uncommon of a use 
case? Can't seem to find much information around this topic.


From: Neil Bothwick 
Sent: Monday, February 6, 2017 5:51 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] help securing system / remote unlock

On Mon, 6 Feb 2017 22:16:38 +, Simon Perfer wrote:

> Can't seem to find a tool that will generate an initramfs with support
> for ZFS, LUKS and Dropbear so that I can remotely unlock the system.
>
> Ubuntu makes it very easy to enable Dropbear in their initramfs. I
> could have sworn I've done before via some popular / existing initramfs
> tool on Gentoo but can't seem to remember which one (or if it's even
> possible).
>
> Short of building my own custom initramfs or hacking dracut,
> bliss-initramfs, etc., are there any pre-baked solutions I can rely on?

Adding features to dracut seems quite simple according to Rich's blog
post.

https://rich0gentoo.wordpress.com/2012/01/21/a-quick-dracut-module/


--
Neil Bothwick

Q: What's the second worst sound you can hear a sysadmin make?
A: Uh-oh
Q: And the worst sound?
A: Oops


Re: [gentoo-user] webkit-gtk-2.14.2 cant find sqlite3 symbols

2017-02-06 Thread Corbin Bird

On 02/06/2017 01:09 PM, kelly hirai wrote:
> hello fellow gentoo-users,
>
>   for about a month now, i have not been able to make
> webkit-gtk-2.14.[2,3] compile. it terminates at the linking step
> complaining it cant find some sqlite functions.
>
> ./configure phase reports sqlite3 availability
>
> -- Checking for module 'sqlite3'
> --   Found sqlite3, version 3.13.0
> -- Found Sqlite: /usr/include
>
> but when it comes time to do the linking it cant find it:
>
> FAILED: : && /usr/bin/x86_64-pc-linux-gnu-g++  -fPIC -march=native -O2
> -pipe -fno-strict-aliasing -std=c++1y -Wl,--no-undefined -Wl,-O1
> -Wl,--as-needed -Wl,--no-keep-memory -fuse-ld=gold
> -Wl,--disable-new-dtags -fuse-ld=gold -Wl,--disable-new-dtags
> -Wl,--version-script,/var/tmp/portage/net-libs/webkit-gtk-2.14.2/work/webkitgtk-2.14.2/Source/cmake/gtksymbols.filter
> -shared -Wl,-soname,libwebkit2gtk-4.0.so.37 -o
> lib/libwebkit2gtk-4.0.so.37.14.9 @CMakeFiles/WebKit2.rsp && :
> lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function
> void
> std::__once_call_impl ()> >(): error: undefined reference to 'sqlite3_initialize'
> lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function
> void
> std::__once_call_impl ()> >(): error: undefined reference to 'sqlite3_errstr'
> lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function
> WebCore::SQLiteDatabase::setCollationFunction(WTF::String const&,
> std::function): error:
> undefined reference to 'sqlite3_create_collation_v2'
> lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function
> WebCore::SQLiteDatabase::removeCollationFunction(WTF::String const&):
> error: undefined reference to 'sqlite3_create_collation_v2'
> collect2: error: ld returned 1 exit status
>
> the symbols seem to be in the library:
>
> strings /usr/lib32/libsqlite3.so | grep  create_collation_
> sqlite3_create_collation_v2
>
> strings /usr/lib64/libsqlite3.so | grep  create_collation_
> sqlite3_create_collation_v2
>
> i'm stumped here. i don't see any explicit linking flags. the
> @CMakefiles/WebKit2.rsp doesn't make sense to me, maybe its in there?
>
> k.
Please post the USE flags set for all the following :  "dev-db/sqlite:3"
and "net-libs/webkit-gtk:2", "net-libs/webkit-gtk:3",
"net-libs/webkit-gtk:4". ( Yes, webkit-gtk has three slots. 3 slots = 3
possible different sets of use flags. )

Corbin



Re: [gentoo-user] AMDGPU

2017-02-06 Thread Corbin Bird

On 02/06/2017 04:20 PM, Mick wrote:
> On Monday 06 Feb 2017 21:39:08 jdm wrote:
>> Hi,
>>
>> Just followed the amdgpu wiki guide to get my new graphics card up and
>> running. Excellent wiki guide and had no issues. Now running with
>> shiny graphics and throwing all that Steam has to offer at it.
>>
>> Many Thanks to the wiki authors.
>>
>> Will we always have to include binary blobs into the kernel for AMD
>> cards? This feels kind of odd for me so wondering if this will be
>> included as a package or a kernel driver at some point or what the
>> future direction is for AMD graphics with Linux.
>>
>> It may not be alien but not done this before so curious.
>>
>> John
> Invariably all modern CPUs, video cards, NICs, etc. are shipped with firmware 
> which are usually emerged with sys-kernel/linux-firmware (or manually) and 
> then loaded with an initrd, or by building them in the kernel.  Regarding 
> AMDGPUs please note the Wiki strings of firmware blobs are not 100% correct.  
> I noticed dmesg was complaining about missing blobs on a Kaveri APU although 
> I 
> had all the complete Kaveri string included in the kernel.  I had to add:
>
>   radeon/bonaire_uvd.bin radeon/BONAIRE_uvd.bin radeon/BONAIRE_vce.bin
>
> to keep it happy.
>
> BTW, for AMDGPUs you will also need to add CPU microcode blob strings.
Please explain : "BTW, for AMDGPUs you will also need to add CPU
microcode blob strings."



Re: [gentoo-user] Bad luck with new installation: Compilation issues (eudev)

2017-02-06 Thread Miroslav Rovis
On 170205-18:37+0100, meino.cra...@gmx.de wrote:
> Hi Alexander,
> 
> thanks for the link!
> 
> Had found the culprit myself and fixed it with
> a user patch...

And which program/other entity/process/whatever was the culprit?

The purpose of the mailing list is also reference for later search for
someone possibly having an issue like yours.

Some people may consider it rude to keep the solution for yourself
instead of sharing it with others.

> Cheers
> Meino
> 
> 
> 
> Alexander Openkowski  [17-02-05 18:28]:
> > Have you seen this thread in the forums? It looks like your problem:
> > 
> > https://forums.gentoo.org/viewtopic-t-1057500-view-previous.html?sid=9c8b57325eef824a0748ec4ca94ac8b1
> > 
> > Found via a quick google search. Keywords: "eudev 3.2.1 error gentoo".
> > No offense, really. But you do not need to wait for an answer if you
> > search for yourself. :-)
> > 
> > On 02/05/2017 03:08 PM, meino.cra...@gmx.de wrote:
> > > Hi,
> > >
> > > I am still compiling my new root...
> > >
> > > After some of the rebuild/sinc/revdep/ cycles I got this while trying
> > > to update sys-fs/eudev
> > >
> > > (ACCEPT_KEYWORDS is set to ~amd64 globally right before any
> > > compilations)
> > >
> > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udev-builtin-keyboard.c:31:26:
> > >  note: previous declaration of 'keyboard_lookup_key' was here
> > >  static const struct key *keyboard_lookup_key(const char *str, unsigned 
> > > len);
> > >   ^
> > > x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
> > > -I/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev -I../..  
> > > -include ../../config.h -DROOTPREFIX=\"\" 
> > > -DUDEV_HWDB_DIR=\"/etc/udev/hwdb.d\" 
> > > -DUDEV_HWDB_BIN=\"/etc/udev/hwdb.bin\" -DUDEV_CONF_DIR=\"/etc/udev\" 
> > > -DUDEV_ROOT_RUN=\"/run\" -DUDEV_RULES_DIR=\"/lib/udev/rules.d\" 
> > > -DUDEV_LIBEXEC_DIR=\"/lib/udev\" -DUDEV_VERSION=\"220\" -I 
> > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/shared -I 
> > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/libudev -I 
> > > ../../src/udev   -march=native -msse -msse2 -msse3 -O2 -pipe -c -o 
> > > udevadm-monitor.o 
> > > /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udevadm-monitor.c
> > > make[4]: *** [Makefile:813: libudev_core_la-udev-builtin-keyboard.lo] 
> > > Error 1
> > > make[4]: *** Waiting for unfinished jobs
> > > make[4]: Leaving directory 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
> > > make[3]: *** [Makefile:500: all] Error 2
> > > make[3]: Leaving directory 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
> > > make[2]: *** [Makefile:394: all-recursive] Error 1
> > > make[2]: Leaving directory 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src'
> > > make[1]: *** [Makefile:446: all-recursive] Error 1
> > > make[1]: Leaving directory 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
> > > make: *** [Makefile:378: all] Error 2
> > >  * ERROR: sys-fs/eudev-3.2.1::gentoo failed (compile phase):
> > >  *   emake failed
> > >  * 
> > >  * If you need support, post the output of `emerge --info 
> > > '=sys-fs/eudev-3.2.1::gentoo'`,
> > >  * the complete build log and the output of `emerge -pqv 
> > > '=sys-fs/eudev-3.2.1::gentoo'`.
> > >  * The complete build log is located at 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/build.log'.
> > >  * The ebuild environment file is located at 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/environment'.
> > >  * Working directory: 
> > > '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
> > >  * S: '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1'
> > >
> >  Failed to emerge sys-fs/eudev-3.2.1, Log file:
> > >
> > > eix eudev shows:
> > > solfire ~ # eix sys-fs/eudev
> > > [U] sys-fs/eudev
> > >  Available versions:  1.9-r2 1.10-r2 3.1.2 3.1.5 (~)3.2 (~)3.2.1 
> > > **4. ** {+blkid doc efi gudev +hwdb introspection +keymap +kmod 
> > > +modutils +openrc (+)rule-generator selinux smack static-libs test 
> > > ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 
> > > x32"}
> > >  Installed versions:  3.1.5(05:33:42 02/02/17)(hwdb kmod 
> > > -introspection -rule-generator -selinux -static-libs -test ABI_MIPS="-n32 
> > > -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
> > >  Homepage:https://github.com/gentoo/eudev
> > >  Description: Linux dynamic and persistent device naming 
> > > support (aka userspace devfs)
> > >
> > >
> > > I dont want to poison the mailing list with long logs in case of
> > > someone knows what's going on here...but if wanted, I will post them
> > > of course... :)
> > >
> > > Cheers
> > > Meino
> > >
> > >
> > >
> > >
> > >
> > 
> > 
> 

-- 
Miroslav Rovis
Zagreb, Croatia

Re: [gentoo-user] Reversing a .../files/*.patch as user patch?

2017-02-06 Thread Neil Bothwick
On Mon, 6 Feb 2017 19:12:42 +0100, meino.cra...@gmx.de wrote:

> Alan McKinnon  [17-02-06 19:08]:

> > To the best of my knowledge, patches applied by the ebuild are not
> > user-deselectable.
> > 
> > A workaround that you might be OK with is to copy that version of the
> > ebuild you use plus patches your own local overlay, remove the
> > offending patches from files/ and edit the ebuild if necessary.
> > 
> > This way, that version and only that version will do what you want.
> > If the maintainer fixes the issue and pushes gperf-3.1-r1 to the tree
> > then your locally modified ebuild won't be used anymore.
> 
> thanks for the infos! That will help!
> 
> Short meta-question: I haven't done this before
> and need some instructions...
> Since I am no native speaker, I often fail to
> find something specific (or ot will take much longer
> than usual).
> What is the "terminus technicus" here?
> "User overlay", "local overlay" or something with "layman" in 
> there?

I wouldn't bother with an overlay for this. Edit the ebuild or delete the
patches from the main tree and redigest the ebuild then merge it.
Everything will be reset at the next sync, but by then the package will
be installed so it won't matter.

I'd only bother with an overlay copy if I thought I was going to need to
re-emerge the package several times.


-- 
Neil Bothwick

At any event, the people whose seats are furthest from
the aisle arrive last.


pgpnAdbK2JYwj.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] help securing system / remote unlock

2017-02-06 Thread Neil Bothwick
On Mon, 6 Feb 2017 22:16:38 +, Simon Perfer wrote:

> Can't seem to find a tool that will generate an initramfs with support
> for ZFS, LUKS and Dropbear so that I can remotely unlock the system.
> 
> Ubuntu makes it very easy to enable Dropbear in their initramfs. I
> could have sworn I've done before via some popular / existing initramfs
> tool on Gentoo but can't seem to remember which one (or if it's even
> possible).
> 
> Short of building my own custom initramfs or hacking dracut,
> bliss-initramfs, etc., are there any pre-baked solutions I can rely on?

Adding features to dracut seems quite simple according to Rich's blog
post.

https://rich0gentoo.wordpress.com/2012/01/21/a-quick-dracut-module/


-- 
Neil Bothwick

Q: What's the second worst sound you can hear a sysadmin make?
A: Uh-oh
Q: And the worst sound?
A: Oops


pgpByJexk58vC.pgp
Description: OpenPGP digital signature


[gentoo-user] MacBook Pro oops with gentoo-sources-4.9.6-r1

2017-02-06 Thread Mick
Hi All,

Just as I thought I was getting on top of my Gentoo installation on a MacBook,
a new kernel oops unpleasantly, although it manages to boot into a Gnome
desktop eventually.  No wireless is available (broadcom-sta proprietary drive
is used).  Shutting down/rebooting is a hit and miss operation.  Invariably I
have to hold the power button to force it to shut down.  Shutting the lid does
not put it to sleep but goes into some race condition with the fans spinning
like mad.  The screen is black thereafter until I force it to shutdown.

Previous kernel 4.4.9 had no such problems.

I attach the log output.  Please let me know if you want to see the kernel
.config too.

--
Regards,
Mick[3.579560] microcode: sig=0x40661, pf=0x20, revision=0x16
[3.579592] microcode: Microcode Update Driver: v2.01 
, Peter Oruba
[3.579654] zswap: loaded using pool lzo/zbud
[3.579897] Btrfs loaded, crc32c=crc32c-generic
[3.580029] Key type encrypted registered
[3.649140] usb 1-8: new full-speed USB device number 2 using xhci_hcd
[3.724239] Console: switching to colour frame buffer device 360x112
[3.799720] i915 :00:02.0: fb0: inteldrmfb frame buffer device
[3.801258] console [netcon0] enabled
[3.802770] netconsole: network logging started
[3.804327] PM: Checking hibernation image partition /dev/sda4
[3.810225] scsi 0:0:0:0: Direct-Access ATA  APPLE SSD SM0256 JA1Q 
PQ: 0 ANSI: 5
[3.817967] usb 1-8: New USB device found, idVendor
5c, idProductE00
[3.819504] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[3.821026] usb 1-8: Product: BRCM20702 Hub
[3.822541] usb 1-8: Manufacturer: Apple Inc.
[3.824358] hub 1-8:1.0: USB hub found
[3.825972] hub 1-8:1.0: 3 ports detected
[3.830176] sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/234 
GiB)
[3.830213] sd 0:0:0:0: Attached scsi generic sg0 type 0
[3.833203] sd 0:0:0:0: [sda] 4096-byte physical blocks
[3.834726] sd 0:0:0:0: [sda] Write Protect is off
[3.836299] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[3.836307] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[3.840064]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[3.842537] sd 0:0:0:0: [sda] Attached SCSI disk
[3.844652] PM: Hibernation image partition 8:4 present
[3.844653] PM: Looking for hibernation image.
[3.844838] PM: Image not found (code -22)
[3.844838] PM: Hibernation image not present or could not be loaded.
[3.852833] BTRFS: device label root devid 1 transid 2758 /dev/sda5
[3.855438] BTRFS info (device sda5): disk space caching is enabled
[3.856934] BTRFS info (device sda5): has skinny extents
[3.866909] BTRFS info (device sda5): detected SSD devices, enabling SSD mode
[3.879135] VFS: Mounted root (btrfs filesystem) readonly on device 0:16.
[3.881151] devtmpfs: mounted
[3.883113] Freeing unused kernel memory: 988K (b20af000 - 
b21a6000)
[3.884668] Write protecting the kernel read-only data: 14336k
[3.886547] Freeing unused kernel memory: 1836K (9c677d435000 - 
9c677d60)
[3.890551] Freeing unused kernel memory: 1876K (9c677d82b000 - 
9c677da0)
[3.983118] usb 1-12: new full-speed USB device number 3 using xhci_hcd
[4.159453] usb 1-12: New USB device found, idVendorac, idProduct63
[4.162254] usb 1-12: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[4.164967] usb 1-12: Product: Apple Internal Keyboard / Trackpad
[4.168010] usb 1-12: Manufacturer: Apple Inc.
[4.176360] input: Apple Inc. Apple Internal Keyboard / Trackpad as 
/devices/pci:00/:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0263.0001/input/input6
[4.222108] usb 1-8.1: new full-speed USB device number 4 using xhci_hcd
[4.231261] apple 0003:05AC:0263.0001: input,hidraw0: USB HID v1.11 Keyboard 
[Apple Inc. Apple Internal Keyboard / Trackpad] on usb-:00:14.0-12/input0
[4.237987] apple 0003:05AC:0263.0002: hidraw1: USB HID v1.11 Device [Apple 
Inc. Apple Internal Keyboard / Trackpad] on usb-:00:14.0-12/input1
[4.241688] input: bcm5974 as 
/devices/pci:00/:00:14.0/usb1/1-12/1-12:1.2/input/input7
[4.302229] usb 1-8.1: New USB device found, idVendorac, idProduct�0a
[4.305085] usb 1-8.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[4.309170] input: HID 05ac:820a as 
/devices/pci:00/:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0003/input/input8
[4.338186] systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT 
-SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS 
+ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[4.340006] systemd[1]: Detected architecture x86-64.
[4.347847] systemd[1]: Set hostname to .
[4.364193] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 
Keyboard [HID 05ac:820a] on 

Re: [gentoo-user] AMDGPU

2017-02-06 Thread Mick
On Monday 06 Feb 2017 21:39:08 jdm wrote:
> Hi,
> 
> Just followed the amdgpu wiki guide to get my new graphics card up and
> running. Excellent wiki guide and had no issues. Now running with
> shiny graphics and throwing all that Steam has to offer at it.
> 
> Many Thanks to the wiki authors.
> 
> Will we always have to include binary blobs into the kernel for AMD
> cards? This feels kind of odd for me so wondering if this will be
> included as a package or a kernel driver at some point or what the
> future direction is for AMD graphics with Linux.
> 
> It may not be alien but not done this before so curious.
> 
> John

Invariably all modern CPUs, video cards, NICs, etc. are shipped with firmware 
which are usually emerged with sys-kernel/linux-firmware (or manually) and 
then loaded with an initrd, or by building them in the kernel.  Regarding 
AMDGPUs please note the Wiki strings of firmware blobs are not 100% correct.  
I noticed dmesg was complaining about missing blobs on a Kaveri APU although I 
had all the complete Kaveri string included in the kernel.  I had to add:

  radeon/bonaire_uvd.bin radeon/BONAIRE_uvd.bin radeon/BONAIRE_vce.bin

to keep it happy.

BTW, for AMDGPUs you will also need to add CPU microcode blob strings.
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] help securing system / remote unlock

2017-02-06 Thread Simon Perfer
Hi – I've successfully set up whole disk encryption by using LUKS and ZFS on 
top of it. I can boot by unlocking the drive via some remote console.


Can't seem to find a tool that will generate an initramfs with support for ZFS, 
LUKS and Dropbear so that I can remotely unlock the system.


Ubuntu makes it very easy to enable Dropbear in their initramfs. I could have 
sworn I've done before via some popular / existing initramfs tool on Gentoo but 
can't seem to remember which one (or if it's even possible).


Short of building my own custom initramfs or hacking dracut, bliss-initramfs, 
etc., are there any pre-baked solutions I can rely on?


Thanks!


Re: [gentoo-user] AMDGPU

2017-02-06 Thread Alan McKinnon
On 06/02/2017 23:39, jdm wrote:
> Hi,
> 
> Just followed the amdgpu wiki guide to get my new graphics card up and
> running. Excellent wiki guide and had no issues. Now running with
> shiny graphics and throwing all that Steam has to offer at it. 
> 
> Many Thanks to the wiki authors.
> 
> Will we always have to include binary blobs into the kernel for AMD
> cards? This feels kind of odd for me so wondering if this will be
> included as a package or a kernel driver at some point or what the
> future direction is for AMD graphics with Linux. 
> 
> It may not be alien but not done this before so curious.


As far as I know the blob is firmware, not driver so the answer is yes,
you will always need the firmware.

The firmware does not have to be built into the kernel if you use
modules, it can be loaded from userspace.


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] rdate -s timeout for 129.6.15.28

2017-02-06 Thread Alan McKinnon
On 07/02/2017 00:11, the...@sys-concept.com wrote:
> On 02/06/2017 02:28 PM, Mike Gilbert wrote:
>> On Mon, Feb 6, 2017 at 3:28 PM, Mick  wrote:
>>> On Monday 06 Feb 2017 14:52:22 Mike Gilbert wrote:
 On Mon, Feb 6, 2017 at 1:37 AM,   wrote:
> I installed "rdate" and trying to sync time on my new box but I'm getting:
>
> /usr/bin/rdate -s 129.6.15.28
> rdate: timeout for 129.6.15.28
>
> Time setting works on my other boxes but new the new one :-/

 I suggest upgrading to NTP, especially if the systems are powered on
 for days at a time.
>>>
>>> Or ... chronyd if they are offline frequently (e.g. laptops).
>>
>> I was referring to NTP the protocol (which is what chrony speaks), not
>> NTP the software.
> 
> I think my DD-WRT router is runnint NTP server.
> Is it possible to update the time from the rounter?


yes, just point your local ntp t the router address. Make sure it's
listening.


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] ERROR: x11-drivers/xf86-video-virtualbox-5.0.32::gentoo failed (compile phase): emake failed

2017-02-06 Thread Alan McKinnon
On 06/02/2017 23:45, Valmor de Almeida wrote:
> 
> Hello,
> 
> Any idea on how to fix this on a gentoo virtualbox guest?
> Virtualbox-guest-additions will not emerge. The xf86-video build fails:
> 
> [snip]
>   if (static_branch_unlikely(_key))
> /lib/modules/4.9.6-gentoo-r1/build/include/linux/jump_label.h:297:48:
> expected primary-expression before
>   !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
> 
> lib/modules/4.9.6-gentoo-r1/build/include/linux/compiler.h:168:42: note:
> definition of macro
>  # define unlikely(x) __builtin_expect(!!(x), 0)
> /lib/modules/4.9.6-gentoo-r1/build/include/linux/jump_label.h:387:44:
> expansion of macro static_key_enabled
>  #define static_branch_unlikely(x) unlikely(static_key_enabled(&(x)->key))
> /lib/modules/4.9.6-gentoo-r1/build/arch/x86/include/asm/string_64.h:103:6:note:
> expansion of macro ‘ static_branch_unlikely
>   if (static_branch_unlikely(_key))
> ***
> [/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.0.32/work/VirtualBox-5.0.32/out/linux.amd64/release/obj/RuntimeGuestR0/common/alloc/heapsimple.o
> *** Exiting with status 2
>  ERROR: x11-drivers/xf86-video-virtualbox-5.0.32::gentoo failed (compile 
> phase):
  ^

This is what is failing, not virtualbox-guest-additions

Try downgrade those drivers

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] rdate -s timeout for 129.6.15.28

2017-02-06 Thread thelma
On 02/06/2017 02:28 PM, Mike Gilbert wrote:
> On Mon, Feb 6, 2017 at 3:28 PM, Mick  wrote:
>> On Monday 06 Feb 2017 14:52:22 Mike Gilbert wrote:
>>> On Mon, Feb 6, 2017 at 1:37 AM,   wrote:
 I installed "rdate" and trying to sync time on my new box but I'm getting:

 /usr/bin/rdate -s 129.6.15.28
 rdate: timeout for 129.6.15.28

 Time setting works on my other boxes but new the new one :-/
>>>
>>> I suggest upgrading to NTP, especially if the systems are powered on
>>> for days at a time.
>>
>> Or ... chronyd if they are offline frequently (e.g. laptops).
> 
> I was referring to NTP the protocol (which is what chrony speaks), not
> NTP the software.

I think my DD-WRT router is runnint NTP server.
Is it possible to update the time from the rounter?

--
Thelma




Re: [gentoo-user] Missing python binding?

2017-02-06 Thread Daniel Frey
On 02/06/2017 11:05 AM, Alan McKinnon wrote:
> On 06/02/2017 20:41, Daniel Frey wrote:
>> On 02/06/2017 10:22 AM, Alan McKinnon wrote:
>>> On 05/02/2017 21:50, Daniel Frey wrote:
 I am trying magick-rotation to see if it will work on my Surface Pro 3
 (they tested in on a Surface Pro 2 and it was working, unsure if the
 hardware is different.)

 However: I get this:

 Traceback (most recent call last):
   File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in
 
 from gui_gtk import *
 ImportError: No module named gui_gtk


 From searching this points to pygtk, which is installed:

 $ equery list pygtk
  * Searching for pygtk ...
 [IP-] [  ] dev-python/pygtk-2.24.0-r4:2

 I've also tried rebuilding it, still no worky.

 Anyone know how to solve this?

 Dan

>>>
>>>
>>> The module is in /usr/share/magick-rotation/gui_gtk.py
>>> You need to read /usr/share/doc/magick-rotation-${PV}/INSTALLER.txt
>>>
>>> See here:
>>> https://answers.launchpad.net/magick-rotation/+question/259293
>>>
>>
>> Argh. I installed it through an ebuild and it made no mention of this
>> information. Thanks.
> 
> 
> I figure that might be the reaction :-)
> 
> Filing a bug at b.g.o. and asking for that important info to be an elog
> is a good idea, I think
> 
> 

After some more experimenting it seems that it's python-exec causing the
problem. The files are where they're supposed to be.

After that, I found out that in the magick-rotation script the bits that
start the script running are commented out.

Then after all those problems I found out it doesn't appear to work on
my Surface anyway. Argh. ;-)

Dan



[gentoo-user] ERROR: x11-drivers/xf86-video-virtualbox-5.0.32::gentoo failed (compile phase): emake failed

2017-02-06 Thread Valmor de Almeida
Hello,

Any idea on how to fix this on a gentoo virtualbox guest?
Virtualbox-guest-additions will not emerge. The xf86-video build fails:

[snip]
  if (static_branch_unlikely(_key))
/lib/modules/4.9.6-gentoo-r1/build/include/linux/jump_label.h:297:48:
expected primary-expression before
  !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \

lib/modules/4.9.6-gentoo-r1/build/include/linux/compiler.h:168:42: note:
definition of macro
 # define unlikely(x) __builtin_expect(!!(x), 0)
/lib/modules/4.9.6-gentoo-r1/build/include/linux/jump_label.h:387:44:
expansion of macro static_key_enabled
 #define static_branch_unlikely(x) unlikely(static_key_enabled(&(x)->key))
/lib/modules/4.9.6-gentoo-r1/build/arch/x86/include/asm/string_64.h:103:6:note:
expansion of macro ‘ static_branch_unlikely
  if (static_branch_unlikely(_key))
***
[/var/tmp/portage/x11-drivers/xf86-video-virtualbox-5.0.32/work/VirtualBox-5.0.32/out/linux.amd64/release/obj/RuntimeGuestR0/common/alloc/heapsimple.o
*** Exiting with status 2
 ERROR: x11-drivers/xf86-video-virtualbox-5.0.32::gentoo failed (compile
phase):
emake failed
 [snip]

I also tried the unstable versions of virtualbox-guest-additions. This is
happening after a very recent portage sync. Some info below.

Thank you.

--
Valmor


Portage 2.3.3 (python 3.4.5-final-0, default/linux/amd64/13.0, gcc-4.9.4,
glibc-2.23-r3, 4.9.6-gentoo-r1 x86_64)
=
 System Settings
=
System uname: Linux-4.9.6-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-3720QM_CPU_@
_2.60GHz-with-gentoo-2.3
KiB Mem: 9995816 total,   7647256 free
KiB Swap:8388604 total,   8388604 free
Timestamp of repository gentoo: Mon, 06 Feb 2017 18:45:02 +
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:  4.3_p48-r1::gentoo
dev-java/java-config: 2.2.0-r3::gentoo
dev-lang/perl:5.22.3_rc4::gentoo
dev-lang/python:  2.7.12::gentoo, 3.4.5::gentoo
dev-util/cmake:   3.7.2::gentoo
dev-util/pkgconfig:   0.28-r2::gentoo
sys-apps/baselayout:  2.3::gentoo
sys-apps/openrc:  0.22.4::gentoo
sys-apps/sandbox: 2.10-r3::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69::gentoo
sys-devel/automake:   1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:   2.25.1-r1::gentoo
sys-devel/gcc:4.9.4::gentoo
sys-devel/gcc-config: 1.7.3::gentoo
sys-devel/libtool:2.4.6-r2::gentoo
sys-devel/make:   4.2.1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:   2.23-r3::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.us.gentoo.org/gentoo-portage
priority: -1000

science
location: /var/lib/layman/science
masters: gentoo
priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -mtune=generic -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc
/usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild
/etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d
/etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=core2 -mtune=generic -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask=n"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks
ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs
protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs
unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://mirror.iawnet.sandia.gov/gentoo/
ftp://mirror.iawnet.sandia.gov/pub/gentoo/;
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--omit-dir-times --compress --force --whole-file --delete --stats
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X acl acpi alsa amd64 apng berkdb branding bzip2 cairo cleartype cli
cracklib crypt cups cxx dri fftw fontconfig fortran gcj gdbm gif gs gtk
hdf5 hwdb iconv icu ipv6 java jpeg kpathsea lapack libkms lm_sensors
minizip modules mozilla multilib ncurses nls nptl objc objc-gc opengl
openmp pam pcre pdf pmu png pulseaudio python readline seccomp session
spell sqlite ssl svg szip tcpd tiff tk truetype unicode vaapi vga
vim-syntax vim-with-x xattr xinerama xorg xscreensaver zlib" ABI_X86="64"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1x ens1370 ens1371 es1938 

[gentoo-user] AMDGPU

2017-02-06 Thread jdm
Hi,

Just followed the amdgpu wiki guide to get my new graphics card up and
running. Excellent wiki guide and had no issues. Now running with
shiny graphics and throwing all that Steam has to offer at it. 

Many Thanks to the wiki authors.

Will we always have to include binary blobs into the kernel for AMD
cards? This feels kind of odd for me so wondering if this will be
included as a package or a kernel driver at some point or what the
future direction is for AMD graphics with Linux. 

It may not be alien but not done this before so curious.

John





Re: [gentoo-user] rdate -s timeout for 129.6.15.28

2017-02-06 Thread Mike Gilbert
On Mon, Feb 6, 2017 at 3:28 PM, Mick  wrote:
> On Monday 06 Feb 2017 14:52:22 Mike Gilbert wrote:
>> On Mon, Feb 6, 2017 at 1:37 AM,   wrote:
>> > I installed "rdate" and trying to sync time on my new box but I'm getting:
>> >
>> > /usr/bin/rdate -s 129.6.15.28
>> > rdate: timeout for 129.6.15.28
>> >
>> > Time setting works on my other boxes but new the new one :-/
>>
>> I suggest upgrading to NTP, especially if the systems are powered on
>> for days at a time.
>
> Or ... chronyd if they are offline frequently (e.g. laptops).

I was referring to NTP the protocol (which is what chrony speaks), not
NTP the software.



Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Alan McKinnon
On 06/02/2017 21:55, the...@sys-concept.com wrote:
> On 02/06/2017 12:25 PM, Poncho wrote:
>> On 06.02.2017 19:06, Alan McKinnon wrote:
>>> On 06/02/2017 12:41, Poncho wrote:
 On 06.02.2017 08:53, the...@sys-concept.com wrote:
> Are there any good replacement for "nx / nxclient" in Linux?
> NX is long time gone from portage.  I hope, I can still install them
> from atic.
> This was another reason I wasn't upgrading for a long time as I need
> them to access remote boxes in GUI.
>

 I've switched to net-misc/remmina as a replacement for nxclient.

>>>
>>>
>>> Do you have problems with remmina if your keyboard is set to something
>>> other than US-101?
>>>
>>> We had eternal problems with that at work (Mint clients) so couldn't use
>>> remmina with plain RDP.
>>>
>>
>> I'm using a Swiss German keyboard layout.
>> I didn't have any issues while connecting to an ubuntu host running
>> nxserver. Never tried plain RDP though.
> 
> WOW, are you trying to say you are connecting client running "remmina"
> to server running NX?
> If this is the case I'm impressed.

No. RDP.



-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Daniel Frey
On 02/06/2017 12:39 PM, Mick wrote:
> On Monday 06 Feb 2017 12:32:25 Daniel Frey wrote:
>> On 02/06/2017 11:49 AM, Mick wrote:
>>> On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
 On 02/05/2017 10:56 PM, Mick wrote:
> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
> longer mount USB sticks!  I can still mount them using pmount on the
> CLI, but the desktop click-to-mount function does not work in Plasma,
> KDE applications or enlightenment.

 I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
 a USB stick and Dolphin mounted it with no issues.

 Dan
>>>
>>> OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least
>>> two boxen I just checked - I also tried a Macbook which keeps crashing at
>>> boot time with this kernel, but that's for another post.
>>>
>>> The USB problem is related to the latest updates I ran, which also
>>> coincided with the kernel upgrade and this put me off the scent.  I
>>> booted into 4.4.39 and the problem was still there on two different PCs.
>>>
>>> I also booted into two different desktop managers, Plasma and
>>> Enlightenment. The problem remained with both of them, whether I used KDE
>>> apps to mount the USB stick or not.
>>>
>>> As I mentioned, when I use pmount on the CLI I can mount the device. 
>>> However, when I used udisksctl, I got this:
>>>
>>> $ udisksctl mount -b /dev/sdb
>>>  AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
>>> Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
>>> Authenticating as: root
>>> Password:
>>>
>>> What?!  This comes up with plain users, and users in the wheel group. 
>>> This
>>> makes me think the problem may be polkit related.  These are the packages
>>> I
>>> emerged last weekend:
>>>
>>> # genlop --list --date last Saturday
>>>
>>>  * packages merged:
>>>  Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
>>>  Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
>>>  Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
>>>  Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
>>>  Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
>>>  Sat Feb  4 08:31:27 2017 >>>
>>>  kde-plasma/plasma-workspace-wallpapers-5.8.5
>>>  Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
>>>  Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
>>>  Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
>>>  Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
>>>  Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
>>>  Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
>>>  Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
>>>  Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
>>>  Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
>>>  Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
>>>  Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
>>>  Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
>>>  Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
>>>  Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
>>>  Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
>>>  Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
>>>  Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
>>>  Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
>>>  Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
>>>  Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
>>>  Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
>>>  Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
>>>  Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
>>>  Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
>>>  Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
>>>  Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
>>>  Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
>>>  Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
>>>  Sat Feb  4 15:43:48 2017 >>> kde-plasma/oxygen-5.8.5
>>>  Sat Feb  4 15:52:22 2017 >>> kde-plasma/kwin-5.8.5
>>>  Sat Feb  4 15:53:04 2017 >>> kde-plasma/plasma-integration-5.8.5-r1
>>>  Sat Feb  4 16:01:35 2017 >>> kde-plasma/plasma-workspace-5.8.5
>>>  Sat Feb  4 16:03:16 2017 >>> kde-plasma/khotkeys-5.8.5
>>>  Sat Feb  4 16:14:04 2017 >>> kde-plasma/plasma-desktop-5.8.5-r1
>>>  Sat Feb  4 16:16:23 2017 >>> kde-plasma/kdeplasma-addons-5.8.5
>>>  Sat Feb  4 16:18:23 2017 >>> kde-plasma/powerdevil-5.8.5
>>>  Sat Feb  4 16:19:08 2017 >>> kde-plasma/kmenuedit-5.8.5
>>>  Sat Feb  4 16:19:26 2017 >>> kde-plasma/plasma-meta-5.8.5
>>>  Sun Feb  5 09:52:45 2017 >>> sys-apps/sandbox-2.10-r3
>>>  Sun Feb  5 09:53:13 2017 >>> dev-perl/Net-SSLeay-1.800.0
>>>  Sun Feb  

[gentoo-user] USB installation using grub 2 and efi

2017-02-06 Thread marco restelli
Hi all,
   I would like to build a bootable USB which behaves as a normal
installation (saving files, updates etc.) and which is reasonably
portable across various computers. I am following

https://wiki.gentoo.org/wiki/Install_Gentoo_on_a_bootable_USB_stick/en

which seems to describe what I am looking for. I am adapting the above
instructions to use grub2 with efi, using one partition for /boot and
another for /boot/efi .

I can boot the USB once, but then at the next reboot my hard drive
installation is corrupted and can not be booted anymore. I have to
reinstall grub from another live USB.

My questions:

1) is the above link a good reference for what I am trying to do?

2) what can corrupt the main driver when booting from the USB
installation?

3) is there another reference for what I am doing? (live USB are a
different thing, since unless I am mistaken the installation can not
be changed, although it is possible to mount a writable partition)

The fact that the main installation is corrupted is of course what
worries me most, since for this USB to be make sense I should be more
or less confident that at least it does not corrupt the main
installation.

I have no problems providing additional details, if I knew what would
be useful.

Thank you!
Marco



Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Mick
On Monday 06 Feb 2017 12:32:25 Daniel Frey wrote:
> On 02/06/2017 11:49 AM, Mick wrote:
> > On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
> >> On 02/05/2017 10:56 PM, Mick wrote:
> >>> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
> >>> longer mount USB sticks!  I can still mount them using pmount on the
> >>> CLI, but the desktop click-to-mount function does not work in Plasma,
> >>> KDE applications or enlightenment.
> >> 
> >> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
> >> a USB stick and Dolphin mounted it with no issues.
> >> 
> >> Dan
> > 
> > OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least
> > two boxen I just checked - I also tried a Macbook which keeps crashing at
> > boot time with this kernel, but that's for another post.
> > 
> > The USB problem is related to the latest updates I ran, which also
> > coincided with the kernel upgrade and this put me off the scent.  I
> > booted into 4.4.39 and the problem was still there on two different PCs.
> > 
> > I also booted into two different desktop managers, Plasma and
> > Enlightenment. The problem remained with both of them, whether I used KDE
> > apps to mount the USB stick or not.
> > 
> > As I mentioned, when I use pmount on the CLI I can mount the device. 
> > However, when I used udisksctl, I got this:
> > 
> > $ udisksctl mount -b /dev/sdb
> >  AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
> > Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
> > Authenticating as: root
> > Password:
> > 
> > What?!  This comes up with plain users, and users in the wheel group. 
> > This
> > makes me think the problem may be polkit related.  These are the packages
> > I
> > emerged last weekend:
> > 
> > # genlop --list --date last Saturday
> > 
> >  * packages merged:
> >  Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
> >  Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
> >  Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
> >  Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
> >  Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
> >  Sat Feb  4 08:31:27 2017 >>>
> >  kde-plasma/plasma-workspace-wallpapers-5.8.5
> >  Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
> >  Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
> >  Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
> >  Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
> >  Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
> >  Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
> >  Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
> >  Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
> >  Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
> >  Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
> >  Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
> >  Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
> >  Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
> >  Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
> >  Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
> >  Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
> >  Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
> >  Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
> >  Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
> >  Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
> >  Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
> >  Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
> >  Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
> >  Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
> >  Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
> >  Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
> >  Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
> >  Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
> >  Sat Feb  4 15:43:48 2017 >>> kde-plasma/oxygen-5.8.5
> >  Sat Feb  4 15:52:22 2017 >>> kde-plasma/kwin-5.8.5
> >  Sat Feb  4 15:53:04 2017 >>> kde-plasma/plasma-integration-5.8.5-r1
> >  Sat Feb  4 16:01:35 2017 >>> kde-plasma/plasma-workspace-5.8.5
> >  Sat Feb  4 16:03:16 2017 >>> kde-plasma/khotkeys-5.8.5
> >  Sat Feb  4 16:14:04 2017 >>> kde-plasma/plasma-desktop-5.8.5-r1
> >  Sat Feb  4 16:16:23 2017 >>> kde-plasma/kdeplasma-addons-5.8.5
> >  Sat Feb  4 16:18:23 2017 >>> kde-plasma/powerdevil-5.8.5
> >  Sat Feb  4 16:19:08 2017 >>> kde-plasma/kmenuedit-5.8.5
> >  Sat Feb  4 16:19:26 2017 >>> kde-plasma/plasma-meta-5.8.5
> >  Sun Feb  5 09:52:45 2017 >>> sys-apps/sandbox-2.10-r3
> >  Sun Feb  5 09:53:13 2017 >>> dev-perl/Net-SSLeay-1.800.0
> >  Sun Feb  5 09:54:08 2017 >>> 

Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Daniel Frey
On 02/06/2017 11:49 AM, Mick wrote:
> On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
>> On 02/05/2017 10:56 PM, Mick wrote:
>>> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
>>> longer mount USB sticks!  I can still mount them using pmount on the
>>> CLI, but the desktop click-to-mount function does not work in Plasma,
>>> KDE applications or enlightenment.
>>
>> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
>> a USB stick and Dolphin mounted it with no issues.
>>
>> Dan
> 
> OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least two 
> boxen I just checked - I also tried a Macbook which keeps crashing at boot 
> time with this kernel, but that's for another post.
> 
> The USB problem is related to the latest updates I ran, which also coincided 
> with the kernel upgrade and this put me off the scent.  I booted into 4.4.39 
> and the problem was still there on two different PCs.
> 
> I also booted into two different desktop managers, Plasma and Enlightenment.  
> The problem remained with both of them, whether I used KDE apps to mount the 
> USB stick or not.
> 
> As I mentioned, when I use pmount on the CLI I can mount the device.  
> However, 
> when I used udisksctl, I got this:
> 
> $ udisksctl mount -b /dev/sdb
>  AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
> Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
> Authenticating as: root
> Password: 
> 
> What?!  This comes up with plain users, and users in the wheel group.  This 
> makes me think the problem may be polkit related.  These are the packages I 
> emerged last weekend:
> 
> # genlop --list --date last Saturday
>  * packages merged:
> 
>  Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
>  Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
>  Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
>  Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
>  Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
>  Sat Feb  4 08:31:27 2017 >>> kde-plasma/plasma-workspace-wallpapers-5.8.5
>  Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
>  Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
>  Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
>  Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
>  Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
>  Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
>  Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
>  Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
>  Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
>  Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
>  Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
>  Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
>  Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
>  Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
>  Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
>  Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
>  Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
>  Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
>  Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
>  Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
>  Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
>  Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
>  Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
>  Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
>  Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
>  Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
>  Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
>  Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
>  Sat Feb  4 15:43:48 2017 >>> kde-plasma/oxygen-5.8.5
>  Sat Feb  4 15:52:22 2017 >>> kde-plasma/kwin-5.8.5
>  Sat Feb  4 15:53:04 2017 >>> kde-plasma/plasma-integration-5.8.5-r1
>  Sat Feb  4 16:01:35 2017 >>> kde-plasma/plasma-workspace-5.8.5
>  Sat Feb  4 16:03:16 2017 >>> kde-plasma/khotkeys-5.8.5
>  Sat Feb  4 16:14:04 2017 >>> kde-plasma/plasma-desktop-5.8.5-r1
>  Sat Feb  4 16:16:23 2017 >>> kde-plasma/kdeplasma-addons-5.8.5
>  Sat Feb  4 16:18:23 2017 >>> kde-plasma/powerdevil-5.8.5
>  Sat Feb  4 16:19:08 2017 >>> kde-plasma/kmenuedit-5.8.5
>  Sat Feb  4 16:19:26 2017 >>> kde-plasma/plasma-meta-5.8.5
>  Sun Feb  5 09:52:45 2017 >>> sys-apps/sandbox-2.10-r3
>  Sun Feb  5 09:53:13 2017 >>> dev-perl/Net-SSLeay-1.800.0
>  Sun Feb  5 09:54:08 2017 >>> sys-fs/ntfs3g-2016.2.22-r2
>  Sun Feb  5 09:54:35 2017 >>> sys-apps/ifplugd-0.28-r10
>  Sun Feb  5 09:55:47 2017 >>> net-wireless/bluez-5.43-r1
> 
> 
> What do you think?
> 

Stupid question: does an entry exist for /dev/sdb in 

Re: [gentoo-user] rdate -s timeout for 129.6.15.28

2017-02-06 Thread Mick
On Monday 06 Feb 2017 14:52:22 Mike Gilbert wrote:
> On Mon, Feb 6, 2017 at 1:37 AM,   wrote:
> > I installed "rdate" and trying to sync time on my new box but I'm getting:
> > 
> > /usr/bin/rdate -s 129.6.15.28
> > rdate: timeout for 129.6.15.28
> > 
> > Time setting works on my other boxes but new the new one :-/
> 
> I suggest upgrading to NTP, especially if the systems are powered on
> for days at a time.

Or ... chronyd if they are offline frequently (e.g. laptops).
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


[gentoo-user] x11-misc/sddm-0.14.0-r2 won't log out ... the first time

2017-02-06 Thread Mick
I updated to x11-misc/sddm-0.14.0-r2 and as the title says, the DM re-logs in 
once when I try to log out.  The second time it logs out properly.  What might 
be causing this strange behaviour?  Have you noticed the same?
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread thelma
On 02/06/2017 12:25 PM, Poncho wrote:
> On 06.02.2017 19:06, Alan McKinnon wrote:
>> On 06/02/2017 12:41, Poncho wrote:
>>> On 06.02.2017 08:53, the...@sys-concept.com wrote:
 Are there any good replacement for "nx / nxclient" in Linux?
 NX is long time gone from portage.  I hope, I can still install them
 from atic.
 This was another reason I wasn't upgrading for a long time as I need
 them to access remote boxes in GUI.

>>>
>>> I've switched to net-misc/remmina as a replacement for nxclient.
>>>
>>
>>
>> Do you have problems with remmina if your keyboard is set to something
>> other than US-101?
>>
>> We had eternal problems with that at work (Mint clients) so couldn't use
>> remmina with plain RDP.
>>
> 
> I'm using a Swiss German keyboard layout.
> I didn't have any issues while connecting to an ubuntu host running
> nxserver. Never tried plain RDP though.

WOW, are you trying to say you are connecting client running "remmina"
to server running NX?
If this is the case I'm impressed.

--
Thelma



Re: [gentoo-user] rdate -s timeout for 129.6.15.28

2017-02-06 Thread Mike Gilbert
On Mon, Feb 6, 2017 at 1:37 AM,   wrote:
> I installed "rdate" and trying to sync time on my new box but I'm getting:
>
> /usr/bin/rdate -s 129.6.15.28
> rdate: timeout for 129.6.15.28
>
> Time setting works on my other boxes but new the new one :-/

I suggest upgrading to NTP, especially if the systems are powered on
for days at a time.



Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Mick
On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
> On 02/05/2017 10:56 PM, Mick wrote:
> > Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
> > longer mount USB sticks!  I can still mount them using pmount on the
> > CLI, but the desktop click-to-mount function does not work in Plasma,
> > KDE applications or enlightenment.
> 
> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
> a USB stick and Dolphin mounted it with no issues.
> 
> Dan

OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least two 
boxen I just checked - I also tried a Macbook which keeps crashing at boot 
time with this kernel, but that's for another post.

The USB problem is related to the latest updates I ran, which also coincided 
with the kernel upgrade and this put me off the scent.  I booted into 4.4.39 
and the problem was still there on two different PCs.

I also booted into two different desktop managers, Plasma and Enlightenment.  
The problem remained with both of them, whether I used KDE apps to mount the 
USB stick or not.

As I mentioned, when I use pmount on the CLI I can mount the device.  However, 
when I used udisksctl, I got this:

$ udisksctl mount -b /dev/sdb
 AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
Authenticating as: root
Password: 

What?!  This comes up with plain users, and users in the wheel group.  This 
makes me think the problem may be polkit related.  These are the packages I 
emerged last weekend:

# genlop --list --date last Saturday
 * packages merged:

 Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
 Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
 Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
 Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
 Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
 Sat Feb  4 08:31:27 2017 >>> kde-plasma/plasma-workspace-wallpapers-5.8.5
 Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
 Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
 Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
 Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
 Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
 Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
 Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
 Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
 Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
 Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
 Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
 Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
 Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
 Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
 Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
 Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
 Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
 Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
 Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
 Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
 Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
 Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
 Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
 Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
 Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
 Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
 Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
 Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
 Sat Feb  4 15:43:48 2017 >>> kde-plasma/oxygen-5.8.5
 Sat Feb  4 15:52:22 2017 >>> kde-plasma/kwin-5.8.5
 Sat Feb  4 15:53:04 2017 >>> kde-plasma/plasma-integration-5.8.5-r1
 Sat Feb  4 16:01:35 2017 >>> kde-plasma/plasma-workspace-5.8.5
 Sat Feb  4 16:03:16 2017 >>> kde-plasma/khotkeys-5.8.5
 Sat Feb  4 16:14:04 2017 >>> kde-plasma/plasma-desktop-5.8.5-r1
 Sat Feb  4 16:16:23 2017 >>> kde-plasma/kdeplasma-addons-5.8.5
 Sat Feb  4 16:18:23 2017 >>> kde-plasma/powerdevil-5.8.5
 Sat Feb  4 16:19:08 2017 >>> kde-plasma/kmenuedit-5.8.5
 Sat Feb  4 16:19:26 2017 >>> kde-plasma/plasma-meta-5.8.5
 Sun Feb  5 09:52:45 2017 >>> sys-apps/sandbox-2.10-r3
 Sun Feb  5 09:53:13 2017 >>> dev-perl/Net-SSLeay-1.800.0
 Sun Feb  5 09:54:08 2017 >>> sys-fs/ntfs3g-2016.2.22-r2
 Sun Feb  5 09:54:35 2017 >>> sys-apps/ifplugd-0.28-r10
 Sun Feb  5 09:55:47 2017 >>> net-wireless/bluez-5.43-r1


What do you think?
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Alan McKinnon
On 06/02/2017 21:25, Poncho wrote:
> On 06.02.2017 19:06, Alan McKinnon wrote:
>> On 06/02/2017 12:41, Poncho wrote:
>>> On 06.02.2017 08:53, the...@sys-concept.com wrote:
 Are there any good replacement for "nx / nxclient" in Linux?
 NX is long time gone from portage.  I hope, I can still install them
 from atic.
 This was another reason I wasn't upgrading for a long time as I need
 them to access remote boxes in GUI.

>>>
>>> I've switched to net-misc/remmina as a replacement for nxclient.
>>>
>>
>>
>> Do you have problems with remmina if your keyboard is set to something
>> other than US-101?
>>
>> We had eternal problems with that at work (Mint clients) so couldn't use
>> remmina with plain RDP.
>>
> 
> I'm using a Swiss German keyboard layout.
> I didn't have any issues while connecting to an ubuntu host running
> nxserver. Never tried plain RDP though.
> 


Thanks. Moght be a Debian/Ubuntu/Mint-specific client issue then

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Poncho
On 06.02.2017 19:06, Alan McKinnon wrote:
> On 06/02/2017 12:41, Poncho wrote:
>> On 06.02.2017 08:53, the...@sys-concept.com wrote:
>>> Are there any good replacement for "nx / nxclient" in Linux?
>>> NX is long time gone from portage.  I hope, I can still install them
>>> from atic.
>>> This was another reason I wasn't upgrading for a long time as I need
>>> them to access remote boxes in GUI.
>>>
>>
>> I've switched to net-misc/remmina as a replacement for nxclient.
>>
> 
> 
> Do you have problems with remmina if your keyboard is set to something
> other than US-101?
> 
> We had eternal problems with that at work (Mint clients) so couldn't use
> remmina with plain RDP.
> 

I'm using a Swiss German keyboard layout.
I didn't have any issues while connecting to an ubuntu host running
nxserver. Never tried plain RDP though.



Re: [gentoo-user] Reversing a .../files/*.patch as user patch?

2017-02-06 Thread Meino . Cramer
Alan McKinnon  [17-02-06 20:20]:
> On 06/02/2017 20:12, meino.cra...@gmx.de wrote:
> > Alan McKinnon  [17-02-06 19:08]:
> >> On 06/02/2017 19:09, meino.cra...@gmx.de wrote:
> >>> Hi,
> >>>
> >>> While compiling my new root, it fails again.
> >>>
> >>> Here is the desription what happens...solution is
> >>> not to apply two of the patches of the ebuild.
> >>> https://bugs.gentoo.org/show_bug.cgi?id=605158
> >>>
> >>>
> >>> But...how can I do this more convenietly than
> >>> manually reversing the patchfiles?
> >>> Can I instruct emerge not to apply certain patches?
> >>
> >>
> >> To the best of my knowledge, patches applied by the ebuild are not
> >> user-deselectable.
> >>
> >> A workaround that you might be OK with is to copy that version of the
> >> ebuild you use plus patches your own local overlay, remove the offending
> >> patches from files/ and edit the ebuild if necessary.
> >>
> >> This way, that version and only that version will do what you want.
> >> If the maintainer fixes the issue and pushes gperf-3.1-r1 to the tree
> >> then your locally modified ebuild won't be used anymore.
> >>
> >>
> >> [I have to use this trick with several python apps I use and need
> >> modified. It works well as long as I remember I've done it :-) ]
> >>
> >>
> >> -- 
> >> Alan McKinnon
> >> alan.mckin...@gmail.com
> > 
> > 
> > Hi Alan,
> > 
> > thanks for the infos! That will help!
> > 
> > Short meta-question: I haven't done this before
> > and need some instructions...
> > Since I am no native speaker, I often fail to
> > find something specific (or ot will take much longer
> > than usual).
> > What is the "terminus technicus" here?
> > "User overlay", "local overlay" or something with "layman" in 
> > there?
> 
> 
> This is a good guide:
> 
> 
> https://wiki.gentoo.org/wiki//etc/portage/repos.conf
> section Custom Repository
> 
> 
> -- 
> Alan McKinnon
> alan.mckin...@gmail.com

Hi Alan,

THANKS A LOT! :)

Cheers
Meino




Re: [gentoo-user] Reversing a .../files/*.patch as user patch?

2017-02-06 Thread Alan McKinnon
On 06/02/2017 20:12, meino.cra...@gmx.de wrote:
> Alan McKinnon  [17-02-06 19:08]:
>> On 06/02/2017 19:09, meino.cra...@gmx.de wrote:
>>> Hi,
>>>
>>> While compiling my new root, it fails again.
>>>
>>> Here is the desription what happens...solution is
>>> not to apply two of the patches of the ebuild.
>>> https://bugs.gentoo.org/show_bug.cgi?id=605158
>>>
>>>
>>> But...how can I do this more convenietly than
>>> manually reversing the patchfiles?
>>> Can I instruct emerge not to apply certain patches?
>>
>>
>> To the best of my knowledge, patches applied by the ebuild are not
>> user-deselectable.
>>
>> A workaround that you might be OK with is to copy that version of the
>> ebuild you use plus patches your own local overlay, remove the offending
>> patches from files/ and edit the ebuild if necessary.
>>
>> This way, that version and only that version will do what you want.
>> If the maintainer fixes the issue and pushes gperf-3.1-r1 to the tree
>> then your locally modified ebuild won't be used anymore.
>>
>>
>> [I have to use this trick with several python apps I use and need
>> modified. It works well as long as I remember I've done it :-) ]
>>
>>
>> -- 
>> Alan McKinnon
>> alan.mckin...@gmail.com
> 
> 
> Hi Alan,
> 
> thanks for the infos! That will help!
> 
> Short meta-question: I haven't done this before
> and need some instructions...
> Since I am no native speaker, I often fail to
> find something specific (or ot will take much longer
> than usual).
> What is the "terminus technicus" here?
> "User overlay", "local overlay" or something with "layman" in 
> there?


This is a good guide:


https://wiki.gentoo.org/wiki//etc/portage/repos.conf
section Custom Repository


-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] webkit-gtk-2.14.2 cant find sqlite3 symbols

2017-02-06 Thread kelly hirai

hello fellow gentoo-users,

  for about a month now, i have not been able to make 
webkit-gtk-2.14.[2,3] compile. it terminates at the linking step 
complaining it cant find some sqlite functions.


./configure phase reports sqlite3 availability

-- Checking for module 'sqlite3'
--   Found sqlite3, version 3.13.0
-- Found Sqlite: /usr/include

but when it comes time to do the linking it cant find it:

FAILED: : && /usr/bin/x86_64-pc-linux-gnu-g++  -fPIC -march=native -O2 
-pipe -fno-strict-aliasing -std=c++1y -Wl,--no-undefined -Wl,-O1 
-Wl,--as-needed -Wl,--no-keep-memory -fuse-ld=gold 
-Wl,--disable-new-dtags -fuse-ld=gold -Wl,--disable-new-dtags 
-Wl,--version-script,/var/tmp/portage/net-libs/webkit-gtk-2.14.2/work/webkitgtk-2.14.2/Source/cmake/gtksymbols.filter 
-shared -Wl,-soname,libwebkit2gtk-4.0.so.37 -o 
lib/libwebkit2gtk-4.0.so.37.14.9 @CMakeFiles/WebKit2.rsp && :
lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function 
void 
std::__once_call_impl >(): error: undefined reference to 'sqlite3_initialize'
lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function 
void 
std::__once_call_impl >(): error: undefined reference to 'sqlite3_errstr'
lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function 
WebCore::SQLiteDatabase::setCollationFunction(WTF::String const&, 
std::function): error: 
undefined reference to 'sqlite3_create_collation_v2'
lib/libWebCoreGTK.a(lib/../Source/WebCore/CMakeFiles/WebCore.dir/platform/sql/SQLiteDatabase.cpp.o):SQLiteDatabase.cpp:function 
WebCore::SQLiteDatabase::removeCollationFunction(WTF::String const&): 
error: undefined reference to 'sqlite3_create_collation_v2'

collect2: error: ld returned 1 exit status

the symbols seem to be in the library:

strings /usr/lib32/libsqlite3.so | grep  create_collation_
sqlite3_create_collation_v2

strings /usr/lib64/libsqlite3.so | grep  create_collation_
sqlite3_create_collation_v2

i'm stumped here. i don't see any explicit linking flags. the 
@CMakefiles/WebKit2.rsp doesn't make sense to me, maybe its in there?


k.

--
Kelly Hirai
Computer Research Specialist
409 Love Building  (850)-644-1550
Earth Ocean and Atmospheric Science
Florida State University




Re: [gentoo-user] Missing python binding?

2017-02-06 Thread Alan McKinnon
On 06/02/2017 20:41, Daniel Frey wrote:
> On 02/06/2017 10:22 AM, Alan McKinnon wrote:
>> On 05/02/2017 21:50, Daniel Frey wrote:
>>> I am trying magick-rotation to see if it will work on my Surface Pro 3
>>> (they tested in on a Surface Pro 2 and it was working, unsure if the
>>> hardware is different.)
>>>
>>> However: I get this:
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in
>>> 
>>> from gui_gtk import *
>>> ImportError: No module named gui_gtk
>>>
>>>
>>> From searching this points to pygtk, which is installed:
>>>
>>> $ equery list pygtk
>>>  * Searching for pygtk ...
>>> [IP-] [  ] dev-python/pygtk-2.24.0-r4:2
>>>
>>> I've also tried rebuilding it, still no worky.
>>>
>>> Anyone know how to solve this?
>>>
>>> Dan
>>>
>>
>>
>> The module is in /usr/share/magick-rotation/gui_gtk.py
>> You need to read /usr/share/doc/magick-rotation-${PV}/INSTALLER.txt
>>
>> See here:
>> https://answers.launchpad.net/magick-rotation/+question/259293
>>
> 
> Argh. I installed it through an ebuild and it made no mention of this
> information. Thanks.


I figure that might be the reaction :-)

Filing a bug at b.g.o. and asking for that important info to be an elog
is a good idea, I think


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Missing python binding?

2017-02-06 Thread Daniel Frey
On 02/06/2017 10:22 AM, Alan McKinnon wrote:
> On 05/02/2017 21:50, Daniel Frey wrote:
>> I am trying magick-rotation to see if it will work on my Surface Pro 3
>> (they tested in on a Surface Pro 2 and it was working, unsure if the
>> hardware is different.)
>>
>> However: I get this:
>>
>> Traceback (most recent call last):
>>   File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in
>> 
>> from gui_gtk import *
>> ImportError: No module named gui_gtk
>>
>>
>> From searching this points to pygtk, which is installed:
>>
>> $ equery list pygtk
>>  * Searching for pygtk ...
>> [IP-] [  ] dev-python/pygtk-2.24.0-r4:2
>>
>> I've also tried rebuilding it, still no worky.
>>
>> Anyone know how to solve this?
>>
>> Dan
>>
> 
> 
> The module is in /usr/share/magick-rotation/gui_gtk.py
> You need to read /usr/share/doc/magick-rotation-${PV}/INSTALLER.txt
> 
> See here:
> https://answers.launchpad.net/magick-rotation/+question/259293
> 

Argh. I installed it through an ebuild and it made no mention of this
information. Thanks.

Dan



Re: [gentoo-user] Missing python binding?

2017-02-06 Thread Alan McKinnon
On 05/02/2017 21:50, Daniel Frey wrote:
> I am trying magick-rotation to see if it will work on my Surface Pro 3
> (they tested in on a Surface Pro 2 and it was working, unsure if the
> hardware is different.)
> 
> However: I get this:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python-exec/python2.7/magick-rotation", line 20, in
> 
> from gui_gtk import *
> ImportError: No module named gui_gtk
> 
> 
> From searching this points to pygtk, which is installed:
> 
> $ equery list pygtk
>  * Searching for pygtk ...
> [IP-] [  ] dev-python/pygtk-2.24.0-r4:2
> 
> I've also tried rebuilding it, still no worky.
> 
> Anyone know how to solve this?
> 
> Dan
> 


The module is in /usr/share/magick-rotation/gui_gtk.py
You need to read /usr/share/doc/magick-rotation-${PV}/INSTALLER.txt

See here:
https://answers.launchpad.net/magick-rotation/+question/259293

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Reversing a .../files/*.patch as user patch?

2017-02-06 Thread Meino . Cramer
Alan McKinnon  [17-02-06 19:08]:
> On 06/02/2017 19:09, meino.cra...@gmx.de wrote:
> > Hi,
> > 
> > While compiling my new root, it fails again.
> > 
> > Here is the desription what happens...solution is
> > not to apply two of the patches of the ebuild.
> > https://bugs.gentoo.org/show_bug.cgi?id=605158
> > 
> > 
> > But...how can I do this more convenietly than
> > manually reversing the patchfiles?
> > Can I instruct emerge not to apply certain patches?
> 
> 
> To the best of my knowledge, patches applied by the ebuild are not
> user-deselectable.
> 
> A workaround that you might be OK with is to copy that version of the
> ebuild you use plus patches your own local overlay, remove the offending
> patches from files/ and edit the ebuild if necessary.
> 
> This way, that version and only that version will do what you want.
> If the maintainer fixes the issue and pushes gperf-3.1-r1 to the tree
> then your locally modified ebuild won't be used anymore.
> 
> 
> [I have to use this trick with several python apps I use and need
> modified. It works well as long as I remember I've done it :-) ]
> 
> 
> -- 
> Alan McKinnon
> alan.mckin...@gmail.com


Hi Alan,

thanks for the infos! That will help!

Short meta-question: I haven't done this before
and need some instructions...
Since I am no native speaker, I often fail to
find something specific (or ot will take much longer
than usual).
What is the "terminus technicus" here?
"User overlay", "local overlay" or something with "layman" in 
there?

Cheers
Meino




Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Alan McKinnon
On 06/02/2017 17:49, the...@sys-concept.com wrote:
> On 02/06/2017 03:41 AM, Poncho wrote:
>> On 06.02.2017 08:53, the...@sys-concept.com wrote:
>>> Are there any good replacement for "nx / nxclient" in Linux?
>>> NX is long time gone from portage.  I hope, I can still install them
>>> from atic.
>>> This was another reason I wasn't upgrading for a long time as I need
>>> them to access remote boxes in GUI.
>>>
>>
>> I've switched to net-misc/remmina as a replacement for nxclient.
> 
> Which flags are you using?
> net-misc/remmina-1.2.0_rc16-r1  USE="crypt nls (-ayatana) -gnome-keyring -rdp 
> -spice -ssh -telepathy -webkit -zeroconf"
>  
> I know I'll need: ssh rdp
> The remaining: -telepathy -webkit -zeroconf -ayatana
> I have no clue about them and looking up the info doesn't tell me much.


telepathy is an instant messaging framework, the successor to Kopete
from KDE

webkit is ... web rendering stuff. Hard to tell what it means in context
of rdp

zeroconf is avahi, mdnsresponder, config-less networking. All
implementations of the same idea

ayatana is a notification framework. If you have it, remmina uses it for
notifications

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Alan McKinnon
On 06/02/2017 12:41, Poncho wrote:
> On 06.02.2017 08:53, the...@sys-concept.com wrote:
>> Are there any good replacement for "nx / nxclient" in Linux?
>> NX is long time gone from portage.  I hope, I can still install them
>> from atic.
>> This was another reason I wasn't upgrading for a long time as I need
>> them to access remote boxes in GUI.
>>
> 
> I've switched to net-misc/remmina as a replacement for nxclient.
> 


Do you have problems with remmina if your keyboard is set to something
other than US-101?

We had eternal problems with that at work (Mint clients) so couldn't use
remmina with plain RDP.

-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] Reversing a .../files/*.patch as user patch?

2017-02-06 Thread Alan McKinnon
On 06/02/2017 19:09, meino.cra...@gmx.de wrote:
> Hi,
> 
> While compiling my new root, it fails again.
> 
> Here is the desription what happens...solution is
> not to apply two of the patches of the ebuild.
> https://bugs.gentoo.org/show_bug.cgi?id=605158
> 
> 
> But...how can I do this more convenietly than
> manually reversing the patchfiles?
> Can I instruct emerge not to apply certain patches?


To the best of my knowledge, patches applied by the ebuild are not
user-deselectable.

A workaround that you might be OK with is to copy that version of the
ebuild you use plus patches your own local overlay, remove the offending
patches from files/ and edit the ebuild if necessary.

This way, that version and only that version will do what you want.
If the maintainer fixes the issue and pushes gperf-3.1-r1 to the tree
then your locally modified ebuild won't be used anymore.


[I have to use this trick with several python apps I use and need
modified. It works well as long as I remember I've done it :-) ]


-- 
Alan McKinnon
alan.mckin...@gmail.com




[gentoo-user] Reversing a .../files/*.patch as user patch?

2017-02-06 Thread Meino . Cramer
Hi,

While compiling my new root, it fails again.

Here is the desription what happens...solution is
not to apply two of the patches of the ebuild.
https://bugs.gentoo.org/show_bug.cgi?id=605158


But...how can I do this more convenietly than
manually reversing the patchfiles?
Can I instruct emerge not to apply certain patches?

Cheers
Meino








Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Daniel Frey
On 02/06/2017 08:21 AM, the...@sys-concept.com wrote:
> Any experience, how do they compare speed-wise  net-misc/remmina vs.
> x2goserver of GUI to remote PC over the internet?
> 

I haven't bothered to set up l2tp/pptp on my router at home to try this
out. I left it at the default setting of ADSL speeds on my LAN (which
I'm told is about 3mbit on the x2go site) but they do have slower
settings you can choose.

>From what I remember it wasn't hard at all to set up and try.

Dan





Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread thelma


Thelma

On 02/06/2017 08:55 AM, Daniel Frey wrote:
> On 02/06/2017 01:55 AM, Helmut Jarausch wrote:
>> On 02/06/2017 08:53:19 AM, the...@sys-concept.com wrote:
>>> Are there any good replacement for "nx / nxclient" in Linux?
>>> NX is long time gone from portage.  I hope, I can still install them
>>> from atic.
>>> This was another reason I wasn't upgrading for a long time as I need
>>> them to access remote boxes in GUI.
>>>
>>
>> I have net-misc/x2goclient (and net-misc/x2goserver) installed.
>> But I think, x2goserver has to be installed on the remote system.
>>
>>
> 
> Yes, x2goserver needs to be installed on the remote system. But I do
> believe you need something installed on the remote system to listen for
> nx/vnc requests anyway.
> 
> I switched to x2goserver/x2goclient maybe two years ago from
> xvnc/tigervnc as it was getting to be a real chore to install again
> xorg-x11 at the time.
> 
> It has some benefits, one of them being it spawns a new session when you
> log in, like Terminal Server/Remote Desktop Services on Windows -
> meaning you don't attach to an existing user that's logged on.
> 
> It also has some downsides. As in not all desktops are fully supported.
> I had to switch to MATE on the server for reliability issues. KDE5 is
> not supported, as an example. They do support other desktops besides
> MATE, it's just the one I stuck with. It does, however, feel
> back-asswards compared to KDE, as a primarily KDE-user.
> 
> Dan

Any experience, how do they compare speed-wise  net-misc/remmina vs.
x2goserver of GUI to remote PC over the internet?

--
Thelma



Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Daniel Frey
On 02/06/2017 01:55 AM, Helmut Jarausch wrote:
> On 02/06/2017 08:53:19 AM, the...@sys-concept.com wrote:
>> Are there any good replacement for "nx / nxclient" in Linux?
>> NX is long time gone from portage.  I hope, I can still install them
>> from atic.
>> This was another reason I wasn't upgrading for a long time as I need
>> them to access remote boxes in GUI.
>>
> 
> I have net-misc/x2goclient (and net-misc/x2goserver) installed.
> But I think, x2goserver has to be installed on the remote system.
> 
> 

Yes, x2goserver needs to be installed on the remote system. But I do
believe you need something installed on the remote system to listen for
nx/vnc requests anyway.

I switched to x2goserver/x2goclient maybe two years ago from
xvnc/tigervnc as it was getting to be a real chore to install again
xorg-x11 at the time.

It has some benefits, one of them being it spawns a new session when you
log in, like Terminal Server/Remote Desktop Services on Windows -
meaning you don't attach to an existing user that's logged on.

It also has some downsides. As in not all desktops are fully supported.
I had to switch to MATE on the server for reliability issues. KDE5 is
not supported, as an example. They do support other desktops besides
MATE, it's just the one I stuck with. It does, however, feel
back-asswards compared to KDE, as a primarily KDE-user.

Dan



Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread thelma
On 02/06/2017 03:41 AM, Poncho wrote:
> On 06.02.2017 08:53, the...@sys-concept.com wrote:
>> Are there any good replacement for "nx / nxclient" in Linux?
>> NX is long time gone from portage.  I hope, I can still install them
>> from atic.
>> This was another reason I wasn't upgrading for a long time as I need
>> them to access remote boxes in GUI.
>>
> 
> I've switched to net-misc/remmina as a replacement for nxclient.

Which flags are you using?
net-misc/remmina-1.2.0_rc16-r1  USE="crypt nls (-ayatana) -gnome-keyring -rdp 
-spice -ssh -telepathy -webkit -zeroconf"
 
I know I'll need: ssh rdp
The remaining: -telepathy -webkit -zeroconf -ayatana
I have no clue about them and looking up the info doesn't tell me much.

--
Thelma



Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Daniel Frey
On 02/05/2017 10:56 PM, Mick wrote:
> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
> longer mount USB sticks!  I can still mount them using pmount on the
> CLI, but the desktop click-to-mount function does not work in Plasma,
> KDE applications or enlightenment.
> 

I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
a USB stick and Dolphin mounted it with no issues.

Dan




Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread thelma
On 02/06/2017 03:41 AM, Poncho wrote:
> On 06.02.2017 08:53, the...@sys-concept.com wrote:
>> Are there any good replacement for "nx / nxclient" in Linux?
>> NX is long time gone from portage.  I hope, I can still install them
>> from atic.
>> This was another reason I wasn't upgrading for a long time as I need
>> them to access remote boxes in GUI.
>>
> 
> I've switched to net-misc/remmina as a replacement for nxclient.

How is the connection speed of GUI to remote PC over the internet in
comparison NX?

I assume the connection will work over ssh.

--
Thelma




Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Poncho
On 06.02.2017 08:53, the...@sys-concept.com wrote:
> Are there any good replacement for "nx / nxclient" in Linux?
> NX is long time gone from portage.  I hope, I can still install them
> from atic.
> This was another reason I wasn't upgrading for a long time as I need
> them to access remote boxes in GUI.
> 

I've switched to net-misc/remmina as a replacement for nxclient.



Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Mickaël Bucas
2017-02-06 10:55 GMT+01:00 Helmut Jarausch :
> On 02/06/2017 08:53:19 AM, the...@sys-concept.com wrote:
>>
>> Are there any good replacement for "nx / nxclient" in Linux?
>> NX is long time gone from portage.  I hope, I can still install them
>> from atic.
>> This was another reason I wasn't upgrading for a long time as I need
>> them to access remote boxes in GUI.
>>
>
> I have net-misc/x2goclient (and net-misc/x2goserver) installed.
> But I think, x2goserver has to be installed on the remote system.

There is also Guacamole, whose main advantage is that the client is a browser.
The architecture seems a bit complex.
I intend to try it but I can tell currently how good it is.
http://guacamole.incubator.apache.org/
It's masked in Portage :
net-misc/guacamole-server
www-apps/guacamole

Best regards
Mickaël



Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Alarig Le Lay
On lun.  6 févr. 00:53:19 2017, the...@sys-concept.com wrote:
> Are there any good replacement for "nx / nxclient" in Linux?
> NX is long time gone from portage.  I hope, I can still install them
> from atic.
> This was another reason I wasn't upgrading for a long time as I need
> them to access remote boxes in GUI.

Hi,

You can also use xpra.  It’s basically an X11 forwarding with some
compression and other tuning.

-- 
alarig


signature.asc
Description: PGP signature


Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Helmut Jarausch

On 02/06/2017 08:53:19 AM, the...@sys-concept.com wrote:

Are there any good replacement for "nx / nxclient" in Linux?
NX is long time gone from portage.  I hope, I can still install them
from atic.
This was another reason I wasn't upgrading for a long time as I need
them to access remote boxes in GUI.



I have net-misc/x2goclient (and net-misc/x2goserver) installed.
But I think, x2goserver has to be installed on the remote system.




Re: [gentoo-user] nx / nxclient - replacement

2017-02-06 Thread Luigi 'Comio' Mantellini
* net-misc/x2goclient
 Available versions:  4.0.3.2 (~)4.0.4.0 (~)4.0.5.0 (~)4.0.5.1
(~)4.0.5.2-r1 {ldap nsplugin qt5}
 Homepage:http://www.x2go.org
 Description: The X2Go Qt client

* net-misc/x2goserver
 Available versions:  4.0.1.19 (~)4.0.1.19-r2 (~)4.0.1.19-r3
(~)4.0.1.20 {+fuse postgres +sqlite}
 Homepage:http://www.x2go.org
 Description: The X2Go server

I never tried.

ciao

luigi

Il giorno lun 6 feb 2017 alle ore 08:55  ha scritto:

> Are there any good replacement for "nx / nxclient" in Linux?
> NX is long time gone from portage.  I hope, I can still install them
> from atic.
> This was another reason I wasn't upgrading for a long time as I need
> them to access remote boxes in GUI.
>
> --
> Thelma
>
> --
Luigi Mantellini