Re: [gentoo-user] Re: OT scripting - strip zero if between period and digit

2019-01-23 Thread Alexander Kapshuk
On Wed, Jan 23, 2019 at 9:41 PM Grant Edwards wrote: > > On 2019-01-23, Alexander Kapshuk wrote: > > > This any better? :-) > > > > echo '198.088.0.01 > > 198.088.062.01 > > 198.088.0.001' | sed -r 's/\.0+([^.0]+)/.\1/g' > > I guess it's 'better',

Re: [gentoo-user] Re: OT scripting - strip zero if between period and digit

2019-01-23 Thread Alexander Kapshuk
On Wed, Jan 23, 2019 at 4:10 PM Grant Edwards wrote: > > On 2019-01-23, Alexander Kapshuk wrote: > > > > How about this one? > > > > echo '198.088.0.01 > > 198.088.062.01' | sed 's/\.0\([0-9][0-9]*\)/.\1/g' > > 198.88.0.1 > > 198.88.62.1 > >

Re: [gentoo-user] OT scripting - strip zero if between period and digit

2019-01-22 Thread Alexander Kapshuk
On Wed, Jan 23, 2019 at 9:05 AM Paul Colquhoun wrote: > > On Wednesday, 23 January 2019 5:52:57 PM AEDT Alexander Kapshuk wrote: > > On Wed, Jan 23, 2019 at 5:20 AM Adam Carter wrote: > > >> > François-Xavier > > >> > > >> My bad, it sho

Re: [gentoo-user] OT scripting - strip zero if between period and digit

2019-01-22 Thread Alexander Kapshuk
On Wed, Jan 23, 2019 at 5:20 AM Adam Carter wrote: >> >> > François-Xavier >> > >> > >> >> My bad, it should be: >> >> sed 's/0*\([0-9][0-9]*\)/\1/g' >> >> (tests are indeed needed!) > > > Many thanks François. This is almost right, but it is also stripping zeros > that follow a letter, and I

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Alexander Kapshuk
On Mon, Jan 21, 2019 at 3:43 PM Jacques Montier wrote: > > > Le lun. 21 janv. 2019 à 14:16, Alexander Kapshuk > a écrit : >> >> >> >> What is the output of: >> env | grep libsandbox.so >> > > There is no output of env | grep libsandbox.so,

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Alexander Kapshuk
On Mon, Jan 21, 2019 at 3:03 PM Jacques Montier wrote: > > Le lun. 21 janv. 2019 à 13:04, Alexander Kapshuk > a écrit : >> >> >> >> What is the output of: >> echo $LD_PRELOAD >> echo $LD_LIBRARY_PATH >> > > No output. > > -- > J

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Alexander Kapshuk
On Mon, Jan 21, 2019 at 1:31 PM Jacques Montier wrote: > > > > Le lun. 21 janv. 2019 à 12:11, Alexander Kapshuk > a écrit : > >> >> The /proc/PID directory listed by the ls command is the directory for >> the process that executed the ls command. See belo

Re: [gentoo-user] Re: bash upgrading problem

2019-01-21 Thread Alexander Kapshuk
On Mon, Jan 21, 2019 at 12:52 PM Jacques Montier wrote: > > > Le lun. 21 janv. 2019 à 11:21, Raffaele Belardi a > écrit : >> >> >> Well, they are owned by jacques instead of root. Could it be the reason why >> you're asked >> for a password? Maybe some strange interaction with the sandbox? >>

Re: [gentoo-user] sys-process/audit | gen_flagtabs_h-gen_tables.o] Error 1

2018-12-12 Thread Alexander Kapshuk
On Wed, Dec 12, 2018 at 4:13 PM Hasan Ç. wrote: > > Hello, > > Any idea? > > * Package:sys-process/audit-2.8.3 > * Repository: gentoo > * Maintainer: seli...@gentoo.org robb...@gentoo.org > * USE:abi_x86_64 amd64 elibc_glibc kernel_linux python > python_targets_python2_7

Re: [gentoo-user] RAM checks for chromium

2018-12-04 Thread Alexander Kapshuk
On Tue, Dec 4, 2018 at 10:47 AM Mick wrote: > > On Tuesday, 4 December 2018 08:06:22 GMT Alexander Kapshuk wrote: > > On Tue, Dec 4, 2018 at 9:35 AM Mick wrote: > > > Two Intel systems with 4G RAM failed to build chromium, even after setting > > > > > >

Re: [gentoo-user] RAM checks for chromium

2018-12-04 Thread Alexander Kapshuk
On Tue, Dec 4, 2018 at 9:35 AM Mick wrote: > > Two Intel systems with 4G RAM failed to build chromium, even after setting > MAKEOPTS="-j2". The ebuild is checking for a minimum of 3G RAM: > > >>> Running pre-merge checks for www-client/chromium-70.0.3538.110 > * Checking for at least 3 GiB RAM

Re: [gentoo-user] Weird compilation error (nasm)

2018-11-13 Thread Alexander Kapshuk
On Tue, Nov 13, 2018 at 7:57 PM wrote: > > On 11/13 07:52, Alexander Kapshuk wrote: > > On Tue, Nov 13, 2018 at 7:10 PM wrote: > > > > > > Hi, > > > > > > I got a weird looking error while upgrading/recompiling nasm: > > > cmake -C &

