Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Walter Dnes
On Fri, Mar 17, 2017 at 03:30:19AM +0100, Ralf wrote > > Since you're using PYTHON_TARGETS="python3_4 -python3_5", the "local" > > option is to add the following line to package.use to apply to gedit only. > Yep, i know, and then the next package complains. So why didn't this > happen before?

Re: [gentoo-user] Diskless nodes

2017-03-16 Thread thelma
On 03/16/2017 03:31 PM, Rich Freeman wrote: > On Thu, Mar 16, 2017 at 3:02 PM, wrote: >> On 03/16/2017 05:58 AM, k...@aspodata.se wrote: >>> Thelma: Is anybody running Diskless machine, booting over network? How is the speed? >>> >>> I've done diskless before

Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Ralf
On 03/17/2017 03:19 AM, Walter Dnes wrote: > On Fri, Mar 17, 2017 at 02:09:29AM +0100, Ralf wrote > >> So somehow PYTHON_TARGET and PYTHON_SINGLETARGET got screwed on my >> system. I know how I could fix this for gedit only, but then other >> packages begin complaining about the same issue as

Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Ralf
On 03/17/2017 02:49 AM, Dale wrote: > Ralf wrote: >> On 03/17/2017 02:28 AM, Neil Bothwick wrote: >>> Read the message again, it needs one of python3_4 or python3_5 in >>> single target, you have neither. >> ... And read mine :-) >> I know. >> And I know how I could fix that for single packages,

Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Walter Dnes
On Fri, Mar 17, 2017 at 02:09:29AM +0100, Ralf wrote > So somehow PYTHON_TARGET and PYTHON_SINGLETARGET got screwed on my > system. I know how I could fix this for gedit only, but then other > packages begin complaining about the same issue as well. No, it's not screwed up. gedit insists on

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 07:42 PM, Dale wrote: > the...@sys-concept.com wrote: >> On 03/16/2017 06:53 PM, Neil Bothwick wrote: >>> On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: >>> >> but running: /etc/init.d/modules-load restart >> does not restart the module. > Does

[gentoo-user] Re: Borked network connections on KDE apps (ftp, fish)

2017-03-16 Thread Jonathan Callen
On 03/16/2017 04:38 AM, Mick wrote: > I updated one box with the latest stable KDE and discovered that > Konqueror/Dolphin will no longer connect to ftp or sftp servers. > > depclean showed up and uninstalled a lot of packages, which I let it do > thinking they are no longer needed in the

Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Dale
Ralf wrote: > On 03/17/2017 02:28 AM, Neil Bothwick wrote: >> Read the message again, it needs one of python3_4 or python3_5 in >> single target, you have neither. > ... And read mine :-) > I know. > And I know how I could fix that for single packages, but then the next > package complains about

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Dale
the...@sys-concept.com wrote: > On 03/16/2017 06:53 PM, Neil Bothwick wrote: >> On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: >> > but running: /etc/init.d/modules-load restart > does not restart the module. Does modprobe load it? >>> Yes, it did; thank you.

Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Ralf
On 03/17/2017 02:28 AM, Neil Bothwick wrote: > Read the message again, it needs one of python3_4 or python3_5 in > single target, you have neither. ... And read mine :-) I know. And I know how I could fix that for single packages, but then the next package complains about the very same issues. So

