Archive for 2011

Massive Connection Cannot Open Fix

Hi All,

Small help for fixing the connection cannot issue .
sudo gedit /etc/gdm/gdm.schemas and change true to false in DisallowTCP
[Python]

security/DisallowTCP
b
true

[/Python]

sudo gedit /etc/gdm/custom.conf ( if its not exists create one )
[Python]
[xdmcp]
Enable=true
[chooser]
[security]
DisallowTCP=false
AllowRemoteRoot=true
[debug]
[/Python]
paste it and save it

Then restart system

after that
set meserver export MSERVER=localhost
start mhost.init in bin /usr/local/massive/bin/mhost.init start

Yous should be fine now ๐Ÿ™‚