Re: [gentoo-user] CTRL-C and pre-merge checks

2021-04-07 Thread Michael
On Tuesday, 6 April 2021 23:08:17 BST Peter Humphrey wrote: > Hello list, > > I've just started an emerge -e world to run overnight, and I realised I'd > forgotten to mount /boot (for intel-microcode), so I hit CTRL-C to abort. It > took several dozen attempts, because pre-merge checks were in

Re: [gentoo-user] Console scrollback is back again!

2021-04-06 Thread Michael Jones
On Tue, Apr 6, 2021 at 4:54 AM Alan Mackenzie wrote: > Hello, Michael. > > On Mon, Apr 05, 2021 at 18:08:58 -0500, Michael Jones wrote: > > [ ] > > > Without looking at the patch itself: > > > Have you considered something like kmscon as a userland alte

Re: [gentoo-user] emerge failure for dev-lang/R-4.0.4

2021-04-06 Thread Michael Orlitzky
On Mon, 2021-04-05 at 18:29 +0200, k...@aspodata.se wrote: > > So, how much memory does R need to build ? > I have: > > $ free >    totalusedfree shared buff/cache > available > Mem: 6103628 1807560 2631444 146376 1664624 >

Re: [gentoo-user] Console scrollback is back again!

2021-04-05 Thread Michael Jones
On Mon, Apr 5, 2021, 13:13 Alan Mackenzie wrote: > Hello, Wol. > > On Mon, Apr 05, 2021 at 18:44:15 +0100, antlists wrote: > > On 05/04/2021 18:12, Alan Mackenzie wrote: > > > Bug reports and other comments are welcome, of course. > > > > > > If anybody would like the corresponding patch which

Re: [gentoo-user] emerge failure for dev-lang/R-4.0.4

2021-04-05 Thread Michael Orlitzky
On Mon, 2021-04-05 at 16:10 +0200, k...@aspodata.se wrote: > system call failed: Cannot allocate memory > Segmentation fault Is this a low-memory machine? If so, there's no much you can do here except set a lower number of jobs in MAKEOPTS for the dev-lang/R build:

Re: [gentoo-user] emerge failure for dev-lang/R-4.0.4

2021-04-04 Thread Michael Orlitzky
On Mon, 2021-04-05 at 00:44 +0200, k...@aspodata.se wrote: > Michael: > > $ cp -a ... > $ cd ... > $ make -j1 > ... > $ echo $? > 0 > > It builds without failure in that case. > That's (potentially) good news. Can you now try it with the CFLAGS/CXXFLAGS and

Re: [gentoo-user] Kernel upgrade from 5.4 to 5.10: oldconfig "Restart config..."

2021-04-04 Thread Michael
On Sunday, 4 April 2021 23:31:50 BST Alarig Le Lay wrote: > Hello, > > Has the 5.10 LTS has been stablised, I tried to upgrade it on some of my > boxes, but `make oldconfig` doesn’t want to use my old config: > Here is my make output: https://paste.swordarmor.fr/raw/2rRh > And here is my config:

Re: [gentoo-user] emerge failure for dev-lang/R-4.0.4

2021-04-03 Thread Michael Orlitzky
On Sat, 2021-04-03 at 13:15 +0200, k...@aspodata.se wrote: > Is there a way to run emerge step by step to find out why it fails ? > No easy way. You can `cp -a` the source/build directories out of /var/tmp/portage and then re-run `make -j`. That should re- start the build more or less where it

Re: [gentoo-user] Gparted leaves gaps

2021-04-01 Thread Michael
On Thursday, 1 April 2021 16:06:37 BST Peter Humphrey wrote: > On Thursday, 1 April 2021 11:13:07 BST Michael wrote: > > You could check/set the alignment of logical-physical sectors yourself, by > > making sure the start of your partitions is divisible by 8, instead of > >

Re: [gentoo-user] Gparted leaves gaps

2021-04-01 Thread Michael
On Thursday, 1 April 2021 03:04:31 BST William Kenworthy wrote: > On 1/4/21 12:39 am, Peter Humphrey wrote: > > Hello list, > > > > I use gparted often, usually from SystemRescueCD, and a common task is to > > move partitions to allow for one to be enlarged. I should be able to > > specify all

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Wednesday, 31 March 2021 13:23:27 BST Dale wrote: > Michael wrote: > > On Wednesday, 31 March 2021 13:09:03 BST Dale wrote: > >> Michael wrote: > >>> On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > >>>> I checked the man page,

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Wednesday, 31 March 2021 13:09:03 BST Dale wrote: > Michael wrote: > > On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > >> I checked the man page, I see nothing about the show progress option. > > > > Are you sure? > > > > This is what I s

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Wednesday, 31 March 2021 12:37:49 BST Dale wrote: > I checked the man page, I see nothing about the show progress option. Are you sure? This is what I see here on line 47: "status=LEVEL The LEVEL of information to print to stderr; 'none' suppresses everything but error

Re: [gentoo-user] Is there a way to misconfigure USB ports in the kernel?

2021-03-31 Thread Michael
On Tuesday, 30 March 2021 18:11:56 BST Dr Rainer Woitok wrote: > On Saturday, 2020-12-05 19:07:51 +0100, I myself wrote: > > ("> >" refers to Michael ) > > > Michael, > > > > On Friday, 2020-11-27 19:07:17 +, you wrote: > > > ...

