RunInstaller ".oui: No such file" / "bad interpreter: Permission denied"

Hi,
The Oracle "runInstaller" script gives the following errors:
a) bad interpreter: Permission denied
b) .oui: No such file
Solution:
- insert the DVD
- umount /media/<tab>
- mount -o norock /dev/cdrom /media
Reason:
a) "gnome-mount" mounts iso9660 with "noexec" privileges.
b) Some DVD's require the mount "norock" option to prevent filename conversions.
The above is ok for the purpose of installing, but annoying if you don't know the solution. The thing with gnome-mount and HAL seems quit complex. I tried to change the gnome-mount defaults to include "exec" privileges, but without success.
yum install gconfig-editor
("gcon-editor" GUI - look under system/storage)
With DVD mounted to change settings for a particular volume , or without to change default for all:
gnome-mount --display-settings -d /dev/cdrom
gnome-mount --write-settings -d /dev/cdrom -m mnt
gnome-mount --erase-settings -d /dev/cdrom
Changing the default mount point inside /media worked, but it made no difference to set "exec" mount option (-o exec)
An entry in /etc/fstab overwrite these settings:
/dev/cdrom /media/mnt iso9660 norock,exec 0 0
which gives an error if the media is not present at shutdown or startup
How to change the defaults for gnome-mount to include "exec" for /dev/cdrom?
Kind regards.
Edited by: waldorfm on May 5, 2010 10:32 AM

Yes. Actually I thought I would post this because I was not able to "google" a solution. Apparently other people experienced the same problem and were not able to install from DVD.

