::dead:beef

Happy DNSSEC Day - The Root Is Signed

History will be made today: In a high security data center in Culpeper, VA, the root zone of the Internet's DNS will be digitally signed, making a full implementation of DNSSEC possible.
Complete info at PC Mag.

2010-06-20 20:09:30, Source: http://www.ipv6tf.org/news/newsroom.php?id=6197

ZTE Unveils Its FTTx Business Model for Asia-Pacific

Ranked Second in Worldwide Broadband Revenues by Ovum, ZTE Looks to Expand Into Asia with New Broadband Acceleration Solution.
Complete info at StreetInsider, NewsyStocks and CEN.

2010-06-20 20:04:31, Source: http://www.ipv6tf.org/news/newsroom.php?id=6196

Global Broadband Hits 484 Million Subscriber Mark as More Than 14 Million Lines Are Added in Q1 2010

Broadband subscription growth took an upswing during the first quarter of 2010, supported in part by healthy DSL growth in every region, strong fiber rollouts in Asia and aggressive IPTV service offerings.
Complete info at EarthTimes, Digital Journal and IT News Online.

2010-06-20 20:01:53, Source: http://www.ipv6tf.org/news/newsroom.php?id=6195

Perspectives: IT’s top 10 troubles continue to go unresolved

Triumphs and troubles traditionally come in threes for most of the world. But for the IT world, the rule of three is too mystical: it demands its information in sets of 10.
Complete info at Financial Times.

2010-06-20 19:59:28, Source: http://www.ipv6tf.org/news/newsroom.php?id=6194

Researchers probe net's most blighted darknet

Researchers probing a previously unused swath of internet addresses say they've stumbled onto the net's most blighted neighborhoods, with at least four times as much pollution as any they've ever seen.
Complete info at The Register.

2010-06-20 19:57:25, Source: http://www.ipv6tf.org/news/newsroom.php?id=6193

Google IPv6 Implementors Conference 2010 – Video’s available

Google released the videos of the Google IPv6 Implementors Conference 20103. See the agenda for links to YouTube.

2010-06-20 16:09:42, Source: http://www.fix6.net/archives/2010/06/20/google-ipv6-implementors-conference-2010-videos-available/

VMware Server 2 na Linux’ie

VMware Server ogólnie średnio się instaluje na Linuxie który nie jest markowy jak Red Hat czy coś. Do samej instalacji są patche. Problem pojawia się gdy konsola WWW nam się nie uruchamia. Manualne uruchomienie daje nam oznaki jak poniżej:

root@fido:/share/vmware/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/bin# ./catalina.sh run
Using CATALINA_BASE:   /share/vmware/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16
Using CATALINA_HOME:   /share/vmware/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16
Using CATALINA_TMPDIR: /share/vmware/lib/vmware/webAccess/tomcat/apache-tomcat-6.0.16/temp
Using JRE_HOME:       /share/vmware/lib/vmware/webAccess/java/jre1.5.0_15
Jun 19, 2010 7:03:09 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /share/vmware/lib/vmware/webAccess/java/jre1.5.0_15/lib/amd64/server:/share/vmware/lib/vmware/webAccess/java/jre1.5.0_15/lib/amd64:/share/vmware/lib/vmware/webAccess/java/jre1.5.0_15/../lib/amd64
Jun 19, 2010 7:03:09 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8308
Jun 19, 2010 7:03:10 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 979 ms
Jun 19, 2010 7:03:10 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jun 19, 2010 7:03:10 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
Jun 19, 2010 7:03:10 PM org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "com.vmware.webaccess.listener.SessionListener" is already configured for this context. The duplicate definition has been ignored.
Jun 19, 2010 7:03:10 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8308
Jun 19, 2010 7:03:11 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jun 19, 2010 7:03:11 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/106  config=null
Jun 19, 2010 7:03:11 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1215 ms
Jun 19, 2010 7:03:11 PM org.apache.catalina.core.StandardServer await
SEVERE: StandardServer.await: create[8005]:
java.net.SocketException: Invalid argument
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.(ServerSocket.java:185)
        at org.apache.catalina.core.StandardServer.await(StandardServer.java:373)
        at org.apache.catalina.startup.Catalina.await(Catalina.java:642)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:602)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Jun 19, 2010 7:03:11 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8308
Jun 19, 2010 7:03:11 PM org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.net.SocketException: Network is unreachable
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:520)
        at java.net.Socket.connect(Socket.java:470)
        at java.net.Socket.(Socket.java:367)
        at java.net.Socket.(Socket.java:209)
        at org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:486)
        at org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:283)
        at org.apache.jk.server.JkMain.pause(JkMain.java:681)
        at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:153)
        at org.apache.catalina.connector.Connector.pause(Connector.java:1073)
        at org.apache.catalina.core.StandardService.stop(StandardService.java:563)
        at org.apache.catalina.core.StandardServer.stop(StandardServer.java:744)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:628)
        at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:671)
Jun 19, 2010 7:03:12 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Jun 19, 2010 7:03:12 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8308

Na forach można poczytać że należy poprawić /etc/hosts. Cóż wtedy jeżeli nam to nie pomaga? Problemem jest IPv6 które na moim Linuxie jest włączone. Trzeba dodać opcję do Java - -Djava.net.preferIPv4Stack=true. W tym celu modyfikujemy plik /etc/init.d/vmware-mgmt gdzie dopisujemy powyższy parametr do wywołania Tomcata.

Działa :-)

2010-06-19 19:00:15, Source: http://drixter.e-utp.net/2010/06/19/vmware-server-2-na-linuxie/

Roaring Penguin Software Announces DNS Based IPv6 Reputation List

Leading anti-spam vendor makes IPv6 reputation list available to Universities and ISPs running IPv6 based mail servers.
Complete info at NewswireToday! and TMCnet and i-Newswire.

2010-06-19 18:21:38, Source: http://www.ipv6tf.org/news/newsroom.php?id=6192

IPv6 for the Masses

As the first semester of 2010 comes to a close, the IPv4 address pool has dropped to 6%. Another year and we will probably celebrate (mourn?) the end of the IANA IPv4 pool. As Vint Cerf commented on the topic of depletion in an e-mail to Bob Hinden: 'Sic transit Gloria Mundi'.
Complete info at CircleID.

2010-06-19 18:17:52, Source: http://www.ipv6tf.org/news/newsroom.php?id=6191

Role of federal CIO, CTO influences agencies on cloud

As you probably know, the General Services Administration is planning to move the entire agency’s email system to the cloud.
Complete info at FederalNewsRadio.

2010-06-19 18:15:12, Source: http://www.ipv6tf.org/news/newsroom.php?id=6190

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199

Your address is 38.107.191.103 .