Re: [gentoo-user] OpenRC vs SysV init scripts.

2021-03-24 Thread Michael Orlitzky
On Wed, 2021-03-24 at 15:03 -0600, Grant Taylor wrote: > Hi, > > Does anyone have any pointers on where to start on converting a 10-15 > year old SysV style init script to OpenRC? I'd start with "man openrc-run", and then read the service-script- guide.md that is shipped & installed along with

Re: [gentoo-user] "sys-fs/exfat-utils" vs "sys-fs/exfatprogs"

2021-03-20 Thread Michael
On Saturday, 20 March 2021 17:45:17 GMT Dale wrote: > Neil Bothwick wrote: > > On Sat, 20 Mar 2021 11:27:23 -0600, Grant Taylor wrote: > >>> Looking at the github readme, it wold appear that exfat-progs is for > >>> use with the new in-kernel exfat fs, while exfat-utils is a companion > >>> to the

Re: [gentoo-user] Why do we add the local host name to the 127.0.0.1 / ::1 entry in the /etc/hosts file?

2021-03-16 Thread Michael
On Saturday, 13 March 2021 19:01:05 GMT Grant Taylor wrote: > On 3/12/21 12:04 PM, Michael wrote: > > Right. That's the nub of it. Samba, with AD-DC and Kerberos > > configuration deserves special attention and the apps devs advise > > accordingly. > > I see i

Re: [gentoo-user] Why do we add the local host name to the 127.0.0.1 / ::1 entry in the /etc/hosts file?

2021-03-12 Thread Michael
On Thursday, 11 March 2021 16:50:37 GMT Grant Taylor wrote: > On 3/11/21 6:38 AM, Michael wrote: > > I'm losing my thread in this ... thread, but what I'm trying to say > > is the AD/ DC and Kerberos way of processing the /etc/hosts entries, > > when an /etc/hosts file

Re: [gentoo-user] Why do we add the local host name to the 127.0.0.1 / ::1 entry in the /etc/hosts file?

2021-03-11 Thread Michael
On Wednesday, 10 March 2021 16:58:47 GMT Grant Taylor wrote: > On 3/10/21 8:25 AM, Michael wrote: > > I think this is relevant to DNS resolution of/with domain controllers > > and may depend on the AD/DC topology. > > I disagree. Pure Linux in a MIT / Heimdal Kerberos envir

Re: [gentoo-user] Why do we add the local host name to the 127.0.0.1 / ::1 entry in the /etc/hosts file?

2021-03-10 Thread Michael
On Wednesday, 10 March 2021 16:00:19 GMT Mark Knecht wrote: > > > > mark@science:~$ cat /etc/hosts > > 127.0.0.1 localhost > > 127.0.1.1 science > > > I think this is relevant to DNS resolution of/with domain controllers and > may > depend on the AD/DC topology. The idea is to

Re: [gentoo-user] Why do we add the local host name to the 127.0.0.1 / ::1 entry in the /etc/hosts file?

2021-03-10 Thread Michael
On Wednesday, 10 March 2021 13:27:24 GMT Mark Knecht wrote: > On Tue, Mar 9, 2021 at 10:10 PM Grant Taylor < > > gtay...@gentoo.tnetconsulting.net> wrote: > > On 2/21/21 3:23 PM, Grant Taylor wrote: > > > Will someone please explain why the Gentoo AMD64 Handbook ~> Gentoo (at > > > large) says to

Re: [gentoo-user] Q: What is "python-exec2c"? Why would "python3" dispatched through it not see an installed copy of pyyaml?

2021-03-07 Thread Michael
On Sunday, 7 March 2021 18:43:29 GMT Steven Lembark wrote: > Checking my environment, I'd expect that "python" is 3.9.1, I think? > > # which python > /usr/bin/python > > # ls -al /usr/bin/python > lrwxrwxrwx 1 root root 13 Oct 20 10:46 /usr/bin/python -> python-exec2c > > #

Re: [gentoo-user] Q: What is "python-exec2c"? Why would "python3" dispatched through it not see an installed copy of pyyaml?

2021-03-07 Thread Michael
On Sunday, 7 March 2021 17:03:22 GMT Arve Barsnes wrote: > On Sun, 7 Mar 2021 at 17:00, Steven Lembark wrote: > > I believe there isn't any PYTHON_TARGET-ish setting on the system: > > $ grep PYTHON_TARGET /etc/portage/make.conf > > /etc/portage/package.use/* > > > >

Re: [gentoo-user] What is the best way forward? - Update 1

2021-02-27 Thread Michael
On Saturday, 27 February 2021 08:34:02 GMT Neil Bothwick wrote: > On Sat, 27 Feb 2021 00:47:04 -0700, Grant Taylor wrote: > > The ebuild and what looks like additional metadata files are in the > > /var/db/pkg directory tree. But the source files aren't in the tree. > > At least not for the

Re: [gentoo-user] What is the best way forward?

