Re: [gentoo-user] Libreoffice-5.4.2.2 fails to start

2018-01-21 Thread Wols Lists
On 20/01/18 01:11, the...@sys-concept.com wrote:
> On 01/19/2018 05:25 PM, the...@sys-concept.com wrote:
> [snip]
>>
>> The strange part is that on the same box I created a new "user" and
>> Libreoffice works just fine.
>> But it will not work when I log in.
>>
>> I've deleted the folder setting. /home/joseph/.config/libreoffice/
>> and copied the same folder from new user directory back to my directory.
>> Libreofice still will not start.
>>
>> Joseph
> 
> Additional information.
> When I try to start soffice help I'm getting this error
> 
> soffice --help
> X11 connection rejected because of wrong authentication.
> 
> (process:24269): dconf-CRITICAL **: unable to create file 
> '/var/run/user/1000/dconf/user': Permission denied.  dconf will not work 
> properly.
> LibreOffice 5.4.2.2.0 40m0(Build:2)
> 
> This error does not show up when I run it as new user that I just created.
> 
> 
This is intuition, not knowledge, but /var/run is, I think, stuff that
should appear when you log in, and disappear when you log out.

Log out, log in as root (or su from another user) and see if
/var/run/user/1000 exists. Rename it to something else in case you need
the contents, and then see if libreoffice works.

If everything seems okay, get rid of the old version

(My system has multiple users, I'm the only person logged in, and folder
1000 (my user-id) is the only one there. I guess somehow some old file
has got "stuck" and needs deleting.)

Cheers,
Wol



Re: [gentoo-user] Libreoffice-5.4.2.2 fails to start

2018-01-19 Thread thelma
On 01/19/2018 05:25 PM, the...@sys-concept.com wrote:
[snip]
> 
> The strange part is that on the same box I created a new "user" and
> Libreoffice works just fine.
> But it will not work when I log in.
> 
> I've deleted the folder setting. /home/joseph/.config/libreoffice/
> and copied the same folder from new user directory back to my directory.
> Libreofice still will not start.
> 
> Joseph

Additional information.
When I try to start soffice help I'm getting this error

soffice --help
X11 connection rejected because of wrong authentication.

(process:24269): dconf-CRITICAL **: unable to create file 
'/var/run/user/1000/dconf/user': Permission denied.  dconf will not work 
properly.
LibreOffice 5.4.2.2.0 40m0(Build:2)

This error does not show up when I run it as new user that I just created.



Re: [gentoo-user] Libreoffice-5.4.2.2 fails to start

2018-01-19 Thread thelma



