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: ITs 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 agencys 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
Your address is 38.107.191.103 .