Ubuntu :: Error - 'oracle' Is Not A Valid Choice For $db_driver In Localconfig

Apr 22, 2010

I have following setup on a ubuntu machine.

- Fetchmail collects emails and notifies procmail

- Procmail forwards this mail to a perl script which extracts the attachments

- then this script executes the bugzilla importxml.pl with the attachments.

This works like a charm on the ubuntu machine. Unfortunately I now have been forced to rebuild this setup on a oracle linux. Well, I can run the imports from terminal as root user. The import works well.But if fetchmail trigges procmail and the the perl scripts become executet I get following error:

Code:

'oracle' is not a valid choice for $db_driver in localconfig: Can't load 'lib/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
at Bugzilla/DB/Oracle.pm line 41

[code]...

The path "lib/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so" is right if you go from the importxml.pl but if perl realy looks on this as absolute path to oracle.so then its clear that the file is not there... Again. The script works if I call it manually. So whats the difference between manual call and call through the process described at the beginning? Something seems to be different in the perl environment. The .procmailrc lies in /root and fetchmail is startet manually by the root user in the terminal (for testing). So I thing at the end its in both ways the same user who calls importxml.pl...

View 9 Replies


ADVERTISEMENT

General :: User For Oracle,tried To Install Oracle 10g On Redhat 5 But Gettinh The Same Error Message?

Nov 27, 2010

I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??

View 2 Replies View Related

Ubuntu :: Error - Work VPN - Failed Because There Were No Valid VPN Secrets

Oct 13, 2010

From my laptop I use at work, I exported the ".pcf" file I use with Cisco VPN Client.

I downloaded vpnc using Ubuntu 10.10, imported that pcf file (all of the settings were there). Tried to connect, and it gives me the error saying

The VPN Connection 'Work VPN' failed because there were no valid VPN secrets..

View 4 Replies View Related

Programming :: Die 'error' If (xxx) - Valid Perl?

Mar 2, 2010

I saw a wierd code in perl code recently it went kind of like this: die 'error' if (xxx); Now is that valid perl?

View 5 Replies View Related

CentOS 5 :: Error Yum Update "Error: Cannot Find A Valid Baseurl For Repo: Rpmforge"

Jul 30, 2009

after changing in the server the network configuration of DHCP to have an IP set, every time I run yum update I get the following error:

Error: Cannot find a valid baseurl for repo: rpmforge

And I noticed that every time you reboot the server the file resolv.conf is erased

View 13 Replies View Related

Ubuntu Networking :: NM Connects - No Icon / Choice Of Wireless - Error Could Not Connect To Wpa_supplicant

Sep 15, 2010

First- clean installation of Ubuntu 10.04, with default network manager installed, I had a taskbar icon, and it could see the available wireless networks, could not connect to them, even the ones with no security. Purged all network manager files suggested in various threads here, Installed wicd- it could see all available networks, could connect to unsecured networks, but not to my own secured network. Password was correct in the wicd/configurations file. Removed wicd, and reinstalled network manager from synaptic. I have to network manager applet. When I try to add it to the notification area with alt-f2, applet-nm, I get a brief flash of something in the notification area, but no applet.

System=>Preferences=>network connections shows no wireless connections, but I'm obviously connected to something (probably my neighbors unsecured network) since I"m reaching this webpage. I tried to run sudo wpa_cli from the terminal to see what network the computer is connected to, and it gives me this error:

Quote:
Could not connect to wpa_supplicant - re-trying
wpa supplicant is installed according to synaptic
Various troubleshooting output:

[code]...

View 2 Replies View Related

General :: MPC Make Error Libgmp.la Is Not A Valid Libtool

May 26, 2011

I am trying to make mpc .

I first configured using following

Code:

then i make using

Code:

View 2 Replies View Related

CentOS 5 Networking :: Error: No Valid Servers Configured

Jun 3, 2010

My problem is configure and start FTP server on own computer. I edited configure files, and i try to run ProFTP. Then i see that communication: Launch proftpd: - warning: unable to determine IP address of 'dhcppc1'

- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'[FAILED]

View 3 Replies View Related

Ubuntu :: Installing Oracle - /etc/init.d/oracle-xe Configure Command Missing?

Jul 24, 2011

I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.

1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb

2) Then I ran

sudo apt-get install bc (ran fine)
sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb

(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.

I ran the following command-

--Manually uninstalling Oracle 10g--
sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client

Then I again ran the following command to install oracle-xe

sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb

See below what I got as the output-

rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)

[code]....

Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.

