码迷,mamicode.com
首页 >  
搜索关键字:peer    ( 408个结果
postgresql配置的一些问题
ubuntu通过软件中心安装后,配置文件位于如下目录我用超级用户创建了其它数据库用户,发现是登录不了的,必须还得创建同名的linux用户,甚是麻烦。在配置文件pg_hba.conf中发现了问题。其中的local all all peer这条设置要改变一下,第一个参数是loc...
分类:数据库   时间:2015-09-03 23:20:31    阅读次数:257
service postgresql initdb [FAILED]
一、场景安装postgresql时可能因为配置有问题【后来定位问题是我把pg_hba.conf中local一栏的ident修改为peer就会出错】导致服务起不来,报错如下:[root@localhost ~]# /etc/init.d/postgresql restartStopping postg...
分类:数据库   时间:2015-08-31 19:12:31    阅读次数:186
gluster添加节点失败报错:No route to host
glusterfs3.4.7和gluster3.6.4都会出现该问题。服务器端执行添加peer命令报如下错误:Probereturnedwithunknownerrno107对应日志错误信息如下:[2015-08-2502:47:06.818281]I[glusterd-handler.c:1031:__glusterd_handle_cli_probe]0-glusterd:ReceivedCLIprobereqnode6124007[..
分类:其他好文   时间:2015-08-26 00:07:50    阅读次数:221
PostgreSQL新手上路PG::ConnectionBad (FATAL: Peer authentication failed
PostgreSQL新手上路PG::ConnectionBad (FATAL: Peer authentication failed...
分类:数据库   时间:2015-08-25 19:40:36    阅读次数:310
PG::ConnectionBad (FATAL: Peer authentication failed
部署完的新机器报错App 12595 stderr: PG::ConnectionBad (FATAL: Peer authentication failed for user "dbuser"App 12595 stderr: ):上网查了一下,很多帖子上都在说要修改/etc/postgresq....
分类:其他好文   时间:2015-08-25 19:30:14    阅读次数:160
ssh_exchange_identification: read: Connection reset by peer 报错解决办法
当你登录一台linux机器,登录不了,出现Connectionresetbypeer报错,请参照以下解决步骤:1、ssh-vvv-p22123.10.98.22如:localhost:~$ssh-vvv-p22123.10.98.22OpenSSH_6.2p2,OSSLShim0.9.8r8Dec2011debug1:Readingconfigurationdata/etc/ssh_configdebug1:/etc/ssh_configline..
分类:其他好文   时间:2015-08-25 12:32:03    阅读次数:147
POJ 1523 SPF(无向图割顶)
SPFDescriptionConsider the two networks shown below. Assuming that data moves around these networks only between directly connected nodes on a peer-to...
分类:其他好文   时间:2015-08-21 22:59:50    阅读次数:197
有关Apache Ignite的peer class loading (P2P class loading)
目前用的是最新孵化版本:1.3.0-incubating。 官方文档https://apacheignite.readme.io/docs/zero-deployment    这里给出了一个一个分布式类加载机制(distributed ClassLoader)。 文档这么说的: The closures and tasks that you use for your computation...
分类:Web程序   时间:2015-08-21 01:56:11    阅读次数:421
Connection reset by peer问题分析
extremetable导出excel,弹出一个下载窗口,这时不点下载而点取消,则报下面的异常:ClientAbortException Caused by: java.net.SocketException: Connection reset by peer: socket write error...
分类:其他好文   时间:2015-08-16 22:54:31    阅读次数:257
408条   上一页 1 ... 29 30 31 32 33 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!