Xinerama on Solaris.

I want to extend my solaris 10 developer edition desktop across my two monitor.
I have an ati radeon x550 with two monitor support.
I Try this tutorial
http://www.sun.com/bigadmin/features/articles/xinerama_x86.html
scanpci find two ati devices (corrispondent to two video card port) and I configure following the tutorial.
But my desktop only replicate the same desktop in monitor one and in monitor two.
What's the problem? Is there an alternative in order to extend desktop?

Yes, I came across that. All i have to say is thank god it had no answers for me. What a complicated nightmare. It is easy to find the answers for Xorg and X86, but for some reason Xsun and sparc is a little more hidden (well I guess we all know why). It is also hidden by so many irrelevant google hits that it is a lesson in frustration.

Similar Messages

  • Xinerama on solaris 10 using Xsun

    One quick question that I cannot seem to find an adequate answer for by the 'man' or through google. How do I make changes to the /etc/dt/config/Xservers file stick? After a reboot the file is reset.
    " BEST TO NOT EDIT /usr/dt/config/Xservers directly.
    # /usr/dt/config/Xservers is a factory-default file and will
    # be unconditionally overwritten upon subsequent installation.
    # Before making changes to the file, should copy it to the configuration
    # directory, /etc/dt/config."
    does not clear it up.
    Also, I fought forever trying to get the Xserver entry to work properly with Xinerama so I figured I would put that in here so others in my boat may not have the same problem.
    For Xinerama on a solaris 10 sparc system (using two elite3d m6s on a SB1000) put this beast in the /etc/dt/config/Xservers file (all one line). Modify top bottom left right as needed and point the /dev/fbs/afbX statements to the actual cards in your machine. something like /dev/fb0 and /dev/fb1 should work. That :0 before the +xinerama statement appears to be a show stopper if it is missing.
    :0 Local local_uid@console root /usr/openwin/bin/X :0 -nobanner +xinerama -dev /dev/fbs/afb0 top defdepth 24 defclass TrueColor -dev /dev/fbs/afb1 bottom defdepth 24 defclass TrueColor                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Yes, I came across that. All i have to say is thank god it had no answers for me. What a complicated nightmare. It is easy to find the answers for Xorg and X86, but for some reason Xsun and sparc is a little more hidden (well I guess we all know why). It is also hidden by so many irrelevant google hits that it is a lesson in frustration.

  • Solaris 10 x86 w/ Matrox G450 dual head and xinerama

    I have solaris 10 x86 with matrox g450 dual head and x.org x-server. The problem is to get xinerama work. When xinerama isn't enabled, two different desktops work well - or, they work, but they are pretty useless because I can't move windows between them. So, I have to enable xinerama, but it seems, that neither JDS/Gnome nor CDE haven't been built including support for xinerama.
    When I enable xinerama, X.org-x-server starts fine and there's dtlogin. When I login and it passes execution to gnome, it fails and x-server restarts. Same with CDE. But if I put 'exec /opt/sfw/bin/xterm to my .dtprofile', it starts ok and I can do some testing..
    % dtwm
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 149 (XINERAMA)
    Minor opcode of failed request: 2 (XINERAMAGetScreenCount)
    Resource id in failed request: 0x0
    Serial number of failed request: 18
    Current serial number in output stream: 18
    % gtk-demo
    The program 'gtk-demo' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 13 error_code 3 request_code 149 minor_code 2)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line<br />
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    % gtk-demo --sync<br />
    The program 'gtk-demo' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadWindow (invalid Window parameter)'.
    (Details: serial 13 error_code 3 request_code 149 minor_code 2)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line<br />
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    If I start /opt/sfw/bin/fvwm2, it works fine too, so the problem seems to be gtk/glib/gnome and CDE. One odd thing is that, normal CDE-programs, like dtterm, dtcm, dtcalc etc. works fine. But dtwm doesn't work in xinerama mode.
    So, would anyone have any suggestion what could I do? Do I have to recompile my own GNOME, or could Sun do something to the next Solaris 10 update? (As far as I understood, current Solaris 10 release doesn't include zfs yet, so there will be update soon, I think)
    - Tuomas M

    Hello,
    I'm also using a g450.
    Now I'm trying for 5 days to get it work with xinerama under Xorg and/or
    Xsun.
    Can anybody tell me how to get it work ?
    I would like to see a working xorg.conf.
    (I don't know how to configure 2 screens for Xsun. Mybe someone can give my his configuration file(s) ?)
    Thanks to all who will help me !!!
    p.s. here is my latest attempt of xorg.conf which does not provide xinerama for me:
    Section "ServerLayout"
    Identifier "Multihead layout"
    Screen 0 "Screen 0" 0 0
    Screen 1 "Screen 1" Rightof "Screen 0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "Xinerama" "true"
    # Option "Clone" "off"
    EndSection
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "bitstream"
    Load "type1"
    Load "Xst"
    Load "IA"
    EndSection
    Section "Files"
    RgbPath "/usr/X11/lib/X11/rgb"
    FontPath "/usr/X11/lib/X11/fonts/TrueType/"
    FontPath "/usr/X11/lib/X11/fonts/Type1/"
    FontPath "/usr/X11/lib/X11/fonts/Type1/sun/"
    FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/"
    FontPath "/usr/X11/lib/X11/fonts/misc/"
    FontPath "/usr/X11/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11/lib/X11/fonts/75dpi/"
    # FontPath "/usr/X11/lib/X11/fonts/local/"
    # FontPath "/usr/X11/lib/X11/fonts/Speedo/"
    # FontPath "/usr/X11/lib/X11/fonts/freefont/"
    # ModulePath "/usr/X11/lib/modules"
    EndSection
    # Input devices
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/kdmouse"
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "nec"
    VendorName "NEC"
    ModelName "NEC LCD"
    HorizSync 30.0 - 81.0
    VertRefresh 50-90
    EndSection
    Section "Monitor"
    Identifier "nec2"
    VendorName "NEC"
    ModelName "NEC LCD"
    HorizSync 30.0 - 81.0
    VertRefresh 50-90
    EndSection
    # Graphics device section
    Section "Device"
    Identifier "Matrox"
    Driver "mga"
    VideoRam 32768
    BusID "PCI:01:00:0"
    # Insert Clocks lines here if appropriate
    EndSection
    Section "Device"
    Identifier "Matrox2"
    Driver "mga"
    VendorName "Matrox"
    BoardName "Matrox Millennium G450"
    BusID "PCI:01:04:0"
    # Option "MGASDRAM"
    EndSection
    # Screen sections
    Section "Screen"
    Identifier "Screen 0"
    Device "Matrox"
    Monitor "nec"
    DefaultDepth 16
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "Matrox2"
    Monitor "nec2"
    DefaultDepth 16
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

  • Enabling scalable fonts on Solaris 9

    Hello,
    We have Solaris 9 machine. On this X Sun is the X server. I want to enable -xft -xrender �xrandr option in Qt to get scalable fonts.
    When I configure Qt with these options I am getting below error message from configure script.
    NIS auto-detection... ()
    Found nsl lib in /usr/lib
    Found rpcsvc/ypclnt.h in /usr/include
    Found rpcsvc/yp_prot.h in /usr/include
    NIS enabled.
    CUPS auto-detection... ()
    CUPS disabled.
    OpenGL auto-detection... ()
    Found GLU lib in /usr/openwin/lib
    Found GL lib in /usr/openwin/lib
    Found Xmu lib in /usr/openwin/lib
    Found GL/gl.h in /usr/openwin/include
    Found GL/glu.h in /usr/openwin/include
    OpenGL enabled.
    Xcursor auto-detection... ()
    Could not find Xcursor lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
    Xcursor disabled.
    XRandR auto-detection... ()
    Could not find XRandR lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
    XRandR disabled.
    XRender auto-detection... ()
    Could not find XRender lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
    XRender disabled.
    Session Management auto-detection... ()
    Found X11/SM/SM.h in /usr/openwin/include
    Session Management enabled.
    XShape auto-detection... ()
    Found X11/extensions/shape.h in /usr/openwin/include
    XShape enabled.
    Xinerama auto-detection... ()
    Could not find Xinerama lib anywhere in /usr/openwin/lib /usr/shlib /usr/lib /lib
    Xinerama disabled.
    XKB auto-detection... ()
    Found X11/XKBlib.h in /usr/openwin/include
    XkbSetPerClientControls found.
    XKB enabled.
    Required libraries for these options to get enabled are
    libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x415d6000)
    libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x415de000)
    libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x415e1000)
    libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x415ea000)
    libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x415ed000)
    libfreetype.so.6 => /usr/X11R6/lib/libfreetype.so.6 (0x415fd000)
    libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x41662000)
    From where can I get these libraries? I tried installing XFree86 4.5.0 on this sun box. With that also it is giving the same error messages. Actually installation of XFree86 4.5.0 has solved this problem on linux (RedHat 7). Should I install these libraries separately on the existing sun machine? If yes, then what versions of these libs should be installed?
    This is a very critical issue for me. Please help me in solving this problem�
    Thanks and Regards,
    Rupa.

    Well, anything with "Demo" or "Source" in the title you can delete usually without any problems.
    It looks like everything in your list is X11 related. Its really a question for you. If you plan to perform TOTAL CLI type administration on this machine, you can delete the X11 stuff completely. This of course assumes there in nothing in the SunONE application software suite which doesn't require X11 capabilities for configuration. I've never used the SunONE app server but I SERIOUSLY doubt it does. More then likely its administration is browser based.
    BUT, if you want to perform some limited X11 display back stuff from time to time, you're going to need the X11 stuff.

  • Solaris 10 5/08 x86 - Pseudocolor visual not available in xdpyinfo

    Hello,
    I am running Sol 10 5/08 x86 64-bit on a Dell Precision 690 wkstn with WinXP using VMware Workstation 6.0.4. I have a NVIDIA Quadro FX 3500 video card. I am not sure if this is really a VMware issue or one that can be solved using Solaris.
    I need to run "Xnest -depth 8 -class Pseudocolor," but my video setup, using the Xorg server (Xsun not supported by VMware Tools), does not support Pseudocolor visuals. Here is my xdpyinfo:
    xdpyinfo
    name of display: :0.0
    version number: 11.0
    vendor string: Sun Microsystems, Inc.
    vendor release number: 10300000
    maximum request size: 16777212 bytes
    motion buffer size: 256
    bitmap unit, bit order, padding: 32, LSBFirst, 32
    image byte order: LSBFirst
    number of supported pixmap formats: 7
    supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
    keycode range: minimum 8, maximum 255
    focus: window 0x1e0000a, revert to Parent
    number of extensions: 37
    BIG-REQUESTS
    DAMAGE
    DEC-XTRAP
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    GLX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    ST
    SYNC
    SolarisIA
    TOG-CUP
    VMWARE_CTRL
    X-Resource
    XAccessControlExtension
    XC-APPGROUP
    XC-MISC
    XEVIE
    XFIXES
    XFree86-Bigfont
    XFree86-DGA
    XFree86-Misc
    XFree86-VidModeExtension
    XINERAMA
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    default screen number: 0
    number of screens: 1
    screen #0:
    dimensions: 1600x1200 pixels (542x406 millimeters)
    resolution: 75x75 dots per inch
    depths (7): 24, 1, 4, 8, 15, 16, 32
    root window id: 0x3e
    depth of root window: 24 planes
    number of colormaps: minimum 1, maximum 1
    default colormap: 0x20
    default number of colormap cells: 256
    preallocated pixels: black 0, white 16777215
    options: backing-store NO, save-unders NO
    largest cursor: 32x32
    current input event mask: 0xfa2033
    KeyPressMask KeyReleaseMask EnterWindowMask
    LeaveWindowMask ButtonMotionMask StructureNotifyMask
    SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask
    PropertyChangeMask ColormapChangeMask
    number of visuals: 4
    default visual id: 0x22
    visual:
    visual id: 0x22
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x23
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x24
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x25
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    Notice that only 4 TrueColor visuals are supported. Does anyone know how I can change my setup so that my Xserver supports a Pseudocolor visual? VMware Tools is very limited for Solaris, and it set up the Xserver for me.
    Any help or advice anyone could provide would be greatly appreciated.
    Thanks...

    I installed the latest nvidia driver and ran nvidia-xconfig, which made a new xorg.conf file. Option "CIOverlay" is in the new file, which should enable Pseudocolor visuals. However, after rebooting with -- -r, Xorg won't start. Xerrors says:
    No devices detected
    Fatal server error:
    no screens found
    XIO: fatal IO error 146 (Connection refused) on X server ":0.0"
    error (pid 714): Server for display :0 can't be started
    /var/log/Xorg.0.log appears to show that /usr/X11/lib/modules/drivers//nvidia_drv.so (compiled for 4.0.2, module version 1.0.0) is loaded:
    (II) NVIDIA dlloader X driver 173.14.09
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Prinmary Device is: PCI 00:0f:0
    (EE) No devices detected
    So Xorg can't find my video devices. This page: http://us.download.nvidia.com/solaris/173.14.09/README/appendix-c.html does show that the Quadro FX 3500 is suppoted (thank heavens).
    When I run /usr/X11/bin/scanpci I get:
    pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x7190
    Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge
    pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x8086 device 0x7191
    Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge
    pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x8086 device 0x7110
    Intel Corporation 82371AB/EB/MB PIIX4 ISA
    pci bus 0x0000 cardnum 0x07 function 0x01: vendor 0x8086 device 0x7111
    Intel Corporation 82371AB/EB/MB PIIX4 IDE
    pci bus 0x0000 cardnum 0x07 function 0x03: vendor 0x8086 device 0x7113
    Intel Corporation 82371AB/EB/MB PIIX4 ACPI
    pci bus 0x0000 cardnum 0x0f function 0x00: vendor 0x15ad device 0x0405
    VMware Inc Abstract SVGA II Adapter
    pci bus 0x0000 cardnum 0x10 function 0x00: vendor 0x1000 device 0x0030
    LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI
    pci bus 0x0000 cardnum 0x11 function 0x00: vendor 0x15ad device 0x0790
    VMware Inc Device unknown
    pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x8086 device 0x100f
    Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)
    pci bus 0x0002 cardnum 0x01 function 0x00: vendor 0x1274 device 0x1371
    Ensoniq ES1371 [AudioPCI-97]
    Only VMware devices are seen, and there is nothing in /dev/fbs except "text-0 -> ../../devices/pci@0,0/display@f:text-0"
    There is a /dev/nvidia0 and it should be symlinked to /dev/fbs/nvidia0, but the link is broken. Can Solaris 10 use the installed Solaris NVIDIA drivers in a VMware workstation environment? The only way I can get Solaris to work is to use the vmware video driver, which does not support pseudocolor visuals.

  • Dual Monitors in Solaris 11.1

    Need help in how to configure dual monitors in solaris 11.1 x86. Not a clone but extended display.
    Thank-You

    You should give more details of your configuration. I use something cloning or Xinerama mode on my notebook and it works.

  • How to play VCD on Solaris 9, I tried xine, it doesn't work

    Hi,
    Anyone know how can I play vcd on solaris 9 x86? I have tried xine but it seems not to work. It crashes all the time. It also gave me this error:
    This is xine (X11 gui) - a free video player v0.9.22.
    (c) 2000-2003 The xine Team.
    Built with xine library 1.0.0 (1-rc0a)
    Found xine library version: 1.0.0 (1-rc0a).
    XServer Vendor: Sun Microsystems, Inc.. Release: 6610,
    Protocol Version: 11, Revision: 0,
    Available Screen(s): 1, using 0
    Depth: 16.
    XShmQueryVersion: 1.1.
    -[ xiTK version 0.10.5 [XMB]]-
    -[ xiTK will use XShm ]-
    -[ WM type: dtwm ]-
    Display is not using Xinerama.
    main: probing <pgx64> video output plugin
    video_out_pgx64: '/dev/fb' is not a mach64 framebuffer device
    load_plugins: failed to load video output plugin <pgx64>
    main: probing <xshm> video output plugin
    main: probing <sun> audio output plugin
    xine_interface: unknown param 10
    xine_interface: unknown param 10
    xine_interface: unknown param 10
    xine_interface: unknown param 10
    video_out_xshm: tried to set unsupported property 2
    image.c:361: failed assertion `im && width && height'
    Abort - core dumped
    I use Xfree86 porting driver for my display, is this the problem?
    best regards,
    Thone M.

    i'll be honest with you - i had the exact same problem as you are having now - i believe you either used a binary form or else.
    anyhow.
    what i did is - i got rid of it, and compiled a newly fresh binary form of MPlayer for Linux in Solaris 9.
    i believe you're using 04/03 or 08/03 so, the libraries shouldn't be a problem at all.
    hope this helps.
    i think the url for MPlayer is www.mplayerhq.com or something.
    just type mplayer in google.com and you should be able to fetch it quite quickly.
    cheers.
    - Frank

  • Qt QMake is missing - Solaris 11 and Solaris Studio 12.3

    OS: Oracle Solaris 11 - http://www.oracle.com/technetwork/server-storage/solaris11/overview/index.html
    Development tools: Solaris Studio 12.3 - http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html
    Hi, I want to make Qt desktop applications for Oracle Solaris 11, and Solaris Studio supports Qt projects. However the binary QMake is missing.
    Is it available somewhere?
    Thank you a lot.
    Edited by: 909513 on Jan 22, 2012 6:05 PM
    Edited by: 909513 on Jan 22, 2012 6:06 PM

    Here's what I used to compile up (I think) 90%+ of Qt 4.8.4. The configure step creates qmake and the compile rolls along until it hits a lot of non standard C++ code. But you get qmake out of it. The tarball is the latest snapshot of the 4.8.x git tree.
    Caveat: It's being built using Sun Studio 12.3 and the stdcxx library from my package site, along with a bunch of dependant packages from there. I never got Qt 4.8.4 to finish compiling with webkit, the 3rdparty/javascriptcore/JavaScriptCore/* files are truly awful non compliant code and error out every step of the compile. Sigh.
    Good luck
    ================================================================================
    qt 4.8.2013.06.24
        https://qt.gitorious.org/qt/qt/trees/4.8
        Compile stdcxx 4.2.1    Done
        Compile dbus 1.7.2      Done
        Compile libmng 1.0.10   Skipped
        setenv CC "cc"
        setenv CXX "CC"
    or
        setenv CC "cc -xtarget=ultra -m64 -xcode=pic32"
        setenv CXX "CC -xtarget=ultra -m64 -xcode=pic32"
        setenv LDFLAGS "-L/usr/local/lib -mt -library=no%Cstd -L/usr/local/lib -lstdcxx4"
        setenv CFLAGS "-I/usr/local/include -DUSE_SYSTEM_MALLOC"
        setenv CXXFLAGS "-I/usr/local/include -mt -library=no%Cstd -L/usr/local/lib -lstdcxx4 -DUSE_SYSTEM_MALLOC"
        setenv LINK "${CXX} -I/usr/local/include -mt -library=no%Cstd -L/usr/local/lib -lstdcxx4"
        setenv AR "${CXX} -I/usr/local/include -mt -library=no%Cstd -L/usr/local/lib -lstdcxx4 -xar -o"
        setenv CC "${CC} ${CFLAGS}"
        setenv CXX "${CXX} ${CXXFLAGS}"
        cd /var/tmp
        rm -rf qt-qt
        gunzip -c /usr/local/src/graphics/qt-4.8.2013.06.24.tar.gz | gtar -xvf -
        cd qt-qt
        /bin/perl -pe 's#/bin/sh#/bin/bash#'                              -i configure
        /bin/perl -pe 's#OPT_CONFIRM_LICENSE=no#OPT_CONFIRM_LICENSE=yes#' -i configure
        /bin/perl -pe 's#^QMAKE_INCDIR\s+=.*#QMAKE_INCDIR=/usr/local/include#'         -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe 's#^QMAKE_LIBDIR\s+=.*#QMAKE_LIBDIR=/usr/local/lib#'             -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe 's#^QMAKE_INCDIR_X11\s+=.*#QMAKE_INCDIR_X11=/usr/local/include#' -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe 's#^QMAKE_LIBDIR_X11\s+=.*#QMAKE_LIBDIR_X11=/usr/local/lib#'     -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe "s#^QMAKE_CC\s+=.*#QMAKE_CC=${CC}#"                              -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe "s#^QMAKE_CXX\s+=.*#QMAKE_CXX=${CXX}#"                           -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe "s#^QMAKE_LINK\s+=.*#QMAKE_LINK=${LINK}#"                        -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe "s#^QMAKE_LINK_SHLIB\s+=.*#QMAKE_LINK_SHLIB=${LINK}#"            -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe "s#^QMAKE_AR\s+=.*#QMAKE_AR=${AR} #"                             -i mkspecs/solaris-cc/qmake.conf
        /bin/perl -pe 's#canBuildWebKit=\"no\"#canBuildWebKit=\"yes\"#'                -i configure
        /bin/perl -pe 's#canBuildQtConcurrent=\"no\"#canBuildQtConcurrent=\"yes\"#'    -i configure
    ./configure -prefix /usr/local \
    -qpa xcb \
    -release \
    -opensource \
    -shared \
    -no-fast \
    -largefile \
    -no-system-proxies \
    -exceptions \
    -accessibility \
    -stl \
    -qt-sql-sqlite \
    -system-sqlite \
    -no-qt3support \
    -xmlpatterns \
    -multimedia \
    -audio-backend \
    -no-phonon \
    -phonon-backend \
    -svg \
    -webkit \
    -x11 \
    -no-javascript-jit \
    -script \
    -no-scripttools \
    -declarative \
    -platform solaris-cc \
    -no-mmx \
    -no-3dnow \
    -no-sse \
    -no-sse2 \
    -no-sse3 \
    -no-sse4.1 \
    -no-sse4.2 \
    -no-avx \
    -no-neon \
    -system-zlib \
    -system-libtiff \
    -system-libpng \
    -no-libmng \
    -system-libjpeg \
    -openssl \
    -nomake tests \
    -R /usr/local/lib \
    -I /usr/local/include \
    -L /usr/local/lib \
    -verbose \
    -no-cups \
    -iconv \
    -no-gtkstyle \
    -no-nas-sound \
    -sm \
    -xshape \
    -no-xvideo \
    -xsync \
    -xinerama \
    -xcursor \
    -xfixes \
    -no-xrandr \
    -xrender \
    -mitshm \
    -fontconfig \
    -no-xinput \
    -xkb \
    -no-glib \
    -confirm-license \
    -system-freetype
        foreach file (3rdparty/javascriptcore/JavaScriptCore/runtime/* 3rdparty/javascriptcore/JavaScriptCore/runtime/* 3rdparty/javascriptcore/JavaScriptCore/API/*)
            perl -pe 's#ENABLE\(GLIB_SUPPORT\)#0#' -i $file
            perl -pe 's#OS\(DARWIN\)#0#' -i $file
            perl -pe 's#OS\(WINCE\)#0#' -i $file
            perl -pe 's#OS\(WINDOWS\)#0#' -i $file
            perl -pe 's#OS\(SYMBIAN\)#0#' -i $file
            perl -pe 's#OS\(OPENBSD\)#0#' -i $file
            perl -pe 's#OS\(QNX\)#0#' -i $file
            perl -pe 's#OS\(ANDROID\)#0#' -i $file
            perl -pe 's#OS\(RVCT\)#0#' -i $file
            perl -pe 's#OS\(FREEBSD\)#0#' -i $file
            perl -pe 's#OS\(HAIKU\)#0#' -i $file
            perl -pe 's#OS\(NETBSD\)#0#' -i $file
            perl -pe 's#OS\(MAC_OS_X\)#0#' -i $file
            perl -pe 's#OS\(IOS\)#0#' -i $file
            perl -pe 's#OS\(AIX\)#0#' -i $file
            perl -pe 's#OS\(LINUX\)#0#' -i $file
            perl -pe 's#OS\(UNIX\)#1#' -i $file
            perl -pe 's#OS\(SOLARIS\)#1#' -i $file
            perl -pe 's#PLATFORM\(BREWMP\)#0#' -i $file
            perl -pe 's#PLATFORM\(MAC\)#0#' -i $file
            perl -pe 's#PLATFORM\(WIN\)#0#' -i $file
            perl -pe 's#PLATFORM\(CHROMIUM\)#0#' -i $file
            perl -pe 's#PLATFORM\(WX\)#0#' -i $file
            perl -pe 's#PLATFORM\(GTK\)#0#' -i $file
            perl -pe 's#COMPILER\(MSVC\)#0#' -i $file
            perl -pe 's#COMPILER\(MINGW\)#0#' -i $file
            perl -pe 's#COMPILER\(GCC\)#0#' -i $file
        end
        perl -pe '($. == 28) && s/^/#include "DateConversion.h"\n#include "DateInstance.h"/' -i 3rdparty/javascriptcore/JavaScriptCore/runtime/DateInstanceCache.h
        foreach file (3rdparty/javascriptcore/JavaScriptCore/runtime/*)
            perl -pe 's#JS_EXPORTDATA#__declspec(dllexport)#' -i $file
        end
        gmake
    If you get this far you'll hit the dodgy code, but you'll have a qmake binary made. You can remove the -webkit option and it'll actually build qt I believe, but alas I need webkit
    ta,
    Mark

  • Elite 3D & xinerama

    Hi,
    Hardware: Ultra60 with two Elite3D graphic cards
    Software: Solaris 9 with the patch cluster from yesterday
    Problem: If I enable xinerama in /etc/dt/config/Xservers, the system tries to start the login screen but fails. There is just the console login prompt.
    - where or how can I track down the problem (log file)?
    - Any hints?
    Regards,
    Cyrill

    Hi Martin,
    I have the same problem with Elite 3D and a PC monitor. I could change the resolution to 1280x1024x60 with afbconfig from serial console, and it switched over to separate sync (although it was already 1280x1024x60). However, it initializes with composite sync. I wrote the command '/usr/sbin/afbconfig -res 1280x1024x60 nocheck now' in /etc/rc2.d/S91afbinit, but the system hangs at boot. I will try to resolve it. If you have a solution, let us know.
    For the OBP resolution you can try creating an 'nvalias afb /SUNW,afb@1e,0', then 'setenv output-device afb:r1280x1024x60' and reset.
    Laszlo

  • Xinerama with some CDE utilities

    Problem - two SunRay 3+ clients on (SRS 4.2 from SRSS 5.1.2 with all latest patch of Solaris) in multihead configuration with Xinerama enabled on Sol x86 CDE - can't run few CDE utilities, like dtfile (just does not show window), dtpad (no window) and dtcalc (core dump). Interestingly it does not work even if I try run these utilities with ssh -X tunneling from Sol 9 SPARC host.
    However if I disable Xinerama with utconfig -x off everything works just fine. Tried giving different -display options, still the same. This thing is working perfectly with ancient SRS 3.1.
    Any clues ? Logged case but support is pretty useless, i.e. nothing that I knew already.

    Sorry this doesn't really help with the Xinerama problem, but since you are using the nvidia driver, have you considered using Twinview instead? You could do composite stuff too with Twinview - last I knew, Xinerama had problems with things that want to use compositing. I don't know how your setup is but if you're not set on using Xinerama, it might be an option to consider.

  • Logical interface in solaris 10

    Hi there,
    I need to configure logical interface in a solaris 10 3/05 server. After reading the Solaris 10 IP services manual, I am not quite sure what to do. All the examples and explanation are about using the new subcommand addif of ifconfig. It was not clear in the documentation if the setting logical interfaces via addif will persist across boot.
    Can one still configure logical interface in Solaris 10 in a more traditional way like in Solaris 8? In an Solaris 8 server I will do the following.
    Let's assume I want to configure in a solaris 8 server a logical interface named hme0:1 with IP address 192.168.20.28 with netmask 255.255.255.0 for hostname host001
    # cat /etc/hostname.hme0:1
    host001
    ^D
    # echo "192.168.20.28 host001" >> /etc/inet/hosts
    # echo "192.168.20.0 255.255.255.0" >> /etc/inet/netmasks
    # reboot -- -r
    Can one still do that in solaris 10 3/05 server?

    Hi there,
    I need to configure logical interface in a solaris 10
    3/05 server. After reading the Solaris 10 IP services
    manual, I am not quite sure what to do. All the
    examples and explanation are about using the new
    subcommand addif of ifconfig. It was not clear in the
    documentation if the setting logical interfaces via
    addif will persist across boot.No. No 'ifconfig' command is persistent.
    Can one still configure logical interface in Solaris
    10 in a more traditional way like in Solaris 8? In an
    Solaris 8 server I will do the following.
    Let's assume I want to configure in a solaris 8
    server a logical interface named hme0:1 with IP
    address 192.168.20.28 with netmask 255.255.255.0 for
    hostname host001
    # cat /etc/hostname.hme0:1
    host001
    ^D
    # echo "192.168.20.28 host001" >> /etc/inet/hosts
    # echo "192.168.20.0 255.255.255.0" >>
    /etc/inet/netmasks
    # reboot -- -r
    Can one still do that in solaris 10 3/05 server?Absolutely.
    You don't need to reboot (you can run ifconfig for this boot and let the files do the work next time) and the -r doesn't do anything with interfaces (expecially virtual interfaces) anyway.
    Darren

  • Installation problem on Solaris

    I am trying to install sun one 7.0 on Solaris 8. The install is failing with this error:
    ERROR - library load failed with following error: Can't load library: /opt/SUNWappserver7/lib/libinstallCore.so
    INFO - End core server uninstallation
    anyone know what causes this??
    cheers

    Looks like Solaris package installation failed and installer reverted to uninstallation sequence. For low level pkgadd log please check /var/sadm/install/logs/Sun_ONE_Application_Server_install.B<timestamp> file (timestamp is date and time of your installation attempt in mmddHHMM format).
    Look for any errors in this file. Most likely thing that could have happened is that the installation of Java Help (SUNWjhrt) package failed because you didn't have existing package based J2SE installation on the system. If that's the case, workaround is to either preinstall package based J2SE installation or to selected option to install bundled J2SE that comes with application server.

  • Installation problem on Solaris 10

    Dear All,
    We are trying to install j2sdk 1.4.2_13 on solaris server zone. I have downloaded j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin
    But when I try to execute this:
    #./j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin
    It gives me error: The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag
    Tried with -console:
    The wizard cannot continue because of the following error: Invalid command line option: console is not supported (10
    01) (403)
    WARNING: could not delete temporary file /tmp/ismp001/2599368
    WARNING: could not delete temporary file /tmp/ismp001/6183226
    WARNING: could not delete temporary file /tmp/ismp001/1222839
    Then tried with -silent:
    This time command just completed w/o any output at all.
    Please suggest what can I do?
    regards, Sean.

    Dear Siddhesh,
    Thanks for your reply.
    I tried using X Manager GUI for my Solaris. But when I double click the j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin file to run it, it simply denies saying:
    The filename "j2sdk-1_4_2_13-nb-5_0-solsparc-ml.bin" indicates that this file is of type "Unknown type". The contents of the file indicate that the file is of type "Shell script". If you open this file, the file might present a security risk to your system.
    Do not open the file unless you created the file yourself, or received the file from a trusted source. To open the file, rename the file to the correct extension for "Shell script", then open the file normally. Alternatively, use the Open With menu to choose a specific application for the file.
    Also /tmp has full authorizations:
    drwxrwxrwt   7 root     sys          557 Jun 24 08:34 tmp
    I dont have Hummingbird for X11 forwarding with this client. Do I have any other option??
    regards, Sean.

  • New to Solaris, Some Samba and NTFS issues.

    Hi Im new to solaris and trying out ZFS which has been great.
    Im haivng some trouble that I cant find up to date info on so here goes:
    First how do you mount an NTFS volume in Solaris 11 Express?
    I need to access the data on an NTFS drive to populate my new ZFS tank.
    Secondly, I have read only access on my samba shares from windows machines but my smb.conf looks right. a copy of my smb.conf will follow
    Any suggestions would be appreciated.
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options (perhaps too
    # many!) most of which are not shown in this example
    # For a step to step guide on installing, configuring and using samba,
    # read the Samba-HOWTO-Collection. This may be obtained from:
    # http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
    # Many working examples of smb.conf files can be found in the
    # Samba-Guide which is generated daily and can be downloaded from:
    # http://www.samba.org/samba/docs/Samba-Guide.pdf
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentry and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command "testparm"
    # to check that you have not made any basic syntactic errors.
    #======================= Global Settings =====================================
    [global]
    # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
    workgroup = WORKGROUP
    # server string is the equivalent of the NT Description field
    server string = Samba Server
    # Security mode. Defines in which mode Samba will operate. Possible
    # values are share, user, server, domain and ads. Most people will want
    # user level security. See the Samba-HOWTO-Collection for details.
    security = share
    # This option is important for security. It allows you to restrict
    # connections to machines which are on your local network. The
    # following example restricts access to two C class networks and
    # the "loopback" interface. For more examples of the syntax see
    # the smb.conf man page
    ; hosts allow = 192.168.1. 192.168.2. 127.
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    load printers = yes
    # you may wish to override the location of the printcap file
    ; printcap name = /etc/printcap
    # on SystemV system setting printcap name to lpstat should allow
    # you to automatically obtain a printer list from the SystemV spool
    # system
    ; printcap name = lpstat
    # It should not be necessary to specify the print system type unless
    # it is non-standard. Currently supported print systems include:
    # bsd, cups, sysv, plp, lprng, aix, hpux, qnx
    ; printing = cups
    # Uncomment this if you want a guest account, you must add this to /etc/passwd
    # otherwise the user "nobody" is used
    ; guest account = pcguest
    # this tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/samba/log/log.%m
    # Put a capping on the size of the log files (in Kb).
    max log size = 50
    # Use password server option only with security = server
    # The argument list may include:
    # password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
    # or to auto-locate the domain controller/s
    # password server = *
    ; password server = <NT-Server-Name>
    # Use the realm option only with security = ads
    # Specifies the Active Directory realm the host is part of
    ; realm = MY_REALM
    # Backend to store user information in. New installations should
    # use either tdbsam or ldapsam. smbpasswd is available for backwards
    # compatibility. tdbsam requires no further configuration.
    passdb backend = smbpasswd
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting.
    # Note: Consider carefully the location in the configuration file of
    # this line. The included file is read at that point.
    ; include = /usr/sfw/lib/smb.conf.%m
    # Configure Samba to use multiple interfaces
    # If you have multiple network interfaces then you must list them
    # here. See the man page for details.
    ; interfaces = 192.168.12.2/24 192.168.13.2/24
    # Browser Control Options:
    # set local master to no if you don't want Samba to become a master
    # browser on your network. Otherwise the normal election rules apply
    ; local master = no
    # OS Level determines the precedence of this server in master browser
    # elections. The default value should be reasonable
    ; os level = 33
    # Domain Master specifies Samba to be the Domain Master Browser. This
    # allows Samba to collate browse lists between subnets. Don't use this
    # if you already have a Windows NT domain controller doing this job
    ; domain master = yes
    # Preferred Master causes Samba to force a local browser election on startup
    # and gives it a slightly higher chance of winning the election
    ; preferred master = yes
    # Enable this if you want Samba to be a domain logon server for
    # Windows95 workstations.
    ; domain logons = yes
    # if you enable domain logons then you may want a per-machine or
    # per user logon script
    # run a specific logon batch file per workstation (machine)
    ; logon script = %m.bat
    # run a specific logon batch file per username
    ; logon script = %U.bat
    # Where to store roving profiles (only for Win95 and WinNT)
    # %L substitutes for this servers netbios name, %U is username
    # You must uncomment the [Profiles] share below
    ; logon path = \\%L\Profiles\%U
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
    ; wins support = yes
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    #     Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # WINS Proxy - Tells Samba to answer name resolution queries on
    # behalf of a non WINS capable client, for this to work there must be
    # at least one     WINS Server on the network. The default is NO.
    ; wins proxy = yes
    # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
    # via DNS nslookups. The default is NO.
    dns proxy = no
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    #============================ Share Definitions ==============================
    [homes]
    comment = Home Directories
    browseable = no
    writable = yes
    # Un-comment the following and create the netlogon directory for Domain Logons
    ; [netlogon]
    ; comment = Network Logon Service
    ; path = /usr/sfw/lib/netlogon
    ; guest ok = yes
    ; writable = no
    ; share modes = no
    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    # NOTE: If you have a BSD-style print system there is no need to
    # specifically define each individual printer
    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
    # This one is useful for people to share files
    ;[tmp]
    ; comment = Temporary file space
    ; path = /tmp
    ; read only = no
    ; public = yes
    # A publicly accessible directory, but read only, except for people in
    # the "staff" group
    ;[public]
    ; comment = Public Stuff
    ; path = /home/samba
    ; public = yes
    ; writable = no
    ; printable = no
    ; write list = @staff
    # Other examples.
    # A private printer, usable only by fred. Spool data will be placed in fred's
    # home directory. Note that fred must have write access to the spool directory,
    # wherever it is.
    ;[fredsprn]
    ; comment = Fred's Printer
    ; valid users = fred
    ; path = /homes/fred
    ; printer = freds_printer
    ; public = no
    ; writable = no
    ; printable = yes
    # A private directory, usable only by fred. Note that fred requires write
    # access to the directory.
    ;[fredsdir]
    ; comment = Fred's Service
    ; path = /usr/somewhere/private
    ; valid users = fred
    ; public = no
    ; writable = yes
    ; printable = no
    # a service which has a different directory for each machine that connects
    # this allows you to tailor configurations to incoming machines. You could
    # also use the %U option to tailor it by user name.
    # The %m gets replaced with the machine name that is connecting.
    ;[pchome]
    ; comment = PC Directories
    ; path = /usr/pc/%m
    ; public = no
    ; writable = yes
    # A publicly accessible directory, read/write to all users. Note that all files
    # created in the directory by users will be owned by the default user, so
    # any user with access can delete any other user's files. Obviously this
    # directory must be writable by the default user. Another user could of course
    # be specified, in which case all files would be owned by that user instead.
    ;[public]
    ; path = /usr/somewhere/else/public
    ; public = yes
    ; only guest = yes
    ; writable = yes
    ; printable = no
    # The following two entries demonstrate how to share a directory so that two
    # users can place files there that will be owned by the specific users. In this
    # setup, the directory should be writable by both users and should have the
    # sticky bit set on it to prevent abuse. Obviously this could be extended to
    # as many users as required.
    ;[myshare]
    ; comment = Mary's and Fred's stuff
    ; path = /usr/somewhere/shared
    ; valid users = mary fred
    ; public = no
    ; writable = yes
    ; printable = no
    ; create mask = 0765
    [Series]
    comment = TV Series
    path = /home/Kirby/Series
    public = yes
    only guest = yes
    writable = yes
    printable = no

    875739 wrote:
    Hi Im new to solaris and trying out ZFS which has been great.
    Im haivng some trouble that I cant find up to date info on so here goes:
    First how do you mount an NTFS volume in Solaris 11 Express?
    I need to access the data on an NTFS drive to populate my new ZFS tank.I never had a need for it but I think you'll have to compile fuse ntfs-3g manually.
    http://web.archiveorange.com/archive/v/u46DbWSGcIzl7pexf4hQ
    >
    Secondly, I have read only access on my samba shares from windows machines but my smb.conf looks right. a copy of my smb.conf will follow
    Any suggestions would be appreciated.You don't need to use Samba in Solaris 11 Express.
    http://download.oracle.com/docs/cd/E19963-01/html/821-1448/gaynd.html#gayne

  • Error while creating a Solaris Resource

    I got the following error while creating the following solaris resource:
    Test connection failed for resource(s):
    Solaris: Script failed waiting for "ASSWORD:" in response "_,)#+(:" ==> com.waveset.util.WavesetException: Script processor timed out with nothing to read and the following unprocessed text: "_,)#+(:".\n
    I have the sudo permissions for the following commands:
    (ALL) NOPASSWD: /usr/bin/auths, /usr/sbin/groupadd, /usr/sbin/groupdel, /usr/sbin/groupmod, /usr/bin/last, /usr/bin/listusers, /usr/bin/logins, /usr/bin/passwd, /usr/bin/profiles, /usr/bin/roles, /usr/sbin/useradd, /usr/sbin/userdel, /usr/sbin/usermod, /usr/bin/ypmatch, /usr/bin/ypcat, /usr/bin/ypasswd, /usr/bin/awk, /usr/bin/cat, /usr/bin/chmod, /usr/bin/chown, /usr/bin/cp, /usr/bin/cut, /usr/bin/diff, /usr/bin/echo, /usr/bin/grep, /usr/bin/ls, /usr/bin/mv, /usr/bin/rm, /usr/bin/sleep, /usr/bin/sort, /usr/bin/tail, /usr/bin/touch, /usr/bin/which
    Please let me know what could be the problem?

    This doesn't look like a Sun Directory Server issue. You may want to post this to another forum.
    Regards,
    Ludovic.

Maybe you are looking for

  • CRVS2010 Beta 2 - report does not print in Landscape mode correctly

    I am using Crystal Reports Beta 2 for Visual Studio 2010 on Windows XP. I am trying to print a report in landscape mode. The WPF Crystal Report Viewer displays the report correctly in landscape view. When I print it, it moves all the data to the cent

  • Adobe Premiere Saving Issue: Returning a Video Frame

         I have Adobe Premiere Elements 4 and have edited a video on it. The video format is AVI, from a camera that didn't seem to have trouble before this. It is a Sony if that is any help. I'm really hoping it isn't CODEC problems.      Last night I f

  • IMac slow start up

    my iMac OS x 10.7.3..is 8 months old and now takes over 2 minutes to start up. ???imac slow start up

  • 64 bit xp and/or 64 bit windows 7

    Currently i have a (June) Mac Pro, Radeon 4870, 8gb Ram, and a 640GB HDD, with Snow Leopard. Well right when I got it I added a second 500GB HDD dedicated for windows XP, well at the time, x64 wasnt supported, so in windows mode, which i mostly use,

  • Premiere CS6 /Totalcode pluging, bug during export

    Hello, I try the demo version of total code for Premiere 6.0.3 I am very disappointed, because in H264/AVC export , preset HDTV 1080i frame rate changed from 25i to 50p the value of Reference Frames (Advanced setting panel) is always ignored and set