[gentoo-user] Re: [gentoo-user] Re: [gentoo-user] !!! section ‘local’ in repos.conf has name different from ...

2020-04-16 Thread John Blinka
On Thu, Apr 16, 2020 at 2:36 PM Alexey Mishustin wrote: > > Aren't /usr/local/portage and /usr/local/portage/steam-overlay really > intertwined? What if you move the 'local' overlay to, say, > /usr/local/portage/local ? (And, sure, edit the corresponding info in > the configuration files). > >

[gentoo-user] Re: Question about handling filenames with "illegal" characters...

2020-04-16 Thread Ian Zimmerman
On 2020-04-16 12:31, Michael Orlitzky wrote: > find -name 'whatever' \ > -exec sh -c " > for f in \"\${@}\"; do > do_stuff \"\${f}\" && echo \"\${f}\" > done > " - {} + # untested, use at own risk NL=' ' export NL AWKPROG='{print "do_stuff @" $0 "@ && printf %s @"

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread Caveman Al Toraboran
On Thursday, April 16, 2020 10:09 PM, Alec Ten Harmsel wrote: > I use urxvt and I've always done Ctrl+Alt+V for paste. If you try that, what > does it do? yes. it works. thanks. i guess the reason ctrl+shift+v, or ctrl+v, work is because of fish's (shell) magic. but when ssh runs, it's no

[gentoo-user] Re: [gentoo-user] !!! section ‘local’ in repos.conf has name different from ...

2020-04-16 Thread Alexey Mishustin
чт, 16 апр. 2020 г. в 20:27, John Blinka : > I have 3 boxes on which I try to maintain gentoo setups as identical as > possible. The steam install has gone smoothly on 2 boxes, but is failing on > the 3rd. > > When I get to this steam installation step on the 3rd box: > # emaint sync —repo

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread Caveman Al Toraboran
On Thursday, April 16, 2020 9:51 PM, Caveman Al Toraboran wrote: > if i press ctrl+shift+v, followed by enter, then > not even the enter registers. if i press the > enter again, alone, without the preceeding > ctrl+shift+v, it works but tells me the obvious > message "permission denied, please

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread Alec Ten Harmsel
On Thu, Apr 16, 2020, at 13:51, Caveman Al Toraboran wrote: > On Thursday, April 16, 2020 8:20 PM, wrote: > > > I didn't tru that muself, but as far as I could remember, > > ssh catches the tty so no password will be shown (but processed). > > ya, i know that bit. > > > What happens if you

Re: [gentoo-user] Upgrading old kernel

