Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Anyone have an autoinstall script?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Anyone have an autoinstall script?

xaitmixaitmi Member
edited April 2015 in Help

Hi for the past 48 hours I've been trying to get any desktop working on my VPS..

i've followed many tutorials and keep running into issues where either i get error messages or just a blank gray screen.

Can someone give me a working auto installer please.

I've tried gnome desktop, lxde, x server, and many others.

On a variety of OS's.

The last tutorial I followed was this one, https://www.ndchost.com/wiki/vps/x-server-vnc

which gave me a grey screen

Comments

  • apt-get update -y && apt-get upgrade -y; apt-get install -y xrdp; apt-get install -y xfce4; echo xfce4-session >~/.xsession; service xrdp restart
    
  • @joodle said:

    apt-get update -y && apt-get upgrade -y; apt-get install -y xrdp; apt-get install -y xfce4; echo xfce4-session >~/.xsession; service xrdp restart
    > 

    Which OS? Ubuntu / Debian

  • @xaitmi said:
    Which OS? Ubuntu / Debian

    Both :P

  • @joodle said:
    Both :P

    Ok I'll try that now. On Debian/Ubuntu I kept getting locale errors.

  • @xaitmi said:
    Ok I'll try that now. On Debian/Ubuntu I kept getting locale errors.

    dpkg-reconfigure locales

  • @joodle said:

    apt-get update -y && apt-get upgrade -y; apt-get install -y xrdp; apt-get install -y xfce4; echo xfce4-session >~/.xsession; service xrdp restart
    > 

    i did vncpasswd to set a password, whats the username? when i try to login via remote desktop connection it asks for a username

  • @xaitmi said:
    i did vncpasswd to set a password, whats the username? when i try to login via remote desktop connection it asks for a username

    blank..

  • @joodle said:

    I even tried doing vncpasswd and then service xrdp restart

    on the login screen im using the default module sesman-Xvnc

    I'm assuming thats correct

  • @xaitmi said:
    I'm assuming thats correct

    Hmm... It should just work using a blank username and the password you've set. Try the root password?

  • @joodle said:
    Hmm... It should just work using a blank username and the password you've set. Try the root password?

    yeah tried that as well, still no luck

  • xaitmixaitmi Member
    edited April 2015

    @joodle said:
    dpkg-reconfigure locales

    dpkg-reconfigure locales
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_CA.UTF-8"
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    debconf: unable to initialize frontend: Dialog
    debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
    debconf: falling back to frontend: Readline
  • @joodle said:

    apt-get update -y && apt-get upgrade -y; apt-get install -y xrdp; apt-get install -y xfce4; echo xfce4-session >~/.xsession; service xrdp restart
    > 

    Tried it on ubuntu before, didn't work. Tried it on debian 6 32 bit now and still have the same password login issue.

    Setting up xserver-xorg (1:7.5+8+squeeze1) ...
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    Setting up xorg (1:7.5+8+squeeze1) ...
    Processing triggers for initramfs-tools ...
    Stopping RDP Session manager : sesman xrdp.
    Starting Remote Desktop Protocol server : xrdp sesman.
    root@server:~# vncpasswd
    Password:
    Verify:
    root@server:~# 
    
  • FINALLY FOUND SOMETHING THAT WORKS.

    CentOS 6 - x86_64 (not valid for 32 bit) - View source
    FROM http://www.lowendtalk.com/discussion/26857/how-to-install-vnc-server-in-openvz-vps-container-ubuntu-debian-or-centos

Sign In or Register to comment.