2021-02-25 Thread Michael
On Thursday, 25 February 2021 15:42:38 GMT Grant Taylor wrote: > On 2/25/21 2:51 AM, Michael wrote: > > A reinstall in this context is not a wholesale replace. > > ~blink~ > > > It implies obtaining the latest Stage 3 archive from a mirror, > > but retaining par

Re: [gentoo-user] What is the best way forward?

2021-02-25 Thread Michael
On Thursday, 25 February 2021 04:29:25 GMT Grant Taylor wrote: > On 2/24/21 9:16 PM, John Covici wrote: [snip ...] > > Unless you have a lot of customizations, reinstall would be much > > better. It would probably be better even with a lot of customizations. ;-) At least it /should/ be better

Re: [gentoo-user] pinentry doesn't work with Emacs anymore

2021-02-20 Thread Michael
On Saturday, 20 February 2021 15:22:45 GMT tastytea wrote: > Hi! > A short while ago, pinentry-gtk2 was removed from > app-crypt/pinentry. Around the same time, app-crypt/gnupg was > updated. Since then, I can not use the gpg-agent from whithin Emacs > (--deamon) anymore. When I commit something

Re: [gentoo-user] routine maintenance.

2021-02-18 Thread Michael
On Thursday, 18 February 2021 06:54:29 GMT Alan Grimes wrote: > The other discovery was that my /home drive is a 3.0 tb Toshiba unit > from 2014... man time flies!!! =P This means that the thing should > probably be replaced due to being old as hell... I've got disks spinning around for more

Re: [gentoo-user] Gentoo system suddenly failed to boot.

2021-02-17 Thread Michael
On Wednesday, 17 February 2021 21:45:35 GMT gevisz wrote: > Most probably, both my SATA disks have connection problems as > Oli Schmidt suggested from the very beginning, and because they > both have it, it points to the motherboard that already had quite > a bad track record. > > Unfortunately,

Re: [gentoo-user] Re: TCP port 445

2021-02-14 Thread Michael
On Sunday, 14 February 2021 17:16:33 GMT Grant Taylor wrote: > On 2/14/21 4:42 AM, Michael wrote: > > You are probably right. My knowledge of MSWindows environments has > > been on a need to know basis, when I can't avoid it. ;-) > > Fair enough. > > I've ma

Re: [gentoo-user] Sharing printers via Cups

2021-02-14 Thread Michael
On Sunday, 14 February 2021 06:43:55 GMT Dan Egli wrote: > On 2/12/2021 4:00 AM, Michael wrote: > > D [11/Feb/2021:13:08:36 -0700] [Job 11] hpcups > > (application/vnd.cups-raster to printer/ENVY, cost 0) > > > > This is the hplip printer driver in action, u

Re: [gentoo-user] Sharing printers via Cups

2021-02-14 Thread Michael
On Saturday, 13 February 2021 22:11:49 GMT Grant Taylor wrote: > On 2/12/21 4:00 AM, Michael wrote: > > Samba uses the native MSWindows 'Active Directory Domain Services' > > over TCP port 445 to resolve IP addresses when printing over Samba. > > I question the vera

Re: [gentoo-user] Sharing printers via Cups

2021-02-12 Thread Michael
On Thursday, 11 February 2021 20:32:47 GMT Dan Egli wrote: > On 2/11/2021 7:05 AM, Michael wrote: > > On Wednesday, 10 February 2021 23:03:18 GMT Dan Egli wrote: > >> On 2/10/2021 4:30 AM, Michael wrote: > >>> This is how I understand the printing process ought

Re: [gentoo-user] Sharing printers via Cups

2021-02-11 Thread Michael
On Wednesday, 10 February 2021 23:03:18 GMT Dan Egli wrote: > On 2/10/2021 4:30 AM, Michael wrote: > > This is how I understand the printing process ought to work in your use > > case: > > > > The Samba server, Athena, will use the MSWindows Network Printer > > i

Re: [gentoo-user] Sharing printers via Cups

2021-02-10 Thread Michael
On Tuesday, 9 February 2021 19:23:41 GMT you wrote: > On 2/9/2021 3:20 AM, Michael wrote: > >> Actually tried that. Got LPD installed, sent a test page. Test page > >> appeared in the Windows Queue, then disappeared without any > >> acknowledgement from the printer.

Re: [gentoo-user] No news on kernel upgrade?

2021-02-09 Thread Michael
On Tuesday, 9 February 2021 13:25:01 GMT n952162 wrote: > On 2/9/21 12:57 PM, Michael wrote: > > On Tuesday, 9 February 2021 10:01:04 GMT n952162 wrote: > >> On 2/9/21 10:05 AM, Dale wrote: > >>> n952162 wrote: > >>>> Are extra administrativ

Re: [gentoo-user] lightdm - keeps looping

2021-02-09 Thread Michael
On Tuesday, 9 February 2021 02:23:26 GMT the...@sys-concept.com wrote: > On 2/8/21 7:01 PM, the...@sys-concept.com wrote: > > On 2/8/21 6:59 PM, the...@sys-concept.com wrote: > >> The slim is no longer maintain, so I tried "lightdm" but when I try to > >> login, it keeps looping, I'm back into

Re: [gentoo-user] No news on kernel upgrade?