Thelma
On 01/17/2018 04:06 PM, the...@sys-concept.com wrote:
> emerge -pqv app-office/libreoffice
> [ebuild   R   ] app-office/libreoffice-5.4.2.2  USE="bluetooth branding cups 
> dbus gnome gtk java mysql (-coinmp) -collada -debug -eds (-firebird) -gltf 
> -googledrive -gstreamer -gtk3 -jemalloc -kde -libressl -odk -pdfimport 
> -postgres -quickstarter {-test} -vlc" LIBREOFFICE_EXTENSIONS="-nlpsolver 
> -scripting-beanshell -scripting-javascript -wiki-publisher" 
> PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" 
> PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6"
> 
> 
> Post wgetpaste link of libreoffice build log
> What does it do?  When I try: 
> wgetpaste 
> /var/log/portage/app-office\:libreoffice-5.4.2.2\:20180116-202656.log
> 
> There is no output. This file is very large.
> 
> When I run:
> strace -o libreoffice.txt -f soffice libreoffice 
> The output "time out on":
> 
> ...
> 2238  connect(3, {sa_family=AF_UNIX, 
> sun_path="/tmp/OSL_PIPE_1000_SingleOfficeIPC_db1e7eee18c324ec912d5118a2d21af"},
>  110 
> 2250  <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
> 2250  futex(0x7f77a3827840, FUTEX_WAKE_PRIVATE, 1) = 0
> 2250  futex(0x7f77a3827ad0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 
> 0, {tv_sec=1516203792, tv_nsec=525188000}, 0x) = -1 ETIMEDOUT 
> (Connection timed out)
> 
> Joseph
> 
[snip]

The strange part is that on the same box I created a new "user" and
Libreoffice works just fine.
But it will not work when I log in.

I've deleted the folder setting. /home/joseph/.config/libreoffice/
and copied the same folder from new user directory back to my directory.
Libreofice still will not start.

Joseph



Re: [gentoo-user] Libreoffice-5.4.2.2 fails to start

2018-01-17 Thread thelma
emerge -pqv app-office/libreoffice
[ebuild   R   ] app-office/libreoffice-5.4.2.2  USE="bluetooth branding cups 
dbus gnome gtk java mysql (-coinmp) -collada -debug -eds (-firebird) -gltf 
-googledrive -gstreamer -gtk3 -jemalloc -kde -libressl -odk -pdfimport 
-postgres -quickstarter {-test} -vlc" LIBREOFFICE_EXTENSIONS="-nlpsolver 
-scripting-beanshell -scripting-javascript -wiki-publisher" 
PYTHON_SINGLE_TARGET="python3_5 -python2_7 -python3_4 -python3_6" 
PYTHON_TARGETS="python2_7 python3_5 -python3_4 -python3_6"


Post wgetpaste link of libreoffice build log
What does it do?  When I try: 
wgetpaste /var/log/portage/app-office\:libreoffice-5.4.2.2\:20180116-202656.log

There is no output. This file is very large.

When I run:
strace -o libreoffice.txt -f soffice libreoffice 
The output "time out on":

...
2238  connect(3, {sa_family=AF_UNIX, 
sun_path="/tmp/OSL_PIPE_1000_SingleOfficeIPC_db1e7eee18c324ec912d5118a2d21af"}, 
110 
2250  <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
2250  futex(0x7f77a3827840, FUTEX_WAKE_PRIVATE, 1) = 0
2250  futex(0x7f77a3827ad0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, 
{tv_sec=1516203792, tv_nsec=525188000}, 0x) = -1 ETIMEDOUT (Connection 
timed out)

Joseph

On 01/17/2018 03:33 PM, Jalus Bilieyich wrote:
> What is output of `emerge -pqv app-office/libreoffice`?
> 
> Post wgetpaste link of libreoffice build log.
> 
> On 01/16/2018 11:44 PM, the...@sys-concept.com wrote:
>> When I try to start "libreoffice" it will not start, not even from
>> command line. No errors, nothing.
>>
>> Portage 2.3.13 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop,
>> gcc-6.4.0, glibc-2.25-r9, 4.9.72-gentoo x86_64)
>> =
>> System uname:
>> Linux-4.9.72-gentoo-x86_64-AMD_Ryzen_5_1400_Quad-Core_Processor-with-gentoo-2.4.1
>> KiB Mem:16432224 total,  14618724 free
>> KiB Swap: 524284 total,524284 free
>> Timestamp of repository gentoo: Mon, 15 Jan 2018 00:30:01 +
>> Head commit of repository gentoo: 2afd3441b99e18681bfeda82185e6abfe59182aa
>> sh bash 4.4_p12
>> ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
>> app-shells/bash:  4.4_p12::gentoo
>> dev-java/java-config: 2.2.0-r3::gentoo
>> dev-lang/perl:5.24.3::gentoo
>> dev-lang/python:  2.7.14-r1::gentoo, 3.5.4-r1::gentoo
>> dev-util/cmake:   3.9.6::gentoo
>> dev-util/pkgconfig:   0.29.2::gentoo
>> sys-apps/baselayout:  2.4.1-r2::gentoo
>> sys-apps/openrc:  0.34.11::gentoo
>> sys-apps/sandbox: 2.10-r4::gentoo
>> sys-devel/autoconf:   2.13::gentoo, 2.69-r4::gentoo
>> sys-devel/automake:   1.11.6-r2::gentoo, 1.15.1-r1::gentoo
>> sys-devel/binutils:   2.29.1-r1::gentoo
>> sys-devel/gcc:5.4.0-r4::gentoo, 6.4.0-r1::gentoo
>> sys-devel/gcc-config: 1.8-r1::gentoo
>> sys-devel/libtool:2.4.6-r3::gentoo
>> sys-devel/make:   4.2.1::gentoo
>> sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
>> sys-libs/glibc:   2.25-r9::gentoo
>> Repositories:
>>
>> gentoo
>> location: /usr/portage
>> sync-type: rsync
>> sync-uri: rsync://rsync.gentoo.org/gentoo-portage
>> priority: -1000
>> sync-rsync-extra-opts:
>>
>> brother-overlay
>> location: /var/lib/layman/brother-overlay
>> masters: gentoo
>> priority: 50
>>
>> Local
>> location: /usr/local/portage
>> masters: gentoo
>> priority: 
>>
>> ACCEPT_KEYWORDS="amd64"
>> ACCEPT_LICENSE="* -@EULA googleearth PUEL dlj-1.1 Oracle-BCLA-JavaSE"
>> CBUILD="x86_64-pc-linux-gnu"
>> CFLAGS="-march=native -O2 -pipe"
>> CHOST="x86_64-pc-linux-gnu"
>> CONFIG_PROTECT="/etc /usr/lib64/fax
>> /usr/lib64/libreoffice/program/sofficerc /usr/share/easy-rsa
>> /usr/share/gnupg/qualified.txt /var/spool/fax/etc"
>> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
>> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
>> /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/
>> /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
>> /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
>> /etc/texmf/updmap.d /etc/texmf/web2c"
>> CXXFLAGS="-march=native -O2 -pipe"
>> DISTDIR="/usr/portage/distfiles"
>> EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
>> FCFLAGS="-O2 -pipe"
>> FEATURES="assume-digests binpkg-logs collision-protect
>> config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync
>> multilib-strict news parallel-fetch preserve-libs protect-owned sandbox
>> sfperms strict unknown-features-warn unmerge-logs unmerge-orphans
>> userfetch userpriv usersandbox usersync xattr"
>> FFLAGS="-O2 -pipe"
>> GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
>> http://gentoo.osuosl.org/
>> ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
>> http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
>> 

Re: [gentoo-user] Libreoffice-5.4.2.2 fails to start

2018-01-17 Thread Jalus Bilieyich
What is output of `emerge -pqv app-office/libreoffice`?

Post wgetpaste link of libreoffice build log.

On 01/16/2018 11:44 PM, the...@sys-concept.com wrote:
> When I try to start "libreoffice" it will not start, not even from
> command line. No errors, nothing.
> 
> Portage 2.3.13 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop,
> gcc-6.4.0, glibc-2.25-r9, 4.9.72-gentoo x86_64)
> =
> System uname:
> Linux-4.9.72-gentoo-x86_64-AMD_Ryzen_5_1400_Quad-Core_Processor-with-gentoo-2.4.1
> KiB Mem:16432224 total,  14618724 free
> KiB Swap: 524284 total,524284 free
> Timestamp of repository gentoo: Mon, 15 Jan 2018 00:30:01 +
> Head commit of repository gentoo: 2afd3441b99e18681bfeda82185e6abfe59182aa
> sh bash 4.4_p12
> ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
> app-shells/bash:  4.4_p12::gentoo
> dev-java/java-config: 2.2.0-r3::gentoo
> dev-lang/perl:5.24.3::gentoo
> dev-lang/python:  2.7.14-r1::gentoo, 3.5.4-r1::gentoo
> dev-util/cmake:   3.9.6::gentoo
> dev-util/pkgconfig:   0.29.2::gentoo
> sys-apps/baselayout:  2.4.1-r2::gentoo
> sys-apps/openrc:  0.34.11::gentoo
> sys-apps/sandbox: 2.10-r4::gentoo
> sys-devel/autoconf:   2.13::gentoo, 2.69-r4::gentoo
> sys-devel/automake:   1.11.6-r2::gentoo, 1.15.1-r1::gentoo
> sys-devel/binutils:   2.29.1-r1::gentoo
> sys-devel/gcc:5.4.0-r4::gentoo, 6.4.0-r1::gentoo
> sys-devel/gcc-config: 1.8-r1::gentoo
> sys-devel/libtool:2.4.6-r3::gentoo
> sys-devel/make:   4.2.1::gentoo
> sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
> sys-libs/glibc:   2.25-r9::gentoo
> Repositories:
> 
> gentoo
> location: /usr/portage
> sync-type: rsync
> sync-uri: rsync://rsync.gentoo.org/gentoo-portage
> priority: -1000
> sync-rsync-extra-opts:
> 
> brother-overlay
> location: /var/lib/layman/brother-overlay
> masters: gentoo
> priority: 50
> 
> Local
> location: /usr/local/portage
> masters: gentoo
> priority: 
> 
> ACCEPT_KEYWORDS="amd64"
> ACCEPT_LICENSE="* -@EULA googleearth PUEL dlj-1.1 Oracle-BCLA-JavaSE"
> CBUILD="x86_64-pc-linux-gnu"
> CFLAGS="-march=native -O2 -pipe"
> CHOST="x86_64-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/lib64/fax
> /usr/lib64/libreoffice/program/sofficerc /usr/share/easy-rsa
> /usr/share/gnupg/qualified.txt /var/spool/fax/etc"
> CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
> /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
> /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/
> /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
> /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
> /etc/texmf/updmap.d /etc/texmf/web2c"
> CXXFLAGS="-march=native -O2 -pipe"
> DISTDIR="/usr/portage/distfiles"
> EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
> FCFLAGS="-O2 -pipe"
> FEATURES="assume-digests binpkg-logs collision-protect
> config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync
> multilib-strict news parallel-fetch preserve-libs protect-owned sandbox
> sfperms strict unknown-features-warn unmerge-logs unmerge-orphans
> userfetch userpriv usersandbox usersync xattr"
> FFLAGS="-O2 -pipe"
> GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
> http://gentoo.osuosl.org/
> ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
> http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
> ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
> ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/
> http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/;
> LANG="en_US.utf8"
> LC_ALL="en_US.UTF-8"
> LDFLAGS="-Wl,-O1 -Wl,--as-needed"
> LINGUAS="en"
> MAKEOPTS="-j7 -l8"
> PKGDIR="/usr/portage/packages"
> PORTAGE_CONFIGROOT="/"
> PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
> --omit-dir-times --compress --force --whole-file --delete --stats
> --human-readable --timeout=180 --exclude=/distfiles --exclude=/local
> --exclude=/packages --exclude=/.git"
> PORTAGE_TMPDIR="/var/tmp"
> USE="X a52 aac acpi alsa amd64 apache2 bluetooth branding bzip2 cairo
> cdda cdr cgi cli consolekit crypt cups cxx dbus dri dts dvd dvdr emboss
> encode exif fam firefox flac foomaticdb fortran gdbm gif gimp gimpprint
> glamor gnome gpm gtk iconv ipv6 jpeg kpathsea lcms ldap libnotify mad
> mng modules mp3 mp4 mpeg multilib mysql ncurses nls nptl ogg opengl
> openmp pam pango pcre pdf png policykit ppds qt3support qt5 qtk readline
> scanner sdl seccomp spell ssl startup-notification svg tcpd tetex tiff
> truetype type1 udev udisks unicode upower usb vorbis wxwidgets x264
> xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000
> atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938
> es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio
> via82xx via82xx-modem 

