General :: ERROR: Ld.so: LD_PRELOAD Cannot Be Preloaded?

May 12, 2011

I am getting this error while compiling in linix

Code:
ERROR: ld.so: object '/../../../../tools/compilers/linux/jdk/libreadlink_interpose.so' from LD_PRELOAD cannot be preloaded: ignored.

[code]....

View 2 Replies


ADVERTISEMENT

Fedora :: Error: Ld.so: Object 'libjvm.so' From LD_PRELOAD Cannot Be Preloaded: Ignored

Jun 26, 2010

I cannot run Opera. I am running a fresh install of Fedora 13 (everything updated). When I try to run Opera, it fails with this error message:

Code:

[ore@spectrum ~]$ opera
ERROR: ld.so: object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored.
/usr/lib/opera/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
[ore@spectrum ~]$

View 6 Replies View Related

General :: Ubuntu And XP Install On Sony Vaio Laptop (Vista Preloaded)

Jun 21, 2010

I have sony vaio laptop which is vista preloaded. But I don't want windows vista and want to install ubuntu and windows xp on complete hard disk. Can I remove window vista completely? Will be any problem in future if I remove vista completely? And at last, is my laptop hardware vista completable and may give problem? I urgently want ubuntu and don't want virtual os as ubuntu...

View 2 Replies View Related

Programming :: LD_PRELOAD Not Working?

Jul 28, 2010

I'm trying to create my own version of the printf function. I'm using the following code:

Code:
#ifndef _GNU_SOURCE
#define _GNU_SOURCE

[code]....

View 3 Replies View Related

OpenSUSE Install :: 11.2 On HP Pavilion Preloaded With Windows7?

Apr 23, 2010

Recently I tried to install openSUSE 11.2 on my HP Pavilion dv6-2125tx notebook PC which comes preloaded with Windows7. I used a DVD to install the openSUSE. Before installation, I created partitions on my hard drive for root, /home and swap by shrinking the C volume. This is the only way to create partitions on my laptop. I used NTFS filesystem during format of these partitions. During installation, the first error message that appeared was YaST error saying that it could not format the partitions though it was allowing me to set mount points and filesystems for the partitions I had created. The next problem was swap. I was not able to see the mount point and F (for format) for the swap partition. However when I continued by ignoring the warning for swap there was a partition for swap and it was the same partition I wanted to have for swap. So, I clicked the Install button. The next problem was grub error 17: cannot mount the partition. And then when I continued ignoring this too, the computer did not get any of the OSes saying that BOOTMGR (BOOT MANAGER) is missing. I had no options left but to recover it using recovery disks of my laptop.I searched a bit on the internet and found that grub error 17 happens if the corresponding partition exists but the filesystem is not recognized by the GRUB.

I concluded that it was happening bacause YaST was unable to format any of partitions with the filesystem selected. So in my next attempt, I formatted the partitions in FAT32 filesystem in Windows which I think GRUB can recognize. I did that because even if YAST would be unable to format the partition the filesystem could be recognized by GRUB.And I think that happened but I got a new error this time.The grub error 22.Now I don't know what to do. One thing that I am expecting is that my hard drive cannot be partitioned in the correct way for linux. I can only shrink the volume and create logical partitions only from one dynamic partition c. And that may be the reason YaST could not format the partitions in the correct filesystem and inturn the grub error is happening.

View 9 Replies View Related

Red Hat / Fedora :: Can Make Recovery Disc For Preloaded OS

Aug 13, 2010

I have installed RHEL5 in My Pc. Is it possible to create Recovery Disc's for my Loaded OS? If Yes, are there any tools to create Recovery Discs or any other methods?

View 5 Replies View Related

Software :: Install PCLOS On Laptop Preloaded With Xp?

Jun 10, 2010

have a fujitsu 2030 laptop. Works well, but dont like XP, have tried several of the Linux OS, and found that PCLOS was what I wanted, trouble is that it keeps freezing, have downloaded two CDs just incase one was a problem.

It appears to be loading, select install icon, last time took 10 minutes before realised system had frozen. Rebooted, then get as far as the box saying now going to install, did not. Rebooted, then worked ok, until I tried to change the time zone.

