Strange output??

Hello,
I am using the SAX parser to parse a xml file which can be downloaded from the http://archive.godatabase.org/latest-termdb/go_daily-termdb.obo-xml.gz.
The file is a gene ontology. My problem is that from the 25000 terms described in this file, the parser can not read the id node of 100 of these terms correctly. The output should be like
GO:0000142
while it reads it as
GO:00001
42
as a result what I have as the terms id is 42 . As I said this only occurs randomly in 100 terms from the 25000 terms. The characters function doesn't do anything at all
public void characters(char[] ch, int start, int length) throws SAXException {
          tempVal = new String(ch,start,length);
     }just reads the values. Any ideas??
ehsan

Thanks for letting me know what was wrong. The thing is that it's so easy to fix too. just use a stringbuffer instead of the string . so the character method will look like this.
public void characters(char[] ch, int start, int length) throws SAXException {
                sBuff.append(ch,start,length);                
     }And tou can reset the stringBuffer at the startElement method
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
               //reset the stringBuffer
            sBuff.setLength(0);     
                     }    Thanks again
Ehsan

Similar Messages

  • Help Tomcat + Apache = strange output

    my jsp website works fine under tomcat 3.2.3, when i try to use apache 1.3 as web server, everything seems ok except that some jsps generate strange output. such as:
    HTTP/1.1 200 Date: Wed, 13 Mar 2002 09:09:02 GMT Server: Apache/1.3.23 (Win32) mod_jk/1.1.0 Keep-Alive: timeout=15, max=98 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=GB2312
    the http header is displayed instead of web contents. does anyone know what is the problem? by the way, the jsp uses response.sendRedirect.
    any comments is welcome, thanks in advance.

    my jsp website works fine under tomcat 3.2.3, when i
    try to use apache 1.3 as web server, everything seems
    ok except that some jsps generate strange output.
    The http header is displayed instead of web contents.
    does anyone know what is the problem? by the way, the
    jsp uses response.sendRedirect.
    any comments is welcome, thanks in advance.Hi,
    I am doing some tests on the Dwarf Server Framework (http://www.gnome.sk). A HTTP server with a servlet container is part of it too.
    I wanted to know if something that does not work under tomcat 3.2.3 would work on DWARF.
    By the way, did the good jsps use the response.sendRedirect too?
    Could you please send me a jsp page which generates the strange output?
    Thanks,
    Erika

  • Strange Output From CS3 to Fiery printers

    When we output from Indesign CS3 we get a couple of strange issues to our fiery and one new issue just started with our Harlequin RIP.
    When printing a multi page document to the Fiery's (5 Different ones) sometimes page 1 will be oriented correctly and all of the other pages will be rotated on the sheet and cut off. Also when I go to make changes through command workstation to change duplex settings, image shift etc. It's a crapshoot if it will work on Indesign files. This has been happening with all iterations of Leopard.
    When printing to the Harlequin using a preset envelope template the file is oriented wrong. It doesn't matter if we put the sizes in manually or how we set the orientation in the print window it's wrong. This has been happening for a few weeks.
    Curretly we are on 10.5.5

    Sorry I wasn't clear. The rips are the print servers. They are hooked to a variety of printers Xerox, Konica, Canon and Presstek. The problem is when I send the file and preview it at the RIP. The problems are also there when I output the files from the Rip to the printers.
    The Fiery Problem is ocuring on several different Fiery RIPS each connected to it's own printer. We only have on Harlequin RIP and Device so I'm not sure how widespread it is. The problems do not exist if I send PDF's or other native files such as quark.

  • Is it normal?(NetworkManager applet's strange output & 3 IPv6 address)

    1) label ppp0 appears in NetworkManager applet every time when I up vpn-connection
    2) Also something strange with enp5s0. Output of "ip addr":
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
        link/ether 10:bf:48:20:61:a4 brd ff:ff:ff:ff:ff:ff
        inet 10.0.122.144/8 brd 10.255.255.255 scope global dynamic enp5s0
           valid_lft 9283sec preferred_lft 9283sec
        inet6 2002:5be2:8e63:b:12bf:48ff:fe20:61a4/64 scope global noprefixroute dynamic
           valid_lft 2592003sec preferred_lft 604803sec
        inet6 fec0::b:12bf:48ff:fe20:61a4/64 scope site noprefixroute dynamic
           valid_lft 2592003sec preferred_lft 604803sec
        inet6 fe80::12bf:48ff:fe20:61a4/64 scope link
           valid_lft forever preferred_lft forever
    3: wlp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
        link/ether 00:08:ca:67:17:e9 brd ff:ff:ff:ff:ff:ff
    9: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1400 qdisc pfifo_fast state UNKNOWN group default qlen 3
        link/ppp
        inet 91.226.141.81 peer 1.1.1.1/32 scope global ppp0
           valid_lft forever preferred_lft forever
        inet 91.226.141.81/32 brd 91.226.141.81 scope global ppp0
           valid_lft forever preferred_lft forever
    Is it normal that this interface has three IPv6 addresses?

    Hi,
    We are hitting the software bug and the bug ID is CSCsz56711
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsz56711
    The issue is related to PCI componenet on the AP hardware and log that points to that is..
    bsnInitRcbSlot: slot 0 has venus radio(UNSUPPORT)
    The Replacement is the resolution and please contact your reseller or partner and if ur are the partner then RMA ids the resolution..
    Lemme know if this answered ur question and please dont forget to rate the usefull posts!!
    Regards
    Surendra

  • Strange Output issue of Procedure

    Hi,
    I have a Procedure with Two Out parameter of table type. I am using DB Adapter to fetch these two out parameter. One out is for Header rows and other out is for detail rows. The strange thing is that when I test this composite using SOA server i only get data from header table but no data from detail table. My Procedure is fine when i run in SQL developer. It gives data for both tables. One another thing that i already created same composite for two other master and detail tables and that is working really fine. I tried every trick but could not get any success in this composite. Kindly help me to point out any error.
    Thanks a lot
    Nasir

    Thanks Vijay for respond..
    I am not using any transformation or Mapping. I configured a DB Adapter first. Then make a BPEL Process having input and output according to DB Adapter XSD file. then i just invoked and copied the output of procedure to output of payload.
    Thanks
    Nasir

  • Thread program: Strange output

    Hi,
    I have written a simple thread program. Previously I was trying to print hello world in the run method, the I changed it to print the value of a static data member, but strangely its still printing hello World. However if I change the print statement in the main method, it is reflected in the output but the changes to the print statement are not. Its always hello World output. I have changed the name of file, recompile it, close the shell window, restarted the computer but always the output is hello world. Can somebody help me with that. My objetive is to prove that data segment is shred in threads.
    public class Share2 extends Thread{
    static int Data=10;
       public void run ( ) {
        Data=Data+10;
         System.out.println("Data="+Data);
      public static void main (String[ ] args ) {
        First obj=new First ( );
        obj.start ( );
        System.out.println("Data ^^^^in!!! 9999main****="+Data);
    }D:\javaprogs\misc\threads>javac Share2.java
    D:\javaprogs\misc\threads>java Share2
    Data ^^^^in!!! 9999main****=10
    Hello World
    D:\javaprogs\misc\threads>javac Share2.java
    D:\javaprogs\misc\threads>java Share2
    Data ^^^^in!!! 9999main****=10
    Hello World
    D:\javaprogs\misc\threads>
    Zulfi.

    public class Share2 extends Thread{
    static int Data=10;
    public void run ( ) {
    Data=Data+10;
    System.out.println("Data="+Data);
    public static void main (String[ ] args ) {
    First obj=new First ( );<<<<< what is First? >>>>>>
    obj.start ( );
    System.out.println("Data ^^^^in!!!
    n!!! 9999main****="+Data);
    D:\javaprogs\misc\threads>javac Share2.java
    D:\javaprogs\misc\threads>java Share2
    Data ^^^^in!!! 9999main****=10
    Hello World
    D:\javaprogs\misc\threads>javac Share2.java
    D:\javaprogs\misc\threads>java Share2
    Data ^^^^in!!! 9999main****=10
    Hello World
    D:\javaprogs\misc\threads>
    Zulfi.

  • Strange output of the PID module

    Dear all, 
    I meet a problem when using the PID module. I am only set P and use the PID as a linear gain. I found in some of my VIs , the output of the PID module is the opposite value, while in other VIs, the output is normal. In these case, I used to set the linearity of the PID as -1. Even though the VI can run normally in this way, I want to figure out what shall be the wrong about the PID module. Could you help me explain about the strange behavior about the PID module?
    Please see the attached file, I add some probes like 24 and 25 to show the values that represent this problem.
    Thanks
    best
    Attachments:
    PID module opposite output.png ‏193 KB

    Your set point is set to zero, your process variable appears to be 8.181 i.e. too high and error (SP-PV) is negative, so the output of your controller should be negative (-8.181 x Kp). The controller output is clamped to be between 0.5 and -0.5, and it is -0.5V, which is what you would expect if your Kp is the 0.1 one (I can't see which set of gains it is).
    So it appears to be correct ?
    Note: linearity should be between 0 and 1 (read the manual). Keep this set to 1 until you know things are working and only change if you need nonlinearity with error.
    Consultant Control Engineer
    www-isc-ltd.com

  • Strange output for one Vendor

    Hello to all,
    An end user has print a purchase order and there is some abnormal things on the output like payment terms conditions begin in the middle of the line but this problem is appearing only for a vendor, for all other vendors there is no problems.
    Where can we have specifications for the output of purchase order related to the vendor itself.
    Thanks in advance.
    Best regards.
    Zied.

    Hi,
    Check the output determination for the below partner functions in Vendor Master.
    OA - Ordering Address
    SP - Supplying Party
    IP  - Invoicing Party
    VN - Vendor
    Also check the NACE t-code for the Vendor / Plant / Company Code combinations for the EF (Purchase Order)
    Regards,
    Mohd Ali.

  • Strange Output of Thread

    Hi Friends
    I am getting very strange out put of the following code
    Plz explain!!!!!!!
    class BasicBlob {                                     // (1)
        static    int idCounter;
        static    int population;
        protected int blobId;
        BasicBlob() {
            blobId = idCounter++;
            ++population;
        protected void finalize() throws Throwable {      // (2)
            --population;
            super.finalize();
    class Blob extends BasicBlob {                        // (3)
        int[] fat;
        Blob(int bloatedness) {                           // (4)
            fat = new int[bloatedness];
            System.out.println(blobId + ": Hello");
        protected void finalize() throws Throwable {      // (5)
            System.out.println(blobId + ": Bye");
            super.finalize();
    public class Finalizers {
       public static void main(String[] args) {          // (6)
            int blobsRequired, blobSize;
            try {
                blobsRequired = Integer.parseInt(args[0]);
                blobSize      = Integer.parseInt(args[1]);
            } catch(IndexOutOfBoundsException e) {
                System.err.println(
                    "Usage: Finalizers <number of blobs> <blob size>");
                return;
            for (int i=0; i<=blobsRequired; ++i) {         // (7)
                new Blob(blobSize);
            System.out.println(BasicBlob.population + " blobs alive"); // (8)
       When I give the i/p 5 500000
    O/P is--------------------------
    0: Hello
    0: Bye
    1: Hello
    1: Bye
    2: Hello
    2: Bye
    3: Hello
    3: Bye
    4: Hello ////////// Why not Bye again as above 1 blobs alive
    1 blobs alive

    This has to do with whether Garbage Collector is collecting your unreferenced objects or not. In this case you are specifying a size of 500000, which from ur code is size of an array of integers (each 4 byte). so a single allocation of array corresponds to roughly 500000*4 bytes. On this size jvm heap will run out of memory for even 2 such objects and hence when it goes to create second object GC runs and your previous object is GC'ed. But for last object created this is not the case.
    U can try changing 500000 with a lesser value, say 500. All of your blobs will remain alive (if unfortunately they are not gc'ed :)).

  • Workflow Condition giving strange output

    Hello Experts,
    I am getting an strange issue in my workflow.
    Here is the condition in the workflow -
    &SWITCHDOC.SERVICEPROVIDERNEW.SERVICEPROVIDER& NE "space"  AND
    &SWITCHDOC.TARGETSUPPLYSCENARIO.VERSORGUNGSSZENARIO& NE "space"
    still i get the result false even if both the filed is filled in the container
    Can any one suggest me somthing on this issue?
    Thanks in Advance,
    Pritam

    Hi Pritam,
    whats the data type of your two parameters?
    Please check is there any default values and if it is type 'NUMC' means it has 0000 by default.
    So it can also made the conflict.
    Thanks,
    Vijay.

  • Strange output.. Suggestions?

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    I have a user that is seeing this kind of out put out of no where.
    Start Time: 0
    FS_PUBLIC_READ04222013021758PM
    Starting Load...
    * VERIFY VERSION COMPATABILITY *
    Verify Version Time: 0
    * LOCATE SETTING SOURCE *
    Locate Setting Time: .00001
    Locate Setting Return: Error: -2019 ORA-02019: connection description for r
    emote database not found
    Link Table Count = 2
    1 FIADB  Y 0
    ORA-02019: connection description for remote database not found Select Stat
    ement: SELECT COUNT(1) FROM (SELECT P.STATECD, P.UNITCD, P.COUNTYCD, P.CYCL
    E, P.SUBCYCLE, P.PLOT, P.MEASYEAR, P.MEASMON, P.MEASDAY, P.MANUAL, P.CN FRO
    M FIADB.NIMS_NRIS_PLOT_VW@NRV_FIA_FIADB P, FIADB.NIMS_NRIS_COND_VW@NRV_FIA_
    FIADB C, FIADB.NIMS_NRIS_SURVEY_VW@NRV_FIA_FIADB S where p.cn = '4041000301
    0690' and c.plt_cn = p.cn and s.cn = p.srv_cn  GROUP BY P.STATECD, P.UNITCD
    , P.COUNTYCD, P.CYCLE, P.SUBCYCLE, P.PLOT, P.MEASYEAR, P.MEASMON, P.MEASDAY
    , P.MANUAL, P.CN)
    2 RMRS   1
    2
    * POPULATING SETTING DATA *
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 223010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 224010848
    * SETTING TABLE IS LOADED *
    Populate Setting Time: .00004
    * EXECUTE LOAD *
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 201102496010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 101533444010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 100189313010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 111150042010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 100340573010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 100340574010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 201102497010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 201102498010848
    starts
    ...I can paste the whole thing, but it literally scrolls for like 24 pages.
    So if someone REALLY needs to see it, let me know...
    But No packages have changed since February in the database. I asked him if he had set serveroutput on. And he doesn't.
    Anyone recognize this form of output? I have been digging at this since 6AM, and I'm getting no where fast.
    Thanks.

    LostInPermuation wrote:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    I have a user that is seeing this kind of out put out of no where.
    Start Time: 0
    FS_PUBLIC_READ04222013021758PM
    Starting Load...
    * VERIFY VERSION COMPATABILITY *
    Verify Version Time: 0
    * LOCATE SETTING SOURCE *
    Locate Setting Time: .00001
    Locate Setting Return: Error: -2019 ORA-02019: connection description for r
    emote database not found
    Link Table Count = 2
    1 FIADB  Y 0
    ORA-02019: connection description for remote database not found Select Stat
    ement: SELECT COUNT(1) FROM (SELECT P.STATECD, P.UNITCD, P.COUNTYCD, P.CYCL
    E, P.SUBCYCLE, P.PLOT, P.MEASYEAR, P.MEASMON, P.MEASDAY, P.MANUAL, P.CN FRO
    M FIADB.NIMS_NRIS_PLOT_VW@NRV_FIA_FIADB P, FIADB.NIMS_NRIS_COND_VW@NRV_FIA_
    FIADB C, FIADB.NIMS_NRIS_SURVEY_VW@NRV_FIA_FIADB S where p.cn = '4041000301
    0690' and c.plt_cn = p.cn and s.cn = p.srv_cn  GROUP BY P.STATECD, P.UNITCD
    , P.COUNTYCD, P.CYCLE, P.SUBCYCLE, P.PLOT, P.MEASYEAR, P.MEASMON, P.MEASDAY
    , P.MANUAL, P.CN)
    2 RMRS   1
    2
    * POPULATING SETTING DATA *
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 223010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 224010848
    * SETTING TABLE IS LOADED *
    Populate Setting Time: .00004
    * EXECUTE LOAD *
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 201102496010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 101533444010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 100189313010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 111150042010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 100340573010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 100340574010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 201102497010848
    starts
    after parse
    after define
    after execute_and_fetch
    after column_value
    after vc_global_id 201102498010848
    starts
    ...I can paste the whole thing, but it literally scrolls for like 24 pages.
    So if someone REALLY needs to see it, let me know...
    But No packages have changed since February in the database. I asked him if he had set serveroutput on. And he doesn't.
    Anyone recognize this form of output? I have been digging at this since 6AM, and I'm getting no where fast.
    Thanks.As to why it should suddenly spew out on your user would be more of an application question, but the query shows some references to db_links, and a google of the error message (ORA-02019) seems to indicate that perhaps something happened to the tnsnames file on the server where this query was executing.

  • Strange output generated after pasting some text into a reply

    Posted the following answer just now :
    http://social.technet.microsoft.com/Forums/en-US/a476247a-47ea-4545-ba26-2ba89595bba3/cannot-create-password-after-installation-windows-server-2012?forum=virtualserver
    in which I pasted a chunk of text from the TechNet article I was directing someone to. Looks like something within that text has mangled the output as it's misformed (notice a line above the pasted text which wasn't there when I wrote the message), and I
    now can't click the edit option to try to change / correct it, or even delete it to try again.

    I submitted a request to fix the thread and submitted a bug request.
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Strange output from prtdiag

    I inserted the 2nd CPU into the E250 and turned on the system. Upon the banner shown, I did Stop-A and type in 'boot -r' at the ok> prompt. It continued and eventually gave me the login prompt. Once I logged in and did prtdiag, I get conflict information as to how many CPUs are running: the first line says there are two while the CPUs section shows only one. Did I do something wrong?
    Below the the output.
    Thanks!
    # ./prtdiag -v
    System Configuration: Sun Microsystems sun4u Sun (TM) Enterprise 250 (2 X Ultr
    aSPARC-II 296MHz)
    System clock frequency: 99 MHz
    Memory size: 1280 Megabytes
    ========================= CPUs =========================
    Run Ecache CPU CPU
    Brd CPU Module MHz MB Impl. Mask
    SYS 0 0 296 2.0 US-II 2.0

    What directory are you running prtdiag from?
    Also, there should be more to that after the CPU, did you truncate that output?
    Daryl

  • Strange output from format command

    Hi,
    We have a Sun V480 running Solaris 8. We have installed 2 SG-XPCI2FC-QF2 fibercards. They are connected to an EVA3000 system. SFS newest version are also installed.
    Have configured the cards with the cfgadm command. But when i run a format command i get this output. Normally it will show somthing like this c1t0d1. But here it shows c11t50001FE15005F54Dd1
    format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
    /pci&#64;8,600000/SUNW,qlc&#64;4/fp&#64;0,0/ssd&#64;w21000004cf8ffa54,0
    1. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
    /pci&#64;8,600000/SUNW,qlc&#64;4/fp&#64;0,0/ssd&#64;w21000004cf96abc8,0
    2. c11t50001FE15005F54Dd1 <HP-HSV200-5020 cyl 6398 alt 2 hd 128 sec 128>
    /pci&#64;8,700000/SUNW,qlc&#64;1/fp&#64;0,0/ssd&#64;w50001fe15005f54d,1
    3. c11t50001FE15005F549d1 <HP-HSV200-5020 cyl 6398 alt 2 hd 128 sec 128>
    /pci&#64;8,700000/SUNW,qlc&#64;1/fp&#64;0,0/ssd&#64;w50001fe15005f549,1
    4. c12t50001FE15005F54Cd1 <HP-HSV200-5020 cyl 6398 alt 2 hd 128 sec 128>
    /pci&#64;8,700000/SUNW,qlc&#64;2/fp&#64;0,0/ssd&#64;w50001fe15005f54c,1
    5. c12t50001FE15005F548d1 <HP-HSV200-5020 cyl 6398 alt 2 hd 128 sec 128>
    /pci&#64;8,700000/SUNW,qlc&#64;2/fp&#64;0,0/ssd&#64;w50001fe15005f548,1
    Specify disk (enter its number):
    Can anyone explain this? I was possible to format the disk. But are this OK?
    Thanks,

    Rather than having disk target numbers, format now see's the disks WWN or World Wide Number. If you look at your output, disk 0 and disk 1 have the standard c1t0d0 and c1t1d0 identifiers, but the targets on controller 11 and 12 show the WWN for the LUNs/disks on the EVA3000. This is to help with multipathing etc. Yes it is on to slice the LUNs/disks.

  • Strange output from lm_sensors with HP Compaq 6510b

    I'm having troubles understanding what my CPU temperature is when using lm_sensors on my HP Compaq 6510b.
    $ sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +46.0°C (crit = +105.0°C)
    temp2: +30.7°C (crit = +108.0°C)
    temp3: +50.0°C (crit = +110.0°C)
    temp4: +50.0°C (crit = +256.0°C)
    temp5: +49.0°C (crit = +108.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +51.0°C (high = +100.0°C, crit = +100.0°C)
    coretemp-isa-0001
    Adapter: ISA adapter
    Core 1: +51.0°C (high = +100.0°C, crit = +100.0°C)
    This is not the usual output that everyone else seems to get. I'm guessing Core 0 and Core 1 are the CPU temperatures? But why does the wiki say that I should expect some other format? And why don't I get that type of output?

    Rather than having disk target numbers, format now see's the disks WWN or World Wide Number. If you look at your output, disk 0 and disk 1 have the standard c1t0d0 and c1t1d0 identifiers, but the targets on controller 11 and 12 show the WWN for the LUNs/disks on the EVA3000. This is to help with multipathing etc. Yes it is on to slice the LUNs/disks.

Maybe you are looking for

  • I recently upgraded to Reader X, using XP SP3, but it prints garbage

    I have two printers, an HP j4580 (default) and a Brother mfc-7420 (now gives poor quality after a number of years of satisfactory use).  I can usually print a single page PDF but if there are multiple pages, some or all of them print garbage.  I have

  • Deinterlacing BMD DNxHD footage

    I am currently running 1080i footage through a BlackMagic ATEM Television Studio, and taking 1080i output into a BlackMagic HyperDeck Shuttle 2 via SDI, which is set to record to a Quicktime DNxHD format. Unfortunately, if I edit this footage in Prem

  • Microsoft money for mac

    I am looking for microsoft money software to download to my mac.   Any leads?  I tried amazon and ebay.

  • Nokia asha311 7.36

    Don't upgrade to 7.36 no chat no mail 5.92 is better

  • STO clearing account between two company codes

    Hi, every body, when trying to do STO between two company codes, I am getting error to configure the *clearing account between that two company codes, please guide me in resolving the issue, if anybody gives me perfect step by step explanation regadi