[gentoo-user] Libreoffice-5.4.2.2 fails to start

2018-01-16 Thread thelma
When I try to start "libreoffice" it will not start, not even from
command line. No errors, nothing.

Portage 2.3.13 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop,
gcc-6.4.0, glibc-2.25-r9, 4.9.72-gentoo x86_64)
=
System uname:
Linux-4.9.72-gentoo-x86_64-AMD_Ryzen_5_1400_Quad-Core_Processor-with-gentoo-2.4.1
KiB Mem:16432224 total,  14618724 free
KiB Swap: 524284 total,524284 free
Timestamp of repository gentoo: Mon, 15 Jan 2018 00:30:01 +
Head commit of repository gentoo: 2afd3441b99e18681bfeda82185e6abfe59182aa
sh bash 4.4_p12
ld GNU ld (Gentoo 2.29.1 p3) 2.29.1
app-shells/bash:  4.4_p12::gentoo
dev-java/java-config: 2.2.0-r3::gentoo
dev-lang/perl:5.24.3::gentoo
dev-lang/python:  2.7.14-r1::gentoo, 3.5.4-r1::gentoo
dev-util/cmake:   3.9.6::gentoo
dev-util/pkgconfig:   0.29.2::gentoo
sys-apps/baselayout:  2.4.1-r2::gentoo
sys-apps/openrc:  0.34.11::gentoo
sys-apps/sandbox: 2.10-r4::gentoo
sys-devel/autoconf:   2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:   1.11.6-r2::gentoo, 1.15.1-r1::gentoo
sys-devel/binutils:   2.29.1-r1::gentoo
sys-devel/gcc:5.4.0-r4::gentoo, 6.4.0-r1::gentoo
sys-devel/gcc-config: 1.8-r1::gentoo
sys-devel/libtool:2.4.6-r3::gentoo
sys-devel/make:   4.2.1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:   2.25-r9::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-extra-opts:

