Unable to set 'tap to click' by command line

Use case: I'm trying to write a script to set up new macbooks with a set of dev tools and usability configuration options.
Most configurations are simple enough to change by altering the global application setting e.g. setting the scroll direction with the command:
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false
Apparently the following commands were able to enable the tap to click trackpad behavior in previous OSX versions:
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
However, as of Maverick (and possibly Mountain Lion) these do not work.
I checked the defaults values and changing the scroll setting via the GUI does indeed change the actual variable (com.apple.swipescrolldirection) and changing the variable by command line successfully changes the setting. However, the tap to click variable does not exist in the defaults NSGlobalDomain read out and setting the tap to click via GUI has no effect on any variables in this list. When I create and turn on the com.apple.mouse.tapBehavior variable, oddly the GUI's checkbox is checked for tap to click but the feature remains turned off.
My best guess is that trackpad options have been moved out of NSGlobalDomain and there is still some vestigial code reading for the no longer functional variable that is setting the gui checkbox even though its not enabling the feature.
My question: how can I set tap to click (and other trackpad options) by the command line?
Thanks!

If you do "java -jar ..." on the command line then any "-cp ..." options are ignored. That's because "java -jar ..." assumes you will have set up the classpath in the jar's manifest file like you're supposed to.

Similar Messages

  • Is there a way to set the binding policy from command line?

    I'm unable to save the Binding Policy setting "Allow users to edit their own contact information" using the server admin gui. I click it and press save, but the checkbox clears when the spinner at the bottom stops.
    I'd love to know where this setting resides or if it can be set via the command line.

    I've finally found a solution to this!
    Open the "all records" tab in workgroup manger, and find the OLCBDBConfig from the dropdown list.
    Go to "{1}bdb" and expand "dsAttrTypeNative:olcAccess(23)", then edit the "{0}to" entry.
    On my OD it was set like this:
    {0}to dn.onelevel="cn=users,dc=mydomain,dc=com" attrs=apple-mcxflags,apple-mcxsettings by set="user/uid & [cn=admin,cn=groups,dc=mydomain,dc=com]/memberUid" write by sockurl="ldapi://%2Fvar%2Frun%2Fldapi" write by dn.exact="cn=myserver.mydomain.com$,cn=computers,dc=mydomain,dc=com" write by * read
    While it should read like this:
    {0}to dn.one="cn=users,dc=mydomain,dc=com" attrs=@apple-user-info by set="user/uid & [cn=admin,cn=groups,dc=mydomain,dc=com]/memberUid" write by sockurl="ldapi://%2Fvar%2Frun%2Fldapi" write by dn.exact="cn=myserver.mydomain.com$,cn=computers,dc=mydomain,dc=com" write by self write by * read
    Note that I have an LDAP search policy of mydomain.com and a FQDN of myserver.mydomain.com.
    I had to change bit by bit, starting with "dn.onelevel" to "dn.one", then "attrs" and finally the "write" part at the end.

  • Unable to run reports from the unix command line

    hi
    all of a sudden i am unable to run reports ( on App server 10g) either from the unix scripts or from the unix command line. But i can run them from the forms.
    Any one have any idead about this.
    Thank you

    thanks all for replying
    i have set the env variables for the session and it worked. Looks like i have to set the oracle_home and ld_library_path every time ( opening a new putty session) i call sqlldr.
    But in a whole i am trying to run sql loader from the forms. Right now we have Oracle app server 10g which forms 10g version. As oracle app server 10g didnt come with sqlldr, we are copied the sqlldr of database on to app server with different home. after this we can run sqlldr ( on app server ) from unix scripts but not from Forms. Then we opened a qurey with oracle about app server 10g not commig with sqlldr and its remedy . But they said that they dont have specific remedy for that and suggested the same what we did.
    So we came up with java package which does the same funtion as host command and trying to run sqlldr which is on the database( ie replacing the host command in the forms with the database funtion). By using that funtion i am able to run the sqlldr from sql plus but not from forms. I couldnt easily debug it as i wont through any error messages.
    Any one have any idea of this ...
    Thank you

  • Setting column width in a command-line program

    Is there a way to send data to the screen in a command-line Java program that will be formatted as a number
    of columns with a set column width? I am looking for something similar to the C++ setw() I/O manipulator
    used in cout.
    Thanks,
    Steve

    If you go to: http://java.sun.com/docs/books/tutorial/essential/io/writingFiltered.html
    it will show you how to subclass a filtered output stream and add your own formatting methods.Then you can chain your new class to System.out
    like this:
    YourFilteredStream yfs = new YourFilteredStream(System.out); .
    Then:
    yfs.yourNewMethod(); goes directly to system out in the new format.

  • Set audio on compressor using command line?

    Anyone know how to supply the audio path using compressor on the command line?
    Running compressor -help shows audio=/path/to/file but it's not too specific on how that looks in the actual command.  I've tried every combination I can think of. Has anyone done this succussfully?
    Thanks

    When I try that format I don't get any response at the command line from compressor...it just exits.  Here's my command:
    compressor -clustername "Compressor" -batchname "test" -settingpath "/Volumes/theGrill/Resource_Library/Art_Anim/Presets/Compressor/Preview (H.264).setting" -asneededcopy -destinationpath "/Volumes/Scratch/temp/test/test.mov" -jobpath "/Volumes/Scratch/temp/test/Leadership_April_Update/" audio="/Volumes/Scratch/temp/test/Leadership_April_Update.wav"
    The other formats I've tried include.  Responses are what is returned in terminal.
    -jobpath "/path/to/sourcevideo.mov",audio="/path/to/sourceaudio.aif"
         Response: Parameter error: Invalid Job path: /Volumes/Scratch/temp/test/Leadership_April_Update/,audio=/Volumes/Scratch/temp /test/Leadership_April_Update.wav
    -jobpath "/path/to/sourcevideo.mov" -audio="/path/to/sourceaudio.aif"
         Response: None
    -jobpath "/path/to/sourcevideo.mov" -audio "/path/to/sourceaudio.aif"
         Response: Invalid parameter: -audio
    -jobpath "/path/to/sourcevideo.mov" -jobpath audio="/path/to/sourceaudio.aif"
         Response: Parameter error: Invalid Job path: audio=/Volumes/Scratch/temp/test/Leadership_April_Update.wav
    -jobpath "file:///path/to/sourcevideo.mov?audio=file:///path/to/sourceaudio.aif"
         This submits, but the output doesn't have the audio.
    Any other ideas?

  • Can I set a destination object with command line

    I have installed sun java system message queue 3.5 with sp1. Course of I can not run admin console, I want to know if I can set destination object with command.
    Thanks

    all admin console functions are supported through the
    command line administration tools
    To change attributes on a destination administered
    object, use imqobjmgr
    http://docs.sun.com/source/817-3727/adminobj.html#wp14381
    To create and administer physical destinations on the broker
    use imqcmd
    http://docs.sun.com/source/817-3727/brkrmgmt.html#wp19759

  • Is it possible to set BIOS settings over a command line?

    Hi,
    is there a possibility to set Toshiba BIOS settings over a command line tool?
    We have hundreds of Toshiba Notebooks and would like to activate Wake On Lan.
    I know there is hwsetup, but as far as I know this GUI doesn't accept parameters...
    We would like to propagate new settings over a script.
    Any solution for this ?
    Thanx

    > is there a possibility to set Toshiba BIOS settings over a command line tool?
    Something like that is not known to me and I doubt this could be possible.
    As you said there is an preinstalled Toshiba HWSetup tool which can be used to change some certain BIOS settings. But this is only one way to change the BIOS settings from the Windows OS.

  • Setting proxy servers via the command line

    I am looking to find out how to set up the system to use http and https proxies via the command line instead of through system preferences. How do I do this. I have basic command line knowledge.

    This information is stored in a plist file and is easiest to manipulate with PlistBuddy. For example, to set the HTTP proxy name, use:
    /usr/libexec/PlistBuddy -c "Set NetworkServices:6CFBA910-E4A0-4418-82E5-66A6480EBC71:Proxies:HTTPProxy http://my.proxy.com" /Library/Preferences/SystemConfiguration/preferences.plist
    Note: 6CFBA910-E4A0-4418-82E5-66A6480EBC71 is a UUID and likely to be unique on each machine. I don't have another Mac handy to check this. If so, you'll need to do some heavy to find out which one is the interface you need to address.
    Try man PlistBuddy and/or a web search for more information on how this tool can be used.
    Try man PlistBuddy or a web searc for more info on using it.

  • Set JRootPane.windowsDecorationStyle=NONE from command-line

    How can I turn off the decoration-style with a command-line option (-Dxxx=yyy)
    (as if I would do it by typing jrootpane.setWindowsDecorationStyle(JRootPane.NONE) in the source code).
    I tried "-Dswing.windowDecorationStyle=javax.swing.JRootPane.NONE " and some other variations, but could't achieve it.
    Does anybody know how to do it?
    Thanks!
    Thomas Fournier

    OK, I've run kickstart with every combination of options I can think of, starting with
    kickstart -activate -configure -access -on -privs -all -restart -agent
    Chicken of the VNC says "Please configure Apple Remote Desktop to allow VNC Viewers to control the screen. Unknown authType 30"
    So I set up VNC access with a known password on another computer, and confirmed that it worked. (What happens when you VNC into the computer you're already on? Do you remember that scene in "Being John Malkevitch" in which John Malkevitch himself goes through the tunnel?) I then copied the /Library/Preferences/com.apple.VNCSettings.txt file from this known computer to the target computer, tried Chicken again, and got the exact same message.
    So I deleted the aforementioned file on the target machine, figuring that would take me back to some sort of factory default settings. Chicken -> same message.
    kickstart -configure -vncpw <contents of VNCSettings.txt file here> -restart -agent
    Chicken -> same message.

  • Unable to open /dev/agpgart  - going to command line no GUI

    I have tried both Xorg and Xsun in solaris 10 . Can anyone suggest me how to fix this problem. I am pasting Xsun.0.log here in. I have the same error in Xorg. I have installed patches 118966-15 and 120536-08. Log gives all of my environment info.
    Here it goes:
    (EE) screenInfo.numScreens = 1
    (==) Log file: "/var/log/Xsun.0.log", Time: Tue Mar 21 12:37:31 2000
    (WW) No supplemental Xorg Configuration file exists, use Solaris OWconfig file
    (==) ServerLayout "SimpleLayout"
    (**) |-->Screen "DefaultScreen 1" (0)
    (**) | |-->Monitor "DefaultMonitor"
    (**) | |-->Device "DefaultDevice"
    (WW) No FontPath specified. Using compiled-in default.
    (==) FontPath set to "/usr/openwin/lib/X11/fonts/Type1/,/usr/openwin/lib/X11/fonts/Type1/sun/,/usr/openwin/lib/X11/fonts/F3bitmaps/,/usr/openwin/lib/X11/fonts/Speedo/,/usr/openwin/lib/X11/fonts/misc/,/usr/openwin/lib/X11/fonts/75dpi/,/usr/openwin/lib/X11/fonts/100dpi/,/usr/openwin/lib/X11/fonts/TrueType"
    (==) RgbPath set to "/usr/openwin/lib/X11/rgb"
    (==) ModulePath set to "/usr/openwin/sfw/server//lib/modules"
    (II) Module ABI versions:
         X.Org ANSI C Emulation: 0.2
         X.Org Video Driver: 0.7
         X.Org XInput driver : 0.4
         X.Org Server Extension : 0.2
         X.Org Font Renderer : 0.4
    (II) Loader running on solaris
    (II) LoadModule: "pcidata"
    (II) Loading /usr/openwin/sfw/server//lib/modules/libpcidata.a
    (II) Module pcidata: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
    (II) PCI: Probing config type using method 1
    (II) PCI: Config type is 1
    (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,7124 card 0000,0000 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,7125 card 0e11,b165 rev 03 class 03,00,00 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
    (II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 01:05:0: chip 125d,1988 card 0e11,b19d rev 12 class 04,01,00 hdr 00
    (II) PCI: 01:09:0: chip 1113,1211 card 1113,1211 rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0a:0: chip 134d,7897 card 134d,0001 rev 02 class 07,03,04 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
         [0] -1     0     0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
         [0] -1     0     0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
         [0] -1     0     0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
         [0] -1     0     0x00001000 - 0x000010ff (0x100) IX[B]
         [1] -1     0     0x00001400 - 0x000014ff (0x100) IX[B]
         [2] -1     0     0x00001800 - 0x000018ff (0x100) IX[B]
         [3] -1     0     0x00001c00 - 0x00001cff (0x100) IX[B]
    (II) Bus 1 non-prefetchable memory range:
         [0] -1     0     0x40000000 - 0x400fffff (0x100000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(0:1:0) Intel Corp. 82810E DC-133 CGC [Chipset Graphics Controller] rev 3, Mem @ 0x44000000/26, 0x40100000/19
    (II) Addressable bus resource ranges are
         [0] -1     0     0x00000000 - 0xffffffff (0x0) MX[B]
         [1] -1     0     0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
         [0] -1     0     0xffe00000 - 0xffffffff (0x200000) MX(B)
         [1] -1     0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1     0     0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1     0     0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1     0     0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]
         [6] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]
    (II) Active PCI resource ranges:
         [0] -1     0     0x40000000 - 0x7fffffff (0x40000000) MX[B]E
         [1] -1     0     0x40100000 - 0x4017ffff (0x80000) MX[B](B)
         [2] -1     0     0x44000000 - 0x47ffffff (0x4000000) MX[B](B)
         [3] -1     0     0x00001800 - 0x000018ff (0x100) IX[B]E
         [4] -1     0     0x00001400 - 0x000014ff (0x100) IX[B]E
         [5] -1     0     0x00001000 - 0x000010ff (0x100) IX[B]E
         [6] -1     0     0x0000eee0 - 0x0000eeff (0x20) IX[B]E
         [7] -1     0     0x0000eec0 - 0x0000eeff (0x40) IX[B]E
         [8] -1     0     0x00002020 - 0x0000203f (0x20) IX[B]E
    (II) PCI Memory resource overlap reduced 0x40000000 from 0x7fffffff to 0x400fffff
    (II) PCI I/O resource overlap reduced 0x0000eec0 from 0x0000eeff to 0x0000eedf
    (II) Active PCI resource ranges after removing overlaps:
         [0] -1     0     0x40000000 - 0x400fffff (0x100000) MX[B]E
         [1] -1     0     0x40100000 - 0x4017ffff (0x80000) MX[B](B)
         [2] -1     0     0x44000000 - 0x47ffffff (0x4000000) MX[B](B)
         [3] -1     0     0x00001800 - 0x000018ff (0x100) IX[B]E
         [4] -1     0     0x00001400 - 0x000014ff (0x100) IX[B]E
         [5] -1     0     0x00001000 - 0x000010ff (0x100) IX[B]E
         [6] -1     0     0x0000eee0 - 0x0000eeff (0x20) IX[B]E
         [7] -1     0     0x0000eec0 - 0x0000eedf (0x20) IX[B]E
         [8] -1     0     0x00002020 - 0x0000203f (0x20) IX[B]E
    (II) OS-reported resource ranges after removing overlaps with PCI:
         [0] -1     0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1     0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1     0     0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1     0     0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1     0     0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]
         [6] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
         [0] -1     0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1     0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1     0     0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1     0     0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1     0     0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1     0     0x40000000 - 0x400fffff (0x100000) MX[B]E
         [6] -1     0     0x40100000 - 0x4017ffff (0x80000) MX[B](B)
         [7] -1     0     0x44000000 - 0x47ffffff (0x4000000) MX[B](B)
         [8] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]
         [9] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]
         [10] -1     0     0x00001800 - 0x000018ff (0x100) IX[B]E
         [11] -1     0     0x00001400 - 0x000014ff (0x100) IX[B]E
         [12] -1     0     0x00001000 - 0x000010ff (0x100) IX[B]E
         [13] -1     0     0x0000eee0 - 0x0000eeff (0x20) IX[B]E
         [14] -1     0     0x0000eec0 - 0x0000eedf (0x20) IX[B]E
         [15] -1     0     0x00002020 - 0x0000203f (0x20) IX[B]E
    (II) LoadModule: "i810"
    (II) Loading /usr/openwin/sfw/server//lib/modules/drivers/i810_drv.o
    (II) Module i810: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.3.0
         Module class: X.Org Video Driver
         ABI class: X.Org Video Driver, version 0.7
    (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
         i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, 915GM
    (II) Primary Device is: PCI 00:01:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset i810e found
    (II) resource ranges after xf86ClaimFixedResources() call:
         [0] -1     0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1     0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1     0     0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1     0     0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1     0     0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1     0     0x40000000 - 0x400fffff (0x100000) MX[B]E
         [6] -1     0     0x40100000 - 0x4017ffff (0x80000) MX[B](B)
         [7] -1     0     0x44000000 - 0x47ffffff (0x4000000) MX[B](B)
         [8] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]
         [9] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]
         [10] -1     0     0x00001800 - 0x000018ff (0x100) IX[B]E
         [11] -1     0     0x00001400 - 0x000014ff (0x100) IX[B]E
         [12] -1     0     0x00001000 - 0x000010ff (0x100) IX[B]E
         [13] -1     0     0x0000eee0 - 0x0000eeff (0x20) IX[B]E
         [14] -1     0     0x0000eec0 - 0x0000eedf (0x20) IX[B]E
         [15] -1     0     0x00002020 - 0x0000203f (0x20) IX[B]E
    (II) resource ranges after probing:
         [0] -1     0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)
         [1] -1     0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
         [2] -1     0     0x000f0000 - 0x000fffff (0x10000) MX[B]
         [3] -1     0     0x000c0000 - 0x000effff (0x30000) MX[B]
         [4] -1     0     0x00000000 - 0x0009ffff (0xa0000) MX[B]
         [5] -1     0     0x40000000 - 0x400fffff (0x100000) MX[B]E
         [6] -1     0     0x40100000 - 0x4017ffff (0x80000) MX[B](B)
         [7] -1     0     0x44000000 - 0x47ffffff (0x4000000) MX[B](B)
         [8] 0     0     0x000a0000 - 0x000affff (0x10000) MS[B]
         [9] 0     0     0x000b0000 - 0x000b7fff (0x8000) MS[B]
         [10] 0     0     0x000b8000 - 0x000bffff (0x8000) MS[B]
         [11] -1     0     0x0000ffff - 0x0000ffff (0x1) IX[B]
         [12] -1     0     0x00000000 - 0x000000ff (0x100) IX[B]
         [13] -1     0     0x00001800 - 0x000018ff (0x100) IX[B]E
         [14] -1     0     0x00001400 - 0x000014ff (0x100) IX[B]E
         [15] -1     0     0x00001000 - 0x000010ff (0x100) IX[B]E
         [16] -1     0     0x0000eee0 - 0x0000eeff (0x20) IX[B]E
         [17] -1     0     0x0000eec0 - 0x0000eedf (0x20) IX[B]E
         [18] -1     0     0x00002020 - 0x0000203f (0x20) IX[B]E
         [19] 0     0     0x000003b0 - 0x000003bb (0xc) IS[B]
         [20] 0     0     0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/openwin/sfw/server//lib/modules/libvgahw.a
    (II) Module vgahw: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 0.1.0
         ABI class: X.Org Video Driver, version 0.7
    (**) I810(0): Depth 8, (--) framebuffer bpp 8
    (==) I810(0): Default visual is PseudoColor
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/openwin/sfw/server//lib/modules/libxaa.a
    (II) Module xaa: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.2.0
         ABI class: X.Org Video Driver, version 0.7
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/openwin/sfw/server//lib/modules/libvbe.a
    (II) Module vbe: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.1.0
         ABI class: X.Org Video Driver, version 0.7
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/openwin/sfw/server//lib/modules/libint10.a
    (II) Module int10: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
    (II) I810(0): initializing int10
    (II) I810(0): Primary V_BIOS segment is: 0xc000
    (II) I810(0): VESA BIOS detected
    (II) I810(0): VESA VBE Version 3.0
    (II) I810(0): VESA VBE Total Mem: 1024 kB
    (II) I810(0): VESA VBE OEM: Intel(R) 8xx Chipset Video BIOS
    (II) I810(0): VESA VBE OEM Software Rev: 33.118
    (II) I810(0): VESA VBE OEM Vendor: Intel Corporation
    (II) I810(0): VESA VBE OEM Product: Intel(R) 8xx Chipset
    (II) I810(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/openwin/sfw/server//lib/modules/libddc.a
    (II) Module ddc: vendor="X.Org Foundation"
         compiled for 6.8.2, module version = 1.0.0
         ABI class: X.Org Video Driver, version 0.7
    (II) I810(0): VESA VBE DDC supported
    (II) I810(0): VESA VBE DDC Level 2
    (II) I810(0): VESA VBE DDC transfer in appr. 1 sec.
    (II) I810(0): VESA VBE DDC read successfully
    (II) I810(0): Manufacturer: CPQ Model: 3053 Serial#: 1110784050
    (II) I810(0): Year: 2001 Week: 8
    (II) I810(0): EDID Version: 1.2
    (II) I810(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) I810(0): Sync: Separate
    (II) I810(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
    (II) I810(0): Gamma: 2.26
    (II) I810(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) I810(0): redX: 0.635 redY: 0.323 greenX: 0.283 greenY: 0.593
    (II) I810(0): blueX: 0.146 blueY: 0.069 whiteX: 0.281 whiteY: 0.311
    (II) I810(0): Supported VESA Video Modes:
    (II) I810(0): 720x400@70Hz
    (II) I810(0): 640x480@60Hz
    (II) I810(0): 800x600@60Hz
    (II) I810(0): 800x600@75Hz
    (II) I810(0): 1024x768@60Hz
    (II) I810(0): 1024x768@75Hz
    (II) I810(0): Manufacturer's mask: 0
    (II) I810(0): Supported Future Video Modes:
    (II) I810(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    (II) I810(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
    (II) I810(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    (II) I810(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) I810(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) I810(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (II) I810(0): Monitor name: COMPAQ FS740
    (--) I810(0): Chipset: "i810e"
    (--) I810(0): Linear framebuffer at 0x44000000
    (--) I810(0): IO registers at addr 0x40100000
    (EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
    (EE) I810(0): AGP GART support is not available. Make sure your kernel has
         agpgart support or that the agpgart kernel module is loaded.
    (EE) PreInit done
    (EE) Screen(s) found, but none have a usable configuration.
    And finally GUI test will stop and i have to restart by doing power off. Your suggestion is appreciated.

    frits hoogland wrote:
    I am not sure if mdadm --remove /dev/md0
    [root@rac-1 ~]# mdadm --remove /dev/md0
    [root@rac-1 ~]# mdadm --query /dev/md0
    /dev/md0: is an md device which is not active
    /dev/md0: No md super block found, not an md component.
    [root@rac-1 ~]#
    would work, try it to see if the device gets removed that way, otherwise remove it the blunt way:
    rm -rf /dev/md0
    [root@rac-1 ~]# rm -rf /dev/md0
    [root@rac-1 ~]# mdadm --query /dev/md0
    mdadm: cannot open /dev/md0: No such file or directory
    [root@rac-1 ~]#
    then it shouldn't give anymore troubles.
    [root@rac-1 ~]# parted -l
    Model: ATA SAMSUNG HD080HJ (scsi)
    Disk /dev/sda: 80.0GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    Number  Start   End     Size    Type      File system  Flags
    1      32.3kB  32.2GB  32.2GB  primary   ntfs         boot
    2      32.2GB  80.0GB  47.8GB  extended               lba 
    5      32.2GB  64.7GB  32.5GB  logical   ntfs             
    6      64.7GB  64.8GB  107MB   logical   ext3             
    7      64.8GB  80.0GB  15.2GB  logical   ntfs             
    Model: ATA ST3160815AS (scsi)
    Disk /dev/sdb: 160GB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    Number  Start   End     Size    Type      File system  Flags
    1      32.3kB  43.0GB  43.0GB  primary   ext3         boot
    2      43.0GB  47.2GB  4294MB  primary   linux-swap       
    3      47.2GB  160GB   113GB   extended               lba 
    5      47.2GB  52.6GB  5371MB  logical                    
    6      52.6GB  58.0GB  5371MB  logical                    
    [root@rac-1 ~]# looks it worked.may i know why the other than rm did not work?

  • Unable to find the path of automatic (command line) backup of LCM

    I created the batch script to take the LCM backup on Essbase/FDQM (ESB01)
    Detail is as under
    1. Copy utility.sh and utility.bat file from  D:\Oracle\Middleware\EPMSystem11R1\common\utilities\LCM\11.1.2.0\bin  to   D:\Oracle\Middleware\user_projects\epmsystem1\bin
    2. Generate the xml file (Login on Shared Service Console as admin user
    Application Group →  Foundation →  Shared Service  → Select All → Define Migration → Next → Enter File System Name → Next → Next → Save Migration Definition → Save the xml File
    3. D:\Oracle\Middleware\user_projects\epmsystem1\bin>type WeeklyMigration.bat
    utility.bat MigrationDefinition.xml
    4. First time have to run manual, It will store the credentials in xml file (MigrationDefinition.xml)
    D:\Oracle\Middleware\user_projects\epmsystem1\bin>WeeklyMigration.bat
    >>> Enter username - admin
    >>> Enter Password –
    batch file executed sucessfully as below
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>weeklyMigration.bat
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>utility.bat MigrationDefinition.xml
    Sep 15, 2013 11:26:19 PM com.hyperion.hit.registry.DatabaseComponentImpl getData
    baseHostName
    INFO: Registry DB has been configured with thin driver jdbc:oracle:thin:@jxebdrd
    b.dpworld.ae:1576:DPUT.
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Client Enable Status false
    Sep 15, 2013 11:26:20 PM oracle.EPMAUDITCLIENT
    INFO: Audit Client has been created for the product HUB-11.1.2.0
    Sep 15, 2013 11:26:21 PM
    INFO: Initializing CMSClient.
    Sep 15, 2013 11:26:21 PM
    INFO: CMSClient initialized successfully.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Validating user inputs.
    Sep 15, 2013 11:26:21 PM
    INFO: User input validations done.
    Sep 15, 2013 11:26:21 PM
    INFO: Checking if application group Foundation exists in Registry.
    Sep 15, 2013 11:26:21 PM
    INFO: Retrieving application id for application with display-name Shared Service
    s.
    I had remvoe display line.
    Exported Artifact - Groups.
    Sep 15, 2013 11:26:26 PM com.hyperion.css.exchange.framework.CSSIEJob doExport:8
    3
    INFO: Successfully exported 0 roles.
    Exported Artifact - Roles.
    Exported Artifact - DPWUAE.
    Exported Artifact - fdqm_app.
    Exported Artifact - Reporting and Analysis.
    Exported Artifact - Essbase Studio Server2.
    Exported Artifact - HBRAPP.
    Exported Artifact - Shared Services.
    Exported Artifact - Sample.
    Exported Artifact - Sample_U.
    Exported Artifact - DMDemo.
    Exported Artifact - EssbaseCluster-1.
    Exported Artifact - Samppart.
    Exported Artifact - TestCube.
    Exported Artifact - ASOsamp.
    Exported Artifact - Demo.
    Exported Artifact - Sampeast.
    Migration Status - Success
    D:\Oracle\MIDDLE~1\USER_P~1\EPMSYS~1\bin>
    Now I unable to find the LCM backup file, where it has generate? what is the location of the backup file by this batch execution?

    As for my knowledge "." will fetch from the directory where we are running.Exactly. A directory. Not a JAR file. If you want to access it via File, you can't put it into the JAR. if you want to put it into the JAR, you need to use Class.getResource() and friends.

  • Single Sign On and Command line

    Hi!
    We have application without any logon form which executed from command line by BAT file:
    app.exe Username Password par1 par2 ...
    where par1, par2... is parameters of application
    So question is: can Oracle Single Sign On set user credentials to the command line? Can we use OSSO for application without logon form?
    Thank you.

    SSO is for web apps, you could try to use OID to perform the autentification of your application but you should change your application so it looks for the users in LDAP.
    Greetings.

  • Is it possible to change network adapter priority in windows 7 by command line?

    Ik need to change my users network adapters so that the LAN network adaperts have a higher priority than the WLAN adapters.
    I would prefer to do it trouhg a command line so that is can distrubute it with SSCM.
    Can annybody help me??

    I've found the following Blog article for you:
    http://win7settings.blogspot.be/2012/04/how-to-set-network-adapter-priorities.html
    From the Command Line
    Unfortunately there is no out-of-the-box command line interface for these Advanced settings described above. Luckily, there are two ways to set the priorities from the command line. The more difficult way is to set metrics for each network adapter (using netsh). The much easier way (easier to manage too) is to use nvspbind made by Microsoft. If you set the priorities using nvspbind, the effects can also be seen in the Advanced settings in ncpa.cpl. Here is how you use nvspbind:
    Go to http://archive.msdn.microsoft.com/nvspbind and download nvspbind. Extract the nvspbind.exe and copy it to the target machine and run:
    nvspbind.exe /++ "Wireless Network Connection" ms_tcpip
    nvspbind.exe /++ "Wireless Network Connection" ms_tcpip6
    nvspbind.exe /++ "Local Area Connection" ms_tcpip
    nvspbind.exe /++ "Local Area Connection" ms_tcpip6
    And that's it! You're done.
    This will set the priorities (IPv4 and IPv6) to:
    1. LAN
    2. WLAN
    3. WAN (if present)

  • XSQL Command-Line, parameters with blanks

    Is it possible to use XSQL Command-Line with parameters containing blanks (space characters).
    In an URL parameter spaces can be encoded with "+" or "%20", but this does'nt seem to work with XSQL Command-Line parameters.
    -- Peter

    I can't make this work on Unix (solaris), but I can see it is a shell script problem, not a XSQL problem.
    The normal syntax for Unix shell script would be
    $ script.sh foo="one two"
    but the standard Oracle-supplied xsql unix shell script sets environment and passes all command-line parameters to the java program with
    oracle.xml.xsql.XSQLCommandLine $*
    and thereby the quotes disappear.
    The problem is not really big, since I could just do
    oracle.xml.xsql.XSQLCommandLine test.xsql "foo=one two"
    after setting classpath. Anyway, if anybody knows how to make the xsql script work with quoted parameters, let me know.
    -- Peter

  • Setup error 530 invalid command line!!!!??

    hi guys,
    i have the following error in my addon installation process
    <i>"Setup error 530 invalid command line"</i>
    all my files .ard and setup.exe was generated correctly but whene i try to install my addon
    image capture
    http://aycu19.webshots.com/image/13218/2000674717812036508_rs.jpg

    Hi Manza,
    What are you using to create your setup?
    Have you tried the B1DE package? It contains 2 wizards to automatically create the setup of your addon together with the .ard file.
    You can try to use it at least to use it as a sample of what is needed for your setup.
    Are you setting something in the .ard Command Line arguments for installing/deinstalling your addon? Maybe the error is talking about it...
    Regards
    Trinidad.

Maybe you are looking for

  • How do I move a file instead of copy it?

    I want to move files to, from and between computer, usb stick and usb hdd and I do not want to make duplicates. What do I need todo in order to simply move the file, not copy it?

  • Weird Z and Y key swap and arabic filename problems in Illustrator CS3

    Hi I am having some very weird problems with Illustrator CS3. At completely random times, the software starts to think my Y and Z keys have swapped places. i.e. When I type anything or use any shortcuts, the opposite letters appear and are used. Also

  • PDF issues in Preview

    I use pdf's all of the time for looking a primary literature online, and this problem certainly does not occur on every, or even the majority, of pdf's that I view. When opening some pdf files the scrolling is extremely jerky (especially between page

  • Multiple AirPort Express speakers disappear and/or stop working on iTunes

    I have three AirPort Express with iTunes boxes. They are wired to my LAN (using the ethernet port). Not to long ago I noticed that there was an update for them and I updated them to V6.3. Things seemed to be fine. In the meantime, I just happened to

  • "You have custom access"??? (permissions issue)

    Apologies if this has been covered before but I have quite a few folders that say "You have custom access" in the Sharing & Permissions section of the "Get Info" Finder window, not "You can read and write" as I would expect. Some of these really do s