2021-02-09 Thread Michael
On Tuesday, 9 February 2021 10:01:04 GMT n952162 wrote: > On 2/9/21 10:05 AM, Dale wrote: > > n952162 wrote: > >> Are extra administrative steps necessary when --sync brings in a new > >> > >> kernel, as in: > >>https://wiki.gentoo.org/wiki/Kernel/Upgrade > >> > >> I currently have this

Re: [gentoo-user] Sharing printers via Cups

2021-02-09 Thread Michael
On Tuesday, 9 February 2021 00:59:01 GMT Dan Egli wrote: > On 2/8/2021 5:01 PM, Michael wrote: > > On Monday, 8 February 2021 19:08:11 GMT Dan Egli wrote: > >> On 2/8/2021 2:14 AM, Wols Lists wrote: > >>> This is typical. In my linux setup, the printer is always busy.

Re: [gentoo-user] Sharing printers via Cups

2021-02-08 Thread Michael
On Monday, 8 February 2021 19:08:11 GMT Dan Egli wrote: > On 2/8/2021 2:14 AM, Wols Lists wrote: > > This is typical. In my linux setup, the printer is always busy. Stuff > > still prints fine, though. > > Mine won't print. Says the printer is busy, and nothing else happens. It > just sits there.

Re: [gentoo-user] Gentoo on rpi

2021-02-08 Thread Michael Jones
Help wanted https://github.com/GenPi64/Build.Dist On Mon, Feb 8, 2021, 09:36 Peter Humphrey wrote: > Hello list, > > I have a Pi 400, on which I'd like to install Gentoo if I can. I've tried > a > few approaches so far, but each one has fallen foul of some obstacle. For > instance, today I

Re: [gentoo-user] fail2ban can't find sqlite?

2021-02-06 Thread Michael Orlitzky
On Sat, 2021-02-06 at 18:46 -0700, Dan Egli wrote: > > At first I thought it was complaining about it's own missing module. But > there's no use flag for sqlite in fail2ban. So then I looked at python > itself. Sure enough, the sqlite use flag was disabled. So I turned it > on and re-emerged

Re: [gentoo-user] spam - different IP's

2021-02-05 Thread Michael
On Friday, 5 February 2021 01:48:09 GMT Adam Carter wrote: > On Thu, Feb 4, 2021 at 6:07 PM Adam Carter wrote: > > On Thursday, February 4, 2021, wrote: > >> I'm perplex with this entry in apache log. > >> I'm sure it was done by same person as the timing is very sequential and > >> same

Re: [gentoo-user] Re: Gentoo as NAS

2021-02-05 Thread Michael
On Friday, 5 February 2021 03:34:12 GMT Matt Connell (Gmail) wrote: > On Fri, 2021-02-05 at 01:06 +, Grant Edwards wrote: > > > The plex-server ebuild appears to require systemd, but it isn't listed > > > as a dependency. Am I missing something? > > > > Apparently so. The presence of the

Re: [gentoo-user] Re: Gentoo as NAS

2021-02-04 Thread Michael Jones
Use the plex overlay. It's updated regularly. Faster than the official gentoo repo was. On Thu, Feb 4, 2021 at 5:56 PM Grant Edwards wrote: > On 2021-02-04, Neil Bothwick wrote: > > On Thu, 4 Feb 2021 15:04:14 -0300, Raphael MD wrote: > > > >> Said that, what could be the effort to turn my

Re: [gentoo-user] Gentoo as NAS

2021-02-04 Thread Michael Jones
I do this with btrfs instead of zfs. Its no more complicated than any other service configuration. Gentoo doesn't make this harder or easier than any other distribution. On Thu, Feb 4, 2021, 12:04 Raphael MD wrote: > Hello everyone, > > I'm thinking about using Gentoo as a NAS serve. I know

Re: [gentoo-user] virtualbox version mismatch [ RESOLVED ]

2021-02-04 Thread Michael
On Thursday, 4 February 2021 17:25:35 GMT n952162 wrote: > Sorry, if I gave the impression, when I said: > > /I tried that (using "module-rebuild")/ > > that I ran it without the "@". I was just referring to the original > suggestion had "@module*s*-rebuild". Oops! My apologies - I was

Re: [gentoo-user] virtualbox version mismatch

2021-02-04 Thread Michael
On Thursday, 4 February 2021 16:37:01 GMT n952162 wrote: > On 2/4/21 5:17 PM, Jack wrote: > > On 2/4/21 10:10 AM, n952162 wrote: > >> On 2/4/21 3:47 PM, Matt Connell (Gmail) wrote: > >>> On Thu, 2021-02-04 at 12:37 +0100, n952162 wrote: > The VirtualBox kernel modules do not match this

Re: [gentoo-user] virtualbox version mismatch

2021-02-04 Thread Michael
On Thursday, 4 February 2021 11:37:59 GMT n952162 wrote: > After updating, when I try to start my virtual machine (to update it), I > get this: > > RTR3InitEx failed with rc=-1912 (rc=-1912) The VirtualBox kernel > modules do not match this version of VirtualBox. The installation of >

Re: [gentoo-user] Nodejs overlay

2021-02-01 Thread Michael Orlitzky
On Mon, 2021-02-01 at 05:23 -0500, Andrew Udvare wrote: > > > > 1. Nothing is shared between packages so build time and disk > > usage skyrockets. > > This is NodeJS and 99% of stuff is plain JavaScript. Many packages > are tiny. More time will be spent unpacking tiny distfiles and re- >