brother-overlay
location: /var/lib/layman/brother-overlay
masters: gentoo
priority: 50

Local
location: /usr/local/portage
masters: gentoo
priority: 

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA googleearth PUEL dlj-1.1 Oracle-BCLA-JavaSE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/fax
/usr/lib64/libreoffice/program/sofficerc /usr/share/easy-rsa
/usr/share/gnupg/qualified.txt /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release
/etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/
/etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
/etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--autounmask-write=y --keep-going --with-bdeps=y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs collision-protect
config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync
multilib-strict news parallel-fetch preserve-libs protect-owned sandbox
sfperms strict unknown-features-warn unmerge-logs unmerge-orphans
userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
http://gentoo.osuosl.org/
ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/
http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/;
LANG="en_US.utf8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en"
MAKEOPTS="-j7 -l8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--omit-dir-times --compress --force --whole-file --delete --stats
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local
--exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acpi alsa amd64 apache2 bluetooth branding bzip2 cairo
cdda cdr cgi cli consolekit crypt cups cxx dbus dri dts dvd dvdr emboss
encode exif fam firefox flac foomaticdb fortran gdbm gif gimp gimpprint
glamor gnome gpm gtk iconv ipv6 jpeg kpathsea lcms ldap libnotify mad
mng modules mp3 mp4 mpeg multilib mysql ncurses nls nptl ogg opengl
openmp pam pango pcre pdf png policykit ppds qt3support qt5 qtk readline
scanner sdl seccomp spell ssl startup-notification svg tcpd tetex tiff
truetype type1 udev udisks unicode upower usb vorbis wxwidgets x264
xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000
atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio
via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core
socache_shmcb unixd actions alias auth_basic authn_alias authn_anon
authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache cgi
cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter
file_cache filter headers include info log_config logio