Re: [OpenIndiana-discuss] Start Xvnc on 2018.04

2018-05-12 Thread Jacques Hugo
Hi there,

Thanks for getting back to me.  I have SUID'ed Xvnc, and opened permissions
on /tmp/.X11xx including sticky bit, etc but still no joy.

If it is any help, I kept the Xvnc binaries from the previous release and
the work 100% fine

For reference:

$ for i in `/bin/ls` ; do md5sum $i; done
07b5afedde5747010a6f3bf97e38df96  Xvnc
e65ebcea5d1ecd6051d31bc5b1ce1847  vncpasswd
24a0890f32108e76aab24b7fec8ab73b  vncserver

$ ls -l  
-r-xr-sr-x   1 root root 3019968 Apr  9 15:18 Xvnc
-r-xr-xr-x   1 root root   28912 Apr  9 15:19 vncpasswd
-r-xr-xr-x   1 root root   21296 Apr  9 15:18 vncserver

The bins above work perfecly.

Thanks for your help on this.

Cheers,
Jacques

Jacques Hugo
Three Two Labs
Information Technology | Solaris Engineering 32L
Phone +44 7939 433701
jacques.h...@threetwo.co.uk

-Original Message-
From: Aurélien Larcher [mailto:aurelien.larc...@gmail.com] 
Sent: 12 May 2018 18:31
To: Discussion list for OpenIndiana 
Subject: Re: [OpenIndiana-discuss] Start Xvnc on 2018.04

On Sat, May 12, 2018 at 4:57 PM, Jacques Hugo 
wrote:

> Hi all,
>
>
>
> Just double-checking here:  but no one has ever seen this error on a 
> new install?
>
>
I did not have time to check but the actual error seems:

Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root

This package worked as expected the last time I updated Xorg, so not sure
what happened.

Andreas, can you check it?



>
> -Jacques
>
>
>
>
>
> Jacques Hugo
>
> Three Two Labs
>
> Information Technology | Solaris Engineering 32L
>
> Phone +44 7939 433701
>
>   jacques.h...@threetwo.co.uk
>
>
>
> From: Jacques Hugo [mailto:jacques.h...@threetwo.co.uk]
> Sent: 08 May 2018 20:25
> To: 'openindiana-discuss@openindiana.org'
> 
> Subject: Start Xvnc on 2018.04
>
>
>
> Hi guys,
>
>
>
> Any help appreciated.  I'm trying to start Xvnc which have worked fine 
> until build a new host running 2018.04; the error message is below.  
> It complains about fonts but I'm not a 100% sure if that really is the 
> issue.  All the pkg dependencies I have double  checked with
>
> `pkg contents -r -o fmri,type -t depend xvnc`
>
> and they are all installed.
>
>
>
> The /tmp/.X11- is not being set to root correctly although Xvnc is 
> running with the default SGUID bit set
>
> `$ ls -l /usr/bin/Xvnc
>
> -r-xr-sr-x   1 root root 13577016 May  7 16:06 /usr/bin/Xvnc
>
> `
>
>
>
> Not really sure what is causing this.  Has anyone else seen this before?
>
>
>
> Cheers,
>
> Jacques
>
>
>
>
>
>
>
>
>
> $ vncserver
>
>
>
> WARNING: The first attempt to start Xvnc failed, possibly because the 
> font
>
> catalog is not properly configured.  Attempting to determine an 
> appropriate
>
> font path for this system and restart Xvnc using that font path ...
>
> Could not start Xvnc.
>
>
>
> Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of 
> /tmp/.X11-unix should be set to root
>
> _XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root
>
>
>
> Xvnc TigerVNC 1.7.1
>
> Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
>
> See http://www.tigervnc.org for information on TigerVNC.
>
> Underlying X server release 11906000, The X.Org Foundation
>
>
>
> (EE)
>
> (EE) Backtrace:
>
> (EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]
>
> (EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]
>
> (EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xfebfed05]
>
> (EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xfebf35b3]
>
> (EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]
>
> (EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]
>
> (EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]
>
> (EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]
>
> (EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]
>
> (EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]
>
> (EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]
>
> (EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]
>
> (EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]
>
> (EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]
>
> (EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]
>
> (EE)
>
> (EE) Segmentation Fault at address 0x1
>
> (EE)
>
> Fatal server error:
>
> (EE) Caught signal 11 (Segmentation Fault). Server aborting
>
> (EE)
>
> Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of 
> /tmp/.X11-unix should be set to root
>
> _XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root
>
>
>
> Xvnc TigerVNC 1.7.1
>
> Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
>
> See http://www.tigervnc.org for information on TigerVNC.
>
> Underlying X server release 11906000, The X.Org Foundation
>
>
>
> (EE)
>
> (EE) Backtrace:
>
> (EE) 0: /usr/bin/Xvnc 

