[gentoo-user] /var/tmp on tmpfs

2018-02-08 Thread gevisz
I never used tmpfs for portage TMPDIR before and now decided to give it a try. I have 8GB of RAM and 12GB of swap on a separate partition. Do I correctly understood https://wiki.gentoo.org/wiki/Portage_TMPDIR_on_tmpfs that I can safely set in the fstab the size of my tmpfs to 12GB so that the chr

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-08 Thread gevisz
2018-02-08 19:47 GMT+02:00 Nikos Chantziaras : > On 08/02/18 19:11, gevisz wrote: >> >> I never used tmpfs for portage TMPDIR before and now decided >> to give it a try. >> >> I have 8GB of RAM and 12GB of swap on a separate partition. >> >> Do I co

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-08 Thread gevisz
2018-02-08 20:13 GMT+02:00 Rich Freeman : > On 08/02/18 19:11, gevisz wrote: >> >> I never used tmpfs for portage TMPDIR before and now decided to give it a >> try. >> >> I have 8GB of RAM and 12GB of swap on a separate partition. >> >> Do I correct

Re: [gentoo-user] /var/tmp on tmpfs

2018-02-08 Thread gevisz
2018-02-08 21:17 GMT+02:00 Dale : > gevisz wrote: >> I never used tmpfs for portage TMPDIR before and now decided to give it a >> try. >> >> I have 8GB of RAM and 12GB of swap on a separate partition. >> >> Do I correctly understood >> https://wiki.ge

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-08 Thread gevisz
2018-02-08 23:57 GMT+02:00 Rich Freeman : > On Thu, Feb 8, 2018 at 4:52 PM, gevisz wrote: >> >> However, it probably won't be sooner than >> # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask >> world --exclude chromium >> fails because of

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-08 Thread gevisz
2018-02-09 0:19 GMT+02:00 Nikos Chantziaras : > On 08/02/18 23:31, gevisz wrote: >> >> I do not use ccache, and in my /var/tmp I only have /var/tmp/portage >> and /var/tmp/genkernel (I use genkernel to generate initramfs image). >> >> I never use emerge and genker

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-09 Thread gevisz
2018-02-09 0:50 GMT+02:00 Tsukasa Mcp_Reznor : > From: freemanr...@gmail.com on behalf of Rich > Freeman > Sent: Thursday, February 8, 2018 5:38 PM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Re: /var/tmp on tmpfs > > Just adding my 2 cents EMERGE_DEFAULT_OPTS="--fail-clean" h

Re: [gentoo-user] /var/tmp on tmpfs

2018-02-09 Thread gevisz
2018-02-09 10:11 GMT+02:00 Neil Bothwick : > On Thu, 8 Feb 2018 23:18:19 +, Wol's lists wrote: > >> > More specifically, /var/tmp is traditionally supposed to be >> > non-volatile (across reboots). >> > >> > Comparatively the contents of /tmp can be volatile (across reboots). >> > >> > I would

Re: [gentoo-user] /var/tmp on tmpfs