Re: [gentoo-user] Nodejs overlay

2021-01-31 Thread Michael Orlitzky
On Sun, 2021-01-31 at 18:42 -0500, Andrew Udvare wrote: > > Our best option is to treat Nodejs stuff the way we treat Rust and Go > packages. Pretend Nodejs 'binaries' are 'built' statically and > therefore, grab all the dependencies in the main package ebuild. The only thing a package manager

Re: [gentoo-user] State of emergency is now in effect.

2021-01-30 Thread Michael
On Saturday, 30 January 2021 15:20:42 GMT Arve Barsnes wrote: > On Sat, 30 Jan 2021 at 15:58, Dr Rainer Woitok wrote: > > Since I've installed Gentoo more than a year back I have a small script > > in "/etc/portage/postsync.d/" which just contains > > > >#! /bin/bash > >emerge --ask

Re: [gentoo-user] State of emergency is now in effect.

2021-01-30 Thread Michael
On Saturday, 30 January 2021 09:37:57 GMT Alan Grimes wrote: > I'm not actually talking about the communist takeover of the planet, I > mean I'm looking at what this brokenest version of portage EVER is not > doing... > > I mean I always update my portage first thing after sync, because that's >

Re: [gentoo-user] mounting USB without root password

2021-01-29 Thread Michael
On Friday, 29 January 2021 16:47:51 GMT Matt Connell (Gmail) wrote: > On Fri, 2021-01-29 at 09:34 -0700, the...@sys-concept.com wrote: > > I uncommented in: sudoers (it works) > > %wheel ALL=(ALL) ALL > > > > %wheel ALL=(ALL) NOPASSWD: ALL > > This feels like fixing a loose screw with a

Re: [gentoo-user] KDE update causes bizarre behaviour

2021-01-26 Thread Michael
On Tuesday, 26 January 2021 07:52:53 GMT Philip Webb wrote: > I manhandled a huge update of Qt + KDE last weekend > & am now using Qt-5.15.2 Frameworks-5.77.0 Plasma-5.20.5 . > It was necessary to unmerge the whole of Qt & remerge it > & ditto part of Frameworks : otherwise there were

Re: [gentoo-user] Going through these one by one.

2021-01-25 Thread Michael
On Monday, 25 January 2021 18:04:26 GMT Steven Lembark wrote: > You've made the mistake of appearing knowlegable :-) Clearly this does not appear to me. I just bumble along trying not to break things! :p > 20 years I've been using Gentoo, I'm about to remove it because I > have not been able

Re: [gentoo-user] BIOS can not find boot partition

2021-01-24 Thread Michael
On Sunday, 24 January 2021 05:49:28 GMT the...@sys-concept.com wrote: > I'm missing something as system can not find boot device > > fdisk /dev/nvme0n1 > Disklabel type: gpt > > Device StartEndSectors Size Type > /dev/nvme0n1p1 2048 6143 4096 2M

Re: [gentoo-user] network transfer speed

2021-01-19 Thread Michael
On Monday, 18 January 2021 19:13:24 GMT the...@sys-concept.com wrote: > On 1/18/21 4:41 AM, bobwxc wrote: > > 在 2021/1/18 下午6:19, J. Roeleveld 写道: > >> On Monday, January 18, 2021 10:58:24 AM CET Raffaele BELARDI wrote: > -Original Message- > From: J. Roeleveld > Sent:

Re: [gentoo-user] new installation - ERROR: dev-lang/rust-1.47.0-r2::gentoo failed (compile phase)

2021-01-17 Thread Michael
On Sunday, 17 January 2021 11:04:17 GMT Peter Humphrey wrote: > On Saturday, 16 January 2021 20:59:17 GMT the...@sys-concept.com wrote: > > Reinstalling Gentoo on one box (I wiped the root partition, so it is a > > clean install) and I'm getting this error > > --->8 > > Have you thought of using

Re: [gentoo-user] network transfer speed

2021-01-17 Thread Michael
On Saturday, 16 January 2021 20:59:58 GMT Jack wrote: > On 2021.01.16 15:36, the...@sys-concept.com wrote: > [snip.] > > > 2.) The two Gentoo PC that are meters away from the switch are my > > concern firs. > > One is a server, another small PC run 24/7 and both negotiated speed > > of 1000

Re: [gentoo-user] network transfer speed

2021-01-16 Thread Michael
On Friday, 15 January 2021 22:43:36 GMT the...@sys-concept.com wrote: > The fact that I'm logged via ssh over VPN to a remote network should not > have any influence over network speed. It may influence speed if you're trying to push a large file through the tunnel. TCP over TCP tends to

Re: [gentoo-user] syslogd hibernating

2021-01-15 Thread Michael
On Friday, 15 January 2021 15:23:34 GMT Peter Humphrey wrote: > On Friday, 15 January 2021 15:08:15 GMT n952162 wrote: > > On 1/15/21 10:24 AM, Michael wrote: > > > On Friday, 15 January 2021 08:47:18 GMT n952162 wrote: > > >> Hello, > > >> > > >

Re: [gentoo-user] network transfer speed

2021-01-15 Thread Michael
On Friday, 15 January 2021 13:26:23 GMT Hogren wrote: > On 15/01/2021 09:34, Raffaele BELARDI wrote: > > ST Restricted > > > >> -Original Message- > >> From: Hogren > >> Sent: Friday, January 15, 2021 08:50 > >> To: gentoo-user@lists.gentoo.org > >> Subject: Re: [gentoo-user] network

Re: [gentoo-user] network transfer speed

2021-01-15 Thread Michael
On Friday, 15 January 2021 08:42:16 GMT bobwxc wrote: > 在 2021/1/15 下午4:27, Raffaele BELARDI 写道: > >> -Original Message- > >> From: bobwxc > >> Sent: Friday, January 15, 2021 08:57 > >> To: gentoo-user@lists.gentoo.org > >> Subject: Re: [gentoo-user] network transfer speed > >> > >> 在

Re: [gentoo-user] syslogd hibernating

2021-01-15 Thread Michael
On Friday, 15 January 2021 08:47:18 GMT n952162 wrote: > Hello, > > can anyone explain this? > > I noticed today (15. January) that the /var/log/{messages,kern.log,etc.} > files on a box were last touched on 22. November. > > sysklogd was in the rc-open /started/ state and was running. > > The

Re: [gentoo-user] Console scrollback

2021-01-13 Thread Michael
On Wednesday, 13 January 2021 10:30:19 GMT Peter Humphrey wrote: > Hello list, > > I see that the kernel code to scroll the console has been stripped out [1]. > What do people use instead? > > This loss is a nuisance while installing a new system, as I am still trying > to do on my old laptop. >

Re: [gentoo-user] preventing some IP's from from being logged in apache

2021-01-11 Thread Michael
On Monday, 11 January 2021 23:05:55 GMT the...@sys-concept.com wrote: > I've one persistent user (Russian IP) that is populating my apache log > files. > > I tried 00_mod_log_config.conf > > SetEnvIf Remote_Addr "45\.93\.201\.104" dontlog > CustomLog /var/log/apache2/deflate_log deflate

Re: [gentoo-user] moving /var/tmp/portage

2021-01-05 Thread Michael
On Tuesday, 5 January 2021 22:33:44 GMT n952162 wrote: > On 1/5/21 11:17 PM, n952162 wrote: > > I'm thinking about putting the stuff in /var/tmp/portage on another > > drive and linking with a symlink. Is there a better way? > > Thank you all for the suggestion about make.conf. I'd seen

Re: [gentoo-user] moving /var/tmp/portage

2021-01-05 Thread Michael Orlitzky
On 1/5/21 5:17 PM, n952162 wrote: I'm thinking about putting the stuff in /var/tmp/portage on another drive and linking with a symlink.  Is there a better way? Using the PORTAGE_TMPDIR variable (man make.conf).

Re: [gentoo-user] No sound after resuming from hibernation

2021-01-04 Thread Michael
On Monday, 4 January 2021 10:33:47 GMT Dr Rainer Woitok wrote: > Oh well, is there a replacement for ALSA? Can I use "pulseaudio" with- > out ALSA? > > Sincerely, > Rainer Without the alsa kernel driver available, the pulseaudio mixing controls won't be able to talk to the hardware. Does

Re: [gentoo-user] No sound after resuming from hibernation

2021-01-03 Thread Michael
On Sunday, 3 January 2021 17:12:20 GMT you wrote: > Michael, > > On Sunday, 2021-01-03 16:13:35 +, you wrote: > > ... > > It used to be the case modules were probed/reloaded by 'alsactl init' when > > initialising the audio card. If built in the kernel binary

Re: [gentoo-user] No sound after resuming from hibernation

2021-01-03 Thread Michael
On Sunday, 3 January 2021 15:59:49 GMT Dr Rainer Woitok wrote: > Greetings, > > immediately after a reboot I can clearly hear the white noise created by > executing > >$ aplay /usr/share/sounds/alsa/Noise.wav >Playing WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little >

Re: [gentoo-user] Apache 2.4 - set SecStatusEngine to On

2021-01-03 Thread Michael
On Saturday, 2 January 2021 04:46:58 GMT the...@sys-concept.com wrote: > Status engine is currently disabled, enable it by set SecStatusEngine to On. > > How to enable "SecStatusEngine to On" in Apache 2.4 > > From my log file: > [Fri Jan 01 19:44:52.649498 2021] [core:notice] [pid 14152]

Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-31 Thread Michael Orlitzky
On 12/31/20 2:34 AM, n952162 wrote: cups was already installed.  I considered removing it, but several other things, like ghostscript (!) are dependent on it.  I'm using --keep-going for now.  I suspect a bug in acct-group/lp that will get cleared up. If it's a bug in the acct-user eclass,

Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-31 Thread Michael
On Thursday, 31 December 2020 09:31:13 GMT Neil Bothwick wrote: > On Thu, 31 Dec 2020 08:34:42 +0100, n952162 wrote: > > Why do you specify -1? That's the most common advice I get for avoiding > > slot-conflicts, but I can't imagine a system without cups. > > To avoid adding to your world file.

Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-30 Thread Michael
On Wednesday, 30 December 2020 23:33:47 GMT Jack wrote: > On 2020.12.30 17:17, n952162 wrote: > > When I try to restore my pkgs, after the --depclean, the emerge > > fails. > > It seems like there's an error in the pre-inst script of > > acct-group/lp? > > That's need by cups: > > > >

