Hi, Hit the following error in the db2diag.log. Does anyone can help me to go through what is the error? 2006-07-14-05.25.01.277459+480 E32776690C421 LEVEL: Error PID : 827550 tiD : 1 PROC : db2tcpcm 0 INSTANCE: db2repl NODE : 000 FUNCtiON: DB2 UDB, common communication, sqlcctcpconnmgr_child, probe:125 MESSAGE : ADM7009E An error was encountered i...
by sunnyloke - DB2 - 2006-07-21 15:39:19 阅读(1704) 回复(5)
Enabling High Performance Data Transfers TCP Window Size Adjustment and Flow Control Internet2 Land Speed Record 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17978/showart_121230.html
gcc `pkg-config -cflags -libs gtk+2.0` hello.c -o hello -cflags: unknown option hello.c:1:21: gtk/gtk.h: No such file or directory hello.c: In function `main': hello.c:6: `GtkWidget' undeclared (first use in this function) hello.c:6: (Each undeclared identifier is reported only once hello.c:6: for each function it appears in.) hello.c:6: `window' undeclared (first use in this function) hello.c:10:...
当客户端连接上服务器端后,客户端没有用closesocket关闭通知服务器端关闭本次连接。然后,当客户端再次连接服务器端时,就连接不上了,错误是"connection refused"。应该是服务器端还在等待处理上次连接,监听队列满了,所以不再 :cry: 接受新的连接请求。请问怎么解决这样的情况?谢谢!
在191上有这样一段话:if you have a graphic console, make sure you also remove the rc.dt and rc.tcpip entries in the /etc/inittab file. Otherwise, your console will hang when you login. Unless you have an ASCII terminal connected to the serial port, 是不是说,如果用显示器的话,必须把rc.tcpip 从/etc/inittab 中删除,然后手工的启动 tcpip daemon