Re: [OpenIndiana-discuss] Start Xvnc on 2018.04

2018-05-12 Thread Andreas Wacknitz



Am 12.05.2018 um 19:31 schrieb Aurélien Larcher:

On Sat, May 12, 2018 at 4:57 PM, Jacques Hugo 
wrote:


Hi all,



Just double-checking here:  but no one has ever seen this error on a new
install?



I did not have time to check but the actual error seems:

Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root

This package worked as expected the last time I updated Xorg, so not sure
what happened.

Andreas, can you check it?

root@dl360g7-1 ~ # svcs -a|grep vnc
online 11:27:40 svc:/system/xvm/vnc-config:default
online 20:12:09 svc:/application/x11/xvnc-inetd:default





-Jacques





Jacques Hugo

Three Two Labs

Information Technology | Solaris Engineering 32L

Phone +44 7939 433701

   jacques.h...@threetwo.co.uk



From: Jacques Hugo [mailto:jacques.h...@threetwo.co.uk]
Sent: 08 May 2018 20:25
To: 'openindiana-discuss@openindiana.org'

Subject: Start Xvnc on 2018.04



Hi guys,



Any help appreciated.  I'm trying to start Xvnc which have worked fine
until
build a new host running 2018.04; the error message is below.  It complains
about fonts but I'm not a 100% sure if that really is the issue.  All the
pkg dependencies I have double  checked with

 `pkg contents -r -o fmri,type -t depend xvnc`

and they are all installed.



The /tmp/.X11- is not being set to root correctly although Xvnc is
running with the default SGUID bit set

 `$ ls -l /usr/bin/Xvnc

-r-xr-sr-x   1 root root 13577016 May  7 16:06 /usr/bin/Xvnc

`



Not really sure what is causing this.  Has anyone else seen this before?



Cheers,

Jacques









$ vncserver



WARNING: The first attempt to start Xvnc failed, possibly because the font

catalog is not properly configured.  Attempting to determine an appropriate

font path for this system and restart Xvnc using that font path ...

Could not start Xvnc.



Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of
/tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root



Xvnc TigerVNC 1.7.1

Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)

See http://www.tigervnc.org for information on TigerVNC.

Underlying X server release 11906000, The X.Org Foundation



(EE)

(EE) Backtrace:

(EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]

(EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]

(EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xfebfed05]

(EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xfebf35b3]

(EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]

(EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]

(EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]

(EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]

(EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]

(EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]

(EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]

(EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]

(EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]

(EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]

(EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]

(EE)

(EE) Segmentation Fault at address 0x1

(EE)

Fatal server error:

(EE) Caught signal 11 (Segmentation Fault). Server aborting

(EE)

Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of
/tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root



Xvnc TigerVNC 1.7.1

Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)

See http://www.tigervnc.org for information on TigerVNC.

Underlying X server release 11906000, The X.Org Foundation



(EE)

(EE) Backtrace:

(EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]

(EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]

(EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xf8d5ed05]

(EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xf8d535b3]

(EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]

(EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]

(EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]

(EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]

(EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]

(EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]

(EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]

(EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]

(EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]

(EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]

(EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]

(EE)

(EE) Segmentation Fault at address 0x1

(EE)

Fatal server error:

(EE) Caught signal 11 (Segmentation Fault). Server aborting

(EE)





Jacques Hugo

Three Two Labs

Information Technology | Solaris Engineering 32L

Phone +44 7939 433701

   jacques.h...@threetwo.co.uk




Re: [OpenIndiana-discuss] An installation report and a few questions from a Solaris neophyte.

2018-05-12 Thread Lazarus Long
Thanks to everyone for your replies to my message.  I can figure out how to
add my information to the wiki if someone will create an account for me.
Just point me in the right direction.