View 1 Replies View Related

Server :: Error - Cannot Find A Valid Baseurl For Repo - Addons ?

Jan 3, 2010

I recently did my first installation of centos on a vm. I tried playing around for a while but when I tried doing an update it says Determining fastest mirrors for a while then gave me Could not retrieve mirrorlist [url]

Error was
[1] 13506
[2] 13507

Cannot find a valid baseurl for repo:addons

View 12 Replies View Related

Server :: Error: Cannot Find A Valid Baseurl For Repo: Base

Apr 18, 2011

When trying to run 'yum update' or 'yum install' i get the following message:

Quote:

# yum update
Loaded plugins: fastestmirror, kmod
Loading mirror speeds from cached hostfile
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.

[code]....

View 3 Replies View Related

CentOS 5 Hardware :: An Error Occurred - No Valid Devices Were Found

Jul 12, 2010

when i want to install centos 5.5 i take this error:

An error occurred - no valid devices werefound on which to crate new file systems.

my hardware specification is:

motherboard: gigabyte p55a-ud3
ram: ddr3 crucial 4gb
cpu: corei5 750
hdd: 2X1TB wd black edition raid1

View 8 Replies View Related

CentOS 5 :: Error: Cannot Find A Valid Baseurl For Repo: Rpmforge

Nov 18, 2010

i am trying to install the GD2 extension for PHP but i am not sure how to do this. i have try the

yum install php-gd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://apt.sw.be/dries/fedora/fc4/mirrors-rpmforge error was
[Errno 14] HTTP Error 404: Not Found
Error: Cannot find a valid baseurl for repo: rpmforge

View 1 Replies View Related

Fedora Servers :: Error: Cannot Find A Valid Baseurl For Repo: Base

May 1, 2011

I have a VPS with Fedora 13 32 bits.

[root@mbr ~]# cat /etc/fedora-release
Fedora release 13 (Goddard)
[root@mbr ~]# yum install cyrus-sasl-md5

Loaded plugins: fastestmirror Repository updates is listed more than once in the configuration Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. 13 is not a valid release or hasnt been released yet/ removing mirrorlist with no valid mirrors: /var/cache/yum/i386/13/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base

I tried

# yum clean all
# yum list

View 2 Replies View Related

OpenSUSE Network :: Error From Yast2 HTTP Server - Hostname Not Valid

Nov 6, 2010

I've been running a SuseStudio-built VM for a few weeks with no issues. I built a new one recently, and now I can't configure a new vhost in Apache using the http-server module. It gives me this error. Screen shot 2010-11-06 at 11.42.24 AM.png. Why YaST suddenly decided that my hostnames aren't valid?

View 1 Replies View Related

Software :: Error: Cannot Find A Valid Baseurl For Repo: Extras"

May 7, 2010

i was installing YUM GROUPINSTALL 'DEVELOPMENT TOOLS' but in start i got an error saying "Error: Cannot find a valid baseurl for repo: extras". how can i solve this issue?

View 3 Replies View Related

Fedora :: Error: Cannot Find A Valid Baseurl For Repo: Rpmfusion-free-updates

Dec 31, 2009

I keep getting the following error when trying to install anything:

Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorl...d-11&arch=i386 error was
[Errno 14] HTTP Error 404: Not Found
Error: Cannot find a valid baseurl for repo: rpmfusion-free-updates

So this tells me the servers are down however if i put the link in FF I don't get 404.I am installing on a new box and I can't get the stuff I need.

View 13 Replies View Related

Ubuntu Installation :: Aptdaemon Error While Installing Oracle 10g

Mar 24, 2011

An unhandlable error occured There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.

I recently tried to install Oracle xpress edition 10g by downloading the ".deb" file of around 200 mb. When the installation was about to complete, the "Ubuntu Software Center" gave an error like shown in the picture.

View 1 Replies View Related

Fedora :: Oracle-xe Error After Upgrade To F12?

Dec 16, 2009

I upgraded to fedora 12 today from fedora 11. I had oracle-xe 10g running on my system perfectly fine when I was running fedora 11. now , after the upgrade, i cannot login to sql.it gives the following error

Code:
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Dec 16 12:45:25 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
I have checked listener.ora and tnsnames.ora. they both are unchanged.

[Code]...

View 14 Replies View Related

Fedora :: Update Oracle VM VirtualBox Error

Oct 11, 2010

I was notified by the updater that VirtualBox-3.2-3.2.10_66523_fedora12-1 (x86_64) was available to install. So I clicked [Install Update] and got the following Transaction error:The GPG keys listed for the "Fedora 12 - x86_64 - VirtualBox" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository.

