+Muu+


Nama: Setyani K. H. S
Kelas  : XI – TKJ
MENJALANKAN PERINTAH UNTUK MENGINSTALL PAKET-PAKET LINUX
1.    Proftpd

debian:/home/debian# apt-get install proftpd
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  libcap1 proftpd-basic proftpd-mod-ldap proftpd-mod-mysql proftpd-mod-pgsql
Suggested packages:
  proftpd-doc
The following NEW packages will be installed:
  libcap1 proftpd proftpd-basic proftpd-mod-ldap proftpd-mod-mysql
  proftpd-mod-pgsql
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1509kB of archives.
After this operation, 2573kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package libcap1.
(Reading database ... 91435 files and directories currently installed.)
Unpacking libcap1 (from .../libcap1_1.10-14_i386.deb) ...
Selecting previously deselected package proftpd-basic.
Unpacking proftpd-basic (from .../proftpd-basic_1.3.1-17_i386.deb) ...
Selecting previously deselected package proftpd-mod-mysql.
Unpacking proftpd-mod-mysql (from .../proftpd-mod-mysql_1.3.1-17_i386.deb) ...
Selecting previously deselected package proftpd-mod-pgsql.
Unpacking proftpd-mod-pgsql (from .../proftpd-mod-pgsql_1.3.1-17_i386.deb) ...
Selecting previously deselected package proftpd-mod-ldap.
Unpacking proftpd-mod-ldap (from .../proftpd-mod-ldap_1.3.1-17_i386.deb) ...
Selecting previously deselected package proftpd.
Unpacking proftpd (from .../proftpd_1.3.1-17_all.deb) ...
Processing triggers for man-db ...
Setting up libcap1 (1:1.10-14) ...
Setting up proftpd-basic (1.3.1-17) ...
Adding system user `proftpd' (UID 111) ...
Adding new user `proftpd' (UID 111) with group `nogroup' ...
Not creating home directory `/var/run/proftpd'.
Adding system user `ftp' (UID 112) ...
Adding new user `ftp' (UID 112) with group `nogroup' ...
Creating home directory `/home/ftp' ...
`/usr/share/proftpd/templates/welcome.msg' -> `/home/ftp/welcome.msg.proftpd-new'
Starting ftp server: proftpd.
Setting up proftpd-mod-mysql (1.3.1-17) ...
Setting up proftpd-mod-pgsql (1.3.1-17) ...
Setting up proftpd-mod-ldap (1.3.1-17) ...
Setting up proftpd (1.3.1-17) ...
debian:/home/debian# dpkg --get-selections proftpd
proftpd                                   install

2.    Mysql
debian:/home/debian# apt-get install mysql-server mysql-client
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  libdbd-mysql-perl libdbi-perl libhtml-template-perl libnet-daemon-perl
  libplrpc-perl libterm-readkey-perl mysql-client-5.0 mysql-server-5.0
Suggested packages:
  dbishell libipc-sharedcache-perl libcompress-zlib-perl tinyca