It's been a busy week.  The issue with ndp filling up the kernel was not
fixed.  I just disabled the ndp service.  The way I see it is that if
anything depends on it in the future I'll trouble shoot it then but for now
I have more important things to learn about. I have been learning about
zones, networking configuration, service management, a bit about user
accounts, and a smattering of other things.  I have created a vnic,
configured a zone and installed a zone with an exclusive ip stack set up
for dhcp, configured the DNS (although I don't why I had to create
resolv.conf:  dhcp should take of that), installed tmux, the UTF-8 locale,
openjdk8, and now it's a minecraft server on my LAN.  I have got to say
that it was more work than I expected since the zone install is the very
definition of minimalism.  It took a few tries to get it right, but I have
a much better understanding of what I don't know yet just from setting up a
small zone.  Thank goodness for wikis and mailing list archives.  One thing
that didn't work was the zone-proxy-cache from the wiki article.  I think
it may be missing a step but once I stopped trying to use it things
progressed much faster.

My current TODO list, in no particular order:

{([ I still need to turn on m firewall but I don't want to lock myself out
of the system when I do it ;-)  For now the server is two routers (and
their firewalls) away from the internet but I want move it back to being
the main gateway for my LAN.

I need to set up the VNC server and try it out.  I might even keep it
running for a few days.

I need to learn more about RBAC, roles, pfexec, etc. so my user account can
be plugged into them so I can stop using sudo for everything.

Getting KVM working is still on the list but I have time before I really
need it for anything.  The lack of familiar tools will slow me down a bit
anyway so I don't want to rush and make a mess of my system.

Investigating 2FA options for my ssh connection once I am ready to move it
back to the gateway role.  Where's the fun in remote access if you only do
it through 10 meters of cat6?

Learn more about IPv6 and the OI networking tools (so I can get to the
bottom of the ndp issue) and test and deploy:  routing, a dhcp server, and
a local DNS server on the system.

Maybe install and use an irc client.

Learn more about SMF.  Things like it's tools and how the layers of
services are structured.

Learn more about pkg.  Things like it's tools and how the layers of
packages are structured.])}

And that's just a few days worth of what I know-that-I-don't-know.  Imagine
what I'll know-that-I-don't-know in 6 months or a year!  Anyway, I should
get back some food and get back at it.  If anyone has advice about common
pitfalls or if your years of experience tell you that I really need to
prioritize or add something to my list please feel free to mention it.
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Start Xvnc on 2018.04

2018-05-12 Thread Aurélien Larcher
On Sat, May 12, 2018 at 4:57 PM, Jacques Hugo 
wrote:

> Hi all,
>
>
>
> Just double-checking here:  but no one has ever seen this error on a new
> install?
>
>
I did not have time to check but the actual error seems:

Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root

This package worked as expected the last time I updated Xorg, so not sure
what happened.

Andreas, can you check it?