Re: [gentoo-user] Weird compilation error (nasm)

2018-11-13 Thread Alexander Kapshuk
On Tue, Nov 13, 2018 at 7:10 PM wrote: > > Hi, > > I got a weird looking error while upgrading/recompiling nasm: > cmake -C > /var/tmp/portage/media-libs/libjpeg-turbo-2.0.1/work/libjpeg-turbo-2.0.1-abi_x86_64.amd64/gentoo_common_config.cmake > -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr >

Re: [gentoo-user] libQt5Core.so.5 => not found

2018-11-10 Thread Alexander Kapshuk
On Fri, Nov 9, 2018 at 1:33 PM wrote: > > I'm trying to build/emerge dev-qt/qtgui-5.11.1, but I get this: > > # ldd > /Net/portage_tmpdir/portage/dev-qt/qtgui-5.11.1/work/qtbase-everywhere-src-5.11.1/bin/qvkgen > linux-vdso.so.1 (0x7fff3ddff000) > libQt5Core.so.5 => not found

Re: [gentoo-user] Compilation problem iptables

2018-10-24 Thread Alexander Kapshuk
On Wed, Oct 24, 2018 at 7:07 PM wrote: > > Hi, > > while syncing/updateing, this happens (net-firewall/iptables-1.8.1) : > ototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Wlogical-op > -Winline -pipe -D_INIT=libxt_multiport_init -DPIC -fPIC -march=native -O > -pipe -o

Re: [gentoo-user] problem updating KDE breeze

2018-10-21 Thread Alexander Kapshuk
On Mon, Oct 22, 2018 at 7:15 AM Philip Webb wrote: > > 181021 Franz Fellner wrote: > > the actual error really is missing. > > Can you use pastebin or something similar to upload the whole build.log? > > The number of cores may help to estimate the unmber of compilation units > > that still get

Re: [gentoo-user] Nvidia proprietary driver broken

2018-10-11 Thread Alexander Kapshuk
On Wed, Oct 10, 2018 at 11:06 PM Christoph Böhmwalder wrote: > > Hi, > > Since the last kernel update (?), my Nvidia driver refuses to load: > > [ 74.675437] udevd[3315]: worker [3376] /module/nvidia is taking a long time > [ 74.675445] udevd[3315]: worker [3377] >

Re: [gentoo-user] profile-sync-daemon "bad substitution" at boot

2018-09-06 Thread Alexander Kapshuk
On Thu, Sep 6, 2018 at 11:18 AM Alexander Kapshuk wrote: > > On Thu, Sep 6, 2018 at 10:48 AM Samuraiii wrote: > > > > On 5.9.2018 21:20, Mick wrote: > > > > Hi All, > > > > I just noticed a psd error at boot time: > > > > /usr/bin

Re: [gentoo-user] profile-sync-daemon "bad substitution" at boot

