Ubuntu :: MATLAB 7.3 Overflow In R_X86_64_PC32 Relocation - Unable To Run The Editor ,debug Scripts And Functions?
Mar 18, 2010
I have installed ubuntu 9.10 64-bit and MATLAB 7.3 _x86-64.When I run matlab launching script I get this error message and the program freezes:
/usr/local/matlab7.3/bin/glnxa64/MATLAB: Symbol `__kmp_test_then_add_real32' causes overflow in R_X86_64_PC32 relocation
/usr/local/matlab7.3/bin/glnxa64/MATLAB: Symbol `__kmp_test_then_add_real64' causes overflow in R_X86_64_PC32 relocation.
I tried to run "matlab -nojvm" and I get the same error as above but the program starts and seems to work smoothly. The problem is that I cannot run the editor and debug scripts and functions
View 4 Replies
ADVERTISEMENT
May 31, 2011
Ive been messing around on a Solaris box, installing precompiled lib/programs from the repos by extracting them and placing them in my home dir. It seems everything ive tried sofar works, except for irssi. I get the following error:
$ ~/bin/irssi
ld.so.1: irssi: fatal: relocation error: file /export/home0/leem2/bin/irssi: symbol boot_DynaLoader: referenced symbol not found
Killed
I have run:
$ ldd /export/home0/leem2/bin/irssi
and it has no missing libs
View 1 Replies
View Related
Oct 29, 2010
In oreder to run an application software on RHEL 3 ES server, I created a link forcefully using following command from root id:
# cd /lib64/tls/
# ln -sf libc-2.3.4.so libc.so.6
before that I copied file libc-2.3.4.so from a workstation with OS RHEL 4 WS so that a link can be created.
Now I am unable to run any command except cd & pwd and it gives error messaage as given below:
ls:relocation error:/lib64/tls/libc.so.6:symbol _rtld_global_ro,version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2with link time reference.
Before running this command libc.so.6 was pointing to libc-2.3.so file in path /lib64/libc-2.3.2.so.
I am now unable even to open a new window on the server.Please send me some solution as early as possible because this server is running production data and many users are runnig application on this server.
View 3 Replies
View Related
Jul 28, 2010
I had installed Matlab 2010a in Centos 5.5 using the Matlab GUI. It was working perfectly after the installation. I managed to run matlab from the installation GUI after they have verified my license and everything. However, I could not run matlab again after I close the software. I noticed that the installer has automatically created a symbolic link during the installation but when I open the terminal and type Matlab. It returns bash: matlab: command not found. I know the problem is related to either the environment or path is not being set correctly. tell me know I can run the newly installed application from the terminal?
View 2 Replies
View Related
Mar 19, 2011
None of my daemon scripts work now, and the startup process displayed errors. Should I reinstall the OS and start from scratch, or is there a way to recover these files? Is there a way to rebuild the files I deleted?
View 2 Replies
View Related
Apr 4, 2011
I have problem to use an alias that defined in ksh93 script,in the functions in the same script onm Linux.I definied an alias in main: alias echo='echo -e' in order that echo will read backslashes but when i executed it in function, the alias didnt work, and performewd a regular echo, without -e
cat test.ksh
#!/bin/ksh
alias echo='echo -e'
checkUsage
[code]....
View 1 Replies
View Related
Dec 24, 2009
Code:
#!/bin/bash
#Functions
CallFunct() {
functio()
[code]....
When I try to run the current code, it stops on the bracket after functio() in CallFunct(). The only way I could get this to run was by removing CallFunct and just calling functio.
View 3 Replies
View Related
Aug 25, 2011
My CUPS server has hung. Doesn't ask login user/pwd any more - goes straight to admin page. When I try to add printer I get an authorisation error. So unable to do any admin functions: add printers, disable Kerberos authentication etc.
View 1 Replies
View Related
Oct 11, 2009
I wrote a multithread program(c++,gnu gcc). it contains a main program and plugins. some functions in plugins use sleep(). Using these functions in threads cause freezing program. in other word thread sleeps but dosn't wake. How can i use sleep() in my plugin functions without this problem?
View 3 Replies
View Related
Mar 11, 2010
Is it possible to define functions within other functions in C++? I know it is the case in other languages.
View 2 Replies
View Related
Jun 8, 2011
Few days back i installed ubuntu 10.10 on my system. Previously i worked on ubuntu 10.04 and used vim too, everything was fine. Now I formatted and upgraded to 10.10, when I use vim I find some of the commands missing for example :AS command used to open corresponding .c and .h files. On 10.04 it worked fine, but in 10.10 its giving error "E492: Not an editor command: AS". How to fix the issue? any missing packages i need to install?
View 1 Replies
View Related
Dec 9, 2009
i install bluefish editor [URL] by terminal and i install successfully. tell me from where i can run this editor.
View 3 Replies
View Related
Nov 10, 2010
i have done something while changing permission in vi editor. now when i open any file, i am not able to save and exit from it. when i type esc+shift:wq after opening a file. it says cant open file in write mode.
View 5 Replies
View Related
Jun 22, 2010
I'm unable to find a decent hex editor for GNU/Linux -- let alone a really good one. I don't really care if it is GUI or console based, but it has to work properly, the curses-based ones that I've tried somehow manage to corrupt its own display by merely scrolling through the file being edited.
So, my question is, what is a good hex editor for GNU/Linux? If possible I'd gladly like to know both the name of a console based one and another GUI-based one.
View 5 Replies
View Related
Jan 26, 2010
I have to give it up for the Ubuntu developers. It is nearly impossible to exploit a simple stack overflow. I'm studying overflows for a project so I need it to work. I set /proc/sys/kernel/randomize_va_space to 0 and when I compiled my program I used -mpreferred-stack-boundary=2 and -fno-stack-protector. But for some reason no matter how much input I enter it won't overwrite the EIP. What is stopping this from working that other linux versions don't have? And does anyone know of a way to bypass it?
View 1 Replies
View Related
Jun 25, 2011
I am using Eclipse IDE for C/C++ Developers under Linux/fedora to run and debug my ns-2.34 project. To configure ns-2.34 with eclipse I did this:
Code:
File > New C++ Project
Project name: ns-2.34
Uncheck:use default location
Project Location:...ns-allinone-2.34/ns-2.34
[Code]....
View 10 Replies
View Related
Nov 17, 2010
I am working on a project to where I need to relocate the standard cache directory locations within Xubuntu. I read this article and It doesn't seem work for me
[URL]
I add this entry to my /home/test/.pam_environment file without success.
PHP Code:
#!/bin/bash$XDG_CACHE_HOME=/tmp/.cache
and I have also added this to my /etc/environment file as well without success.
PHP Code:
$XDG_CACHE_HOME=/tmp/.cache
and without quotes
PHP Code:
XDG_CACHE_HOME="/tmp/.cache"
no success!
View 2 Replies
View Related
Sep 22, 2010
I'm working with some basic stack overflows. The following code compiles & runs fine in a non-ubuntu VM that's has no security features installed. On Ubuntu 10.04 it segfaults every time. I'm compiling on Ubuntu with the gcc -fno-stack-protector flag. If someone could point me to the security feature that's causing the segfaults (and how to disable it),
[Code]...
View 1 Replies
View Related
Jul 25, 2011
On windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.
View 1 Replies
View Related
Mar 7, 2011
I am running Fedora kernel 2.6.35.11-83-fc14.x86-64 with Gnome 2.32.0 on a Acer Aspire Timeline X with Intel i5 processor.After running 'yum update', su gives an error in the Terminal Window:su: relocation error: su: symbol pam_chauthtok, version LIBPAM_1.0 not defined in file libpam.so.0 with link time reference
After the same update, Evolution stopped working. It does start, the menu (File-Edit-Search, etc.) does appear, but in the main window only "null" appears.I try to solve as much problems myself (great way of learning), but I could not find a good place to start with this one. Can you help?
View 2 Replies
View Related
Oct 15, 2009
I would like to start learning about the nuts and bolts concerning Linux security. I bought the "Gray Hat Hacking" book by Harris et al. and started working at their example for buffer overflows but hit a bump immediately. Is this the right place to be discussing this sort of thing? If so I give pertinent info below:
Program:
//overflow.c
#include <string.h>
main(){
char str1[10]; //declare a 10 byte string
[Code].....
View 2 Replies
View Related
Jun 8, 2010
However, every time snmptrapd gets a snmp notification, it aborts. In debug mode, it reports a buffer overflow detected. I've tried another core 13 and a core 12, with net-snmp 5.5. On these three systems, snmptrapd behaves the same. Here is my snmptrapd.conf,
disableAuthorization yes traphandle default touch /root/a.txt I triggered snmptrapd with, snmptrap -Ci -v 2c -c public localhost "" "1.3.6.1.4.1.8837.4.1.2.1.2.1.6.4" 1.3.6.1.4.1.8837.4.1.2.1.2.1.6.4 int 500 Same result I got with my firewall snmp traps. Some other different scripts replaced in traphandle default, got the same. A small portion of debug info listed,
[Code]...
View 2 Replies
View Related
Dec 31, 2010
Did Walnut Creek overflow its banks and swallow up theSlackware.com Domain name??Pat Volkerding Danger
View 3 Replies
View Related
Apr 15, 2010
I tried to upgrade Empathy from 2.28 to 2.30 via Synaptic but the upgrade always failed as there were some errors to do with the dependencies (libglib2.0* and others). The dependency issues were odd as it told me that Empathy wanted to install files that were older than the existing ones. So I decided to uninstall Empathy and all its dependencies, and re-install the whole (updated) package and it's dependencies from scratch via Synaptic. After the install, Ubuntu told me that there were broken packages and Update Manager kept on popping up asking me to run a partial upgrade to fix these broken packages. Well, the partial upgrade also failed (due to the same dependency issues , I suspect) so I decided that I'll run a full system update (as Update Manager had being bugging me prior to my failed Empathy upgrade). 486 Mb later, Ubuntu no longer wants to boot - it freezes on the splash screen.
When I start it in recovery mode, it spews out the various processes being loaded. Trying to run earlier kernels (2.6.31-19 / 17 / 14) from GRUB, in both normal mode and recovery mode does not seem to help.I am running Ubuntu 9.10, kernel 2.6.31-20-generic.
a) Is the problem to do with the kernel - did the update try to update the kernel as I note that there is a new stable release (2.6.33-2)? However, GRUB still indicates that the kernel is 2.6.31-20.
b) Would updating the kernel to 2.6.33-2 help? If so, how do I do this?
c) Is the problem, as I suspect, to do with the libglib* files? If so, how do I fix it?
View 2 Replies
View Related
Feb 22, 2010
I can't get Kaffeine to start. So i tried to run it from Konsole and I get this
Code:
kaffeine: relocation error: /usr/lib/libphonon.so.4: symbol pa_ext_device_manager_read, version PULSE_0 not defined in file libpulse.so.0 with link time reference
I updated / installed phonon Pulse. Now when I insert a DVD and select Kaffeine. I get this error:
Cannot find input plugin for MRL [dvd:/]
Now I have no sound.
View 1 Replies
View Related
Mar 17, 2009
/usr/dlc/bin/_progress: relocation error; symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time referrence
And the solution offered is:
But the problem still exists.
If I use 2.4.20 I get an error about shared "something" in library and I cannot use command line like using command as ll, ls, mkdir but if I change that to 2.6.18 I get the error above but I can now use these commands: ll, ls, mkdir, etc.
I'm using Progress 9.1D and the application was compiled using CENTOS 4.4. Now I just copied the Progress 9.1D as is to new server HP Proliant ML110 G5 with CENTOS 5.2 installed.
Copying Progress 9.1D to other computers (IDE and not SATA drivers) with CENTOS 4.4 installed has no problem. Everything runs.
Could this be due to GLIBC version. Progress application was compiled using GLIBC version 2.3.4 but my GLIBC now is version 2.5.
If this is the case, can I just copy GLIBC version 2.3.4 and put it in my ProliantML110G5 server? If not how do I do it? Downloading and installing etc.
View 2 Replies
View Related
Jun 25, 2010
I'm using Core13 for zabbix, and trying to make snmptrapd works on it.
However, every time snmptrapd gets a snmp notification, it aborts. In debug mode, it reports a buffer overflow detected. I've tried another core 13 and a core 12, with net-snmp 5.5. On these three systems, snmptrapd behaves the same.
Here is my snmptrapd.conf,
disableAuthorization yes
traphandle default touch /root/a.txt
I triggered snmptrapd with,
snmptrap -Ci -v 2c -c public localhost "" "1.3.6.1.4.1.8837.4.1.2.1.2.1.6.4" 1.3.6.1.4.1.8837.4.1.2.1.2.1.6.4 int 500
[Code]....
View 1 Replies
View Related
Sep 18, 2011
I want to update the percentage progress of my program on the screen. I have a progress bar that I print. I add a * when the progress is more than 10%, but I also want to write the actual percentage correct up to every digit. However, I do not want to write a new number every time, since it will have the following effect:
1
2
3
4
Instead, I would like to just maintain one single figure on the screen that keeps getting updated. How do I do that? (... in Java/C++, but I think it's irrelevant)
View 2 Replies
View Related
Mar 10, 2011
How default editor can be changed in redhat linux to different editor.
View 4 Replies
View Related
Jul 5, 2011
I'm trying to run a program in Ubuntu (10.10), and I keep getting this error (relocation error: /lib/libnss_files.so.2: symbol strcmp, version GLIBC_2.0 not defined in file libc.so.6 with link time reference). From what I've searched online, it has suggested that it can't locate 'strcmp' for version 2.0 of GLIBC; I also ran 'ldd' on the listed library and got:
[Code]....
View 6 Replies
View Related