Problem after multiselection on table

hi
    i have a  table  IT_car_data  where i have to perform 
    multiselection in the table , and iam populated the 
     data in to the table from the itemlistbox , then i need
      to perform multiselection on the table and send it to a structure called It_Car , and add the Structure It_car to the
RFC.
  for(int i=0;i<n;i++)
              if(wdContext.nodeIt_Car_Data().isMultiSelected(i) || leadSelection==i )
String make=wdContext.nodeIt_Car_Data().getIt_Car_DataElementAt(j).getP_Make();
here below  Zlgs_Car_Data is class for IT_Car Structure Zlgs_Car_Data carData=new Zlgs_Car_Data();
                          carData.setP_Make(make);
wdContext.currentZlgf005_Outfit_Match_Mm_InputElement().modelObject().addIt_Car(carData);
then calling the RFC 
what is  happening is  when i perform multi select and click on the button for example: 1 and 2  row , i able to send it to
IT_Car, but for the second time when i deselect 1 and 2  and
select 3 and 4 rows  and send it to IT_Car, iam able to
see all 1,2,3,4 row in the IT_Car , but i need the only latest one that 3 and 4 row in the It_car ,
after i perform 1,2 row multiselection onthe table  and call the
RFC  , i need to invalidate the node so as to clear the IT_car
but iam not able to .
can any one help me?

hi
   thanks for the response
   i have what u have send , but data is not gettign invalidated.
   for(int i=0;i<n;i++)
              if(wdContext.nodeIt_Car_Data().isMultiSelected(i) || leadSelection==i )
                  wdContext.nodeIt_Car_Data().setLeadSelection(i);
          String pMake =wdContext.nodeIt_Car_Data().getIt_Car_DataElementAt(i).getP_Make();
                       String pModel=wdContext.nodeIt_Car_Data().getIt_Car_DataElementAt(i).getP_Model();
  Zlgs_Car_Data carData = new Zlgs_Car_Data();
                                                      carData.setP_Make(pMake);
                              carData.setP_Model(pModel);
wdContext.currentZlgf005_Outfit_Match_Mm_InputElement().modelObject().addIt_Car(carData);
the above code is for the first Table It_car_data , where i am performing multi match on this table It_car_data .
next step
for(int j=0;j<n1;j++)
if(wdContext.nodeIt_Carv_Data().isMultiSelected(j) || carvLeadSelection==j)            
                    wdContext.nodeIt_Carv_Data().setLeadSelection(j);
                         String make=wdContext.nodeIt_Carv_Data().getIt_Carv_DataElementAt(j).getP_Make();
                    String model=wdContext.nodeIt_Carv_Data().getIt_Carv_DataElementAt(j).getP_Model();
                    String range=wdContext.nodeIt_Carv_Data().getIt_Carv_DataElementAt(j).getP_Range();
Zlgs_Carv_Data carvData=new Zlgs_Carv_Data();
                              carvData.setP_Make(make);
                           carvData.setP_Model(model);
                           carvData.setP_Range(range);
                           wdContext.currentZlgf005_Outfit_Match_Mm_InputElement().modelObject().addIt_Carv(carvData);
in the above  iam performing single selection on  the
table IT_carv_data , i have written ismultiselected()  because
i can perform single selection or multiselection.
but for my requirement i need only single selection  as of now
, multi selection will come is the later stage , so i have used
ismultiselected ,
after the above two loops i have called the RFC
       wdthis.wdGetRFC.executeRFC();
     after calling the RFC i have written
wdcontext.currentRFC.modelobject.removeIt_Car(carData);
carData is the strucute IT_Car 's  class Zlgs_Car_Data instance .
i have declared  inthe //@@begin others
      Zlgs_Carv_Data carvData=new Zlgs_Carv_Data();
        Zlgs_Car_Data carData = new Zlgs_Car_Data();
//@end
but the problem i am not able to remove the  data .
can any plz help me .?  
valuable answer point will be rewared

