Fw: No remote login with GDM3, XDMCP, Xvnc, inetd

andrew glaeser <[email protected]>
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Well, guys, I have tried for two more days, and this is definitely not

workable, now matter how hard you want it to:

This is probably a security issue, see there:

https://help.gnome.org/admin/gdm/stable/security.html.en

https://help.gnome.org/admin/gdm/stable/consolekit.html.en

https://help.gnome.org/admin/gdm/stable/configuration.html.en

There are simply too many details to think about, and for me it is impossible

to tell, which one disables XDMCP particularly, and I am not even looking at

any source-codes..

But the docs also tell, that XDMCP is even more insecure than Xorg protocol

itself, even if you stay inside your local- or home-network, SDDM also does

not provide XDMCP support, as KDM used to, so this is most probably an

option, that is no longer recommended, and one should rather use a romote

X-session directly, VNC is not necessary while staying in the local net,

because enough network bandwidth is usually available.


> andrew@a68n:~$ xvncviewer bsdpcb:50
> xvncviewer: ConnectToTcpAddr: connect: Connection refused
> Unable to connect to VNC server
> andrew@a68n:~$ 
> 


> root@bsdpcb:~ # cat /etc/xinet.d/Xvnc
> /etc/xinet.d/ not found
> 
> root@bsdpcb:~ # cat /etc/xinetd.d/Xvnc
> # This file generated by xconv.pl, included with the xinetd
> # package.  xconv.pl was written by Rob Braun ([email protected])
> #
> # The file is merely a translation of your inetd.conf file into
> # the equivalent in xinetd.conf syntax.  xinetd has many 
> # features that may not be taken advantage of with this translation.
> # Please refer to the xinetd.conf man page for more information 
> # on how to properly configure xinetd.
> 
> 
> # The defaults section sets some information for all services
> defaults
> {
>         #The maximum number of requests a particular service may handle
>         # at once.
>         instances   = 25
> 
>         # The type of logging.  This logs to a file that is specified.
>         # Another option is: SYSLOG syslog_facility [syslog_level]
>         log_type    = FILE /var/log/servicelog
> 
>         # What to log when the connection succeeds.
>         # PID logs the pid of the server processing the request.
>         # HOST logs the remote host's ip address.
>         # USERID logs the remote user (using RFC 1413)
>         # EXIT logs the exit status of the server.
>         # DURATION logs the duration of the session.
>         log_on_success = HOST PID
> 
>         # What to log when the connection fails.  Same options as above
>         log_on_failure = HOST
> 
>         # The maximum number of connections a specific IP address can
>         # have to a specific service.  
>         per_source  = 5
> }
> 
> service 5950
> {
>         flags       = NAMEINARGS
>         type        = UNLISTED
>         disble      = no
>         socket_type = stream
>         protocol    = tcp
>         wait        = no
>         user        = gdm
>         server      = /usr/local/bin/Xvnc
>         server_args = Xvnc -inetd -query localhost -once securitytypes=none 
> }
> 
> root@bsdpcb:~ # 


> root@bsdpcb:~ # cat /usr/local/etc/gdm/custom.conf
> # GDM configuration storage
> 
> [daemon]
> # Uncoment the line below to force the login screen to use Xorg
> WaylandEnable=false
> 
> HaltCommand=/sbin/shutdown -p now
> RebootCommand=/sbin/shutdown -r now
> 
> [security]
> DisallowTCP=false
> 
> [xdmcp]
> DisplaysPerHost=2
> Enable=true
> 
> [chooser]
> 
> [debug]
> # Uncomment the line below to turn on debugging
> Enable=true
> 


