In.ftpd as 64 binary for solaris 10

Where can I find the source code for in.ftpd . The in.ftpd binary that comes with solaris 10
is only 32 bit. We are looking for better performance from our sun v240 sol 10 machines
I would like to recompile it an make it 64 bit for sun4u.
Our current in.ftpd is below:
/usr/sbin/in.ftpd: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped
Any help would be appreciated.
Thanks

dmishra wrote:
Where can I find the source code for in.ftpd . The in.ftpd binary that comes with solaris 10
is only 32 bit. We are looking for better performance from our sun v240 sol 10 machinesWhy do you think a 64 bit in.ftpd would give different performance?
I would like to recompile it an make it 64 bit for sun4u. It's almost certain to go exactly the same speed. Your performance should be limited by the network. Even if this weren't a network application, most 64-bit binaries do not run faster than 32-bit binaries on SPARC systems.
Darren

Similar Messages

  • Compiling for solaris 9 on solaris 8 machine

    Hi, is it possible to use a solaris 8 machine with workshop, to compile binary for solaris 9.
    I need to compile user-mode app as well as kernel modules both for 64/32 bit environments.
    The modules are all dynamically linked.
    If this is possible, what is the proper procedure??
    ERAN.

    For user space apps, if you are sticking to the published interfaces (ie: not using any private, non-public symbols you might have dug up in our libraries) then compiling and linking on Solaris 8 and running on Solaris 9 is not a problem, at least for user space. Run appcert on your application if you want to ensure you aren't using anything private. We are forward-compatible in this sense.
    As for kernel modules, I don't know enough to comment.

  • What Oracle binary for x86 Solaris ????

    Is there even an Oracle binary available for Solaris on intel (X86, 32 bit architecture)?
    Can someone tell me what, if any, Oracle instance is available for an Intel box (x86) running Solaris 8.
    Thanks in advance for any help,
    Peter

    Hi
    Oracle 8.1.7 (relase 3) can be ordered for Solaris X86 for Intel. Please contact your local Oracle Sales representative on how to order these.
    Alternatively, you can also check with the Oracle Store in technet.oracle.com
    Note : Oracle 9 for Solaris 8.0 is not available.
    jaffar...

  • Wu-ftpd installable for solaris 10 and solaris 9

    Hi,
    I could see only "proftpd" is available http://www.sun.com/software/solaris/freeware
    But I am looking for the "wu-ftpd" server which is compatable with Solaris 9 and Solaris 10.
    Any one help me from where I can get the "wu-ftpd" installable for solaris 9 and solaris 10 sparc server.
    thanks,
    Amudha

    Hi Robert,
    Thanks for your reply.
    I too saw that the ftp version used in solaris 10 by default is wu-ftpd, but I am not sure about it, because when I tried to ftp to my solaris box the version it is started is not "FTP server (Version wu-2.6.2(5)".
    I have got the wu-ftpd installable. But I could not get the proper document for configuring the same.
    Question1: How to stop existing ftp service and start newly instlaled wu-ftpd in Solaris 9 and Solaris 10 servers?
    Earlier solaris 8 version I change the ftpd version in /etc/inetd.conf file and give HUP signal to inetd then this new wu-ftpd version will be used.
    Question 2: It always starts the system inbuilt ftp server and also I am getting ftp log in failure for any user which I add newly or even existing users.
    could any one help to resolve these issues? Thanks in advance for your help.
    Amdudha

  • Postfix for Solaris 10 x86

    Hi,
    Is there a pre-compiled package for Postfix 2.x available on Solaris x86 platform? I heard that Sun was compiling bunch of open source freeware for x86 platform and supporting it too. The official Postfix site has a link to an old binary for SPARC.
    Thanks,
    Nitin

    in last week i compile and install postfix (config not yet) but i not have any problems. i down source form postfix site (postfix.org) and i use postfix-2.4.0-RC5.
    Salu2!!!

  • Oracle SOA Suite is also available for Solaris, HP-UX, IBM

    Oracle SOA Suite is also available for Solaris, HP-UX, IBM
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html

    Hi-
    You can use below manual installation proceeds as follows :
    Step 1. Download a setup for Windows and run it on a Windows machine.
    Step 2. Once the setup is finished, FTP all the following files and folders from your Windows machine to you Sun Solaris server :
    the entire 'bin' folder (excepting the '.bat' files) - ASCII transfer mode
    the entire 'lib' folder - BINARY transfer mode
    the entire 'drivers' folder - BINARY transfer mode
    Step 3. Once you have transferred all the files, do not forget to configure the odiparams.sh file according to your environment. Also add the appropriate files, used by ODI to connect to your technologies, to the 'drivers' folder.
    Does it helpful?
    Thanks,
    Saravanan Rajavel

  • Zip -E for Solaris 10?

    Hi, everyone
    I have a need for what I think is an older version of info-zip that used to have the -E (capital E) option that would encrypt the file but it could be scripted unlike the current zip -e which will prompt you to enter a password twice and cannot be easily scripted. I need the -E version so code changes don't need to be made in production.
    I can't seem to find this version of zip (source or binary) anywhere. Does anyone have any idea what happened to this option or where I might find the old source that contained this option?
    TIA

    Hi.
    Zip for Solaris 8 don't know -E.
    # zip -h
    Copyright (C) 1990-1997 Mark Adler, Richard B. Wales, Jean-loup Gailly,
    Onno van der Linden and Kai Uwe Rommel.
    Type 'zip -L' for the software License.
    Zip 2.2 (November 3rd 1997). Usage:
    zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]
      The default action is to add or replace zipfile entries from list, which
      can include the special name - to compress standard input.
      If zipfile and list are omitted, zip compresses stdin to stdout.
      -f   freshen: only changed files  -u   update: only changed or new files
      -d   delete entries in zipfile    -m   move into zipfile (delete files)
      -R   recurse into directories     -j   junk (don't record) directory names
      -0   store only                   -l   convert LF to CR LF (-ll CR LF to LF)
      -1   compress faster              -9   compress better
      -q   quiet operation              -v   verbose operation/print version info
      -c   add one-line comments        -z   add zipfile comment
      -@   read names from stdin        -o   make zipfile as old as latest entry
      -x   exclude the following names  -i   include only the following names
      -F   fix zipfile (-FF try harder) -D   do not add directory entries
      -A   adjust self-extracting exe   -J   junk zipfile prefix (unzipsfx)
      -T   test zipfile integrity       -X   eXclude eXtra file attributes
      -y   store symbolic links as the link instead of the referenced file
      -h   show this help               -n   don't compress these suffixes
    # zip -E
    zip error: Invalid command arguments (no such option: E)
    # uname -a
    SunOS XXXX 5.8 Generic_117350-34 sun4u sparc SUNW,Ultra-1
    #Solaris binary compatible with previos version. So you can try just copy old zip to Solaris 10.
    Regards.
    Edited by: Nik on 12.04.2011 12:32

  • Textedit for Solaris 9

    Some of the users, accessing my SUN Servers via PCXware, are problems with the gedit and dtpad editors and would like to try using the "textedit" that they and me loved so well. Problem is that it is not installed with Solaris 9.
    Does anyone know where I can find the binary for "textedit" for my Solaris 9?
    Thanks,
    Roger

    The openlook (xview) applications have been removed from Solaris 9 (the libraries are still available).
    Your only option is to copy the "textedit" binary from a Solaris 8 system (just tried it, it seems to run OK on S9).

  • Help with Install of Xerces-c 2.4.0 for Solaris

    After having memory leak issues with Xerces-c 2.3.0 for Solaris 2.7
    for CC 6.2 I have decided to update to at least 2.4. I have
    downloaded the binary tarball and have installed it on my development
    server, which runs Solaris 2.8. I do use CC 6.2 for my compiler. I
    have reset all the environment variables in Korn shell that point to
    the Xerces distribution.
    When I try to compile the same piece of code that compiles fine under
    Xerces 2.3 the compiler spits back the following errors compiling
    against 2.4 regarding the XSerializeEngine.hpp :
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 541: Warning: Too many arguments in macro Assert.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 541: Error: No direct declarator preceding "(".
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 541: Error: Use ";" to terminate declarations.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 546: Error: Use ";" to terminate declarations.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 652: Warning: Too many arguments in macro Assert.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 657: Warning: Too many arguments in macro Assert.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 663: Warning: Too many arguments in macro Assert.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 663: Error: No direct declarator preceding "(".
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 664: Error: A declaration does not specify a tag or an
    identifier.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 664: Error: Use ";" to terminate declarations.
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 664: Error: A declaration was expected instead of "{".
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 665: Error: No direct declarator preceding "(".
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 667: Error: "," expected instead of ")".
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 670: Error: A declaration was expected instead of "}".
    "/opt/local/software/xerces/xerces-c2_4_0-solaris_27-cc_62/include/xercesc/internal/XSerializeEngine.hpp",
    line 702: Error: A declaration was expected instead of "}".
    11 Error(s) and 4 Warning(s) detected.
    gnu_make: *** [SchedUpdateSubscriber] Error 11
    Any ideas on what I am doing wrong?
    Thanks in advance.

    I've always compiled xerces from the source code. Have used 2.4.0 and 2.5.0 this way with Sun One Studio 8 without any issues.
    If you want to try compiling, I'd recommend going with the later release (more compiler tweaks and fixes) and the following build commands:-
    % cd xerces-c-src_2_5_0
    % export XERCESCROOT=`pwd`
    % cd src/xercesc
    % runConfigure -r pthread -p solaris
    % export CXXFLAGS="-library=stlport4" - skip this line if you're not using stlport
    % ./configure
    % gmake
    Hope that helps!

  • ORACLE CLIENT 9.2.0.6.0 for Solaris

    I need to download ORACLE CLIENT 9.2.0.6.0 for solaris. I could not locate the link online.
    Can somone provide me the link from where this can be done?
    regards
    akshay
    IT Analyst
    Morgan Stanley.

    9.2.0.6 is not a basic release,it's a patchset and available on metalink only. You need a valid support contract.
    Werner

  • Can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit??

    I can't download Oracle 8.1.7 Enterprise Edition for Solaris 32 bit. After filling out the form with the questions...I click on the actual link, but the box never pops up. The status bar on my Internet Explorer slowly increases, but never allows me to download. It just hangs. I have tried multiple times, and I can download other verions from your site...and have many times in the past. Could you please fix this. Thanks.

    I've looked at it and it seems fine. It might have been a temporary glitch - let us know if you continue to have trouble.
    OTN

  • The deployment process seems to die or get stuck, iAS 6 SP3 for Solaris 8?

    When I deploy my application in iAS 6 SP3 for Solaris 8 the deployment process seems to die or get stuck. In the shell window i get the messages
    iasdeploy for iPlanet Application Server 6.0 SP3
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    sstu15:null
    sstu15:10 kas> deployment action ''J2EEInstallEar'' (/u02/home/iplanet/JAR/SSS.ear) running.
    sstu15:10 kas> deployment action ''J2EEInstallEar'' (/u02/home/iplanet/JAR/SSS.ear) running.
    After this nothing happens for a really long time.
    When starting the deployment I get in the beginning of kas.log two entries
    ADMIN-168: kas> deployment get log ''J2EEInstallEar''
    GDS-007: finished a registry load
    but suddenly the second line disappears and the only message I get is the first entry. I need to break the deployment process and kill the processes manually.
    When starting the application server I get two error messages:
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    Connected to LDAP server on sstu15.auto.com port 389
    iPlanet Application Server is running in international mode
    iPlanet Administrative Server
    Version 6.0 SP3, Build 20010704
    Copyright (c) 1996-1997 KIVA Software Corporation.
    Copyright (c) 1998-1999 Netscape Communications Corporation.
    Copyright (c) 2000-2001 Sun Microsystems, Inc. Some preexisting portions Copyright (c) 2000 Netscape Communications Corp
    . All rights reserved.
    Use of this software is governed by the terms of the executed license agreement between you and iPlanet E-Commerce Solutions.
    [14/Feb/2002 11:02:12:7] error: ADMIN-071: kas> error: failed to either start up or connect to engine ''0'' (CCS0)
    [14/Feb/2002 11:03:08:8] error: ADMIN-071: kas> error: failed to either start up or connect to engine ''1'' (CCS0)
    I think all processes starts OK, I get one for .kas and one for kas, one for .kxs and one for kxs and finally one for .kjs and one for kjs.
    Is someone familiar with this/these problem(s)?

    It seems you are deploying a very big application. Try to deploy this application with following command
    j2eeappreg <filename>
    It should work fine. It was a bug with iasdeploy command in iAS SP3 which had been fixed in iAS SP4.

  • No Disk meet the criteria for Solaris installation

    Hi all, I have a problem when trying to install Solaris 8 (Intel) on my PC. There are some funny things happened while installing the OS.
    1.) My motherboard does not support booting from CD-ROM, so I downloaded a Device Assistant Boot Disk to boot it up. Then I use dd.exe to make the boot disk from the image, I have tried many times that after creating the boot disk, this boot disk will contain 512 bytes of bad sector. So why?
    2.) After using this boot disk to boot up and install the OS, before entering to the detection of the bus type stuff (still on the white screen), at the bottom of the screen, it says "ata_command select failed ... ...", what does this mean?
    3.) When the system go back to the white screen with language selection, I choose English (which is 1), and the system try to find my hard disk, but it failed and says "No Disk meet the criteria for Solaris installation" with a new line saying "installation documenation found.". So what is happening?
    Appreciate for any help.
    Wallace

    Did you check that your adaptec scsi controller is
    supported by solaris and/or has a working driver
    (from sun or adaptec) ?
    Here's the HCL for solaris 8 x86:
    http://soldc.sun.com/support/drivers/hcl/8/401/BOOK.htm

  • Build for solaris 8 on solaris 10 - possible?

    I want to build/compile an application for solaris 8, but I only have access to a machine running solaris 10. Can I compile for solaris 8 on a solaris 10 machine, and if so, what do I have to do to make it work?

    The short answer is generally no.
    The long answer is that it can be done but you will need to make sure that on the Solaris 10 machine you only use functions/headers/libraries that are available on Solaris 8 otherwise they will not be found and the software won't work.
    alan

  • Also I need ndiswrapper support for solaris 10

    I have a linksys -G type router and my computer uses a Linksys Wireless-G PCI Adapter with SpeedBooster
    which works in Linux like mandrake , debian systems like knoppix and kanotix but their are some buggy like debian also that don't let me change the essid in debian but most linux works with the drivers for my card which are
    04/13/2004 10:01 AM 7,870 BCM43XX.CAT
    03/31/2004 08:44 AM 11,960 BCMWL5.INF
    02/19/2004 11:51 AM 300,928 BCMWL5.SYS
    normally you install the drivers with ndiswrapper -i BCMWL5.INF then use -m to add it too the model loader program in linux which adds wlan0 to ifconfig and iwconfig programs
    which also ndiswrapper requires the source code of the kernel to install the ndiswrapper right , it req. it too compile the drivers, and using the linux gui programs to setup essid and key wep info
    also I use a script in kanotix to use /etc/network/interfaces to load the info on bootup etc.. to get my wireless network card up in linux.
    also how the support for soundblaster sound cards in solaris 10, I have not fingured out if theirs sound yet. freebsd 5.4 seemed to be missing the sound support
    one more thing in bootup of the install program for Solaris 10 my geforce 6800 card detected right but my tv output was all wrong in since the picture , was only on the monitor and tv had stange graphics on it which did not look right I hope nvidia drivers fix this problem , Is their any different command needed for clone mode in Solaris 10 then free86 nd xorg scripts use?

    I got the solutiion from Canon Customer Serivce, temporary until the 10.10 download is released.  It works:
    "You can download the latest software updates at this address:
    http://www.usa.canon.com/cusa/support/professional/professional_cameras/eos_digital_slr_cameras/eos_...
    Please select "OS X Mavericks v10.9" using the drop-down menu on the page.  You have to pick the previous version of Mac OS, because the options for OS X 10.10 Yosemite have not yet been populated.  I sincerely apologize for any confusion this may cause.  After selecting OS X 10.9, please click on the red triangle next to the word "Software" to see the software updates available for your computer.  I would recommend updating all of your software including EOS Utility and Digital Photo Professional."
    I never did find the drop-down menu, but I went into the site map and found what I needed.
    Barry

Maybe you are looking for