Would it be better if I kept XP (removed it before, as first time I put in PCLOS it over wrote XP),and use part of hard drive for PCLOS. Sorry if long winded,but would dearly love to have Linux, will then dispose of XP when confident not going to have same problems.

View 1 Replies View Related

General :: Rsync Error: IO Error Encountered - Skipping File Deletion?

Aug 21, 2009

I am trying to use rsync to keep 2 machines in sync. I get the following error sometimes. If I rerun the rsync it usually works.

IO error encountered - skipping file deletion

View 1 Replies View Related

General :: Cups Error With LaserJet 1012 / "client-error?

Jan 29, 2010

I've been switching out computers to the Ubuntu distro and so far it's been very successful until this recent snag! As I am trying to have a printer plugged in through USB on one computer and shared on the other! I have the USB on the second computer and it found the printer just fine, no problems and nothing else I had to install! I then went to the first computer and tried to add the printer through the CUPS website using all the proper addresses and queue names and I receive CUPS "client-error-not-possible". I have read other threads on this very same problem but to be honest they just make no sense whatsoever to me! I was thinking of just giving up and using a print server but I know that I will run into the same snag as even then I still need CUPS.

View 9 Replies View Related

General :: Error While Trying To Install Ettercap Configure Error Libnet On Red Hat Enterprise

Jan 4, 2011

I am quite new to Linux. Just some basic information, I am using windows xp but have installed vmwork station and am running Red Hat enterprise linux 4.

When i run ./configure it gives me this error. "configure: error: libnet >=1.1.2.1 not found "

View 8 Replies View Related

General :: Grsync Failure / Rsync Error: Unexplained Error (code 255)?

Sep 19, 2010

I'm trying to sync a folder between my Windows install and my PCLinux install. Same machine, Windows 7 on the C drive and Linux on an external USB hard drive.

Using the Grsync GUI, I searched for the source and destination folders, and then executed the command. Here is the output:

** Launching RSYNC command (simulation mode): pkexec rsync -r -n -t -v --progress -s /media/Win7/Documents and Settings/Paul/Application Data/The Word file:///root/.wine/drive_c/Program Files/The Word/myData

ssh: connect to host file port 22: No route to host

rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(601) [sender=3.0.7]
Rsync process exit status: 255

It seems to be doing an FTP operation, whereas all I need is a file transfer. Can anyone point out my error here?

View 5 Replies View Related

General :: Error Occurred While Installing GRUB - Error 15: File Not Found

Aug 11, 2010

I am having a problem installing SLES11 on a new server. It goes fine through the setup until it gets to GRUB, it gets me the following error message: Error occurred while installing GRUB

[code]...

I cant continue the installation without this

View 5 Replies View Related

General :: [B][RED]Critical - Error Yum Install Nagios-plugins.x86_64 Yum Error Unsatisfied Dependency

Oct 7, 2010

i need to install nagios-plugins 64 bit, when i tried to install via yum i got this error yum install nagios-plugins.x86_64 yum error Unsatisfied dependency i hv installed openssl 32 bit but it needs openssl 64 bit, even php and perl. i tried to to install via yum yum install openssl.x84_64 but its not getting installed i tried to uninstall openssl but its shows so many packages to remove

View 4 Replies View Related

General :: Error - Gzip :stdin:input /output Error /bin /gstar :unexpected EOF In Archive

Mar 28, 2011

when iam opening my dec_backup folder the folling error is appering :

the error is gzip :stdin:input /output error
/bin /gstar :unexpected EOF in archive
/bin /gstar: error is not recoverable :exesting now

View 1 Replies View Related

General :: Broken Dual Boot - Xp / Ub - Error: Error File Not Found - Grub Rescue

May 21, 2011

Ubuntu 9.10 was set up to handle the booting selection - previously I thought it was xp but Ubuntu 9.10 "did" it. The system started out as a xp / ubuntu 9.10 dual boot on a 400gb drive. xp has 210gb, ub has 80 and their is a 100gb shared storage. Xp was installed first and then I followed a guide over at linuxconfig.org to get ub installed so that I could select which OS was wanted at boot. Ubuntu manages the boot up menu (Went back to look at my notes from the original setup) The owner tried to update to ub 11.04 and afterall was said and done the machine now boots to the message