> root@bsdpcb:~ # cat /var/log/gdm/:0-greeter.log
> gnome-session-binary 9740 - - DEBUG(+): Enabling debugging
> dbus-daemon[9386]: [session uid=92 pid=9386] Activating service
> name='org.a11y.Bus' requested by ':1.0' (uid=92 pid=9953
> comm="/usr/local/libexec/gnome-session-check-accelerated")
dbus-daemon[9386]: [session uid=92 pid=9386] Successfully activated service
'org.a11y.Bus'
> gnome-session-check-accelerated: GL Helper exited with code 512
> libEGL warning: DRI2: failed to authenticate
> gnome-session-check-accelerated: GLES Helper exited with code 512
> gnome-session-binary 9740 - - DEBUG(+): Using ConsoleKit for session
> tracking
gnome-session-binary 9740 - - DEBUG(+): GsmManager: setting client store
0x802295c40
> gnome-session-binary 9740 - - DEBUG(+): GsmXsmpServer:
> SESSION_MANAGER=local/bsdpcb:/tmp/.ICE-unix/9740
> 
> gnome-session-binary 9740 - - DEBUG(+): emitting SessionIsActive
> gnome-session-binary 9740 - - DEBUG(+): fill: *** Getting session
> 'gnome-login'
gnome-session-binary 9740 - - DEBUG(+): fill: *** Looking
if /usr/local/etc/gdm/home/.config/gnome-session/sessions/gnome-login.session
is a valid session file
> gnome-session-binary 9740 - - DEBUG(+): Cannot use session
> '/usr/local/etc/gdm/home/.config/gnome-session/sessions/gnome-login.session':
> non-existing or invalid file.
gnome-session-binary 9740 - - DEBUG(+): fill: *** Looking
if /usr/local/etc/xdg/gnome-session/sessions/gnome-login.session is a valid
session file
> gnome-session-binary 9740 - - DEBUG(+): Cannot use session
> '/usr/local/etc/xdg/gnome-session/sessions/gnome-login.session':
> non-existing or invalid file.
gnome-session-binary 9740 - - DEBUG(+): fill: *** Looking
if /etc/xdg/gnome-session/sessions/gnome-login.session is a valid session file
> gnome-session-binary 9740 - - DEBUG(+): Cannot use session
> '/etc/xdg/gnome-session/sessions/gnome-login.session': non-existing or
> invalid file.
gnome-session-binary 9740 - - DEBUG(+): fill: *** Looking
if /usr/local/share/gdm/greeter/gnome-session/sessions/gnome-login.session is
a valid session file
> gnome-session-binary 9740 - - DEBUG(+): Cannot use session
> '/usr/local/share/gdm/greeter/gnome-session/sessions/gnome-login.session':
> non-existing or invalid file.
gnome-session-binary 9740 - - DEBUG(+): fill: *** Looking
if /usr/local/share/gnome-session/sessions/gnome-login.session is a valid
session file
> gnome-session-binary 9740 - - DEBUG(+): fill: *** Checking required
> components
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.Shell.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/share/applications/org.gnome.Shell.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Clipboard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Datetime.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Keyboard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Mouse.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.PrintNotifications.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Smartcard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Wacom.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary 9740 - - DEBUG(+): fill: *** Done checking required
components
> gnome-session-binary 9740 - - DEBUG(+): fill: *** Adding required components
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.Shell.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/share/applications/org.gnome.Shell.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/share/applications/org.gnome.Shell.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App1 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.Shell.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.A11ySettings.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App2 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.A11ySettings.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Clipboard.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App3 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.Clipboard.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Color.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App4 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.Color.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Datetime.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App5 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.Datetime.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Housekeeping.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App6 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.Housekeeping.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Keyboard.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App7 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.Keyboard.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.MediaKeys.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App8 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.MediaKeys.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Mouse.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App9 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.Mouse.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Power.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App10 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.Power.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.PrintNotifications.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App11 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.PrintNotifications.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Rfkill.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App12 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.Rfkill.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App13 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.ScreensaverProxy.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Sharing.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App14 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.Sharing.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Smartcard.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App15 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.Smartcard.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.Sound.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App16 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.Sound.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
> 'org.gnome.SettingsDaemon.Wacom.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.config/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
'/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/App17 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
> org.gnome.SettingsDaemon.Wacom.desktop
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking for file
'org.gnome.SettingsDaemon.XSettings.desktop'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/gnome-session/saved-session'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/etc/gdm/home/.config/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/gdm/greeter/gnome/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gnome/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/xdg/autostart'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/etc/xdg/autostart'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/etc/gdm/home/.local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
> '/usr/local/share/gdm/greeter/applications'
gnome-session-binary 9740 - - DEBUG(+): GsmUtil: Looking in
'/usr/local/share/applications'
> gnome-session-binary 9740 - - DEBUG(+): GsmUtil: found in XDG dirs:
> '/usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App18 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: adding required app
org.gnome.SettingsDaemon.XSettings.desktop
> gnome-session-binary 9740 - - DEBUG(+): fill: *** Done adding required
> components
gnome-session-binary 9740 - - DEBUG(+): GsmManager: *** Adding autostart apps
for /usr/local/etc/gdm/home/.config/gnome-session/saved-session
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: *** Adding autostart
> apps for /usr/local/share/gdm/greeter/autostart
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
read /usr/local/share/gdm/greeter/autostart/orca-autostart.desktop
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/App19 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: GSM starting to manage
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: App startup summary
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase
> EARLY_INITIALIZATION
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase PRE_DISPLAY_SERVER
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase DISPLAY_SERVER
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App1     app-id:org.gnome.Shell.desktop
> is-disabled:0   is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase INITIALIZATION
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App18
> app-id:org.gnome.SettingsDaemon.XSettings.desktop       is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App2
app-id:org.gnome.SettingsDaemon.A11ySettings.desktop    is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App3
> app-id:org.gnome.SettingsDaemon.Clipboard.desktop       is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App4
app-id:org.gnome.SettingsDaemon.Color.desktop   is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App5
> app-id:org.gnome.SettingsDaemon.Datetime.desktop        is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App6
app-id:org.gnome.SettingsDaemon.Housekeeping.desktop    is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App7
> app-id:org.gnome.SettingsDaemon.Keyboard.desktop        is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App8
app-id:org.gnome.SettingsDaemon.MediaKeys.desktop       is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App9
> app-id:org.gnome.SettingsDaemon.Mouse.desktop   is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App10
app-id:org.gnome.SettingsDaemon.Power.desktop   is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App11
> app-id:org.gnome.SettingsDaemon.PrintNotifications.desktop
> is-disabled:0 is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App12
app-id:org.gnome.SettingsDaemon.Rfkill.desktop  is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App13
> app-id:org.gnome.SettingsDaemon.ScreensaverProxy.desktop
> is-disabled:0 is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App14
app-id:org.gnome.SettingsDaemon.Sharing.desktop is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App15
> app-id:org.gnome.SettingsDaemon.Smartcard.desktop       is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager:
ID: /org/gnome/SessionManager/App16
app-id:org.gnome.SettingsDaemon.Sound.desktop   is-disabled:0
is-conditionally-disabled:0
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App17
> app-id:org.gnome.SettingsDaemon.Wacom.desktop   is-disabled:0
> is-conditionally-disabled:0
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase WINDOW_MANAGER
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase PANEL
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase DESKTOP
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Phase APPLICATION
> gnome-session-binary 9740 - - DEBUG(+): GsmManager:
> ID: /org/gnome/SessionManager/App19    app-id:orca-autostart.desktop
> is-disabled:0   is-conditionally-disabled:1
gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase
EARLY_INITIALIZATION
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase
> EARLY_INITIALIZATION
gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase
PRE_DISPLAY_SERVER
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase
> PRE_DISPLAY_SERVER
gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase
DISPLAY_SERVER
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App1'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App1
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.Shell.desktop: command=/usr/local/bin/gnome-shell
> startup-id=101f23524d111b5e4159902894853293600000097400000
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:12915
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894862856900000097400019 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 10939
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client1
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client1
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client1 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client1
> 
> (gnome-shell:12915): GLib-GObject-CRITICAL **: 08:42:29.809:
> g_type_add_instance_private: assertion 'private_size > 0' failed
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
> 
> (gnome-shell:12915): mutter-WARNING **: 08:42:29.812: Failed to set
> acceleration profile: no udev support
dbus-daemon[9386]: [session uid=92 pid=9386] Activating service
name='org.freedesktop.portal.IBus' requested by ':1.9' (uid=92 pid=15058
comm="ibus-daemon --xim --panel disable ")
> dbus-daemon[9386]: [session uid=92 pid=9386] Successfully activated service
> 'org.freedesktop.portal.IBus'
dbus-daemon[10965]: Activating service name='org.a11y.atspi.Registry'
requested by ':1.3' (uid=92 pid=15593 comm="/usr/local/libexec/ibus-x11
- --kill-daemon ")
> dbus-daemon[10965]: Successfully activated service 'org.a11y.atspi.Registry'
> SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: CanShutdown called
> GNOME Shell-Message: 08:42:32.913: No permission to trigger offline
> updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed:
> Action org.freedesktop.packagekit.trigger-offline-update is not registered
gnome-session-binary 9740 - - DEBUG(+): GsmXsmpServer: accept_ice_connection()
> gnome-session-binary 9740 - - DEBUG(+): GsmXsmpServer: auth_ice_connection()
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client2
gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient: Setting up new
connection
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient: New client
> '0x80229a280 []'
gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
id /org/gnome/SessionManager/Client2 to store
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
> added: /org/gnome/SessionManager/Client2
gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient: Initializing client
0x80229a280 []
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient: Client '0x80229a280
> []' received RegisterClient(101f23524d111b5e4159902894853293600000097400000)
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
101f23524d111b5e4159902894853293600000097400000 to session
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient: Sending
> RegisterClientReply to '0x80229a280
> [101f23524d111b5e4159902894853293600000097400000]'
gnome-session-binary 9740 - - DEBUG(+): App org.gnome.Shell.desktop registered
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase
> DISPLAY_SERVER
gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase
INITIALIZATION
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App18'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App18
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.XSettings.desktop:
> command=/usr/local/libexec/gsd-xsettings
> startup-id=101f23524d111b5e4159902894854676400000097400017
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:16196
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App2'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App2
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.A11ySettings.desktop:
> command=/usr/local/libexec/gsd-a11y-settings
> startup-id=101f23524d111b5e4159902894853373000000097400001
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:16475
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App3'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App3
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Clipboard.desktop:
> command=/usr/local/libexec/gsd-clipboard
> startup-id=101f23524d111b5e4159902894853447600000097400002
GNOME Shell-Message: 08:42:33.121: Could not get properties from
org.freedesktop.locale1
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:16607
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App4'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App4
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Color.desktop:
> command=/usr/local/libexec/gsd-color
> startup-id=101f23524d111b5e4159902894853520900000097400003
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:16860
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App5'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App5
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Datetime.desktop:
> command=/usr/local/libexec/gsd-datetime
> startup-id=101f23524d111b5e4159902894853595400000097400004
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:16868
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App6'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App6
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Housekeeping.desktop:
> command=/usr/local/libexec/gsd-housekeeping
> startup-id=101f23524d111b5e4159902894853669000000097400005
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:16885
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App7'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App7
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Keyboard.desktop:
> command=/usr/local/libexec/gsd-keyboard
> startup-id=101f23524d111b5e4159902894853745300000097400006
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:17153
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App8'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App8
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.MediaKeys.desktop:
> command=/usr/local/libexec/gsd-media-keys
> startup-id=101f23524d111b5e4159902894853820200000097400007
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:17421
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App9'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App9
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Mouse.desktop:
> command=/usr/local/libexec/gsd-mouse
> startup-id=101f23524d111b5e4159902894853892600000097400008
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:17424
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App10'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App10
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Power.desktop:
> command=/usr/local/libexec/gsd-power
> startup-id=101f23524d111b5e4159902894853965500000097400009
GNOME Shell-Message: 08:42:33.662: Error looking up permission:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.freedesktop.impl.portal.PermissionStore was not provided by any .service
files
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:17477
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App11'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App11
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.PrintNotifications.desktop:
> command=/usr/local/libexec/gsd-print-notifications
> startup-id=101f23524d111b5e4159902894854037800000097400010
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:17990
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App12'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App12
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Rfkill.desktop:
> command=/usr/local/libexec/gsd-dummy
> --dummy-name=org.gnome.SettingsDaemon.Rfkill
> startup-id=101f23524d111b5e4159902894854116900000097400011
Gjs-Message: 08:42:33.854: JS WARNING:
[resource:///org/gnome/shell/ui/layout.js 29]: reference to undefined
property "MetaWindowX11"
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:18226
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App13'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App13
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.ScreensaverProxy.desktop:
> command=/usr/local/libexec/gsd-screensaver-proxy
> startup-id=101f23524d111b5e4159902894854191400000097400012
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:18231
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App14'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App14
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Sharing.desktop:
> command=/usr/local/libexec/gsd-sharing
> startup-id=101f23524d111b5e4159902894854266200000097400013
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:18317
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App15'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App15
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Smartcard.desktop:
> command=/usr/local/libexec/gsd-smartcard
> startup-id=101f23524d111b5e4159902894854342700000097400014
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:18582
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App16'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App16
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Sound.desktop:
> command=/usr/local/libexec/gsd-sound
> startup-id=101f23524d111b5e4159902894854418400000097400015
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:18726
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting app
> '/org/gnome/SessionManager/App17'
gnome-session-binary 9740 - - DEBUG(+): Starting
app: /org/gnome/SessionManager/App17
> gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: starting
> org.gnome.SettingsDaemon.Wacom.desktop:
> command=/usr/local/libexec/gsd-dummy
> --dummy-name=org.gnome.SettingsDaemon.Wacom
> startup-id=101f23524d111b5e4159902894854495300000097400016
gnome-session-binary 9740 - - DEBUG(+): GsmAutostartApp: started pid:18834
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient: Set properties from
> client '0x80229a280 [101f23524d111b5e4159902894853293600000097400000]'
gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient:   Program =
'gnome-shell'
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient:   UserID = 'gdm'
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient:   RestartStyleHint =
> 0
gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient:   ProcessID = '12915'
> gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient:   CurrentDirectory =
> '/usr/local/etc/gdm/home'
gnome-session-binary 9740 - - DEBUG(+): GsmXSMPClient:   _GSM_Priority = 20
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
> 101f23524d111b5e4159902894853447600000097400002
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
101f23524d111b5e4159902894853447600000097400002 to session
> 
> (gsd-media-keys:17421): media-keys-plugin-WARNING **: 08:42:34.401: Unable
> to inhibit keypresses:
> GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.freedesktop.login1 was not provided by any .service files
> 
> (gsd-media-keys:17421): media-keys-plugin-WARNING **: 08:42:34.401: Unable
> to inhibit suspend: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown:
> The name org.freedesktop.login1 was not provided by any .service files
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16607
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client3
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client3
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client3 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client3
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Clipboard.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854676400000097400017
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854676400000097400017 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16196
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client4
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client4
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client4 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client4
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.XSettings.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853373000000097400001
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853373000000097400001 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16475
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client5
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client5
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client5 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client5
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.A11ySettings.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853595400000097400004
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853595400000097400004 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16868
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client6
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client6
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client6 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client6
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Datetime.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853669000000097400005
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853669000000097400005 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16885
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client7
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client7
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client7 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client7
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Housekeeping.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853520900000097400003
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853520900000097400003 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16860
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client8
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client8
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client8 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client8
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Color.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853820200000097400007
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853820200000097400007 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 17421
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client9
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client9
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client9 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client9
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.MediaKeys.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853745300000097400006
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853745300000097400006 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 17153
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client10
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client10
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client10 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client10
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Keyboard.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853892600000097400008
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853892600000097400008 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 17424
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client11
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client11
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client11 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client11
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Mouse.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854418400000097400015
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854418400000097400015 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 18726
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client12
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client12
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client12 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client12
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Sound.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854116900000097400011
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854116900000097400011 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 18226
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client13
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client13
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client13 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client13
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Rfkill.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854037800000097400010
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854037800000097400010 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 17990
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client14
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client14
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client14 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client14
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.PrintNotifications.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894853965500000097400009
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894853965500000097400009 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 17477
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client15
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client15
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client15 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client15
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Power.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854191400000097400012
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854191400000097400012 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 18231
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client16
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client16
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client16 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client16
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.ScreensaverProxy.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854266200000097400013
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854266200000097400013 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 18317
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client17
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client17
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client17 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client17
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Sharing.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854342700000097400014
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854342700000097400014 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 18582
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client18
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client18
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client18 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client18
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Smartcard.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient
101f23524d111b5e4159902894854495300000097400016
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902894854495300000097400016 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 18834
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client19
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client19
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client19 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client19
> gnome-session-binary 9740 - - DEBUG(+): App
> org.gnome.SettingsDaemon.Wacom.desktop registered
gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase
INITIALIZATION
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase
> WINDOW_MANAGER
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase
> WINDOW_MANAGER
gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase PANEL
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase PANEL
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase DESKTOP
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase DESKTOP
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase
> APPLICATION
> 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Skipping disabled
> app: /org/gnome/SessionManager/App19
gnome-session-binary 9740 - - DEBUG(+): GsmManager: ending phase APPLICATION
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: starting phase RUNNING
> 
> gnome-session-binary 9740 - - DEBUG(+): gsm_xsmp_server_start
> gnome-session-binary 9740 - - DEBUG(+): GsmPresence: adding idle watch (1)
> for 300 secs
gnome-session-binary 9740 - - DEBUG(+): GsmManager: RegisterClient 
> gnome-session-binary 9740 - - DEBUG(+): GsmManager: Adding new client
> 101f23524d111b5e4159902895459858300000097400020 to session
gnome-session-binary 9740 - - DEBUG(+): uid = 92
> gnome-session-binary 9740 - - DEBUG(+): pid = 16006
> gnome-session-binary 9740 - - DEBUG(+): exporting client to object
> path: /org/gnome/SessionManager/Client20
gnome-session-binary 9740 - - DEBUG(+): exporting dbus client to object
path: /org/gnome/SessionManager/Client20
> gnome-session-binary 9740 - - DEBUG(+): GsmStore: Adding object
> id /org/gnome/SessionManager/Client20 to store
gnome-session-binary 9740 - - DEBUG(+): GsmManager: Client
added: /org/gnome/SessionManager/Client20
> 
> (gsd-power:17477): power-plugin-WARNING **: 08:42:34.602: Unable to inhibit
> lid switch: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.freedesktop.login1 was not provided by any .service files
> 
> (gsd-power:17477): power-plugin-WARNING **: 08:42:34.603: Unable to inhibit
> suspend: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
> org.freedesktop.login1 was not provided by any .service files
> 
> (gsd-color:16860): color-plugin-WARNING **: 08:42:35.191: failed to get
> edid: unable to get EDID for output
> 
> (gsd-color:16860): color-plugin-WARNING **: 08:42:35.205: unable to get
> EDID for xrandr-default: unable to get EDID for output
gnome-session-binary 9740 - - DEBUG(+): GsmPresence: setting idle: 1
> gnome-session-binary 9740 - - DEBUG(+): Updating consolekit idle status: 1
> gnome-session-binary 9740 - - DEBUG(+): GsmConsolekit: received ConsoleKit
> signal: SystemIdleHintChanged
gnome-session-binary 9740 - - DEBUG(+): GsmConsolekit: ignoring
SystemIdleHintChanged signal
> gnome-session-binary 9740 - - DEBUG(+): GsmConsolekit: received ConsoleKit
> signal: IdleHintChanged
gnome-session-binary 9740 - - DEBUG(+): GsmConsolekit: ignoring
IdleHintChanged signal
> gnome-session-binary 9740 - - DEBUG(+): GsmPresence: setting idle: 1
> gnome-session-binary 9740 - - DEBUG(+): GsmPresence: already idle, ignoring
> 
> (gnome-shell:12915): Gjs-WARNING **: 08:47:33.417: JS ERROR: TypeError:
> childToShow is null
_sync@resource:///org/gnome/shell/ui/status/system.js:70:13
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _updatePowerOff@resource:///org/gnome/shell/misc/systemActions.js:335:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _sessionUpdated@resource:///org/gnome/shell/misc/systemActions.js:256:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _init/<@resource:///org/gnome/shell/misc/systemActions.js:189:53
> _emit@resource:///org/gnome/gjs/modules/signals.js:128:27
> _sync@resource:///org/gnome/shell/ui/sessionMode.js:204:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> pushMode@resource:///org/gnome/shell/ui/sessionMode.js:166:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _resetLockScreen@resource:///org/gnome/shell/ui/screenShield.js:1035:13
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> activate@resource:///org/gnome/shell/ui/screenShield.js:1279:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _onLongLightboxShown@resource:///org/gnome/shell/ui/screenShield.js:896:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _emit@resource:///org/gnome/gjs/modules/signals.js:128:27
> show/<.onComplete@resource:///org/gnome/shell/ui/lightbox.js:186:36
> _addHandler/params[name]@resource:///org/gnome/shell/ui/tweener.js:91:13
> _callOnFunction@resource:///org/gnome/gjs/modules/tweener/tweener.js:208:13
> _updateTweenByIndex@resource:///org/gnome/gjs/modules/tweener/tweener.js:337:9
> _updateTweens@resource:///org/gnome/gjs/modules/tweener/tweener.js:350:18
> _onEnterFrame@resource:///org/gnome/gjs/modules/tweener/tweener.js:365:10
> _emit@resource:///org/gnome/gjs/modules/signals.js:128:27
> _onNewFrame@resource:///org/gnome/shell/ui/tweener.js:207:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _init/<@resource:///org/gnome/shell/ui/tweener.js:182:13
> 
> 
> (gnome-shell:12915): Gjs-WARNING **: 08:47:33.419: JS ERROR: TypeError:
> childToShow is null
_sync@resource:///org/gnome/shell/ui/status/system.js:70:13
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _updateSuspend@resource:///org/gnome/shell/misc/systemActions.js:353:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _sessionUpdated@resource:///org/gnome/shell/misc/systemActions.js:257:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _init/<@resource:///org/gnome/shell/misc/systemActions.js:189:53
> _emit@resource:///org/gnome/gjs/modules/signals.js:128:27
> _sync@resource:///org/gnome/shell/ui/sessionMode.js:204:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> pushMode@resource:///org/gnome/shell/ui/sessionMode.js:166:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _resetLockScreen@resource:///org/gnome/shell/ui/screenShield.js:1035:13
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> activate@resource:///org/gnome/shell/ui/screenShield.js:1279:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _onLongLightboxShown@resource:///org/gnome/shell/ui/screenShield.js:896:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _emit@resource:///org/gnome/gjs/modules/signals.js:128:27
> show/<.onComplete@resource:///org/gnome/shell/ui/lightbox.js:186:36
> _addHandler/params[name]@resource:///org/gnome/shell/ui/tweener.js:91:13
> _callOnFunction@resource:///org/gnome/gjs/modules/tweener/tweener.js:208:13
> _updateTweenByIndex@resource:///org/gnome/gjs/modules/tweener/tweener.js:337:9
> _updateTweens@resource:///org/gnome/gjs/modules/tweener/tweener.js:350:18
> _onEnterFrame@resource:///org/gnome/gjs/modules/tweener/tweener.js:365:10
> _emit@resource:///org/gnome/gjs/modules/signals.js:128:27
> _onNewFrame@resource:///org/gnome/shell/ui/tweener.js:207:9
> wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
> _init/<@resource:///org/gnome/shell/ui/tweener.js:182:13
> 
> root@bsdpcb:~ # ls /var/log/gdm
> :0-greeter.log          :0-greeter.log.4        :0.log.3
> :0-greeter.log.1        :0.log                  :0.log.4
> :0-greeter.log.2        :0.log.1
> :0-greeter.log.3        :0.log.2
> root@bsdpcb:~ # cat /var/log/gdm/:0.log
> 
> X.Org X Server 1.20.8
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 12.1-RELEASE-p8 amd64 
> Current Operating System: FreeBSD bsdpcb 12.1-RELEASE-p8 FreeBSD
> 12.1-RELEASE-p8 GENERIC amd64
Build Date: 06 August 2020  01:09:09PM
>  
> Current version of pixman: 0.40.0
>         Before reporting problems, check http://wiki.x.org
>         to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
>         (++) from command line, (!!) notice, (II) informational,
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep  2 08:42:23 2020
> (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
> (==) No Layout section.  Using the first Screen section.
> (==) No screen section available. Using defaults.
> (**) |-->Screen "Default Screen Section" (0)
> (**) |   |-->Monitor "<default monitor>"
> (==) No monitor specified for screen "Default Screen Section".
>         Using a default monitor configuration.
> (==) Automatically adding devices
> (==) Automatically enabling devices
> (==) Not automatically adding GPU devices
> (==) Max clients allowed: 256, resource mask: 0x1fffff
> (==) FontPath set to:
>         /usr/local/share/fonts/misc/,
>         /usr/local/share/fonts/TTF/,
>         /usr/local/share/fonts/OTF/,
>         /usr/local/share/fonts/Type1/,
>         /usr/local/share/fonts/100dpi/,
>         /usr/local/share/fonts/75dpi/,
>         catalogue:/usr/local/etc/X11/fontpath.d
> (==) ModulePath set to "/usr/local/lib/xorg/modules"
> (II) The server relies on udev to provide the list of input devices.
>         If no devices become available, reconfigure udev or disable
> AutoAddDevices.
(--) PCI:*(0@0:1:0) 1002:9904:103c:1850 rev 0, Mem @ 0xd0000000/268435456,
0xff700000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/65536
> (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
> (II) Module glx: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.0.0
> (==) Matched ati as autoconfigured driver 0
> (==) Matched modesetting as autoconfigured driver 1
> (==) Matched scfb as autoconfigured driver 2
> (==) Matched vesa as autoconfigured driver 3
> (==) Assigned the driver to the xf86ConfigLayout
> (WW) Warning, couldn't open module ati
> (EE) Failed to load module "ati" (module does not exist, 0)
> (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
> (II) Module modesetting: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.20.8
> (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
> (II) Module scfb: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 0.0.5
> (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
> (II) Module vesa: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 2.4.0
> (II) modesetting: Driver for Modesetting Kernel Drivers: kms
> (II) scfb: driver for wsdisplay framebuffer: scfb
> (II) VESA: driver for VESA chipsets: vesa
> (--) Using syscons driver with X support (version 2.0)
> (++) using VT number 9
> 
> (EE) open /dev/dri/card0: No such file or directory
> (WW) Falling back to old probe method for modesetting
> (EE) open /dev/dri/card0: No such file or directory
> (WW) Falling back to old probe method for scfb
> scfb trace: probe start
> scfb trace: probe done
> (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
> (EE) Screen 0 deleted because of no matching config section.
> (II) Loading /usr/local/lib/xorg/modules/libvbe.so
> (II) Module vbe: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.1.0
> (II) Loading /usr/local/lib/xorg/modules/libint10.so
> (II) Module int10: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.0.0
> (II) VESA(0): initializing int10
> (II) VESA(0): Primary V_BIOS segment is: 0xc000
> (II) VESA(0): VESA BIOS detected
> (II) VESA(0): Creating default Display subsection in Screen section
>         "Default Screen Section" for depth/fbbpp 24/32
> (==) VESA(0): Depth 24, (--) framebuffer bpp 32
> (==) VESA(0): RGB weight 888
> (==) VESA(0): Default visual is TrueColor
> (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
> (II) VESA(0): VESA VBE DDC supported
> (II) VESA(0): Manufacturer: SAM  Model: b30  Serial#: 0
> (II) VESA(0): Year: 2013  Week: 44
> (II) VESA(0): EDID Version: 1.3
> (II) VESA(0): Digital Display Input
> (II) VESA(0): Max Image Size [cm]: horiz.: 48  vert.: 27
> (II) VESA(0): Gamma: 2.20
> (II) VESA(0): No DPMS capabilities specified
> (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
> (II) VESA(0): First detailed timing is preferred mode
> (II) VESA(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
> (II) VESA(0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
> (II) VESA(0): Supported established timings:
> (II) VESA(0): 720x400@70Hz
> (II) VESA(0): 640x480@60Hz
> (II) VESA(0): 640x480@67Hz
> (II) VESA(0): 640x480@72Hz
> (II) VESA(0): 640x480@75Hz
> (II) VESA(0): 800x600@60Hz
> (II) VESA(0): 800x600@72Hz
> (II) VESA(0): 800x600@75Hz
> (II) VESA(0): 832x624@75Hz
> (II) VESA(0): 1024x768@60Hz
> (II) VESA(0): 1024x768@70Hz
> (II) VESA(0): 1024x768@75Hz
> (II) VESA(0): 1280x1024@75Hz
> (II) VESA(0): 1152x864@75Hz
> (II) VESA(0): Manufacturer's mask: 0
> (II) VESA(0): Supported standard timings:
> (II) VESA(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
> (II) VESA(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
> (II) VESA(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
> (II) VESA(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
> (II) VESA(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
> (II) VESA(0): #5: hsize: 1600  vsize 900  refresh: 60  vid: 49321
> (II) VESA(0): #6: hsize: 1680  vsize 1050  refresh: 60  vid: 179
> (II) VESA(0): Supported detailed timing:
> (II) VESA(0): clock: 148.5 MHz   Image Size:  885 x 498 mm
> (II) VESA(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end
> 2200 h_border: 0
(II) VESA(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125
v_border: 0
> (II) VESA(0): Supported detailed timing:
> (II) VESA(0): clock: 85.5 MHz   Image Size:  885 x 498 mm
> (II) VESA(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end
> 1792 h_border: 0
(II) VESA(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798
v_border: 0
> (II) VESA(0): Ranges: V min: 24 V max: 75 Hz, H min: 15 H max: 81 kHz,
> PixClock max 235 MHz
(II) VESA(0): Monitor name: SAMSUNG
> (II) VESA(0): Number of EDID sections to follow: 1
> (II) VESA(0): EDID (in hex):
> (II) VESA(0):   00ffffffffffff004c2d300b00000000
> (II) VESA(0):   2c17010380301b780aee91a3544c9926
> (II) VESA(0):   0f5054bdef80714f81c0810081809500
> (II) VESA(0):   a9c0b3000101023a801871382d40582c
> (II) VESA(0):   450075f23100001e662156aa51001e30
> (II) VESA(0):   468f330075f23100001e000000fd0018
> (II) VESA(0):   4b0f5117000a202020202020000000fc
> (II) VESA(0):   0053414d53554e470a20202020200175
> (II) VESA(0): EDID vendor "SAM", prod id 2864
> (II) VESA(0): Using EDID range info for horizontal sync
> (II) VESA(0): Using EDID range info for vertical refresh
> (II) VESA(0): Printing DDC gathered Modelines:
> (II) VESA(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080
> 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
(II) VESA(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771
774 798 +hsync +vsync (47.7 kHz e)
> (II) VESA(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605
> 628 +hsync +vsync (37.9 kHz e)
(II) VESA(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484
500 -hsync -vsync (37.5 kHz e)
> (II) VESA(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492
> 520 -hsync -vsync (37.9 kHz e)
(II) VESA(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486
525 -hsync -vsync (35.0 kHz e)
> (II) VESA(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492
> 525 -hsync -vsync (31.5 kHz e)
(II) VESA(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414
449 -hsync +vsync (31.5 kHz e)
> (II) VESA(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024
> 1025 1028 1066 +hsync +vsync (80.0 kHz e)
(II) VESA(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769
772 800 +hsync +vsync (60.0 kHz e)
> (II) VESA(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771
> 777 806 -hsync -vsync (56.5 kHz e)
(II) VESA(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771
777 806 -hsync -vsync (48.4 kHz e)
> (II) VESA(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628
> 667 -hsync -vsync (49.7 kHz e)
(II) VESA(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604
625 +hsync +vsync (46.9 kHz e)
> (II) VESA(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643
> 666 +hsync +vsync (48.1 kHz e)
(II) VESA(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865
868 900 +hsync +vsync (67.5 kHz e)
> (II) VESA(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720
> 721 724 746 -hsync +vsync (44.8 kHz e)
(II) VESA(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803
809 823 +hsync -vsync (49.3 kHz e)
> (II) VESA(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024
> 1025 1028 1066 +hsync +vsync (64.0 kHz e)
(II) VESA(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903
909 926 +hsync -vsync (55.5 kHz e)
> (II) VESA(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900
> 901 904 932 -hsync +vsync (55.9 kHz e)
(II) VESA(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050
1053 1059 1080 +hsync -vsync (64.7 kHz e)
> (II) VESA(0): <default monitor>: Using hsync range of 15.00-81.00 kHz
> (II) VESA(0): <default monitor>: Using vrefresh range of 24.00-75.00 Hz
> (II) VESA(0): <default monitor>: Using maximum pixel clock of 235.00 MHz
> (WW) VESA(0): Unable to estimate virtual size
> (II) VESA(0): Not using built-in mode "1400x1050" (no mode of this name)
> (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
> (II) VESA(0): Not using built-in mode "1280x960" (no mode of this name)
> (II) VESA(0): Not using built-in mode "1152x864" (no mode of this name)
> (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
> (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
> (II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
> (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
> (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
> (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
> (II) VESA(0): Virtual size is 1920x1080 (pitch 1920)
> (**) VESA(0): *Built-in mode "1920x1080"
> (**) VESA(0): *Built-in mode "1366x768"
> (**) VESA(0): *Built-in mode "640x480"
> (**) VESA(0): *Built-in mode "720x400"
> (**) VESA(0): Display dimensions: (480, 270) mm
> (**) VESA(0): DPI set to (101, 101)
> (**) VESA(0): Using "Shadow Framebuffer"
> (II) Loading /usr/local/lib/xorg/modules/libshadow.so
> (II) Module shadow: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.1.0
> (II) Loading /usr/local/lib/xorg/modules/libfb.so
> (II) Module fb: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.0.0
> (II) Unloading scfb
> (II) Loading /usr/local/lib/xorg/modules/libint10.so
> (II) Module int10: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 1.0.0
> (II) VESA(0): initializing int10
> (II) VESA(0): Primary V_BIOS segment is: 0xc000
> (II) VESA(0): VESA BIOS detected
> (II) VESA(0): Setting up VESA Mode 0x1D4 (1920x1080)
> (II) VESA(0): VBESetVBEMode failed, mode set without customized refresh.
> (==) VESA(0): Default visual is TrueColor
> (==) VESA(0): Backing store enabled
> (==) VESA(0): DPMS enabled
> (II) AIGLX: Screen 0 is not DRI2 capable
> (II) IGLX: Loaded and initialized swrast
> (II) GLX: Initialized DRISWRAST GL provider for screen 0
> (II) config/udev: Adding input device System keyboard multiplexer
> (/dev/input/event0)
(**) System keyboard multiplexer: Applying InputClass "evdev keyboard
catchall"
> (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
> (**) System keyboard multiplexer: Applying InputClass "libinput keyboard
> catchall"
(II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
> (II) Module libinput: vendor="X.Org Foundation"
>         compiled for 1.20.8, module version = 0.30.0
> (II) Using input driver 'libinput' for 'System keyboard multiplexer'
> (**) System keyboard multiplexer: always reports core events
> (II) XINPUT: Adding extended input device "System keyboard
> multiplexer" (type: KEYBOARD, id 6)
(II) config/udev: Adding input device System mouse (/dev/input/event1)
> (**) System mouse: Applying InputClass "evdev pointer catchall"
> (**) System mouse: Applying InputClass "libinput pointer catchall"
> (II) Using input driver 'libinput' for 'System mouse'
> (**) System mouse: always reports core events
> (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7)
> (**) System mouse: (accel) selected scheme none/0
> (**) System mouse: (accel) acceleration factor: 2.000
> (**) System mouse: (accel) acceleration threshold: 4
> (II) config/udev: Adding input device AT keyboard (/dev/input/event2)
> (**) AT keyboard: Applying InputClass "evdev keyboard catchall"
> (**) AT keyboard: Applying InputClass "Evdev keyboard"
> (**) AT keyboard: Applying InputClass "libinput keyboard catchall"
> (II) Using input driver 'libinput' for 'AT keyboard'
> (**) AT keyboard: always reports core events
> (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id
> 8)
(II) config/udev: Adding input device Logitech USB Keyboard
(/dev/input/event3)
> (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
> (**) Logitech USB Keyboard: Applying InputClass "Evdev keyboard"
> (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
> (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
> (**) Logitech USB Keyboard: always reports core events
> (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type:
> KEYBOARD, id 9)
(II) config/udev: Adding input device PixArt USB Optical Mouse
(/dev/input/event4)
> (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
> (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer
> catchall"
(II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
> (**) PixArt USB Optical Mouse: always reports core events
> (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type:
> MOUSE, id 10)
(**) PixArt USB Optical Mouse: (accel) selected scheme none/0
> (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
> (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
> root@bsdpcb:~ # 




Begin forwarded message:

Date: Sun, 30 Aug 2020 11:18:15 +0200
From: andrew glaeser <[email protected]>
To: [email protected]
Subject: Fw: No remote login with GDM3, XDMCP, Xvnc, inetd


- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> ..
> .
> .
> > SEE ALSO
> >      ipsec_set_policy(3), hosts_access(5), hosts_options(5),
> > login.conf(5), netconfig(5), passwd(5), rpc(5), services(5), comsat(8),
> > fingerd(8), ftpd(8), rlogind(8), rpcbind(8), rshd(8), talkd(8),
> > telnetd(8), tftpd(8)
> > 
> >      Michael C. St. Johns, Identification Protocol, RFC1413.
> > 
> > HISTORY
> >      The inetd utility appeared in 4.3BSD.  TCPMUX is based on code and
> >      documentation by Mark Lottor.  Support for ONC RPC based services is
> >      modeled after that provided by SunOS 4.1.  The IPsec hack was
> > contributed by the KAME project in 1999.  The FreeBSD TCP Wrappers support
> > first appeared in FreeBSD 3.2.
> > 
> > FreeBSD 12.1-RELEASE-p8        January 12, 2008        FreeBSD
> > 12.1-RELEASE-p8 root@bsdpcb:~ # cd /usr/ports
> > root@bsdpcb:/usr/ports # ls
> > .arcconfig      Templates       deskutils       korean          science
> > .gitattributes  Tools           devel           lang            security
> > .gitauthors     UIDs            distfiles       mail            shells
> > .gitignore      UPDATING        dns             math            sysutils
> > .gitmessage     accessibility   editors         misc            textproc
> > .portsnap.INDEX arabic          emulators       multimedia      ukrainian
> > CHANGES         archivers       finance         net             vietnamese
> > CONTRIBUTING.md astro           french          net-im          www
> > COPYRIGHT       audio           ftp             net-mgmt        x11
> > GIDs            base            games           net-p2p         x11-clocks
> > INDEX-12        benchmarks      german          news
> > x11-drivers Keywords        biology         graphics
> > palm            x11-fm LEGAL           cad             hebrew
> > polish          x11-fonts MOVED           chinese         hungarian
> > ports-mgmt      x11-servers Makefile        comms
> > irc             portuguese      x11-themes Mk
> > converters      japanese        print           x11-toolkits
> > README          databases       java            russian         x11-wm
> > root@bsdpcb:/usr/ports # cd security/ root@bsdpcb:/usr/ports/security # ls
> > 0d1n
> > 1password-client
> > 2fa
> > ADMsmb
> > ADMsnmp
> > Makefile
> > R-cran-ROAuth
> > R-cran-askpass
> > R-cran-digest
> > R-cran-openssl
> > acme.sh
> > acmed
> > acmetool
> > aescrypt
> > aespipe
> > afl
> > afl++
> > afterglow
> > age
> > aide
> > akmos
> > amap
> > amavis-stats
> > amavisd-milter
> > amavisd-new
> > apache-xml-security-c
> > apg
> > arirang
> > arm
> > arpCounterattack
> > asignify
> > authforce
> > autossh
> > avcheck
> > aws-iam-authenticator
> > aws-vault
> > axTLS
> > barnyard2
> > barnyard2-sguil
> > base
> > base-audit
> > bastillion
> > bcrypt
> > bcwipe
> > bdes
> > bearssl
> > beecrypt
> > beid
> > belier
> > bfbtester
> > binwalk
> > blindelephant
> > boringssl
> > botan110
> > botan2
> > bro
> > broccoli
> > bruteblock
> > bruteforceblocker
> > bsdsfv
> > bsmtrace
> > bsmtrace3
> > bugs
> > bzrtp
> > ca_root_nss
> > caesarcipher
> > calife
> > cardpeek
> > cargo-audit
> > ccrypt
> > ccsrch
> > certificate-transparency
> ..
> .
> .
> .
> > wolfssl
> > wpa_supplicant
> > xca
> > xinetd
> > xml-security
> > xmlsec1
> > xorsearch
> > xspy
> > yafic
> > yapet
> > yara
> > yersinia
> > ykclient
> > ykpers
> > ylva
> > yubico-piv-tool
> > yubikey-agent
> > yubikey-manager-qt
> > yubikey-personalization-gui
> > yubioath-desktop
> > zebedee
> > zeek
> > zenmap
> > zeronet
> > zxid
> > zzuf
> > root@bsdpcb:/usr/ports/security # 
> > root@bsdpcb:/usr/ports/security # cd xinetd/
> > root@bsdpcb:/usr/ports/security/xinetd # make install
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >   ┌───────────────────────────── xinetd-2.3.15_2
> > ────────────────────────────────┐ │
> > ┌──────────────────────────────────────────────────────────────────────────┐
> > │ │ │+[x] IPV6     IPv6 protocol
> > support                                       │ │ │ │+[x] LIBWRAP  TCP
> > wrapper support                                         │ │ │ │+[x]
> > XCONV    Install xconv utility (requires perl)                       │ │ │
> > └──────────────────────────────────────────────────────────────────────────┘
> > │
> > ├──────────────────────────────────────────────────────────────────────────────┤
> > │                       <  OK  >
> > <Cancel>                           │
> > └──────────────────────────────────────────────────────────────────────────────┘ 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > ===>  License XINETD accepted by the user
> > ===>   xinetd-2.3.15_2 depends on file: /usr/local/sbin/pkg - found
> > => xinetd-2.3.15.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
> > => Attempting to fetch
> > http://gentoo.mirrors.pair.com/distfiles/xinetd-2.3.15.tar.gz fetch:
> > http://gentoo.mirrors.pair.com/distfiles/xinetd-2.3.15.tar.gz: Operation
> > timed out => Attempting to fetch
> > http://mirrors.tds.net/pub/gentoo/distfiles/xinetd-2.3.15.tar.gz
> > xinetd-2.3.15.tar.gz                                   302 kB  210 kBps
> > 01s ===> Fetching all distfiles required by xinetd-2.3.15_2 for building
> > ===>  Extracting for xinetd-2.3.15_2 => SHA256 Checksum OK for
> > xinetd-2.3.15.tar.gz. ===>  Patching for xinetd-2.3.15_2 ===>  Applying
> > FreeBSD patches for xinetd-2.3.15_2 from /usr/ports/security/xinetd/files
> > ===>  Configuring for xinetd-2.3.15_2 configure: loading site
> > script /usr/ports/Templates/config.site checking build system type...
> > amd64-portbld-freebsd12.1 checking host system type...
> > amd64-portbld-freebsd12.1 checking target system type...
> > amd64-portbld-freebsd12.1 checking for gcc... cc
> > checking for C compiler default output file name... a.out
> > checking whether the C compiler works... yes
> > checking whether we are cross compiling... no
> > checking for suffix of executables... 
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether cc accepts -g... yes
> > checking for cc option to accept ANSI C... none needed
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking for ranlib... ranlib
> > checking for main in -lcompat... yes
> > checking for library containing gethostbyname... none required
> > checking for library containing getnameinfo... none required
> > checking for library containing inet_ntop... none required
> > checking for getnameinfo... (cached) yes
> > checking for inet_ntop... (cached) yes
> > checking for difftime... yes
> > checking for fcvt... no
> > checking for fcvt in -lm... no
> > checking for ecvt... no
> > checking for ecvt in -lm... no
> > checking for gcvt... no
> > checking for gcvt in -lm... no
> > checking for strerror... (cached) yes
> > checking for strcasecmp... (cached) yes
> > checking for socket... yes
> > checking for inet_aton... (cached) yes
> > checking for setenv... (cached) yes
> > checking for strsignal... (cached) yes
> > checking for sys_siglist in -lc... yes
> > checking for gai_strerror... (cached) yes
> > checking for freeaddrinfo... (cached) yes
> > checking for getaddrinfo... (cached) yes
> > checking how to run the C preprocessor... cpp
> > checking for egrep... grep -E
> > checking for ANSI C header files... (cached) yes
> > checking for sys/types.h... (cached) yes
> > checking for sys/stat.h... (cached) yes
> > checking for stdlib.h... (cached) yes
> > checking for string.h... (cached) yes
> > checking for memory.h... (cached) yes
> > checking for strings.h... (cached) yes
> > checking for inttypes.h... (cached) yes
> > checking for stdint.h... (cached) yes
> > checking for unistd.h... (cached) yes
> > checking for sys/types.h... (cached) yes
> > checking sys/termios.h usability... yes
> > checking sys/termios.h presence... yes
> > checking for sys/termios.h... yes
> > checking termios.h usability... yes
> > checking termios.h presence... yes
> > checking for termios.h... yes
> > checking for sys/ioctl.h... (cached) yes
> > checking for sys/select.h... (cached) yes
> > checking rpc/rpc.h usability... yes
> > checking rpc/rpc.h presence... yes
> > checking for rpc/rpc.h... yes
> > checking rpc/rpcent.h usability... yes
> > checking rpc/rpcent.h presence... yes
> > checking for rpc/rpcent.h... yes
> > checking for sys/file.h... (cached) yes
> > checking ftw.h usability... yes
> > checking ftw.h presence... yes
> > checking for ftw.h... yes
> > checking machine/reg.h usability... yes
> > checking machine/reg.h presence... no
> > configure: WARNING: machine/reg.h: accepted by the compiler, rejected by
> > the preprocessor! configure: WARNING: machine/reg.h: proceeding with the
> > compiler's result checking for machine/reg.h... yes
> > checking for netdb.h... (cached) yes
> > checking for sys/resource.h... (cached) yes
> > checking for arpa/inet.h... (cached) yes
> > checking grp.h usability... yes
> > checking grp.h presence... yes
> > checking for grp.h... yes
> > checking rpc/pmap_clnt.h usability... no
> > checking rpc/pmap_clnt.h presence... yes
> > configure: WARNING: rpc/pmap_clnt.h: present but cannot be compiled
> > configure: WARNING: rpc/pmap_clnt.h:     check for missing prerequisite
> > headers? configure: WARNING: rpc/pmap_clnt.h: see the Autoconf
> > documentation configure: WARNING: rpc/pmap_clnt.h:     section "Present
> > But Cannot Be Compiled" configure: WARNING: rpc/pmap_clnt.h: proceeding
> > with the preprocessor's result configure: WARNING: rpc/pmap_clnt.h: in
> > the future, the compiler will take precedence configure: WARNING:     ##
> > ------------------------------------------ ## configure: WARNING:     ##
> > Report this to the AC_PACKAGE_NAME lists.  ## configure: WARNING:     ##
> > ------------------------------------------ ## checking for
> > rpc/pmap_clnt.h... yes checking for sys/socket.h... (cached) yes
> > checking sys/signal.h usability... yes
> > checking sys/signal.h presence... yes
> > checking for sys/signal.h... yes
> > checking crypt.h usability... no
> > checking crypt.h presence... no
> > checking for crypt.h... no
> > checking for stdint.h... (cached) yes
> > checking for stdbool.h... (cached) yes
> > checking sys/filio.h usability... yes
> > checking sys/filio.h presence... yes
> > checking for sys/filio.h... yes
> > checking DNSServiceDiscovery/DNSServiceDiscovery.h usability... no
> > checking DNSServiceDiscovery/DNSServiceDiscovery.h presence... no
> > checking for DNSServiceDiscovery/DNSServiceDiscovery.h... no
> > checking for uint16_t... yes
> > checking for uint32_t... yes
> > checking for uint64_t... yes
> > checking for uid_t... yes
> > checking for gid_t... yes
> > checking for socklen_t... yes
> > checking for rlim_t... yes
> > checking for struct addrinfo... (cached) yes
> > checking for struct in6_addr... (cached) yes
> > checking for struct sockaddr_in6... (cached) yes
> > checking for struct sockaddr_storage... (cached) yes
> > checking for main in -lcrypt... yes
> > checking whether to compile in loadavg... yes
> > checking for crypt in -lc... yes
> > checking for log10 in -lm... yes
> > checking whether to default to ipv6... ignored
> > checking whether to use libwrap... yes
> > checking for request_init in -lwrap... yes
> > checking for yp_get_default_domain in -lnsl... no
> > checking whether to use labeled-networking... no
> > checking for stdlib.h... (cached) yes
> > checking for unistd.h... (cached) yes
> > checking for getpagesize... (cached) yes
> > checking for working mmap... (cached) yes
> > checking for isatty... yes
> > checking for memcpy... (cached) yes
> > checking for waitpid... (cached) yes
> > checking for sigvec... (cached) yes
> > checking for setsid... (cached) yes
> > checking for strftime... (cached) yes
> > configure: creating ./config.status
> > config.status: creating Makefile
> > config.status: creating libs/src/misc/Makefile
> > config.status: creating libs/src/pset/Makefile
> > config.status: creating libs/src/sio/Makefile
> > config.status: creating libs/src/str/Makefile
> > config.status: creating libs/src/xlog/Makefile
> > config.status: creating libs/src/portable/Makefile
> > config.status: creating xinetd/Makefile
> > config.status: creating config.h
> > ===>  Building for xinetd-2.3.15_2
> > --- libportable ---
> > --- libpset ---
> > --- libportable ---
> > cd libs/src/portable ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include' install ---
> > libpset --- cd libs/src/pset ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include' install ---
> > pset.o --- --- libportable --- --- difftime.o --- --- inet_aton.o ---
> > --- strerror.o ---
> > --- difftime.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c
> > difftime.c -o difftime.o --- inet_aton.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c
> > inet_aton.c -o inet_aton.o --- libpset --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c pset.c
> > -o pset.o --- libportable --- --- strerror.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c
> > strerror.c -o strerror.o --- fake-getnameinfo.o --- --- inet_ntop.o ---
> > --- cvt.o --- --- fake-getnameinfo.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c
> > fake-getnameinfo.c -o fake-getnameinfo.o --- inet_ntop.o --- cc  -O2
> > -pipe -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c
> > inet_ntop.c -o inet_ntop.o --- cvt.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c cvt.c -o
> > cvt.o cvt.c:113:9: warning: implicit declaration of function
> > 'strx_nprint' is invalid in C99 [-Wimplicit-function-declaration] n =
> > strx_nprint (buf, len, "%.*" FLOAT_FMT_FLAG "f", ndigit, value); ^ ---
> > libpset --- --- ops.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c ops.c -o ops.o --- libpset.a ---
> > ar r libpset.a pset.o ops.o --- libportable --- 1 warning generated. ---
> > libportable.a --- ar r libportable.a difftime.o inet_aton.o strerror.o
> > fake-getnameinfo.o inet_ntop.o cvt.o ar: warning: creating libportable.a
> > --- libpset ---
> > ar: warning: creating libpset.a
> > --- libportable ---
> > ranlib libportable.a
> > --- libpset ---
> > ranlib libpset.a
> > --- install ---
> > --- libportable ---
> > --- install ---
> > --- libpset ---
> > Installed libpset.a to ../../lib
> > --- libportable ---
> > Installed libportable.a to ../../lib
> > --- libpset ---
> > Installed ./pset.h to ../../include
> > --- libportable ---
> > Installed ./libportable.h to ../../include
> > --- libsio ---
> > cd libs/src/sio ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include' install ---
> > libpset --- Installed ./pset.3 ./psi.3 to ../../man --- libsio ---
> > --- sprint.o ---
> > --- sio.o ---
> > --- siosup.o ---
> > --- sprint.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c sprint.c
> > -o sprint.o --- sio.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c sio.c -o sio.o --- siosup.o --- cc
> > -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c siosup.c
> > -o siosup.o --- libsio.a --- ar r libsio.a sprint.o sio.o siosup.o ar:
> > warning: creating libsio.a ranlib libsio.a
> > --- install ---
> > Installed libsio.a to ../../lib
> > Installed ./sio.h to ../../include
> > Installed ./sio.3 ./Sprint.3 to ../../man
> > --- libstr ---
> > cd libs/src/str ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include' install ---
> > strutil.o --- --- strprint.o --- --- strparse.o ---
> > --- strutil.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c strutil.c
> > -o strutil.o --- strprint.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c strprint.c -o strprint.o ---
> > strparse.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c strparse.c -o strparse.o ---
> > libstr.a --- ar r libstr.a strutil.o strprint.o strparse.o ar: warning:
> > creating libstr.a ranlib libstr.a --- install ---
> > Installed libstr.a to ../../lib
> > Installed ./str.h to ../../include
> > Installed ./strparse.3 ./strprint.3 ./strutil.3 to ../../man
> > --- libmisc ---
> > --- libxlog ---
> > --- libmisc ---
> > cd libs/src/misc ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include' install ---
> > libxlog --- cd libs/src/xlog ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include' install ---
> > libmisc --- --- misc.o --- --- m_env.o --- --- libxlog ---
> > --- xlog.o ---
> > --- filelog.o ---
> > --- libmisc ---
> > --- misc.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c misc.c -o
> > misc.o --- m_env.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c m_env.c -o m_env.o --- libxlog ---
> > --- xlog.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c xlog.c -o xlog.o --- filelog.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c filelog.c
> > -o filelog.o --- slog.o --- --- util.o --- --- slog.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../../include -c slog.c -o
> > slog.o --- util.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../../include -c util.c -o util.o --- libmisc ---
> > --- libmisc.a --- ar r libmisc.a misc.o m_env.o
> > ar: warning: creating libmisc.a
> > ranlib libmisc.a
> > --- install ---
> > Installed libmisc.a to ../../lib
> > Installed ./misc.h ./m_env.h to ../../include
> > Installed ./misc.3 ./m_env.3 to ../../man
> > --- libxlog ---
> > --- libxlog.a ---
> > ar r libxlog.a xlog.o filelog.o slog.o util.o
> > ar: warning: creating libxlog.a
> > ranlib libxlog.a
> > --- install ---
> > Installed libxlog.a to ../../lib
> > Installed ./xlog.h to ../../include
> > Installed ./xlog.3 to ../../man
> > --- makeprog ---
> > cd xinetd ; /usr/bin/make CC='cc' CFLAGS='-O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include' LDFLAGS='
> > -fstack-protector-strong  -L../libs/lib' --- access.o --- --- addr.o ---
> > --- builtins.o --- --- child.o ---
> > --- access.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > access.c -o access.o --- addr.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c addr.c
> > -o addr.o --- builtins.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c builtins.c -o builtins.o ---
> > child.o --- cc  -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
> > -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I../libs/include
> > -c child.c -o child.o --- addr.o --- addr.c:143:27: warning: equality
> > comparison with extraneous parentheses [-Wparentheses-equality]
> > if( (cap->addr_type == HOST_ADDR) ) ~~~~~~~~~~~~~~~^~~~~~~~~~~~
> > addr.c:143:27: note: remove extraneous parentheses around the comparison
> > to silence this warning if( (cap->addr_type == HOST_ADDR) )
> > ~               ^           ~ addr.c:143:27: note: use '=' to turn this
> > equality comparison into an assignment if( (cap->addr_type ==
> > HOST_ADDR) ) ^~ =
> > --- conf.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c conf.c
> > -o conf.o --- confparse.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c confparse.c -o confparse.o ---
> > connection.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c connection.c -o connection.o ---
> > confparse.o --- confparse.c:780:24: warning: equality comparison with
> > extraneous parentheses [-Wparentheses-equality] if ( (sep == NULL) )
> > ~~~~^~~~~~~ confparse.c:780:24: note: remove extraneous parentheses around
> > the comparison to silence this warning if ( (sep == NULL) ) ~    ^      ~
> > confparse.c:780:24: note: use '=' to turn this equality comparison into an
> > assignment if ( (sep == NULL) )
> >                        ^~
> >                        =
> > --- env.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c env.c
> > -o env.o --- connection.o --- connection.c:222:40: warning: format
> > specifies type 'unsigned long long' but the argument has type
> > 'mask_t' (aka 'unsigned long') [-Wformat] --- addr.o --- 1 warning
> > generated.
> > 
> > --- connection.o ---
> >    tabprint( fd, 1, "flags = %#llx\n", cp->co_flags ) ;
> >                              ~~~~~     ^~~~~~~~~~~~
> >                              %#lx
> > --- ident.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c ident.c
> > -o ident.o --- connection.o --- 1 warning generated.
> > --- init.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c init.c
> > -o init.o --- int.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c int.c -o int.o --- intcommon.o
> > --- cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2
> > -pipe  -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > intcommon.c -o intcommon.o --- internals.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > internals.c -o internals.o --- log.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c log.c
> > -o log.o --- confparse.o --- 1 warning generated. --- logctl.o --- cc  -O2
> > -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > logctl.c -o logctl.o --- main.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c main.c
> > -o main.o --- msg.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c msg.c -o msg.o --- nvlists.o
> > --- cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2
> > -pipe  -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > nvlists.c -o nvlists.o --- parse.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > parse.c -o parse.o --- parsesup.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > parsesup.c -o parsesup.o --- parsers.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > parsers.c -o parsers.o --- reconfig.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > reconfig.c -o reconfig.o --- retry.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > retry.c -o retry.o --- sconf.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > sconf.c -o sconf.o --- sensor.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > sensor.c -o sensor.o --- server.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > server.c -o server.o --- service.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > service.c -o service.o --- signals.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > signals.c -o signals.o --- special.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > special.c -o special.o --- tcpint.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > tcpint.c -o tcpint.o --- time.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c time.c
> > -o time.o --- udpint.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c udpint.c -o udpint.o --- util.o
> > --- --- redirect.o --- --- util.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c util.c
> > -o util.o --- redirect.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c redirect.c -o redirect.o ---
> > xgetloadavg.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c xgetloadavg.c -o xgetloadavg.o
> > --- options.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c options.c -o options.o ---
> > xgetloadavg.o --- xgetloadavg.c:99:2: warning: implicit declaration of
> > function 'getloadavg' is invalid in C99 [-Wimplicit-function-declaration]
> > getloadavg (ret, sizeof (ret) / sizeof (ret[0])); ^ 1 warning generated.
> > 
> > --- util.o ---
> > In file included from util.c:22:
> > /usr/include/sys/termios.h:3:2: warning: "this file includes
> > <sys/termios.h> which is deprecated, use <termios.h>
> > instead" [-W#warnings] #warning "this file includes <sys/termios.h> which
> > is deprecated, use <termios.h> instead" ^ --- includedir.o ---
> > cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > includedir.c -o includedir.o --- xtimer.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c
> > xtimer.c -o xtimer.o --- inet.o --- cc  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include -c inet.c
> > -o inet.o --- xmdns.o --- cc  -O2 -pipe  -fstack-protector-strong
> > -fno-strict-aliasing  -O2 -pipe -fstack-protector-strong
> > -fno-strict-aliasing -I../libs/include -c xmdns.c -o xmdns.o --- util.o
> > --- 1 warning generated. --- itox --- cc -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include  ./itox.c
> > -o itox -fstack-protector-strong  -L../libs/lib -lsio -lmisc -lxlog
> > -lportable -lstr -lpwrap -lm -lcrypt -lcompat ./itox.c:233:18: warning:
> > passing a parameter declared with the 'register' keyword to 'va_start'
> > has undefined behavior [-Wvarargs] va_start( ap, count ) ;
> > ^ ./itox.c:222:49: note: parameter of type 'unsigned int' is declared
> > here static char *make_string_cat( register unsigned count, ... )
> > ^ ./itox.c:257:18: warning: passing a parameter declared with the
> > 'register' keyword to 'va_start' has undefined behavior [-Wvarargs]
> > va_start( ap, count ) ; ^ ./itox.c:222:49: note: parameter of type
> > 'unsigned int' is declared here static char *make_string_cat( register
> > unsigned count, ... ) ^ ./itox.c:282:18: warning: passing a parameter
> > declared with the 'register' keyword to 'va_start' has undefined behavior
> > [-Wvarargs] va_start( ap, count ) ; ^ ./itox.c:271:47: note: parameter of
> > type 'unsigned int' is declared here static char *make_pathname( register
> > unsigned count, ... ) ^
> > ./itox.c:295:18: warning: passing a parameter declared with the 'register'
> > keyword to 'va_start' has undefined behavior [-Wvarargs] va_start( ap,
> > count ) ; ^
> > ./itox.c:271:47: note: parameter of type 'unsigned int' is declared here
> > static char *make_pathname( register unsigned count, ... )
> >                                               ^
> > 4 warnings generated.
> > --- xinetd ---
> > cc -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2 -pipe
> > -fstack-protector-strong -fno-strict-aliasing -I../libs/include  -o xinetd
> > access.o addr.o  builtins.o  child.o conf.o confparse.o connection.o
> > env.o  ident.o init.o int.o intcommon.o internals.o  log.o logctl.o
> > main.o msg.o  nvlists.o  parse.o parsesup.o parsers.o  reconfig.o
> > retry.o  sconf.o sensor.o server.o service.o  signals.o special.o
> > tcpint.o time.o  udpint.o util.o redirect.o  xgetloadavg.o options.o
> > includedir.o xtimer.o inet.o xmdns.o -fstack-protector-strong
> > -L../libs/lib -lsio -lmisc -lxlog -lportable -lstr -lpwrap -lm -lcrypt
> > -lcompat || rm -f xinetd ===>  Staging for xinetd-2.3.15_2 ===>
> > xinetd-2.3.15_2 depends on package:
> > perl5>=5.30.r1<5.31 - found ===>   Generating temporary packing list
> > perl5>install  -s -m
> > perl5>555 /usr/ports/security/xinetd/work/xinetd-2.3.15/xinetd/xinetd /usr/ports/security/xinetd/work/stage/usr/local/sbin/xinetd
> > perl5>install  -m
> > perl5>555 /usr/ports/security/xinetd/work/xinetd-2.3.15/xinetd/xconv.pl /usr/ports/security/xinetd/work/stage/usr/local/bin/xconv
> > perl5>install  -m
> > perl5>444 /usr/ports/security/xinetd/work/xinetd-2.3.15/xinetd/xinetd.conf.man /usr/ports/security/xinetd/work/stage/usr/local/man/man5/xinetd.conf.5
> > perl5>install  -m
> > perl5>444 /usr/ports/security/xinetd/work/xinetd-2.3.15/xinetd/xconv.pl.8 /usr/ports/security/xinetd/work/stage/usr/local/man/man8/xconv.8
> > perl5>install  -m
> > perl5>444 /usr/ports/security/xinetd/work/xinetd-2.3.15/xinetd/xinetd.man /usr/ports/security/xinetd/work/stage/usr/local/man/man8/xinetd.8
> > perl5>install  -m
> > perl5>444 /usr/ports/security/xinetd/work/xinetd-2.3.15/xinetd/xinetd.log.man /usr/ports/security/xinetd/work/stage/usr/local/man/man8/xinetd.log.8
> > perl5>====> Compressing man pages (compress-man)
> > ===> Staging rc.d startup script(s)
> > ===>  Installing for xinetd-2.3.15_2
> > ===>  Checking if xinetd is already installed
> > ===>   Registering installation for xinetd-2.3.15_2
> > Installing xinetd-2.3.15_2...
> > ===> SECURITY REPORT: 
> >       This port has installed the following files which may act as network
> >       servers and may therefore pose a remote security risk to the system.
> > /usr/local/sbin/xinetd
> > 
> >       If there are vulnerabilities in these programs there may be a
> > security risk to the system. FreeBSD makes no guarantee about the
> > security of ports included in the Ports Collection. Please type 'make
> > deinstall' to deinstall the port if this is a concern.
> > 
> >       For more information, and contact details about the security
> >       status of this software, see the following webpage: 
> > http://www.xinetd.org/
> > root@bsdpcb:/usr/ports/security/xinetd # 
> 


Not bad, aye?

No, excellent, but requires some more research on how to translate

inetd-configuration to xinetd ...

.
.
.
Here you are:

> root@bsdpcb:/usr/ports/security/xinetd # service xinetd restart
> xinetd not running? (check /var/run/xinetd.pid).
> Starting xinetd.
> root@bsdpcb:/usr/ports/security/xinetd # cat /var/run/xinetd.pid
> 27431
> root@bsdpcb:/usr/ports/security/xinetd # cat /etc/xindetd.conf
> cat: /etc/xindetd.conf: No such file or directory
> root@bsdpcb:/usr/ports/security/xinetd # cat /etc/xinetd.conf
> service Xvnc {
> type = UNLISTED
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> server = /usr/local/bin/Xvnc
> server_args = -inetd -query localhost -once -securitytypes=none -geometry
> 1024x768 port = 5950 
> }
>  
> root@bsdpcb:/usr/ports/security/xinetd # cat /etc/rc.conf
> clear_tmp_enable="YES"
> syslogd_flags="-ss"
> sendmail_enable="NONE"
> hostname="bsdpcb"
> keymap="de.noacc.kbd"
> ifconfig_bge0="inet 192.168.0.110 netmask 255.255.255.0"
> defaultrouter="192.168.0.231"
> ifconfig_bge0_ipv6="inet6 accept_rtadv"
> sshd_enable="YES"
> moused_enable="YES"
> ntpd_enable="YES"
> powerd_enable="YES"
> powerd_flags="-a minimum"
> # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
> dumpdev="AUTO"
> zfs_enable="YES"
> dbus_enable="YES"
> hald_enable="YES" 
> #sddm_enable="YES"
> gdm_enable="YES"
> kld_list="amdgpu"
> gnome_enable="YES"
> #inetd_enable="YES"
> xinetd_enable="YES"
> 
> root@bsdpcb:/usr/ports/security/xinetd # 


You try it out, that's all.



Begin forwarded message:

Date: Fri, 28 Aug 2020 12:40:06 +0200
From: andrew glaeser <[email protected]>
To: [email protected]
Subject: Fw: No remote login with GDM3, XDMCP, Xvnc, inetd


- - -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Oh, well I have a hint here, that xinetd does exist:
[https://www.freshports.org/security/xinetd/]

> xinetd Replacement for inetd with better control and logging
> 2.3.15_2 security on this many watch lists=36 search for ports that depend
> on this port An older version of this port was marked as vulnerable. Find
> issues related to this port Report an issue related to this port View this
> port on Repology. 2.3.15_2 Maintainer: [email protected] search for ports
> maintained by this maintainer Port Added: unknown Last Update: 2019-10-09
> 13:20:31 SVN Revision: 514144
> 
> People watching this port, also watch: nmap, sudo, wget, gmake, openssl
> License: XINETD
> Description:
>     Xinetd is a replacement for inetd, the internet services daemon.
> 
>     Xinetd is not just an inetd replacement. Anybody can use it to
>     start servers that don't require privileged ports because xinetd
>     does not require that the services in its configuration file be
>     listed in /etc/services.
> 
>     Its configuration file has a different format than inetd's one
>     and it understands different signals. However the signal-to-action
>     assignment can be changed.
> 
>     WWW: http://www.xinetd.org/
> SVNWeb : Homepage
> pkg-plist: as obtained via: make generate-plist  

This little tech-poem tells me the problem might be /etc/services, and
of course that I have not read the full manual to classic inetd.

So for me the way to go is to try out xinetd-port, since the package
delivered some sort of success to me already once.

If this works, next question would be how to invoke Xvnc, so it gives a
behaviour similar to x2go-server, i.e. don't die upon logout, but keep on
running (potentially forever) and wait for reconnect...


-----BEGIN PGP SIGNATURE-----

iF0EARECAB0WIQTF9uNaslvnJpWt8kXn6sEfJS3nCwUCX09nIQAKCRDn6sEfJS3n
CwVMAJ9fDWP/CCMALmjzVv5Q5xM1gJZHDwCfdJgMt5KoGBkuUQVMdLuqyMCoT1A=
=kvdb
-----END PGP SIGNATURE-----
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-x11
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.