惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
V
V2EX
Jina AI
Jina AI
爱范儿
爱范儿
M
MIT News - Artificial intelligence
量子位
L
LangChain Blog
Google DeepMind News
Google DeepMind News
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
腾讯CDC
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
博客园 - 聂微东
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss

Erlang

关于 erlang 的 io:format 函数使用问题:“列表变量” 和 “列表参数” erlang inet_db:gethostname() 机制请教 有熟悉 erlang 中 lexx 的.xrl 和 yecc 的 .yrl 的的吗? 搞了个 awesome-otp-learning 立个贴,开始学习使用 erlang,与工作无关,自己倒腾。 使用又拍云镜像加速下载 Erlang 源码(下载只要 40s) Elixir Forum Erlang Lab 新开,欢迎说说话 请教熟悉 Erlang 的同学一个问题 有用 Erlang 做开发的吗?一般用来做什么? erlang 里面,一个关于字符串的问题 erlang解析http头找特定的字段值 erl中怎么实现变量标志 erl脚本如何从命令行执行 而不是shell里面执行 scoket接收的字符串怎么在服务端打印出来? #erlang# 请关注 OpenPoker 开源项目 开始学习erlang,越看越舒心,稍稍有点担心 mochi/mochiweb Erlang-China Erlang 中文PDF教程
在linode上安装的rabbitmq无法启动,检查之后是erlang的错误....
mercurylanded · 2013-01-14 · via Erlang

报错信息
root@li576-193:~# erl -name foo
{error_logger,{{2013,1,14},{9,9,25}},"Protocol: ~p: register error: ~p~n",["inet_tcp",{{badmatch,{error,epmd_close}},[{inet_tcp_dist,listen,1},{net_kernel,start_protos,4},{net_kernel,start_protos,3},{net_kernel,init_node,2},{net_kernel,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}]}
{error_logger,{{2013,1,14},{9,9,25}},crash_report,[[{initial_call,{net_kernel,init,['Argument__1']}},{pid,<0.19.0>},{registered_name,[]},{error_info,{exit,{error,badarg},[{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}},{ancestors,[net_sup,kernel_sup,<0.9.0>]},{messages,[]},{links,[#Port<0.54>,<0.16.0>]},{dictionary,[{longnames,true}]},{trap_exit,true},{status,running},{heap_size,610},{stack_size,24},{reductions,455}],[]]}
{error_logger,{{2013,1,14},{9,9,25}},supervisor_report,[{supervisor,{local,net_sup}},{errorContext,start_error},{reason,{'EXIT',nodistribution}},{offender,[{pid,undefined},{name,net_kernel},{mfargs,{net_kernel,start_link,[[foo,longnames]]}},{restart_type,permanent},{shutdown,2000},{child_type,worker}]}]}
{error_logger,{{2013,1,14},{9,9,25}},supervisor_report,[{supervisor,{local,kernel_sup}},{errorContext,start_error},{reason,shutdown},{offender,[{pid,undefined},{name,net_sup},{mfargs,{erl_distribution,start_link,[]}},{restart_type,permanent},{shutdown,infinity},{child_type,supervisor}]}]}
{error_logger,{{2013,1,14},{9,9,25}},std_info,[{application,kernel},{exited,{shutdown,{kernel,start,[normal,[]]}}},{type,permanent}]}
{"Kernel pid terminated",application_controller,"{application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}}"}
有些地方说是epmd的进程把端口占了,但是把epmd杀掉之后问题还是存在...