On Wed, 18 Mar 2015 07:58:35 -0700 (PDT)
appma...@gmail.com wrote:
> Please see error message below
>
> [Domain\XXX@CRI-13-64 ~]$ sudo service vncserver start
> Starting VNC server: 2:Domain\XXX -bash: line 0: cd: ~DomainXXX: No
> such file or directory [FAILED]
>
Try changing:
runuser -l ${USER} -c \
"cd ~${USER} && vncserver :${DISP} ${VNCUSERARGS}"
to
runuser -l ${USER} -c \
"cd ~ && vncserver :${DISP} ${VNCUSERARGS}"
Rgds
--
Pierre Ossman Software Development
Cendio AB
http://cendio.com
Teknikringen 8
http://twitter.com/ThinLinc
583 30 Linköping
http://facebook.com/ThinLinc
Phone:
+46-13-214600 http://plus.google.com/+CendioThinLinc
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?