2018-09-06 Thread Alexander Kapshuk
On Thu, Sep 6, 2018 at 10:48 AM Samuraiii wrote: > > On 5.9.2018 21:20, Mick wrote: > > Hi All, > > I just noticed a psd error at boot time: > > /usr/bin/profile-sync-daemon: line 325: ${#DIRArr[@]##*/}: bad substitution > > Any idea what's brought this about? > > Hi, > > my bet is that your

Re: [gentoo-user] x86.c:(.text+0xb2): undefined reference to `l1tf_vmx_mitigation' with linux kernel 4.18.1

2018-08-17 Thread Alexander Kapshuk
On Fri, Aug 17, 2018 at 8:58 AM Alexander Kapshuk wrote: > > On Fri, Aug 17, 2018 at 8:57 AM Alexander Kapshuk > wrote: > > > > On Fri, Aug 17, 2018 at 8:10 AM wrote: > > > > > > On 08/17 02:53, Adam Carter wrote: > > > > On Fri, Au

Re: [gentoo-user] x86.c:(.text+0xb2): undefined reference to `l1tf_vmx_mitigation' with linux kernel 4.18.1

2018-08-17 Thread Alexander Kapshuk
On Fri, Aug 17, 2018 at 8:57 AM Alexander Kapshuk wrote: > > On Fri, Aug 17, 2018 at 8:10 AM wrote: > > > > On 08/17 02:53, Adam Carter wrote: > > > On Fri, Aug 17, 2018 at 1:15 PM, wrote: > > > > > > > Hi, > > > > > > > >

Re: [gentoo-user] x86.c:(.text+0xb2): undefined reference to `l1tf_vmx_mitigation' with linux kernel 4.18.1

2018-08-16 Thread Alexander Kapshuk
On Fri, Aug 17, 2018 at 8:10 AM wrote: > > On 08/17 02:53, Adam Carter wrote: > > On Fri, Aug 17, 2018 at 1:15 PM, wrote: > > > > > Hi, > > > > > > CPU bugs seem to be more and more common: > > > https://www.heise.de/security/meldung/Linux-Kernel-und- > > >

Re: [gentoo-user] vlc failed to compile

2018-07-10 Thread Alexander Kapshuk
On Tue, Jul 10, 2018 at 3:00 PM gevisz wrote: > > 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? > >> &

Re: [gentoo-user] vlc failed to compile

2018-07-10 Thread Alexander Kapshuk
On Tue, Jul 10, 2018 at 12:42 PM gevisz wrote: > > 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 >

Re: [gentoo-user] how to set python version for one user

2018-07-10 Thread Alexander Kapshuk
On Tue, Jul 10, 2018 at 11:23 AM wrote: > > Hi, > > I need to set specific python version to a user and I don't want to set > it up for whole system. Is it possible? If so how to do it. All I found > is about setting for whole system. > > Thanks > > Pat > >

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-14 Thread Alexander Kapshuk
On Thu, Jun 14, 2018 at 7:56 PM Ian Zimmerman wrote: > > On 2018-06-13 20:29, Alexander Kapshuk wrote: > > > 4.9.108 is out with some objtool fixes among other things. See the > > change log for details. > > https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-13 Thread Alexander Kapshuk
On Tue, Jun 12, 2018 at 5:54 PM Ian Zimmerman wrote: > > On 2018-06-12 09:56, Alexander Kapshuk wrote: > > > Any reason you're trying to load those modules by hand rather then > > have them loaded for you automatically? > > The only one I try to "load by h

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-12 Thread Alexander Kapshuk
On Tue, Jun 12, 2018 at 8:54 AM Ian Zimmerman wrote: > > On 2018-06-12 08:23, Alexander Kapshuk wrote: > > > Looks like I'd have to build kernel 4.9.107 in an environment > > resembling yours to try and reproduce the behavior in question. > > What is the version

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-11 Thread Alexander Kapshuk
On Mon, Jun 11, 2018 at 6:09 PM Ian Zimmerman wrote: > > On 2018-06-09 18:51, Alexander Kapshuk wrote: > > > readelf -h /path/to/module.ko > > ELF Header: > Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 > Class:

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-09 Thread Alexander Kapshuk
On Sat, Jun 9, 2018 at 5:26 PM Ian Zimmerman wrote: > > On 2018-06-09 14:15, Alexander Kapshuk wrote: > > > I had a look at the source code for kmod-25. If I read it right, dmesg > > should have records along the lines of: > > kmod-25/libkmod/libkmod-module.c:886:

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-09 Thread Alexander Kapshuk
On Sat, Jun 9, 2018 at 8:56 AM Alexander Kapshuk wrote: > > > > On Sat, Jun 9, 2018, 07:34 Ian Zimmerman wrote: >> >> On 2018-06-08 22:38, Alexander Kapshuk wrote: >> >> > On Fri, Jun 8, 2018, 22:30 Ian Zimmerman wrote: >> > >

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-08 Thread Alexander Kapshuk
On Sat, Jun 9, 2018, 07:34 Ian Zimmerman wrote: > On 2018-06-08 22:38, Alexander Kapshuk wrote: > > > On Fri, Jun 8, 2018, 22:30 Ian Zimmerman wrote: > > > > > On 2018-06-08 22:00, Alexander Kapshuk wrote: > > > > > > > What's the output of

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-08 Thread Alexander Kapshuk
On Fri, Jun 8, 2018, 22:30 Ian Zimmerman wrote: > On 2018-06-08 22:00, Alexander Kapshuk wrote: > > > What's the output of: > > uname -r > > strings /path/to/your/module.ko | grep vermagic= > > Here are the results for 4.9.105 (working): > > matica!6 ~$ uname

Re: [gentoo-user] Re: Latest 4.9 kernels broken?

2018-06-08 Thread Alexander Kapshuk
On Fri, Jun 8, 2018 at 7:37 PM Ian Zimmerman wrote: > > On 2018-06-08 09:22, Alexander Kapshuk wrote: > > > > matica!501 ~# modprobe fbcon > > > modprobe: ERROR: could not insert 'fbcon': Exec format error > > > Could this be a multilib issue? Does you k

Re: [gentoo-user] Latest 4.9 kernels broken?

2018-06-08 Thread Alexander Kapshuk
On Thu, Jun 7, 2018 at 11:45 PM Ian Zimmerman wrote: > > I cannot get either 4.9.106 or 4.9.107 to work on my amd64 system at > all. It seems some (but not all) modules refuse to load: > > Script started on 2018-06-07 13:31:28-0700 > matica!501 ~# modprobe fbcon > modprobe: ERROR: could not

Re: [gentoo-user] OT: Extracting year from data, but honour empty lines

2018-05-12 Thread Alexander Kapshuk
On Sat, May 12, 2018 at 2:16 AM, Daniel Frey wrote: > Hi all, > > I am trying to do something relatively simple and I've had something > working in the past, but my brain just doesn't want to work today. > > I have a text file with the following (this is just a subset of about

Re: [gentoo-user] Kernel compile error

2018-04-25 Thread Alexander Kapshuk
On Wed, Apr 25, 2018 at 10:03 AM, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi, > > I stumbled into the next problem. > > I do have a decent kernel compile knowledge but that seems to be gentoo > specific. > > I have a old i686 machine

Re: [gentoo-user] The return of the dreaded "Cannot run C compiled programs"

2018-03-27 Thread Alexander Kapshuk
On Tue, Mar 27, 2018 at 12:01 PM, Peter Humphrey wrote: > On Tuesday, 27 March 2018 01:24:09 BST Daniel Frey wrote: > >> I ran into this some time ago and one of the updates removed the /lib -> >> /lib64 symlink. >> >> I simply ran `ln -s /lib64 /lib` and it was fine after

Re: [gentoo-user] Nvidia kernel module API version mismatch

2018-03-15 Thread Alexander Kapshuk
On Thu, Mar 15, 2018 at 1:09 PM, Aleksander Okonski wrote: > Hey, > > I have run into a strange problem with my nvidia drivers and gentoo. I am > currently running kernel 4.14.14 and I upgraded my > x11-drivers/nvidia-drivers to 390.42 from 390.25. Once the new drivers

Re: [gentoo-user] chromium-65.0.3325.146 compilation warnings

2018-03-12 Thread Alexander Kapshuk
On Mon, Mar 12, 2018 at 10:17 AM, Mick wrote: > I can see a few warnings pilling up on different systems when trying to emerge > chromium-65.0.3325.146: > > warning: unknown warning option '-Wno-enum-compare-switch'; did you mean '- > Wno-enum-compare'?

Re: [gentoo-user] [OT] Kinda "try ... catch" in a shell script...how

2018-03-10 Thread Alexander Kapshuk
On Sat, Mar 10, 2018 at 10:26 AM, wrote: > Hi, > > I have a coyple of files on my harddisk and on a mobile usb-disc. > > Their names are of that pattern: > > something--something > > where 'soemthing' can be totally different from file to file and > '' is a checksum, which does

Re: [gentoo-user] Re: kernel choices for booting gentoo as guest in vbox vm

2018-02-02 Thread Alexander Kapshuk
On Fri, Feb 2, 2018 at 6:32 AM, Harry Putnam <rea...@newsguy.com> wrote: > Alexander Kapshuk <alexander.kaps...@gmail.com> writes: > > [...] > >>> Can anyone tell me what they used to allow gentoo in vbox to boot? >>> >>> >>> >>

Re: [gentoo-user] kernel choices for booting gentoo as guest in vbox vm

2018-02-01 Thread Alexander Kapshuk
On Wed, Jan 31, 2018 at 2:44 PM, Harry Putnam wrote: > Installing gentoo as guest into vbox vm on solaris-11 (openindiana) > HOST > gentoo-17 > VBox 5.2.6 > Kernel 4.15.0 > > My first boot resulted in resulted in a kernel panic... not able to > mount root. > > I checked my

Re: [gentoo-user] Re: gcc 7.3 + kernel 4.15 = spectre_v2 fixed

2018-01-29 Thread Alexander Kapshuk
On Mon, Jan 29, 2018 at 7:50 PM, Ian Zimmerman wrote: > On 2018-01-29 20:11, Adam Carter wrote: > >> Comparing the contents of /sys/devices/system/cpu/vulnerabilities/spectre_v2 >> >> With gcc 7.2 + kernel 4.14.15; >> Intel system shows; Vulnerable: Minimal generic ASM

Re: [gentoo-user] kernel 4.9.77 error segfault in compile.

2018-01-23 Thread Alexander Kapshuk
On Tue, Jan 23, 2018 at 10:03 AM, Corbin Bird <corbinb...@charter.net> wrote: > > > On 01/23/2018 01:42 AM, Alexander Kapshuk wrote: >> On Tue, Jan 23, 2018 at 4:34 AM, Corbin Bird <corbinb...@charter.net> wrote: >>> On 01/22/2018 11:56 AM, Rich Freeman wrote: &

Re: [gentoo-user] kernel 4.9.77 error segfault in compile.

2018-01-22 Thread Alexander Kapshuk
On Tue, Jan 23, 2018 at 4:34 AM, Corbin Bird <corbinb...@charter.net> wrote: > On 01/22/2018 11:56 AM, Rich Freeman wrote: >> On Mon, Jan 22, 2018 at 12:11 PM, Alexander Kapshuk >> <alexander.kaps...@gmail.com> wrote: >>> On Mon, Jan 22, 2018 at 5:51 PM, Corbin

Re: [gentoo-user] kernel 4.9.77 error segfault in compile.

2018-01-22 Thread Alexander Kapshuk
On Mon, Jan 22, 2018 at 5:51 PM, Corbin Bird wrote: > Anyone else getting this error? ( kernel 4.9.77 ) > >> CC fs/ext4/mballoc.o >> CC fs/ext4/block_validity.o >> CC fs/ext4/move_extent.o >> CC fs/ext4/mmp.o >> CC fs/ext4/indirect.o >>

Re: [gentoo-user] OT awk question

2018-01-18 Thread Alexander Kapshuk
On Fri, Jan 19, 2018 at 12:13 AM, Adam Carter <adamcart...@gmail.com> wrote: > On Wed, Jan 17, 2018 at 6:16 PM, Alexander Kapshuk > <alexander.kaps...@gmail.com> wrote: >> >> On Wed, Jan 17, 2018 at 3:49 AM, Adam Carter <adamcart...@gmail.com> >> wr

Re: [gentoo-user] OT awk question

2018-01-16 Thread Alexander Kapshuk
On Wed, Jan 17, 2018 at 3:49 AM, Adam Carter wrote: > I'm using this to grab a section of text across multiple lines, how do i get > it to exit after the first match? > > awk '/foo/,/bar/' See if this works for you: awk '/foo/,/bar/{print;if(/bar/)exit}' file sed

Re: [gentoo-user] old kernels are installed during the upgrade

2018-01-02 Thread Alexander Kapshuk
On Tue, Jan 2, 2018 at 1:54 PM, Kruglov Sergey wrote: > Hello, All! > > > Now I have gentoo-sources-4.14.8-r1 installed. > > After "emerge --ask --update --deep --with-bdeps=y --newuse @world" command > emerge installs old kernel in NS (after first update 4.12.12, after

Re: [gentoo-user] Re: openrc : autoload kernel modules

2017-12-14 Thread Alexander Kapshuk
On Thu, Dec 14, 2017 at 8:11 PM, Hartmut Figge wrote: > Helmut Jarausch: > >>I have added the following lines to /etc/conf.d/modules >> >>modules="enhanceio" >>modules="enhanceio_lru" >>modules="enhanceio_fifo" >>modules="enhanceio_rand" >> >> >>but these modules don't get loaded

Re: [gentoo-user] autofs wants rpcgen despite libtirpc is USEd

2017-12-09 Thread Alexander Kapshuk
On Sat, Dec 9, 2017 at 6:03 PM, wrote: > Hi, > > autofs-5.1.3 fails to compile: > solfire:/root>emerge -v autofs > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R] net-fs/autofs-5.1.3::gentoo USE="libtirpc

Re: [gentoo-user] Is gnome becoming obligatory?

2017-12-09 Thread Alexander Kapshuk
On Sat, Dec 9, 2017 at 11:51 AM, Mick wrote: > I've seen gnome-base/gnome-common pulled in on more than one systems, all of > which have USE="-gnome" set: > > # emerge -uaNDvt world > > These are the packages that would be merged, in reverse order: > > Calculating

Re: [gentoo-user] memset_s

2017-11-10 Thread Alexander Kapshuk
On Fri, Nov 10, 2017 at 6:25 PM, R0b0t1 wrote: > Hello, > > On Fri, Nov 10, 2017 at 5:34 AM, Jorge Almeida > wrote: > > On Fri, Nov 10, 2017 at 10:52 AM, Marc Joliet wrote: > >> Am Freitag, 10. November 2017, 10:54:53 CET schrieb Jorge

Re: [gentoo-user] UFO: 'No. You make ME a sandwich.'

2017-10-30 Thread Alexander Kapshuk
On Mon, Oct 30, 2017 at 1:59 PM, Helmut Jarausch wrote: > Hi, > when trying to re-emerge libreoffice I get the strange message > No. You make ME a sandwich. > Has anybody seen this before? > This occurs after having re-emerge 3500 packages from an > emerge --emptyworld > >

Re: [gentoo-user] www-plugins/adobe-flash

2017-10-27 Thread Alexander Kapshuk
On Fri, Oct 27, 2017 at 10:42 AM, Jorge Almeida wrote: > Cannot download it: 404 > > I emerge --sync'ed yesterday, and again just a few minutes ago, in > case the particular version of the package required by portage ( > www-plugins/adobe-flash-27.0.0.170) was nuked. > >

Re: [gentoo-user] Machine not booting properly: profile.env cannot execute binary file

2017-10-25 Thread Alexander Kapshuk
On Wed, Oct 25, 2017 at 9:45 PM, Andrew Lowe wrote: > On 25/10/17 11:28, Andrew Lowe wrote: > > Hi all, > > My machine went feral which resulted in me having to kill the power > > to kill it. Upon reboot everything looked good, fsck did it's job, > > [ok]'s scrolled up the

Re: [gentoo-user] Machine not booting properly: profile.env cannot execute binary file

2017-10-24 Thread Alexander Kapshuk
On Wed, Oct 25, 2017 at 6:28 AM, Andrew Lowe wrote: > Hi all, > My machine went feral which resulted in me having to kill the > power to kill it. Upon reboot everything looked good, fsck did it's job, > [ok]'s scrolled up the screen etc and then I got the login prompt. I

Re: [gentoo-user] ARCH is not set

2017-09-30 Thread Alexander Kapshuk
On Sat, Sep 30, 2017 at 9:55 AM, IceAmber <iceamber2...@gmail.com> wrote: > No, I cannot find the make.default in the profile directory > > On Sat, Sep 30, 2017 at 1:36 PM, Alexander Kapshuk < > alexander.kaps...@gmail.com> wrote: > >> >> >> On Fri,

Re: [gentoo-user] ARCH is not set

2017-09-29 Thread Alexander Kapshuk
On Fri, Sep 29, 2017 at 3:48 PM, IceAmber wrote: > Hi, everyone > > I have a problem when updating my system > > * ARCH is not set... Are you missing the '/etc/portage/make.profile' > * symlink? Is the symlink correct? Is your portage tree complete? > > and the symlink

Re: [gentoo-user] virtualbox: no x-server after kernel upgrade to 4.12.12-gentoo

2017-09-15 Thread Alexander Kapshuk
On Fri, Sep 15, 2017 at 5:47 PM, Alexander Puchmayr < alexander.puchm...@linznet.at> wrote: > Hi there, > > I'm using a gentoo-guest inside a virtual box on a Win10 host. The last > somewhat working combination was kernel 4.4.39/virtualbox-5.1.24. > > When I update to kernel 4.12.12, the X-Server

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread Alexander Kapshuk
e driver was radeon before. > > > On Tue, Aug 29, 2017 at 2:28 PM, Alexander Kapshuk > <alexander.kaps...@gmail.com> wrote: >> >> On Tue, Aug 29, 2017 at 12:35 PM, Alexander Kapshuk >> <alexander.kaps...@gmail.com> wrote: >> > On Mon, Aug 28, 2017

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread Alexander Kapshuk
On Tue, Aug 29, 2017 at 12:35 PM, Alexander Kapshuk <alexander.kaps...@gmail.com> wrote: > On Mon, Aug 28, 2017 at 7:41 PM, Alexander Kapshuk > <alexander.kaps...@gmail.com> wrote: >> On Mon, Aug 28, 2017 at 6:30 PM, IceAmber <iceamber2...@gmail.com> wrote: >>&

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-29 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 7:41 PM, Alexander Kapshuk <alexander.kaps...@gmail.com> wrote: > On Mon, Aug 28, 2017 at 6:30 PM, IceAmber <iceamber2...@gmail.com> wrote: >> here is the result >> >> iceamber@localhost:~ $ lsmod | grep nouveau >> nouveau

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 6:30 PM, IceAmber wrote: > here is the result > > iceamber@localhost:~ $ lsmod | grep nouveau > nouveau 1507328 2 > i2c_algo_bit 16384 1 nouveau > drm_kms_helper118784 1 nouveau > ttm77824 1

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Aug 28, 2017 17:57, "Alexander Kapshuk" <alexander.kaps...@gmail.com> wrote: On Mon, Aug 28, 2017 at 5:38 PM, IceAmber <iceamber2...@gmail.com> wrote: > `du -a /lib/modules/`uname -r`/ | sed '/nouveau.ko$/!d;s/.*\t//'` as the > same result > > On Mon,

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
2017 at 10:00 AM, IceAmber <iceamber2...@gmail.com> >>> wrote: >>> > so, what should I do to locate the driver? >>> > >>> > On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk >>> > <alexander.kaps...@gmail.com> wrote: >>&

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 5:00 PM, IceAmber <iceamber2...@gmail.com> wrote: > so, what should I do to locate the driver? > > On Mon, Aug 28, 2017 at 11:48 AM, Alexander Kapshuk > <alexander.kaps...@gmail.com> wrote: >> >> On Mon, Aug 28, 2017 at 2:41 PM, Ice

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-28 Thread Alexander Kapshuk
On Mon, Aug 28, 2017 at 2:41 PM, IceAmber wrote: > No, the error still there. > And the script `modinfo /lib/modules/`uname -r`/path/to/nouveau.ko` shows > iceamber@localhost:~ $ modinfo /lib/modules/`uname -r`/path/to/nouveau.ko > modinfo: ERROR: Module

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
calhost:~ $ grep -E 'nvidia|VIDEO_CARDS' /etc/portage/make.conf > VIDEO_CARDS="nouveau" > > here is the `grep -si nouveau /var/log/*` > > I have rebuilt the xorg-server, it is built for kernel 4.12.5 now. > And I have set the USEs of "gallium" and "video

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
On Sun, Aug 27, 2017 at 5:49 PM, Alexander Kapshuk <alexander.kaps...@gmail.com> wrote: > On Sun, Aug 27, 2017 at 5:45 PM, Alexander Kapshuk > <alexander.kaps...@gmail.com> wrote: >> On Sun, Aug 27, 2017 at 2:27 PM, IceAmber <iceamber2...@gmail.com> wrote: >>

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
On Sun, Aug 27, 2017 at 5:45 PM, Alexander Kapshuk <alexander.kaps...@gmail.com> wrote: > On Sun, Aug 27, 2017 at 2:27 PM, IceAmber <iceamber2...@gmail.com> wrote: >> I have tried, but the same result >> >> On Sun, Aug 27, 2017 at 10:04 AM, Adam Carter <adamcar

Re: [gentoo-user] Failed to load driver: Nouveau

2017-08-27 Thread Alexander Kapshuk
On Sun, Aug 27, 2017 at 2:27 PM, IceAmber wrote: > I have tried, but the same result > > On Sun, Aug 27, 2017 at 10:04 AM, Adam Carter wrote: >>> >>> yes, here is the eselect >> >> >> When i have X problems i can resolve i run emerge -av

Re: [gentoo-user] Something started muting the sound

2017-08-12 Thread Alexander Kapshuk
On Sat, Aug 12, 2017 at 4:49 PM, Robin Atwood wrote: > I have a Thinkpad T410 where, after I installed Gentoo on it, everything > "just worked (TM)". The sound is via the bog-standard Intel chips on the > mobo and uses the hda_intel drivers. I didn't use the TP for a long time, >

Re: [gentoo-user] Why bash script, that works in "Debian", does not work on "Gentoo" install CD?

2017-07-29 Thread Alexander Kapshuk
On Jul 29, 2017 12:27, "Ста Деюс" wrote: Hi, Neil. On Fri, 28 Jul 2017 21:43:53 +0100, you wrote: > > How do you know that the contents of the script are not relevant > > when you > don't know what the problem is? It is also useful to know the exact Mathematics

Re: [gentoo-user] Can't emerge --sync

2017-07-15 Thread Alexander Kapshuk
On Sat, Jul 15, 2017 at 1:00 PM, Peter Humphrey wrote: > Hello list, > > Today I get this: > > # emerge --sync Syncing repository 'gentoo' into '/usr/portage'... > /usr/bin/git pull > remote: Counting objects: 25, done. > remote: Compressing objects: 100% (9/9), done.

Re: [gentoo-user] genkernel iwlwifi WiFi driver

2017-07-15 Thread Alexander Kapshuk
On Sat, Jul 15, 2017 at 12:20 PM, Radoje Stojisic wrote: > Hello everyone, > > I've installed Gentoo on my ThinkPad T460p couple of times. For some reason > I can't get the WiFi working. I did the installation with SystemRescueCD > because I needed working WiFi for the

Re: [gentoo-user] Problem starting VM image on QEMU

2017-07-14 Thread Alexander Kapshuk
On Fri, Jul 14, 2017 at 7:43 PM, Mick <michaelkintz...@gmail.com> wrote: > On Friday 14 Jul 2017 19:02:55 Alexander Kapshuk wrote: >> On Fri, Jul 14, 2017 at 6:31 PM, Mick <michaelkintz...@gmail.com> wrote: > >> > Trying to start it gives: >> > >>

Re: [gentoo-user] Problem starting VM image on QEMU

2017-07-14 Thread Alexander Kapshuk
On Fri, Jul 14, 2017 at 6:31 PM, Mick wrote: > I have followed the gentoo wiki to install and setup QEMU: > > https://wiki.gentoo.org/wiki/QEMU > > > Then I tried to start up a CoreOS image following this guide, but I must be > doing something wrong: > >

Re: [gentoo-user] Xserver: /dev/dri/card0 -- no such file.

2017-07-08 Thread Alexander Kapshuk
On Sat, Jul 8, 2017 at 9:05 AM, Ста Деюс wrote: > Hi. > > I'm fighting already days the problem of "/dev/dri/card0 -- no such > file" (old AGP card, NVIDIA GeForce4 MX 440) -- as x-server states in > its log file. > > I have installed my system w/ hardened profile, it's

Re: [gentoo-user] Anjuta - Segmentation Fault

2017-07-07 Thread Alexander Kapshuk
On Fri, Jul 7, 2017 at 2:14 PM, Hogren wrote: > Hello ! > > > I try to develop with Anjuta. > > When I run it, many times it works, many times it won't to start. > > I have a lot of WARNING, and several CRITICAL messages : > > > (anjuta:5134): Gtk-WARNING **: Theme parsing

Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-21 Thread Alexander Kapshuk
On Mon, Jun 19, 2017 at 7:43 PM, <tu...@posteo.de> wrote: > On 06/19 11:55, Alexander Kapshuk wrote: >> On Mon, Jun 19, 2017 at 6:21 AM, <tu...@posteo.de> wrote: >> > On 06/15 05:56, tu...@posteo.de wrote: >> >> Hi, >> >>

Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-19 Thread Alexander Kapshuk
On Mon, Jun 19, 2017 at 6:21 AM, wrote: > On 06/15 05:56, tu...@posteo.de wrote: >> Hi, >> >> While updateing glibc-2.24-r2 failed to install. >> >> These are the last few lines of that process: >> >> >> al/execinfo.c.texi >>

Re: [gentoo-user] texlive-core dependency conflict

2017-06-18 Thread Alexander Kapshuk
On Sun, Jun 18, 2017 at 3:09 AM, Lasse Pouru wrote: > Any way to get around this? I've already tried removing both the cjk and > xetex USE flags, running emerge -c, unmerging and remerging texlive-core > etc. I do actually want both the cjk and the xetex packages

Re: [gentoo-user] emerge update problem with blocking packages

2017-06-13 Thread Alexander Kapshuk
On Wed, Jun 14, 2017 at 8:14 AM, Quico Jurado wrote: > Hello list! > > I'm trying to update @world, and I'm getting a problem with blocking > packages which I'm not sure if I understand. It looks like a circular > blocking problem, but not sure. > > Here's what emerge is

Re: [gentoo-user] Imdb videos won't play in Chromium

2017-06-04 Thread Alexander Kapshuk
With chromium recompiled with the 'system-ffmpeg' USE flag disabled, I can now play imdb.com videos without any trouble. The Arch Linux PKGBUILD for chromium has this system library disabled as well. See https://git.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/chromium.

Re: [gentoo-user] Imdb videos won't play in Chromium

2017-06-04 Thread Alexander Kapshuk
On Sun, Jun 4, 2017 at 8:10 PM, Rasmus Thomsen wrote: > Sorry, should've tried it myself before answering. I'm using Chromium > 58.0.3029.110 ( 64 bit though ) built with cups,gconf,pulseaudio and it > works for me ( both with extensions enabled and without any ) >

Re: [gentoo-user] Imdb videos won't play in Chromium

2017-06-04 Thread Alexander Kapshuk
ig as daily driver > > Original Message > > On 4 Jun 2017, 18:41, Alexander Kapshuk < alexander.kaps...@gmail.com> > wrote: > > > On Sun, Jun 4, 2017 at 6:51 PM, Rasmus Thomsen > <rasmus.thom...@protonmail.com> wrote: >> Hi, >> >> Doe

Re: [gentoo-user] Imdb videos won't play in Chromium

2017-06-04 Thread Alexander Kapshuk
sure that it doesn't use its HTML5 player? You can to go > youtube.com/html5 to check that. > > Regards, > Rasmus > > > > ---- Original Message > > On 4 Jun 2017, 07:17, Alexander Kapshuk < alexander.kaps...@gmail.com> > wrote: > > > With these

Re: [gentoo-user] Imdb videos won't play in Chromium

2017-06-04 Thread Alexander Kapshuk
On Sun, Jun 4, 2017 at 11:10 AM, Neil Bothwick <n...@digimed.co.uk> wrote: > On Sun, 4 Jun 2017 08:17:40 +0300, Alexander Kapshuk wrote: > >> With these installed: >> equery -q l chromium adobe-flash >> www-client/chromium-58.0.3029.110 >> www-plugins/adobe-fl

[gentoo-user] Imdb videos won't play in Chromium

2017-06-03 Thread Alexander Kapshuk
With these installed: equery -q l chromium adobe-flash www-client/chromium-58.0.3029.110 www-plugins/adobe-flash-25.0.0.171 Imdb.com videos won't play any more. I get a 'sorry, this video is unsupported on this browser' message displayed. A friend of mine has the same version of chromium

Re: [gentoo-user] nodejs and qtnetwork = conflict on bindist openssl USE flag

2017-06-01 Thread Alexander Kapshuk
On Fri, Jun 2, 2017 at 8:35 AM, Hogren wrote: > Hello list, > > When I try to update my system, I have many conflicts. > > A first conflict which about I need help is this: > > dev-libs/openssl:0 > > (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by >

Re: [gentoo-user] gdm fails to start

2017-05-22 Thread Alexander Kapshuk
On Mon, May 22, 2017 at 1:00 PM, Raffaele Belardi <raffaele.bela...@st.com> wrote: > On Mon, 2017-05-22 at 12:47 +0300, Alexander Kapshuk wrote: >> >> A Google search found this systemd issue: >> https://github.com/systemd/systemd/issues/4342 >> Quote: >&

Re: [gentoo-user] gdm fails to start

2017-05-22 Thread Alexander Kapshuk
On Mon, May 22, 2017 at 11:16 AM, Raffaele Belardi wrote: > I'm unable to start the gdm service on a recently installed gnome > desktop (~x86): the service continuously fails and restarts with the > errors below. If I disable the service and login into a text console, >

Re: [gentoo-user] libreoffice and java.

2017-05-19 Thread Alexander Kapshuk
On Thu, May 18, 2017 at 9:46 AM, Bill Kenworthy wrote: > Hi, > I am trying use some java based plugins with libreoffice. > > libreoffice is compiled with the java use flag, both the oracle JDK and > JRE are installed and the user and system VM's are set and JAVA_HOME

Re: [gentoo-user] Kernel config checks

2017-04-27 Thread Alexander Kapshuk
On Thu, Apr 27, 2017 at 11:45 AM, Manuel Schönlaub wrote: > Hi, > > i just have a question regarding packages using linux-info.eclass to check > for specific kernel config flags (e.g. app-emaulation/docker). > > Currently it seems like the flags are only checked

Re: [gentoo-user] Multiple conflicts on perl upgrade

2017-04-19 Thread Alexander Kapshuk
On Wed, Apr 19, 2017 at 4:02 PM, Alarig Le Lay wrote: > Hi, > > I’m doing the normal updates on a server using this command: > obelix ~ # eix-sync && emerge -va --update --newuse --deep --with-bdeps\=y > @world && emerge -va --depclean --with-bdeps\=y && eix-test-obsolete >

Re: [gentoo-user] nxclient: cannot execute binary file: Exec format error

2017-04-09 Thread Alexander Kapshuk
On Sun, Apr 9, 2017 at 7:15 PM, Alexander Kapshuk <alexander.kaps...@gmail.com> wrote: > On Sun, Apr 9, 2017 at 7:06 PM, <the...@sys-concept.com> wrote: >> On 04/09/2017 09:55 AM, Alexander Kapshuk wrote: >>> On Sun, Apr 9, 2017 at 6:49 PM, <the...@sys-concep

Re: [gentoo-user] nxclient: cannot execute binary file: Exec format error

2017-04-09 Thread Alexander Kapshuk
On Sun, Apr 9, 2017 at 7:06 PM, <the...@sys-concept.com> wrote: > On 04/09/2017 09:55 AM, Alexander Kapshuk wrote: >> On Sun, Apr 9, 2017 at 6:49 PM, <the...@sys-concept.com> wrote: >>> I've installed: net-misc/nxclient-3.5.0.7 on x86 and it compiled without >

Re: [gentoo-user] nxclient: cannot execute binary file: Exec format error

2017-04-09 Thread Alexander Kapshuk
On Sun, Apr 9, 2017 at 6:49 PM, wrote: > I've installed: net-misc/nxclient-3.5.0.7 on x86 and it compiled without > errors, but when I try to run it I get an error: > > nxclient > /usr/bin/nxclient: line 8: /usr/NX/bin/nxclient: cannot execute binary file: > Exec format

  1   2   3   4   5   >