The following NEW packages will be installed:
  libdbd-mysql-perl libdbi-perl libhtml-template-perl libnet-daemon-perl
  libplrpc-perl libterm-readkey-perl mysql-client mysql-client-5.0
  mysql-server mysql-server-5.0
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/35.5MB of archives.
After this operation, 105MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package libnet-daemon-perl.
(Reading database ... 92848 files and directories currently installed.)
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.38-1.1_all.deb) ...
Selecting previously deselected package libplrpc-perl.
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2017-1.1_all.deb) ...
Selecting previously deselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.605-1_i386.deb) ...
Selecting previously deselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.007-1_i386.deb) ...
Selecting previously deselected package mysql-client-5.0.
Unpacking mysql-client-5.0 (from .../mysql-client-5.0_5.0.51a-24_i386.deb) ...
Selecting previously deselected package mysql-server-5.0.
Unpacking mysql-server-5.0 (from .../mysql-server-5.0_5.0.51a-24_i386.deb) ...
Selecting previously deselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.9-1_all.deb) ...
Selecting previously deselected package libterm-readkey-perl.
Unpacking libterm-readkey-perl (from .../libterm-readkey-perl_2.30-4_i386.deb) ...
Selecting previously deselected package mysql-client.
Unpacking mysql-client (from .../mysql-client_5.0.51a-24_all.deb) ...
Selecting previously deselected package mysql-server.
Unpacking mysql-server (from .../mysql-server_5.0.51a-24_all.deb) ...
Processing triggers for man-db ...
Setting up libnet-daemon-perl (0.38-1.1) ...
Setting up libplrpc-perl (0.2017-1.1) ...
Setting up libdbi-perl (1.605-1) ...
Setting up libdbd-mysql-perl (4.007-1) ...
Setting up mysql-client-5.0 (5.0.51a-24) ...
Setting up mysql-server-5.0 (5.0.51a-24) ...
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . ..
Checking for corrupt, not cleanly closed and upgrade needing tables..
Setting up libhtml-template-perl (2.9-1) ...
Setting up libterm-readkey-perl (2.30-4) ...
Setting up mysql-client (5.0.51a-24) ...
Setting up mysql-server (5.0.51a-24) ...
debian:/home/debian# dpkg --get-selections mysql-server
mysql-server                              install
debian:/home/debian# dpkg --get-selections mysql-client
mysql-client                              install


3.    SSH
debian:/home/debian# apt-get install ssh
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  libedit2 openssh-blacklist openssh-blacklist-extra openssh-client
  openssh-server
Suggested packages:
  ssh-askpass libpam-ssh keychain rssh molly-guard
The following NEW packages will be installed:
  libedit2 openssh-blacklist openssh-blacklist-extra openssh-client
  openssh-server ssh
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/5432kB of archives.
After this operation, 11.4MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package openssh-blacklist.
(Reading database ... 91525 files and directories currently installed.)
Unpacking openssh-blacklist (from .../openssh-blacklist_0.4.1_all.deb) ...
Selecting previously deselected package openssh-blacklist-extra.
Unpacking openssh-blacklist-extra (from .../openssh-blacklist-extra_0.4.1_all.deb) ...
Selecting previously deselected package libedit2.
Unpacking libedit2 (from .../libedit2_2.11~20080614-1_i386.deb) ...
Selecting previously deselected package openssh-client.
Unpacking openssh-client (from .../openssh-client_5.1p1-5_i386.deb) ...
Selecting previously deselected package openssh-server.
Unpacking openssh-server (from .../openssh-server_5.1p1-5_i386.deb) ...
Selecting previously deselected package ssh.
Unpacking ssh (from .../o/openssh/ssh_5.1p1-5_all.deb) ...
Processing triggers for man-db ...
Setting up openssh-blacklist (0.4.1) ...
Setting up openssh-blacklist-extra (0.4.1) ...
Setting up libedit2 (2.11~20080614-1) ...
Setting up openssh-client (1:5.1p1-5) ...
Setting up openssh-server (1:5.1p1-5) ...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Restarting OpenBSD Secure Shell server: sshd.
Setting up ssh (1:5.1p1-5) ...
debian:/home/debian# dpkg --get-selections ssh
ssh                                 install

4.    Squid
debian:/home/debian# apt-get install squid
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  squid-common
Suggested packages:
  squidclient squid-cgi logcheck-database resolvconf
The following NEW packages will be installed:
  squid squid-common
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1188kB of archives.
After this operation, 6791kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously deselected package squid-common.
(Reading database ... 91604 files and directories currently installed.)
Unpacking squid-common (from .../squid-common_2.7.STABLE3-4.1_all.deb) ...
Selecting previously deselected package squid.
Unpacking squid (from .../squid_2.7.STABLE3-4.1_i386.deb) ...
Processing triggers for man-db ...
Setting up squid-common (2.7.STABLE3-4.1) ...
Setting up squid (2.7.STABLE3-4.1) ...
Creating squid spool directory structure
2011/02/09 00:35:11| Creating Swap Directories
Adding user proxy to group winbindd_priv
Restarting Squid HTTP proxy: squid.
debian:/home/debian# dpkg --get-selections squid
squid                               install

5.    Quota
debian:/home/debian# apt-get install quota
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Suggested packages:
  libnet-ldap-perl