View 2 Replies View Related

Red Hat / Fedora :: Getting Error In Installing Oracle 10g On Linux

Sep 6, 2010

Currently I am installing oracle 10g release 2 with Red hat Linux 4.I am getting the following error.

Exception Name: MakefileException

Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/oracle_10.2/network/lib/ins_net_client.mk'. In forum I saw this kind of post and I did all the steps, then also getting the error.

View 1 Replies View Related

General :: Getting Error In Installing Oracle 10g On System / Fix It?

Sep 5, 2010

I am new to Linux.

Currently I am installing oracle 10g release 2 with Red hat Linux 4.

I am getting the following error.

Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/oracle_10.2/network/lib/ins_net_client.mk'.

In forum I saw this kind of post and I did all the steps, then also getting the error.

View 3 Replies View Related

Software :: Error While Installing Oracle 10g R2 On Rhel4

Feb 18, 2010

i am facing problem in installing oracle 10g R2 on rhel4 x86. following error is throwing while installation:-java.io.FileNotFoundException: /tmp/OraInstall2010-02-19_10-21-06AM/oui/instImages/images.properties (No such file or directory)

[code]....

View 2 Replies View Related

Programming :: Error Connecting To Oracle Database From PHP

Oct 12, 2010

I've just installed the Oracle Instant client using this: https://help.ubuntu.com/community/PHPOracle

The phpinfo() show me that oci8 is enable, but when I try to query that database I've got the following message:

PHP Code:

Code:

How to troubleshoot.

View 2 Replies View Related

CentOS 5 :: (oracle 5) Error With Emerald At Startup

Mar 13, 2011

I would like to use emerald on oracle linux 5. I prefer this forum so I migrated to here! In fact, I already managed to import some themes in emerald, and to apply them, but after a reboot there was an error message (I don't remember it but I can retry to boot if you want), and my new emerald theme was not loaded, instead I had the default one, and when I launched emerald I wasn't able to import a new theme, there was no theme in the emerald window. so I tried to import one with the file manager by clicking on the "import" button, but in my home folder (/home/olivier) I had ... nothing : no file, no directory, yet there are still on the disk, I verified.

this seems an error of rights, but I don't know what to do. I must also specify that I have not already put "fusion-icon" in the list of the applications to launch at the startup, so I have to launch it after the boot (and it's what I did after the boot I spoke about above. I don't remember if I launched fusion-icon as "root" or "olivier"...

View 2 Replies View Related

Server :: Oracle Error Gets Changed During Data Recovery?

Jul 31, 2010

We have a Wipro Net Power 8552 server on RAID 5 with Linux Advanced Server. The Databse is Oracle . Every time the reocovery is made the block corruption error gets changed. There are four hardisk in the Raid with 18 GB capacity of Quantum make. I want to make sure if any Utility is there in Linux to check the Harddisk if any Block corruption is there or Not.

View 1 Replies View Related

General :: Getting Error While Getting Status Of Active And Inactive Sessions From ORACLE DB?

Sep 26, 2010

I have a written a test script which retrieves the status of active and inactive sessions from oracle DB, but i am receiving error while executing.My script is

Code:
filepath="/home/ocsg/scripts/db_session_report/current_session_report.txt"
INACTIVE_SESSIONS=`/home/ocsg/client10g/bin/sqlplus -s abc/abc@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=

[code]....

View 2 Replies View Related

Ubuntu :: There Was An Error Installing The Selected File, Index.theme Doesn't Appear To Be A Valid Theme

Mar 31, 2011

I backed up .themes from /home, but on trying to install them (files don't show as theme packages) it says "There was an error installing the selected file, index.theme doesn't appear to be a valid theme". Did I backup the right thing?

View 1 Replies View Related

Ubuntu :: Error - Set A Valid User Name Consisting Of A Lower Case Letter Followed By Lower Case Letters And Numbers

Mar 12, 2010

I tried to add my wife , and when I put in a password for her, this error comes up."Please set a valid user name consisting of a lower case letter followed by lower case letters and numbers." I did all that and I still can't set a password for her.

View 3 Replies View Related

Fedora Networking :: Ftp Connecting - Error "The Requested Name Is Valid, But No Data Of The Requested Type Was Found"

Sep 30, 2009

i used my windows box to connect to ftp(fed box) and i keep getting an error saying "The requested name is valid, but no data of the requested type was found." does anyone know why i cant connect?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved