Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Picking up where you left off on an install.
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Tue Sep 23, 2014 4:55 pm    Post subject: Picking up where you left off on an install. Reply with quote

I want assurances that this is correct
because I've run into trouble re-starting
on a mount command.

So looking at the manual I've deduced
a set of instructions that allow you
to pick up where you've left off.

Suppose you've installed the Kernel
,and now you're too tired to install
grub/grub2

You issue a shutdown command to
to gracefully unmount everything,
and issue these instructions the
next day.

Are these instructions correct?

%>mount /dev/sda4 /mnt/gentoo
%>mount /dev/sda2 /mnt/gentoo/boot
%>cp -L /etc/resolv.conf /mnt/gentoo/etc

%>mount -t proc proc /mnt/gentoo/proc
%>mount --rbind /sys /mnt/gentoo/sys
%>mount --rbind /dev /mnt/gentoo/dev

%>chroot /mnt/gentoo /bin/bash
%>source /etc/profile
%>export PS1="(chroot) $PS1"

Erich
Back to top
View user's profile Send private message
DancesWithWords
Guru
Guru


Joined: 29 Jun 2002
Posts: 347
Location: ottawa, canada

PostPosted: Tue Sep 23, 2014 5:22 pm    Post subject: Re: Picking up where you left off on an install. Reply with quote

eflothmeier wrote:
I want assurances that this is correct
because I've run into trouble re-starting
on a mount command.

So looking at the manual I've deduced
a set of instructions that allow you
to pick up where you've left off.

Suppose you've installed the Kernel
,and now you're too tired to install
grub/grub2

You issue a shutdown command to
to gracefully unmount everything,
and issue these instructions the
next day.

Are these instructions correct?

%>mount /dev/sda4 /mnt/gentoo
%>mount /dev/sda2 /mnt/gentoo/boot
%>cp -L /etc/resolv.conf /mnt/gentoo/etc

%>mount -t proc proc /mnt/gentoo/proc
%>mount --rbind /sys /mnt/gentoo/sys
%>mount --rbind /dev /mnt/gentoo/dev

%>chroot /mnt/gentoo /bin/bash
%>source /etc/profile
%>export PS1="(chroot) $PS1"

Erich



Those instructions look correct to me. Of course you could just leave the computer running until you get back to it. :-)

====
DWW
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Thu Sep 25, 2014 2:50 am    Post subject: Reply with quote

OK,

Next question,
Does it matter which way you reboot? To install I use the Gentoo
liveDVD 2012. I issued a shutdown command by clicking on
the "shutdown" icon on the GUI display, and it discovered
that I couldn't get to "first base"

%>mount /dev/sda4 /mnt/gentoo came back with:

%>wrong fs type, bad option, bad superblock ... /dev/sda4

should I have unmounted as the manual prescribes:

# exit
cdimage ~# cd
cdimage ~# umount -l /mnt/gentoo/dev{/shm,/pts,}
cdimage ~# umount /mnt/gentoo{/boot,/sys,/proc,}
cdimage ~# reboot

Erich
Back to top
View user's profile Send private message
DancesWithWords
Guru
Guru


Joined: 29 Jun 2002
Posts: 347
Location: ottawa, canada

PostPosted: Thu Sep 25, 2014 3:50 pm    Post subject: Reply with quote

eflothmeier wrote:
OK,

Next question,
Does it matter which way you reboot? To install I use the Gentoo
liveDVD 2012. I issued a shutdown command by clicking on
the "shutdown" icon on the GUI display, and it discovered
that I couldn't get to "first base"

%>mount /dev/sda4 /mnt/gentoo came back with:

%>wrong fs type, bad option, bad superblock ... /dev/sda4

should I have unmounted as the manual prescribes:

# exit
cdimage ~# cd
cdimage ~# umount -l /mnt/gentoo/dev{/shm,/pts,}
cdimage ~# umount /mnt/gentoo{/boot,/sys,/proc,}
cdimage ~# reboot

Erich


I find it best if you follow the instructions.

====
DWW
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Fri Sep 26, 2014 11:05 pm    Post subject: Reply with quote

Thankx,
For the reply. I know that it was a leading question.
I've installed gentoo on many machines. (x86-32). Most
of the time I am successful.

It's very difficult to identify what action caused the filesystem
to corrupt such that it becomes unmountable. Being abusive
to a filesystem such as pulling the plug on a machine while
its running hasn't yet caused the error that I'm seeing now.

Oftentimes a filesystem check will turn up a bad INODE
when such abuse has occurred, (like a power failure),
but never has the entire filesystem become unreachable
as it has now.

Yes, I did a search before I posted. You always get
a result from a search, but is it something that you
want to hear? :)

Erich
Back to top
View user's profile Send private message
DancesWithWords
Guru
Guru


Joined: 29 Jun 2002
Posts: 347
Location: ottawa, canada

PostPosted: Fri Sep 26, 2014 11:25 pm    Post subject: Reply with quote

eflothmeier wrote:
Thankx,
For the reply. I know that it was a leading question.
I've installed gentoo on many machines. (x86-32). Most
of the time I am successful.

It's very difficult to identify what action caused the filesystem
to corrupt such that it becomes unmountable. Being abusive
to a filesystem such as pulling the plug on a machine while
its running hasn't yet caused the error that I'm seeing now.

Oftentimes a filesystem check will turn up a bad INODE
when such abuse has occurred, (like a power failure),
but never has the entire filesystem become unreachable
as it has now.

Yes, I did a search before I posted. You always get
a result from a search, but is it something that you
want to hear? :)

Erich


Well sometimes filesystems just go away. So did you get it unmounted following the instructions or did you have to pull the plug? Personally I'm loathed the trust a hard drive with a blown filesystem or the recommend that someone else do so. If you do so I'd do all possible checks on the hard drive before trusting it with an important function or data.

=====
DWW
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Fri Sep 26, 2014 11:32 pm    Post subject: Reply with quote

See:
https://forums.gentoo.org/viewtopic-t-837243.html

I think I just found the answer. (just by accident), It seems that my
box I'm trying to configure has PATA drives.

The liveCD has a kernel that's running the show, has a newer
udev system that is geared to SATA. The lost filesystem
on a PATA drive is /dev/sda4

Erich
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 27, 2014 4:26 am    Post subject: Reply with quote

Gentoo liveDVD 2012 may not have pata support builtin, post the result of lspci -nn at http://kmuto.jp/debian/hcl/ which may tell the pata controller's driver name, convert the driver name to module name (post driver name here to get help) and modprobe <module name> to install to the livedvd system's kernel
sysresccd http://www.sysresccd.org/Download most probably does depending on who made the pata controller
_________________
Defund the FCC.
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Sat Sep 27, 2014 7:53 pm    Post subject: Reply with quote

Machine is a Compaq Evo. The Debian link came back with:

>>>>>

808624cb

Intel Corporation

82801DB (ICH4) IDE Controller

ata_piix

<<<<<


Let me know if more info is needed

Erich
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Sat Sep 27, 2014 8:02 pm    Post subject: Reply with quote

Not so sure,

That Debian is that much help

Anyway here's that actual lspci

00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100 Controller [8086:244b] (rev 12)

Erich
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 27, 2014 9:59 pm    Post subject: Reply with quote