>
> -Jacques
>
>
>
>
>
> Jacques Hugo
>
> Three Two Labs
>
> Information Technology | Solaris Engineering 32L
>
> Phone +44 7939 433701
>
>   jacques.h...@threetwo.co.uk
>
>
>
> From: Jacques Hugo [mailto:jacques.h...@threetwo.co.uk]
> Sent: 08 May 2018 20:25
> To: 'openindiana-discuss@openindiana.org'
> 
> Subject: Start Xvnc on 2018.04
>
>
>
> Hi guys,
>
>
>
> Any help appreciated.  I'm trying to start Xvnc which have worked fine
> until
> build a new host running 2018.04; the error message is below.  It complains
> about fonts but I'm not a 100% sure if that really is the issue.  All the
> pkg dependencies I have double  checked with
>
> `pkg contents -r -o fmri,type -t depend xvnc`
>
> and they are all installed.
>
>
>
> The /tmp/.X11- is not being set to root correctly although Xvnc is
> running with the default SGUID bit set
>
> `$ ls -l /usr/bin/Xvnc
>
> -r-xr-sr-x   1 root root 13577016 May  7 16:06 /usr/bin/Xvnc
>
> `
>
>
>
> Not really sure what is causing this.  Has anyone else seen this before?
>
>
>
> Cheers,
>
> Jacques
>
>
>
>
>
>
>
>
>
> $ vncserver
>
>
>
> WARNING: The first attempt to start Xvnc failed, possibly because the font
>
> catalog is not properly configured.  Attempting to determine an appropriate
>
> font path for this system and restart Xvnc using that font path ...
>
> Could not start Xvnc.
>
>
>
> Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of
> /tmp/.X11-unix
> should be set to root
>
> _XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root
>
>
>
> Xvnc TigerVNC 1.7.1
>
> Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
>
> See http://www.tigervnc.org for information on TigerVNC.
>
> Underlying X server release 11906000, The X.Org Foundation
>
>
>
> (EE)
>
> (EE) Backtrace:
>
> (EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]
>
> (EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]
>
> (EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xfebfed05]
>
> (EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xfebf35b3]
>
> (EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]
>
> (EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]
>
> (EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]
>
> (EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]
>
> (EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]
>
> (EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]
>
> (EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]
>
> (EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]
>
> (EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]
>
> (EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]
>
> (EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]
>
> (EE)
>
> (EE) Segmentation Fault at address 0x1
>
> (EE)
>
> Fatal server error:
>
> (EE) Caught signal 11 (Segmentation Fault). Server aborting
>
> (EE)
>
> Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of
> /tmp/.X11-unix
> should be set to root
>
> _XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root
>
>
>
> Xvnc TigerVNC 1.7.1
>
> Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)
>
> See http://www.tigervnc.org for information on TigerVNC.
>
> Underlying X server release 11906000, The X.Org Foundation
>
>
>
> (EE)
>
> (EE) Backtrace:
>
> (EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]
>
> (EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]
>
> (EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xf8d5ed05]
>
> (EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xf8d535b3]
>
> (EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]
>
> (EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]
>
> (EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]
>
> (EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]
>
> (EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]
>
> (EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]
>
> (EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]
>
> (EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]
>
> (EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]
>
> (EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]
>
> (EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]
>
> (EE)
>
> (EE) Segmentation Fault at address 0x1
>
> (EE)
>
> Fatal server error:
>
> (EE) Caught signal 11 (Segmentation Fault). Server aborting
>
> (EE)
>
>
>
>
>
> Jacques Hugo
>
> Three Two Labs
>
> Information Technology | Solaris 

Re: [OpenIndiana-discuss] find cycle's detected

2018-05-12 Thread Peter Tribble
On Sat, May 12, 2018 at 3:59 PM, Jacques Hugo 
wrote:

> Hi all,
>
> Has anyone seen this error when compiling/installing from source:
>
> find: cycle detected for /lib/crypto/32/
>

Something is picking up /usr/sbin/install (which behaves differently to
the BSD and GNU versions of install).

Many packages now are smart enough to autodetect, but not all.

You'll need to help it find the gnu install. A couple of ways are:

- 'make install INSTALL=ginstall'

- ensuring /usr/gnu/bin is at the front of the path

-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] find cycle's detected

2018-05-12 Thread Jacques Hugo
Hi all,

 

Has anyone seen this error when compiling/installing from source:

 

find: cycle detected for /lib/crypto/32/

find: cycle detected for /lib/32/

find: cycle detected for /lib/secure/32/

find: cycle detected for /usr/lib/firefox/bin/

find: cycle detected for /usr/lib/32/

find: cycle detected for /usr/lib/lwp/32/

find: cycle detected for /usr/lib/secure/32/

find: cycle detected for /usr/lib/link_audit/32/

find: cycle detected for /usr/lib/elfedit/32/

 

The 32bit dirs. Are soft symlinks back to "." if you look at the contents of
the dirs above.

 

Any pointers appreciated.

 

Cheers,

Jacques

 

 

 

Jacques Hugo

Three Two Labs

Information Technology | Solaris Engineering 32L

Phone +44 7939 433701

  jacques.h...@threetwo.co.uk

 

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Start Xvnc on 2018.04

2018-05-12 Thread Jacques Hugo
Hi all,

 

Just double-checking here:  but no one has ever seen this error on a new
install?

 

-Jacques

 

 

Jacques Hugo

Three Two Labs

Information Technology | Solaris Engineering 32L

Phone +44 7939 433701

  jacques.h...@threetwo.co.uk

 