Similar Messages

  • Bad interpreter: Permission denied whn installin ORACLE 11g on linux 32 bit

    Hello All,
    I have a VMWare that i installed into it Oracle enterprise Linux 5 32 bit, i am trying to install Oracle 11g R2 on it, i have the .iso oracle file, l linked the CD/DVD drive of the VMware to the location of this ISO file, and i applied all the steps mentioned in this link : http://www.oracle-base.com/articles/11g/OracleDB11gR2InstallationOnEnterpriseLinux5.php
    i did: cd media and i found the runInstaller file but wen trying to run it: ./runInstaller i am facing the below :
    [root@oel5 media]# cd V17489-01/
    [root@oel5 V17489-01]# ls
    doc install response rpm runInstaller sshsetup stage welcome.html
    [root@oel5 V17489-01]# ./runInstaller
    -bash: ./runInstaller: /bin/sh: bad interpreter: Permission denied
    your help is appreciated please.
    Regards,

    The problem is that gnome-mount will not give you execute rights on CD/DVD content. The solution is at the below link in the Tips section:
    Installing Oracle 11g R2 on Ubuntu 10 Howto
    Logout your current X-session and login as user Oracle
    Insert the Oracle Installation DVD
    Or from a remote terminal session:
    Insert the Oracle Installation DVD
    sudo umount /dev/sr0
    Create a new session as user Oracle
    ssh -Y oracle@server_address
    sudo mount /dev/sr0 /media
    /media/database/runInstaller
    If you see "runinstaller" instead of "runInstaller" you can try the following:
    sudo mount -o loop,norock /dev/cdrom /media
    more also here:
    runInstaller ".oui: No such file" / "bad interpreter: Permission denied"
    Edited by: Joe Shmoe on Nov 5, 2010 11:45 AM

  • Bash: /mnt/cdrom/runInstaller: /bin/sh: bad interpreter: Permission denied

    hi,
    i m new to oracle on linux
    Oracle 10gR2 on RedHat Enterprise Linux 5
    while running ./runInstaller
    this error displays
    bash: /media/database/runInstaller: /bin/sh: bad interpreter: Permission denied
    can any one help me, please answer here or [email protected]

    It's got nothing to do with who he's running the installer as (though he should indeed run it as the oracle user, of course).
    It's got everything to do with the fact that a lot of distros these days automount their CDs with the noexec switch set. Meaning that no-one apart from root is allowed to execute programs from the mounted media. Centos 5 does it, so RHEL5 would do it too. OpenSuse10.3 doesn't do it; Fedora 8 does; Debian 4 does.
    If your distro uses an old-fashioned fstab (Debian 4 does, for example), you could edit that and stick an explicit 'exec' switch in as one of the mount options (plain old "user", commonly specified, implies "noexec").
    But RHEL5 and Fedora 8, for example, use a new udev-magic way of dynamically mounting removable media, so there's nothing listed in /etc/fstab until after a cd or dvd has been automounted... and by that stage, it's too late to edit what the mount options should be!
    The fix for these sorts of distros is to become root and manually unmount any Oracle CDs or DVDs that have been automounted. You can then simply re-mount them by issuing a command such as
    mount -o loop /dev/cdrom /media...and, because this manual mount doesn't include explicit noexec switches, you'll find that if you now become the oracle user, you'll be allowed to execute the runInstaller program normally.

  • -bash: ./runInstaller: /bin/sh: bad interpreter: permission denied

    I have done all pre requisite configurations in Enterprise Linux R5 for the installation of Oracle Database 10g R2. When I run this ./runInstaller command from terminal window of Oracle user account. I got following error.
    -bash: ./runInstaller: /bin/sh: bad interpreter: permission denied
    Kindly send me the solution of this problem on urgent basis.
    Thanks.
    Shahzad

    ls -la runInstaller
    Check permission, that user can run.(execute)
    By the way, if you use "oracle" user rune it...
    Please Extract Oracle Source by oracle user.
    Or user root user and change permission source ...
    root$ cd SOURCE
    root $ ls -la runInstaller
    root$ chown -R oracle:oinstall .
    example:
    $ cd Disk1/
    $ ls -la runInstaller
    -rwxr-xr-x 1 oracle oinstall 1756 Mar 12 2008 runInstaller

  • /bin/sh: bad interpreter: Permission denied- Rapidwiz

    hi Gurus,
    I am trying to install apps 11.5.10.2 from an external hard drive onto oracle enterprise linux , installed on vmware workstation 6, and i got error--- /bin/sh: bad interpreter: Permission denied.When trying to run the rapidwiz.
    Can somebody pls help me with full discription of this problem and what the solution might be. Secondly please help with the steps required when installing 11i on oracle enterprise linux as i know nothing about linux configuration.Thanks Guys

    Not Sure if this issue is still open.
    Recently I faced the same issue while executing/running ./rapidwiz (from stage area ) from External usb disk with ext2 file system. Basically I was trying to install R12.0.4 on OEL 5 Platform,
    I was getting the same error PERMISSION DENIED /bin/sh bad interpreter. I started experimenting many different things to start with chmod,chown ...and also having a manual entry in /etc/fstab for the external drive but nothing worked out.
    After hour's(3-4)of googling around I could finally fix it OLAH ...
    Firstly if some one see's the similar issue (assuming the similar senario as well ...stage created on External usb HD)
    1) Check the out put of the "mount" command.
    If it is  /media/usbdisk (rw, noexec,nosuid) * -- this the culprit ** you would never be able to run/execute any program or executable within this disk.
    2) Fix it -- use below command.
    mount -0 remount rw /media/usbdisk .
    3) And upon re-running " mount" cmd, u'll see below output.
    **/media/usbdisk (rw) -- observe we don't c the noexec, nosuid from first run.
    --uh!! Phew !!
    And the installation start ...with no issue's ... I hope this will be usefull for other novie like me ..:-)

  • Bash: ./jdev: /bin/sh: bad interpreter: Permission denied

    Unzipped the jdevj2eebase1013.zip
    Set permissions as per install guide.
    Try to run jdev get this error
    bash: ./jdev: /bin/sh: bad interpreter: Permission denied
    Note the install guide says to run $ jdev
    from command line, surely this means
    $ ./jdev
    instead. Tried it verbatim but get
    hj54@devhost:~/downloads/oracle/10g/jdeveloper10.1.3pre/jdev/bin> jdev
    bash: jdev: command not found
    Distro is Novell Linux Desktop ( Suse 9.0 )

    ls -la runInstaller
    Check permission, that user can run.(execute)
    By the way, if you use "oracle" user rune it...
    Please Extract Oracle Source by oracle user.
    Or user root user and change permission source ...
    root$ cd SOURCE
    root $ ls -la runInstaller
    root$ chown -R oracle:oinstall .
    example:
    $ cd Disk1/
    $ ls -la runInstaller
    -rwxr-xr-x 1 oracle oinstall 1756 Mar 12 2008 runInstaller

  • Bad interpreter

    the problem i face is explained here but i dontknow how to build a soft link and wat shoild be the name of the soft link.so please explain me
    ====================
    user621122 wrote:
    :bad interpreter: no such file or directory1/rapidwiz/bin/runWizard.sh: /bin/sh
    Line 1 of the runWizard.sh looks like
    #!/bin/sh
    However, your system does not appear to have /bin/sh defined. That may be a permissions problem. It may also be a problem with hidden characters.
    For missing files or permissions, I find it a pretty common issue with /bin/ksh (many Linux systems have /bin/pdksh but not /bin/ksh), but it's pretty rare for /bin/sh to be missing. This may happen when a custom jail is built (eg: chroot) or when called from a special environment.
    As the user who is to run the runWIzard, ls -l the /bin/sh ... if it does not exist, ask the sysadmin (perhaps yourself) to create a link to the bash - should be pretty close to compliant.
    The second variant, hidden characters, occurs when the shell script is edited in Windows and then run in *nix. If that is the case, it may be corrected by running dos2unix on the runWizard.sh - see the man page for dos2uni                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    Please see these threads.
    Facing Error Installing Oracle Apps 11i. :bad interpreter: No such file
    Re: Facing Error Installing Oracle Apps 11i. :bad interpreter: No such file
    /bin/sh: bad interpreter: Permission denied- Rapidwiz
    /bin/sh: bad interpreter: Permission denied- Rapidwiz
    Regards,
    Hussein

  • Yaourt wont build any packages..../configure: /bin/sh: bad interpreter

    im tying to build a package with yaourt and it isnt working.
    [mark@markspc ~]$ yaourt -S indicator-applet
    ==> Resuming previous build
    ==> Downloading indicator-applet PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: lumpy211 on Fri, 13 Nov 2009 19:51:52 +0000
    Phrodo,
    It doesn't work for me either, it just crashes even with libindicator.
    Comment by: max.bra on Sun, 15 Nov 2009 10:48:19 +0000
    don't use now (0.2.0-1)
    it doesn't work and install file directly onto the system overwriting a gdm package file (no real package creation and no real remove/clean)
    trying to do better. hold on.
    Comment by: max.bra on Mon, 16 Nov 2009 21:08:35 +0000
    The situation is slightly better.
    now indicator-applet-session work as expected. tested with empathy and pidgin.
    indicator-applet (the icon with the letter envelope) even that seems to work (tested with /usr/libexec/im-client) but nothing on arch trigger compatible events. as usual applications are patched upstream. standard compiling of available sources, also lacks of initial menu applet found in Ubuntu to launch applications.
    no localization at the moment, only English.
    I added a dbus rule which may represent a security lack. I ask those who have more knowledge of dbus to give advice on.
    suggestions are appreciated
    Comment by: max.bra on Mon, 16 Nov 2009 21:43:13 +0000
    However I do not think it's worth to be used on arch.
    Dropping
    Comment by: piezoelectric on Tue, 17 Nov 2009 01:52:06 +0000
    It's a nice utility for multi-user environments. Especially those with inexperienced users.
    First Submitted: Tue, 20 Oct 2009 20:30:35 +0000
    indicator-applet 0.2.0-2 : A small applet to display information from various applications consistently in the panel. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> indicator-applet dependencies:
    - gconf (already installed)
    - gnome-panel (already installed)
    - indicator-messages (building from AUR)
    - indicator-session (building from AUR)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    indicator-applet.install
    ==> Edit indicator-applet.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of indicator-applet ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading indicator-messages PKGBUILD from AUR...
    tar: Record size = 15 blocks
    First Submitted: Mon, 16 Nov 2009 20:51:33 +0000
    indicator-messages 0.2.6-1 : A place on the user's desktop that collects messages that need a response. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> indicator-messages dependencies:
    - libindicate (building from AUR)
    - libdbusmenu (building from AUR)
    - libindicator (building from AUR)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    indicator-messages.install
    ==> Edit indicator-messages.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of indicator-messages ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Building missing dependencies from AUR:
    ==> Resuming previous build
    ==> Downloading libindicate PKGBUILD from AUR...
    tar: Record size = 6 blocks
    First Submitted: Mon, 16 Nov 2009 20:50:29 +0000
    libindicate 0.2.3-1 : A small library for applications to raise \"flags\" on DBus for other components of the desktop to pick up and visualize. (Canonical Ayatana Project)
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> libindicate dependencies:
    - glib2 (already installed)
    - gtk2 (already installed)
    - dbus-glib (already installed)
    - libxml2 (already installed)
    ==> Continue the building of libindicate ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for libindicate:
    ==> Building and installing package
    ==> libindicate dependencies:
    - glib2 (already installed)
    - gtk2 (already installed)
    - dbus-glib (already installed)
    - libxml2 (already installed)
    ==> Making package: libindicate 0.2.3-1 x86_64 (Mon Nov 30 21:22:18 GMT 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found libindicate-0.2.3.tar.gz in build dir
    ==> Validating source files with md5sums...
    libindicate-0.2.3.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting libindicate-0.2.3.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build libindicate package.
    ==> Install or build missing dependencies for indicator-messages:
    ==> Install or build missing dependencies for indicator-applet:
    [mark@markspc ~]$
    this is the most important bit
    ==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    any reason why this is happening?
    thanks markp1989

    markp1989 wrote:==> Starting build()...
    /tmp/yaourt-tmp-mark/aur-libindicate/libindicate/./PKGBUILD: ./configure: /bin/sh: bad interpreter: Permission denied
    What are your /tmp permissions?
    Also, is your /tmp on a separate partition?  If so, what is the fstab entry for it?
    Last edited by tdy (2009-11-30 22:47:23)

  • Cannot create file "/Applications/ " Permission denied.

    When installing new software Iget the following error message: "Cannot create file "/Applications/ ". Permission denied. I have used disk utilities to try to repair my permissions with no sucsess. I have also tried reinstaling the software. Any advise is appreciated.
    I am using Mac OS X Yosemite 10.10.2 and Safari 8.0.4

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • Permission denied while opening a file.

    Hi,
    I have a program, in which I am trying to open local system file.
    When I give the link as http://www.googlestepper.blogspot.com , it actually connects and opens the URL; whereas and when I give the link as file:///d:/test.txt, it does not open and says 'Permission denied' from a message box.
    More in detail:
    The flow is between JS, PHP and a text file (text file contains two columns; the first is like name and the second is like value where the value is a link: http or file... name-value pair). When user types the name in a text box and presses 'Enter' key, it locates the appropriate value (here link: http or file) from the text file and opens the link. Link opens for http only, but not for file:///, it says 'Permission denied'. I am using Apache.
    Please help me in solving the problem.
    Thanks and regards,
    Leslie Prabakar Ruphas V

    I'll call you Ralph,
    There is a strange a little rule in webservers that says "thou shalt not allow access to the file system!"... It's a security thing... It means that no matter what a hacker does within your server s/he shouldn't have permits to see anything outside of that webserver... so compromised doesn't mean pants-down-hello-world.
    You can't turn it off, and if you could then you really wouldn't want to, and if you figure out how to turn it off flick me your IP address and I'll empty your bank accounts for you. Point taken?
    So what do you do instead? Publish your html page in or under your tomcat's webapps folder, and access it's via it's url.

  • Scp works sftp permission denied - debug sftp-server process ?

    We have a number of servers where we can scp a file on to the server, but when we try and sftp onto the server and put a file we get permission denied. The sftp connection works and we can cd arround just not put a file.
    Its not a file/folder permissions problem.
    Any ideas?
    Is there any way under solaris 10 to put debug on the sftp-server process? you could under solaris 8 but according to the man pages under 10 the options have gone.

    Try turning on logging.
    I typically edit /etc/syslog.conf and add an entry
    local7.info;local7.debug /var/log/sshd
    ensuring the entries are tab delimited.
    Then
    touch /var/log/sshd
    Edit /etc/ssh/sshd_config and change
    SyslogFacility auth
    LogLevel info
    to
    SyslogFacility LOCAL7
    LogLevel debug
    Restart everything:
    svcadm restart system-log
    svcadm restart ssh

  • Permission Denied ! { SOLVED }

    Well I 've gone and done it again somehow and would appreciate some help ;
    [wesley@ratdog ~]$ nano /etc/pacman.d/mirrorlist
    [wesley@ratdog ~]$ cd /etc/pacman.d
    [wesley@ratdog pacman.d]$ cp mirrorlist mirrorlist.backup
    cp: cannot create regular file `mirrorlist.backup': Permission denied
    [wesley@ratdog pacman.d]$
    Wanted to run rankmirror and got the above instead   ( http://tinyurl.com/36gl8l )
             Yaourt , Powerpill and Pacman  all complaining .
            Here's Powerpills output for example , (this is to be expected but with a new error message ! ) ;
    [wesley@ratdog ~]$ powerpill -Syu
    :: Synchronizing package databases...
    error: failed retrieving file 'testing.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'testing.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'testing.db.tar.gz' from mirror.rit.edu : Not Found
    downloading testing.db.tar.gz...
    error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'core.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'core.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'core.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'core.db.tar.gz' from mirror.rit.edu : Not Found
    downloading core.db.tar.gz...
    error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'extra.db.tar.gz' from mirror.rit.edu : Not Found
    downloading extra.db.tar.gz...
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community-testing.db.tar.gz' from mirror.rit.edu : Not Found
    downloading community-testing.db.tar.gz...
    error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'community.db.tar.gz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'community.db.tar.gz' from mirror.rit.edu : Not Found
    downloading community.db.tar.gz...
    archlinuxfr is up to date
    archrepo is up to date
    archstuff is up to date
    arch-games is up to date
    error: no write permissions to any of the following cache directories:
    /var/cache/pacman/pkg
    I haven't been mucking around in there but something is amiss , where to start ? Permissions issue if fixed would go a long way to resolving this me thinks . But how did the cache directory permissions get changed
    I've not a clue .   
                Any and all help appreciated ,  I apologize for the long post and  Thank You .
    Last edited by wesley_of_course (2010-01-19 01:24:07)

    You are so right , ( not using sudo ) , expected a warning I guess .
         Anyways I deleted mirrorlist , repopulated it and ran reflector .
            http://dpaste.com/147220/
    [wesley@ratdog ~]$ yaourt -Syy
    :: Synchronizing package databases...
    testing 9.9K 178.2K/s 00:00:00 [#####################] 100%
    core 36.0K 210.0K/s 00:00:00 [#####################] 100%
    extra 440.9K 174.1K/s 00:00:03 [#####################] 100%
    community-testing 1.9K 41.2M/s 00:00:00 [#####################] 100%
    community 374.4K 381.3K/s 00:00:01 [#####################] 100%
    archlinuxfr 24.1K 56.4K/s 00:00:00 [#####################] 100%
    archrepo 25.4K 45.2K/s 00:00:01 [#####################] 100%
    arch-games 31.4K 128.1K/s 00:00:00 [#####################] 100%
    [wesley@ratdog ~]$ sudo pacman -Syy
    :: Synchronizing package databases...
    testing 9.9K 99.3K/s 00:00:00 [#####################] 100%
    core 36.0K 166.6K/s 00:00:00 [#####################] 100%
    extra 440.9K 392.3K/s 00:00:01 [#####################] 100%
    community-testing 1.9K 27.5M/s 00:00:00 [#####################] 100%
    community 374.4K 300.3K/s 00:00:01 [#####################] 100%
    archlinuxfr 24.1K 55.9K/s 00:00:00 [#####################] 100%
    archrepo 25.4K 45.5K/s 00:00:01 [#####################] 100%
    arch-games 31.4K 131.8K/s 00:00:00 [#####################] 100%
    [wesley@ratdog ~]$ sudo powerpill -Syy
    :: Synchronizing package databases...
    testing 9.9K 185.2K/s 00:00:00 [#####################] 100%
    core 36.0K 123.5K/s 00:00:00 [#####################] 100%
    extra 440.9K 366.6K/s 00:00:01 [#####################] 100%
    community-testing 1.9K 25.2M/s 00:00:00 [#####################] 100%
    community 374.4K 375.2K/s 00:00:01 [#####################] 100%
    archlinuxfr 24.1K 42.7K/s 00:00:01 [#####################] 100%
    archrepo 25.4K 45.0K/s 00:00:01 [#####################] 100%
    arch-games 31.4K 131.1K/s 00:00:00 [#####################] 100%
    Thanks for the quick reply . I apologize for not  investigating further before posting . I was freak'n !
          Thanks  dcc24  and  reed9 !
    Last edited by wesley_of_course (2010-01-19 01:32:52)

  • Facing Error Installing Oracle Apps 11i. :bad interpreter: No such file

    Dear all
    i am facing the following error during installing oracle 11i . when i run "./rapidwiz" command
    face the following error
    :bad interpreter: no such file or directory1/rapidwiz/bin/runWizard.sh: /bin/sh
    I am on Oracle Linux 5.3
    Please help..
    Thanks
    Regards
    Gaurav Gupta

    Hi,
    Please see (Note: 243485.1 - bash: ./ : bad interpreter: No such file or directory).
    Regards,
    Hussein

  • Error: bad interpreter: No such file or directory

    Solved....if you ever executing any file from the $iAS/bin directory and get the "bad interpreter: No such file or directory" then all you do is edit that file in vi or whatever, the look at the first line where it said #!/bin/ksh (in by case, it uses Korn shell I guess to interpret the script, in fact I don't have ksh install) and check to see if you have that particular file in /bin directory. If not, all you do is just make a sym link to /bin/sh under the name of /bin/ksh (assuming you have bash shell installed). The problem will be solved then.
    Hope this help some of you out as it does for me as a newbie in Oracle products. :)

    Hi,
    Rather, you can refer the below note and use the attached SQL script to create OPS$ user. It is for windows but works for unix also.
    50088 - Creating OPS$ users on Windows NT-Oracle
    use the attachement ORADBUSER.SQL.
    OR refer the below post. I have replied  to the similar query (Oracle Procedure usign SQLPLUS)..
    [Re: Backup recovery test|Re: Backup recovery test]
    Regards,
    Rajesh Narrkhede

  • Problem right after running runInstaller - No such file or directory

    Right after I run "runInstaller" while trying to install 9.2 on a Linux machine, I get the following error:
    ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2004-08-11_12-49-38PM/jre/bin/java. Please wait...
    /tmp/OraInstall2004-08-11_12-49-38PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    Can someone please help me with this?
    Thanks,
    Michael

    Could you check the note 252217.1 on metalink?

Maybe you are looking for

  • Unable to use ProcessBuilder on Vista, Works on Linux, XP, etc

    Hello, I support an application on many different platforms, and I am running into a problem with Vista. The code works on every combination I have tested (Mac, Linux, various flavors of Windows) except MS Vista and IE7. It even works on both WinXP a

  • ORA-00333: redo log read error block 65538 count 8192

    Hi, I wanted to alter user hr's password, but I couldn't open the database first. What should I do? Here is my demo: Thank you for your response. C:\>sqlplus /nolog SQL*Plus: Release 9.2.0.1.0 - Production on Sun May 16 12:12:43 2004 Copyright (c) 19

  • How many pages can Pages do practically?

    I'm interested in converting a family tree book from Pagemaker to Pages. It's not a "book" but is about 80 pages long right now. If I do a TOC and/or index, they won't be very complicated. It will have LOTs of pictures, and different headers throuout

  • Photo transfer with i0s5

    I upgraded to i0s5 and some of my photo albums didn't transfer to my iPad.  They show up as a folder but there are no contents.  Thanks

  • Circle with slash symbol on reboot

    My macbook was very slow so I went to scan for spyware etc. Installed Clean sweep. Asked to reboot, upon which time I got a circle with a slash symbol after the apple icon was lit for short time. I am on the road so no start up disc with me. Is there