Re: [gentoo-user] update fails, but I don't see why [PROGRESS]

2020-12-30 Thread Michael
On Wednesday, 30 December 2020 07:22:34 GMT n952162 wrote: > On 12/30/20 1:05 AM, Michael wrote: > > On Tuesday, 29 December 2020 22:55:03 GMT Neil Bothwick wrote: > >> On Tue, 29 Dec 2020 23:16:11 +0100, n952162 wrote: > >>>> So, I tried to do an emerge on @sys

Re: [gentoo-user] update fails, but I don't see why [PROGRESS]

2020-12-29 Thread Michael
On Tuesday, 29 December 2020 22:55:03 GMT Neil Bothwick wrote: > On Tue, 29 Dec 2020 23:16:11 +0100, n952162 wrote: > > > So, I tried to do an emerge on @system. I got another slot conflict! > > > This time for mako, which I'd seen go by sometimes as a "package of > > > interest". It's only

Re: [gentoo-user] Wayland side-effect?

2020-12-29 Thread Michael
On Monday, 28 December 2020 00:10:54 GMT Michael wrote: > On Sunday, 27 December 2020 21:01:09 GMT antlists wrote: > > On 27/12/2020 18:51, Michael wrote: > > > Restarting the desktop using Xorg does NOT fix this problem. Otherwise, > > > both Plasma on Wayland

Re: [gentoo-user] WKD 'if SKIP_HEADER not in values'

2020-12-28 Thread Michael
On Monday, 28 December 2020 11:36:17 GMT tastytea wrote: > On 2020-12-28 11:28+0000 Michael wrote: > > I noticed this error coming up today, on different rsync mirrors: > > > > ~ # eix-sync && emerge -uaNDv world > > > > * Running emerge --sync

[gentoo-user] WKD 'if SKIP_HEADER not in values'

2020-12-28 Thread Michael
I noticed this error coming up today, on different rsync mirrors: ~ # eix-sync && emerge -uaNDv world * Running emerge --sync >>> Syncing repository 'gentoo' into '/usr/portage'... * Using keys from /usr/share/openpgp-keys/gentoo-release.asc * Refreshing keys via WKD

Re: [gentoo-user] Wayland side-effect?

2020-12-27 Thread Michael
On Sunday, 27 December 2020 21:01:09 GMT antlists wrote: > On 27/12/2020 18:51, Michael wrote: > > Restarting the desktop using Xorg does NOT fix this problem. Otherwise, > > both Plasma on Wayland and Xorg work fine - except the clipboard does not > > work on Wayland (mid

[gentoo-user] Wayland side-effect?

2020-12-27 Thread Michael
I tried launching Plasma on Wayland and noticed on Kmail the message preview pane was black. As I move the mouse around or click on it, the black preview window becomes transparent and the desktop wallpaper or other windows behind Kmail appear, but it can flip back to black if I continue

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Michael
On Saturday, 26 December 2020 06:28:44 GMT Walter Dnes wrote: > This is my first UEFI install, so please pardon the questions. > > 1) Partitioning questions: The standard layout example in > https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#What_is_the_BI > OS_boot_partition.3F

Re: [gentoo-user] U.V.C. Webcam Disconnects shortly after Registration

2020-12-25 Thread Michael
On Friday, 25 December 2020 03:56:58 GMT Ashley Dixon wrote: > How's it going dudes? > > I bought a Logitech C270 webcam from Argos about a year ago, which, > according to the LKDDb [1] and U.V.C. driver website [2], should work well > on Linux. Despite working flawlessly until recently, some

Re: [gentoo-user] \ \ \ 2021 / / /

2020-12-25 Thread Michael
On Thursday, 24 December 2020 20:11:19 GMT the...@sys-concept.com wrote: > {@} * {@} * {@} Merry X-mas and a Happy New Year! > {@} * {@} * {@} * {@} Wish you all extra ordinary good luck! > {@} * {@} * {@} > \ \ \ 2021 / / / > > And thank you all for the help you

Re: [gentoo-user] ISO verification question.

2020-12-24 Thread Michael
On Thursday, 24 December 2020 02:29:51 GMT Γιώργος Κωστόπουλος wrote: > THANKS Michael for your help!!! > > What confused me, was the "failed" results and the warnings of the > sha512sum command. > > THANKS AGAIN for the clarification!!! :-) > G. You're welc

Re: [gentoo-user] ISO verification question.

2020-12-23 Thread Michael
Hi Γιώργος, On Wednesday, 23 December 2020 20:00:28 GMT Γιώργος Κωστόπουλος wrote: > Hi! :-) > > I just downloaded the minimal installation ISO and I was trying the > verification instructions. > I admit that I'm not any kind of gpg expert, so the results are > somewhat confusing to me. > Can

Re: [gentoo-user] Re: Big USB disks