From: Jacques Hugo [mailto:jacques.h...@threetwo.co.uk] 
Sent: 08 May 2018 20:25
To: 'openindiana-discuss@openindiana.org'

Subject: Start Xvnc on 2018.04

 

Hi guys,

 

Any help appreciated.  I'm trying to start Xvnc which have worked fine until
build a new host running 2018.04; the error message is below.  It complains
about fonts but I'm not a 100% sure if that really is the issue.  All the
pkg dependencies I have double  checked with

`pkg contents -r -o fmri,type -t depend xvnc`

and they are all installed.  

 

The /tmp/.X11- is not being set to root correctly although Xvnc is
running with the default SGUID bit set

`$ ls -l /usr/bin/Xvnc 

-r-xr-sr-x   1 root root 13577016 May  7 16:06 /usr/bin/Xvnc

`

 

Not really sure what is causing this.  Has anyone else seen this before?

 

Cheers,

Jacques

 

 

 

 

$ vncserver 

 

WARNING: The first attempt to start Xvnc failed, possibly because the font

catalog is not properly configured.  Attempting to determine an appropriate

font path for this system and restart Xvnc using that font path ...

Could not start Xvnc.

 

Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root

 

Xvnc TigerVNC 1.7.1 

Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)

See http://www.tigervnc.org for information on TigerVNC.

Underlying X server release 11906000, The X.Org Foundation

 

(EE) 

(EE) Backtrace:

(EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]

(EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]

(EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xfebfed05]

(EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xfebf35b3]

(EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]

(EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]

(EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]

(EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]

(EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]

(EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]

(EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]

(EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]

(EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]

(EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]

(EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]

(EE) 

(EE) Segmentation Fault at address 0x1

(EE) 

Fatal server error:

(EE) Caught signal 11 (Segmentation Fault). Server aborting

(EE) 

Could not setppriv() PRIV_PERMITTED_XSERVTransmkdir: Owner of /tmp/.X11-unix
should be set to root

_XSERVTransmkdir: Owner of /tmp/.X11-pipe should be set to root

 

Xvnc TigerVNC 1.7.1 

Copyright (C) 1999-2016 TigerVNC Team and many others (see README.txt)

See http://www.tigervnc.org for information on TigerVNC.

Underlying X server release 11906000, The X.Org Foundation

 

(EE) 

(EE) Backtrace:

(EE) 0: /usr/bin/Xvnc (xorg_backtrace+0x49) [0x81020a9]

(EE) 1: /usr/bin/Xvnc (OsSigHandler+0x64) [0x8108f54]

(EE) 2: /lib/libc.so.1 (__sighndlr+0x15) [0xf8d5ed05]

(EE) 3: /lib/libc.so.1 (call_user_handler+0x292) [0xf8d535b3]

(EE) 4: /usr/bin/Xvnc (AddResource+0x2c) [0x80f07ec]

(EE) 5: /usr/bin/Xvnc (PictureInit+0x143) [0x819d6d3]

(EE) 6: /usr/bin/Xvnc (miPictureInit+0x23) [0x819b303]

(EE) 7: /usr/bin/Xvnc (fbPictureInit+0x23) [0x8116913]

(EE) 8: /usr/bin/Xvnc (vfbScreenInit+0x497) [0x80b8877]

(EE) 9: /usr/bin/Xvnc (AddScreen+0xce) [0x80ca88e]

(EE) 10: /usr/bin/Xvnc (InitOutput+0x147) [0x80b8a57]

(EE) 11: /usr/bin/Xvnc (dix_main+0x258) [0x80ceba8]

(EE) 12: /usr/bin/Xvnc (main+0x2a) [0x81fde6a]

(EE) 13: /usr/bin/Xvnc (_start_crt+0x97) [0x80b64a8]

(EE) 14: /usr/bin/Xvnc (_start+0x1a) [0x80b637a]

(EE) 

(EE) Segmentation Fault at address 0x1

(EE) 

Fatal server error:

(EE) Caught signal 11 (Segmentation Fault). Server aborting

(EE)

 

 

Jacques Hugo

Three Two Labs

Information Technology | Solaris Engineering 32L

Phone +44 7939 433701

  jacques.h...@threetwo.co.uk

 

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss