Manifest.webapp can't run on server side

I have made one demo of firefox os webapp. manifest.webapp is working fine in localhost but it's not working on server side.
if i add below link, it's working
http://dev.artoonsolutions.com/dharmesh_ajani/oldcity/app/www/index.html
but with below way it's not working
http://dev.artoonsolutions.com/dharmesh_ajani/oldcity/app/www/manifest.webapp
Please check it and let me know if anything i missing.
Thanks

Hi,
Sorry for the late reply, I don't know the answer to your question (or if you still have the problem), but app developer questions and links to documentation are here:
http://stackoverflow.com/questions/tagged/firefox-os
Maybe a dev there can help you out? Thanks for writing apps for Firefox OS!
Regards,
Michelle Luna

Similar Messages

  • How to run the Server Side Existing rule in Exchange 2010

    Hi All,
    There were requirement to create a auto forward rule for almost more than 5000 users, which we did, but the we want to apply this rules to the messages which are already in the inbox for all those users where we have created the rule.
    Right now the problem what we are facing is for each individual we have to take full access to their mailbox and execute the rule first time and then it works.
    this is becoming challenging for us to making this for all 5000 users. the other problem is those user are not regularly login to this mailbox, they are using some other Org mailbox, so even we can not communicate to all of them.
    Q1) How to run the Server Side Command which should forcefully apply whatever rules is created for that user should execute for the messages which are already in the inbox.
    Q2) or the powershell for for specific rule name, which can apply on the for all the messages which are there in the inbox.
    Any help would be appriciated!
    Thanks in adv champions!
    Ashku

    Hi Ashku,
    If these 5000 users are all users in your Exchange organization, a inbox rule can be created by the following commands:
    Get-Mailbox | foreach {New-InboxRule -Mailbox $_.Name -Name AutoForward -From [email protected] -ForwardTo UserB}
    Based on my test, the Inbox rule created in server side also cannot work on the message that have already been in the Inbox unless users click “Run Rules Now…” in their Outlook client. And the transport rule in Exchange server only works
    during the message sending process.
    Therefore, there may be no feature in Exchange server side to meet your requirement.
    Thanks for your understanding.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Can't see BlazeDS server side log

    Hi,
    I'm running JBoss 5 EAP and BlazeDS 3. I don't see any server side log for BlazeDS even though I followed BlazeDS documentation. Following is the logging section in my services-config.xml:
        <logging>
            <target class="flex.messaging.log.ServletLogTarget" level="All">
                <properties>
                    <prefix>[BlazeDS]</prefix>
                    <includeDate>true</includeDate>
                    <includeTime>true</includeTime>
                    <includeLevel>true</includeLevel>
                    <includeCategory>true</includeCategory>
                </properties>
                <filters>
                    <pattern>Endpoint.*</pattern>
                    <pattern>Message.*</pattern>
                    <pattern>Service.*</pattern>
                    <pattern>Configuration</pattern>
                </filters>
            </target>
        </logging>
    According to the documentation, I should see log entries for BlazeDS in JBoss server log. But I didn't. Can anyone help me out with this issue?
    Thanks.

    Sorry, just as an addedum, I can connect through a hard connection, but I can't access Screen Sharing

  • [SOLVED] I can not run X Server

    Hi there, I installed Arch Linux today, but I cannot run X server. I followed this tutorial: https://wiki.archlinux.org/index.php/Xorg
    My notebook has a SiS chipset. I installed xf86-video-sis and xf86-video-sisusb. I copied /etc/X11/xorg.conf from https://wiki.archlinux.org/index.php/SiS
    My /etc/X11/xorg.conf.d/10-monitor.conf looks like this:
    Section "Monitor"
    Identifier "Monitor0"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "sis"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1024x768_75.00"
    EndSubSection
    EndSection
    When I try to execute startx, I get the following error (I don't run it as root):
    (EE) Server terminated with error (1). Closing file.
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    The file /var/log/Xorg.0.log looks like this:
    [ 13341.882]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 13341.965] X Protocol Version 11, Revision 0
    [ 13341.993] Build Operating System: Linux 3.17.6-1-ARCH i686
    [ 13342.048] Current Operating System: Linux antWorkstation 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 13342.049] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4783374f-ae16-4753-a16e-deb121991926 rw quiet
    [ 13342.131] Build Date: 11 February 2015 08:29:54AM
    [ 13342.156]
    [ 13342.181] Current version of pixman: 0.32.6
    [ 13342.231] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13342.232] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13342.335] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 18 21:43:53 2015
    [ 13342.361] (==) Using config file: "/etc/X11/xorg.conf"
    [ 13342.388] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13342.415] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 13342.416] (==) No Layout section. Using the first Screen section.
    [ 13342.416] (**) |-->Screen "Screen0" (0)
    [ 13342.416] (**) | |-->Monitor "Monitor0"
    [ 13342.416] (**) | |-->Device "Device0"
    [ 13342.416] (==) Automatically adding devices
    [ 13342.416] (==) Automatically enabling devices
    [ 13342.416] (==) Automatically adding GPU devices
    [ 13342.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 13342.416] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 13342.416] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 13342.416] Entry deleted from font path.
    [ 13342.416] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 13342.416] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 13342.416] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 13342.416] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 13342.416] (II) Loader magic: 0x829e6c0
    [ 13342.416] (II) Module ABI versions:
    [ 13342.416] X.Org ANSI C Emulation: 0.4
    [ 13342.416] X.Org Video Driver: 19.0
    [ 13342.416] X.Org XInput driver : 21.0
    [ 13342.416] X.Org Server Extension : 9.0
    [ 13342.419] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
    [ 13342.420] (--) PCI:*(0:1:0:0) 1039:6351:1734:1125 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128
    [ 13342.420] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 13342.420] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 13342.420] (II) LoadModule: "dbe"
    [ 13342.420] (II) Module "dbe" already built-in
    [ 13342.420] (II) LoadModule: "i2c"
    [ 13342.420] (II) Module "i2c" already built-in
    [ 13342.420] (II) LoadModule: "ddc"
    [ 13342.420] (II) Module "ddc" already built-in
    [ 13342.420] (II) LoadModule: "dri"
    [ 13342.420] (II) Module "dri" already built-in
    [ 13342.420] (II) LoadModule: "extmod"
    [ 13342.420] (II) Module "extmod" already built-in
    [ 13342.420] (II) LoadModule: "glx"
    [ 13342.421] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 13342.422] (II) Module glx: vendor="X.Org Foundation"
    [ 13342.422] compiled for 1.17.1, module version = 1.0.0
    [ 13342.422] ABI class: X.Org Server Extension, version 9.0
    [ 13342.422] (==) AIGLX enabled
    [ 13342.422] (II) LoadModule: "int10"
    [ 13342.423] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 13342.423] (II) Module int10: vendor="X.Org Foundation"
    [ 13342.423] compiled for 1.17.1, module version = 1.0.0
    [ 13342.423] ABI class: X.Org Video Driver, version 19.0
    [ 13342.423] (II) LoadModule: "vbe"
    [ 13342.423] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 13342.423] (II) Module vbe: vendor="X.Org Foundation"
    [ 13342.423] compiled for 1.17.1, module version = 1.1.0
    [ 13342.423] ABI class: X.Org Video Driver, version 19.0
    [ 13342.423] (II) LoadModule: "sis"
    [ 13342.423] (II) Loading /usr/lib/xorg/modules/drivers/sis_drv.so
    [ 13342.423] (II) Module sis: vendor="X.Org Foundation"
    [ 13342.423] compiled for 1.17.0, module version = 0.10.7
    [ 13342.423] Module class: X.Org Video Driver
    [ 13342.423] ABI class: X.Org Video Driver, version 19.0
    [ 13342.423] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
    SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
    SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
    SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
    SIS340
    [ 13342.424] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
    Volari V3XT/V5/V8/Duo (XG40)
    [ 13342.424] (++) using VT number 1
    [ 13342.424] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 13342.424] (WW) Falling back to old probe method for sis
    [ 13342.424] (EE) No devices detected.
    [ 13342.424] (EE)
    Fatal server error:
    [ 13342.424] (EE) no screens found(EE)
    [ 13342.424] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 13342.424] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 13342.424] (EE)
    I would be very greatful if anybody could help me.
    Last edited by amethystAnt (2015-02-20 21:03:15)

    thearcherblog wrote:
    We would like to help you but logs are necessary to do it.
    Please, post the xorg log and let see if we can find the error. I know that this vga was really tricky. I remember that gaves me a lot of problems but... fortunately, I changed my laptop
    I'm sorry, that was a mistake when I didn't post the log. Here is the log that was generated when I used he sis671 driver and my screen got black (it is pretty long):
    [ 161.864]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 161.876] X Protocol Version 11, Revision 0
    [ 161.882] Build Operating System: Linux 3.17.6-1-ARCH i686
    [ 161.898] Current Operating System: Linux antWorkstation 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 161.899] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=4783374f-ae16-4753-a16e-deb121991926 rw quiet
    [ 161.933] Build Date: 11 February 2015 08:29:54AM
    [ 161.945]
    [ 161.959] Current version of pixman: 0.32.6
    [ 161.989] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 161.990] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 162.066] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 20 09:16:57 2015
    [ 162.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 162.171] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 162.208] (==) No Layout section. Using the first Screen section.
    [ 162.208] (**) |-->Screen "Screen0" (0)
    [ 162.208] (**) | |-->Monitor "Monitor0"
    [ 162.209] (**) | |-->Device "Device0"
    [ 162.209] (==) Automatically adding devices
    [ 162.209] (==) Automatically enabling devices
    [ 162.209] (==) Automatically adding GPU devices
    [ 162.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 162.260] Entry deleted from font path.
    [ 162.260] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 162.260] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 162.260] Entry deleted from font path.
    [ 162.260] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 162.260] Entry deleted from font path.
    [ 162.260] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 162.261] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 162.261] Entry deleted from font path.
    [ 162.261] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 162.261] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 162.261] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 162.261] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 162.261] (II) Loader magic: 0x829e6c0
    [ 162.261] (II) Module ABI versions:
    [ 162.261] X.Org ANSI C Emulation: 0.4
    [ 162.261] X.Org Video Driver: 19.0
    [ 162.261] X.Org XInput driver : 21.0
    [ 162.261] X.Org Server Extension : 9.0
    [ 162.264] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 162.265] (--) PCI:*(0:1:0:0) 1039:6351:1734:1125 rev 16, Mem @ 0xc0000000/268435456, 0xd4000000/131072, I/O @ 0x00009000/128
    [ 162.265] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 162.266] (II) LoadModule: "glx"
    [ 162.292] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 162.430] (II) Module glx: vendor="X.Org Foundation"
    [ 162.430] compiled for 1.17.1, module version = 1.0.0
    [ 162.430] ABI class: X.Org Server Extension, version 9.0
    [ 162.430] (==) AIGLX enabled
    [ 162.430] (II) LoadModule: "sisimedia"
    [ 162.442] (II) Loading /usr/lib/xorg/modules/drivers/sisimedia_drv.so
    [ 162.476] (II) Module sisimedia: vendor="X.Org Foundation"
    [ 162.476] compiled for 1.17.1, module version = 0.8.0
    [ 162.477] Module class: X.Org Video Driver
    [ 162.477] ABI class: X.Org Video Driver, version 19.0
    [ 162.478] (II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
    SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
    SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
    SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662, SIS340,
    [M]670/[M]770[GX], [M]671/[M]771[GX]
    [ 162.478] (II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
    Volari V3XT/V5/V8/Duo (XG40/XG42)
    [ 162.478] (++) using VT number 1
    [ 162.478] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 162.478] (II) SIS_pci_probe - begin, entity_num=0
    [ 162.478] (II) vendor_id=0x1039
    [ 162.478] (II) device_id=0x6351
    [ 162.478] (II) bus=1
    [ 162.478] (II) dev=0
    [ 162.478] (II) func=0
    [ 162.478] (II) SIS_pci_probe - ConfigPciEntity found
    [ 162.478] (II) SIS(0): SIS_pci_probe - GetEntityInfo chipset is 0x6351
    [ 162.478] (II) SIS(0): SIS_pci_probe - end
    [ 162.478] (II) SIS(0): SiS driver (2006/10/17-1, compiled for X.org 1.17.1.0)
    [ 162.478] (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <[email protected]> and others
    [ 162.478] (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
    [ 162.478] (II) SIS(0): *** for documentation, updates and a Premium Version.
    [ 162.478] (II) SIS(0): RandR rotation support not available in this version.
    [ 162.478] (II) SIS(0): Dynamic modelist support not available in this version.
    [ 162.478] (II) SIS(0): Screen growing support not available in this version.
    [ 162.478] (II) SIS(0): Advanced Xv video blitter not available in this version.
    [ 162.478] (II) SIS(0): Advanced MergedFB support not available in this version.
    [ 162.478] (--) SIS(0): sisfb not found
    [ 162.478] (--) SIS(0): Relocated I/O registers at 0x9000
    [ 162.480] (II) Loading sub module "ramdac"
    [ 162.480] (II) LoadModule: "ramdac"
    [ 162.480] (II) Module "ramdac" already built-in
    [ 162.480] (**) SIS(0): Depth 16, (--) framebuffer bpp 16
    [ 162.480] (==) SIS(0): RGB weight 565
    [ 162.480] (==) SIS(0): Default visual is TrueColor
    [ 162.481] (WW) SIS(0): Could not find/read video BIOS
    [ 162.481] (==) SIS(0): Color HW cursor is enabled
    [ 162.481] (II) SIS(0): Using VRAM command queue, size 512k
    [ 162.481] (==) SIS(0): Hotkey display switching is enabled
    [ 162.481] (==) SIS(0): SiSCtrl utility interface is disabled
    [ 162.481] (II) SIS(0): For information on SiSCtrl, see
    http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
    [ 162.481] (==) SIS(0): X server will not keep DPI constant for all screen sizes
    [ 162.481] (--) SIS(0): 262144K shared video RAM (UMA)
    [ 162.481] (--) SIS(0): DRAM type: DDR SDRAM
    [ 162.481] (--) SIS(0): Memory clock: 596.582 MHz
    [ 162.481] (--) SIS(0): DRAM bus width: 64 bit
    [ 162.481] (--) SIS(0): Linear framebuffer at 0xC0000000
    [ 162.481] (--) SIS(0): MMIO registers at 0xD4000000 (size 64K)
    [ 162.481] (--) SIS(0): VideoRAM: 262144 KB
    [ 162.481] (II) SIS(0): Using 20480K of framebuffer memory at offset 0K
    [ 162.481] (II) Loading sub module "ddc"
    [ 162.481] (II) LoadModule: "ddc"
    [ 162.481] (II) Module "ddc" already built-in
    [ 162.481] (--) SIS(0): Detected SiS307LV video bridge (Charter/UMC-1, ID 7; Rev 0xe1)
    [ 164.398] (--) SIS(0): No CRT1/VGA detected
    [ 164.398] (--) SIS(0): Detected LCD/plasma panel (1280x800, 11, non-exp., RGB18 [ec2305])
    [ 164.398] (==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 164.398] (II) SIS(0): CRT1 gamma correction is enabled
    [ 164.398] (II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
    [ 164.399] (II) SIS(0): CRT2 gamma correction is enabled
    [ 164.399] (--) SIS(0): Memory bandwidth at 16 bpp is 2386.33 MHz
    [ 164.399] (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT2)
    [ 164.399] (--) SIS(0): Detected LCD PanelDelayCompensation 0x00 (for LCD=CRT1)
    [ 164.399] (--) SIS(0): 302LV/302ELV: Using EMI 0x6a0d7038 (LCD)
    [ 164.399] (--) SIS(0): CRT2 DDC probing failed
    [ 164.399] (==) SIS(0): Min pixel clock is 10 MHz
    [ 164.399] (--) SIS(0): Max pixel clock is 340 MHz
    [ 164.399] (II) SIS(0): Replaced entire mode list with built-in modes
    [ 164.399] (II) SIS(0): Correcting missing CRT2 monitor HSync range
    [ 164.399] (II) SIS(0): Correcting missing CRT2 monitor VRefresh range
    [ 164.399] (II) SIS(0): "Unknown reason" in the following list means that the mode
    [ 164.399] (II) SIS(0): is not supported on the chipset/bridge/current output device.
    [ 164.399] (II) SIS(0): Monitor0: Using hsync range of 30.00-80.00 kHz
    [ 164.399] (II) SIS(0): Monitor0: Using vrefresh range of 59.00-61.00 Hz
    [ 164.399] (II) SIS(0): Monitor0: Using vrefresh value of 71.00 Hz
    [ 164.399] (II) SIS(0): Clock range: 10.00 to 340.00 MHz
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x1024" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1600x1200" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    [ 164.399] (II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
    [ 164.399] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1400x1050" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1280x800" (vrefresh out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1280x800" (hsync out of range)
    [ 164.399] (II) SIS(0): Not using default mode "1440x900" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1440x900" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1440x900" (unknown reason)
    [ 164.399] (II) SIS(0): Not using default mode "1366x768" (unknown reason)
    [ 164.399] (II) SIS(0): Not using mode "1024x768_75.00" (no mode of this name)
    [ 164.399] (--) SIS(0): Virtual size is 1280x800 (pitch 1280)
    [ 164.399] (**) SIS(0): Default mode "1280x800" (1280x800) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
    [ 164.399] (**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
    [ 164.399] (**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
    [ 164.399] (**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
    [ 164.399] (==) SIS(0): DPI set to (96, 96)
    [ 164.399] (II) Loading sub module "fb"
    [ 164.399] (II) LoadModule: "fb"
    [ 164.400] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 164.445] (II) Module fb: vendor="X.Org Foundation"
    [ 164.445] compiled for 1.17.1, module version = 1.0.0
    [ 164.445] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 164.445] (II) Loading sub module "exa"
    [ 164.445] (II) LoadModule: "exa"
    [ 164.445] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 164.453] (II) Module exa: vendor="X.Org Foundation"
    [ 164.453] compiled for 1.17.1, module version = 2.6.0
    [ 164.453] ABI class: X.Org Video Driver, version 19.0
    [ 164.453] (II) Loading sub module "vbe"
    [ 164.453] (II) LoadModule: "vbe"
    [ 164.453] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 164.465] (II) Module vbe: vendor="X.Org Foundation"
    [ 164.465] compiled for 1.17.1, module version = 1.1.0
    [ 164.465] ABI class: X.Org Video Driver, version 19.0
    [ 164.465] (II) Loading sub module "int10"
    [ 164.465] (II) LoadModule: "int10"
    [ 164.465] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 164.471] (II) Module int10: vendor="X.Org Foundation"
    [ 164.471] compiled for 1.17.1, module version = 1.0.0
    [ 164.471] ABI class: X.Org Video Driver, version 19.0
    [ 164.471] (II) SIS(0): initializing int10
    [ 164.474] (EE) SIS(0): Cannot read int vect
    [ 164.474] (WW) SIS(0): Failed to load/initialize vbe module
    [ 164.481] (II) SIS(0): Setting standard mode 0x15
    [ 165.753] (II) EXA(0): Offscreen pixmap area of 18923520 bytes
    [ 165.753] (II) EXA(0): Driver registered support for the following operations:
    [ 165.753] (II) Solid
    [ 165.753] (II) Copy
    [ 165.753] (II) UploadToScreen
    [ 165.753] (II) DownloadFromScreen
    [ 165.753] (--) SIS(0): CPU frequency 1999.99Mhz
    [ 165.765] (II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
    [ 165.814] (--) SIS(0): Checked libc memcpy()... 53.4 MiB/s
    [ 165.909] (--) SIS(0): Checked built-in-1 memcpy()... 26.7 MiB/s
    [ 166.024] (--) SIS(0): Checked built-in-2 memcpy()... 22.0 MiB/s
    [ 166.072] (--) SIS(0): Checked MMX memcpy()... 53.5 MiB/s
    [ 166.119] (--) SIS(0): Checked SSE memcpy()... 53.5 MiB/s
    [ 166.167] (--) SIS(0): Checked MMX2 memcpy()... 53.5 MiB/s
    [ 166.167] (--) SIS(0): Using MMX2 method for aligned data transfers to video RAM
    [ 166.167] (--) SIS(0): Using MMX2 method for unaligned data transfers to video RAM
    [ 166.167] (--) SIS(0): CPU frequency 1999.99Mhz
    [ 166.179] (II) SIS(0): Benchmarking video RAM to system RAM memory transfer methods:
    [ 166.241] (--) SIS(0): Checked libc memcpy()... 43.2 MiB/s
    [ 166.346] (--) SIS(0): Checked built-in-1 memcpy()... 24.9 MiB/s
    [ 166.451] (--) SIS(0): Checked built-in-2 memcpy()... 25.1 MiB/s
    [ 166.509] (--) SIS(0): Checked MMX memcpy()... 46.7 MiB/s
    [ 166.569] (--) SIS(0): Checked SSE memcpy()... 44.3 MiB/s
    [ 166.637] (--) SIS(0): Checked MMX2 memcpy()... 39.0 MiB/s
    [ 166.637] (--) SIS(0): Using MMX method for aligned data transfers from video RAM
    [ 166.637] (--) SIS(0): Using MMX method for unaligned data transfers from video RAM
    [ 166.637] (==) SIS(0): Backing store enabled
    [ 166.637] (==) SIS(0): Silken mouse enabled
    [ 166.640] (==) SIS(0): DPMS enabled
    [ 166.641] (--) SIS(0): Hardware supports one video overlay
    [ 166.641] (II) SIS(0): Using SiS300/315/330/340/350 series HW Xv by default on CRT2
    [ 166.641] PCI: CNF00 - CNF1B:
    [ 166.641] 00: 00000000:00000000000000000000000000000000
    [ 166.641] 04: 42004200:01000010000000000100001000000000
    [ 166.641] 08: ffffffff:11111111111111111111111111111111
    [ 166.641] 0c: ffffffff:11111111111111111111111111111111
    [ 166.641] 10: b7143c00:10110111000101000011110000000000
    [ 166.641] 14: 00008e0d:00000000000000001000111000001101
    [ 166.641] 18: ffffffff:11111111111111111111111111111111
    [ 166.641] PCI: CNF2C - CNF47:
    [ 166.641] 2c: ffffffff:11111111111111111111111111111111
    [ 166.641] 30: ffffffff:11111111111111111111111111111111
    [ 166.641] 34: ffffffff:11111111111111111111111111111111
    [ 166.641] 38: ffffffff:11111111111111111111111111111111
    [ 166.641] 3c: ffffffff:11111111111111111111111111111111
    [ 166.641] 40: 01100420:00000001000100000000010000100000
    [ 166.641] 44: 00ff4407:00000000111111110100010000000111
    [ 166.641] AGP: CNF50 - CNF5B:
    [ 166.641] 50: 40134013:01000000000100110100000000010011
    [ 166.641] 54: 40134013:01000000000100110100000000010011
    [ 166.641] 58: 00000000:00000000000000000000000000000000
    [ 166.641] CRT1: SR05 - SR12:
    [ 166.641] 05: a1:10100001
    [ 166.641] 06: 42:01000010
    [ 166.641] 07: 44:01000100
    [ 166.641] 08: e0:11100000
    [ 166.641] 09: 07:00000111
    [ 166.641] 0a: 01:00000001
    [ 166.641] 0b: 00:00000000
    [ 166.641] 0c: 07:00000111
    [ 166.641] 0d: 00:00000000
    [ 166.641] 0e: 01:00000001
    [ 166.641] 0f: 08:00001000
    [ 166.641] 10: 29:00101001
    [ 166.641] 11: 03:00000011
    [ 166.641] 12: 00:00000000
    [ 166.641] CRT1: SR13 - SR16 (reserved):
    [ 166.641] 13: 00:00000000
    [ 166.641] 14: 00:00000000
    [ 166.641] 15: 00:00000000
    [ 166.641] 16: 00:00000000
    [ 166.641] CRT1: SR19 - SR1A (reserved)
    [ 166.641] CRT1: SR1B - SR3A:
    [ 166.641] 1b: 00:00000000
    [ 166.641] 1c: 8f:10001111
    [ 166.641] 1d: 00:00000000
    [ 166.641] 1e: 7a:01111010
    [ 166.641] 1f: c0:11000000
    [ 166.641] 20: a1:10100001
    [ 166.641] 21: a3:10100011
    [ 166.641] 22: f3:11110011
    [ 166.641] 23: 00:00000000
    [ 166.641] 24: 00:00000000
    [ 166.641] 25: 00:00000000
    [ 166.641] 26: 40:01000000
    [ 166.641] 27: 1f:00011111
    [ 166.641] 28: 7c:01111100
    [ 166.641] 29: 05:00000101
    [ 166.641] 2a: 82:10000010
    [ 166.641] 2b: 1b:00011011
    [ 166.641] 2c: e1:11100001
    [ 166.641] 2d: 01:00000001
    [ 166.641] 2e: 29:00101001
    [ 166.641] 2f: 01:00000001
    [ 166.641] 30: 82:10000010
    [ 166.641] 31: 00:00000000
    [ 166.641] 32: 50:01010000
    [ 166.641] 33: 20:00100000
    [ 166.641] 34: 00:00000000
    [ 166.641] 35: 00:00000000
    [ 166.641] 36: 00:00000000
    [ 166.642] 37: 04:00000100
    [ 166.642] 38: 86:10000110
    [ 166.642] 39: 40:01000000
    [ 166.642] 3a: 00:00000000
    [ 166.642] CRT1: SR3B (reserved)
    [ 166.642] CRT1: SR3C - SR3F:
    [ 166.642] 3c: 08:00001000
    [ 166.642] 3d: 01:00000001
    [ 166.642] 3e: 00:00000000
    [ 166.642] 3f: 00:00000000
    [ 166.642] CRT1: CR19 - CR1A:
    [ 166.642] 19: 00:00000000
    [ 166.642] 1a: 00:00000000
    [ 166.642] CRT1: CR1B - CR27 (undocumented?)
    [ 166.642] CRT1: CR28 - CR2E:
    [ 166.642] 28: 04:00000100
    [ 166.642] 29: e0:11100000
    [ 166.642] 2a: 00:00000000
    [ 166.642] 2b: 00:00000000
    [ 166.642] 2c: 00:00000000
    [ 166.642] 2d: 00:00000000
    [ 166.642] 2e: 00:00000000
    [ 166.642] CRT1: CR2F (reserved)
    [ 166.642] VGA BIOS: CR30 - CR3F:
    [ 166.642] 30: 21:00100001
    [ 166.642] 31: 40:01000000
    [ 166.642] 32: 08:00001000
    [ 166.642] 33: 00:00000000
    [ 166.642] 34: 15:00010101
    [ 166.642] 35: 00:00000000
    [ 166.642] 36: ec:11101100
    [ 166.642] 37: 23:00100011
    [ 166.642] 38: 20:00100000
    [ 166.642] 39: 30:00110000
    [ 166.642] 3a: 00:00000000
    [ 166.642] 3b: 08:00001000
    [ 166.642] 3c: 80:10000000
    [ 166.642] 3d: 20:00100000
    [ 166.642] 3e: 00:00000000
    [ 166.642] 3f: 00:00000000
    [ 166.642] CRT1: CR40 - CR43:
    [ 166.642] 40: 00:00000000
    [ 166.642] 41: 00:00000000
    [ 166.642] 42: 00:00000000
    [ 166.642] 43: 00:00000000
    [ 166.642] CRT1: CR44 - CR45 (reserved)
    [ 166.642] CRT1: CR46 - CR67:
    [ 166.642] 46: 00:00000000
    [ 166.642] 47: fe:11111110
    [ 166.642] 48: c0:11000000
    [ 166.642] 49: 08:00001000
    [ 166.642] 4a: bf:10111111
    [ 166.642] 4b: 88:10001000
    [ 166.642] 4c: 00:00000000
    [ 166.642] 4d: 10:00010000
    [ 166.642] 4e: 10:00010000
    [ 166.642] 4f: 20:00100000
    [ 166.642] 50: 00:00000000
    [ 166.642] 51: 00:00000000
    [ 166.642] 52: 30:00110000
    [ 166.642] 53: 40:01000000
    [ 166.642] 54: 00:00000000
    [ 166.642] 55: 00:00000000
    [ 166.642] 56: 00:00000000
    [ 166.642] 57: 00:00000000
    [ 166.642] 58: 00:00000000
    [ 166.642] 59: 00:00000000
    [ 166.642] 5a: 00:00000000
    [ 166.642] 5b: 00:00000000
    [ 166.642] 5c: 00:00000000
    [ 166.642] 5d: 00:00000000
    [ 166.642] 5e: 00:00000000
    [ 166.642] 5f: 00:00000000
    [ 166.642] 60: 00:00000000
    [ 166.642] 61: 00:00000000
    [ 166.642] 62: 00:00000000
    [ 166.642] 63: 00:00000000
    [ 166.642] 64: 00:00000000
    [ 166.642] 65: 00:00000000
    [ 166.642] 66: 00:00000000
    [ 166.642] 67: 00:00000000
    [ 166.642] CRT1: CR68 - CR6F (DRAM registers reserved for backward compatibility with 760)
    [ 166.642] CRT1: CR70 - CR77 (undocumented?)
    [ 166.642] SMA BIOS: CR78 - CR7F:
    [ 166.642] 78: 66:01100110
    [ 166.642] 79: 80:10000000
    [ 166.642] 7a: 90:10010000
    [ 166.642] 7b: 02:00000010
    [ 166.642] 7c: a2:10100010
    [ 166.642] 7d: 05:00000101
    [ 166.642] 7e: a3:10100011
    [ 166.642] 7f: 03:00000011
    [ 166.642] CRT1: CR80 - CR9B:
    [ 166.642] 80: ffffffff:11111111111111111111111111111111
    [ 166.642] 84: ffffffff:11111111111111111111111111111111
    [ 166.642] 88: ffffffff:11111111111111111111111111111111
    [ 166.642] 8c: ffffffff:11111111111111111111111111111111
    [ 166.642] 90: ffffffff:11111111111111111111111111111111
    [ 166.642] 94: ffffffff:11111111111111111111111111111111
    [ 166.642] 98: ffffffff:11111111111111111111111111111111
    [ 166.642] 9c: ffffffff:11111111111111111111111111111111
    [ 166.642] a0: ffffffff:11111111111111111111111111111111
    [ 166.642] a4: ffffffff:11111111111111111111111111111111
    [ 166.642] a8: ffffffff:11111111111111111111111111111111
    [ 166.642] ac: ffffffff:11111111111111111111111111111111
    [ 166.642] b0: ffffffff:11111111111111111111111111111111
    [ 166.642] CRT1: CRC0 - CRF3:
    [ 166.642] c0: ffffffff:11111111111111111111111111111111
    [ 166.642] c4: ffffffff:11111111111111111111111111111111
    [ 166.642] c8: ffffffff:11111111111111111111111111111111
    [ 166.642] cc: ffffffff:11111111111111111111111111111111
    [ 166.642] d0: ffffffff:11111111111111111111111111111111
    [ 166.642] d4: ffffffff:11111111111111111111111111111111
    [ 166.642] d8: ffffffff:11111111111111111111111111111111
    [ 166.642] dc: ffffffff:11111111111111111111111111111111
    [ 166.642] e0: ffffffff:11111111111111111111111111111111
    [ 166.642] e4: ffffffff:11111111111111111111111111111111
    [ 166.642] e8: ffffffff:11111111111111111111111111111111
    [ 166.642] ec: ffffffff:11111111111111111111111111111111
    [ 166.643] f0: ffffffff:11111111111111111111111111111111
    [ 166.643] CRT2: SIGNAL REGISTERS, PART1 00 - 45:
    [ 166.643] 00: 42:01000010
    [ 166.643] 01: 58:01011000
    [ 166.643] 02: 52:01010010
    [ 166.643] 03: 29:00101001
    [ 166.643] 04: 00:00000000
    [ 166.643] 05: 00:00000000
    [ 166.643] 06: 00:00000000
    [ 166.643] 07: 40:01000000
    [ 166.643] 08: 7f:01111111
    [ 166.643] 09: 51:01010001
    [ 166.643] 0a: 10:00010000
    [ 166.643] 0b: 20:00100000
    [ 166.643] 0c: 55:01010101
    [ 166.643] 0d: 30:00110000
    [ 166.643] 0e: 2f:00101111
    [ 166.643] 0f: 1f:00011111
    [ 166.643] 10: 28:00101000
    [ 166.643] 11: 3a:00111010
    [ 166.643] 12: 1b:00011011
    [ 166.643] 13: 00:00000000
    [ 166.643] 14: a2:10100010
    [ 166.643] 15: 06:00000110
    [ 166.643] 16: 00:00000000
    [ 166.643] 17: a0:10100000
    [ 166.643] 18: 22:00100010
    [ 166.643] 19: 25:00100101
    [ 166.643] 1a: d8:11011000
    [ 166.643] 1b: 2f:00101111
    [ 166.643] 1c: 1f:00011111
    [ 166.643] 1d: 1b:00011011
    [ 166.643] 1e: 20:00100000
    [ 166.643] 1f: ff:11111111
    [ 166.643] 20: 1c:00011100
    [ 166.643] 21: 1f:00011111
    [ 166.643] 22: 80:10000000
    [ 166.643] 23: 00:00000000
    [ 166.643] 24: 00:00000000
    [ 166.643] 25: 00:00000000
    [ 166.643] 26: 10:00010000
    [ 166.643] 27: 04:00000100
    [ 166.643] 28: 00:00000000
    [ 166.643] 29: 00:00000000
    [ 166.643] 2a: 03:00000011
    [ 166.643] 2b: 00:00000000
    [ 166.643] 2c: 30:00110000
    [ 166.643] 2d: 03:00000011
    [ 166.643] 2e: 8e:10001110
    [ 166.643] 2f: 05:00000101
    [ 166.643] 30: 01:00000001
    [ 166.643] 31: b5:10110101
    [ 166.643] 32: ed:11101101
    [ 166.643] 33: 92:10010010
    [ 166.643] 34: 80:10000000
    [ 166.643] 35: 22:00100010
    [ 166.643] 36: 65:01100101
    [ 166.643] 37: e3:11100011
    [ 166.643] 38: 62:01100010
    [ 166.643] 39: 0a:00001010
    [ 166.643] 3a: 00:00000000
    [ 166.643] 3b: 00:00000000
    [ 166.643] 3c: 00:00000000
    [ 166.643] 3d: 00:00000000
    [ 166.643] 3e: 01:00000001
    [ 166.643] 3f: 01:00000001
    [ 166.643] 40: 00:00000000
    [ 166.643] 41: 00:00000000
    [ 166.643] 42: 00:00000000
    [ 166.643] 43: 00:00000000
    [ 166.643] 44: 00:00000000
    [ 166.643] 45: 00:00000000
    [ 166.643] CRT2: TV SIGNAL REGISTERS, PART2 00 - 4d:
    [ 166.643] 00: 3c:00111100
    [ 166.643] 01: 34:00110100
    [ 166.643] 02: 1b:00011011
    [ 166.643] 03: 1f:00011111
    [ 166.643] 04: 21:00100001
    [ 166.643] 05: 2f:00101111
    [ 166.643] 06: 1f:00011111
    [ 166.643] 07: 0c:00001100
    [ 166.643] 08: 0c:00001100
    [ 166.643] 09: 90:10010000
    [ 166.643] 0a: 40:01000000
    [ 166.643] 0b: 01:00000001
    [ 166.643] 0c: 0b:00001011
    [ 166.643] 0d: 06:00000110
    [ 166.643] 0e: 0d:00001101
    [ 166.643] 0f: 04:00000100
    [ 166.643] 10: 0a:00001010
    [ 166.643] 11: 06:00000110
    [ 166.643] 12: 14:00010100
    [ 166.643] 13: 0d:00001101
    [ 166.643] 14: 04:00000100
    [ 166.643] 15: 0a:00001010
    [ 166.643] 16: 00:00000000
    [ 166.643] 17: 81:10000001
    [ 166.643] 18: 1b:00011011
    [ 166.643] 19: 2f:00101111
    [ 166.643] 1a: 68:01101000
    [ 166.643] 1b: 7e:01111110
    [ 166.643] 1c: 28:00101000
    [ 166.643] 1d: 55:01010101
    [ 166.644] 1e: da:11011010
    [ 166.644] 1f: 08:00001000
    [ 166.644] 20: 07:00000111
    [ 166.644] 21: 68:01101000
    [ 166.644] 22: 75:01110101
    [ 166.644] 23: 08:00001000
    [ 166.644] 24: 0b:00001011
    [ 166.644] 25: 35:00110101
    [ 166.644] 26: e2:11100010
    [ 166.644] 27: a2:10100010
    [ 166.644] 28: 52:01010010
    [ 166.644] 29: 33:00110011
    [ 166.644] 2a: aa:10101010
    [ 166.644] 2b: 45:01000101
    [ 166.644] 2c: ff:11111111
    [ 166.644] 2d: 58:01011000
    [ 166.644] 2e: 7f:01111111
    [ 166.644] 2f: 1e:00011110
    [ 166.644] 30: c5:11000101
    [ 166.644] 31: 21:00100001
    [ 166.644] 32: f0:11110000
    [ 166.644] 33: 7b:01111011
    [ 166.644] 34: d6:11010110
    [ 166.644] 35: 00:00000000
    [ 166.644] 36: 00:00000000
    [ 166.644] 37: 00:00000000
    [ 166.644] 38: 00:00000000
    [ 166.644] 39: 92:10010010
    [ 166.644] 3a: 8f:10001111
    [ 166.644] 3b: 40:01000000
    [ 166.644] 3c: 60:01100000
    [ 166.644] 3d: 80:10000000
    [ 166.644] 3e: 14:00010100
    [ 166.644] 3f: ff:11111111
    [ 166.644] 40: ff:11111111
    [ 166.644] 41: ff:11111111
    [ 166.644] 42: 14:00010100
    [ 166.644] 43: 4d:01001101
    [ 166.644] 44: 00:00000000
    [ 166.644] 45: 60:01100000
    [ 166.644] 46: 78:01111000
    [ 166.644] 47: 1d:00011101
    [ 166.644] 48: 1e:00011110
    [ 166.644] 49: 11:00010001
    [ 166.644] 4a: 82:10000010
    [ 166.644] 4b: 69:01101001
    [ 166.644] 4c: 61:01100001
    [ 166.644] 4d: 03:00000011
    [ 166.644] CRT2: TV COPY PROTECTION, PART3 00 - 40:
    [ 166.644] 00: 00:00000000
    [ 166.644] 01: 04:00000100
    [ 166.644] 02: c0:11000000
    [ 166.644] 03: 39:00111001
    [ 166.644] 04: 07:00000111
    [ 166.644] 05: 6f:01101111
    [ 166.644] 06: 0a:00001010
    [ 166.644] 07: 75:01110101
    [ 166.644] 08: 01:00000001
    [ 166.644] 09: ad:10101101
    [ 166.644] 0a: 20:00100000
    [ 166.644] 0b: 40:01000000
    [ 166.644] 0c: 60:01100000
    [ 166.644] 0d: 44:01000100
    [ 166.644] 0e: c2:11000010
    [ 166.644] 0f: f2:11110010
    [ 166.644] 10: 71:01110001
    [ 166.644] 11: 64:01100100
    [ 166.644] 12: d1:11010001
    [ 166.644] 13: f5:11110101
    [ 166.644] 14: b7:10110111
    [ 166.644] 15: 59:01011001
    [ 166.644] 16: 84:10000100
    [ 166.644] 17: 80:10000000
    [ 166.644] 18: 36:00110110
    [ 166.644] 19: 00:00000000
    [ 166.644] 1a: 42:01000010
    [ 166.644] 1b: 9c:10011100
    [ 166.644] 1c: 9f:10011111
    [ 166.644] 1d: 2a:00101010
    [ 166.644] 1e: 52:01010010
    [ 166.644] 1f: 7e:01111110
    [ 166.644] 20: 24:00100100
    [ 166.645] 21: 6f:01101111
    [ 166.645] 22: 16:00010110
    [ 166.645] 23: 4c:01001100
    [ 166.645] 24: e6:11100110
    [ 166.645] 25: 89:10001001
    [ 166.645] 26: c4:11000100
    [ 166.645] 27: 1b:00011011
    [ 166.645] 28: bf:10111111
    [ 166.645] 29: a1:10100001
    [ 166.645] 2a: 83:10000011
    [ 166.645] 2b: 7e:01111110
    [ 166.645] 2c: 81:10000001
    [ 166.645] 2d: 4b:01001011
    [ 166.645] 2e: d0:11010000
    [ 166.645] 2f: e4:11100100
    [ 166.645] 30: 61:01100001
    [ 166.645] 31: 91:10010001
    [ 166.645] 32: 1f:00011111
    [ 166.645] 33: f9:11111001
    [ 166.645] 34: d4:11010100
    [ 166.645] 35: 45:01000101
    [ 166.645] 36: c4:11000100
    [ 166.645] 37: 67:01100111
    [ 166.645] 38: b9:10111001
    [ 166.645] 39: 41:01000001
    [ 166.645] 3a: 2d:00101101
    [ 166.645] 3b: 1b:00011011
    [ 166.645] 3c: eb:11101011
    [ 166.645] 3d: f5:11110101
    [ 166.645] 3e: 40:01000000
    [ 166.645] 3f: a6:10100110
    [ 166.645] 40: 01:00000001
    [ 166.645] CRT2: SIGNAL REGISTERS, PART4 00 - 3A:
    [ 166.645] 00: 07:00000111
    [ 166.645] 01: e1:11100001
    [ 166.645] 02: 01:00000001
    [ 166.645] 03: 4f:01001111
    [ 166.645] 04: 00:00000000
    [ 166.645] 05: 00:00000000
    [ 166.645] 06: 00:00000000
    [ 166.645] 07: ef:11101111
    [ 166.645] 08: 3f:00111111
    [ 166.645] 09: 00:00000000
    [ 166.645] 0a: 9c:10011100
    [ 166.645] 0b: 62:01100010
    [ 166.645] 0c: 83:10000011
    [ 166.645] 0d: 8e:10001110
    [ 166.645] 0e: 60:01100000
    [ 166.645] 0f: 03:00000011
    [ 166.645] 10: 80:10000000
    [ 166.645] 11: 00:00000000
    [ 166.645] 12: 08:00001000
    [ 166.645] 13: 01:00000001
    [ 166.645] 14: 01:00000001
    [ 166.645] 15: 2b:00101011
    [ 166.645] 16: 7f:01111111
    [ 166.645] 17: 2a:00101010
    [ 166.645] 18: 32:00110010
    [ 166.645] 19: 40:01000000
    [ 166.645] 1a: 00:00000000
    [ 166.645] 1b: 00:00000000
    [ 166.645] 1c: 28:00101000
    [ 166.645] 1d: 3f:00111111
    [ 166.645] 1e: 10:00010000
    [ 166.645] 1f: f6:11110110
    [ 166.645] 20: aa:10101010
    [ 166.645] 21: d0:11010000
    [ 166.645] 22: be:10111110
    [ 166.645] 23: c7:11000111
    [ 166.645] 24: 0e:00001110
    [ 166.645] 25: 10:00010000
    [ 166.645] 26: 06:00000110
    [ 166.645] 27: 8c:10001100
    [ 166.645] 28: 62:01100010
    [ 166.645] 29: d2:11010010
    [ 166.645] 2a: 00:00000000
    [ 166.645] 2b: a0:10100000
    [ 166.645] 2c: 02:00000010
    [ 166.645] 2d: 3f:00111111
    [ 166.645] 2e: 02:00000010
    [ 166.645] 2f: 3f:00111111
    [ 166.645] 30: 68:01101000
    [ 166.645] 31: 0d:00001101
    [ 166.646] 32: 70:01110000
    [ 166.646] 33: 38:00111000
    [ 166.646] 34: 10:00010000
    [ 166.646] 35: c8:11001000
    [ 166.646] 36: 10:00010000
    [ 166.646] 37: c0:11000000
    [ 166.646] 38: 8b:10001011
    [ 166.646] 39: ff:11111111
    [ 166.646] 3a: fd:11111101
    [ 166.646] CRT2: PALETTE SIGNAL REGISTERS, PART5 00 - 00 (?):
    [ 166.646] 00: 00:00000000
    [ 166.646] (II) SIS(0): Default Xv adaptor is Video Overlay
    [ 166.715] (II) SIS(0): Initialized SISCTRL extension version 0.1
    [ 166.715] (II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
    [ 166.715] (==) RandR enabled
    [ 166.726] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 166.726] (EE) AIGLX: reverting to software rendering
    [ 167.717] (II) AIGLX: Loaded and initialized swrast
    [ 167.717] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 168.007] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 168.007] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 168.007] (II) LoadModule: "evdev"
    [ 168.007] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 168.029] (II) Module evdev: vendor="X.Org Foundation"
    [ 168.029] compiled for 1.16.2, module version = 2.9.1
    [ 168.029] Module class: X.Org XInput Driver
    [ 168.029] ABI class: X.Org XInput driver, version 21.0
    [ 168.030] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 12 paused 0
    [ 168.030] (II) Using input driver 'evdev' for 'Power Button'
    [ 168.030] (**) Power Button: always reports core events
    [ 168.030] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 168.030] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 168.030] (--) evdev: Power Button: Found keys
    [ 168.030] (II) evdev: Power Button: Configuring as keyboard
    [ 168.030] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input9/event5"
    [ 168.030] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 168.030] (**) Option "xkb_rules" "evdev"
    [ 168.030] (**) Option "xkb_model" "pc104"
    [ 168.030] (**) Option "xkb_layout" "us"
    [ 168.064] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
    [ 168.064] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 168.064] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 13 paused 0
    [ 168.065] (II) Using input driver 'evdev' for 'Video Bus'
    [ 168.065] (**) Video Bus: always reports core events
    [ 168.065] (**) evdev: Video Bus: Device: "/dev/input/event2"
    [ 168.065] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 168.065] (--) evdev: Video Bus: Found keys
    [ 168.065] (II) evdev: Video Bus: Configuring as keyboard
    [ 168.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input6/event2"
    [ 168.065] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 168.065] (**) Option "xkb_rules" "evdev"
    [ 168.065] (**) Option "xkb_model" "pc104"
    [ 168.065] (**) Option "xkb_layout" "us"
    [ 168.065] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 168.065] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 168.066] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 14 paused 0
    [ 168.066] (II) Using input driver 'evdev' for 'Power Button'
    [ 168.066] (**) Power Button: always reports core events
    [ 168.066] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 168.066] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 168.066] (--) evdev: Power Button: Found keys
    [ 168.066] (II) evdev: Power Button: Configuring as keyboard
    [ 168.066] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7/event3"
    [ 168.066] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 168.066] (**) Option "xkb_rules" "evdev"
    [ 168.066] (**) Option "xkb_model" "pc104"
    [ 168.067] (**) Option "xkb_layout" "us"
    [ 168.067] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 168.067] (II) No input driver specified, ignoring this device.
    [ 168.067] (II) This device may have been added with another device file.
    [ 168.068] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 168.068] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 168.068] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
    [ 168.068] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 168.068] (**) Sleep Button: always reports core events
    [ 168.068] (**) evdev: Sleep Button: Device: "/dev/input/event4"
    [ 168.068] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 168.068] (--) evdev: Sleep Button: Found keys
    [ 168.068] (II) evdev: Sleep Button: Configuring as keyboard
    [ 168.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8/event4"
    [ 168.069] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 168.069] (**) Option "xkb_rules" "evdev"
    [ 168.069] (**) Option "xkb_model" "pc104"
    [ 168.069] (**) Option "xkb_layout" "us"
    [ 168.069] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 168.069] (II) No input driver specified, ignoring this device.
    [ 168.069] (II) This device may have been added with another device file.
    [ 168.070] (II) config/udev: Adding input device HDA SIS966 Mic (/dev/input/event7)
    [ 168.070] (II) No input driver specified, ignoring this device.
    [ 168.070] (II) This device may have been added with another device file.
    [ 168.070] (II) config/udev: Adding input device HDA SIS966 Headphone (/dev/input/event8)
    [ 168.070] (II) No input driver specified, ignoring this device.
    [ 168.070] (II) This device may have been added with another device file.
    [ 168.070] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 168.070] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 168.071] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 16 paused 0
    [ 168.071] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 168.071] (**) AT Translated Set 2 keyboard: always reports core events
    [ 168.071] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 168.071] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 168.071] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 168.071] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 168.071] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 168.071] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 168.071] (**) Option "xkb_rules" "evdev"
    [ 168.071] (**) Option "xkb_model" "pc104"
    [ 168.071] (**) Option "xkb_layout" "us"
    [ 168.072] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 168.072] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 168.072] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 168.072] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 168.072] (II) LoadModule: "synaptics"
    [ 168.072] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 168.091] (II) Module synaptics: vendor="X.Org Foundation"
    [ 168.091] compiled for 1.16.0, module version = 1.8.1
    [ 168.091] Module class: X.Org XInput Driver
    [ 168.091] ABI class: X.Org XInput driver, version 21.0
    [ 168.092] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 17 paused 0
    [ 168.092] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 168.092] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 168.092] (**) Option "Device" "/dev/input/event10"
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472 (res 68)
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448 (res 93)
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 168.133] (**) Option "TapButton1" "1"
    [ 168.133] (**) Option "TapButton2" "2"
    [ 168.133] (**) Option "TapButton3" "3"
    [ 168.133] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 168.133] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 168.133] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event10"
    [ 168.133] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 168.133] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 168.133] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 168.133] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
    [ 168.133] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 168.134] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 168.134] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 168.134] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 168.134] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
    [ 168.134] (II) No input driver specified, ignoring this device.
    [ 168.134] (II) This device may have been added with another device file.
    [ 169.913] (EE)
    [ 169.914] (EE) Backtrace:
    [ 169.944] (EE) 0: /usr/lib/xorg-server/Xorg (xorg_backtrace+0x52) [0x81db3f2]
    [ 169.944] (EE) 1: /usr/lib/xorg-server/Xorg (0x8048000+0x197612) [0x81df612]
    [ 169.944] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb778bb94]
    [ 169.944] (EE) 3: /usr/lib/xorg/modules/drivers/sisimedia_drv.so (0xb6ae1000+0x44676) [0xb6b25676]
    [ 169.944] (EE) 4: /usr/lib/xorg/modules/drivers/sisimedia_drv.so (0xb6ae1000+0x37592) [0xb6b18592]
    [ 169.944] (EE) 5: /usr/lib/xorg/modules/drivers/sisimedia_drv.so (0xb6ae1000+0x27217) [0xb6b08217]
    [ 169.944] (EE) 6: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x4df7) [0xb6aa6df7]
    [ 169.944] (EE) 7: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x527f) [0xb6aa727f]
    [ 169.944] (EE) 8: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x5344) [0xb6aa7344]
    [ 169.944] (EE) 9: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x5cf5) [0xb6aa7cf5]
    [ 169.944] (EE) 10: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x3af8) [0xb6aa5af8]
    [ 169.944] (EE) 11: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x8a41) [0xb6aaaa41]
    [ 169.944] (EE) 12: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x9401) [0xb6aab401]
    [ 169.944] (EE) 13: /usr/lib/xorg-server/Xorg (miCopyRegion+0x18d) [0x81bae9d]
    [ 169.944] (EE) 14: /usr/lib/xorg-server/Xorg (miDoCopy+0x48d) [0x81bb46d]
    [ 169.944] (EE) 15: /usr/lib/xorg/modules/libexa.so (0xb6aa2000+0x7ab9) [0xb6aa9ab9]
    [ 169.944] (EE) 16: /usr/lib/xorg-server/Xorg (0x8048000+0x11b6b5) [0x81636b5]
    [ 169.944] (EE) 17: /usr/lib/xorg-server/Xorg (0x8048000+0x2e794) [0x8076794]
    [ 169.944] (EE) 18: /usr/lib/xorg-server/Xorg (0x8048000+0x32a06) [0x807aa06]
    [ 169.944] (EE) 19: /usr/lib/xorg-server/Xorg (0x8048000+0x36bdf) [0x807ebdf]
    [ 169.944] (EE) 20: /usr/lib/xorg-server/Xorg (0x8048000+0x20a1a) [0x8068a1a]
    [ 169.944] (EE) 21: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb730764e]
    [ 169.944] (EE) 22: /usr/lib/xorg-server/Xorg (0x8048000+0x20a48) [0x8068a48]
    [ 169.944] (EE)
    [ 169.944] (EE) Segmentation fault at address 0x0
    [ 169.945] (EE)
    Fatal server error:
    [ 169.945] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 169.945] (EE)
    [ 169.945] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 169.945] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 169.945] (EE)
    [ 169.953] (II) SIS(0): Restoring by setting old mode 0x62
    [ 172.262] (EE) Server terminated with error (1). Closing log file.

  • Can I run a server off my residentia​l Internet?

    Hi I was wondering if it is okay to run a Minecraft (it's a PC game) server off my 25 mb/s upload plan. I've heard that plans have been canceled for doing this. (Server is non-profit)
    Thanks
    Solved!
    Go to Solution.

    I have never seen anyone get in trouble for that, but it does say in the TOS that you can't run servers on your residential account.   I don't think they police that, but that could change in the future.  I have had fios for quite a few years, and then DSL with Verizon before that, and have never heard an instance where someone was cancelled for doing it.  So I guess do it at your own risk, or YMMV?       I would think they would give you a warning first before action anyway, I know for a fact they give you a couple warnings even on copy right infringements, so I could imagine that they would give you warnings here to. 

  • Can you Run Lion server on iMac and use monitor for another computer

    With lion server you don't need a monitor and I figure why buy a mac mini when i could by a 27" imac and use it as a display and a mac mini running lion server.
    I have been going over the scenarios and am trying to decide if I should buy the TB display or a second 27" imac.  Eventually I will have 3 27" displays... but I want to run Lion Server off of one of the imacs... and use the display with the other imac.
    do you know if it is possible to use the display of the imac for a mbp or another imac while running an operating system (lion Server) on the computer at the same time.
    not sure if I made my self clear there or not.
    Ryan

    Ryan as long as both the Mac Mini and iMac have Thunderbolt you could use the iMac as an external monitor for the Mac Mini. The current machines with Thunderbolt connections are 2011 iMacs, MacMini's, MacBook Air's & all MacBook Pros.

  • Running other server-side applications with JSP

    Hi,
    I'd like to know, if is possible run with JSP (Servlet, or JavaBean) other application, which support COM. I used something like this in JavaScript:
    application=new ActiveXObject("excel.application");
    and I had all possibilities of its API. I'd like to use excel as data source for user-friendly data input.
    Thanks for all suggestions

    Hi,
    I don't realy understand your question.
    If your javascript work using activeX, this code is executed on the client side (like the excel application and the excel file).
    You can, with a JSP, generate the html page that contain the script.
    Where is the problem ?

  • Form can't run in server

    I just installed 9ids and try forms developper, built a simple form and try to run it, but it says that cannot finf /forms90/forms90 servelet? I can't find any documentation on this, I would like to configure my installation to migrate from 6i to 9i but so far it's being hard. Anyone can give a good tip? Thanks in advance

    Generally speaking iDS will work "out of the box". Could you be more specific with the error message. Please post the full message and at what point yuo get it.
    Regards
    Grant Ronald
    Forms Product Management

  • Can't Run Portal Server Created By Wizard

    I get the errors below... I've tried messing with the boot.properties file but no success... I had this happen before but I cannot remember what I did to fix it... This is also the same error I get when I open the sample portal servers... please help..
    <Jul 14, 2008 8:58:07 AM CDT> <Notice> <Security> <BEA-090082> <Security initial
    izing using security realm myrealm.>
    <Jul 14, 2008 8:58:07 AM CDT> <Error> <Security> <BEA-000000> <[Security:090759]
    A SQLException occurred while retrieving password information
    java.sql.SQLException: Invalid table name "USERS" specified at position 23.
    at com.pointbase.net.netJDBCPrimitives.handleResponse(DashoA13*..:335)
    at com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(DashoA13
    *..:383)
    at com.pointbase.net.netJDBCConnection.prepareStatement(DashoA13*..:545)
    at weblogic.security.providers.authentication.DBMSSQLReadOnlyDatabaseCon
    nectionImpl.getPreparedStatement(DBMSSQLReadOnlyDatabaseConnectionImpl.java:37)
    at weblogic.security.providers.authentication.shared.DBMSSQLRuntimeQuery
    Impl.passwordStringQuery(DBMSSQLRuntimeQueryImpl.java:82)
    Truncated. see log file for complete stacktrace
    >
    <Jul 14, 2008 8:58:07 AM CDT> <Critical> <Security> <BEA-090402> <Authentication
    denied: Boot identity not valid; The user name and/or password from the boot id
    entity file (boot.properties) is not valid. The boot identity may have been chan
    ged since the boot identity file was created. Please edit and update the boot id
    entity file with the proper values of username and password. The first time the
    updated boot identity file is used to start the server, these new values are enc
    rypted.>
    <Jul 14, 2008 8:58:07 AM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server s
    ubsystem failed. Reason: weblogic.security.SecurityInitializationException: Auth
    entication denied: Boot identity not valid; The user name and/or password from t
    he boot identity file (boot.properties) is not valid. The boot identity may have
    been changed since the boot identity file was created. Please edit and update t
    he boot identity file with the proper values of username and password. The first
    time the updated boot identity file is used to start the server, these new valu
    es are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot i
    dentity not valid; The user name and/or password from the boot identity file (bo
    ot.properties) is not valid. The boot identity may have been changed since the b
    oot identity file was created. Please edit and update the boot identity file wit
    h the proper values of username and password. The first time the updated boot id
    entity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do
    BootAuthorization(Unknown Source)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itialize(Unknown Source)
    at weblogic.security.service.SecurityServiceManager.initialize(Unknown S
    ource)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    >
    <Jul 14, 2008 8:58:08 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FAILED>

    I have located the <BEA_HOME>\weblogic92\samples\domains\workshop\pointbase.ini.
    Now, replaced the . to my 10.2.0.3 database home. But, still get these errors while starting the Oracle SOA Server.:
    database.home=E:/DB10203
    documentation.home=C:/WLS923_BPEL10133/weblogic92/common/eval/pointbase/docs
    pbembedded.lic=C:/WLS923_BPEL10133/weblogic92/common/eval/pointbase/lib/pbembedded.lic
    transaction.isolationlevel=TRANSACTION_READ_COMMITTED
    database.pagesize=4096
    cache.size=2063
    sort.size=1024
    debug.log=false
    Errors : \user_projects\domains\SOADomain\servers\OracleSOAServer\logs\OracleSOAServer.log
    ####<Nov 30, 2008 1:06:49 PM IST> <Critical> <WebLogicServer> <anirudhpucha> <OracleSOAServer> <Main Thread> <<WLS Kernel>> <> <> <1228030609672> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:941)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    Any clues ?
    Regards
    A

  • Icloud: can't login, serious server side issues

    I'm having serious issues whith iCloud, can't sign in. I have two appleID's: 1 @mac.com and 1 @me.com (although the account name on appleid.apple.com is withouth the email-suffix "@me.com")
    I would like to login in on iCloud.com with my @me.com AppleID and on iTunes with @mac.com. Off course merging the two AppleID's would be better.
    Issue:
    Can't login on mac os x 10.7.3 (Safari icloud.com, system preferences) with neither AppleID's
    Safari icloud.com: Connection error, icloud error while connecting to server
    Sys prefs: you can't login this moment
    Depending where I login, It works with @me.com or without the mail-suffix
    Can login on iphone/ipad/ appleid.apple.com
    Tried:
    - little snitch not present
    - deleted ~/Library/AppSupport/iCloud/Accounts
    - emptying Safari cache
    - resetting passwords on appleid.apple.com
    Other observation:
    - could login with safari on other account (guest), no longer possible
    - after deleting account on iphone, recreating account logged in with me.com appleID, login works but shows @mac.com account name
    - on iOS password from mac.com appleID works with me.com
    - can login on appleid.apple.com with both appleid's (with correct passwords)
    - me.com accountname is NOT in the form of an email addres, when trying to change accountname in a me.com address, this gets refused

    Just upgraded to 10.7.4.
    Solved some issues.
    I can login via System Preferences and with iTunes with two different accoutns. Although. I have to use the password of the @mac.com AppleID to login with the @me.com AppleID (wiht mail-suffix). Like on my iPhone before.
    If I login on the Apple support site I have to use the @me.com (without the mail-suffix) and the correct password.
    Understand who can.
    Left to check: Fotostream, but first I have some real work to do. Thorough troubleshooting next week.
    I'm no programmer but I've administered servers (solaris, mac, win) for 8 years in a multi-tier environment and I'm rolling out an identity mgt system in a 40k employee organisation at the moment.

  • Can not run http server

    start http server powered by apache.I got such message:
    '[alert]<5>...:FastCGI:CreateMUtex()failed
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    Failed to create FastCGI application accept mutex'
    my isqlplus.conf:
    # Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
    # NAME
    # isqlplus.conf
    # PURPOSE
    # Oracle HTTP Server directives for the iSQL*Plus server
    # USAGE
    # This file should be included in the Oracle HTTP Server
    # "oracle_apache.conf" file.
    # Enable handling of all virtual paths beginning with "/iplus/"
    # Note: only /iplus/ is mapped, /iplus is not being mapped
    <IfModule mod_alias.c>
    Alias /iplus/ "C:\oracle\ora92\sqlplus\admin\iplus/"
    # Disallow users from trying to access /iplus/ directory listing
    <Directory "C:\oracle\ora92\sqlplus\admin\iplus">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
    # FastCGI application
    <IfModule mod_alias.c>
    ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
    ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
    <Directory "C:\oracle\ora92\bin">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Enable handling of all virtual paths beginning with "/isqlplus"
    <Location /isqlplus>
    SetHandler fastcgi-script
    Order deny,allow
    # Comment "Allow ..." and uncomment the four lines "AuthType ..."
    # to "Require ..." if Oracle HTTP authentication access is required
    # for the http://.../isqlplus URL
    Allow from all
    #AuthType Basic
    #AuthName 'iSQL*Plus'
    #AuthUserFile C:\oracle\ora92\sqlplus\admin\iplus.pw
    #Require valid-user
    </Location>
    # Enable handling of all virtual paths beginning with "/isqlplusdba".
    # Note: Oracle HTTP authentication access must be configured to
    # prevent unauthorized users performing DBA operations on
    # the database
    # Use the HTTP server utility script "htpasswd" to add users to the
    # "iplusdba.pw" file.
    <Location /isqlplusdba>
    SetHandler fastcgi-script
    Order deny,allow
    AuthType Basic
    AuthName 'iSQL*Plus DBA'
    AuthUserFile C:\oracle\ora92\sqlplus\admin\iplusdba.pw
    Require valid-user
    </Location>
    # Setup the iSQL*Plus FastCGI application.
    <IfModule mod_fastcgi.c>
    FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    </IfModule>

    Yes there is
    Oracle Developer Suite HTTP port = 8889
    Oracle Developer Suite JMS port = 9240
    Oracle Developer Suite RMI port = 23910
    Oracle HTTP Server Diagnostic port = 7200
    Reports Services bridge port = 14011
    Reports Services discoveryService port = 14021

  • Running server side methods prior to applet launch

    Hi all,
    I have recently become involved in the JSP world. My question is this:
    How can I get a server-side process to run prior to the launcing/running of an applet that must also be present on the page? Is there a way to force an order of execution within a JSP?
    Due to the nature of the code, it is impossible for me to create a secondary page that runs the server side process prior to being redirected to a page containing the applet.
    Any thoughts?
    Thanks from a newbie!
    --Speed Racer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hey there,
    Yes, it did help, however, I realized that a redirection of the action to another URL (jsp) instead of the assigned action class would allow me to manage the auditing I needed to do.
    Thanks for the response!
    --Speed Racer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

  • Can I throttle frame rate on server side?

    I am building many to many webcam based chat application . The application page on client side will show streams anywhere from 1 up to 10 webcams. Most of the streams or chat will inactive so I am thinking that I can broadcast those inactive streams at a very very low frame rate untill they get activated. { I know I can not throttle in flash but can I throttle on server side with FMS or Wowza server?}
    Any hints regarding how would I achieve this?

    What do you mean by inactive streams - if you mean there is no data to be transfered why do you want them to broadcast at first place? Probably i did not get your question properly if that's the case can you elaborate more?

  • RoboHelp Server 8 -- can it run on LINX

    We're a Linx shop. Can we run RoboHelp Server 8 on it.  It says Windows. However, Tomcat and Apache can run on Linx so why can't RoboHelp Server 8?

    RoboHelp Server 8 can run on Windows only. Though Tomcat and Apache can run on linux but there are some windows specific components in RoboHelp Server 8 and hence you cannot run it on Linux.
    Tulika.
    RoboHelp Server Dev Team.
    Adobe.

  • Http Authentication server side

    I searched the internet and this forum a lot without finding a non commercial solution to this common scenario.
    Inside an active directory based intranet I would like to authenticate the users who access a java web application running on Tomcat.
    The requisites to meet are:
    - the users connect with IE6 and they are authenticated with their login credentials using Kerberos.
    - the application needs to know the name of the user.
    The web application will run with a specific windows account. Is there a way to perform a task using the credentials of the authenticated user ?
    What I'm looking for is an implementation of the following scenario: User John connects to the web application and besides other tasks, read/writes files from a directory where only John has permissions to do (as configured through windows acl).
    Thanks for any help.
    Filippo

    So far as I know, to do this you would have to run the server side of HTTP Negotiate (SPNEGO) in Tomcat. This protocol uses HTTP Authorization exchanges to carry out the GSS-API exchange that allows Tomcat to trust the browser user's identity. In this context the GSS-API mechanism would be Kerberos (or NTLM if Kerberos failed). The browser (if HTTP Negotiate capable, like IE) would send Kerberos credentials to the server during the context exchange, thereby achieving what you want.
    I believe this is what commercial products like Vintela and IT Practice do.
    Question to the Sun developers: SE6 supports the client side of HTTP Negotiate (so a Java client can talk to e.g. IIS). Are there any plans to support the server side? The case of IE/Windows workstations accessing Java web servers/servlet engines is a much more common requirement than "the other way round".
    Thanks,
    Alec

Maybe you are looking for

  • BAPI for displaying stock

    hi, Is there a bapi/FM which gives us the stock of a material on a particular date. Satish

  • How can i change a paid app from an Apple ID to other different Apple ID?

    Hello, When i puchased my Ipad 2 i purchased a couple of paid apps for my little daugther, however due the damage she caused to my device, i decided to buy a new ipad. I need to keep my Apple ID intact and thats why i have created a new one for my wi

  • Is there a way to show album year in "albums view" in iTunes?

    I have around 1500 albums and I like viewing them all in my albums view with the cover showing. I have sorted them by year which works, but when you are scrolling through them all the years are just bunched together (they are in order though). In pre

  • 10.6.8 combo & 10.6.7 pdf fonts problem

    Does the 10.6.8 update combo correct the pdf fonts problem that was inherent to 10.6.7?  After a couple days of stress I had to do the lengthy 10.6.7 uninstall process in order to refine my doctoral dissertation.  This has made me gun-shy & fearful o

  • IPhone 3G case fits the 2G?

    Hey guys. I recently dropped my iPhone 2G, and got it scratched. In order to prevent this, I decided I wanted to buy a new iPhone case. But I realized that all the good cases are pretty much only for the 3G. So I went looking and found this theme I r