2020-12-23 Thread Michael
On Wednesday, 23 December 2020 18:56:37 GMT Mark Knecht wrote: > On Wed, Dec 23, 2020 at 11:25 AM Peter Humphrey > > wrote: > > On Wednesday, 23 December 2020 09:54:36 GMT Nikos Chantziaras wrote: > > > On 22/12/2020 14:58, Peter Humphrey wrote: > > > > Greetings, > > > > > > > > Just a quickie

Re: [gentoo-user] Re: Is a USB-key-to-hard-drive-tap-dance-boot possible?

2020-12-23 Thread Michael
On Wednesday, 23 December 2020 05:37:01 GMT Walter Dnes wrote: > On Wed, Dec 23, 2020 at 04:16:46AM -, Grant Edwards wrote > > > Does the UEFI BIOS recognize that /dev/sda1 exists, but just isn't > > bootable? If yes, then it should be possible to install Grub on a USB > > key and boot a

Re: [gentoo-user] [SOLVED] How do I remove pam during/after an install.

2020-12-21 Thread Michael
On Monday, 21 December 2020 04:34:22 GMT Walter Dnes wrote: > On Sat, Dec 19, 2020 at 09:19:33PM -0500, John Covici wrote > > > OK, pardon my ignorance, what is wrong with pam? Aside from the fact > > that when you change versions you have to reboot or restart just about > > everything. > >

Re: [gentoo-user] WiFi on old Thinkpad

2020-12-21 Thread Michael
On Monday, 21 December 2020 13:21:59 GMT Peter Humphrey wrote: > Afternoon all, > > I'm reviving a somewhat elderly Thinkpad T61, installing from scratch after > wiping out the old Windows XP setup. It has an Intel core-2 CPU. > > What does the team think is the best way to get WiFi going? Is >

Re: [gentoo-user] sci-electronics/ngspice-27-r1 missing tcl

2020-12-19 Thread Michael Orlitzky
On 12/19/20 7:41 PM, k...@aspodata.se wrote: So that means that programs like ngspice won't link with glibc 2.32 or later. The easiest way to fix this is probably to update the version of ngspice available in Gentoo. The latest upstream release is v33,

Re: [gentoo-user] override PYTHON_TARGETS to avoid a slot collision

2020-12-19 Thread Michael
On Saturday, 19 December 2020 11:37:31 GMT Neil Bothwick wrote: > On Sat, 19 Dec 2020 12:33:10 +0100, n952162 wrote: > > I do an emerge @world, it tells me I have slot collisions and stops. > > Following Neil B.'s advice, I try to go through the collisions and see > > what the differences are.

Re: [gentoo-user] override PYTHON_TARGETS to avoid a slot collision

2020-12-19 Thread Michael
On Saturday, 19 December 2020 10:20:26 GMT n952162 wrote: > I don't think this output or any list participant has actually > identified where the problem here is. In my original posting, the only > difference causing the slot collision for jinja was that one had a > PYTHON_TARGETS of 3-7 and the

Re: [gentoo-user] How di I nuke+repave Dell XPS 8940 UEFI secure boot?

2020-12-18 Thread Michael
On Friday, 18 December 2020 08:00:51 GMT bobwxc wrote: > 在 2020/12/18 上午10:47, Walter Dnes 写道: > >How do I turn off UEFI secure boot... and UEFI for that matter? I > > > > want a simple bootable system. Sticking in a USB key and trying to boot > > off of it resulted in... > > > >

Re: [gentoo-user] sci-libs/{amd,camd}-2.4.6/ doc wierdness

2020-12-16 Thread Michael Orlitzky
On 12/16/20 5:16 PM, k...@aspodata.se wrote: It will probably, cannot test just now, rust is compiling I'm sorry for your loss. I opened https://bugs.gentoo.org/760408 to track this issue, but we will probably hack around it in the ebuild for now. Our SuiteSparse ebuilds are far

Re: [gentoo-user] sci-libs/{amd,camd}-2.4.6/ doc wierdness

2020-12-16 Thread Michael Orlitzky
On 12/16/20 1:17 PM, Michael Orlitzky wrote: On 12/16/20 12:30 PM, k...@aspodata.se wrote: Both sci-libs/{amd,camd}-2.4.6 gives this error in their build log: ! Package inputenc Error: Unicode character ^^H (U+0008) (inputenc)not set up for use with LaTeX. I can

Re: [gentoo-user] sci-libs/{amd,camd}-2.4.6/ doc wierdness

2020-12-16 Thread Michael Orlitzky
On 12/16/20 12:30 PM, k...@aspodata.se wrote: Both sci-libs/{amd,camd}-2.4.6 gives this error in their build log: ! Package inputenc Error: Unicode character ^^H (U+0008) (inputenc)not set up for use with LaTeX. I can reproduce this... I'll take a look.

Re: [gentoo-user] CPU you selected does not support x86-64 instruction set

2020-12-15 Thread Michael
On Tuesday, 15 December 2020 07:50:00 GMT J. Roeleveld wrote: > On Tuesday, December 15, 2020 8:08:46 AM CET bobwxc wrote: > > 在 2020/12/15 下午2:59, the...@sys-concept.com 写道: > > > On 12/14/2020 11:50 PM, J. Roeleveld wrote: > > >> On Tuesday, December 15, 2020 7:17:57 AM CET

<    3   4   5   6   7   8   9   10   11   12   >