2018-02-09 Thread gevisz
2018-02-09 3:24 GMT+02:00 Dale : > > In my experience, once swap starts getting used, it gets slow, sometimes > to the point that a response may take several seconds or more. When I > compile without tmpfs at all, which means everything is on disk, it's > rare that I can even tell it is using that

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-09 Thread gevisz
2018-02-09 3:50 GMT+02:00 Dale : > gevisz wrote: >> >> You probably will be surprised, but the main reason I am trying to use >> tmpfs for /var/tmp/ is not because I want to make emerging chromium >> faster (I have no hope about that because read somewhere that it will

Re: [gentoo-user] Re: /var/tmp on tmpfs

2018-02-09 Thread gevisz
2018-02-09 4:15 GMT+02:00 Ian Zimmerman : > On 2018-02-09 01:15, Wol's lists wrote: > >> > Care to cite an example of such a program in the Gentoo repo? I >> > certainly can't think of any, and I've been running with /var/tmp on >> > tmpfs for over a decade. >> >> I don't know of any. > > vim? > >

[gentoo-user] Are VirtualBox moduli loaded by themselves?

2018-03-05 Thread gevisz
In VirtualBox Gentoo wiki is written that, to run VirtualBox, one should emerge app-emulation/virtualbox-modules and load them into memory either by using modprobe or by adding the following line modules="vboxdrv vboxnetadp vboxnetflt vboxpci" into /etc/conf.d/modules I did nothing of mentioned ab

Re: [gentoo-user] Are VirtualBox moduli loaded by themselves?

2018-03-06 Thread gevisz
2018-03-05 23:35 GMT+02:00 Neil Bothwick : > On Mon, 5 Mar 2018 22:40:00 +0200, gevisz wrote: > >> Can anybody explain me who loads virtualbox-modules without my consent >> and how I can make them loaded only when I need them (just before I am >> going to run VirtualBox,

Re: [gentoo-user] Are VirtualBox moduli loaded by themselves?

2018-03-06 Thread gevisz
2018-03-06 11:37 GMT+02:00 J. Roeleveld : > On Tuesday, March 6, 2018 10:21:43 AM CET gevisz wrote: >> 2018-03-05 23:35 GMT+02:00 Neil Bothwick : >> > On Mon, 5 Mar 2018 22:40:00 +0200, gevisz wrote: >> >> Can anybody explain me who loads virtualbox-modules without

Re: [gentoo-user] Are VirtualBox moduli loaded by themselves?

2018-03-06 Thread gevisz
2018-03-06 15:28 GMT+02:00 Rich Freeman : > IMO disabling module autoloading by openrc seems like trying to kill a > fly with a shotgun. Just disable the configuration file that loads > the particular modules that you don't want autoloaded, as was already > suggested. Then when you install someth

[gentoo-user] New xorg-proto package blocks everything else.

2018-03-25 Thread gevisz
It seems that newly introduced x11-base/xorg-proto-2018.4 package blocks everything else. What to do? Is there better option in this case than unmerging xorg-server? Thank you. # emerge --update --deep --with-bdeps=y --newuse --backtrack=90 --ask world These are the packages that would be merged,

Re: [gentoo-user] New xorg-proto package blocks everything else.

2018-03-25 Thread gevisz
2018-03-25 15:50 GMT+03:00 Neil Bothwick : > On Sun, 25 Mar 2018 15:19:33 +0300, gevisz wrote: > >> It seems that newly introduced x11-base/xorg-proto-2018.4 package >> blocks everything else. What to do? >> Is there better option in this case than unmerging x

Re: [gentoo-user] New xorg-proto package blocks everything else.

2018-03-25 Thread gevisz
2018-03-25 20:38 GMT+03:00 gevisz : > 2018-03-25 15:50 GMT+03:00 Neil Bothwick : >> On Sun, 25 Mar 2018 15:19:33 +0300, gevisz wrote: >> >>> It seems that newly introduced x11-base/xorg-proto-2018.4 package >>> blocks everything else. What to do? >>>

Re: [gentoo-user] New xorg-proto package blocks everything else.

2018-03-25 Thread gevisz
le versions of all packages. > 2018-03-25 20:58 GMT+03:00 gevisz : >> >> 2018-03-25 20:38 GMT+03:00 gevisz : >> > 2018-03-25 15:50 GMT+03:00 Neil Bothwick : >> >> On Sun, 25 Mar 2018 15:19:33 +0300, gevisz wrote: >> >> >> >>> It seems

Re: [gentoo-user] New xorg-proto package blocks everything else.

2018-03-25 Thread gevisz
2018-03-25 22:02 GMT+03:00 Dale : > gevisz wrote: >> 2018-03-25 21:40 GMT+03:00 Franz Fellner : >>> Just a stupid question: Did you add =scrnsaverproto-1.2.2-r1 to >>> package.mask? >> No. Actually, I do not need screensaver at all. >> >>> Because

Re: [gentoo-user] Re: Would unmerging xorg-server certainly help it?

2018-03-25 Thread gevisz
2018-03-25 22:25 GMT+03:00 Ian Zimmerman : > On 2018-03-25 17:49, Martin Vaeth wrote: > >> It should be scrnsaverproto-1.2.2-r2 which is pulled in. >> Maybe you sync'ed at an unfortunate moment. Try emerge --sync again. > > In my case at least, the root cause was this: in the nightly webrsync > sna

Re: [gentoo-user] New xorg-proto package blocks everything else.

2018-03-26 Thread gevisz
2018-03-25 21:40 GMT+03:00 Franz Fellner : > Just a stupid question: Did you add =scrnsaverproto-1.2.2-r1 to > package.mask? Because the -r2 is stable and nothing should prevent it from > being merged... > I am running partly testing and the time xorg-proto was added I had to deal > with hard block

[gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-04 Thread gevisz
A friend of mine asked me to recommend him an open-source VPN-server for Linux but unfortunately I never used one. After some googling, I have found OpenVPN but do not know if it is the best choice that suits his purposes, namely to access local network that does not have its own fixed IP from the

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-05 Thread gevisz
2018-04-05 1:02 GMT+03:00 Grant Taylor : > On 04/04/2018 02:18 PM, gevisz wrote: >> >> A friend of mine asked me to recommend him an open-source VPN-server for >> Linux but unfortunately I never used one. > > That's a loaded ask. I just tried to point to the fact

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-05 Thread gevisz
2018-04-05 2:03 GMT+03:00 Mick : > On Wednesday, 4 April 2018 23:02:20 BST Grant Taylor wrote: >> On 04/04/2018 02:18 PM, gevisz wrote: >> > A friend of mine asked me to recommend him an open-source VPN-server >> > for Linux but unfortunately I never used one

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-05 Thread gevisz
2018-04-05 12:51 GMT+03:00 gevisz : > 2018-04-05 1:02 GMT+03:00 Grant Taylor : > On 04/04/2018 02:18 PM, gevisz wrote: >> Assuming that NAT is in play on OR and IR (worst case), then just about >> /any/ form of VPN initiating from the outside will be fraught with uphill >>

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-05 Thread gevisz
2018-04-05 14:51 GMT+03:00 Mick : > > Your double NAT-ing arrangement hides the host twice over from the Internet. > In addition, some of the domestic ISP providers also offer NAT'ed connections > for their users. Our outer router with static IP is actually the router (and gateway) of the Internet

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-05 Thread gevisz
2018-04-05 16:14 GMT+03:00 Bill Kenworthy : > On 05/04/18 18:28, gevisz wrote: >> 2018-04-05 12:51 GMT+03:00 gevisz : >>> 2018-04-05 1:02 GMT+03:00 Grant Taylor : >>> On 04/04/2018 02:18 PM, gevisz wrote: >>>> Assuming that NAT is in play on OR and IR (worst

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-05 Thread gevisz
2018-04-05 19:29 GMT+03:00 Grant Taylor : > On 04/05/2018 03:51 AM, gevisz wrote: >> >> Yes. And the Client also has static IP. Moreover, both OR and IR have >> static IPs from the inside. So, the Host can make a connection request to >> the Client. > > With the

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-06 Thread gevisz
2018-04-06 2:10 GMT+03:00 Grant Taylor : > On 04/05/2018 03:51 AM, gevisz wrote: >> >> Yes, the Host is running Windows. > > > Seeing as how both the ""Host and the ""Client are running Windows, I would > think seriously about trying to lever

Re: [gentoo-user] [OT] What is the best open-source VPN server for Linux?

2018-04-06 Thread gevisz
2018-04-06 1:45 GMT+03:00 Bill Kenworthy : > On 05/04/18 22:51, gevisz wrote: >> 2018-04-05 16:14 GMT+03:00 Bill Kenworthy : >>> On 05/04/18 18:28, gevisz wrote: >>>> 2018-04-05 12:51 GMT+03:00 gevisz : >>>>> 2018-04-05 1:02 GMT+03:00 Grant Taylor

[gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread gevisz
After updating portage tree today, portage suggested to upgrade gcc from 6.4 to 7.3 version what I have done just now. Nevertheless, # gcc-config --list-profiles [1] x86_64-pc-linux-gnu-6.4.0 * [2] x86_64-pc-linux-gnu-7.3.0 shows that I still have version 6.4 as a default. As https://wiki.gento

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread gevisz
2018-06-20 14:16 GMT+03:00 Mick : > On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >> After updating portage tree today, portage >> suggested to upgrade gcc from 6.4 to 7.3 >> version what I have done just now. >> >> Nevertheless, >> # gcc-config --li

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread gevisz
2018-06-20 15:01 GMT+03:00 gevisz : > 2018-06-20 14:16 GMT+03:00 Mick : >> On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >>> After updating portage tree today, portage >>> suggested to upgrade gcc from 6.4 to 7.3 >>> version what I have done just now. &g

Re: [gentoo-user] Hostile takeover of our github mirror. Don't use ebuild from there until new warning!

2018-06-29 Thread gevisz
2018-06-29 0:15 GMT+03:00 Francisco Blas Izquierdo Riera (klondike) : > > I just want to notify that an attacker has taken control of the Gentoo > organization in Github and has among other things replaced the portage > and musl-dev trees with malicious versions of the ebuilds intended to > try rem

[gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-03 Thread gevisz
Just today I have tried emerge-webrsync and got to the following endless circle: Fetching most recent snapshot ... Trying to retrieve 20180702 snapshot from http://mirror.netcologne.de/gentoo ... Fetching file portage-20180702.tar.xz.md5sum ... Fetching file portage-20180702.tar.xz.gpgsig ... Fetc

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-03 Thread gevisz
2018-07-03 11:10 GMT+03:00 Mick : > On Tuesday, 3 July 2018 08:48:02 BST gevisz wrote: >> Just today I have tried emerge-webrsync and got >> to the following endless circle: >> >> Fetching most recent snapshot ... >> Trying to retrieve 20180702 snapshot from h

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-03 Thread gevisz
2018-07-03 11:53 GMT+03:00 Arve Barsnes : > On 3 July 2018 at 09:48, gevisz wrote: >> Trying to renew them manually with the following commands does not help: >> >> # gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x825533CBF6CD6C97 > > It solved itself

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-03 Thread gevisz
2018-07-03 13:35 GMT+03:00 Virgil Dupras : > On Tue, 03 Jul 2018 09:55:38 +0100 > Mick wrote: > >> On Tuesday, 3 July 2018 09:53:27 BST Arve Barsnes wrote: >> > On 3 July 2018 at 09:48, gevisz wrote: >> > > Trying to renew them manually with

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-03 Thread gevisz
2018-07-03 13:41 GMT+03:00 gevisz : > 2018-07-03 11:10 GMT+03:00 Mick : >> On Tuesday, 3 July 2018 08:48:02 BST gevisz wrote: ... >> >> This package update came up yesterday: >> >> app-crypt/openpgp-keys-gentoo-release-20180702 >> > > Too late: Gentoo

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-03 Thread gevisz
2018-07-03 14:47 GMT+03:00 Rich Freeman : > On Tue, Jul 3, 2018 at 7:06 AM gevisz wrote: >> >> Why not to put new openpgp-keys-gentoo-release >> into the portage tree BEFORE all existing Gentoo >> singing keys expire? >> > > My guess is that it was an o

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-04 Thread gevisz
2018-07-03 16:04 GMT+03:00 Rich Freeman : > On Tue, Jul 3, 2018 at 8:44 AM gevisz wrote: >> >> 2018-07-03 14:47 GMT+03:00 Rich Freeman : >> > On Tue, Jul 3, 2018 at 7:06 AM gevisz wrote: >> >> >> >> Why not to put new openpgp-keys-gentoo-release

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-04 Thread gevisz
2018-07-03 16:22 GMT+03:00 Mart Raudsepp : > Ühel kenal päeval, T, 03.07.2018 kell 14:00, kirjutas gevisz: >> Are you, by any chance, running this command through something like >> > lxc-attach or ssh? >> > I had the exact same problem two days ago and it turned out to

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-04 Thread gevisz
2018-07-03 23:55 GMT+03:00 R0b0t1 : > > It looks like you resolved the issue. Yes. > I had to refresh the keys multiple times. I also refreshed them many times but it "shot" only after sourcing /etc/profile.

Re: [gentoo-user] syncing via via git and signature failure

2018-07-04 Thread gevisz
2018-07-04 11:55 GMT+03:00 Alex Thorne : >>> >> I use rsync and get the following for more than a day now; >> >> !!! Manifest verification failed: >> OpenPGP verification failed: >> gpg: Signature made Wed 04 Jul 2018 04:08:28 AM UTC >> gpg:using RSA key E1D6ABB63BFCFB4BA02FDF1CEC59

Re: [gentoo-user] syncing via via git and signature failure

2018-07-04 Thread gevisz
2018-07-04 21:01 GMT+03:00 Mick : > On Wednesday, 4 July 2018 18:57:56 BST gevisz wrote: >> 2018-07-04 11:55 GMT+03:00 Alex Thorne : >> >> I use rsync and get the following for more than a day now; >> >> >> >> !!! Manifest verification failed:

Re: [gentoo-user] All Gentoo signing key expired and no way to fix it

2018-07-04 Thread gevisz
2018-07-04 21:00 GMT+03:00 Jack : > On 2018.07.04 13:38, gevisz wrote: >> >> 2018-07-03 16:22 GMT+03:00 Mart Raudsepp : >> > Ühel kenal päeval, T, 03.07.2018 kell 14:00, kirjutas gevisz: >>>> >>>> Are you, by any chance, running this comma

Re: [gentoo-user] syncing via via git and signature failure

2018-07-05 Thread gevisz
2018-07-05 1:25 GMT+03:00 Mick : > On Wednesday, 4 July 2018 19:32:33 BST gevisz wrote: >> 2018-07-04 21:01 GMT+03:00 Mick : >> > On Wednesday, 4 July 2018 18:57:56 BST gevisz wrote: >> >> 2018-07-04 11:55 GMT+03:00 Alex Thorne : >> >> >> I use rsy

Re: [gentoo-user] whats going on with python versions?

2018-07-10 Thread gevisz
2018-07-10 12:28 GMT+03:00 Neil Bothwick : > On Tue, 10 Jul 2018 05:08:10 -0400, John Covici wrote: > >> In my last update which was about June 21 or so, lots of packages were >> reinstalled to make python3.6 the default target for python3. I don't >> have any targets like that in my make.conf, so

[gentoo-user] vlc failed to compile

2018-07-10 Thread gevisz
In today's update vlc failed to compile: make[4]: Leaving directory '/var/tmp/portage/media-video/vlc-3.0.3-r1/work/vlc-3.0.3/modules' make[3]: *** [Makefile:26145: all-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/media-video/vlc-3.0.3-r1/work/vlc-3.0.3/modules' make[2]: *** [Ma

Re: [gentoo-user] vlc failed to compile

2018-07-10 Thread gevisz
2018-07-10 12:58 GMT+03:00 Alexander Kapshuk : > On Tue, Jul 10, 2018 at 12:42 PM gevisz wrote: >> >> In today's update vlc failed to compile. >> >> What shall I do? >> > > Rebuild libebml: > emerge -1 libebml > > See >

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-07-10 Thread gevisz
2018-06-20 15:49 GMT+03:00 gevisz : > 2018-06-20 15:01 GMT+03:00 gevisz : >> 2018-06-20 14:16 GMT+03:00 Mick : >>> On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >>>> After updating portage tree today, portage >>>> suggested to upgrade gcc from 6.4

[gentoo-user] [OT] When Linux desktop will be at least so convenient as MS DOS?

2018-07-12 Thread gevisz
At the time of good old MS DOS, there was Keyrus keyboard driver that could be configured in such a way that computer nicely crackled when user typed in, say, Cyrillic keyboard layout whereas produced no sound when user typed in English keyboard layout, or vice versa. The creator of Keyrus keyboar

Re: [gentoo-user] Re: [OT] When Linux desktop will be at least so convenient as MS DOS?

2018-07-12 Thread gevisz
2018-07-13 2:26 GMT+03:00 Nikos Chantziaras : > On 13/07/18 02:15, gevisz wrote: >> >> I am currently use Awesome WM and it is a real headache >> to type in Vim some Cyrillic text in LaTeX! >> >> Especially without any keyboard switch indicator. :) > > > I

Re: [gentoo-user] Re: [OT] When Linux desktop will be at least so convenient as MS DOS?

2018-07-13 Thread gevisz
2018-07-13 3:31 GMT+03:00 Nikos Chantziaras : > On 13/07/18 02:48, gevisz wrote: >> >> But currently I am ready to try even the "dirty" way to organize >> keyboard layout switch if it will give me a nice cracking sound >> of old good days :) when typing in Cy

Re: [gentoo-user] Re: [OT] When Linux desktop will be at least so convenient as MS DOS?

2018-07-13 Thread gevisz
2018-07-13 10:14 GMT+03:00 Mick : > On Friday, 13 July 2018 01:31:04 BST Nikos Chantziaras wrote: >> On 13/07/18 02:48, gevisz wrote: >> > But currently I am ready to try even the "dirty" way to organize >> > keyboard layout switch if it will give me a nice

[gentoo-user] virtualbox-modules fails to update: incompatible gcc/plugin versions

2018-07-24 Thread gevisz
# emerge --update --deep --with-bdeps=y --newuse --backtrack=120 --ask world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] app-emulation/virtualbox-modules-5.2.14 [5.1.36] [ebuild U ] app-emulation/virtualbox-5.2.14-r1 [5.1.36] [ebu

Re: [gentoo-user] virtualbox-modules fails to update: incompatible gcc/plugin versions

2018-07-24 Thread gevisz
2018-07-24 12:25 GMT+03:00 Helmut Jarausch : > Just for the record, > I compiled this version with gcc-8.1.0-r3 without any problems. > > Helmut I currently use the latest current stable version of gcc: 7.3.0-r3. My current gcc-7.3.0-r3 was compiled with the previous stable version of it, that is

Re: [gentoo-user] virtualbox-modules fails to update: incompatible gcc/plugin versions

2018-07-24 Thread gevisz
2018-07-24 19:16 GMT+03:00 Michael Orlitzky : > On 07/24/2018 04:18 AM, gevisz wrote: >> # emerge --update --deep --with-bdeps=y --newuse --backtrack=120 --ask world >> >> Shall I recompile gcc? >> > > Nope, recompile your kernel. > > Your kernel and virtu

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-07-24 Thread gevisz
2018-06-20 14:16 GMT+03:00 Mick : > On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >> After updating portage tree today, portage >> suggested to upgrade gcc from 6.4 to 7.3 >> version what I have done just now. >> >> Nevertheless, >> # gcc-config --li

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-07-24 Thread gevisz
2018-07-24 22:00 GMT+03:00 gevisz : > 2018-06-20 14:16 GMT+03:00 Mick : >> On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >>> After updating portage tree today, portage >>> suggested to upgrade gcc from 6.4 to 7.3 >>> version what I have done just now. &g

Re: [gentoo-user] Setting PYTHON_TARGETS in make.conf is not supported?

2018-07-26 Thread gevisz
2018-07-26 18:09 GMT+03:00 Mike Gilbert : > On Thu, Jul 26, 2018 at 10:57 AM Grand Duet wrote: >> >> Just now I have tried to manually set >> >> PYTHON_TARGETS="python2_7 python3_6" >> PYTHON_SINGLE_TARGET="python3_6" >> >> in /etc/portage/make.conf and got the following error: >> >> # emerge --up

[gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-27 Thread gevisz
I have two Gentoo systems on the same AMD Athlon 64 X2 computer. The old one was installed in July 2013 with default/linux/amd64/13.0/desktop/gnome (stable) profile and was updated till the middle of July 2017. Initially it hosted Gnome2 but later I have switched to XFCE4. The new one was install

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-27 Thread gevisz
2018-07-27 12:44 GMT+03:00 Mick : > On Friday, 27 July 2018 09:16:30 BST gevisz wrote: >> I have two Gentoo systems on the same AMD Athlon 64 X2 computer. >> >> The old one was installed in July 2013 with >> default/linux/amd64/13.0/desktop/gnome (stable) >> profil

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-27 Thread gevisz
2018-07-27 13:57 GMT+03:00 Mick : > On Friday, 27 July 2018 11:44:08 BST gevisz wrote: >> 2018-07-27 12:44 GMT+03:00 Mick : > >> > PAM is used to separate applications from the underlying >> > authentication mechanisms. It checks OS user/account/passwd/session >

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-27 Thread gevisz
2018-07-27 14:13 GMT+03:00 gevisz : > 2018-07-27 13:57 GMT+03:00 Mick : >> On Friday, 27 July 2018 11:44:08 BST gevisz wrote: >>> 2018-07-27 12:44 GMT+03:00 Mick : >> >>> > PAM is used to separate applications from the underlying >>> > authenticati

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-27 Thread gevisz
2018-07-27 15:44 GMT+03:00 gevisz : > Updating world without global -pam, -polkit and -consolekit use flags > in /etc/portage/make.conf have not changed the behaviour of Fireforx > described above: it is still cannot display the page https://www.privat24.ua/ > and shows "Gah. Your

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-27 Thread gevisz
2018-07-27 18:29 GMT+03:00 Mick : > On Friday, 27 July 2018 14:00:43 BST gevisz wrote: >> 2018-07-27 15:44 GMT+03:00 gevisz : >> > Updating world without global -pam, -polkit and -consolekit use flags >> > in /etc/portage/make.conf have not changed the behaviour of Fi

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-28 Thread gevisz
2018-07-27 23:02 GMT+03:00 Mick : > On Friday, 27 July 2018 19:49:45 BST gevisz wrote: >> 2018-07-27 18:29 GMT+03:00 Mick : >> > On Friday, 27 July 2018 14:00:43 BST gevisz wrote: >> >> 2018-07-27 15:44 GMT+03:00 gevisz : >> >> > Updating world wit

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-07-29 Thread gevisz
2018-07-28 15:24 GMT+03:00 gevisz : > 2018-07-27 23:02 GMT+03:00 Mick : >> On Friday, 27 July 2018 19:49:45 BST gevisz wrote: >>> 2018-07-27 18:29 GMT+03:00 Mick : >>> > On Friday, 27 July 2018 14:00:43 BST gevisz wrote: >>> >> 2018-07-27 15:44 GMT+0

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-08-01 Thread gevisz
2018-08-01 2:41 GMT+03:00 Adam Carter : >> > It even more strengthens my impression than I should first >> > play with reconfiguring the kernel. >> >> I have loaded the new Gentoo system using the kernel from the old one >> with no change in Firefox behaviour on https://www.privat24.ua/#login >> pa

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-08-01 Thread gevisz
2018-08-02 3:16 GMT+03:00 Adam Carter : >> > I would do something like 'emerge -1 xorg-server xorg-drivers >> > @x11-module-rebuild mesa llvm clang' then restart X and try again. >> >> Thank you for your reply. >> >> Initially, I understood the above recomendation as the suggestion to >> rebuild th

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-09-07 Thread gevisz
пт, 27 июл. 2018 г. в 18:30, Mick : > > This looks like a radeon video driver problem. You could go into a loop of > rebuilding xorg, mesa, dev-libs/nss, what-ever and see if things improve, or > you could wait for/keyword later versions of these packages. Just now, I have finished updating my sy

[gentoo-user] pycharm-community vs pycharm-professional

2018-09-15 Thread gevisz
In short: What is the difference between pycharm-community and pycharm-professional Gentoo packages. Not essential details are given below. Some time ago a friend of mine asked me to install Ubuntu to his quite an old computer: Intel Pentium Dual-Core E2160 processor (without multithreading), onl

Re: [gentoo-user] pycharm-community vs pycharm-professional

2018-09-16 Thread gevisz
quote from previous e-mails. > On Sat, 15 Sep 2018 at 15:41, Andrew Udvare wrote: > > > On Sep 15, 2018, at 18:31, gevisz wrote: > > > > > > In short: What is the difference between pycharm-community and > > > pycharm-professional Gentoo packages. > > &g

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-09-16 Thread gevisz
пт, 7 сент. 2018 г. в 19:05, Mick : > > On Friday, 7 September 2018 16:32:40 BST gevisz wrote: > > Something else I came across causing FF crashes here, was a bug with profile- > sync-daemon (recent thread of mine refers). I don't know if you use psd, but > I wasn't aw

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-09-16 Thread gevisz
вс, 16 сент. 2018 г. в 10:50, Mick : > > On Sunday, 16 September 2018 08:19:30 BST gevisz wrote: > > пт, 7 сент. 2018 г. в 19:05, Mick : > > > On Friday, 7 September 2018 16:32:40 BST gevisz wrote: > > > > > > Something else I came across causing FF crashes h

Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system

2018-09-16 Thread gevisz
вс, 16 сент. 2018 г. в 11:09, Dale : > > Mick wrote: > > On Sunday, 16 September 2018 08:19:30 BST gevisz wrote: > >> пт, 7 сент. 2018 г. в 19:05, Mick : > >>> On Friday, 7 September 2018 16:32:40 BST gevisz wrote: > >>> > >>> Something e

Re: [gentoo-user] pycharm-community vs pycharm-professional

2018-09-16 Thread gevisz
вс, 16 сент. 2018 г. в 10:57, Arve Barsnes : > > On Sun, 16 Sep 2018 at 09:15, gevisz wrote: > > Thank you for your reply. Does it means that pycharm-professional package > > in Gentoo will not work or will not install without providing a license > > number > > fr

[gentoo-user] Browsers cannot access WWW while ping and host utilities work as expected.

2013-08-04 Thread gevisz
Trying to migrate from Ubuntu 10.04 LTS, I have installed Gentoo, profile AMD64 13.0 desktop gnome. Everything so far works as expected except for Internet browsers and GNOME applets that should connect to the Internet. More exactly, Internet browsers (I have tried Firefox and Links) can connect

Re: [gentoo-user] Browsers cannot access WWW while ping and host utilities work as expected.

2013-08-04 Thread gevisz
My thanks to all who replied to my question. The problem was with my local router, which I also used as DNS. After excluding it from /etc/resolv.config and /etc/init.d/net files, Firefox started to work as expected. Thanks to all of you, I now have a working Gentoo on my desktop!!! Still, a smal

Re: [gentoo-user] Browsers cannot access WWW while ping and host utilities work as expected.

2013-08-12 Thread gevisz
I somehow missed this post, so excuse me for the late reply. 2013/8/5 Mick : > On Monday 05 Aug 2013 07:06:08 gevisz wrote: >> My thanks to all who replied to my question. >> >> The problem was with my local router, which I also used as DNS. >> After excluding it from

Re: [gentoo-user] Browsers cannot access WWW while ping and host utilities work as expected.

2013-08-12 Thread gevisz
2013/8/12 Alan McKinnon : > On 12/08/2013 09:13, gevisz wrote: >> The response of the first router contained an error that prevented all the >> other applications to use it, the system knew about it (for example from >> the output of the host utility) but, nevertheless d

[gentoo-user] Deficient Gnome Window Frames

2013-09-05 Thread gevisz
Usually, when I open a new window frame in Gnome 2, I have a Close, Maximize/Restore and Minimize buttons on its upper-right corner. Sometimes, however, especially when I open a supplementary window frame from a running program, its upper (text) bar contains only the Close button with no possibili

Re: [gentoo-user] Deficient Gnome Window Frames

2013-09-06 Thread gevisz
2013/9/5 Alan McKinnon > On 05/09/2013 14:51, gevisz wrote: > > Usually, when I open a new window frame in Gnome 2, I have a Close, > > Maximize/Restore and Minimize buttons on its upper-right corner. > > > > Sometimes, however, especially when I open a supplement

Re: [gentoo-user] No mailer for Gentoo???

2013-09-06 Thread gevisz
2013/9/6 Jarry > On 06-Sep-13 18:56, Alan McKinnon wrote: > >> On 06/09/2013 18:21, Canek Peláez Valdés wrote: >> >>> On Fri, Sep 6, 2013 at 11:14 AM, Canek Peláez Valdés >>> wrote: >>> On Fri, Sep 6, 2013 at 10:51 AM, Jarry wrote: > On 06-Sep-13 17:32, Michael Orlitzky wrote: >>>

Re: [gentoo-user] Deficient Gnome Window Frames

2013-09-06 Thread gevisz
2013/9/6 gevisz > > 2013/9/5 Alan McKinnon > >> On 05/09/2013 14:51, gevisz wrote: >> > Usually, when I open a new window frame in Gnome 2, I have a Close, >> > Maximize/Restore and Minimize buttons on its upper-right corner. >> > >> > Sometim

Re: [gentoo-user] Deficient Gnome Window Frames

2013-09-06 Thread gevisz
2013/9/6 Canek Peláez Valdés > On Fri, Sep 6, 2013 at 1:55 PM, gevisz wrote: > > 2013/9/6 gevisz > >> > >> > >> 2013/9/5 Alan McKinnon > >>> > >>> On 05/09/2013 14:51, gevisz wrote: > >>> > Usually, when I open

Re: [gentoo-user] Deficient Gnome Window Frames

2013-09-08 Thread gevisz
2013/9/6 Alan McKinnon > On 06/09/2013 20:55, gevisz wrote: > > 2013/9/6 gevisz mailto:gev...@gmail.com>> > > > > > > 2013/9/5 Alan McKinnon > <mailto:alan.mckin...@gmail.com>> > > > > On 05/09/2013 14:51, gevisz wrote:

Re: [gentoo-user] Deficient Gnome Window Frames

2013-09-08 Thread gevisz
2013/9/7 Marc Stürmer > Am 06.09.2013 21:47, schrieb Paul Hartman: > > On Fri, Sep 6, 2013 at 2:28 PM, gevisz wrote: >> >>> But I have not found MATE in portage... >>> >> >> I see there is a mate overlay available in layman >> > > l

[gentoo-user] Switching off a long list of USE flags

2013-09-19 Thread gevisz
I would like to build sane-backend only for one specific scanner. However, there are a huge lot of different USE flags for other scanners that are already switched on by default. Is there any easy way to switch them off? Something like: media-gfx/sane-backends -sane_backends* sane_bac

Re: [gentoo-user] Switching off a long list of USE flags

2013-09-19 Thread gevisz
2013/9/19 Wang Xuerui > 2013/9/19 gevisz : > > I would like to build sane-backend only for one specific scanner. > > > > However, there are a huge lot of different USE flags for other scanners > > that are already switched on by default. > > > > I

Re: [gentoo-user] gentoo announces total website makeover :-)

2015-03-31 Thread Gevisz
On Wed, 1 Apr 2015 02:46:39 +0300 Andrew Savchenko wrote: > On Wed, 1 Apr 2015 01:37:06 +0200 waben...@gmail.com wrote: > > This really made my day. :-) > > > > https://www.gentoo.org/news/2015/03/31/website-update.html > > The best design ever! So nice and readable font, so yummy > background,

Re: [gentoo-user] [OT] Strange behaviour of google certificates.

2015-04-01 Thread Gevisz
On Wed, 1 Apr 2015 23:41:55 +0200 Mickaël Bucas wrote: > 2015-04-01 19:19 GMT+02:00 Gevisz : Correction: This question does *not* specifically relates to Gentoo distribution > > but, as far as I have not subscribed to any other mailing list, > > I dare to ask it here. &

Re: [gentoo-user] [OT] Strange behaviour of google certificates.

2015-04-01 Thread Gevisz
On Thu, 2 Apr 2015 04:17:40 +0200 wrote: > Gevisz wrote: > > > This question does specifically relates to Gentoo distribution > > but, as far as I have not subscribed to any other mailing list, > > I dare to ask it here. > > > > So, I am using Claws Mail

Re: [gentoo-user] [OT] Strange behaviour of google certificates.

2015-04-02 Thread Gevisz
On Thu, 2 Apr 2015 03:52:40 -0400 "Walter Dnes" wrote: > On Wed, Apr 01, 2015 at 08:19:45PM +0300, Gevisz wrote > > > So, I am using Claws Mail that downloads e-mails from several > > google mail accounts (all are mine :) and about once or twice > > in a month

Re: [gentoo-user] [OT] Strange behaviour of google certificates.

2015-04-02 Thread Gevisz
On Fri, 3 Apr 2015 08:26:12 +0200 bitlord wrote: > On Thu, 2 Apr 2015 11:57:26 +0300 > Gevisz wrote: > > > On Thu, 2 Apr 2015 03:52:40 -0400 "Walter Dnes" > > wrote: > > > > > On Wed, Apr 01, 2015 at 08:19:45PM +0300, Gevisz wrote > > &

Re: [gentoo-user] Re: [OT] Strange behaviour of google certificates.

2015-04-02 Thread Gevisz
On Thu, 2 Apr 2015 15:57:20 + (UTC) James wrote: > Walter Dnes waltdnes.org> writes: > > > > > So, I am using Claws Mail that downloads e-mails from several > > > google mail accounts (all are mine :) and about once or twice > > > in a month get into the situation when Claws asks me to ver

[gentoo-user] runscript is deprecated; please use openrc-run instead

2015-04-12 Thread Gevisz
Quite for a long time, while booting my Gentoo system, I get the following message message: "runscript is deprecated; please use openrc-run instead" What shall I do to fix this issue accept for reinstallig my Gentoo system anew?

Re: [gentoo-user] runscript is deprecated; please use openrc-run instead

2015-04-12 Thread Gevisz
On Sun, 12 Apr 2015 13:04:40 +0200 Alan McKinnon wrote: > On 12/04/2015 12:48, Gevisz wrote: > > Quite for a long time, while booting my Gentoo system, > > I get the following message message: > > > > "runscript is deprecated; please use openrc-run instead"

  1   2   3   4   5   >