2020-04-16 Thread james
On 4/15/20 10:59 PM, Thomas Mueller wrote: On 4/15/20 1:40 PM, Andreas Stiasny wrote: On 15.04.20 17:50, Rich Freeman wrote: Jumping from 3.18 you're somewhat more likely to run into issues - your biggest headache though will be dealing with the 30,000 prompts you get from make oldconfig

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread Caveman Al Toraboran
On Thursday, April 16, 2020 8:20 PM, wrote: > I didn't tru that muself, but as far as I could remember, > ssh catches the tty so no password will be shown (but processed). ya, i know that bit. > What happens if you paste the password, ignore, that "nothing" happens > and then press ? if i

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread Caveman Al Toraboran
On Thursday, April 16, 2020 8:12 PM, David Abbott wrote: > Did you try CTRL + SHIFT + V yes (that's how i paste).

[gentoo-user] !!! section ‘local’ in repos.conf has name different from ...

2020-04-16 Thread John Blinka
Hi, everyone, I’m trying to install steam-overlay using https://wiki.gentoo.org/wiki/Steam I have 3 boxes on which I try to maintain gentoo setups as identical as possible. The steam install has gone smoothly on 2 boxes, but is failing on the 3rd. When I get to this steam installation step on

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread Michael Orlitzky
On 4/16/20 11:15 AM, tu...@posteo.de wrote: > > Is there a way to express $fn in a way, so that > do_something get one filename at a time and > whole thing does not is torn apart by some > not so nice filenames? > What are your constraints... are you using bash, or just any POSIX shell? Can you

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread tuxic
On 04/16 03:58, Caveman Al Toraboran wrote: > so i get my password loaded into the clipboard by > keepassxc. then i can paste it into various > terminals, like urxvt. > > but, the strange thing is that, i cannot paste it > into urxvt when it shows ssh's login prompt. > > i can paste the

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread tuxic
On 04/16 05:21, Francesco Turco wrote: > On Thu, Apr 16, 2020, at 17:15, tu...@posteo.de wrote: > > Normally I would replace the asd* with the according > > > > find . -name 'asd*' -print0 | > > > > but I got in trpuble, because "do_something" > > now misunderstood the whole thing. > > What

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread tuxic
On 04/16 11:29, Rich Freeman wrote: > On Thu, Apr 16, 2020 at 11:19 AM Neil Bothwick wrote: > > > > On Thu, 16 Apr 2020 17:15:45 +0200, tu...@posteo.de wrote: > > > > > a loop like this > > > > > > for fn in asd* ; do > > > do_something $fn > > > done > > > > > > fails, when a file is named

[gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread Caveman Al Toraboran
so i get my password loaded into the clipboard by keepassxc. then i can paste it into various terminals, like urxvt. but, the strange thing is that, i cannot paste it into urxvt when it shows ssh's login prompt. i can paste the password loaded into the clipboard from keepassxc if there is no

Re: [gentoo-user] can't paste password from clipboard into ssh login in urxvt

2020-04-16 Thread David Abbott
On Thu, Apr 16, 2020 at 11:58 AM Caveman Al Toraboran wrote: > > so i get my password loaded into the clipboard by > keepassxc. then i can paste it into various > terminals, like urxvt. > > but, the strange thing is that, i cannot paste it > into urxvt when it shows ssh's login prompt. > > i can

Re: [gentoo-user] display repo in emerge list?

2020-04-16 Thread Caveman Al Toraboran
On Thursday, April 16, 2020 3:19 PM, Arve Barsnes wrote: > It shows the repository for me when I use my command. I assume you > would get the same if you removed -q (quiet) from your command, which > might override or interfere with your -v (verbose). > > Another thing people might react to,

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread Rich Freeman
On Thu, Apr 16, 2020 at 11:19 AM Neil Bothwick wrote: > > On Thu, 16 Apr 2020 17:15:45 +0200, tu...@posteo.de wrote: > > > a loop like this > > > > for fn in asd* ; do > > do_something $fn > > done > > > > fails, when a file is named like this: > > > > List of OSses allowing spaces in

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread tuxic
On 04/16 04:19, Neil Bothwick wrote: > On Thu, 16 Apr 2020 17:15:45 +0200, tu...@posteo.de wrote: > > > a loop like this > > > > for fn in asd* ; do > > do_something $fn > > done > > > > fails, when a file is named like this: > > > > List of OSses allowing spaces in filenames.txt > >

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread Francesco Turco
On Thu, Apr 16, 2020, at 17:15, tu...@posteo.de wrote: > Normally I would replace the asd* with the according > > find . -name 'asd*' -print0 | > > but I got in trpuble, because "do_something" > now misunderstood the whole thing. What about the following command? find . -name 'asd*' -print0

Re: [gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread Neil Bothwick
On Thu, 16 Apr 2020 17:15:45 +0200, tu...@posteo.de wrote: > a loop like this > > for fn in asd* ; do > do_something $fn > done > > fails, when a file is named like this: > > List of OSses allowing spaces in filenames.txt > do_something "$fn" Would this work? -- Neil Bothwick

[gentoo-user] Question about handling filenames with "illegal" characters...

2020-04-16 Thread tuxic
Hi, a loop like this for fn in asd* ; do do_something $fn done fails, when a file is named like this: List of OSses allowing spaces in filenames.txt . Normally I would replace the asd* with the according find . -name 'asd*' -print0 | but I got in trpuble, because "do_something"

[gentoo-user] display repo in emerge list?

2020-04-16 Thread Caveman Al Toraboran
hi - any way to display which repository a package is being installed/updated from when emerging something? e.g. when doing `emerge -aqvDuUNt @world`, i see a tree of packages, but i don't know from which repository are they coming. this concerns me since i got 2 overlays added, and it would be

Re: [gentoo-user] display repo in emerge list?

2020-04-16 Thread Arve Barsnes
On Thu, 16 Apr 2020 at 13:14, Caveman Al Toraboran wrote: > > hi - any way to display which repository a package > is being installed/updated from when emerging > something? > > (extra question to keep you isolated a lil longer: > some one laughed at my `-aqvDuUNt` but didn't tell > me why. is

Re: [gentoo-user] Two problems after switching to elogind

2020-04-16 Thread Peter Humphrey
On Wednesday, 15 April 2020 11:48:05 BST Dale wrote: > As to the sound problem, I'd try logging out of the GUI, restarting > elogind or rebooting, and then trying again. One thing I've noticed > about elogind, if it or something it depends on triggers the need for a > restart, it causes some

[gentoo-user] Re: Upgrading old kernel

2020-04-16 Thread Nikos Chantziaras
On 16/04/2020 10:21, Ashley Dixon wrote: On Thu, Apr 16, 2020 at 10:08:45AM +0300, Nikos Chantziaras wrote: There's also sys-kernel/gentoo-kernel but it's description is confusing as hell: "Linux kernel built with Gentoo patches". Which to me sounds exactly like gentoo-kernel-bin just with

Re: [gentoo-user] Re: Upgrading old kernel

2020-04-16 Thread Ashley Dixon
On Thu, Apr 16, 2020 at 10:08:45AM +0300, Nikos Chantziaras wrote: > There's also sys-kernel/gentoo-kernel but it's description is confusing as > hell: "Linux kernel built with Gentoo patches". Which to me sounds exactly > like gentoo-kernel-bin just with slightly different wording... :-/ The

Re: [gentoo-user] Re: xorg-server

2020-04-16 Thread Jorge Almeida
On Thu, Apr 16, 2020 at 1:07 AM Ian Zimmerman wrote: > > On 2020-04-14 21:36, Jorge Almeida wrote: > > > Yes, that seems right. I just added "-elogind" to make.conf and that's > > it. But I'm really curious about the framebuffer stuff. As for other > > stuff (mounting USB, etc), doing it by hand

[gentoo-user] Re: Upgrading old kernel

2020-04-16 Thread Nikos Chantziaras
On 15/04/2020 21:09, james wrote: On 4/15/20 1:40 PM, Andreas Stiasny wrote: That's why I use make olddefconfig in such a case. This takes all the old config values and uses the default for the new ones. If you know that you need one or more of the new config options you can fine tune them

[gentoo-user] Warning: libuv-1.36.0 breaks bind

2020-04-16 Thread Adam Carter
For me at least. Going back to 1.35 makes bind work again. Error looks like Apr 16 15:48:51 proxy named[944]: netmgr.c:1000: REQUIRE(worker->recvbuf_inuse) failed, back trace Apr 16 15:48:51 proxy named[944]: #0 0x61943fe4dc20 in ?? Apr 16 15:48:51 proxy named[944]: #1 0x70cde3c7cf4c in ?? Apr 16

Re: [gentoo-user] Two problems after switching to elogind

2020-04-16 Thread Peter Humphrey
On Wednesday, 15 April 2020 11:48:05 BST Dale wrote: > Peter Humphrey wrote: > > Hello list, > > > > After the switch to elogind yesterday, chronyd now won't run. It complains > > "Could not get user/group of ntp." I remerged chrony with USE=-ntp, but it > > didn't help. I know that several