error when run vncserver - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: VPS Support (https://post4vps.com/Forum-VPS-Support) +--- Thread: error when run vncserver (/Thread-error-when-run-vncserver) |
error when run vncserver - hamed - 11-06-2019 hello i got this error when i enter the "vncserver :1" command . i install it without any problem but when i run it i got this error . pls help me . ty Code: root@arta:~# vncserver RE: error when run vncserver - LightDestory - 11-06-2019 Your error logs seems to point out that there is a invalid entry on the 'add' command. We need more details about your configuration and if you can a dump of your configuration. Did you follow @"Hidden Refuge" tutorial? RE: error when run vncserver - hamed - 11-06-2019 (11-06-2019, 07:55 PM)LightDestory Wrote: Your error logs seems to point out that there is a invalid entry on the 'add' command. I did not do anything . I was using vnc 1 month ago through this same configuration and had no problems. How did this problem come about now? Error is not obvious at all I don't know what to do if you know what to tell me. this is log file and log file error's ... Code: Xvnc Free Edition 4.1.1 - built Feb 25 2015 23:02:21 RE: error when run vncserver - rudra - 11-07-2019 what do you see for vncserver --list can try setting machine name in /etc/hosts as 127.0.0.1 name_of_machine localhost also try doing as follows, sudo locale-gen sudo localectl set-locale LANG="en_US.UTF-8" vncserver -kill :1 vncserver let us know what you changed in the meantime.. RE: error when run vncserver - Mashiro - 11-07-2019 You asked me to look at the issue. Well, here is my though of it (I have never used VNC on any of my servers. Merely just created a guide out of a thread where a VNC issue needed to be solved). It looks like your desktop environment and window manager seems to be broken. All the errors in your log hint that it fails to create a session in the desktop environment due to several things actually missing from the system. Fonts aside there are a lot of critical error messages. Maybe reinstalling the DE and WM will help? I have no idea. I don't have any experience with VNC. RE: error when run vncserver - hamed - 11-07-2019 (11-07-2019, 12:29 AM)rudra Wrote: what do you see forthis is hosts file Code: 127.0.0.1 localhost (11-07-2019, 05:47 AM)Hidden Refuge Wrote: You asked me to look at the issue. Well, here is my though of it (I have never used VNC on any of my servers. Merely just created a guide out of a thread where a VNC issue needed to be solved). It looks like your desktop environment and window manager seems to be broken. All the errors in your log hint that it fails to create a session in the desktop environment due to several things actually missing from the system. Fonts aside there are a lot of critical error messages. I did, but the problem didn't work out. Thank you for respecting my word dear friend. Anyway thank you for your guidance. Excuse me for taking your time RE: error when run vncserver - deanhills - 11-07-2019 Moved to VPS Support Forum. |