Connman --nameservers option "Error...not supported"

I'm trying to set a Nameserver for an SSID with connman and I'm not having any luck.
~ $ sudo connmanctl
connmanctl> services
*AO ssid_name wifi_c48508086d6c_6669726563617434313533_managed_psk
connmanctl> config wifi_c48508086d6c_6669726563617434313533_managed_psk nameservers 8.8.8.8
Error wifi_c48508086d6c_6669726563617434313533_managed_psk: Not supported
I've also tried setting the 'Nameservers' line manually in the config file /var/lib/connman/ssid_name
[service_wifi_c48508086d6c_6669726563617434313533_managed_psk]
Type = wifi
Name = ssid_name
Passphrase = secret
Nameservers = 8.8.8.8,8.8.4.4
And it still doesn't use the nameserver. Is this a bug or am I missing something obvious??
Thanks!
Scott
Edit: FYI, I've tried both connman from [community] and connman-git from the AUR.
Last edited by firecat53 (2014-04-04 16:23:20)

Yes, the nameserver line in /etc/resolv.conf is set to 127.0.0.1, and I've tried numerous times with the connmanctl config command (it accepts the argument with or without the dashes) and still get the same 'Error...not supported' result. I guess that's my point...it doesn't *seem* to be working the way it's supposed to and I'm wondering if anyone else is experiencing this or if I'm doing something wrong
Thanks,
Scott
Edit: Also, there's no entries or errors in journalctl that speak to setting the nameserver. It mentions setting hostname and domainname though.
Edit1: Hmmm, this is interesting: if I set the 'Nameservers' manually in the config file, it messes with my routing table:
~ $ ip r
default via 192.168.0.1 dev wlp2s0
default via 192.168.0.1 dev wlp2s0 metric 303
8.8.8.8 via 192.168.0.1 dev wlp2s0
192.168.0.0/24 dev wlp2s0 proto kernel scope link src 192.168.0.202 metric 303
192.168.0.1 dev wlp2s0 scope link
and I get these entries in journalctl:
Apr 04 09:57:41 scotty connmand[12997]: Failed to connect to server 8.8.8.8
Apr 04 09:57:41 scotty connmand[12997]: Failed to connect to server 8.8.4.4
I'm not sure if that's new or I just never noticed it before....is that normal for connman?
Edit2: Well, I guess it does work when I manually add the 'Nameservers=' line to the config file for that network. I just wasn't being patient enough. However, using connmanctl to add the nameservers still fails as above, so I'll leave this topic open.
Last edited by firecat53 (2014-04-04 18:34:50)

Similar Messages

  • Crystal Reports 2008 Formula in Cross-Tab Error Not Supported

    I have a crosstab that was created in Crystal XI and when I opened the report in Crystal 2008 I receive an Error "Not Supported" when I removed the fromula that was in the Crosstab the report displayed. The following is the formula that is within the crosstab:
    If {VWR_PPS_VISIT_SCHEDULE.COHORT_NAME} = '(No Cohort)'  THEN
        If DistinctCount({VWR_PPS_VISIT_SCHEDULE.COHORT_NAME},{VWR_PPS_VISIT_SCHEDULE.PROPOSAL_VERSION_ID}) >1 then
             {VWR_PPS_VISIT_SCHEDULE.COHORT_NAME}&" "&{VWR_PPS_VISIT_SCHEDULE.VISIT_NAME}
        else
            ""&" "&{VWR_PPS_VISIT_SCHEDULE.VISIT_NAME}
    else
        {VWR_PPS_VISIT_SCHEDULE.COHORT_NAME}&" "&{VWR_PPS_VISIT_SCHEDULE.VISIT_NAME}
    As I mentioned the formula works perfectly in Crystal XI but not Crystal 2008 which no sese at all.  We are preparing to migrate from Crystal XI to Crystal 2008 and if this is an issue we may need to but upgrading off.
    Any help with this would be gratly appreciated.
    Thanks
    Edited by: jackie2009 on Oct 9, 2009 3:41 PM

    Try adding brackets around the If statements.e.g.
    If {VWR_PPS_VISIT_SCHEDULE.COHORT_NAME} = '(No Cohort)' THEN
    If DistinctCount({VWR_PPS_VISIT_SCHEDULE.COHORT_NAME},{VWR_PPS_VISIT_SCHEDULE.PROPOSAL_VERSION_ID}) >1
    then {VWR_PPS_VISIT_SCHEDULE.COHORT_NAME}&" "&{VWR_PPS_VISIT_SCHEDULE.VISIT_NAME}
    else ""&" "&{VWR_PPS_VISIT_SCHEDULE.VISIT_NAME}
    else {VWR_PPS_VISIT_SCHEDULE.COHORT_NAME}&" "&{VWR_PPS_VISIT_SCHEDULE.VISIT_NAME}

  • Error 'Not Supported'

    Hi,
    I'm in the process of testing Crystal server 2013 & am having issues with existing reports.
    I initially received the following error code:
    The viewer could not process an event. Error in File GPCR0010Act - Cost of Sales (Actual) by Delivery Note:
    Max processing time or Max records limit reached []
    ---- Error code:0 [CRWEB00000119]
    I have since set the max records to infinite & the report now simply times out.
    Running the report in developer returns the error 'Not Supported' followed by 'No more Files' then shows the requested output.
    Could anyone advise what might be causing these errors?
    The report runs with no issues on XI...
    Many thanks.

    Hi Andrew
    The PAM for CR designer (db support will be the same for CRS) should not be challenging for logon - pls see this link:
    SAP Crystal Reports 2013 Product Availability Matrix (PAM)
    In case you are still not bale to see the result, here is a screenshot:
    Even though the PAM does not specify v11, I suspect this should still work.
    So. You mention that "Other reports work perfectly."
    Are these off of the same database? If so, then the question is; what's the diff? (SPs? Views? Links? Subreports? Mutliple starting points, etc., etc.)
    Also, in your original post you say: "I'm in the process of testing Crystal server 2013..". Question then would be; is this limited to running the reports on CR Server and thus reports run fine in the CR 2013 designer?
    Oh, one more thing. Please see the following:
    http://scn.sap.com/thread/978353
    http://scn.sap.com/thread/1124810
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
      Follow me on Twitter

  • Optional elements not supported in XML parser for java

    I am using v2 parser version 2.0.2.8.0 for java. Looks like this parser does not support optional elements.
    My DTD looks like
    <!ELEMENT Graph (Background, ImageSize)?>
    <!ELEMENT ImageSize EMPTY>
    <!ATTLIST ImageSize
    width CDATA #IMPLIED
    height CDATA #IMPLIED >
    <!ELEMENT Background EMPTY>
    <!ATTLIST Background
    fillColor CDATA #IMPLIED>
    If I set the XML following XML
    <?xml version="1.0" ?>
    <Graph>
    <ImageSize width="422" height="477"/>
    </Graph>
    I am getting XMLParseException :Invalid element 'ImageSize' in content of 'Graph', expected elements '[Background]'
    The parser expects all the elements to be present in the XML although the elements are defined as optional in the DTD. It used to work fine until v2 parser version 2.0.2.7.0. Is this a bug?
    null

    The value of JAXP is that it allows one to
    freely switch parsers without changing any code. I have an application that uses the JAXP interfaces to create my DOM parser. I am using the Xerces-J parser now. I wanted to try Oracle's parser to see how it compares. To my great surprise, I found the Oracle DOM parser doesn't support JAXP. Because of this I have to CHANGE my code to user the Oracle DOM parser. Thus defeating the purpose of coding my app to the JAXP interface.
    I have to add that I am surprised to see that a developer of Oracle's XML parser has to even ask what the value of JAXP is. I would think that being a parser developer, you would know and understand the value of JAXP.
    I would like to know why Oracle has chosen not to support JAXP? Or have you just not even thought about whether or not you should support it.
    Thanks,
    Keith Jensen
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    What is the perceived value in implementing the JAXP standard? We already implement SAX, have plans for SAX2, and are working with other XSLT vendors on the TRAX api for XSLT processors.
    If there is strong customer demand, we'll clearly consider it, but at the moment that has not been the case.<HR></BLOCKQUOTE>
    null

  • Burned dvd gets error "not supported"

    a friend gave me a dvd of an event that he recorded on his camcorder. i copied the dvd but the burned copy will not play in idvd 5 but the original will. the copy gives an error of "media not supported" or something like that. isnt it an exact copy?? do i need to try and import the video ts and audio ts files into imovie?

    i copied the dvd
    How did you 'copy' the DVD? iDVD isn't for copying DVDs - Disk Utility is for copying DVDs.
    Unfortunately, Disk Utility doesn't seem to like to copy DVD+R discs. Toast is your best bet.
    F Shippey

  • Optional plugins not supported

    i d/l'd and installed the optional plugins for ps cs5, but they do not show in the filters list.
    i have been told by someone who has used ps for a number of years that ps cs5 does not support them.
    i d/l'd them from adobe, so why don't they work?

    it is possible i installed the wrong plugins, but i did
    get them from adobe. they are the same that were removed after cs3
    when cs4 came out. they are both available from adobe's download page
    as optional, one version for cs4 the other for cs5. i'll check to see if the correct
    version is installed as i have both 32 and 64 bit capabilities on my win 7 ultimate 64 bit os.
    i'll let you know the result as soon as i can. hopefully the version installed for my 64 bit is
    incorrect, not unsupported.
    i have just visited the d/l page here
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4688&fileID=4376
    but there is nothing to indicate any 32 or 64 bit version for the plugins. it only has a single d/l link
    as you can see on the page. i have already added some demo and other plugins without any problem
    but i am unable to find where or how to resolve this problem with them not being available for use
    in ps cs5 extended.
    i currently have literally hunderds of filters, freeware and paid, that are all ps compatible but am leary
    of installing into ps for use there. they are installed for use in other applications.
    Message was edited by: billy2shoes 8:46 a.m. 8/13/11

  • Cant export pics from lightroom 3 it saying error not supported on this computer I have a mac

    I have a DVD+R Blank disc and Lightroom wont let me export to the DVD/CD it says its not supported on this computer...I have a MAC

    Can someone please help....pretty pleae

  • Crystal Report Optional Prompt Not supported

    Hi,
    I am creating a Crystal Report on top of BEx query. We have 4 parameters in BEx and i have created one parameter in Crystal which should be an optional one. The report is working perfectly alright when run in designer. But when published to enterprise the optional prmpt is not working as intended. It is expecting a value all the times. I tried to default it some value, but it is not working.
    We are using BO XI 3.1 FP2.8, Crystal Reports 2008 SP2 FP2.8 BI 7.X.
    We are using BI Publisher to publish the reports. Alos i have treid testing by directly saving the report to enterprise but the result is the same.
    Any suggestions or help is greatly appreciated.
    Regards,
    Venkat

    I am already using the Not HasValue(). And that is working perfectly when tested from Crystal Reports designer. But it is not working only when published to the enterprise.
    Regards,
    Venkat

  • Can't open Error '' Not Supported on This system"

    I downloaded a game i think it was made for Mac OS 7,8-9 Not Sure. My friend had it on his Mac Laptop the one made of plastic and coloured.
    Anyway, how do i open it. Under Mac OS 9?
    Thanks.

    There are a couple of emulators if your willing to make the effort:
    SheepShaver
    Mini vMac
    You'll find them at VersionTracker or MacUpdate.

  • CR9/Informix 7.4: "Not Supported" error

    Hi All,
    I've been racking my brain for the last day on this. I have a crystal report that has sub-reports, all data is collected from Informix stored procedures, but i'm receiving a very non-descript error "Not Supported" when trying to add any new subreports:
    Main Report -> (storedproc_1)
      --> SubReport (storedproc_2) Existing
      --> SubReport2 (storedproc_3) Existing
      --> SubReportNew (storedproc_4) NEW
    When i run the above report, i get this "Not Supported" error pop-up about 4 times in a row on the page where SubReportNew is supposed to run. if i suppress this subreport it works fine and shows the first 2 subreports.
    The Strange Part:
    When i open the subreport and run it in isolation it works! Then if i run it from the main report it works fine. But once the document is closed and re-opened its back to not working.
    When i put tracing on the stored procedure i find that Crystal isn't even calling it - it bombs out before that point.
    Has anyone ever experienced this, or know how i can get more description on the error messages, is there a log somewhere with more detail?
    Any help will be greatly appreciated.
    Regards,
    Trent

    This thread can be closed. Although I did not find the cause of this problem, i did find a work around.
    I was able to create new sub reports IF i import them from previously created reports - i was then able to change the datasource & create the reports i wanted.
    The only thing i can think of is maybe a Windows release has changed some dependent DLLs and causing incompatibility issues. I say windows because we have not upgraded or installed any fixes for CR9 for over 2 years and never had this problem.

  • Vizio HDTV will not display - Not Support!

    Using Arch x86_64
    Nvidia 450 GTS
    Nvidia 430 GT
    So I am trying to output to my Vizio 37" HDTV via HDMI on my 450 GTS, but I always get the error "Not Support!" displayed on my TV. I have 3 monitors configured in nvidia-settings, all 3 are in the "separate X screens" configuration. I have an Acer 23" (DVI) and the Vizio on my 450 GTS and I have a 19" LG (also DVI) on my 430 GT.
    I have been able to get this working easily on past distros (ubuntu) but I fear this may have something do with the newer Xorg version from Arch, but I am not sure and would like to work around it if i can. Here is my Xorg.0.log file:
    [ 11.961]
    X.Org X Server 1.11.3
    Release Date: 2011-12-16
    [ 11.961] X Protocol Version 11, Revision 0
    [ 11.961] Build Operating System: Linux 3.1.5-1-ARCH x86_64
    [ 11.961] Current Operating System: Linux TeetoArch 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:40:20 CET 2012 x86_64
    [ 11.961] Kernel command line: root=/dev/disk/by-uuid/a581f4d1-b664-4b00-832b-7ad7323d7e0e ro
    [ 11.961] Build Date: 17 December 2011 09:17:41AM
    [ 11.961]
    [ 11.961] Current version of pixman: 0.24.2
    [ 11.961] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 11.961] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.961] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 2 01:51:52 2012
    [ 11.971] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 11.984] (==) ServerLayout "Layout0"
    [ 11.984] (**) |-->Screen "Screen0" (0)
    [ 11.984] (**) | |-->Monitor "Monitor0"
    [ 11.984] (**) | |-->Device "Device0"
    [ 11.984] (**) |-->Screen "Screen1" (1)
    [ 11.984] (**) | |-->Monitor "Monitor1"
    [ 11.984] (**) | |-->Device "Device1"
    [ 11.984] (**) |-->Screen "Screen2" (2)
    [ 11.984] (**) | |-->Monitor "Monitor2"
    [ 11.984] (**) | |-->Device "Device2"
    [ 11.984] (**) |-->Input Device "Keyboard0"
    [ 11.984] (**) |-->Input Device "Mouse0"
    [ 11.984] (**) Option "Xinerama" "0"
    [ 11.984] (==) Automatically adding devices
    [ 11.984] (==) Automatically enabling devices
    [ 12.021] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 12.021] Entry deleted from font path.
    [ 12.030] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 12.030] Entry deleted from font path.
    [ 12.030] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 12.030] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 12.030] Entry deleted from font path.
    [ 12.030] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 12.030] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 12.030] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 12.030] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 12.030] (WW) Disabling Keyboard0
    [ 12.030] (WW) Disabling Mouse0
    [ 12.030] (II) Loader magic: 0x7ccae0
    [ 12.030] (II) Module ABI versions:
    [ 12.030] X.Org ANSI C Emulation: 0.4
    [ 12.030] X.Org Video Driver: 11.0
    [ 12.030] X.Org XInput driver : 13.0
    [ 12.030] X.Org Server Extension : 6.0
    [ 12.031] (--) PCI:*(0:1:0:0) 10de:0dc4:10de:085a rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/134217728, 0xec000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
    [ 12.031] (--) PCI: (0:2:0:0) 10de:0de1:10de:0828 rev 161, Mem @ 0xf9000000/16777216, 0xd0000000/134217728, 0xde000000/33554432, I/O @ 0x0000df00/128, BIOS @ 0x????????/524288
    [ 12.031] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 12.031] (II) LoadModule: "extmod"
    [ 12.043] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 12.051] (II) Module extmod: vendor="X.Org Foundation"
    [ 12.051] compiled for 1.11.3, module version = 1.0.0
    [ 12.051] Module class: X.Org Server Extension
    [ 12.051] ABI class: X.Org Server Extension, version 6.0
    [ 12.051] (II) Loading extension MIT-SCREEN-SAVER
    [ 12.051] (II) Loading extension XFree86-VidModeExtension
    [ 12.051] (II) Loading extension XFree86-DGA
    [ 12.051] (II) Loading extension DPMS
    [ 12.051] (II) Loading extension XVideo
    [ 12.051] (II) Loading extension XVideo-MotionCompensation
    [ 12.051] (II) Loading extension X-Resource
    [ 12.051] (II) LoadModule: "dbe"
    [ 12.051] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 12.051] (II) Module dbe: vendor="X.Org Foundation"
    [ 12.051] compiled for 1.11.3, module version = 1.0.0
    [ 12.051] Module class: X.Org Server Extension
    [ 12.051] ABI class: X.Org Server Extension, version 6.0
    [ 12.051] (II) Loading extension DOUBLE-BUFFER
    [ 12.051] (II) LoadModule: "glx"
    [ 12.051] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 12.407] (II) Module glx: vendor="NVIDIA Corporation"
    [ 12.415] compiled for 4.0.2, module version = 1.0.0
    [ 12.415] Module class: X.Org Server Extension
    [ 12.415] (II) NVIDIA GLX Module 290.10 Wed Nov 16 18:01:24 PST 2011
    [ 12.415] (II) Loading extension GLX
    [ 12.415] (II) LoadModule: "record"
    [ 12.415] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 12.426] (II) Module record: vendor="X.Org Foundation"
    [ 12.426] compiled for 1.11.3, module version = 1.13.0
    [ 12.426] Module class: X.Org Server Extension
    [ 12.426] ABI class: X.Org Server Extension, version 6.0
    [ 12.426] (II) Loading extension RECORD
    [ 12.426] (II) LoadModule: "dri"
    [ 12.426] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 12.442] (II) Module dri: vendor="X.Org Foundation"
    [ 12.442] compiled for 1.11.3, module version = 1.0.0
    [ 12.442] ABI class: X.Org Server Extension, version 6.0
    [ 12.442] (II) Loading extension XFree86-DRI
    [ 12.442] (II) LoadModule: "dri2"
    [ 12.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 12.443] (II) Module dri2: vendor="X.Org Foundation"
    [ 12.443] compiled for 1.11.3, module version = 1.2.0
    [ 12.443] ABI class: X.Org Server Extension, version 6.0
    [ 12.443] (II) Loading extension DRI2
    [ 12.443] (II) LoadModule: "nvidia"
    [ 12.443] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12.503] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 12.504] compiled for 4.0.2, module version = 1.0.0
    [ 12.504] Module class: X.Org Video Driver
    [ 12.513] (II) NVIDIA dlloader X Driver 290.10 Wed Nov 16 17:41:10 PST 2011
    [ 12.513] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 12.513] (++) using VT number 7
    [ 12.516] (II) Loading sub module "fb"
    [ 12.516] (II) LoadModule: "fb"
    [ 12.516] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.521] (II) Module fb: vendor="X.Org Foundation"
    [ 12.521] compiled for 1.11.3, module version = 1.0.0
    [ 12.521] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12.521] (II) Loading sub module "wfb"
    [ 12.521] (II) LoadModule: "wfb"
    [ 12.521] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12.532] (II) Module wfb: vendor="X.Org Foundation"
    [ 12.532] compiled for 1.11.3, module version = 1.0.0
    [ 12.532] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 12.532] (II) Loading sub module "ramdac"
    [ 12.532] (II) LoadModule: "ramdac"
    [ 12.532] (II) Module "ramdac" already built-in
    [ 12.533] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12.533] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12.533] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.535] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12.535] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12.535] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.535] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 12.535] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 12.535] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 12.535] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12.535] (==) NVIDIA(0): RGB weight 888
    [ 12.535] (==) NVIDIA(0): Default visual is TrueColor
    [ 12.535] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12.535] (**) NVIDIA(0): Option "TwinView" "0"
    [ 12.535] (**) NVIDIA(0): Option "MetaModes" "DFP-0: nvidia-auto-select +0+0"
    [ 12.535] (**) NVIDIA(0): Enabling 2D acceleration
    [ 13.375] (II) NVIDIA(GPU-0): Display (Acer S231HL (DFP-0)) does not support NVIDIA 3D
    [ 13.375] (II) NVIDIA(GPU-0): Vision stereo.
    [ 13.408] (II) NVIDIA(GPU-0): Display (VIZ VO370M (DFP-1)) does not support NVIDIA 3D Vision
    [ 13.408] (II) NVIDIA(GPU-0): stereo.
    [ 13.409] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0)
    [ 13.409] (--) NVIDIA(0): Memory: 1048576 kBytes
    [ 13.409] (--) NVIDIA(0): VideoBIOS: 70.06.1f.00.01
    [ 13.409] (II) NVIDIA(0): Detected PCI Express Link width: 8X
    [ 13.409] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 13.409] (--) NVIDIA(0): Connected display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 13.409] (--) NVIDIA(0): Acer S231HL (DFP-0)
    [ 13.409] (--) NVIDIA(0): VIZ VO370M (DFP-1)
    [ 13.409] (--) NVIDIA(0): Acer S231HL (DFP-0): 330.0 MHz maximum pixel clock
    [ 13.409] (--) NVIDIA(0): Acer S231HL (DFP-0): Internal Dual Link TMDS
    [ 13.409] (--) NVIDIA(0): VIZ VO370M (DFP-1): 165.0 MHz maximum pixel clock
    [ 13.409] (--) NVIDIA(0): VIZ VO370M (DFP-1): Internal Single Link TMDS
    [ 13.410] (II) NVIDIA(0): Display Device found referenced in MetaMode: DFP-0
    [ 13.410] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
    [ 13.410] (**) NVIDIA(0): enabled on all display devices.
    [ 13.430] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 13.430] (II) NVIDIA(0): Validated modes:
    [ 13.430] (II) NVIDIA(0): "DFP-0:nvidia-auto-select+0+0"
    [ 13.430] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 13.458] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
    [ 13.458] (--) NVIDIA(0): option
    [ 13.458] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
    [ 13.458] (==) NVIDIA(1): RGB weight 888
    [ 13.458] (==) NVIDIA(1): Default visual is TrueColor
    [ 13.458] (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
    [ 13.458] (**) NVIDIA(1): Option "TwinView" "0"
    [ 13.458] (**) NVIDIA(1): Option "MetaModes" "nvidia-auto-select +0+0"
    [ 13.458] (**) NVIDIA(1): Enabling 2D acceleration
    [ 14.402] (II) NVIDIA(GPU-1): Display (LG Electronics L196W (DFP-0)) does not support NVIDIA
    [ 14.402] (II) NVIDIA(GPU-1): 3D Vision stereo.
    [ 14.403] (II) NVIDIA(1): NVIDIA GPU GeForce GT 430 (GF108) at PCI:2:0:0 (GPU-1)
    [ 14.403] (--) NVIDIA(1): Memory: 1048576 kBytes
    [ 14.403] (--) NVIDIA(1): VideoBIOS: 70.08.29.00.01
    [ 14.403] (II) NVIDIA(1): Detected PCI Express Link width: 8X
    [ 14.403] (--) NVIDIA(1): Interlaced video modes are supported on this GPU
    [ 14.403] (--) NVIDIA(1): Connected display device(s) on GeForce GT 430 at PCI:2:0:0
    [ 14.403] (--) NVIDIA(1): LG Electronics L196W (DFP-0)
    [ 14.403] (--) NVIDIA(1): LG Electronics L196W (DFP-0): 330.0 MHz maximum pixel clock
    [ 14.403] (--) NVIDIA(1): LG Electronics L196W (DFP-0): Internal Dual Link TMDS
    [ 14.405] (II) NVIDIA(1): Display Device found referenced in MetaMode: DFP-0
    [ 14.405] (**) NVIDIA(1): Using HorizSync/VertRefresh ranges from the EDID has been
    [ 14.405] (**) NVIDIA(1): enabled on all display devices.
    [ 14.425] (II) NVIDIA(1): Assigned Display Device: DFP-0
    [ 14.425] (II) NVIDIA(1): Validated modes:
    [ 14.425] (II) NVIDIA(1): "nvidia-auto-select+0+0"
    [ 14.425] (II) NVIDIA(1): Virtual screen size determined to be 1440 x 900
    [ 14.428] (--) NVIDIA(1): DPI set to (89, 87); computed from "UseEdidDpi" X config
    [ 14.428] (--) NVIDIA(1): option
    [ 14.428] (**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
    [ 14.428] (==) NVIDIA(2): RGB weight 888
    [ 14.428] (==) NVIDIA(2): Default visual is TrueColor
    [ 14.428] (==) NVIDIA(2): Using gamma correction (1.0, 1.0, 1.0)
    [ 14.428] (**) NVIDIA(2): Option "TwinView" "0"
    [ 14.428] (**) NVIDIA(2): Option "MetaModes" "DFP-1: nvidia-auto-select +0+0; DFP-1: 1920x1080 +0+0"
    [ 14.428] (II) NVIDIA(2): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0)
    [ 14.428] (--) NVIDIA(2): Memory: 1048576 kBytes
    [ 14.428] (--) NVIDIA(2): VideoBIOS: 70.06.1f.00.01
    [ 14.428] (II) NVIDIA(2): Detected PCI Express Link width: 8X
    [ 14.428] (--) NVIDIA(2): Interlaced video modes are supported on this GPU
    [ 14.428] (--) NVIDIA(2): Connected display device(s) on GeForce GTS 450 at PCI:1:0:0
    [ 14.428] (--) NVIDIA(2): Acer S231HL (DFP-0)
    [ 14.428] (--) NVIDIA(2): VIZ VO370M (DFP-1)
    [ 14.428] (--) NVIDIA(2): Acer S231HL (DFP-0): 330.0 MHz maximum pixel clock
    [ 14.428] (--) NVIDIA(2): Acer S231HL (DFP-0): Internal Dual Link TMDS
    [ 14.428] (--) NVIDIA(2): VIZ VO370M (DFP-1): 165.0 MHz maximum pixel clock
    [ 14.428] (--) NVIDIA(2): VIZ VO370M (DFP-1): Internal Single Link TMDS
    [ 14.429] (II) NVIDIA(2): Display Device found referenced in MetaMode: DFP-1
    [ 14.429] (**) NVIDIA(2): Using HorizSync/VertRefresh ranges from the EDID has been
    [ 14.429] (**) NVIDIA(2): enabled on all display devices.
    [ 14.429] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.429] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.429] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.429] (WW) NVIDIA(2): this mode's HorizSync (28.1 kHz); ignoring HorizSync check
    [ 14.429] (WW) NVIDIA(2): for mode "1920x1080".
    [ 14.429] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.429] (WW) NVIDIA(2): "720x576" is specified in the EDID; however, the EDID's
    [ 14.429] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.429] (WW) NVIDIA(2): this mode's HorizSync (15.6 kHz); ignoring HorizSync check
    [ 14.429] (WW) NVIDIA(2): for mode "720x576".
    [ 14.429] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.429] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.429] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.429] (WW) NVIDIA(2): this mode's HorizSync (28.1 kHz); ignoring HorizSync check
    [ 14.429] (WW) NVIDIA(2): for mode "1920x1080".
    [ 14.429] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.429] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.429] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.429] (WW) NVIDIA(2): this mode's HorizSync (27.0 kHz); ignoring HorizSync check
    [ 14.429] (WW) NVIDIA(2): for mode "1920x1080".
    [ 14.429] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.429] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.429] (WW) NVIDIA(2): valid VertRefresh range (50.000-77.000 Hz) would exclude
    [ 14.429] (WW) NVIDIA(2): this mode's VertRefresh (24.0 Hz); ignoring VertRefresh
    [ 14.429] (WW) NVIDIA(2): check for mode "1920x1080".
    [ 14.430] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.430] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.430] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.430] (WW) NVIDIA(2): this mode's HorizSync (28.1 kHz); ignoring HorizSync check
    [ 14.430] (WW) NVIDIA(2): for mode "1920x1080".
    [ 14.431] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.431] (WW) NVIDIA(2): "720x576" is specified in the EDID; however, the EDID's
    [ 14.431] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.431] (WW) NVIDIA(2): this mode's HorizSync (15.6 kHz); ignoring HorizSync check
    [ 14.431] (WW) NVIDIA(2): for mode "720x576".
    [ 14.432] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.432] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.432] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.432] (WW) NVIDIA(2): this mode's HorizSync (28.1 kHz); ignoring HorizSync check
    [ 14.432] (WW) NVIDIA(2): for mode "1920x1080".
    [ 14.432] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.432] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.432] (WW) NVIDIA(2): valid HorizSync range (31.000-70.000 kHz) would exclude
    [ 14.432] (WW) NVIDIA(2): this mode's HorizSync (27.0 kHz); ignoring HorizSync check
    [ 14.432] (WW) NVIDIA(2): for mode "1920x1080".
    [ 14.432] (WW) NVIDIA(2): The EDID for VIZ VO370M (DFP-1) contradicts itself: mode
    [ 14.432] (WW) NVIDIA(2): "1920x1080" is specified in the EDID; however, the EDID's
    [ 14.432] (WW) NVIDIA(2): valid VertRefresh range (50.000-77.000 Hz) would exclude
    [ 14.432] (WW) NVIDIA(2): this mode's VertRefresh (24.0 Hz); ignoring VertRefresh
    [ 14.432] (WW) NVIDIA(2): check for mode "1920x1080".
    [ 14.451] (II) NVIDIA(2): Assigned Display Device: DFP-1
    [ 14.451] (II) NVIDIA(2): Validated modes:
    [ 14.451] (II) NVIDIA(2): "DFP-1:nvidia-auto-select+0+0"
    [ 14.451] (II) NVIDIA(2): "DFP-1:1920x1080+0+0"
    [ 14.451] (II) NVIDIA(2): Virtual screen size determined to be 1920 x 1080
    [ 14.454] (WW) NVIDIA(2): Cannot find size of first mode for Acer S231HL (DFP-0); cannot
    [ 14.454] (WW) NVIDIA(2): compute DPI from Acer S231HL (DFP-0)'s EDID.
    [ 14.454] (==) NVIDIA(2): DPI set to (75, 75); computed from built-in default
    [ 14.454] (--) Depth 24 pixmap format is 32 bpp
    [ 14.454] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 14.454] (II) NVIDIA: access.
    [ 14.456] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 14.456] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 14.456] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 14.456] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 14.456] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 14.456] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 14.456] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 14.456] (II) NVIDIA(0): Config Options in the README.
    [ 14.458] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select+0+0"
    [ 14.490] (II) Loading extension NV-GLX
    [ 14.556] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 14.556] (==) NVIDIA(0): Backing store disabled
    [ 14.556] (==) NVIDIA(0): Silken mouse enabled
    [ 14.556] (**) NVIDIA(0): DPMS enabled
    [ 14.556] (II) Loading extension NV-CONTROL
    [ 14.556] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "CRT", but no
    [ 14.556] (WW) NVIDIA(0): such display device could be found, or all display devices
    [ 14.556] (WW) NVIDIA(0): by that name are currently unavailable.
    [ 14.556] (WW) NVIDIA(0): Option "TwinViewXineramaInfoOrder" requested "TV", but no such
    [ 14.556] (WW) NVIDIA(0): display device could be found, or all display devices by
    [ 14.556] (WW) NVIDIA(0): that name are currently unavailable.
    [ 14.556] (II) Loading extension XINERAMA
    [ 14.556] (II) Loading sub module "dri2"
    [ 14.556] (II) LoadModule: "dri2"
    [ 14.557] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 14.557] (II) Module dri2: vendor="X.Org Foundation"
    [ 14.557] compiled for 1.11.3, module version = 1.2.0
    [ 14.557] ABI class: X.Org Server Extension, version 6.0
    [ 14.557] (II) NVIDIA(0): [DRI2] Setup complete
    [ 14.557] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 14.557] (==) RandR enabled
    [ 14.559] (II) NVIDIA(1): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 14.559] (II) NVIDIA(1): may not be running or the "AcpidSocketPath" X
    [ 14.559] (II) NVIDIA(1): configuration option may not be set correctly. When the
    [ 14.559] (II) NVIDIA(1): ACPI event daemon is available, the NVIDIA X driver will
    [ 14.559] (II) NVIDIA(1): try to use it to receive ACPI event notifications. For
    [ 14.559] (II) NVIDIA(1): details, please see the "ConnectToAcpid" and
    [ 14.559] (II) NVIDIA(1): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 14.559] (II) NVIDIA(1): Config Options in the README.
    [ 14.561] (II) NVIDIA(1): Setting mode "nvidia-auto-select+0+0"
    [ 14.654] (==) NVIDIA(1): Disabling shared memory pixmaps
    [ 14.654] (==) NVIDIA(1): Backing store disabled
    [ 14.654] (==) NVIDIA(1): Silken mouse enabled
    [ 14.655] (**) NVIDIA(1): DPMS enabled
    [ 14.655] (II) Loading sub module "dri2"
    [ 14.655] (II) LoadModule: "dri2"
    [ 14.655] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 14.655] (II) Module dri2: vendor="X.Org Foundation"
    [ 14.655] compiled for 1.11.3, module version = 1.2.0
    [ 14.655] ABI class: X.Org Server Extension, version 6.0
    [ 14.655] (II) NVIDIA(1): [DRI2] Setup complete
    [ 14.655] (II) NVIDIA(1): [DRI2] VDPAU driver: nvidia
    [ 14.655] (==) RandR enabled
    [ 14.657] (II) NVIDIA(2): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 14.657] (II) NVIDIA(2): may not be running or the "AcpidSocketPath" X
    [ 14.657] (II) NVIDIA(2): configuration option may not be set correctly. When the
    [ 14.657] (II) NVIDIA(2): ACPI event daemon is available, the NVIDIA X driver will
    [ 14.657] (II) NVIDIA(2): try to use it to receive ACPI event notifications. For
    [ 14.657] (II) NVIDIA(2): details, please see the "ConnectToAcpid" and
    [ 14.657] (II) NVIDIA(2): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 14.657] (II) NVIDIA(2): Config Options in the README.
    [ 14.657] (II) NVIDIA(2): Setting mode "DFP-1:nvidia-auto-select+0+0"
    [ 14.834] (==) NVIDIA(2): Disabling shared memory pixmaps
    [ 14.834] (==) NVIDIA(2): Backing store disabled
    [ 14.834] (==) NVIDIA(2): Silken mouse enabled
    [ 14.834] (**) NVIDIA(2): DPMS enabled
    [ 14.834] (II) Loading sub module "dri2"
    [ 14.834] (II) LoadModule: "dri2"
    [ 14.834] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 14.834] (II) Module dri2: vendor="X.Org Foundation"
    [ 14.834] compiled for 1.11.3, module version = 1.2.0
    [ 14.834] ABI class: X.Org Server Extension, version 6.0
    [ 14.834] (II) NVIDIA(2): [DRI2] Setup complete
    [ 14.834] (II) NVIDIA(2): [DRI2] VDPAU driver: nvidia
    [ 14.834] (==) RandR enabled
    [ 14.834] (II) Initializing built-in extension Generic Event Extension
    [ 14.834] (II) Initializing built-in extension SHAPE
    [ 14.834] (II) Initializing built-in extension MIT-SHM
    [ 14.834] (II) Initializing built-in extension XInputExtension
    [ 14.834] (II) Initializing built-in extension XTEST
    [ 14.834] (II) Initializing built-in extension BIG-REQUESTS
    [ 14.834] (II) Initializing built-in extension SYNC
    [ 14.834] (II) Initializing built-in extension XKEYBOARD
    [ 14.834] (II) Initializing built-in extension XC-MISC
    [ 14.834] (II) Initializing built-in extension SECURITY
    [ 14.834] (II) Initializing built-in extension XINERAMA
    [ 14.834] (II) Initializing built-in extension XFIXES
    [ 14.834] (II) Initializing built-in extension RENDER
    [ 14.834] (II) Initializing built-in extension RANDR
    [ 14.834] (II) Initializing built-in extension COMPOSITE
    [ 14.834] (II) Initializing built-in extension DAMAGE
    [ 14.835] (II) Initializing extension GLX
    [ 15.155] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 15.155] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.156] (II) LoadModule: "evdev"
    [ 15.156] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.161] (II) Module evdev: vendor="X.Org Foundation"
    [ 15.161] compiled for 1.10.99.902, module version = 2.6.0
    [ 15.161] Module class: X.Org XInput Driver
    [ 15.161] ABI class: X.Org XInput driver, version 13.0
    [ 15.161] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.161] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.161] (**) Power Button: always reports core events
    [ 15.161] (**) Power Button: Device: "/dev/input/event4"
    [ 15.161] (--) Power Button: Found keys
    [ 15.161] (II) Power Button: Configuring as keyboard
    [ 15.161] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 15.161] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 15.161] (**) Option "xkb_rules" "evdev"
    [ 15.161] (**) Option "xkb_model" "evdev"
    [ 15.161] (**) Option "xkb_layout" "us"
    [ 15.172] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 15.172] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.172] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.172] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.172] (**) Power Button: always reports core events
    [ 15.172] (**) Power Button: Device: "/dev/input/event3"
    [ 15.172] (--) Power Button: Found keys
    [ 15.172] (II) Power Button: Configuring as keyboard
    [ 15.172] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 15.172] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 15.172] (**) Option "xkb_rules" "evdev"
    [ 15.172] (**) Option "xkb_model" "evdev"
    [ 15.172] (**) Option "xkb_layout" "us"
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event6)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event7)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.173] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
    [ 15.173] (II) No input driver/identifier specified (ignoring)
    [ 15.174] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1025 (/dev/input/event1)
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: Applying InputClass "evdev pointer catchall"
    [ 15.174] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:1025'
    [ 15.174] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: always reports core events
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: Device: "/dev/input/event1"
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:1025: Found 20 mouse buttons
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:1025: Found scroll wheel(s)
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:1025: Found relative axes
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:1025: Found x and y relative axes
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:1025: Configuring as mouse
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:1025: Adding scrollwheel support
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: YAxisMapping: buttons 4 and 5
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 15.174] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.4/1-1.2.1.4:1.2/0003:046D:C52B.0005/input/input1/event1"
    [ 15.174] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:1025" (type: MOUSE, id 8)
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:1025: initialized for relative axes.
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: (accel) keeping acceleration scheme 1
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration profile 0
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration factor: 2.000
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:1025: (accel) acceleration threshold: 4
    [ 15.174] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:1025 (/dev/input/mouse0)
    [ 15.174] (II) No input driver/identifier specified (ignoring)
    [ 15.174] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4004 (/dev/input/event2)
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: Applying InputClass "evdev keyboard catchall"
    [ 15.174] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:4004'
    [ 15.174] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: always reports core events
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: Device: "/dev/input/event2"
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:4004: Found 1 mouse buttons
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:4004: Found scroll wheel(s)
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:4004: Found relative axes
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:4004: Found absolute axes
    [ 15.174] (--) Logitech Unifying Device. Wireless PID:4004: Found keys
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:4004: Configuring as mouse
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:4004: Configuring as keyboard
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:4004: Adding scrollwheel support
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: YAxisMapping: buttons 4 and 5
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 15.174] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1.4/1-1.2.1.4:1.2/0003:046D:C52B.0005/input/input2/event2"
    [ 15.174] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4004" (type: KEYBOARD, id 9)
    [ 15.174] (**) Option "xkb_rules" "evdev"
    [ 15.174] (**) Option "xkb_model" "evdev"
    [ 15.174] (**) Option "xkb_layout" "us"
    [ 15.174] (EE) Logitech Unifying Device. Wireless PID:4004: failed to initialize for relative axes.
    [ 15.174] (II) Logitech Unifying Device. Wireless PID:4004: initialized for absolute axes.
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: (accel) keeping acceleration scheme 1
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: (accel) acceleration profile 0
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: (accel) acceleration factor: 2.000
    [ 15.174] (**) Logitech Unifying Device. Wireless PID:4004: (accel) acceleration threshold: 4
    [ 15.175] (II) config/udev: Adding input device raphnet.net GC/N64_USB (/dev/input/event0)
    [ 15.175] (II) No input driver/identifier specified (ignoring)
    [ 15.175] (II) config/udev: Adding input device raphnet.net GC/N64_USB (/dev/input/js0)
    [ 15.175] (II) No input driver/identifier specified (ignoring)
    [ 15.175] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 15.175] (II) No input driver/identifier specified (ignoring)
    Lines 14.429 - 14.432 are what interests me the most. What I got from it was that the refresh rates weren't set right, but after I changed those values in my /etc/X11/xorg.conf.d/10-monitor.conf file to what this log suggested, it still did not work. Here is that file:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 290.10 ([email protected]) Wed Nov 16 18:46:42 PST 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 1920 0
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" LeftOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Acer S231HL"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "LG Electronics L196W"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor2"
    VendorName "Unknown"
    ModelName "VIZ VO370M"
    HorizSync 27.0 - 70.0
    VertRefresh 24.0 - 77.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 450"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GT 430"
    BusID "PCI:2:0:0"
    EndSection
    Section "Device"
    Identifier "Device2"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTS 450"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Device2"
    Monitor "Monitor2"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "DFP-1: nvidia-auto-select +0+0; DFP-1: 1920x1080 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I am really out of ideas, I know the tv works inputs work fine because I watch tv on it (!). Does anyone have any suggestions?

    cteeto wrote:
    Fixed
    HDMI cable was bad.
    Edit your first post and change the thread title so that it has [Solved] in it.
    Good to know that it was a simple fix - sometimes the most overlooked things lead to much frustration!

  • Not supported: indent-number

    boldNot supported: indent-number*bold*
    I opened the sample SynchronousApplication given in netbeans 6.0 beta samples. And I ran the test case but I got the following exception can any body help me out?
    ------------- Standard Output ---------------
    {java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, sun.boot.library.path=C:\Program Files\Java\jdk1.5.0_13\jre\bin, java.vm.version=1.5.0_13-b05, java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, path.separator=;, java.vm.name=Java HotSpot(TM) Client VM, file.encoding.pkg=sun.io, sun.java.launcher=SUN_STANDARD, user.country=US, sun.os.patch.level=Service Pack 2, java.vm.specification.name=Java Virtual Machine Specification, user.dir=D:\Profiles\vhbx76\My Documents\NetBeansProjects\SynchronousSample\SynchronousSampleApplication, java.runtime.version=1.5.0_13-b05, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, inDebug=${inDebug}, java.endorsed.dirs=C:\Program Files\Java\jdk1.5.0_13\jre\lib\endorsed, os.arch=x86, java.io.tmpdir=D:\Profiles\vhbx76\LOCALS~1\Temp\, line.separator=
    , java.vm.specification.vendor=Sun Microsystems Inc., user.variant=, os.name=Windows XP, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.5.0_13\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\scripts;c:\ntutils;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Hummingbird\Connectivity\10.00\Accessories\;, java.specification.name=Java Platform API Specification, java.class.version=49.0, sun.management.compiler=HotSpot Client Compiler, os.version=5.1, user.home=D:\Profiles\vhbx76, user.timezone=Asia/Calcutta, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.5, java.class.path=D:\NetBeans6.0\soa1\modules\org-netbeans-modules-compapp-manager-jbi.jar;D:\NetBeans6.0\soa1\modules\ext\jbi\catd.jar;D:\NetBeans6.0\soa1\modules\ext\jbi\xmlunit1.0.jar;D:\NetBeans6.0\java1\modules\ext\junit-3.8.2.jar;D:\NetBeans6.0\java1\modules\ext\jaxws21\api\saaj-api.jar;D:\NetBeans6.0\java1\modules\ext\jaxws21\saaj-impl.jar;D:\NetBeans6.0\java1\modules\ext\jaxws21\FastInfoset.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-xdm.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-xam.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor-lib.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-text.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor-util.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-core.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor-lib2.jar;D:\NetBeans6.0\platform7\lib\org-openide-modules.jar;D:\NetBeans6.0\platform7\lib\org-openide-util.jar;D:\NetBeans6.0\platform7\modules\org-openide-options.jar;D:\NetBeans6.0\platform7\modules\org-openide-text.jar;D:\NetBeans6.0\platform7\modules\org-openide-loaders.jar;D:\NetBeans6.0\platform7\modules\org-openide-nodes.jar;D:\NetBeans6.0\platform7\modules\org-netbeans-modules-editor-mimelookup.jar;D:\NetBeans6.0\platform7\core\org-openide-filesystems.jar;D:\lib\xalan-j_2_7_0\xalan.jar;D:\NetBeans6.0\java1\ant\lib\ant-launcher.jar;D:\NetBeans6.0\java1\ant\lib\ant.jar;D:\NetBeans6.0\java1\ant\lib\ant-junit.jar, user.name=vhbx76, java.vm.specification.version=1.0, java.home=C:\Program Files\Java\jdk1.5.0_13\jre, sun.arch.data.model=32, user.language=en, java.specification.vendor=Sun Microsystems Inc., NetBeansUserDir=D:\Profiles\vhbx76\.netbeans\6.0beta2, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, sharing, java.version=1.5.0_13, java.ext.dirs=C:\Program Files\Java\jdk1.5.0_13\jre\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.5.0_13\jre\lib\rt.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\i18n.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\jce.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.5.0_13\jre\classes, java.vendor=Sun Microsystems Inc., file.separator=\, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=}
    Test TestCase0\Concurrent.properties Failed.
    Testcase: TestCase0(org.netbeans.modules.compapp.catd.ConfiguredTest):     Caused an ERROR
    Not supported: indent-number
    java.lang.IllegalArgumentException: Not supported: indent-number
            at org.apache.xalan.processor.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.java:574)
            at org.netbeans.modules.compapp.catd.ConfiguredTest.replyAsByteArrayOS(ConfiguredTest.java:2330)
            at org.netbeans.modules.compapp.catd.ConfiguredTest.checkExpectedOutput(ConfiguredTest.java:2067)
            at org.netbeans.modules.compapp.catd.ConfiguredTest.testConcurrentSOAPRequest(ConfiguredTest.java:756)

    boldNot supported: indent-number*bold*
    I opened the sample SynchronousApplication given in netbeans 6.0 beta samples. And I ran the test case but I got the following exception can any body help me out?
    ------------- Standard Output ---------------
    {java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition, sun.boot.library.path=C:\Program Files\Java\jdk1.5.0_13\jre\bin, java.vm.version=1.5.0_13-b05, java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, path.separator=;, java.vm.name=Java HotSpot(TM) Client VM, file.encoding.pkg=sun.io, sun.java.launcher=SUN_STANDARD, user.country=US, sun.os.patch.level=Service Pack 2, java.vm.specification.name=Java Virtual Machine Specification, user.dir=D:\Profiles\vhbx76\My Documents\NetBeansProjects\SynchronousSample\SynchronousSampleApplication, java.runtime.version=1.5.0_13-b05, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, inDebug=${inDebug}, java.endorsed.dirs=C:\Program Files\Java\jdk1.5.0_13\jre\lib\endorsed, os.arch=x86, java.io.tmpdir=D:\Profiles\vhbx76\LOCALS~1\Temp\, line.separator=
    , java.vm.specification.vendor=Sun Microsystems Inc., user.variant=, os.name=Windows XP, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.5.0_13\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\scripts;c:\ntutils;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Hummingbird\Connectivity\10.00\Accessories\;, java.specification.name=Java Platform API Specification, java.class.version=49.0, sun.management.compiler=HotSpot Client Compiler, os.version=5.1, user.home=D:\Profiles\vhbx76, user.timezone=Asia/Calcutta, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.5, java.class.path=D:\NetBeans6.0\soa1\modules\org-netbeans-modules-compapp-manager-jbi.jar;D:\NetBeans6.0\soa1\modules\ext\jbi\catd.jar;D:\NetBeans6.0\soa1\modules\ext\jbi\xmlunit1.0.jar;D:\NetBeans6.0\java1\modules\ext\junit-3.8.2.jar;D:\NetBeans6.0\java1\modules\ext\jaxws21\api\saaj-api.jar;D:\NetBeans6.0\java1\modules\ext\jaxws21\saaj-impl.jar;D:\NetBeans6.0\java1\modules\ext\jaxws21\FastInfoset.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-xdm.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-xam.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor-lib.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-text.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor-util.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-xml-core.jar;D:\NetBeans6.0\ide8\modules\org-netbeans-modules-editor-lib2.jar;D:\NetBeans6.0\platform7\lib\org-openide-modules.jar;D:\NetBeans6.0\platform7\lib\org-openide-util.jar;D:\NetBeans6.0\platform7\modules\org-openide-options.jar;D:\NetBeans6.0\platform7\modules\org-openide-text.jar;D:\NetBeans6.0\platform7\modules\org-openide-loaders.jar;D:\NetBeans6.0\platform7\modules\org-openide-nodes.jar;D:\NetBeans6.0\platform7\modules\org-netbeans-modules-editor-mimelookup.jar;D:\NetBeans6.0\platform7\core\org-openide-filesystems.jar;D:\lib\xalan-j_2_7_0\xalan.jar;D:\NetBeans6.0\java1\ant\lib\ant-launcher.jar;D:\NetBeans6.0\java1\ant\lib\ant.jar;D:\NetBeans6.0\java1\ant\lib\ant-junit.jar, user.name=vhbx76, java.vm.specification.version=1.0, java.home=C:\Program Files\Java\jdk1.5.0_13\jre, sun.arch.data.model=32, user.language=en, java.specification.vendor=Sun Microsystems Inc., NetBeansUserDir=D:\Profiles\vhbx76\.netbeans\6.0beta2, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, sharing, java.version=1.5.0_13, java.ext.dirs=C:\Program Files\Java\jdk1.5.0_13\jre\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.5.0_13\jre\lib\rt.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\i18n.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\jce.jar;C:\Program Files\Java\jdk1.5.0_13\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.5.0_13\jre\classes, java.vendor=Sun Microsystems Inc., file.separator=\, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=}
    Test TestCase0\Concurrent.properties Failed.
    Testcase: TestCase0(org.netbeans.modules.compapp.catd.ConfiguredTest):     Caused an ERROR
    Not supported: indent-number
    java.lang.IllegalArgumentException: Not supported: indent-number
            at org.apache.xalan.processor.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.java:574)
            at org.netbeans.modules.compapp.catd.ConfiguredTest.replyAsByteArrayOS(ConfiguredTest.java:2330)
            at org.netbeans.modules.compapp.catd.ConfiguredTest.checkExpectedOutput(ConfiguredTest.java:2067)
            at org.netbeans.modules.compapp.catd.ConfiguredTest.testConcurrentSOAPRequest(ConfiguredTest.java:756)

  • Not supported by server versionORAOLAP9.2.0.1.0

    bi_checkconfig -h mayx-move -po 1521 -sid majin -u BIB
    DEMO -p BIBDEMO
    I am geting message:
    BI Beans Diagnostics(v1.0.0.0) 03-5-19
    ===============================================================================
    JDEV_ORACLE_HOME ............................. = D:\JDeveloper
    JAVA_HOME .................................... = D:\JDeveloper\jdk
    JDeveloper version ........................... = 9.0.3.1.1107
    BI Beans version ............................. = 9.0.3.6.0
    BI Beans internal version .................... = 2.7.0.13.1
    Connect to database .......................... = Successful
    JDBC driver version .......................... = 9.2.0.3.0
    JDBC JAR file location ....................... = D:\JDeveloper\jdbc\lib
    Database version ............................. = 9.2.0.2.1
    OLAP Catalog version ......................... = N/A
    OLAP AW Engine version ....................... = N/A
    OLAP API Server version ...................... = N/A
    BI Beans Catalog version ..................... = N/A; not installed in BIBDEMO
    OLAP API JAR file version .................... = 9.2
    OLAP API JAR file location ................... = D:\JDeveloper\jdev\lib\ext
    Load OLAP API metadata ....................... = Unsuccessful
    Error: Not supported by server versionORAOLAP9.2.0.1.0
    See D:\JDeveloper\bibeans\bin\bi_error.log
    To interpret this output, see the "Displaying Information about your Oracle9i Bu
    siness Intelligence Beans Client Configuration" technical note, whose file name
    is bi_checkconfig_tn.html
    These diagnostics are captured in: D:\JDeveloper\bibeans\bin\bi_checkconfig.xml
    I am pasting the information in bi_error.log
    ============================================================================
    1) Not supported by server versionORAOLAP9.2.0.1.0
    1) Not supported by server versionORAOLAP9.2.0.1.0
    ============================================================================
    oracle.express.idl.util.OlapiException: Not supported by server versionORAOLAP9.2.0.1.0
         void oracle.express.idl.ExpressMdmModule.MetadataProviderInterfaceStub.getMetadataXML(java.lang.String[], oracle.express.idl.util.WstringHolder)
              MetadataProviderInterfaceStub.java:317
         org.xml.sax.InputSource oracle.olapi.metadata.XMLFetcher9202.fetchXML(java.lang.String[])
              XMLFetcher9202.java:45
         void oracle.olapi.metadata.MetadataFetcher.fetchBaseMetadataObjects(java.lang.String[])
              MetadataFetcher.java:163
         oracle.olapi.metadata.MetadataObject oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObject(oracle.olapi.metadata.MetadataObjectHolder)
              BaseMetadataProvider.java:177
         oracle.olapi.metadata.MetadataObject oracle.olapi.metadata.BaseMetadataProvider.fetchMetadataObject(java.lang.String)
              BaseMetadataProvider.java:134
         oracle.olapi.metadata.mdm.MdmObject oracle.olapi.metadata.mdm.MdmMetadataProvider.getMetadataObject(java.lang.String)
              MdmMetadataProvider.java:146
         oracle.olapi.metadata.mdm.MdmSchema oracle.olapi.metadata.mdm.MdmMetadataProvider.getRootSchema()
              MdmMetadataProvider.java:173
         oracle.express.mdm.MdmSchema oracle.express.mdm.MdmMetadataProvider.getRootSchema()
              MdmMetadataProvider.java:194
         oracle.express.mdm.MdmSchema oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmSchema()
              MDMMetadataDriverImpl_92.java:1285
         oracle.dss.metadataManager.common.MDObject oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getRoot()
              MDMMetadataDriverImpl_92.java:974
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.addToObjectModel(oracle.dss.metadataManager.common.MDRoot)
              MDMMetadataDriverImpl_92.java:2261
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.addToObjectModel(oracle.dss.metadataManager.common.MDRoot)
              MDMMetadataDriverImpl.java:283
         void oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel()
              MetadataManagerImpl.java:1092
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.MetadataManagerImpl.attach(oracle.dss.metadataManager.common.MDRoot, oracle.dss.metadataUtil.PropertyBag)
              MetadataManagerImpl.java:962
         int oracle.dss.metadataManager.client.MetadataManager.attach(oracle.dss.metadataUtil.PropertyBag)
              MetadataManager.java:866
         int oracle.dss.metadataManager.client.MetadataManager.attach()
              MetadataManager.java:792
         oracle.dss.metadataUtil.OrderedHashtable BICheckConfig.checkConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.io.OutputStream, boolean)
              BICheckConfig.java:250
         void BICheckConfig.main(java.lang.String[])
              BICheckConfig.java:1172

    Hi,
    It would appear that you do not have the correct database patches. When you installed the 92021 database patch did you run CATPATCH.SQL? If not follow the instructions in the README note that accompanies the patch to apply the OLAP server packages.
    You can test to see if CATPATCH has been run by trying to execute OLAPSYS.CWM2_OLAP_METADATA_REFRESH.MR_REFRESH from SQLPlus. If this package does not exist then you need to run CATPATCH.SQL
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • Adobe premiere cc .flv format not supported

    Hello,
    When I import .flv format file. Error: not supported.
    Can I help you?
    Thanks,
    Max

    Sorry to hear of your issue, but did see that you were able to roll-back, and get with your Project.
    FLV Import support has been a bit of a mixed bag. Going back several versions of PrPro, one could purchase an inexpensive, and very good, FLV Importer plug-in from Moyea, a 3rd party supplier of many things FLV-related. Then, with PrPro CS 4, that plug-in would not function, though with about the second update to CS 4, Adobe did add FLV Import support, with just a few limitations.
    Then, Apple declared war on Flash, and recently, Adobe dropped FLV Import with CC. Wonder if they are trying to "make nice" with Apple?
    I sort of doubt that Moyea, or anyone else, will write an FLV Import plug-in, as CC will be constantly changing, and I am not sure that such effort will be rewarded with adequate sales.
    I am also surprised by Adobe's dropping FLV Import, but that was how I felt, when I found that Encore had been dropped. Finding out the reason for Encore's demise did not diminish my sadness, but that is just how it goes in the changing world of video. Now, with streaming content being the big focus nowadays, I wonder if Adobe is sending a somewhat subliminal message about the future of Flash?
    Just some thoughts, and at least I have some older versions of PrPro, and that old Moyea plug-in, should I ever need to Import FLV's.
    Also, thanks for stating your workflow, regarding FLV's, as that makes perfect sense.
    Good luck,
    Hunt

  • Hi, I know how I can correct an inconsistency in the Firefox 4.0 beta 8, the error is: "sorry your browser is not support program by web dympro. " In IE there is a compatibility option firexfox view settings but can correct this error.

    Hi, I know how I can correct an inconsistency in the Firefox 4.0 beta 8, the error is: "sorry your browser is not support program by web dympro. "
    In IE there is a compatibility option firexfox view settings but can correct this error.

    Hi, I know how I can correct an inconsistency in the Firefox 4.0 beta 8, the error is: "sorry your browser is not support program by web dympro. "
    In IE there is a compatibility option firexfox view settings but can correct this error.

Maybe you are looking for

  • Maximise button (green) does not work on Quicktime

    Anyone else seen this problem or know how to fix it? For some time now, the green maximise button on my Quicktime application window has failed to work... Clicking on it produces no reaction whatsoever. Previously, clicking on the green button used t

  • How do I get it to not launch iPhoto when camera connects?

    Is there a way to set my Mac up to not launch iPhoto when I plug a camera or card reader into it? I need to just copy the pics off to work with them in Photoshop, it it want to launch iPhoto every time. My iPhoto is really full and that takes a good

  • How to write sql query with many parameter in ireport

    hai, i'm a new user in ireport.how to write sql query with many parameters in ireport's report query?i already know to create a parameter like(select * from payment where entity=$P{entity}. but i don't know to create query if more than 1 parameter.i

  • InDesign Help/Question

    I have recently purchased InDesign for my journalism class. My students have been learning the program and building our school newspaper for several weeks now with no major issues. Yesterday however, when they tried to open the file they had been usi

  • Problem with onscreen keyboard ipad air

    Why are the letters replaced with weird symbols or blank spaces when i turn around my ipad air? It is like that when i use facebook or google maps, really annoying