首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

Erlang集群管理系统中遇到的一些小疑点

2012-07-20 
Erlang集群管理系统中遇到的一些小问题erlang节点之间的文件传输# file:read_file/write_fileXML解析# xme

Erlang集群管理系统中遇到的一些小问题
erlang节点之间的文件传输
# file:read_file/write_file

XML解析
# xmerl

Erlang中字符串的处理
# string
# io_lib
# re
# lists

when I start erl in the terminal as root, there is a warning:

'no display name and no $DISPLAY environment variable'.

# export DISPLAY=:0.0

1> tv:start().
<0.34.0>
2> No protocol specified
                        Application initialization failed: couldn't connect to display ":0"
No protocol specified
                     Error in startup script: couldn't connect to display ":0"
    while executing
"load /usr/lib/libtk8.4.so.0 Tk"
    ("package ifneeded" script)
    invoked from within
"package require Tk 8.3"
    (file "/usr/local/lib/erlang/lib/gs-1.5.11/priv/gstk.tcl" line 7)


Try merging Xauthority file first:
> sudo xauth -f /root/.Xauthority merge .Xauthority

Now you can run gui as root
> sudo gui

热点排行