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

2021-01-01 Thread thelma

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] AH00094: 
Command line: '/usr/sbin/apache2 -D DEFAULT_VHOST -D INFO -D SSL -D 
SSL_DEFAULT_VHOST -D LANGUAGE -D PHP -D SECURITY -d /usr/lib64/apache2 
-f /etc/apache2/httpd.conf'
[Fri Jan 01 21:10:26.781254 2021] [mpm_prefork:notice] [pid 14152] 
AH00169: caught SIGTERM, shutting down
[Fri Jan 01 21:10:27.871561 2021] [:notice] [pid 16586] ModSecurity for 
Apache/2.9.3 (http://www.modsecurity.org/) configured.
[Fri Jan 01 21:10:27.871577 2021] [:notice] [pid 16586] ModSecurity: APR 
compiled version="1.7.0"; loaded version="1.7.0"
[Fri Jan 01 21:10:27.871579 2021] [:notice] [pid 16586] ModSecurity: 
PCRE compiled version="8.44 "; loaded version="8.44 2020-02-12"
[Fri Jan 01 21:10:27.871581 2021] [:notice] [pid 16586] ModSecurity: 
LIBXML compiled version="2.9.10"
[Fri Jan 01 21:10:27.871582 2021] [:notice] [pid 16586] ModSecurity: 
Status engine is currently disabled, enable it by set SecStatusEngine to On.





[gentoo-user] thunderbird - 78.6.0 disable line wrap

2021-01-01 Thread thelma
I was using old version of thunderbird and line wrap was in "Option" 
menu; but in new version "line wrap On/Off" disappeared.


How to disable line wrap?





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

2021-01-01 Thread n952162

On 12/30/20 11:17 PM, 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:


1270~/adm/gentoo/emerged>sudo cat
/var/tmp/portage/acct-group/lp-0-r1/temp/build.log
 * Package:    acct-group/lp-0-r1
 * Repository: gentoo
 * Maintainer: syst...@gentoo.org print...@gentoo.org
 * USE:    abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/acct-group/lp-0-r1/work
>>> Preparing source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/acct-group/lp-0-r1/work ...
>>> Source compiled.
>>> Test phase [not enabled]: acct-group/lp-0-r1

>>> Install acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image
>>> Completed installing acct-group/lp-0-r1 into
/var/tmp/portage/acct-group/lp-0-r1/image

 * Final size of build directory:  4 KiB
 * Final size of installed tree:  20 KiB

 * checking 1 files for package collisions
>>> Merging acct-group/lp-0-r1 to /
error writing group entry: Invalid argument
 * Adding group 'lp' to your system ...
error writing group entry: Invalid argument
 *  - Groupid: 7
groupadd: group 'lp' already exists
 * ERROR: acct-group/lp-0-r1::gentoo failed (preinst phase):
 *   (no error message)
 *
 * Call stack:
 * ebuild.sh, line  125:  Called pkg_preinst
 *   environment, line 1194:  Called acct-group_pkg_preinst
 *   environment, line  360:  Called enewgroup 'lp' '7'
 *   environment, line  735:  Called die
 * The specific snippet of code:
 *   groupadd -r ${opts} "${egroup}" || die
 *
 * If you need support, post the output of `emerge --info
'=acct-group/lp-0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv
'=acct-group/lp-0-r1::gentoo'`.
 * The complete build log is located at
'/var/tmp/portage/acct-group/lp-0-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/acct-group/lp-0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/acct-group/lp-0-r1/homedir'
 * S: '/var/tmp/portage/acct-group/lp-0-r1/work'
!!! FAILED preinst: 1





Confirmed:  I found a mistake on my system:

  lp:x:7:lp:me

The last colon should be a comma.





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

2021-01-01 Thread n952162

On 1/1/21 8:47 PM, n952162 wrote:

On 12/31/20 2:14 PM, Michael Orlitzky wrote:

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, it's a rare one. It would help
if you could pin down the root cause. It's not something easy like "it
fails if the user already exists." Every user and group ebuild is
already at "-r1", which means they've been reinstalled at least once
on most peoples' machines.



Perhaps this is relevant:

  https://forums.gentoo.org/viewtopic-p-7975642.html

I haven't tried commenting out the group yet because my update is still
in progress...

I'd considering removing the group, like, legally, but was afraid it
might erase things, like my cups ppd files.  But just commenting the
group out is genius.




No, I think I found a mistake on my system:

  lp:x:7:lp:me

The last colon should be a comma.





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

2021-01-01 Thread n952162

On 1/1/21 8:47 PM, n952162 wrote:

On 12/31/20 2:14 PM, Michael Orlitzky wrote:

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, it's a rare one. It would help
if you could pin down the root cause. It's not something easy like "it
fails if the user already exists." Every user and group ebuild is
already at "-r1", which means they've been reinstalled at least once
on most peoples' machines.



Perhaps this is relevant:

  https://forums.gentoo.org/viewtopic-p-7975642.html

I haven't tried commenting out the group yet because my update is still
in progress...

I'd considering removing the group, like, legally, but was afraid it
might erase things, like my cups ppd files.  But just commenting the
group out is genius.




In particulary, there's this:
https://forums.gentoo.org/viewtopic-p-7975642.html#7975642




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

2021-01-01 Thread n952162

On 12/31/20 2:14 PM, Michael Orlitzky wrote:

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, it's a rare one. It would help
if you could pin down the root cause. It's not something easy like "it
fails if the user already exists." Every user and group ebuild is
already at "-r1", which means they've been reinstalled at least once
on most peoples' machines.



Perhaps this is relevant:

  https://forums.gentoo.org/viewtopic-p-7975642.html

I haven't tried commenting out the group yet because my update is still
in progress...

I'd considering removing the group, like, legally, but was afraid it
might erase things, like my cups ppd files.  But just commenting the
group out is genius.




Re: [gentoo-user] USE flag "unsupported" for "sci-libs/hdf5"

2021-01-01 Thread Dr Rainer Woitok
Netfab,

On Thursday, 2020-12-31 18:28:07 +0100, you wrote:

> ...
> > Anybody having an educated guess what the risk would be?   Is it save
> > to set a USE flag even if its name is "unsupported"?
> 
> Full story here :
> 
>   https://bugs.gentoo.org/710986

Hmmm, not very enlighting either.  I think I'll set "-threads" for this
package, just to be safe.

Sincerely,
  Rainer