I think the opening problem is the obsolete livedvd
boot the livedvd, for the obsolete livedvd see if you can run
Code:
zcat /proc/config.gz | grep -i ata_piix
which should show the configuration of the pata driver you need in the running kernel. If it is CONFIG_ATA_PIIX=m run
Code:
modprobe ata_piix
fdisk -l
if modprobe succeeds and ata_piix is the driver fdisk -l should show the pata drive

the closing problem is configuring the installed kernel
for a current kernel such as your installed system, configure ata_piix in menuconfig:
Symbol: ATA_PIIX [=y]
Type : tristate
Prompt: Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
Location:
-> Device Drivers
-> Serial ATA and Parallel ATA drivers (libata) (ATA [=y])
-> ATA SFF support (for legacy IDE and PATA) (ATA_SFF [=y])
(1) -> ATA BMDMA support (ATA_BMDMA [=y])
Defined at drivers/ata/Kconfig:250
Depends on: ATA [=y] && ATA_SFF [=y] && ATA_BMDMA [=y] && PCI [=y]
_________________
Defund the FCC.
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Sat Sep 27, 2014 10:30 pm    Post subject: Reply with quote

This is for my own bebefit. Since there is limited
connectivity with this box and other of my systems

I want to look at the dmesg

Gentoo-20121221 ~ # dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.6.8-gentoo (root@jasmin) (gcc version 4.6.3 (Gentoo 4.6.3 p1.7, pie-0.5.2) ) #1 SMP Thu Dec 20 04:20:03 UTC 2012
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005ffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005ffe0000-0x000000005fffffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] DMI 2.3 present.
[ 0.000000] DMI: Compaq /077Ch, BIOS 686Y2 v1.04 08/29/2001
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x5ffe0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D0FFF write-protect
[ 0.000000] D1000-EFFFF write-back
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 040000000 mask FE0000000 write-back
[ 0.000000] 2 base 0FEDA0000 mask FFFFE0000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0x60000000-0xfed9ffff] usable ==> reserved
[ 0.000000] found SMP MP-table at [mem 0x000f9bf0-0x000f9bff] mapped at [c00f9bf0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x377fdfff]
[ 0.000000] [mem 0x00000000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x373fffff] page 2M
[ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
[ 0.000000] kernel direct mapping tables up to 0x377fdfff @ [mem 0x01bfa000-0x01bfffff]
[ 0.000000] RAMDISK: [mem 0x5f711000-0x5ffbefff]
[ 0.000000] Allocated new RAMDISK: [mem 0x36f50000-0x377fd84b]
[ 0.000000] Move RAMDISK from [mem 0x5f711000-0x5ffbe84b] to [mem 0x36f50000-0x377fd84b]
[ 0.000000] ACPI: RSDP 000e9a10 00014 (v00 COMPAQ)
[ 0.000000] ACPI: RSDT 000e5a40 00058 (v01 COMPAQ CPQ003F 20010829 00000000)
[ 0.000000] ACPI: FACP 000e5af0 00074 (v01 COMPAQ BROOKDA 00000001 00000000)
[ 0.000000] ACPI: DSDT 000e5bc4 01393 (v01 COMPAQ DSDT 00000001 MSFT 0100000D)
[ 0.000000] ACPI: FACS 000e5a00 00040
[ 0.000000] ACPI: SSDT 000e6f57 00174 (v01 COMPAQ CORE_UTL 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e70cb 00CAD (v01 COMPAQ VILLTBL1 00000001 MSFT 0100000D)
[ 0.000000] ACPI: APIC 000e5b64 00060 (v01 COMPAQ BROOKDA 00000001 00000000)
[ 0.000000] ACPI: SSDT 000e8d2c 00076 (v01 COMPAQ APIC 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e7d78 006AD (v01 COMPAQ PNP_PRSS 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e8483 001A4 (v01 COMPAQ S3 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e8627 00158 (v01 COMPAQ PIDETM 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e88dc 0010B (v01 COMPAQ GTF0 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e89e7 00117 (v01 COMPAQ GTF1 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e877f 0015D (v01 COMPAQ SIDETM 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e8afe 00117 (v01 COMPAQ GTF2 00000001 MSFT 0100000D)
[ 0.000000] ACPI: SSDT 000e8e8b 0004E (v01 COMPAQ FINIS 00000001 MSFT 0100000D)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 647MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x377fdfff]
[ 0.000000] HighMem [mem 0x377fe000-0x5ffdffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x5ffdffff]
[ 0.000000] On node 0 totalpages: 393071
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 1296 pages used for memmap
[ 0.000000] HighMem zone: 164562 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 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] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] e820: [mem 0x60000000-0xfed9ffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 12 pages/cpu @f633a000 s25728 r0 d23424 u49152
[ 0.000000] pcpu-alloc: s25728 r0 d23424 u49152 alloc=12*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 389999
[ 0.000000] Kernel command line: root=/dev/ram0 init=/linuxrc dokeymap aufs looptype=squashfs loop=/image.squashfs cdroot initrd=/boot/gentoo.igz nomodeset BOOT_IMAGE=/boot/gentoo
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0005ffe0)
[ 0.000000] Memory: 1543624k/1572736k available (3931k kernel code, 28660k reserved, 1918k data, 376k init, 663432k highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
.init : 0xc15b7000 - 0xc1615000 ( 376 kB)
.data : 0xc13d6de2 - 0xc15b68c0 (1918 kB)
.text : 0xc1000000 - 0xc13d6de2 (3931 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=f5c08000 soft=f5c0a000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1694.441 MHz processor
[ 0.001003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3388.88 BogoMIPS (lpj=1694441)
[ 0.001127] pid_max: default: 32768 minimum: 301
[ 0.002079] Mount-cache hash table entries: 512
[ 0.002579] Initializing cgroup subsys cpuacct
[ 0.002696] CPU0: Hyper-Threading is disabled
[ 0.002763] mce: CPU supports 4 MCE banks
[ 0.002837] CPU0: Thermal monitoring enabled (TM1)
[ 0.002935] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
tlb_flushall_shift is 0x6
[ 0.003373] SMP alternatives: switching to UP code
[ 0.019856] Freeing SMP alternatives: 32k freed
[ 0.019985] ACPI: Core revision 20120711
[ 0.024367] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.024823] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.034890] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 1.70GHz stepping 02
[ 0.035994] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.035994] ... version: 0
[ 0.035994] ... bit width: 40
[ 0.035994] ... generic registers: 18
[ 0.035994] ... value mask: 000000ffffffffff
[ 0.035994] ... max period: 0000007fffffffff
[ 0.035994] ... fixed-purpose events: 0
[ 0.035994] ... event mask: 000000000003ffff
[ 0.035994] Brought up 1 CPUs
[ 0.035994] smpboot: Total of 1 processors activated (3388.88 BogoMIPS)
[ 0.036400] devtmpfs: initialized
[ 0.037486] NET: Registered protocol family 16
[ 0.038708] ACPI: bus type pci registered
[ 0.039402] PCI: PCI BIOS revision 2.10 entry at 0xebbbd, last bus=2
[ 0.039475] PCI: Using configuration type 1 for base access
[ 0.047846] bio: create slab <bio-0> at 0
[ 0.048512] ACPI: Added _OSI(Module Device)
[ 0.048582] ACPI: Added _OSI(Processor Device)
[ 0.048642] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.048701] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.049636] ACPI: EC: Look up EC in DSDT
[ 0.053113] ACPI: Interpreter enabled
[ 0.053179] ACPI: (supports S0 S5)
[ 0.053331] ACPI: Using IOAPIC for interrupt routing
[ 0.062652] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.062958] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.063307] pci_root PNP0A03:00: host bridge window [mem 0x60100000-0xfebfffff] (ignored)
[ 0.063316] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.063323] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.063328] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.063334] PCI: root bus 00: using default resources
[ 0.063342] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.063618] PCI host bridge to bus 0000:00
[ 0.063687] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
[ 0.063693] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.063755] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.063817] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.063904] pci 0000:00:00.0: [8086:1a30] type 00 class 0x060000
[ 0.063921] pci 0000:00:00.0: reg 10: [mem 0xec000000-0xefffffff pref]
[ 0.064122] pci 0000:00:01.0: [8086:1a31] type 01 class 0x060400
[ 0.064211] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[ 0.064279] pci 0000:00:1f.0: [8086:2440] type 00 class 0x060100
[ 0.064372] pci 0000:00:1f.0: quirk: [io 0xf800-0xf87f] claimed by ICH4 ACPI/GPIO/TCO
[ 0.064450] pci 0000:00:1f.0: quirk: [io 0xfa00-0xfa3f] claimed by ICH4 GPIO
[ 0.064535] pci 0000:00:1f.1: [8086:244b] type 00 class 0x010180
[ 0.064595] pci 0000:00:1f.1: reg 20: [io 0x2460-0x246f]
[ 0.064649] pci 0000:00:1f.2: [8086:2442] type 00 class 0x0c0300
[ 0.064710] pci 0000:00:1f.2: reg 20: [io 0x2440-0x245f]
[ 0.064762] pci 0000:00:1f.5: [8086:2445] type 00 class 0x040100
[ 0.064782] pci 0000:00:1f.5: reg 10: [io 0x2000-0x20ff]
[ 0.064797] pci 0000:00:1f.5: reg 14: [io 0x2400-0x243f]
[ 0.064881] pci_bus 0000:01: busn_res: [bus 01] is inserted under [bus 00-ff]
[ 0.064904] pci 0000:01:00.0: [10de:0110] type 00 class 0x030000
[ 0.064928] pci 0000:01:00.0: reg 10: [mem 0xfc000000-0xfcffffff]
[ 0.064941] pci 0000:01:00.0: reg 14: [mem 0xf0000000-0xf7ffffff pref]
[ 0.065001] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[ 0.065088] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.065153] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfcffffff]
[ 0.065160] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf7ffffff pref]
[ 0.065185] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-ff]
[ 0.065219] pci 0000:02:08.0: [8086:2449] type 00 class 0x020000
[ 0.065244] pci 0000:02:08.0: reg 10: [mem 0xfd200000-0xfd200fff]
[ 0.065259] pci 0000:02:08.0: reg 14: [io 0x1000-0x103f]
[ 0.065340] pci 0000:02:08.0: supports D1 D2
[ 0.065346] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.065377] pci 0000:02:0a.0: [4444:0016] type 00 class 0x040000
[ 0.065402] pci 0000:02:0a.0: reg 10: [mem 0xf8000000-0xfbffffff pref]
[ 0.065520] pci 0000:02:0d.0: [1033:0035] type 00 class 0x0c0310
[ 0.065544] pci 0000:02:0d.0: reg 10: [mem 0xfd201000-0xfd201fff]
[ 0.065634] pci 0000:02:0d.0: supports D1 D2
[ 0.065639] pci 0000:02:0d.0: PME# supported from D0 D1 D2 D3hot
[ 0.065670] pci 0000:02:0d.1: [1033:0035] type 00 class 0x0c0310
[ 0.065694] pci 0000:02:0d.1: reg 10: [mem 0xfd202000-0xfd202fff]
[ 0.065785] pci 0000:02:0d.1: supports D1 D2
[ 0.065790] pci 0000:02:0d.1: PME# supported from D0 D1 D2 D3hot
[ 0.065818] pci 0000:02:0d.2: [1033:00e0] type 00 class 0x0c0320
[ 0.065842] pci 0000:02:0d.2: reg 10: [mem 0xfd203000-0xfd2030ff]
[ 0.065932] pci 0000:02:0d.2: supports D1 D2
[ 0.065937] pci 0000:02:0d.2: PME# supported from D0 D1 D2 D3hot
[ 0.065986] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
[ 0.065999] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
[ 0.066008] pci 0000:00:1e.0: bridge window [mem 0xfd000000-0xfd2fffff]
[ 0.066017] pci 0000:00:1e.0: bridge window [mem 0xf8000000-0xfbffffff pref]
[ 0.066023] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.066029] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.066048] pci_bus 0000:00: on NUMA node 0
[ 0.066063] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.066265] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
[ 0.066612] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.066686] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.070587] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.071343] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.072010] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.072613] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.073219] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.073818] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.074425] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.075110] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.076214] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.076301] vgaarb: loaded
[ 0.076356] vgaarb: bridge control possible 0000:01:00.0
[ 0.076842] SCSI subsystem initialized
[ 0.076911] ACPI: bus type usb registered
[ 0.077207] usbcore: registered new interface driver usbfs
[ 0.077355] usbcore: registered new interface driver hub
[ 0.077529] usbcore: registered new device driver usb
[ 0.078212] PCI: Using ACPI for IRQ routing
[ 0.078287] PCI: pci_cache_line_size set to 64 bytes
[ 0.078376] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.078381] e820: reserve RAM buffer [mem 0x5ffe0000-0x5fffffff]
[ 0.087953] pnp: PnP ACPI init
[ 0.088084] ACPI: bus type pnp registered
[ 0.088681] pnp 00:00: [mem 0x60100000-0xfebfffff window]
[ 0.088688] pnp 00:00: [bus 00-ff]
[ 0.088695] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.088701] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.088706] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.088712] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.089103] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.089165] pnp 00:01: [io 0x00f0-0x00ff]
[ 0.089192] pnp 00:01: [irq 13]
[ 0.089366] pnp 00:01: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.089411] pnp 00:02: [io 0x0000-0x000f]
[ 0.089417] pnp 00:02: [io 0x0080-0x008f]
[ 0.089422] pnp 00:02: [io 0x00c0-0x00df]
[ 0.089427] pnp 00:02: [dma 4]
[ 0.089558] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.089596] pnp 00:03: [io 0x0070-0x0071]
[ 0.089615] pnp 00:03: [irq 8]
[ 0.089754] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.089788] pnp 00:04: [io 0x0061]
[ 0.089931] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.089973] pnp 00:05: [irq 12]
[ 0.090176] pnp 00:05: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[ 0.090212] pnp 00:06: [io 0x0060]
[ 0.090218] pnp 00:06: [io 0x0064]
[ 0.090234] pnp 00:06: [irq 1]
[ 0.090378] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.090887] pnp 00:07: [irq 7]
[ 0.090894] pnp 00:07: [dma 3]
[ 0.090900] pnp 00:07: [io 0x0378-0x037f]
[ 0.090906] pnp 00:07: [io 0x0778-0x077d]
[ 0.091314] pnp 00:07: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.091731] pnp 00:08: [irq 4]
[ 0.091739] pnp 00:08: [io 0x03f8-0x03ff]
[ 0.092097] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[ 0.092420] pnp 00:09: [irq 3]
[ 0.092428] pnp 00:09: [io 0x02f8-0x02ff]
[ 0.092724] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[ 0.093116] pnp 00:0a: [irq 6]
[ 0.093123] pnp 00:0a: [dma 2]
[ 0.093130] pnp 00:0a: [io 0x03f0-0x03f5]
[ 0.093136] pnp 00:0a: [io 0x03f7]
[ 0.093368] pnp 00:0a: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.093458] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
[ 0.093634] pnp 00:0b: Plug and Play ACPI device, IDs PNP0003 (active)
[ 0.093697] pnp 00:0c: [io 0x0010-0x001f]
[ 0.093703] pnp 00:0c: [io 0x002e-0x002f]
[ 0.093712] pnp 00:0c: [io 0x0050-0x0053]
[ 0.093717] pnp 00:0c: [io 0x0072-0x0077]
[ 0.093721] pnp 00:0c: [io 0x0090-0x009f]
[ 0.093726] pnp 00:0c: [io 0x04d0-0x04d1]
[ 0.093939] system 00:0c: [io 0x04d0-0x04d1] has been reserved
[ 0.094031] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.094077] pnp 00:0d: [io 0x0400-0x041f]
[ 0.094083] pnp 00:0d: [io 0x0420-0x043f]
[ 0.094088] pnp 00:0d: [io 0x0440-0x045f]
[ 0.094093] pnp 00:0d: [io 0x0460-0x047f]
[ 0.094098] pnp 00:0d: [io 0xf800-0xf81f]
[ 0.094103] pnp 00:0d: [io 0xf820-0xf83f]
[ 0.094108] pnp 00:0d: [io 0xf840-0xf85f]
[ 0.094113] pnp 00:0d: [io 0xf860-0xf87f]
[ 0.094118] pnp 00:0d: [io 0xfa00-0xfa3f]
[ 0.094123] pnp 00:0d: [io 0xfc00-0xfc7f]
[ 0.094128] pnp 00:0d: [io 0xfc80-0xfcff]
[ 0.094133] pnp 00:0d: [io 0xfe00-0xfe7f]
[ 0.094138] pnp 00:0d: [io 0xfe80-0xfeff]
[ 0.094159] pnp 00:0d: disabling [io 0xf800-0xf81f] because it overlaps 0000:00:1f.0 BAR 7 [io 0xf800-0xf87f]
[ 0.094237] pnp 00:0d: disabling [io 0xf820-0xf83f] because it overlaps 0000:00:1f.0 BAR 7 [io 0xf800-0xf87f]
[ 0.094314] pnp 00:0d: disabling [io 0xf840-0xf85f] because it overlaps 0000:00:1f.0 BAR 7 [io 0xf800-0xf87f]
[ 0.094994] pnp 00:0d: disabling [io 0xf860-0xf87f] because it overlaps 0000:00:1f.0 BAR 7 [io 0xf800-0xf87f]
[ 0.096137] system 00:0d: [io 0x0400-0x041f] has been reserved
[ 0.096206] system 00:0d: [io 0x0420-0x043f] has been reserved
[ 0.096268] system 00:0d: [io 0x0440-0x045f] has been reserved
[ 0.096331] system 00:0d: [io 0x0460-0x047f] has been reserved
[ 0.096396] system 00:0d: [io 0xfa00-0xfa3f] has been reserved
[ 0.096458] system 00:0d: [io 0xfc00-0xfc7f] has been reserved
[ 0.096520] system 00:0d: [io 0xfc80-0xfcff] has been reserved
[ 0.096582] system 00:0d: [io 0xfe00-0xfe7f] has been reserved
[ 0.096644] system 00:0d: [io 0xfe80-0xfeff] has been reserved
[ 0.096709] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.097267] pnp 00:0e: [mem 0x00000000-0x0009ffff]
[ 0.097275] pnp 00:0e: [mem 0x000e8000-0x000fffff]
[ 0.097281] pnp 00:0e: [mem 0x00100000-0x600fffff]
[ 0.097286] pnp 00:0e: [mem 0xfff80000-0xffffffff]
[ 0.097292] pnp 00:0e: [mem 0xfeea0000-0xfeebffff]
[ 0.097298] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
[ 0.097303] pnp 00:0e: [mem 0x000cd000-0x000d7fff]
[ 0.097309] pnp 00:0e: [mem 0xffb80000-0xffbfffff]
[ 0.097595] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.097671] system 00:0e: [mem 0x000e8000-0x000fffff] could not be reserved
[ 0.097736] system 00:0e: [mem 0x00100000-0x600fffff] could not be reserved
[ 0.097802] system 00:0e: [mem 0xfff80000-0xffffffff] has been reserved
[ 0.097865] system 00:0e: [mem 0xfeea0000-0xfeebffff] has been reserved
[ 0.097928] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.098020] system 00:0e: [mem 0x000cd000-0x000d7fff] has been reserved
[ 0.098084] system 00:0e: [mem 0xffb80000-0xffbfffff] has been reserved
[ 0.098151] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.098172] pnp: PnP ACPI: found 15 devices
[ 0.098230] ACPI: ACPI bus type pnp unregistered
[ 0.132964] Switching to clocksource acpi_pm
[ 0.133053] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x10000)
[ 0.133120] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.133186] pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfcffffff]
[ 0.133253] pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf7ffffff pref]
[ 0.133330] pci 0000:00:1e.0: PCI bridge to [bus 02]
[ 0.133392] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
[ 0.133457] pci 0000:00:1e.0: bridge window [mem 0xfd000000-0xfd2fffff]
[ 0.133522] pci 0000:00:1e.0: bridge window [mem 0xf8000000-0xfbffffff pref]
[ 0.133619] pci 0000:00:1e.0: setting latency timer to 64
[ 0.133629] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.133635] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.133642] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfcffffff]
[ 0.133648] pci_bus 0000:01: resource 2 [mem 0xf0000000-0xf7ffffff pref]
[ 0.133654] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 0.133660] pci_bus 0000:02: resource 1 [mem 0xfd000000-0xfd2fffff]
[ 0.133666] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xfbffffff pref]
[ 0.133672] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
[ 0.133678] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[ 0.133751] NET: Registered protocol family 2
[ 0.134196] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.136859] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.138429] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.138714] TCP: reno registered
[ 0.138785] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.138888] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.139257] NET: Registered protocol family 1
[ 0.139474] pci 0000:01:00.0: Boot video device
[ 0.139530] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
[ 0.139713] PCI: CLS 32 bytes, default 64
[ 0.139852] Trying to unpack rootfs image as initramfs...
[ 3.420753] Freeing initrd memory: 8888k freed
[ 3.447519] audit: initializing netlink socket (disabled)
[ 3.447628] type=2000 audit(1411808625.446:1): initialized
[ 3.448624] bounce pool size: 64 pages
[ 3.448775] VFS: Disk quotas dquot_6.5.2
[ 3.448882] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 3.449229] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.449344] JFS: nTxBlock = 8192, nTxLock = 65536
[ 3.463482] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 3.463843] msgmni has been set to 1736
[ 3.464636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 3.464720] io scheduler noop registered
[ 3.464777] io scheduler deadline registered (default)
[ 3.465559] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.486323] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 3.507121] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 3.528520] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 3.549492] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 3.550100] toshiba: not a supported Toshiba laptop
[ 3.550206] intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
intel_rng: you are certain that your system has a functional
intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 3.550340] Linux agpgart interface v0.103
[ 3.550754] agpgart-intel 0000:00:00.0: Intel i845 Chipset
[ 3.555156] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xec000000
[ 3.555870] [drm] Initialized drm 1.1.0 20060810
[ 3.556088] [drm] VGACON disable radeon kernel modesetting.
[ 3.561782] brd: module loaded
[ 3.564685] loop: module loaded
[ 3.565143] I2O subsystem v1.325
[ 3.565207] i2o: max drivers = 8
[ 3.565853] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 3.568887] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.568965] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.569668] mousedev: PS/2 mouse device common for all mice
[ 3.570143] rtc_cmos 00:03: RTC can wake from S4
[ 3.570568] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 3.570678] rtc0: alarms up to one month, y3k, 114 bytes nvram
[ 3.570868] cpuidle: using governor ladder
[ 3.570929] cpuidle: using governor menu
[ 3.571659] ashmem: initialized
[ 3.572085] TCP: cubic registered
[ 3.572154] NET: Registered protocol family 17
[ 3.572787] Using IPI No-Shortcut mode
[ 3.573420] registered taskstats version 1
[ 3.596547] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 3.601691] Key type encrypted registered
[ 3.630751] rtc_cmos 00:03: setting system clock to 2014-09-27 09:03:45 UTC (1411808625)
[ 3.631142] Freeing unused kernel memory: 376k freed
[ 4.448200] tsc: Refined TSC clocksource calibration: 1694.501 MHz
[ 4.448217] Switching to clocksource tsc
[ 4.566149] input: PS/2 Logitech Mouse as /devices/platform/i8042/serio1/input/input1
[ 4.727237] ACPI: bus type scsi registered
[ 4.729417] libata version 3.00 loaded.
[ 8.929408] ata_piix 0000:00:1f.1: version 2.13
[ 8.929563] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 8.938578] scsi0 : ata_piix
[ 8.940890] scsi1 : ata_piix
[ 8.942451] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x2460 irq 14
[ 8.942462] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x2468 irq 15
[ 9.097421] ata2.00: ATAPI: Optiarc DVD RW AD-7200A, 1.09, max UDMA/66
[ 9.103252] ata2.00: configured for UDMA/66
[ 9.115500] ata1.00: ATA-5: ST360021A, 3.19, max UDMA/100
[ 9.115506] ata1.00: 117347328 sectors, multi 16: LBA
[ 9.115935] ata1.01: ATA-5: ST360021A, 3.10, max UDMA/100
[ 9.115941] ata1.01: 117231408 sectors, multi 16: LBA
[ 9.119394] ata1.00: configured for UDMA/100
[ 9.125373] ata1.01: configured for UDMA/100
[ 9.125611] scsi 0:0:0:0: Direct-Access ATA ST360021A 3.19 PQ: 0 ANSI: 5
[ 9.128417] sd 0:0:0:0: [sda] 117347328 512-byte logical blocks: (60.0 GB/55.9 GiB)
[ 9.128521] sd 0:0:0:0: [sda] Write Protect is off
[ 9.128529] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.128571] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.132498] ACPI: Invalid Power Resource to register!
[ 9.145309] scsi 0:0:1:0: Direct-Access ATA ST360021A 3.10 PQ: 0 ANSI: 5
[ 9.154068] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7200A 1.09 PQ: 0 ANSI: 5
[ 9.158808] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[ 9.158819] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 9.160293] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 9.150897] ACPI: Invalid Power Resource to register!
[ 9.163864] ACPI: Invalid Power Resource to register!
[ 9.171868] sd 0:0:1:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[ 9.171982] sd 0:0:1:0: [sdb] Write Protect is off
[ 9.171989] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 9.172146] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.173042] sda: sda1 sda2 sda3 sda4
[ 9.185499] sdb: sdb1
[ 9.185849] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.187676] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 9.640200] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.641439] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 9.642657] sr 1:0:0:0: Attached scsi generic sg2 type 5
[ 10.538974] scsi: <fdomain> Detection failed (no card)
[ 10.654684] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[ 11.671137] Fusion MPT base driver 3.04.20
[ 11.671146] Copyright (c) 1999-2008 LSI Corporation
[ 11.940595] Fusion MPT SPI Host driver 3.04.20
[ 12.144769] Fusion MPT FC Host driver 3.04.20
[ 12.322251] Fusion MPT SAS Host driver 3.04.20
[ 12.455934] 3ware Storage Controller device driver for Linux v1.26.02.003.
[ 12.588527] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 12.722291] Compaq SMART2 Driver (v 2.6.0)
[ 12.858361] HP CISS Driver (v 3.6.26)
[ 13.411592] Adaptec aacraid driver 1.2-0[29800]-ms
[ 13.717621] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 13.724897] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 14.011892] megasas: 00.00.06.15-rc1 Mon. Mar. 19 17:00:00 PDT 2012
[ 14.176795] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.04.00.03-k.
[ 14.345184] Emulex LightPulse Fibre Channel SCSI driver 8.3.32
[ 14.345194] Copyright(c) 2004-2009 Emulex. All rights reserved.
[ 14.702393] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 14.891167] mpt2sas version 13.100.00.00 loaded
[ 15.050968] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 15.052183] ehci_hcd 0000:02:0d.2: EHCI Host Controller
[ 15.052207] ehci_hcd 0000:02:0d.2: new USB bus registered, assigned bus number 1
[ 15.073085] ehci_hcd 0000:02:0d.2: irq 22, io mem 0xfd203000
[ 15.079018] ehci_hcd 0000:02:0d.2: USB 2.0 started, EHCI 1.00
[ 15.080654] hub 1-0:1.0: USB hub found
[ 15.080682] hub 1-0:1.0: 5 ports detected
[ 15.266436] Initializing USB Mass Storage driver...
[ 15.267463] usbcore: registered new interface driver usb-storage
[ 15.267472] USB Mass Storage support registered.
[ 15.424261] uhci_hcd: USB Universal Host Controller Interface driver
[ 15.424380] uhci_hcd 0000:00:1f.2: setting latency timer to 64
[ 15.424388] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[ 15.424404] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 2
[ 15.424470] uhci_hcd 0000:00:1f.2: irq 19, io base 0x00002440
[ 15.426918] hub 2-0:1.0: USB hub found
[ 15.426944] hub 2-0:1.0: 2 ports detected
[ 15.582091] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 15.583231] ohci_hcd 0000:02:0d.0: OHCI Host Controller
[ 15.583256] ohci_hcd 0000:02:0d.0: new USB bus registered, assigned bus number 3
[ 15.583320] ohci_hcd 0000:02:0d.0: irq 18, io mem 0xfd201000
[ 15.665637] hub 3-0:1.0: USB hub found
[ 15.665664] hub 3-0:1.0: 3 ports detected
[ 15.665842] ohci_hcd 0000:02:0d.1: OHCI Host Controller
[ 15.665858] ohci_hcd 0000:02:0d.1: new USB bus registered, assigned bus number 4
[ 15.665923] ohci_hcd 0000:02:0d.1: irq 21, io mem 0xfd202000
[ 15.747606] hub 4-0:1.0: USB hub found
[ 15.747633] hub 4-0:1.0: 2 ports detected
[ 16.067247] usbcore: registered new interface driver usbhid
[ 16.067256] usbhid: USB HID core driver
[ 18.365977] device-mapper: uevent: version 1.0.3
[ 18.367146] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
[ 19.670809] async_tx: api initialized (async)
[ 19.714034] raid6: mmxx1 1386 MB/s
[ 19.731045] raid6: mmxx2 1574 MB/s
[ 19.748067] raid6: sse1x1 933 MB/s
[ 19.765042] raid6: sse1x2 1316 MB/s
[ 19.782020] raid6: sse2x1 1863 MB/s
[ 19.799017] raid6: sse2x2 1699 MB/s
[ 19.799021] raid6: using algorithm sse2x1 (1863 MB/s)
[ 19.799025] raid6: using intx1 recovery algorithm
[ 19.921345] xor: automatically using best checksumming function:
[ 19.931010] pIII_sse : 2228.000 MB/sec
[ 19.964393] md: raid6 personality registered for level 6
[ 19.964402] md: raid5 personality registered for level 5
[ 19.964407] md: raid4 personality registered for level 4
[ 20.003339] md: raid1 personality registered for level 1
[ 20.029458] md: raid10 personality registered for level 10
[ 20.424928] md: raid0 personality registered for level 0
[ 21.252853] md: linear personality registered for level -1
[ 21.449599] md: multipath personality registered for level -4
[ 21.752680] Btrfs loaded
[ 22.035642] RPC: Registered named UNIX socket transport module.
[ 22.035651] RPC: Registered udp transport module.
[ 22.035654] RPC: Registered tcp transport module.
[ 22.035658] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 22.287453] fuse init (API version 7.20)
[ 22.502292] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 22.502303] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 22.968614] Loading iSCSI transport class v2.0-870.
[ 23.461317] iscsi: registered transport (tcp)
[ 43.367034] sr 1:0:0:0: [sr0] Unhandled sense code
[ 43.367045] sr 1:0:0:0: [sr0]
[ 43.367049] Result: hostbyte=0x00 driverbyte=0x08
[ 43.367053] sr 1:0:0:0: [sr0]
[ 43.367057] Sense Key : 0x3 [current]
[ 43.367064] Info fld=0x4
[ 43.367068] sr 1:0:0:0: [sr0]
[ 43.367071] ASC=0x2 ASCQ=0x0
[ 43.367077] sr 1:0:0:0: [sr0] CDB:
[ 43.367080] cdb[0]=0x28: 28 00 00 00 00 04 00 00 02 00
[ 43.367097] end_request: I/O error, dev sr0, sector 16
[ 43.367228] REISERFS warning (device sr0): sh-2006 read_super_block: bread failed (dev sr0, block 2, size 4096)
[ 43.591779] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 43.592691] ISO 9660 Extensions: RRIP_1991A
[ 43.640358] aufs 3.6-20121126
[ 44.127106] aufs test_add:264:mount[16924]: uid/gid/perm /mnt/livecd 0/0/0755, 0/0/01777
[ 55.991575] systemd-udevd[17427]: starting version 196
[ 59.798784] microcode: CPU0 sig=0xf12, pf=0x4, revision=0x3
[ 60.054000] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 60.076374] ACPI: Power Button [PBTN]
[ 60.076561] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 60.078526] ACPI: Power Button [PWRF]
[ 60.105775] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 60.107439] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 60.523091] Floppy drive(s): fd0 is 1.44M
[ 60.536170] FDC 0 is a post-1991 82077
[ 60.577328] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 60.988579] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 62.089002] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 62.089047] e100: Copyright(c) 1999-2006 Intel Corporation
[ 62.180313] e100 0000:02:08.0: eth0: addr 0xfd200000, irq 20, MAC addr 00:02:a5:e1:a2:32
[ 63.141509] wmi: Mapper loaded
[ 64.135076] snd_intel8x0 0000:00:1f.5: setting latency timer to 64
[ 64.393958] intel8x0: white list rate for 0e11:008a is 41000
[ 79.316711] rc[16948]: segfault at 46 ip b75e1302 sp bfe8a090 error 4 in libc-2.16.so[b757b000+1a1000]
[ 102.883333] warning: process `hwsetup' used the deprecated sysctl system call with 1.23.
[ 127.022155] e100 0000:02:08.0: eth0: NIC Link is Up 100 Mbps Full Duplex
[ 136.796785] NET: Registered protocol family 10
[ 175.399161] e100 0000:02:08.0: eth0: NIC Link is Up 100 Mbps Full Duplex
[ 175.399284] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 175.399322] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 175.823161] e100 0000:02:08.0: eth0: NIC Link is Up 100 Mbps Full Duplex
[ 175.823282] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 175.823316] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 264.095513] ata1.00: configured for UDMA/100
[ 264.101515] ata1.01: configured for UDMA/100
[ 264.101536] ata1: EH complete
[ 264.326550] ata1.00: configured for UDMA/100
[ 264.329539] ata1.01: configured for UDMA/100
[ 264.329561] ata1: EH complete


once again /dev/sda4 won't mount:

Gentoo-20121221 ~ # mount /dev/sda4 /mnt/gentoo
mount: wrong fs type, bad option, bad superblock on /dev/sda4,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Sat Sep 27, 2014 10:49 pm    Post subject: Reply with quote

parted can still see the partitions tha I set up.

Gentoo-20121221 ~ # parted /dev/sda
GNU Parted 3.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: ATA ST360021A (scsi)
Disk /dev/sda: 60.1GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 3146kB 2097kB grub bios_grub
2 3146kB 137MB 134MB ext2 boot
3 137MB 674MB 537MB linux-swap(v1) swap
4 674MB 60.1GB 59.4GB jfs rootfs
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Sun Sep 28, 2014 8:54 pm    Post subject: Reply with quote

This drive.

that I've been using is a salvage, (ATA ST360021A)
I got it from a now-discarded box that had trouble
with a network chip.

I'm thinking I should use a new (PATA) drive because

modprobe ata_piix
fdisk -l

shows the drive, & the mount problem is still there
moreover the dmesg doesn't show (that I can see)
any problem.

I'll have to start all over again. :roll:

Erich
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Sun Sep 28, 2014 9:42 pm    Post subject: Reply with quote

eflothmeier,

You appear to be using jfs on /dev/sda4.
The kernel sees your partitions
dmesg:
[ 9.125373] ata1.01: configured for UDMA/100
[ 9.125611] scsi 0:0:0:0: Direct-Access ATA ST360021A 3.19 PQ: 0 ANSI: 5
[ 9.128417] sd 0:0:0:0: [sda] 117347328 512-byte logical blocks: (60.0 GB/55.9 GiB)
...
[ 9.173042] sda: sda1 sda2 sda3 sda4

but all is not well
dmesg:
[ 264.095513] ata1.00: configured for UDMA/100
[ 264.101515] ata1.01: configured for UDMA/100
[ 264.101536] ata1: EH complete
[ 264.326550] ata1.00: configured for UDMA/100
[ 264.329539] ata1.01: configured for UDMA/100
[ 264.329561] ata1: EH complete

There was a problem and the error handler (EH) was invoked.
This can be your drives, the IDE cable or the way the drives are jumpered for master and slave operation.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Tue Sep 30, 2014 1:16 am    Post subject: Reply with quote

OK,
I'll look into it. but first let's see if any monkey
business appears with this new drive in just
formatted. I'm not @ the box right now, but
i'll generate a new dmesg

Erich
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Tue Sep 30, 2014 4:13 am    Post subject: Reply with quote

OK

The drive with the trouble, ST360021A, still exhibits
the mount problem, The jumper settings appear to
be correct. This time I swapped positions on
the ribbon cable to no avail.

The new drive, WD800JB, has no mount problem, (yet)

%>mount /dev/sda4 /mnt/gentoo

is successful

In each case

[ 258.135864] ata1: EH complete

sill appears

Should I go ahead using WD800JB?
Am I pressing my luck?

Erich
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Tue Sep 30, 2014 7:49 pm    Post subject: Reply with quote

eflothmeier,

What does "The jumper settings appear to be correct." mean?

Code:
[ 9.125373] ata1.01: configured for UDMA/100
Tells that the kernel detected an 80 wire ribbon cable.
Using an 80 wire ribbon cable means that the correct end must go to the motherboard.and both drives should be jumpered to CS.

To tell if the IDE cable is the right way round, look at both ends. Close to one end, one condutor will be cut. It may even be missing entirely for about an inch.
This sets te drive to Master, using cable select.
This end goes to the first drive. The other end is the motherboard.
If you connect only one drive, it must go at the end of the cable.

In what context does the
Code:
[ 258.135864] ata1: EH complete
appear?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Wed Oct 01, 2014 3:22 pm    Post subject: Reply with quote

Thanks,
Once again. I'll get back with a helpful response
when I get to the box. Right now, It's emerging
the new kernel on WD800JB.

My ribbon cable has 3 connectors on it
the middle connector has a "short" & "long"
distance from the end connetors. Middle
connector to master. Long distance
end to motherboard. Short distance to slave.

I've noticed that ribbon connectors
are configured to accomodate critical
eletrical signal timings. For example you
cannot arbitrarily position the center connector
on a ribbon cable. At the wrong position the
cable is useless.

Erich
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Thu Oct 02, 2014 12:12 am    Post subject: Reply with quote

OK

This is the 1st of two posts. I have to shutdown
& install another drive for the 2nd post

This drive mounts successfully (so far)
in both cases we're using

3.6.8-gentoo #1 SMP Thu Dec 20 04:20:03 UTC 2012 i686:

dmesg fragment:

[ 4.724832] libata version 3.00 loaded.
[ 8.939885] ata_piix 0000:00:1f.1: version 2.13
[ 8.940097] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 8.949085] scsi0 : ata_piix
[ 8.951390] scsi1 : ata_piix
[ 8.952881] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x2460 irq 14
[ 8.952892] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x2468 irq 15
[ 9.108418] ata2.00: ATAPI: Optiarc DVD RW AD-7200A, 1.09, max UDMA/66
[ 9.114250] ata2.00: configured for UDMA/66
[ 9.126486] ata1.00: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100
[ 9.126493] ata1.00: 156301488 sectors, multi 16: LBA
[ 9.126938] ata1.01: ATA-5: ST360021A, 3.10, max UDMA/100
[ 9.126943] ata1.01: 117231408 sectors, multi 16: LBA
[ 9.130347] ata1.00: configured for UDMA/100
[ 9.136386] ata1.01: configured for UDMA/100
[ 9.136623] scsi 0:0:0:0: Direct-Access ATA WDC WD800JB-00JJ 05.0 PQ: 0 ANSI: 5
[ 9.139388] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 9.139493] sd 0:0:0:0: [sda] Write Protect is off
[ 9.139501] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.139544] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.143424] ACPI: Invalid Power Resource to register!
[ 9.160352] scsi 0:0:1:0: Direct-Access ATA ST360021A 3.10 PQ: 0 ANSI: 5
[ 9.160497] sda: sda1 sda2 sda3 sda4
[ 9.166611] sd 0:0:1:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[ 9.166716] sd 0:0:1:0: [sdb] Write Protect is off
[ 9.166723] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 9.166767] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
.
.
.
[ 257.764705] ata1.00: configured for UDMA/100
[ 257.770488] ata1.01: configured for UDMA/100
[ 257.770511] ata1: EH complete
[ 257.983501] ata1.00: configured for UDMA/100
[ 257.989544] ata1.01: configured for UDMA/100
[ 257.989566] ata1: EH complete



Erich
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Thu Oct 02, 2014 12:51 am    Post subject: Reply with quote

2nd post

This is the drive that won't mount

dmesg fragment


[ 4.731376] libata version 3.00 loaded.
[ 8.933941] ata_piix 0000:00:1f.1: version 2.13
[ 8.934153] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 8.943299] scsi0 : ata_piix
[ 8.945617] scsi1 : ata_piix
[ 8.947178] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x2460 irq 14
[ 8.947188] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x2468 irq 15
[ 9.102417] ata2.00: ATAPI: Optiarc DVD RW AD-7200A, 1.09, max UDMA/66
[ 9.108251] ata2.00: configured for UDMA/66
[ 9.120600] ata1.00: ATA-5: ST360021A, 3.19, max UDMA/100
[ 9.120606] ata1.00: 117347328 sectors, multi 16: LBA
[ 9.120961] ata1.01: ATA-5: ST360021A, 3.10, max UDMA/100
[ 9.120967] ata1.01: 117231408 sectors, multi 16: LBA
[ 9.127393] ata1.00: configured for UDMA/100
[ 9.133386] ata1.01: configured for UDMA/100
[ 9.133620] scsi 0:0:0:0: Direct-Access ATA ST360021A 3.19 PQ: 0 ANSI: 5
[ 9.136449] sd 0:0:0:0: [sda] 117347328 512-byte logical blocks: (60.0 GB/55.9 GiB)
[ 9.136557] sd 0:0:0:0: [sda] Write Protect is off
[ 9.136565] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 9.136609] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.140560] ACPI: Invalid Power Resource to register!
[ 9.153401] scsi 0:0:1:0: Direct-Access ATA ST360021A 3.10 PQ: 0 ANSI: 5
.
.
.
[ 9.179953] sd 0:0:1:0: [sdb] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[ 9.180108] sd 0:0:1:0: [sdb] Write Protect is off
[ 9.180116] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 9.180397] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 9.181293] sda: sda1 sda2 sda3 sda4
[ 9.190620] sdb: sdb1
[ 9.191219] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.192833] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 9.648557] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 9.649809] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 9.651087] sr 1:0:0:0: Attached scsi generic sg2 type 5
[ 10.551188] scsi: <fdomain> Detection failed (no card)
[ 10.666590] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[ 11.677975] Fusion MPT base driver 3.04.20
[ 11.677984] Copyright (c) 1999-2008 LSI Corporation
[ 11.946373] Fusion MPT SPI Host driver 3.04.20
[ 12.150611] Fusion MPT FC Host driver 3.04.20
[ 12.328198] Fusion MPT SAS Host driver 3.04.20
[ 12.461231] 3ware Storage Controller device driver for Linux v1.26.02.003.
[ 12.593936] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 12.728326] Compaq SMART2 Driver (v 2.6.0)
.
.
.
[ 253.758629] ata1.00: configured for UDMA/100
[ 253.764560] ata1.01: configured for UDMA/100
[ 253.764581] ata1: EH complete
[ 253.989554] ata1.00: configured for UDMA/100
[ 253.995559] ata1.01: configured for UDMA/100
[ 253.995581] ata1: EH complete
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Tue Oct 07, 2014 7:14 pm    Post subject: Reply with quote

Dont,

Pay any attention to this post. It's just a convenient way of getting info into
my upgrade effort

# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /usr/share/doc/openrc*/net.example* and save your configuration
# in /etc/conf.d/net (this file :]!).
dns_domain_lo="fgi.com"
#config_eth0="192.168.0.139 netmask 255.255.255.0 brd 192.168.0.255"
#routes_eth0="default via 192.168.0.1"

config_eth0="DHCP"


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# /etc/hosts: Local Host Database
#
# This file describes a number of aliases-to-address mappings for the for
# local hosts that share this file.
#
# In the presence of the domain name service or NIS, this file may not be
# consulted at all; see /etc/host.conf for the resolution order.
#

# IPv4 and IPv6 localhost aliases
#Addr Full name hostname
127.0.0.1 localhost.localdomain localhost
192.168.0.2 tcm_a.fgi.com tcm_a
192.168.0.3 bbro.fgi.com bbro
192.168.0.6 midi2.fgi.com midi2
192.168.0.7 nec0.fgi.com nec0
192.168.0.100 mmom.fgi.com mmom
192.168.0.225 bcmp.fgi.com bcmp
192.168.0.129 jdud2.fgi.com jdud2
192.168.0.115 thespian.fgi.com thespian
192.168.0.139 rose.fgi.com rose


::1 localhost


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.

#
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.


defaults
{
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
# enabled =
# disabled =

# Define general logging characteristics.
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT

# Define access restriction defaults
#
# no_access =
only_from = 192.168.0.0
# max_load = 0
cps = 50 10
instances = 50
per_source = 10

# Address and networking defaults
#
# bind =
# mdns = yes
v6only = no

# setup environmental attributes
#
# passenv =
groups = yes
umask = 002

# Generally, banners are not used. This sets up their global defaults
#
# banner =
# banner_fail =
# banner_success =
}
service ftp
{
socket_type = stream
wait = no
disable = no
nice = 10
user = root
server = /usr/sbin/pure-ftpd
protocol = tcp
instances = 4
log_on_sucess += DURATION HOST USERID
}
service telnet
{
socket_type = stream
wait = no
nice = 10
user = root
server = /usr/sbin/in.telnetd
log_on_sucess += DURATION HOST USERID
}


includedir /etc/xinetd.d
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Thu Oct 09, 2014 4:01 am    Post subject: just courious Reply with quote

I want to see how emerge --info changes with
two different profile settings

(chroot) Gentoo-20121221 ~ # eselect profile list
Available profile symlink targets:
[1] default/linux/x86/13.0 *
[2] default/linux/x86/13.0/selinux
[3] default/linux/x86/13.0/desktop
[4] default/linux/x86/13.0/desktop/gnome
[5] default/linux/x86/13.0/desktop/gnome/systemd
[6] default/linux/x86/13.0/desktop/kde
[7] default/linux/x86/13.0/desktop/kde/systemd
[8] default/linux/x86/13.0/developer
[9] hardened/linux/x86
[10] hardened/linux/x86/selinux
[11] hardened/linux/musl/x86
[12] default/linux/uclibc/x86
[13] hardened/linux/uclibc/x86

...and emerge --info for this is:

(chroot) Gentoo-20121221 ~ # emerge --info
Portage 2.2.8-r2 (default/linux/x86/13.0, gcc-4.7.3, glibc-2.19-r1, 3.6.8-gentoo i686)
=================================================================
System uname: Linux-3.6.8-gentoo-i686-Intel-R-_Pentium-R-_4_CPU_1.70GHz-with-gentoo-2.2
KiB Mem: 1552920 total, 79672 free
KiB Swap: 0 total, 0 free
Timestamp of tree: Tue, 30 Sep 2014 00:45:01 +0000
ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2
app-shells/bash: 4.2_p49
dev-lang/python: 2.7.7, 3.3.5-r1
dev-util/pkgconfig: 0.28-r1
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf: 2.69
sys-devel/automake: 1.13.4
sys-devel/binutils: 2.23.2
sys-devel/gcc: 4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4.2-r1
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc: 2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /usr/share/polkit-1/actions /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
USE="acl berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 modules ncurses nls nptl openmp pam pcre readline session ssl tcpd unicode x86 zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON


for:
(chroot) Gentoo-20121221 ~ # eselect profile list
Available profile symlink targets:
[1] default/linux/x86/13.0
[2] default/linux/x86/13.0/selinux
[3] default/linux/x86/13.0/desktop
[4] default/linux/x86/13.0/desktop/gnome
[5] default/linux/x86/13.0/desktop/gnome/systemd *
[6] default/linux/x86/13.0/desktop/kde
[7] default/linux/x86/13.0/desktop/kde/systemd
[8] default/linux/x86/13.0/developer
[9] hardened/linux/x86
[10] hardened/linux/x86/selinux
[11] hardened/linux/musl/x86
[12] default/linux/uclibc/x86
[13] hardened/linux/uclibc/x86

we have:
(chroot) Gentoo-20121221 ~ # emerge --info
Portage 2.2.8-r2 (default/linux/x86/13.0/desktop/gnome/systemd, gcc-4.7.3, glibc-2.19-r1, 3.6.8-gentoo i686)
=================================================================
System uname: Linux-3.6.8-gentoo-i686-Intel-R-_Pentium-R-_4_CPU_1.70GHz-with-gentoo-2.2
KiB Mem: 1552920 total, 73952 free
KiB Swap: 0 total, 0 free
Timestamp of tree: Tue, 30 Sep 2014 00:45:01 +0000
ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2
app-shells/bash: 4.2_p49
dev-lang/python: 2.7.7, 3.3.5-r1
dev-util/pkgconfig: 0.28-r1
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf: 2.69
sys-devel/automake: 1.13.4
sys-devel/binutils: 2.23.2
sys-devel/gcc: 4.7.3-r1
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4.2-r1
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc: 2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /usr/share/polkit-1/actions /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
USE="X a52 aac acl acpi alsa berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libnotify libsecret mad mng modules mp3 mp4 mpeg nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline sdl session socialweb spell ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 x86 xcb xml xv xvid zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON

I get blocks on an install effort if the profile setting is too busy wrt the Gentoo x86 Handbook

Specifically, syslog-ng won't install if the profile involves systemd

Erich
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Thu Oct 09, 2014 6:31 pm    Post subject: Reply with quote

Syslog-ng is not needed if you are using systemd because systemd handles sysloging.

It can be built and run with systemd if you do not use the systemd profile but change the USE flags manually or override the blocking of syslog-ng by the profile if you find a need for it.
Back to top
View user's profile Send private message
eflothmeier
n00b
n00b


Joined: 20 Sep 2014
Posts: 58
Location: Tucson, AZ

PostPosted: Tue Oct 14, 2014 4:49 am    Post subject: Reply with quote

Thanks,
The current systemd wiki article tries
to show you a way around the conflict. Right
now I'm using OpenRC, but I want to use
systemd

Erich
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum