[request] Trucrypt, finally for Linux

T r u e C r y p t
Free open-source disk encryption software for Windows XP/2000/2003 and Linux
Main Features:
    * It can create a virtual encrypted disk within a file and mount it as a real disk.
    * It can encrypt an entire hard disk partition or a device, such as USB memory stick, floppy disk, etc.
    * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password:
      1) Hidden volume (more information may be found here).
      2) No TrueCrypt volume can be identified (TrueCrypt volumes cannot be distinguished from random data).
    * Encryption algorithms: AES-256, Blowfish (448-bit key), CAST5, Serpent (256-bit key), Triple DES, and Twofish (256-bit key). Supports cascading (e.g., AES-Twofish-Serpent).
    * Based on Encryption for the Masses (E4M) 2.02a, which was conceived in 1997.
      Further information regarding the features of the software may be found in the documentation.
If anyone would like to try and make a package it would be superb!
.murkus

Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
If anyone can shed some light on the subject, that'd be helpful.
EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
I think I'll need to knock up a service file too, there's only an sysvinit script..
EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
Last edited by WorMzy (2014-04-04 13:24:42)

Similar Messages

  • [request] Protector Suite for Linux - UPEK fingerprint scanners

    Would anyone be willing to work on a PKGBUILD for this. I will do testing.
    http://www.upek.com/support/downloads/linux/
    UPEK website wrote:
    Biometric logon for Linux operating systems. Supports Gnome and KDE4, KDE3.5 desktop environment and logon. For experienced developers there is also BSAPI SDK which allows to controll UPEK fingerprint readers on Linux based systems.
    Supported devices: TCD41, TCD42, TCD50, TCD21 (TFM), TCS4B, TCS4C, TCS4E, TCS4K, TCS5B
    Supported USB readers: Eikon I (TCRE3C: TCS3C+TCD42), Eikon II (TCRD4C: TCS4C+TCD50), EikonToGo (TCRG4C: TCS4C+TCD50), TCRZ (TCS3B+TCD41)
    Contains installation packages for following distributions:
    Mandriva 2009.1
    Mandriva 2008.1
    Ubuntu 9.04
    Fedora Core 10
    Debian

    Hey! I go to see if anybody has mentioned this on the forums yet and find this. This is what I've come up with, but I have no idea if it works because apparently it is 32bit only, and I can't find anything else to find depends/etc through so it needs a lot of work. (not to mention that this is only my second PKGBUILD).
    pkgname=ps-for-linux
    pkgver=0.1
    pkgrel=1
    pkgdesc="UPEK fingerprint reader software"
    arch=('i686')
    url="http://www.upek.com/"
    license=('unknown')
    depends=()
    makedepends=('deb2targz')
    source=($pkgname-$pkgver.deb)
    noextract=($pkgname-$pkgver.deb)
    md5sums=('69809f555752b95c0a448e04c6ede3e9')
    build() {
    cd "$srcdir"
    deb2targz "$pkgname-$pkgver.deb"
    tar xf "$pkgname-$pkgver.tar.gz"
    package() {
    cd "$srcdir"
    cp -r etc/ lib/ usr/ "$pkgdir"
    # vim:set ts=2 sw=2 et:
    I hope that will be a starting point for you to make a pkg out of and then run something like namcap on to see where things need to be added. Also, I don't know if one of the other rpm's would be a better fit for Arch's directory structure, or if this should be put in /opt or something.
    Have you requested a source package fro them yet?

  • [Request] Comodo Antivirus for Linux

    Hi!
    If it's possible, could someone make and maintain a package from the Comodo Antivirus for Linux program?
    It supports Debian, Ubuntu, Linux Mint, ReadHat, Fedora, CentOS, SUSE and openSUSE, but it only has binaries, no source code. I tried to install it from the .deb packages, but failed completely with several unresolvable dependencies. As for making an installable package I don't even know where to start, I don't recognize the file structure inside the packages which is made with deb2targz, also the dependency problem would not solve itself.
    I'm not a programmer, so I can't go further.
    As far as I know, this is the only antivirus for desktop Linux distros with actual real-time protection.

    Yeah, I uploaded a little prematurely, I was still making some last minute changes. Didn't think anyone'd notice.
    Turns out the debs are just alien-converted rpms, so I've used the rpms as sources. Once you install it, you need to run /opt/COMODO/post_setup.sh as root (this was something I forgot to add to the .install file, so if you already downloaded, makepkg'd and installed, you'll probably not know this).
    I'm not sure about the license, all I've been able to find is the website T&Cs which states that Comodo products are subject to "Subscriber Agreements", which I can't find any information on. I haven't run the post_setup.sh script myself (I'm still looking through it), so perhaps the agreement is presented to you there.
    If anyone can shed some light on the subject, that'd be helpful.
    EDIT: Ah, I was looking at the wrong file. The agreement is in the post_setup.sh, at the top.
    I think I'll need to knock up a service file too, there's only an sysvinit script..
    EDIT EDIT: The license doesn't allow me to modify the post_setup.sh script to replace the initscript calls with the systemd equivalent, it probably doesn't let me remove the superfluous libraries either, so those lines will be commented out for the time being while I liaise with their legal department. The realtime protection kernel modules also don't build on Arch's default kernel (not sure about the -lts kernel), so that won't work without modifying files (which again, is not permitted by the license).
    The .desktop files may not show up in any menus either, not sure if I made a mistake there or not.
    You can still run on-demand scans for the time being (once you've updated the database). You should enable sgdagent.service cmdagent.service after running post_setup.sh, and sdgdaemon.service cmgdaemon.service after updating your virus database. Start the application with /opt/COMODO/cav if you don't have a menu icon for it in your menu.
    Last edited by WorMzy (2014-04-04 13:24:42)

  • [Request] Jriver 19 for linux

    Could someone help for an AUR package for one of the best media center ever made?
    There is a beta version for debian:
    http://yabb.jriver.com/interact/index.php?board=35.0
    and also this discussion about archlinux:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    The big problem is libcurl and fonts (see discussion above)-

    I'm giving this a swing but its throwing me an error on makepkg on the curl pkg:
    $ makepkg
    ==> Making package: curl 7.23.1-1 (Mon Apr  7 18:59:20 CEST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
      -> Downloading curl-7.23.1.tar.bz2...
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 2320k  100 2320k    0     0  5220k      0 --:--:-- --:--:-- --:--:-- 5215k
    ==> Validating source files with md5sums...
        curl-7.23.1.tar.bz2 ... Passed
    ==> Extracting sources...
      -> Extracting curl-7.23.1.tar.bz2 with bsdtar
    ==> Starting build()...
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking whether to enable debug build options... no
    checking whether to enable compiler optimizer... (assumed) yes
    checking whether to enable strict compiler warnings... no
    checking whether to enable compiler warnings as errors... no
    checking whether to enable curl debug memory tracking... no
    checking whether to enable c-ares for DNS lookups... no
    checking for sed... /usr/bin/sed
    checking for grep... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for ar... /usr/bin/ar
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking curl version... 7.23.1
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc -m32
    checking for C compiler default output file name...
    configure: error: in `/home/citizen/Downloads/aur/jriver-curl/src/curl-7.23.1':
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    ==> ERROR: A failure occurred in build().
        Aborting...
    Could this be the reason?
    d---------  2 citizen citizen    4096 Apr  7 18:59 pkg
    The config.log is nowhere to be found.
    I read the wiki:
    https://wiki.archlinux.org/index.php/Makepkg#Usage
    and a search found this thread:
    https://bbs.archlinux.org/viewtopic.php?id=140055
    Which suggested to remove multilib, reinstall gcc-libs gcc binutils glibc but that doesn't help. I reenabled multilib and ran pacman -Syu again.
    Any ideas what's going on here?
    I tried building libjpeg6 from AUR and this worked without a glitch.
    Thanks.

  • [request] Jriver Media Center 19 for linux

    It would be very nice  a package for Jriver Media Center 19 for linux.
    Reference here:
    http://yabb.jriver.com/interact/index.php?board=35.0
    I have installed manually in my system. It's a 32 bit package and it needs lib32-curl 7.23.1 (not the last one in repository).
    You can see my discussion here:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    Luckly requirement for libcrypto++ and libboost-regex has been dropped!
    I remember that this Media Center is one of the best ever made. The version for linux is Audio only, but can play also DSD bitstream.

    It would be very nice  a package for Jriver Media Center 19 for linux.
    Reference here:
    http://yabb.jriver.com/interact/index.php?board=35.0
    I have installed manually in my system. It's a 32 bit package and it needs lib32-curl 7.23.1 (not the last one in repository).
    You can see my discussion here:
    http://yabb.jriver.com/interact/index.php?topic=84651.0
    Luckly requirement for libcrypto++ and libboost-regex has been dropped!
    I remember that this Media Center is one of the best ever made. The version for linux is Audio only, but can play also DSD bitstream.

  • [request] Rar for Linux

    Someone would be able to do the PKGBUILD of the rar for linux.
    thanks...
    PS:Sorry my english

    rar is already in the official repository:
    http://www.archlinux.org/packages/search/?q=unrar+
    Use:
    Code:
    pacman -Sy unrar
    to download & install it.
    Unrar -> uncompression program
    Rar -> compression program

  • LightScribe for Linux!!!

    Finally!!!
    LaCie LightScribe Labeler for Linux is simple and intuitive, allowing users to burn customized images on to LightScribe discs in three easy steps: import, resize, print. K3b Founder Sebastian Trueg said, "We're happy to see that LaCie is developing tools for Linux users, and are pleased to work with them to make it happen. With the LaCie LightScribe Labeler for Linux, K3b users now have access to the latest disc-labeling technology from LightScribe, and a complete burning solution thanks to LaCie."
    Press release
    Home page
    Downloads:
    LightScribe Host Software v1.4.113.1 for Linux
    LaCie LightScribe Labeler for Linux (both are RPMs)
    Screenshot
    Manual (PDF)
    UPDATE: There is a package request already. I didn't notice it when posted, should I remove this topic?

    Use rpmextract to extract the files from the rpm. Then, it's just a question of installing the files in the correct place (in $startdir/pkg), i.e. binaries in /usr/bin, libraries in /usr/lib, etc.

  • I am trying to request a repair for my ipod

    I am trying to request a repair for my ipod which is under warrantee. I go through the process but part way through I get a popup error message saying something like "contact customer support" and then it has a bunch of numbers. I tried doing it again and now I get a message saying "As a security precaution, your session has timed out. If you would like to log back in, please click here." I click there and then it takes me back to the log in page, which when I sign in again, it goes right back to the same screen saying log back in. If I finally get the dead ipod shuffle shuffled off to apple for repair, this will be my third one... I just hope this one doesn't break... and more importantly I hope I can get a new one.
    ipod shuffle   Windows XP   product does not turn on and I can't get it fixed because the oline repair system is broken or down!

    I have gotten to the billing address part, but get a message that says "this zip code does not seem to be valid (somenumber, somenumber)" I entered my area code plus 4-digit extension number to get this message, so then I try it without the 4-digit number and get "more than one possible Jurisdiction Code determine (0,0)". Arg! I have otherthings I could be doing... like writing this poem:
    My shuffle has just shuffled off,
    And now it won't turn on,
    This is the second one that's failed,
    And it hurts me ever so,
    To have to workout with no sound,
    Just isn't quite the same,
    So call I will, tomorrow day,
    And go and rant and rave,
    Request repair I couldn't do,
    Because the website's down,
    I don't know when this will be fixed,
    But I hope it's very soon.
    -Aaron E-J
    p.s. I tried it on both a mac and a pc this time and got the same problem both times.

  • Is there really a Cisco VPN client for Linux? _Really?_

    Hello folks,           
            I've finally after almost experiencing a brain aneurysm by trying to think too hard got my Cisco 881-SEC-K9 router properly configured for a multipoint IPSec VPN tunnel to my Amazon Virtual Private Cloud, so that hurdle is finally passed and I actually feel it was a very important milestone in my life somehow. I never thought I'd see the day I actually got my hands on a legitimate Cisco non-stink... erm.. I mean, non-linksys router. Now I just can't seem to find a 'client' VPN program for Linux. I'm currently running a Xen Hypervisor environment on openSUSE Linux because it's the only Linux distribution that completes all of my strenous requirements in a Linux server environment. It's also the most mature, and secure Linux on this planet, making it the most appreciable Linux distribution for my research needs.  Using NetworkManager is not really an option for a basic Linux server environment, and OpenVPN is just too confusing to comprehend for my tiny little head.  I've heard mention of some mysterious "Easy VPN" but after hours of digging online can't find any information about it, even the Cisco download link leads to a Page Not Found error.  I do see a Linux VPN API for the AnyConnect program, but is that an actual VPN client, or just an API?  It seems to want my money to download it but I don't have any money nor do I really know what it is because it's all secretive-like, closed source, and I can't even find a simple README file on it explaining what it is exactly.  I'm just an out-of-work software developer trying to connect to my home router for personal use and I can't really afford to fork over a million and a half dollars for a single program that I'm only going to need to download once in my lifetime that should have been included with the router in the first place. I more than likely won't even be able to figure out how to use the program anyways because I don't know anything about VPN connections which is why I bought this router so I can try to figure it all out as part of the not-for-profit open source, volunteer research I'm presently trying to conduct.  Is there some kind of evaluation or trial period for personal use? That would be really nice so I could at least figure out if I'm going to be able to figure it out or not.  I hate throwing money away when it's in such short supply these days. There's really no alternative to a Cisco router.  It's an absolute necessity for the things I'm trying to accomplish, so trying to settle for something else and going on with my life is not really an option. No, this is something I just need to face head on and get it over with.
    <Rant>
           Maybe I have a little too much crazy in me for my own good, but I don't see why it should take so much money just to learn how to do something for personal reference, it's not really a skill I would ever use otherwise.  Wouldn't it be great if Cisco made their VPN client open source and free to the public to use and modify, to improve on, to learn and to grow and bring the whole world closer together as a community? Even the source code to the old discontinued Cisco VPN client could be used as a valuable learning tool for some poor starving college student or Open Source Software developer somewhere trying to get by on Ramen Noodles and Ramen Noodle Sauce on Toast (don't tell me you never thought about it).  Through the ripple effect, It would drastically improve sales over the course of time, because it would open the door to a whole new market where those who previously could not afford to participate now could. That's the true power of Open Source. It creates a more skilled work force for the future by openly contributing and sharing knowledge together. What if the next big internet technology and the solution to world tyranny - the solution to end all wars forever - were locked in the mind of an unemployed software developer who couldn't afford to upgrade their cisco router software or access the software they needed because it was closed source and required committing to an expensive service contract to download?  That would be just terrible, wouldn't it?  I guess there's no way to ever know for sure. I suppose I'd be just as happy if some kind soul out there could point me to an easy to use alternative to an always on VPN connection that runs in the background which doesn't require NetworkManager or having to spend days upon days digging through and trying to comprehend either some really poor or extremely complex documentation?  I apologize for all the run on sentences posed as questions, but I've just got some serious mental burnout from all of this, being unemployed is some hard work folks. I could really use a vacation.  Perhaps a camping trip to the coast is in order after I get this working, that sounds nice, doesn't it? Nothing like a good summer thunder storm on the ocean beach - far away from technology - to refresh the mind.
    </Rant>

    I do tend to talk too much and I don't mince any words either.  What I am however, is really appreciative for the help. I know you hear that all the time, but you have no idea how much time and headache you just saved me.  I think vpnc might be just what I've been looking for, unless someone can think of a client for Linux that I might be able to throw a little further.  I'm very security minded now, after the backlash of Blackhat 2013, there's no telling which direction the internet might head next. Oh, you didn't hear? Well wether they realize it or not, DARPA basically declared war with other government agencies by releasing their own version of a spy program for civilians to use against the whoever -- possibly even the governmnet itself. They even went so far as to suggest it's private usage to blanket entire cities in information gathering. Civilians are a powerful foe, as they are not bound by the oath of office, any evidence they obtain is admissible in court, wether they know that or not. There's a very important reason for that. It's to prevent another civil war from ever happening, we shed enough blood the first time around less people forgot.  It's something that can and will be avoided because our civilization has advanced beyond the need for bloodshed. The courts have to obey the majority rule, no matter what. For the first time in history, cyberwarfare can reach into the physical world to cause serious damage to physical structures like the nuclear facility incident in Iran.  There's scarry bills trying to sneak through congress that are changing the landscape of technology forever for the entire world. We're at a pivotal point now where things can happen. It will be interesting to see how it all plays out over the next decade or so. No matter which way you look at it, just be preparerd to sell a whole lot of routers.

  • One or more of the updates requested by Final Cut Server could not be...

    We are getting the warning " One or more of the updates requested by Final Cut Server could not be applied. (one or more replacement file(s) had unexpected track settings.)" when a FCPv6.06 (possibly also FCPv7.0) project file is checked-out of Final Cut Server v1.5.1. The assets linked to the project are cached down successfully (this in not an XSAN environment) but opening the project alerts to some offline media files (not all) and we need to manually relink them to the assets in the Final Cut Server cache. All is good again until the project file is checked-out of FCSvr to another workstation.
    Having a look at the path of the offline files it is referencing the path of the assets as they were on the previous editor's (different) workstation. None of our workstations have the same path to the Final Cut Server cache.
    My understanding and experience is that FCSvr manages the paths for FCP linked assets and modifies the checked-out file's path to point to the workstation's FCSvr cache?
    Can you tell me how I can resolve this issue?

    I may have resolved this issue today or I'm at a stage where I can't replicate it. The problem may have been propagating from a within a template FCP project file we use to start our productions. I assume it was a corruption of the FCP file that FCSvr didn't recognise?

  • Konqueror browser for Linux has an useful CPU limitation feature for websites using Flash content. Can you add such a feature in Firefox?

    I have recently found that Konqueror browser for Linux can help user to limit cpu usage while visiting a website using flash technology by changing settings in the Flash section and adjusting the slider from VERY HIGH settings to HIGH and MEDIUM and so on. It actually works, and it does not have a direct impact on the general performance for flash player but it may generate some conflicts if other extensions such as add-blocker or click-to-flash are enabled also.
    Maybe you can add a similar setting in Firefox in the browser option section or just as an useful addon or extension.

    Sorry for being late with my reply. I've just tested that addon that you mentioned in your post ( https://addons.mozilla.org/en-US/fire.../system-monitor/ ) , it looks like a system monitor and nothing more than that.
    As for the memory tip ( about:memory ) I agree that it can be extremely useful for users that have less than 1 gb memory installed on their system. I know very little about computers but I can tell your tip for optimizing memory usage in firefox has merits.
    Me, I have another problem with cpu overload in Firefox, Internet Explorer, Opera and most of the browsers with flash support enabled. Each and every time time I visit a page that features all sort of adds and gadgets based on flash technology, and each time I try to watch a video online my cpu goes all the way up to 100% and stays there until i finally decide to close the browser.
    I am running winxp and also linux on a Dell Optiplex GX260 machine with 2000 MHz cpu, 1024 Mib ram and 128 Mib video card, it is not the best computer in the world but still 2000 MHz should be enough for a limited and uneventful web experience.
    It is not as much an issue with the web browser, any browser, the whole problem is caused by funny people claiming to be deeply involved with web development, and promoting flash technology for ages instead of choosing other alternatives, more user friendly. All I am saying is that flash ruined the entire web experience making people to believe that they actually need dual-core cpu and coreduo and deepfreeze cpu and so on which is only partially true.
    I always get better results for cpu usage when watching online videos that use media player as default player and not flash player, and my cpu stays below 70% usage which is not much but still it is not 100% usage.
    Konqueror offered me a nice surprise, and I was able to limit cpu usage once I moved that slider from Very High setttings for flash player to Medium settings. I got something between 80-90% cpu usage as a result, and I was very pleased to finally see a working solution to my problem at least for linux if not for windows.
    The only other browser that I can use for windows only, which handles both flash player and cpu usage well is Kmeleon browser which is a long forgotten project but does offer nice features once you find some plugins that it needs to make it come to life again.

  • Where can I download Tuxedo 10gR3 for Linux ?

    As stated above I'm trying to download Tuxedo 10gR3 for Linux but can only find the latest supported versions. Any idea where I can get a copy ?
    Chris

    Hi  Chris,
    I believe for older versions of Tuxedo you need to contact Oracle via My Oracle Support (MOS) and request the kit.  You will need to let them know what word size you need, i.e., 32 bit or 64 bit.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Essbase 9.3.x for Linux

    HI All !
    I need installation files for Essbase 9.3.x for Linux.
    Essbase,EAS,APS
    <email address removed by moderator so that you won't get spammed for all Eternity>

    You now have to raise a media request SR, more details at https://blogs.oracle.com/proactivesupportEPM/entry/edelivery_delivery_cloud_housekeeping_removal
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Oracle 10g Release 2 (10.2) for Linux x86-64

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    Trust me I verified installtion guide and release notes atleast 20 times. I never had luck witht any thing. I was wondering how come edelivery.oracle.com packages (both Linux 64 bit Linux with upgrade to Unbreakable and Oracle 10g db version) is not workign for me. Finally below trick to the installed file could make my installation work(Ref link http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php) . In this I am setting DISABLE_HUGETLBFS to value 1. My only doubt is, does this have any impact on performance? Can some one relay on such tweeking for prod installtions? Ofcourse I am yet to go for commercial. At present I dont have ULN or metalink authorised access.
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Edited by: TechMahi.com on Nov 7, 2010 10:15 PM

  • Oracle 9i AS 1.0.2.2.2 for Linux - Installation Media?

    Hi all,
    I am trying to locate a copy of the Oracle 9i Application Server version 1.0.2.2.2 installation media for Linux. I appreciate that it’s an ancient version but we still use 6i forms and the version of the installation media I have is corrupt and I need to do a fresh install.
    I’ve tried the obvious places like Metalink / Oracle eDelivery etc to try and download a copy but it’s obviously too old to be available on there. Is there anywhere else I can source it - for example does anyone know if it is part of another Oracle suite e.g. 11i?
    Many Thanks

    Oracle's Software Delivery Cloud as well as OTN tend to provide versions for which error correction support is still offerend. As error correction support is not offered for the AS 1.0.2.2.2 version anymore, it is not available through these channels anymore.
    You can request a physical media shipment from Oracle, check My Oracle Support document [url https://support.us.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1071023.1]1071023.1, "How to Request Physical Shipment or FTP download of Software Media" for details.
    Thanks,
    EJ

Maybe you are looking for

  • Problem when using keyfield in sender file content conversion

    Hi all, I am using FCC at sender side. My recordset structure is as follow:: <MT_TW_TLOG>   <Transaction>    ---<SalesItem> 1...unbounded        <XF_SOURCESYS>        <XF_STORECODE>        <XF_TYPE>        <XF_VOIDFLAG>    ---</saleItem>    ---<Sales

  • Class or interface could not be loaded?

    I am very new to coding in general, ini fact this is my fisrt crack at it, and right now I'm just going off a tutorial, but for whatever reason i'm having an issue that the class/interface not being loaded. My code right now is: class ship extends Mo

  • Workflow Interface between Lightroom 2 and PSE7 - Resources?

    Hi, I'm a new member, and a new user of both PSE7 and Lightroom 2.3. I love the organising and raw processing capacity of LR, and need PSE7 for simple filters, layers etc. CS4 would be expensive overkill for my needs. I am looking for resources:- man

  • Toolbar Bookmarks = Broken in FF 4.0

    In FF4.0, my Toolbar bookmarks do not do anything when I click on them. And I can not open a new tab by clicking on the "+" for new tabs.

  • Bought music through iTunes on the iPhone, but music gone

    I purchased an album ($7.99) from my iTunes app on my iPhone 3G before the iPhone update OS4. I then pluged my phone into the computer and did the update to OS4. Now, all my music is gone, and no where to be found on my iTunes on my computer. To my s