Similar Messages

  • Problem with Drag & Drop and multiselection in tables

    Hi,
    we have a problem concerning drag and drop and multiselection in tables. It is not possible to drag a multiselection of table rows, as the selection event is recognized or handled before the drag event. So before the drag starts, the selection will be changed and only a single row is selected at the position where you started the drag with a mouse click.
    There was also a java bug with the id 4521075 regarding this problem a couple of years ago. See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4521075.
    This bug has been resolved but in our application we have not enabled drag by setting setDragEnabled(true) on the table as we have an own implementation of a DragSource (which is the table component), and a DragGestureRecognizer to control mimetype and data to be dragged.
    So my question is: Is there any solution for this case without calling setDragEnabled(true) on the table? Or is it possible to enable drag on the table and override some method where the drag recognition happens and the transferable object is created?
    Thanks,

    Thanks for reply,
    Steps to reproduce the problem:
    1) user clicks the ascending sorting icon in the table(the button get disabled after sorting the table).
    2) After sorting user drag and drop some row over another row.
    3) Now the table is no longer sorted.
    4) If user again wants to sort the table now, he cannot do it because the sorting button is still disabled.
    So I want the user to sort the table again, without refreshing the page
    Thanks and Regards,
    Tarun

  • Interactively changing values to table problem: indicator and control table, and why it does not work after a while...?

    I have been producing a VI that loads a set of data and displays it in a table: A table control is initialised with an empty variable, the loaded data takes the place of the variable and fills the table, while some headers are added. That table feeds an intensity graph to give a pictorial impression of the data.
    With this scheme, a user can change any value of the table, and the changes are interactively reflected on the graph.
    Problem: after few saving of the VI, the access to the table doesn't work anymore. It is the same with all my numerical controls in the VI where it should be possible to enter a value.
    If anybody has an idea on the potential
    causes of these problem, I would be really grateful as it is very useful...when it works !
    Regards,
    Elie Allouis

    I can not image what is causing the error. Would you be willing to post some code to see if we can reproduce the problem?
    Jeremy7

  • I'm getting an error message after importing a table through Dreamweaver into a page developed in Muse.

    I'm getting a couple of messages after importing a table through Dreamweaver into a page developed in Muse. I have compared the code of the page with the table with the page before I inserted the table and cannot find anything missing. the web address is http://gourmetdreams.com/weekly-menu.html
    How can I clear this up?
    I also noticed that when I uploaded the file there was one error: "- error occurred - Access denied.  The file may not exist locally,  may be open in another program, or there could be a local permission problem."

    Thanks for your help! I imported the table into Muse, then exported the site as html and opened it in Dreamweaver. I should've tried that in the first place but gave up when I couldn't edit it in Muse. I didn't know you could edit the html right in Muse. Also, my styling and the images I was using weren't showing up in Muse but once I opened it in Dreamweaver, everything fell into place. AND I could edit it! My client needs to edit this page every week, so I needed to be sure she could do that. She doesn't use Muse but does use Dreamweaver. At this point, I think I'll leave it alone and not try to style it with inline css. Maybe when I get a little more time, I'll try it. I just don't want to mess things up now that the're working.

  • Nouveau problem after update

    I installed the system (latest ISO release), and updated it with "# pacman -Syu" (kernel updated from 2.6.33 to 2.6.34) and rebooted.
    Now, when the booting log is coming to udev, the monitor just is turning off, it doesn't receive any signal, the led is blinking.
    I booted from the CD and blacklisted nouveau in rc.conf, then I could boot the system, here is the log file when it tried nouveau:
    Jul 21 00:40:46 linux shutdown[18098]: shutting down for system reboot
    Jul 21 00:40:46 linux init: Switching to runlevel: 6
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpuset
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpu
    Jul 21 00:42:19 linux kernel: Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010
    Jul 21 00:42:19 linux kernel: Command line: cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    Jul 21 00:42:19 linux kernel: BIOS-provided physical RAM map:
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000000100000 - 00000000cff80000 (usable)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cff80000 - 00000000cff8e000 (ACPI data)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cffe0000 - 00000000d0000000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
    Jul 21 00:42:19 linux kernel: NX (Execute Disable) protection: active
    Jul 21 00:42:19 linux kernel: DMI 2.4 present.
    Jul 21 00:42:19 linux kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    Jul 21 00:42:19 linux kernel: No AGP bridge found
    Jul 21 00:42:19 linux kernel: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Jul 21 00:42:19 linux kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jul 21 00:42:19 linux kernel: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
    Jul 21 00:42:19 linux kernel: Scanning 0 areas for low memory corruption
    Jul 21 00:42:19 linux kernel: modified physical RAM map:
    Jul 21 00:42:19 linux kernel: modified: 0000000000000000 - 0000000000010000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000000010000 - 000000000009fc00 (usable)
    Jul 21 00:42:19 linux kernel: modified: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000000100000 - 00000000cff80000 (usable)
    Jul 21 00:42:19 linux kernel: modified: 00000000cff80000 - 00000000cff8e000 (ACPI data)
    Jul 21 00:42:19 linux kernel: modified: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
    Jul 21 00:42:19 linux kernel: modified: 00000000cffe0000 - 00000000d0000000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000fee00000 - 00000000fee01000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000fff00000 - 0000000100000000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000100000000 - 0000000130000000 (usable)
    Jul 21 00:42:19 linux kernel: found SMP MP-table at [ffff8800000ff780] ff780
    Jul 21 00:42:19 linux kernel: init_memory_mapping: 0000000000000000-00000000cff80000
    Jul 21 00:42:19 linux kernel: init_memory_mapping: 0000000100000000-0000000130000000
    Jul 21 00:42:19 linux kernel: RAMDISK: 37cb2000 - 37ff0000
    Jul 21 00:42:19 linux kernel: ACPI: RSDP 00000000000fbcc0 00014 (v00 ACPIAM)
    Jul 21 00:42:19 linux kernel: ACPI: RSDT 00000000cff80000 0003C (v01 A_M_I_ OEMRSDT 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: FACP 00000000cff80200 00084 (v02 A_M_I_ OEMFACP 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: DSDT 00000000cff805c0 090B7 (v01 A0753 A0753001 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: FACS 00000000cff8e000 00040
    Jul 21 00:42:19 linux kernel: ACPI: APIC 00000000cff80390 0006C (v01 A_M_I_ OEMAPIC 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: MCFG 00000000cff80400 0003C (v01 A_M_I_ OEMMCFG 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: OEMB 00000000cff8e040 00081 (v01 A_M_I_ AMI_OEM 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: HPET 00000000cff89680 00038 (v01 A_M_I_ OEMHPET 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: OSFR 00000000cff896c0 000B0 (v01 A_M_I_ OEMOSFR 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: Zone PFN ranges:
    Jul 21 00:42:19 linux kernel: DMA 0x00000010 -> 0x00001000
    Jul 21 00:42:19 linux kernel: DMA32 0x00001000 -> 0x00100000
    Jul 21 00:42:19 linux kernel: Normal 0x00100000 -> 0x00130000
    Jul 21 00:42:19 linux kernel: Movable zone start PFN for each node
    Jul 21 00:42:19 linux kernel: early_node_map[3] active PFN ranges
    Jul 21 00:42:19 linux kernel: 0: 0x00000010 -> 0x0000009f
    Jul 21 00:42:19 linux kernel: 0: 0x00000100 -> 0x000cff80
    Jul 21 00:42:19 linux kernel: 0: 0x00100000 -> 0x00130000
    Jul 21 00:42:19 linux kernel: ACPI: PM-Timer IO Port: 0x808
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Jul 21 00:42:19 linux kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jul 21 00:42:19 linux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Jul 21 00:42:19 linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jul 21 00:42:19 linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Jul 21 00:42:19 linux kernel: Using ACPI (MADT) for SMP configuration information
    Jul 21 00:42:19 linux kernel: ACPI: HPET id: 0xffffffff base: 0xfed00000
    Jul 21 00:42:19 linux kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cff80000 - 00000000cff8e000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cff8e000 - 00000000cffe0000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cffe0000 - 00000000d0000000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    Jul 21 00:42:19 linux kernel: Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
    Jul 21 00:42:19 linux kernel: Booting paravirtualized kernel on bare hardware
    Jul 21 00:42:19 linux kernel: setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
    Jul 21 00:42:19 linux kernel: PERCPU: Embedded 29 pages/cpu @ffff880001800000 s88232 r8192 d22360 u524288
    Jul 21 00:42:19 linux kernel: pcpu-alloc: s88232 r8192 d22360 u524288 alloc=1*2097152
    Jul 21 00:42:19 linux kernel: pcpu-alloc: [0] 0 1 2 3
    Jul 21 00:42:19 linux kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1031311
    Jul 21 00:42:19 linux kernel: Kernel command line: cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    Jul 21 00:42:19 linux kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jul 21 00:42:19 linux kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jul 21 00:42:19 linux kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jul 21 00:42:19 linux kernel: Checking aperture...
    Jul 21 00:42:19 linux kernel: No AGP bridge found
    Jul 21 00:42:19 linux kernel: Subtract (57 early reservations)
    Jul 21 00:42:19 linux kernel: #1 [0001000000 - 00016e1178] TEXT DATA BSS
    Jul 21 00:42:19 linux kernel: #2 [0037cb2000 - 0037ff0000] RAMDISK
    Jul 21 00:42:19 linux kernel: #3 [00016e2000 - 00016e2278] BRK
    Jul 21 00:42:19 linux kernel: #4 [00000ff790 - 0000100000] BIOS reserved
    Jul 21 00:42:19 linux kernel: #5 [00000ff780 - 00000ff790] MP-table mpf
    Jul 21 00:42:19 linux kernel: #6 [000009fc00 - 00000f1530] BIOS reserved
    Jul 21 00:42:19 linux kernel: #7 [00000f169c - 00000ff780] BIOS reserved
    Jul 21 00:42:19 linux kernel: #8 [00000f1530 - 00000f169c] MP-table mpc
    Jul 21 00:42:19 linux kernel: #9 [0000010000 - 0000012000] TRAMPOLINE
    Jul 21 00:42:19 linux kernel: #10 [0000012000 - 0000016000] ACPI WAKEUP
    Jul 21 00:42:19 linux kernel: #11 [0000016000 - 000001a000] PGTABLE
    Jul 21 00:42:19 linux kernel: #12 [000001a000 - 000001b000] PGTABLE
    Jul 21 00:42:19 linux kernel: #13 [00016e2280 - 00016e3280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #14 [000001b000 - 000001b200] BOOTMEM
    Jul 21 00:42:19 linux kernel: #15 [0001ee4000 - 0001ee5000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #16 [0001ee5000 - 0001ee6000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #17 [0002000000 - 0005a00000] MEMMAP 0
    Jul 21 00:42:19 linux kernel: #18 [00016e3280 - 00016fb280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #19 [00016fb280 - 0001713280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #20 [0001713280 - 000172b280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #21 [000172c000 - 000172d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #22 [00016e1180 - 00016e11c1] BOOTMEM
    Jul 21 00:42:19 linux kernel: #23 [00016e1200 - 00016e1243] BOOTMEM
    Jul 21 00:42:19 linux kernel: #24 [00016e1280 - 00016e14e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #25 [00016e1500 - 00016e1568] BOOTMEM
    Jul 21 00:42:19 linux kernel: #26 [00016e1580 - 00016e15e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #27 [00016e1600 - 00016e1668] BOOTMEM
    Jul 21 00:42:19 linux kernel: #28 [00016e1680 - 00016e16e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #29 [00016e1700 - 00016e1768] BOOTMEM
    Jul 21 00:42:19 linux kernel: #30 [00016e1780 - 00016e17e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #31 [00016e1800 - 00016e1868] BOOTMEM
    Jul 21 00:42:19 linux kernel: #32 [00016e1880 - 00016e18e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #33 [00016e1900 - 00016e1968] BOOTMEM
    Jul 21 00:42:19 linux kernel: #34 [00016e1980 - 00016e19e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #35 [00016e1a00 - 00016e1a20] BOOTMEM
    Jul 21 00:42:19 linux kernel: #36 [00016e1a40 - 00016e1a60] BOOTMEM
    Jul 21 00:42:19 linux kernel: #37 [00016e1a80 - 00016e1aba] BOOTMEM
    Jul 21 00:42:19 linux kernel: #38 [00016e1ac0 - 00016e1afa] BOOTMEM
    Jul 21 00:42:19 linux kernel: #39 [0001800000 - 000181d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #40 [0001880000 - 000189d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #41 [0001900000 - 000191d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #42 [0001980000 - 000199d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #43 [00016e1b00 - 00016e1b08] BOOTMEM
    Jul 21 00:42:19 linux kernel: #44 [00016e1b40 - 00016e1b48] BOOTMEM
    Jul 21 00:42:19 linux kernel: #45 [00016e1b80 - 00016e1b90] BOOTMEM
    Jul 21 00:42:19 linux kernel: #46 [00016e1bc0 - 00016e1be0] BOOTMEM
    Jul 21 00:42:19 linux kernel: #47 [00016e1c00 - 00016e1d30] BOOTMEM
    Jul 21 00:42:19 linux kernel: #48 [00016e1d40 - 00016e1d90] BOOTMEM
    Jul 21 00:42:19 linux kernel: #49 [00016e1dc0 - 00016e1e10] BOOTMEM
    Jul 21 00:42:19 linux kernel: #50 [000172d000 - 0001735000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #51 [000199d000 - 0001d9d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #52 [0005a00000 - 0005c00000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #53 [0005c00000 - 0009c00000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #54 [0001735000 - 0001755000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #55 [0001755000 - 0001795000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #56 [000001ba00 - 0000023a00] BOOTMEM
    Jul 21 00:42:19 linux kernel: Memory: 4050632k/4980736k available (3484k kernel code, 787396k absent, 142708k reserved, 1796k data, 480k init)
    Jul 21 00:42:19 linux kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Jul 21 00:42:19 linux kernel: Hierarchical RCU implementation.
    Jul 21 00:42:19 linux kernel: NR_IRQS:768
    Jul 21 00:42:19 linux kernel: Console: colour VGA+ 80x25
    Jul 21 00:42:19 linux kernel: console [tty0] enabled
    Jul 21 00:42:19 linux kernel: allocated 41943040 bytes of page_cgroup
    Jul 21 00:42:19 linux kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jul 21 00:42:19 linux kernel: Fast TSC calibration using PIT
    Jul 21 00:42:19 linux kernel: Detected 3005.707 MHz processor.
    Jul 21 00:42:19 linux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6013.88 BogoMIPS (lpj=10019023)
    Jul 21 00:42:19 linux kernel: Security Framework initialized
    Jul 21 00:42:19 linux kernel: Mount-cache hash table entries: 256
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys ns
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpuacct
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys memory
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys devices
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys freezer
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys net_cls
    Jul 21 00:42:19 linux kernel: CPU: Physical Processor ID: 0
    Jul 21 00:42:19 linux kernel: CPU: Processor Core ID: 0
    Jul 21 00:42:19 linux kernel: mce: CPU supports 6 MCE banks
    Jul 21 00:42:19 linux kernel: CPU0: Thermal monitoring enabled (TM2)
    Jul 21 00:42:19 linux kernel: using mwait in idle threads.
    Jul 21 00:42:19 linux kernel: Performance Events: Core2 events, Intel PMU driver.
    Jul 21 00:42:19 linux kernel: ... version: 2
    Jul 21 00:42:19 linux kernel: ... bit width: 40
    Jul 21 00:42:19 linux kernel: ... generic registers: 2
    Jul 21 00:42:19 linux kernel: ... value mask: 000000ffffffffff
    Jul 21 00:42:19 linux kernel: ... max period: 000000007fffffff
    Jul 21 00:42:19 linux kernel: ... fixed-purpose events: 3
    Jul 21 00:42:19 linux kernel: ... event mask: 0000000700000003
    Jul 21 00:42:19 linux kernel: ACPI: Core revision 20100121
    Jul 21 00:42:19 linux kernel: Setting APIC routing to flat
    Jul 21 00:42:19 linux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jul 21 00:42:19 linux kernel: CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    Jul 21 00:42:19 linux kernel: Booting Node 0, Processors #1
    Jul 21 00:42:19 linux kernel: Brought up 2 CPUs
    Jul 21 00:42:19 linux kernel: Total of 2 processors activated (12027.40 BogoMIPS).
    Jul 21 00:42:19 linux kernel: devtmpfs: initialized
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 16
    Jul 21 00:42:19 linux kernel: ACPI: bus type pci registered
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 21 00:42:19 linux kernel: PCI: not using MMCONFIG
    Jul 21 00:42:19 linux kernel: PCI: Using configuration type 1 for base access
    Jul 21 00:42:19 linux kernel: bio: create slab <bio-0> at 0
    Jul 21 00:42:19 linux kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Jul 21 00:42:19 linux kernel: ACPI: SSDT 00000000cff8e0d0 001D2 (v01 AMI CPU1PM 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: SSDT 00000000cff8e2b0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: Interpreter enabled
    Jul 21 00:42:19 linux kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Jul 21 00:42:19 linux kernel: ACPI: Using IOAPIC for interrupt routing
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Jul 21 00:42:19 linux kernel: ACPI: No dock devices found.
    Jul 21 00:42:19 linux kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Jul 21 00:42:19 linux kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jul 21 00:42:19 linux kernel: vgaarb: loaded
    Jul 21 00:42:19 linux kernel: PCI: Using ACPI for IRQ routing
    Jul 21 00:42:19 linux kernel: NetLabel: Initializing
    Jul 21 00:42:19 linux kernel: NetLabel: domain hash size = 128
    Jul 21 00:42:19 linux kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jul 21 00:42:19 linux kernel: NetLabel: unlabeled traffic allowed by default
    Jul 21 00:42:19 linux kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Jul 21 00:42:19 linux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jul 21 00:42:19 linux kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Jul 21 00:42:19 linux kernel: Switching to clocksource tsc
    Jul 21 00:42:19 linux kernel: pnp: PnP ACPI init
    Jul 21 00:42:19 linux kernel: ACPI: bus type pnp registered
    Jul 21 00:42:19 linux kernel: pnp: PnP ACPI: found 14 devices
    Jul 21 00:42:19 linux kernel: ACPI: ACPI bus type pnp unregistered
    Jul 21 00:42:19 linux kernel: system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:06: [io 0x0290-0x0297] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x04d0-0x04d1] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x0800-0x087f] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x0480-0x04bf] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffa00000-0xffafffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffe00000-0xffefffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfff00000-0xfffffffe] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x000c0000-0x000cffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x00100000-0xcfffffff] could not be reserved
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: BAR 13: assigned [io 0x2000-0x2fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe9fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [mem 0xfeb00000-0xfebfffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [mem 0xfea00000-0xfeafffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [mem disabled]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [mem pref disabled]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: enabling device (0106 -> 0107)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: enabling device (0106 -> 0107)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 2
    Jul 21 00:42:19 linux kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Jul 21 00:42:19 linux kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Jul 21 00:42:19 linux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Jul 21 00:42:19 linux kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Jul 21 00:42:19 linux kernel: TCP reno registered
    Jul 21 00:42:19 linux kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 21 00:42:19 linux kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 1
    Jul 21 00:42:19 linux kernel: Unpacking initramfs...
    Jul 21 00:42:19 linux kernel: Freeing initrd memory: 3320k freed
    Jul 21 00:42:19 linux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Jul 21 00:42:19 linux kernel: Placing 64MB software IO TLB between ffff880005c00000 - ffff880009c00000
    Jul 21 00:42:19 linux kernel: software IO TLB at phys 0x5c00000 - 0x9c00000
    Jul 21 00:42:19 linux kernel: Scanning for low memory corruption every 60 seconds
    Jul 21 00:42:19 linux kernel: audit: initializing netlink socket (disabled)
    Jul 21 00:42:19 linux kernel: type=2000 audit(1279654888.309:1): initialized
    Jul 21 00:42:19 linux kernel: VFS: Disk quotas dquot_6.5.2
    Jul 21 00:42:19 linux kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jul 21 00:42:19 linux kernel: msgmni has been set to 7917
    Jul 21 00:42:19 linux kernel: alg: No test for stdrng (krng)
    Jul 21 00:42:19 linux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Jul 21 00:42:19 linux kernel: io scheduler noop registered
    Jul 21 00:42:19 linux kernel: io scheduler deadline registered
    Jul 21 00:42:19 linux kernel: io scheduler cfq registered (default)
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:01.0: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:01.0: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:01.0:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.4: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.4: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.4:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.5: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.5: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.5:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: Linux agpgart interface v0.103
    Jul 21 00:42:19 linux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jul 21 00:42:19 linux kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 21 00:42:19 linux kernel: 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 21 00:42:19 linux kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Jul 21 00:42:19 linux kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    Jul 21 00:42:19 linux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jul 21 00:42:19 linux kernel: mice: PS/2 mouse device common for all mice
    Jul 21 00:42:19 linux kernel: cpuidle: using governor ladder
    Jul 21 00:42:19 linux kernel: cpuidle: using governor menu
    Jul 21 00:42:19 linux kernel: TCP cubic registered
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 17
    Jul 21 00:42:19 linux kernel: registered taskstats version 1
    Jul 21 00:42:19 linux kernel: Initalizing network drop monitor service
    Jul 21 00:42:19 linux kernel: Freeing unused kernel memory: 480k freed
    Jul 21 00:42:19 linux kernel: udev: starting version 160
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver usbfs
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver hub
    Jul 21 00:42:19 linux kernel: usbcore: registered new device driver usb
    Jul 21 00:42:19 linux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: EHCI Host Controller
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: debug port 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
    Jul 21 00:42:19 linux kernel: SCSI subsystem initialized
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Jul 21 00:42:19 linux kernel: hub 1-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 1-0:1.0: 6 ports detected
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
    Jul 21 00:42:19 linux kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Jul 21 00:42:19 linux kernel: hub 2-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 2-0:1.0: 6 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b800
    Jul 21 00:42:19 linux kernel: hub 3-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 3-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
    Jul 21 00:42:19 linux kernel: hub 4-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 4-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000bc00
    Jul 21 00:42:19 linux kernel: hub 5-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 5-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b080
    Jul 21 00:42:19 linux kernel: hub 6-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 6-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b400
    Jul 21 00:42:19 linux kernel: hub 7-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 7-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b480
    Jul 21 00:42:19 linux kernel: hub 8-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 8-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    Jul 21 00:42:19 linux kernel: pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: scsi0 : pata_jmicron
    Jul 21 00:42:19 linux kernel: scsi1 : pata_jmicron
    Jul 21 00:42:19 linux kernel: ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    Jul 21 00:42:19 linux kernel: ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
    Jul 21 00:42:19 linux kernel: scsi2 : ata_piix
    Jul 21 00:42:19 linux kernel: scsi3 : ata_piix
    Jul 21 00:42:19 linux kernel: ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 22
    Jul 21 00:42:19 linux kernel: ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.5: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    Jul 21 00:42:19 linux kernel: scsi4 : ata_piix
    Jul 21 00:42:19 linux kernel: scsi5 : ata_piix
    Jul 21 00:42:19 linux kernel: ata5: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 22
    Jul 21 00:42:19 linux kernel: ata6: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 22
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    Jul 21 00:42:19 linux kernel: scsi6 : ahci
    Jul 21 00:42:19 linux kernel: scsi7 : ahci
    Jul 21 00:42:19 linux kernel: ata7: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe100 irq 16
    Jul 21 00:42:19 linux kernel: ata8: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe180 irq 16
    Jul 21 00:42:19 linux kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: ata7: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: ata8: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: usb 4-1: new low speed USB device using uhci_hcd and address 2
    Jul 21 00:42:19 linux kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jul 21 00:42:19 linux kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 21 00:42:19 linux kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 21 00:42:19 linux kernel: ata5.00: ATAPI: TSSTcorp CDDVDW SH-S223F, SB03, max UDMA/100
    Jul 21 00:42:19 linux kernel: ata5.00: configured for UDMA/100
    Jul 21 00:42:19 linux kernel: ata3.00: ATA-7: Hitachi HDS721616PLA380, P22OABEA, max UDMA/133
    Jul 21 00:42:19 linux kernel: ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 21 00:42:19 linux kernel: ata3.00: configured for UDMA/133
    Jul 21 00:42:19 linux kernel: scsi 2:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223F SB03 PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: ata6.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133
    Jul 21 00:42:19 linux kernel: ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 21 00:42:19 linux kernel: ata6.00: configured for UDMA/133
    Jul 21 00:42:19 linux kernel: scsi 5:0:0:0: Direct-Access ATA ST3500630AS 3.AA PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Write Protect is off
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 21 00:42:19 linux kernel: sda:
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Write Protect is off
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 21 00:42:19 linux kernel: sdb:sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    Jul 21 00:42:19 linux kernel: Uniform CD-ROM driver Revision: 3.20
    Jul 21 00:42:19 linux kernel: sda1 sda2 < sdb1 sdb2 sdb3 sdb4 < sda5 sdb5 sdb6 sda6 >
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
    Jul 21 00:42:19 linux kernel: sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 sdb14 >
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver hiddev
    Jul 21 00:42:19 linux kernel: input: Genius Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input0
    Jul 21 00:42:19 linux kernel: generic-usb 0003:0458:003A.0001: input,hidraw0: USB HID v1.10 Mouse [Genius Optical Mouse] on usb-0000:00:1a.1-1/input0
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver usbhid
    Jul 21 00:42:19 linux kernel: usbhid: USB HID core driver
    Jul 21 00:42:19 linux kernel: usb 8-1: new low speed USB device using uhci_hcd and address 2
    Jul 21 00:42:19 linux kernel: input: KYE 4D device Ergomedia as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input1
    Jul 21 00:42:19 linux kernel: generic-usb 0003:05D5:8001.0002: input,hidraw1: USB HID v1.10 Keyboard [KYE 4D device Ergomedia] on usb-0000:00:1d.2-1/input0
    Jul 21 00:42:19 linux kernel: input: KYE 4D device Ergomedia as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/input/input2
    Jul 21 00:42:19 linux kernel: generic-usb 0003:05D5:8001.0003: input,hidraw2: USB HID v1.10 Device [KYE 4D device Ergomedia] on usb-0000:00:1d.2-1/input1
    Jul 21 00:42:19 linux kernel: device-mapper: uevent: version 1.0.3
    Jul 21 00:42:19 linux kernel: device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
    Jul 21 00:42:19 linux kernel: Intel AES-NI instructions are not detected.
    Jul 21 00:42:19 linux kernel: padlock: VIA PadLock not detected.
    Jul 21 00:42:19 linux kernel: SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    Jul 21 00:42:19 linux kernel: SGI XFS Quota Management subsystem
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-0
    Jul 21 00:42:19 linux kernel: rtc_cmos 00:03: RTC can wake from S4
    Jul 21 00:42:19 linux kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Jul 21 00:42:19 linux kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Jul 21 00:42:19 linux kernel: udev: starting version 160
    Jul 21 00:42:19 linux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
    Jul 21 00:42:19 linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    Jul 21 00:42:19 linux kernel: ACPI: Power Button [PWRB]
    Jul 21 00:42:19 linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Jul 21 00:42:19 linux kernel: ACPI: Power Button [PWRF]
    Jul 21 00:42:19 linux kernel: iTCO_vendor_support: vendor-support=0
    Jul 21 00:42:19 linux kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    Jul 21 00:42:19 linux kernel: iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
    Jul 21 00:42:19 linux kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Jul 21 00:42:19 linux kernel: i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [io 0x0400-0x040f 64bit pref]
    Jul 21 00:42:19 linux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
    Jul 21 00:42:19 linux kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
    Jul 21 00:42:19 linux kernel: ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
    Jul 21 00:42:19 linux kernel: ne2k-pci 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: eth0: [removed]
    Jul 21 00:42:19 linux kernel: atl1 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: atl1 0000:02:00.0: version 2.1.3
    Jul 21 00:42:19 linux kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 21 00:42:19 linux kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x094100a1)
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Jul 21 00:42:19 linux kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: ... appears to be valid
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: BIT BIOS found
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Bios version 62.94.11.00
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xCE32
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD21B
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE176
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE2A5
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE4B5
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE51A
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xE51A: Condition still not met after 20ms, skipping following opcodes
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xA862: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    Jul 21 00:42:19 linux kernel: hda_codec: ALC883: BIOS auto-probing.
    Jul 21 00:42:19 linux kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    Jul 21 00:42:19 linux kernel: [TTM] Zone kernel: Available graphics memory: 2027216 kiB.
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Jul 21 00:42:19 linux kernel: mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TV connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: no encoders, ignoring
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40250000, bo ffff88012beb8000
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2A: parsing output script 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2B: parsing output script 2
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBCF0: parsing clock script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xB3E9: parsing clock script 1
    Jul 21 00:42:19 linux kernel: Console: switching to colour frame buffer device 180x56
    Jul 21 00:42:19 linux kernel: fb0: nouveaufb frame buffer device
    Jul 21 00:42:19 linux kernel: registered panic notifier
    Jul 21 00:42:19 linux kernel: [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem sdb1
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-1
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-3
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-4
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-2
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-5
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-6
    Jul 21 00:42:19 linux kernel: Adding 979928k swap on /dev/mapper/dm_swap. Priority:-1 extents:1 across:979928k
    Jul 21 00:42:19 linux kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Jul 21 00:42:19 linux kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Jul 21 00:42:19 linux kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    Jul 21 00:42:19 linux kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    Jul 21 00:42:19 linux kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    Jul 21 00:42:19 linux init: Entering runlevel: 3
    Jul 21 00:43:17 linux shutdown[3617]: shutting down for system reboot
    Jul 21 00:43:18 linux init: Switching to runlevel: 6
    It was very strange for me, because I had no idea about the KMS thing...
    I thought it must be because I haven't installed x86-video-nouveau, so I installed xorg and x86-video-nouveau, un-blacklisted the nouveau module, but the same error happened. I blacklisted it again, booted. Now when trying "modprobe nouveau" in the fully booted system the monitor still goes the same bad way, reboot, here is the log of that try:
    Jul 21 02:19:36 linux kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 21 02:19:36 linux kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x094100a1)
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: ... appears to be valid
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: BIT BIOS found
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Bios version 62.94.11.00
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xCE32
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD21B
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE176
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE2A5
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE4B5
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE51A
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xE51A: Condition still not met after 20ms, skipping following opcodes
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xA862: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    Jul 21 02:19:37 linux kernel: [TTM] Zone kernel: Available graphics memory: 2027216 kiB.
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Jul 21 02:19:37 linux kernel: mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TV connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: no encoders, ignoring
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40250000, bo ffff88012adae000
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2A: parsing output script 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2B: parsing output script 2
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBCF0: parsing clock script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xB3E9: parsing clock script 1
    Jul 21 02:19:37 linux kernel: Console: switching to colour frame buffer device 180x56
    Jul 21 02:19:37 linux kernel: fb0: nouveaufb frame buffer device
    Jul 21 02:19:37 linux kernel: registered panic notifier
    Jul 21 02:19:37 linux kernel: [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    I can start xorg with vesa driver now, but would be nice to have nouveau working, here are some config files and other information:
    # cat /boot/grub/menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd1,0)
    #makeactive
    #chainloader +1
    # cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Paris"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!nouveau)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch-linux"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    eth0="eth0 192.168.0.1 netmask 255.255.255.252 broadcast 192.168.0.3"
    eth1="eth1 10.0.1.7 netmask 255.255.255.0 broadcast 10.0.1.255"
    INTERFACES=(!eth0 eth1)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 10.0.1.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus iptables network netfs crond alsa)
    # pacman -Qs video
    local/libxv 1.0.5-1
    X11 Video extension library
    local/libxxf86vm 1.1.0-1
    X11 XFree86 video mode extension library
    local/videoproto 2.3.0-1
    X11 Video extension wire protocol
    local/xf86-video-nouveau 0.0.16_git20100517-1
    Open Source 3D acceleration driver for nVidia cards (experimental)
    local/xf86-video-vesa 2.3.0-2 (xorg xorg-video-drivers)
    X.org vesa video driver
    local/xf86vidmodeproto 2.3-1
    X11 Video Mode extension wire protocol
    I think the problem is in "TMDS table revision 2.0 not currently supported", I just found that issue in http://nouveau.freedesktop.org/wiki/TroubleShooting.
    As I can understand, there is no more nouveau-drm (I could find one only for LTS kernel) package (to try to update from AUR) and it is injected in the mainline kernel? What can I do now?
    Thank you.
    Last edited by arch_archer (2010-07-21 17:37:38)

    Ooops, I must have accidentally clicked 'Submit' - I didn't mean to post it.
    Try using some more nouveau goodness. I have no idea why nouveau-drm is unavailable atm - it was here yesterday ...
    http://arm.kh.nu/search/index.php?a=32& … ommunity=1 <- this is for 32-bit
    Last edited by karol (2010-07-21 00:01:30)

  • Problem after activating the ECC 6.0 DIMP

    I am getting the serious problem after doing the activation of this ECC 6.0 DIMP by installing some package.
    What the problem is that the tables which are having the table class W are giving the problems.
    Suppose whenever you are reterving data from this type of tables it is taking so much of time and finally a runtime error is coming showing TIME OUT.
    Might be after installing that package we have to regenerate the tables. and how to do that i don;t know.
    So all the tables which are having the table class W ,E and S are giving the problems.
    For eg table DD02l this is the table for table fields and when i am making some changes in this table by using access key and after that if i have to make activate
    it , it is going for short dump and similar cases are there for the tables of the condition type.
    Please give me your helpful answers to solve this issue.
    Thanks

    Hi
    From the command prompt following command i am executing
    <b>c:\dump\oracle\NT\IA64>sapserver.cmd</b>
    After executing the command Screen1 appears
    <b><i>Screen1</i></b>
    <b>**********************************************************************************
    Specify the drive letter of the local disk where
    you want to install the oracle software
    Local Disk Drive [C:]:D:
    SID (consists of 3 alphanumeric characters,
    starting with a letter (a...z)):D11
    ***********************************************************************************</b>
    After giving the parameter as shown in Screen1 the Screen2 will be popup and it stay for 2min and then close automatically and screen1 will come to normal prompt
    <i><b>Screen2</b></i>
    <b>***********************************************************************************
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from C:\DOCUME1\ADMINI1\LOCALS~1\Temp\Orainstall2007-11-30_08-20-49PM. Please wait ...
    *************************************************************************************</b>
    I cant found what is actual problem why OUI is not starting
    Thanks and Regards,
    Vishal Kalekar

  • Problem populating an internal table

    Hello,
    I am having a problem with filling an internal table. I cannot seem to grasp this and I struggle with this in every program. I am attaching pieces of my program so that maybe someone can help me. I have a selection screen that I populate with dates. if the dates are populated, I want to use these dates for the selection. If the dates are initial, I want to read an entry from the TVARV table and populate the dates that will used in the selection. I tried various code statements and I cannot get it to work. i get messages like "is a table without a header line and therefore has no component "LOW" or other messages similar to this. I would like that if the s_udate is populated, I could fill the tvarv table and not have to call the form.
    also if anyone has some documentation on working with internal tables without header lines (I think I read in here that internal tables without header lines is the way to go ), could you please include that as well so that I could try to understand how this suppose to work 
    thanks in advance for the help
    TYPES: BEGIN OF ty_tvarv_date,
            low     TYPE   tvarv_val,          "start date
            high    TYPE   tvarv_val,          "end date
           END OF ty_tvarv_date.
    TYPES: ty_t_tvarv_date TYPE STANDARD TABLE OF ty_tvarv_date INITIAL SIZE 0,
    DATA   it_tvarv_date TYPE STANDARD TABLE OF ty_tvarv_date INITIAL SIZE 0.
    SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE text-001.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(22) text-002.
    SELECT-OPTIONS s_udate FOR sy-datlo.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK a.
    PERFORM select_date_tvarv CHANGING it_tvarv_date.
    PERFORM select_data643_mseg USING    it_tvarv_date
                                         it_zfi_gl_subcontrk[]
                                  CHANGING it_mseg643.
    <b>*******************************************************************</b>
    FORM select_date_tvarv CHANGING p1_it_tvarv_date TYPE ty_t_tvarv_date.
    IF s_udate IS INITIAL.
      SELECT low high
        FROM tvarv
        INTO  TABLE p1_it_tvarv_date
        WHERE name EQ  'Z_SUBCONTRK_DATES'.
      IF sy-subrc NE 0.
        IF sy-batch IS INITIAL.
          MESSAGE i899 WITH text-027.
          LEAVE LIST-PROCESSING.
        ELSE.
          MESSAGE e899 WITH text-027.
        ENDIF.
      ENDIF.
    ELSE.
         MOVE s_udate to p1_it_tvarv_date.
         MOVE s_udate-low(8)  to p1_it_tvarv_date-low.
         MOVE s_udate-high(8) to p1_it_tvarv_date-high.
    ENDIF.
    ENDFORM. " FORM SELECT_DATE_TVARV
    <b>*******************************************************************</b>
    FORM select_data643_mseg USING p1_tvarv_date       TYPE ty_t_tvarv_date
                                   p1_zfi_gl_subcontrk TYPE ty_t_zfi_gl_subcontrk
                          CHANGING p1_it_mseg          TYPE ty_t_mseg643.
      DATA: wa_tvarv_date type ty_tvarv_date.
      READ TABLE p1_tvarv_date INTO wa_tvarv_date INDEX 1.
      SELECT abukrs  awerks amatnr aerfmg a~erfme
             akostl abwart amblnr awempf acharg akzbew algort bbudat
        FROM mseg AS a INNER JOIN mkpf AS b ON amblnr EQ bmblnr
          AND b~budat <= wa_tvarv_date-high
          AND b~budat >= wa_tvarv_date-low
            INTO TABLE p1_it_mseg
            FOR ALL ENTRIES IN p1_zfi_gl_subcontrk
            WHERE a~bukrs   EQ p1_zfi_gl_subcontrk-bukrs_from
            AND   a~werks   EQ p1_zfi_gl_subcontrk-werks_from
            AND   a~wempf   EQ p1_zfi_gl_subcontrk-werks_to643
            AND   a~matnr   EQ p1_zfi_gl_subcontrk-matnr
            AND   a~bwart   EQ'643'.
      IF sy-subrc NE 0.
        IF sy-batch IS INITIAL.
          MESSAGE i899 WITH text-027.
          LEAVE LIST-PROCESSING.
        ELSE.
          MESSAGE e899 WITH text-027.
        ENDIF.
      ENDIF.
    ENDFORM. " FORM SELECT_DATA643_MSEG

    In tables with header line, you need not define an explicit work area.
    System will create a so-called work area, which is called header line.
    This header line is like any other work area. the difference is that it can be accessed using internal table name. A record will be by default read into header line in a READ statement.
    For ex,
    READ TABLE p1_tvarv_date INTO wa_tvarv_date INDEX 1.
    Here you used to read the 1st record into wa_tvarv_date.
    But after making it table with header line you can use
    READ TABLE p1_tvarv_date INDEX 1.
    This will move the data to header line and it can be accessed by name p1_tvarv_date.
    See the code below.
    TYPES: BEGIN OF ty_tvarv_date,
    low TYPE tvarv_val, "start date
    high TYPE tvarv_val, "end date
    END OF ty_tvarv_date.
    TYPES: ty_t_tvarv_date TYPE STANDARD TABLE OF ty_tvarv_date INITIAL SIZE 0,
    DATA it_tvarv_date TYPE STANDARD TABLE OF ty_tvarv_date <b>WITH HEADER LINE INITIAL</b> SIZE 0.
    SELECTION-SCREEN BEGIN OF BLOCK a WITH FRAME TITLE text-001.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 2(22) text-002.
    SELECT-OPTIONS s_udate FOR sy-datlo.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK a.
    PERFORM select_date_tvarv CHANGING it_tvarv_date.
    PERFORM select_data643_mseg USING it_tvarv_date
    it_zfi_gl_subcontrk[]
    CHANGING it_mseg643.
    FORM select_date_tvarv CHANGING p1_it_tvarv_date TYPE ty_t_tvarv_date.
    IF s_udate IS INITIAL.
    SELECT low high
    FROM tvarv
    INTO TABLE p1_it_tvarv_date
    WHERE name EQ 'Z_SUBCONTRK_DATES'.
    IF sy-subrc NE 0.
    IF sy-batch IS INITIAL.
    MESSAGE i899 WITH text-027.
    LEAVE LIST-PROCESSING.
    ELSE.
    MESSAGE e899 WITH text-027.
    ENDIF.
    ENDIF.
    ELSE.
    MOVE s_udate to p1_it_tvarv_date.
    MOVE s_udate-low(8) to p1_it_tvarv_date-low.
    MOVE s_udate-high(8) to p1_it_tvarv_date-high.
    ENDIF.
    ENDFORM. " FORM SELECT_DATE_TVARV
    FORM select_data643_mseg USING p1_tvarv_date TYPE ty_t_tvarv_date
    p1_zfi_gl_subcontrk TYPE ty_t_zfi_gl_subcontrk
    CHANGING p1_it_mseg TYPE ty_t_mseg643.
    <b>READ TABLE p1_tvarv_date INDEX 1.</b>
    SELECT abukrs awerks amatnr aerfmg a~erfme
    akostl abwart amblnr awempf acharg akzbew algort bbudat
    FROM mseg AS a INNER JOIN mkpf AS b ON amblnr EQ bmblnr
    <b>AND b~budat <= p1_tvarv_date-high
    AND b~budat >= p1_tvarv_date-low</b>
    INTO TABLE p1_it_mseg
    FOR ALL ENTRIES IN p1_zfi_gl_subcontrk
    WHERE a~bukrs EQ p1_zfi_gl_subcontrk-bukrs_from
    AND a~werks EQ p1_zfi_gl_subcontrk-werks_from
    AND a~wempf EQ p1_zfi_gl_subcontrk-werks_to643
    AND a~matnr EQ p1_zfi_gl_subcontrk-matnr
    AND a~bwart EQ'643'.
    IF sy-subrc NE 0.
    IF sy-batch IS INITIAL.
    MESSAGE i899 WITH text-027.
    LEAVE LIST-PROCESSING.
    ELSE.
    MESSAGE e899 WITH text-027.
    ENDIF.
    ENDIF.
    ENDFORM. " FORM SELECT_DATA643_MSEG

  • Link problem after 3.0.9.8.4 patch

    Hello,
    there is another problem, after applying 3.0.9.8.4 patch on my portal. Link in reports doesn't work properly - before it works well, but now with the new version the link doesn't send parameters (it can be seen in URL) - but it should. I set link and the report properly, as i set many times before.
    Is it another bug after patch 3.0.9.8.4 on MS WIN, or did I something wrong? Has anyone an idea how to avoid problems ? Will there be patches in few days ? If not, so what can I do, reinstall patch, what was correctly apllied, or reinstal whole portal ?
    Any help would be appreciated.
    Ales Hrncarek ([email protected])

    THE PROBLEM IS NOT SOLVED.
    I used report.
    1) SQL query
    select * from table@dblink
    2) give to one of the table's columns a link, then click to assign parameters - it is ALL OK.
    ------BUT----------
    1) SQL query
    select [only a few columns from table] from table@dblink
    2) give to one of the table's columns a link, then click to assign parameters. When I populate the window to assign values to parameters from link, there are filled LOVs and when i set them, they reset again after I click APPLY buton - AND ---> that is more important THE LINK DOESN'T SEND PARAMETERS AT ALL. (can be seen in page source -html)
    it all worked before 30984. I'm angry because this week my work stopped and I have to solve this kind of problems, which haven't end.
    Can somebody asure me, that there will be patch soon - in few days, or I should reinstall whole portal ? Or is a workaround here ?
    Please help. Thanks. Ales Hrncarek

  • StackOverflowError after adding a table to a TopLink Map

    Hello,
    I am really puzzled by the next problem. After adding a table (Customer) to an existing TopLink Map, I get the same kind of error for every query in the project that I use.
    ERROR J2EE EJB8006 [CustomerToplinkTestPublicFacade:public java.util.List com.companyname.toplinktest.model.CustomerToplinkTestPublicFacadeBean.findCustomersByCompany(java.lang.String,java.lang.String)] exception occurred during method invocation: javax.ejb.EJBException: java.lang.StackOverflowError
    I get this with every page and every query, just change the name “findCustomersByCompany” to the name of the named query. Otherwise all pages seems to have the correct behaviour Removing the Customer-table from the application solved all problems, and they reoccurred after adding the table again.
    I have no clue why this happens, the only thing that might be useful is the fact that the Customer-table is also a part of a database view which I already use.
    … but why would that cause errors on queries it has absolutely no relation to…
    Kind regards,
    Nemata

    hello,
    another update on my testcases. I have used the following procedure to narrow down the source of the problem.
    First I create one or more TopLink pojo's based on my database tables and views, add them to a session bean and create the data controls. I'm always working with the default named queries (selectAll).
    Then I create a .jspx file, drag and drop a data control from the data control palette to create an ADF table with the defaults...
    and run... with one of two outcomes.
    I either get all the data from the table (correct) or I get a message "no rows yet" and an error message in the log window "2006-05-04 12:37:40.214 ERROR J2EE EJB8006 [testCustomerSession:public java.util.List model.testCustomerSessionBean.findAllCompany()] exception occurred during method invocation: javax.ejb.EJBException: java.lang.StackOverflowError"
    This is an overview of the testing I have done:
    Objects created | ADF table | Error
    Customer | Customer | Yes
    Company | Company | No
    Customer and Company | Company | Yes
    Company and ViewOfCustomer | Company | No
    Company and ViewOfCustomer | ViewOfCustomer | No
    Company and Person | Company | No
    ViewOfCustomer is a database view with the same data as the Customer. So the table Customer seems to cause the problem.
    Does anybody have an idea why a database table might cause such distinct problems ?
    Kind regards,
    Nemata

  • DataSource problems after BW upgrade

    DataSource problems after BW upgrade
    Upgrade from
    SAP NetWeaver 2004s: SAP_BW 700 0012 SAPKW70012
    to
    SAP EHP 1 for SAP NetWeaver 7.0: SAP_BW 701 0007 SAPKW70107
    BW system: PI_BASIS 7.01 SP 6
    ECC/source system: PI_BASIS 2005_1_700 SP 11
    Problem exists throughout, both with generic and standard DataSources.
    Here is one specific example:
    Generic DataSource ZXXXXXXXX
    InfoPackage "ZXXXXXXXX(ZXXXXXXXX)" does not run. Error:
    DataSource ZXXXXXXXX(SOURCESYS) must be activated
    Message no. RSDS179
    Then followed these steps:
    1. Replicate Metadata from source system
    2. Report RSDS_DATASOURCE_ACTIVATE_ALL from SE38 for source system SOURCESYS and DataSource ZXXXXXXXX
    Errors returned:
    Inconsistent user object ZXXXXXXXX SOURCESYS for PSA /BIC/B000XXXX
    Error saving DataSource ZXXXXXXXX SOURCESYS
    DataSource ZXXXXXXXX (SOURCESYS) could not be activated
    When I try to choose "Manage" from the context menu for the DataSource, I see an error:
    Invalid DataStore object name /BIC/B000XXXX: Reason: No valid entry in table RSTS
    Message no. RSM1294
    The following notes have not helped:
    https://service.sap.com/sap/support/notes/1377274
    https://service.sap.com/sap/support/notes/1383711
    https://service.sap.com/sap/support/notes/1489064
    https://service.sap.com/sap/support/notes/1056060
    And no other SDN threads seem to give fruitful suggestions.
    Any ideas?

    Hi,
    Just to help the folks out here.
    In my case,
    Inspite of going through several valid NOTES & program, my issue didnt resolve (you reply was pretty accurate - but dint help me :-)).
    I have resolved the issue by adjusting the PSA table for the same.
    Procedure:
    Take the psa name  --> go to table rstsods --> find the ODSNAME_TECH name for the relevant psa  --> se38 t.code --> enter ODSNAME_TECH and click on 'adjust & activate database table' (make sure you have selected 'save data' radio button.
    Just in case anyone who come across this problem, can do the above steps.
    Regards,
    Dubbu.

  • Problem after regestering a form on ebs

    db , dev 10g rel2 , vison 12 ,
    hi all ,
    i am trying to build a form and regestering it on ebs ,
    i am sure i made all steps correctly ,
    i opened the template , removed unwanted objects "block_name,%detail%" i do not remember the second name of the block , modified triggers "pre-form,when-new-form" , modified app_custom package , created my block on a new canvas with a new windows , inherited every new object i created , did everything , and the form is compiled and registered well , but when i try to press f11 to enter-query , the fields color does not change to blue , it is white , second thing , f4 does not close the form or cancel the query ,
    and i can not insert anything into the table .
    i've tried it once with per_all_people_f table , and another once with table i created ?
    how could i solve it ?
    thanks in advance

    please see this .
    problem after regestering form on ebs
    whenever i ask there in ebs general discussion , they say i can ask here , and if i post here you say i should ask there , what should i do ?

  • Import/Export problems after patching oracle from 9.2.0.1 to 9.2.0.5

    Hi, After I applied the 5 patch to oracle 9201 on Win XP the export utility has started to complain about
    EXP-00008: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00024: Export views not installed, please notify your DBA
    EXP-00000: Export terminated unsuccessfully
    And after I applied catexp.sql script, it didn't fix the issue with export, the error message has become like this:
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Can someone advise, what's wrong with it? With oracle 9.2.0.1 export worked fine, after upgrade to 9.2.0.5 it fails every time it gets to the table data export stage.
    Thanks in advise

    It seems that you have found an answer in other forum :
    Imp/Exp problems after patching oracle to 9205
    Nicolas.

  • XE connection problem after using Cisco AnyConnect Client

    Hello
    I have a rather annoying problem connecting to an XE instance AFTER I have disconnected from a VPN via a Cisco AnyConnect VPN Agent.
    Sequence of operations:
    - start Oracle XE and work normally
    - connect to client's vpn
    - do other stuff
    - DISCONNECT from Client's VPN
    -> unable to connect to XE service any more, unless I reboot
    The problem does not happen with other vpn clients like Cisco VPN Service, Juniper, Checkpoint.
    Details:
    - sqlplus connection WITH service name (eg sqlplus user/pwd@XE): FAILURE with ORA-12170
    - but...sqlplus connection WITHOUT service name (eg sqlplus user/pwd): SUCCESS (weird !)
    - tnsping XE: TNS-12535 error
    - lsnrctl status output (sorry, italian localized)
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 22-GIU-2011 14:19
    :38
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATO del LISTENER
    Alias LISTENER
    Versione TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Data di inizio 22-GIU-2011 12:26:15
    Tempo di attivitÓ 0 giorni 1 ore 53 min. 22 sec.
    Livello trace off
    Sicurezza ON: Local OS Authentication
    SNMP OFF
    Servizio predefinito XE
    File di parametri listenerC:\programs\oraclexe\app\oracle\product\10.2.0\server\
    network\admin\listener.ora
    File di log listener C:\programs\oraclexe\app\oracle\product\10.2.0\server\
    network\log\listener.log
    Summary table degli endpoint di ascolto...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=MyPCName)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Summary table dei servizi...
    Il servizio "CLRExtProc" ha 1 istanze.
    L'istanza "CLRExtProc", stato UNKNOWN, ha 1 handler per questo servizio...
    Il servizio "PLSExtProc" ha 1 istanze.
    L'istanza "PLSExtProc", stato UNKNOWN, ha 1 handler per questo servizio...
    Il servizio "XEXDB" ha 1 istanze.
    L'istanza "xe", stato READY, ha 1 handler per questo servizio...
    Il servizio "XE_XPT" ha 1 istanze.
    L'istanza "xe", stato READY, ha 1 handler per questo servizio...
    Il servizio "xe" ha 1 istanze.
    L'istanza "xe", stato READY, ha 1 handler per questo servizio...
    Environment:
    Win7 Pro SP1
    Oracle XE 10.2.0
    I have stopped the Win firewall and the problem is still there, so it is not a firewall problem
    listener.ora configuration
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\programs\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\programs\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyPCName)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyPCName)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Any help ?

    Hi;
    Pelase close this tread as answered and keep update issue at:
    Re: XE connection problem after using Cisco AnyConnect Client
    Regard
    Helios

  • Timeouts and connection problems after 5.1(2) upgrade

    AIM/chat and some other programs are having timeout/connection problems after upgrade to 5.1(2). I am using S241 also. The connection problems stopped when the IPS was set to bypass. Rebuilt IPS and left sigs at default settings and problem is still happening. I am not seeing any of the IPs that are having the problem in the Event Viewer or on the Events in the IDM.
    Any known issues with the 5.1(2) that would cause this type of problem?

    I don't know specifically, but I did notice that 5.1(3) was released today.

  • Problem while dropping a table

    Dear All,
    I am facing a problem while dropping a table in Oracle 10g.
    I am able to find the number of records in the table but unble to delete it.
    SQL> select count(*) from merchant_audit;
    COUNT(*)
    30028278
    SQL> drop table merchant_audit;
    drop table merchant_audit
    ERROR at line 1:
    ORA-00942: table or view does not exist
    I have to drop this table from the database. Please help.
    regards,
    Santhosh

    Hi,
    IS it a table ? Is it your table ?
    Read this example :
    sqlplus scott/*****
    SQL> create table merchant_audit(col1 number);
    Table created.
    SQL> create public synonym merchant_audit for merchant_audit;
    Synonym created.
    SQL> grant select on merchant_audit to merchant;
    Grant succeeded.
    SQL> conn merchant/merchant
    Connected.
    SQL> select count(*) from merchant_audit;
    COUNT(*)
    0
    SQL> drop table merchant_audit;
    drop table merchant_audit
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL>
    See owner into the dba_tables, and if synonym into dba_synonyms.
    Nicolas.
    Message was edited by:
    Nicolas Gasparotto

Maybe you are looking for

  • How can I see the files in the Recovery partition folders? Explorer won't let me.

    I am preparing to do a clean install of Windows 7 onto a hard drive that shipped with Vista Home and the Recovery partition.  I want to reuse the recovery tools along with Windows 7 in the recovery partition.  Windows Explorer won't display the conte

  • Satellite P300 freezing after more than 20 minutes

    Hi Hope someone can help. My P300 satellite laptop freezes when left on for more than 20 minutes. This has been a problem since buying the laptop 8 months ago. I have windows vista installed. When this happens I have to hold down the on button untill

  • Difference between InvisibleShield, Ghost Armor, Clear Shield

    They all say that each was originally used to "used to protect the leading edges of military helicopter blades from wear and tear" or protect helicopter blades in Desert Storm from sand or something. Why are there different companies making the same

  • Calling a variable from a external txt file that is equal button name

    Hello I have a variable in an external txt file that is = the name of my button. I have loaded the file in to flash in an object called my_lv. How do I make line three in the code valid ? _root.map.name1900.onRollOver=function() { this._alpha=20; txN

  • How to synchronize large playlists with ipod?

    can i set itunes to synchronize with all playlists even in the case the ipod disk can't match the size. i want itunes to pick titles from all playlists by random each time the ipod connects with itune to be more excited on the go without the hassle o