The following NEW packages will be installed:
  quota
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/492kB of archives.
After this operation, 1327kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package quota.
(Reading database ... 92789 files and directories currently installed.)
Unpacking quota (from .../q/quota/quota_3.16-7_i386.deb) ...
Processing triggers for man-db ...
Setting up quota (3.16-7) ...
debian:/home/debian# dpkg --get-selections quota
quota                               install
6.    Apache2
debian:/home/debian# apt-get install apache2 php5 libapache2-mod-php5
Reading package lists... Done
Building dependency tree      
Reading state information... Done
apache2 is already the newest version.
apache2 set to manually installed.
libapache2-mod-php5 is already the newest version.
The following NEW packages will be installed:
  php5
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1080B of archives.
After this operation, 20.5kB of additional disk space will be used.
Selecting previously deselected package php5.
(Reading database ... 92788 files and directories currently installed.)
Unpacking php5 (from .../php5_5.2.6.dfsg.1-1+lenny2_all.deb) ...
Setting up php5 (5.2.6.dfsg.1-1+lenny2) ...
debian:/home/debian# dpkg --get-selections apache2
apache2                                   install



7.    Samba
debian:/home/debian# dpkg --get-selections samba
samba                               install
Paket samba memang telah di install paketnya dari awal penginstalan SO linux.

8.    Dmesg

debian:/home/debian# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-13) (waldi@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-24)) #1 SMP Sat Jan 10 18:29:31 UTC 2009
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000fef0000 (usable)
[    0.000000]  BIOS-e820: 000000000fef0000 - 000000000feff000 (ACPI data)
[    0.000000]  BIOS-e820: 000000000feff000 - 000000000ff00000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000000ff00000 - 0000000010000000 (usable)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 256MB LOWMEM available.
[    0.000000] found SMP MP-table at [c00f6c90] 000f6c90
[    0.000000] Entering add_active_range(0, 0, 65536) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65536
[    0.000000]   HighMem     65536 ->    65536
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65536
[    0.000000] On node 0 totalpages: 65536
[    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: 480 pages used for memmap
[    0.000000]   Normal zone: 60960 pages, LIFO batch:15
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F6C20, 0014 (r0 PTLTD )
[    0.000000] ACPI: RSDT 0FEFAB68, 0030 (r1 PTLTD    RSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP 0FEFEF14, 0074 (r1 INTEL  440BX     6040000 PTL     F4240)
[    0.000000] ACPI: DSDT 0FEFAB98, 437C (r1 PTLTD  Custom    6040000 MSFT  100000D)
[    0.000000] ACPI: FACS 0FEFFFC0, 0040
[    0.000000] ACPI: APIC 0FEFEF88, 0050 (r1 PTLTD     APIC    6040000  LTP        0)
[    0.000000] ACPI: BOOT 0FEFEFD8, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    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 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000000fef0000 - 000000000feff000
[    0.000000] PM: Registered nosave memory: 000000000feff000 - 000000000ff00000
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
[    0.000000] Kernel command line: root=/dev/sda1 ro quiet
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 2099.082 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.004000] Memory: 249924k/262144k available (1769k kernel code, 11608k reserved, 752k data, 244k init, 0k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba4ab - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba4ab   (1769 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.084788] Calibrating delay using timer specific routine.. 4207.66 BogoMIPS (lpj=8415335)
[    0.084850] Security Framework initialized
[    0.084913] SELinux:  Disabled at boot.
[    0.084975] Capability LSM initialized
[    0.085038] Mount-cache hash table entries: 512
[    0.085100] Initializing cgroup subsys ns
[    0.085163] Initializing cgroup subsys cpuacct
[    0.085190] Initializing cgroup subsys devices
[    0.085252] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.085280] CPU: L2 cache: 2048K
[    0.085342] Intel machine check architecture supported.
[    0.085392] Intel machine check reporting enabled on CPU#0.
[    0.085455] Checking 'hlt' instruction... OK.
[    0.100784] SMP alternatives: switching to UP code
[    0.104887] Freeing SMP alternatives: 16k freed
[    0.104949] ACPI: Core revision 20080321
[    0.105449] ENABLING IO-APIC IRQs
[    0.105817] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.145712] CPU0: Intel(R) Core(TM)2 Duo CPU     T6570  @ 2.10GHz stepping 08
[    0.148009] Brought up 1 CPUs
[    0.148009] Total of 1 processors activated (4207.66 BogoMIPS).
[    0.148009] CPU0 attaching sched-domain:
[    0.148009]  domain 0: span 0
[    0.148009]   groups: 0
[    0.150993] net_namespace: 660 bytes
[    0.151048] Booting paravirtualized kernel on bare hardware
[    0.151260] NET: Registered protocol family 16
[    0.152009] ACPI: bus type pci registered
[    0.152009] PCI: PCI BIOS revision 2.10 entry at 0xfd9a0, last bus=2
[    0.152009] PCI: Using configuration type 1 for base access
[    0.152009] Setting up standard PCI resources
[    0.153243] ACPI: EC: Look up EC in DSDT
[    0.168066] ACPI: Interpreter enabled
[    0.168098] ACPI: (supports S0 S1 S4 S5)
[    0.168153] ACPI: Using IOAPIC for interrupt routing
[    0.173710] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.176066] pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
[    0.176106] pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB
[    0.180072] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.181850] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 14 15)
[    0.181905] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    0.181960] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    0.182015] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[    0.182387] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.182547] pnp: PnP ACPI init
[    0.182602] ACPI: bus type pnp registered
[    0.189314] pnp: PnP ACPI: found 12 devices
[    0.189360] ACPI: ACPI bus type pnp unregistered
[    0.189406] PnPBIOS: Disabled by ACPI PNP
[    0.190286] PCI: Using ACPI for IRQ routing
[    0.190773] system 00:01: ioport range 0x1000-0x103f has been reserved
[    0.190795] system 00:01: ioport range 0x1040-0x104f has been reserved
[    0.224093] PCI: Bridge: 0000:00:01.0
[    0.224111]   IO window: disabled.
[    0.224173]   MEM window: disabled.
[    0.224221]   PREFETCH window: disabled.
[    0.224284] PCI: Bridge: 0000:00:11.0
[    0.224317]   IO window: 2000-2fff
[    0.224372]   MEM window: 0xe8900000-0xe89fffff
[    0.224412]   PREFETCH window: 0x0000000020000000-0x00000000200fffff
[    0.224474] PCI: Setting latency timer of device 0000:00:01.0 to 64
[    0.224537] ACPI: PCI Interrupt 0000:00:11.0[A] -> GSI 18 (level, low) -> IRQ 18
[    0.224599] NET: Registered protocol family 2
[    0.224874] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.224936] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.224999] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.225061] TCP: Hash tables configured (established 8192 bind 8192)
[    0.225112] TCP reno registered
[    0.225282] NET: Registered protocol family 1
[    0.228094] checking if image is initramfs... it is
[    0.724637] Switched to high resolution mode on CPU 0
[    0.744472] Freeing initrd memory: 6058k freed
[    0.745126] Simple Boot Flag at 0x36 set to 0x1
[    0.747349] audit: initializing netlink socket (disabled)
[    0.747421] type=2000 audit(1297431703.744:1): initialized
[    0.748009] Total HugeTLB memory allocated, 0
[    0.748624] VFS: Disk quotas dquot_6.5.1
[    0.748695] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.748767] msgmni has been set to 500
[    0.749079] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.749151] io scheduler noop registered
[    0.749187] io scheduler anticipatory registered
[    0.749201] io scheduler deadline registered
[    0.749251] io scheduler cfq registered (default)
[    0.749323] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.749471] pci 0000:00:0f.0: Boot video device
[    0.750845] isapnp: Scanning for PnP cards...
[    1.106333] isapnp: No Plug & Play device found
[    1.113793] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.113976] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.114161] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.114725] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.114979] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.118862] brd: module loaded
[    1.119159] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    1.621752] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.621851] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.622458] mice: PS/2 mouse device common for all mice
[    1.622848] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.622993] rtc0: alarms up to one month, y3k
[    1.623247] cpuidle: using governor ladder
[    1.623319] cpuidle: using governor menu
[    1.623391] No iBFT detected.
[    1.625679] TCP cubic registered
[    1.625698] NET: Registered protocol family 17
[    1.625770] Using IPI No-Shortcut mode
[    1.626311] registered taskstats version 1
[    1.645286] rtc_cmos 00:04: setting system clock to 2011-02-11 13:41:46 UTC (1297431706)
[    1.648377] Freeing unused kernel memory: 244k freed
[    1.653978] input: AT Translated Set 2 keyboard as /class/input/input0
[    1.728797] ACPI: ACPI0007:00 is registered as cooling_device0
[    1.728832] ACPI: Processor [CPU0] (supports 8 throttling states)
[    2.036329] No dock devices found.
[    2.041014] SCSI subsystem initialized
[    2.060868] libata version 3.00 loaded.
[    2.072241] Uniform Multi-Platform E-IDE driver
[    2.072296] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    2.073029] PIIX4: IDE controller (0x8086:0x7111 rev 0x01) at  PCI slot 0000:00:07.1
[    2.073120] PIIX4: not 100% native mode: will probe irqs later
[    2.073181] PIIX4: IDE port disabled
[    2.073272]     ide0: BM-DMA at 0x1058-0x105f
[    2.073362] Probing IDE interface ide0...
[    2.088433] usbcore: registered new interface driver usbfs
[    2.088524] usbcore: registered new interface driver hub
[    2.088652] usbcore: registered new device driver usb
[    2.089103] USB Universal Host Controller Interface driver v3.0
[    2.100773] Fusion MPT base driver 3.04.06
[    2.100786] Copyright (c) 1999-2007 LSI Corporation
[    2.101288] Fusion MPT SPI Host driver 3.04.06
[    2.120657] pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    2.200404] Floppy drive(s): fd0 is 1.44M
[    2.216431] FDC 0 is a post-1991 82077
[    2.808077] hda: VMware Virtual IDE CDROM Drive, ATAPI CD/DVD-ROM drive
[    3.144203] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[    3.144435] hda: UDMA/33 mode selected
[    3.144574] ide0 at 0x170-0x177,0x376 on irq 15
[    3.145000] ACPI: PCI Interrupt 0000:00:07.2[D] -> GSI 19 (level, low) -> IRQ 19
[    3.145066] uhci_hcd 0000:00:07.2: UHCI Host Controller
[    3.145131] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1
[    3.145267] uhci_hcd 0000:00:07.2: irq 19, io base 0x00001060
[    3.145333] usb usb1: configuration #1 chosen from 1 choice
[    3.145398] hub 1-0:1.0: USB hub found
[    3.145464] hub 1-0:1.0: 2 ports detected
[    3.248635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    3.248659] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.248687] usb usb1: Product: UHCI Host Controller
[    3.248703] usb usb1: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[    3.248712] usb usb1: SerialNumber: 0000:00:07.2
[    3.250188] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 17 (level, low) -> IRQ 17
[    3.250419] mptbase: ioc0: Initiating bringup
[    3.278638] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
[    3.278781] Uniform CD-ROM driver Revision: 3.20
[    3.320273] ioc0: LSI53C1030 B0: Capabilities={Initiator}
[    3.448600] scsi0 : ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[    3.562479] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 18 (level, low) -> IRQ 18
[    3.562710] pcnet32: PCnet/PCI II 79C970A at 0x2000, 00:0c:29:1c:24:df assigned IRQ 18.
[    3.562941] eth0: registered as PCnet/PCI II 79C970A
[    3.563074] pcnet32: 1 cards_found.
[    3.563577] ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[    3.563677] ehci_hcd 0000:02:02.0: EHCI Host Controller
[    3.563728] ehci_hcd 0000:02:02.0: new USB bus registered, assigned bus number 2
[    3.564251] PCI: cache line size of 32 is not supported by device 0000:02:02.0
[    3.564290] ehci_hcd 0000:02:02.0: irq 16, io mem 0xe8900000
[    3.568251] scsi 0:0:0:0: Direct-Access     VMware,  VMware Virtual S 1.0  PQ: 0 ANSI: 2
[    3.568482]  target0:0:0: Beginning Domain Validation
[    3.568713]  target0:0:0: Domain Validation skipping write tests
[    3.568740]  target0:0:0: Ending Domain Validation
[    3.568953]  target0:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[    3.576137] ehci_hcd 0000:02:02.0: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    3.576328] usb usb2: configuration #1 chosen from 1 choice
[    3.576559] hub 2-0:1.0: USB hub found
[    3.576674] hub 2-0:1.0: 6 ports detected
[    3.612506] Driver 'sd' needs updating - please use bus_type methods
[    3.612737] sd 0:0:0:0: [sda] 16777216 512-byte hardware sectors (8590 MB)
[    3.612968] sd 0:0:0:0: [sda] Write Protect is off
[    3.612998] sd 0:0:0:0: [sda] Mode Sense: 5d 69 00 00
[    3.613142] sd 0:0:0:0: [sda] Cache data unavailable
[    3.613167] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    3.613399] sd 0:0:0:0: [sda] 16777216 512-byte hardware sectors (8590 MB)
[    3.613563] sd 0:0:0:0: [sda] Write Protect is off
[    3.613568] sd 0:0:0:0: [sda] Mode Sense: 5d 69 00 00
[    3.613638] sd 0:0:0:0: [sda] Cache data unavailable
[    3.613642] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    3.613873]  sda: sda1 sda2 < sda5 >
[    3.624870] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.680280] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.680286] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.680290] usb usb2: Product: EHCI Host Controller
[    3.680293] usb usb2: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[    3.680296] usb usb2: SerialNumber: 0000:02:02.0
[    3.717876] PM: Starting manual resume from disk
[    3.739353] kjournald starting.  Commit interval 5 seconds
[    3.739639] EXT3-fs: mounted filesystem with ordered data mode.
[    4.026222] udevd version 125 started
[    4.684526] Linux agpgart interface v0.103
[    4.685022] agpgart: Detected an Intel 440BX Chipset.
[    4.685087] agpgart: AGP aperture is 256M @ 0x0
[    4.688270] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    4.688674] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.748584] input: Power Button (FF) as /class/input/input1
[    4.780102] ACPI: Power Button (FF) [PWRF]
[    4.828574] ACPI: AC Adapter [ACAD] (on-line)
[    5.169123] piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
[    5.169164] piix4_smbus 0000:00:07.3: Host SMBus controller not enabled!
[    5.353511] input: PC Speaker as /class/input/input2
[    5.548334] ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 19 (level, low) -> IRQ 19
[    5.824075] input: ImPS/2 Generic Wheel Mouse as /class/input/input3
[    5.824647] parport_pc 00:08: reported by Plug and Play ACPI
[    5.824690] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[    7.133130] Adding 409616k swap on /dev/sda5.  Priority:-1 extents:1 across:409616k
[    7.209728] EXT3 FS on sda1, internal journal
[    8.177551] loop: module loaded
[    8.500684] NET: Registered protocol family 10
[    8.501000] lo: Disabled Privacy Extensions
[    8.549605] eth0: link up
[   20.346423] eth0: no IPv6 routers present
[   24.474163] lp0: using parport0 (interrupt-driven).
[   24.496175] ppdev: user-space parallel port driver
[   27.291041] RPC: Registered udp transport module.
[   27.291069] RPC: Registered tcp transport module.
[   27.474550] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   27.572544] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   27.621258] NFSD: starting 90-second grace period
[   33.418676] Bluetooth: Core ver 2.11
[   33.422077] NET: Registered protocol family 31
[   33.422226] Bluetooth: HCI device and connection manager initialized
[   33.422299] Bluetooth: HCI socket layer initialized
[   33.530244] Bluetooth: L2CAP ver 2.9
[   33.530260] Bluetooth: L2CAP socket layer initialized
[   33.541391] Bluetooth: RFCOMM socket layer initialized
[   33.541470] Bluetooth: RFCOMM TTY layer initialized
[   33.541488] Bluetooth: RFCOMM ver 1.8
[   37.076406] NET: Registered protocol family 5