Re: [gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Neil Bothwick
Read the message again, it needs one of python3_4 or python3_5 in single target, you have neither. Do you have any PYTHON entries in make.conf? On 17 March 2017 01:09:29 GMT+00:00, Ralf wrote: >Hi, > >so I just emerged some unrelated packages, and then the

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 06:53 PM, Neil Bothwick wrote: > On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: > but running: /etc/init.d/modules-load restart does not restart the module. >>> >>> Does modprobe load it? >> >> Yes, it did; thank you. >> modprobe it87 Worked. >> >>

[gentoo-user] PYTHON_TARGET errors

2017-03-16 Thread Ralf
Hi, so I just emerged some unrelated packages, and then the following happened when trying to update my system: !!! The ebuild selected to satisfy ">=app-editors/gedit-3.22.0" has unmet requirements. - app-editors/gedit-3.22.0::gentoo USE="introspection python spell -test -vala" ABI_X86="64"

Re: [gentoo-user] Re: some capital B blockers in world update

2017-03-16 Thread allan gottlieb
On Wed, Mar 15 2017, Kai Krakow wrote: > Am Tue, 14 Mar 2017 13:00:17 -0400 > schrieb allan gottlieb : > >> On Tue, Mar 14 2017, Alan McKinnon wrote: >> >> > On 14/03/2017 16:43, allan gottlieb wrote: >> >> I update roughly twice a week. On one machine (full output below) >>

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Neil Bothwick
On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: > >> but running: /etc/init.d/modules-load restart > >> does not restart the module. > > > > Does modprobe load it? > > Yes, it did; thank you. > modprobe it87 Worked. > > But when I run: > /etc/init.d/modules-load restart

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 03:23 PM, Neil Bothwick wrote: > On Thu, 16 Mar 2017 12:04:44 -0600, the...@sys-concept.com wrote: > >> I compiled as module: it87 >> run: >> make >> make modules_prepare >> make modules_install >> ... >> INSTALL drivers/hwmon/it87.ko >> >> add "it87" to modules.conf >> >> but

Re: [gentoo-user] modules-load restart

2017-03-16 Thread thelma
On 03/16/2017 12:51 PM, Alan McKinnon wrote: > On 16/03/2017 20:04, the...@sys-concept.com wrote: >> I compiled as module: it87 >> run: >> make >> make modules_prepare >> make modules_install >> ... >> INSTALL drivers/hwmon/it87.ko >> >> add "it87" to modules.conf >> >> but running:

Re: [gentoo-user] LXDE startup error

2017-03-16 Thread Miroslav Rovis
On 170316-21:35+, Peter Humphrey wrote: > Hello list, > > I've just finished (well, you know) installing Gentoo on a new box and given > it an LXDE desktop. Every time I start the desktop, whether by startx or via > lxdm, I immediately get an error box saying "Could not connect: No such file

Re: [gentoo-user] Borked network connections on KDE apps (ftp, fish)

2017-03-16 Thread Mick
On Thursday 16 March 2017 18:23:53 Alan McKinnon wrote: > On 16/03/2017 10:38, Mick wrote: > > I updated one box with the latest stable KDE and discovered that > > Konqueror/Dolphin will no longer connect to ftp or sftp servers. > > > > depclean showed up and uninstalled a lot of packages, which

[gentoo-user] LXDE startup error

2017-03-16 Thread Peter Humphrey
Hello list, I've just finished (well, you know) installing Gentoo on a new box and given it an LXDE desktop. Every time I start the desktop, whether by startx or via lxdm, I immediately get an error box saying "Could not connect: No such file or directory." Does anyone here recognise this?

Re: [gentoo-user] Diskless nodes

2017-03-16 Thread Rich Freeman
On Thu, Mar 16, 2017 at 3:02 PM, wrote: > On 03/16/2017 05:58 AM, k...@aspodata.se wrote: >> Thelma: >>> Is anybody running Diskless machine, booting over network? >>> How is the speed? >> >> I've done diskless before but it has been a few years since, >> it was working

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Neil Bothwick
On Thu, 16 Mar 2017 12:04:44 -0600, the...@sys-concept.com wrote: > I compiled as module: it87 > run: > make > make modules_prepare > make modules_install > ... > INSTALL drivers/hwmon/it87.ko > > add "it87" to modules.conf > > but running: /etc/init.d/modules-load restart > does not restart

Re: [gentoo-user] Diskless nodes

2017-03-16 Thread thelma
On 03/16/2017 05:58 AM, k...@aspodata.se wrote: > Thelma: >> Is anybody running Diskless machine, booting over network? >> How is the speed? > > I've done diskless before but it has been a few years since, > it was working just fine. Don't remember any specific issues > once you get it working. >

Re: [gentoo-user] modules-load restart

2017-03-16 Thread Alan McKinnon
On 16/03/2017 20:04, the...@sys-concept.com wrote: > I compiled as module: it87 > run: > make > make modules_prepare > make modules_install > ... > INSTALL drivers/hwmon/it87.ko > > add "it87" to modules.conf > > but running: /etc/init.d/modules-load restart > does not restart the module. > >

[gentoo-user] modules-load restart

2017-03-16 Thread thelma
I compiled as module: it87 run: make make modules_prepare make modules_install ... INSTALL drivers/hwmon/it87.ko add "it87" to modules.conf but running: /etc/init.d/modules-load restart does not restart the module. Do I need to restart the box, this procedure work on a different box without

Re: [gentoo-user] Borked network connections on KDE apps (ftp, fish)

2017-03-16 Thread Alan McKinnon
On 16/03/2017 10:38, Mick wrote: > I updated one box with the latest stable KDE and discovered that > Konqueror/Dolphin will no longer connect to ftp or sftp servers. > > depclean showed up and uninstalled a lot of packages, which I let it do > thinking they are no longer needed in the latest

Re: [gentoo-user] locate can not find a file

2017-03-16 Thread Alan McKinnon
On 15/03/2017 18:03, the...@sys-concept.com wrote: > On 03/15/2017 09:51 AM, the...@sys-concept.com wrote: > [snip] >>> >>> Do you have file consent_extraction1.pdf in your working directory? In >>> that case, your shell will begin by expending your asterisk and you will >>> really look for

[gentoo-user] Re: locate can not find a file

2017-03-16 Thread Grant Edwards
On 2017-03-15, Kai Krakow wrote: > Am Wed, 15 Mar 2017 21:41:41 + (UTC) > schrieb Grant Edwards : > >> On 2017-03-15, Kai Krakow wrote: >> >> > Especially people coming from Windows or DOS have problems with this >> >

[gentoo-user] Wireless NIC blocks bluetooth

2017-03-16 Thread Mick
I'm trying to troubleshoot a weird behaviour with my old Dell XPS. The device is a Dell Wireless 1397 WLAN Mini-Card, which combines wireless and bluetooth. Enabling the mini-card using the touch button on the laptop fires up both devices: # rfkill list 0: phy0: Wireless LAN Soft

Re: [gentoo-user] Diskless nodes

2017-03-16 Thread karl
Thelma: > Is anybody running Diskless machine, booting over network? > How is the speed? I've done diskless before but it has been a few years since, it was working just fine. Don't remember any specific issues once you get it working. > I have a Gentoo machine running Windows7 via VM. > I need

Re: [gentoo-user] Recommended CDR-Burning-frontend without QT and without KDE?

2017-03-16 Thread Miroslav Rovis
I'm trying to not make a confused email, and I'm not sure I'll succeed... My question is about grsecurity-hardened, but see below the emails that I reference to some extent. Has anyone deployed RBAC policy/-ies in their /etc/grse/policy that make for using cdrecord and other binaries of cdrtools

[gentoo-user] Borked network connections on KDE apps (ftp, fish)

2017-03-16 Thread Mick
I updated one box with the latest stable KDE and discovered that Konqueror/Dolphin will no longer connect to ftp or sftp servers. depclean showed up and uninstalled a lot of packages, which I let it do thinking they are no longer needed in the latest version of KDE, probably because their

Re: [gentoo-user] Re: Steam downloading extremely

2017-03-16 Thread Danny YUE
Hi Kai, Thanks for your help :-) Code here: /usr/share/info $ cat /proc/sys/net/ipv4/tcp_fastopen 1 /usr/share/info $ cat /proc/sys/net/core/default_qdisc pfifo_fast /usr/share/info $ cat /proc/sys/net/ipv4/tcp_congestion_control cubic dnsmasq may help because...if my understanding is correct,