error file not found grub rescue I can't say if 11.04 was properly installed or not. Ask whatever you like and I'll give the best answer I can. I think the xp install is okay but I can't say for certain as I don't know how to boot it outside the bootmanager at startup. Data has been saved so if I have to blow it all away and start over I can but I'm hoping I won't have to.

View 29 Replies View Related

General :: Can't Seem Get Phpbb Going - Keeps Coming Up With Error - CGI Script - With Throws Me A Error 500

Sep 14, 2010

I installed XAMPP from http://portableapps.com/apps/development/xampp

I'm running XAMPP off my USB thumb drive ( ARAM 8gig )

I have worked out how to get most of sites up and running as in Wordpress + db's

I can't seem to get phpbb going, keeps coming up with an error ( CGI script )with throws me a Error 500

Is there some thing else I need to turn on ?

View 1 Replies View Related

General :: Bash Error - Syntax Error Near Unexpected Token `{

Mar 4, 2010

I am new to shell scripting, bash specifically.

I am trying to run the following script:

Code:

When trying to execute I always get this error:

Code:

In case you need to know the permissions. Here is it:

Code:

I run the script using the following command:

Code:

View 1 Replies View Related

General :: Error : There Was An Error Setting Up Inter-process Communications For KDE

Mar 5, 2010

I've been using Kate for a while without any problems.

However, today I tried to install Kedit.

Then I got this message:

"There was an error setting up inter-process communications for KDE. The message returned by the system was:

Could not read network connection list. /home/mikeb/.DCOPserver_XXX__0

Please check that the "dcopserver" program is running!"

Then I uninstalled Kedit, hoping that the damage would be undone.

However, Kate still shows the same message upon startup.

So I reinstalled Kate, and got the same thing.

What did the Kedit installation mess up, and how I can I fix it so I can use Kate again?

View 9 Replies View Related

General :: How To Fix Emacs Client Error : Arithmetic Error

May 10, 2010

GNU Emacs 23.1.1 I've noticed that if I run Emacs and M-x server-start, I can use the emacsclient program as usual, but if if I start Emacs using emacs --daemon and then try to use emacsclient the new frame locks up and the shell outputs *ERROR*: Arithmetic error. This issue doesn't happen if I use the -t flag to force terminal mode when running emacsclient.

View 2 Replies View Related

General :: Cups Server Error Client-error-not-possible

Jun 14, 2010

I am trying to setup an HPC4400 printer attached to a Windows XP box on a Fedora-11 box with the latest updates and am getting the error " Cups server error Client-error-not-possible ". Using the Cups GUI on the fedora-11 box I can find the printer, I get verify that the shared printer exists but still get the message when I try to install it.

View 2 Replies View Related

General :: Cups Server Error 'client-error-not-possible'

May 13, 2010

I hooked up an Hp deskjet portable to ubuntu and keep getting the above error when I finish installing the printer! How do I get by this? 10.04 LTS It's hooked up to LPT-1 port!

View 1 Replies View Related

General :: Error CHECK_NRPE: Error - Could Not Complete SSL Handshake

Oct 19, 2010

i have installed nagios in centos 64 bit. but i get this error CHECK_NRPE: Error - Could not complete SSL handshake. i have totally 10 hostgroup definitions. but i'm getting error for only 3 hostgroup definitions other 7 are working fine.

View 1 Replies View Related

General :: Error:syntax Error GRUB Or Similar

Feb 5, 2011

My brother has Tri boot Ubuntu ,7 and Vista ..GRUB2 is the bootloader..The problem : At boot after the Lenovo splash disappears , there appears some 4 to 5 lines of error , error:syntax error GRUB or similar..This is visible only for a fraction of a second before the GRUB2 menu pops up...

The OS es load properly on selection in the menu so no loss of functionality One another problem is there is no OS highlighted by default and the timeout message "Automatic Boot in 10 Secs" does not appear Reinstalling GRUB does not solve the issue

View 1 Replies View Related

General :: Cups Error 'client-error-not-possible'

Jul 8, 2011

I am running Fedora 15 and want to add a network printer (Brother HL 2040) on a Win pc reunning XP pro. Fedora finds the network printer, shows that is shares, but when I try to finish I get the above message. I have emptied the spool file of the test page I tried earlier and nothing but the tmp file remains. Anyone have any suggestions?

View 1 Replies View Related

Ubuntu :: General Error Mounting Filesystems - Error "No Such File Or Directory Fsck From Util-linux-ng 2.16"

Apr 1, 2010

My ubuntu stops when mounting system hdd. The screen display the following messages :

mountall:/etc/fstab: No such file or directory fsck from util-linux-ng 2.16 WARNING: couldn't open /etc/fstab: No such file or directory init: mountall main process (545) terminated with status 1 General error mounting filesystems. A maintenance shell will now be started. CONTROL-D will terminate this shell and re-try. udevd[560]: can not read '/etc/udev/rules.d/z80_user.rules. Ubuntu: clean, 474879/24231936 files/28016581/96898047 blocks root@i7:~# exit_

I suspect the disk manager pysdm that i had just installed today and it had crash during the previous session. The /etc/fstab file does not exist anymore and i cant rename the fstab.bak because the disk is read-only even for my root user

View 1 Replies View Related

General :: Unable To Boot Windows / Grub Error Saying GRub Loading Stage2 Read Error

Jul 8, 2011

I am new to Linux. I have installed RHEL 5.4 on my PC with preloaded Windows XP.

Windows was set as the first boot kernel. So if i do not choose which OS to be loaded it will load Windows by Default.

Today I got an error saying GRub Loading Stage2 read error.

View 9 Replies View Related

General :: NFS - RPC Error - Authentication Error

Jun 16, 2010

I have two machines (Fedora 13 as server, Scientific Linux RHEL 5.1 as the client), one acting as the NFS server and one acting as the client.

My config for the NFS server is as follows: -

Code:

Code:

Code:

Code:

I have opened the following ports:-

Code:

I start the following services on the NFS server: -

Code:

And on the client, I try and connect to the NFS server with: -

Code:

...and get the following error.

Code:

What am I doing wrong? Not used NFS before.

View 1 Replies View Related

General :: Error While Starting Apache2 / Syntax Error On Line 113 Of /etc/apache2/httpd.conf?

Nov 19, 2010

I have suse10 64bit and I was setting up SVN server on it. After all required setup while reloading apache2,its giving the error:

Code:

httpd2-prefork: Syntax error on line 113 of /etc/apache2/httpd.conf: Syntax error on line 31 of /etc/apache2/sysconfig.d/loadmodule.conf: Cannot load /usr/lib64/apache2/mod_dav_svn.so into server: /usr/lib64/libsvn_subr-1.so.0: undefined symbol: apr_memcache_add_server

View 6 Replies View Related

Ubuntu :: GStreamer Error: Gstreamer Encountered A General Stream Error (not All Flacs)

Mar 29, 2011

I was trying to convert a flac audio to mp3 using soundconverter & its failing with the error:

Quote:

GStreamer error: Gstreamer encountered a general stream error.

I should note that the flac is a rip of an actual Mono Vinyl disc. Am not exactly sure how that was done but I was interested in converting some those files to ogg & mp3. OGG conversion doesn't give any error.

Below is the result when launching soundconverter from the terminal & trying to convert the flac file(s) to mp3 (i just tried ogg to mp3 & the same error occurs):

Code:
$ soundconverter
SoundConverter 1.4.4
using Gstreamer version: 0.10.28, Python binding version: 0.10.18
using gio

[Code].....

View 6 Replies View Related

General :: Use Apt An Error Occurs: Dpkg: Parse Error In File '/var/lib/dpkg/status'

Aug 8, 2010

when i try to use apt an error occurs: dpkg: parse error, in file '/var/lib/dpkg/status' near line 27317 package 'virtualbox-3.0': error in Version string `3.0.4-50677_Debian_lenny': invalid character in revision number E: Sub-process /usr/bin/dpkg returned an error code (2)

i tried to :

1- replace the file status with status-old
2- replace it with all the backups located in /var/backups/

and the same error occurs

View 4 Replies View Related







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