Software :: Get Virtual Addresses Accessed By An Application During Its Execution?

Mar 17, 2010

How to get the list of virtual addresses being accessed by any application during its execution time. I don't want the complete memory map but just the pages which were accessed during an application's execution?

View 1 Replies


ADVERTISEMENT

General :: Get Virtual Addresses Accessed By An Application During Its Execution?

Mar 17, 2010

How to get the list of virtual addresses being accessed by any application during its execution time. I don't want the complete memory map but just the pages which were accessed during an application's execution?

View 2 Replies View Related

General :: Virtual Addresses Accessed By An App During Its Execution?

Mar 17, 2010

Get the list of virtual addresses being accessed by any application during its execution time. I don't want the complete memory map but just the pages which were accessed during an application's execution?

View 2 Replies View Related

Ubuntu Networking :: Vpn - No Other Addresses Can Be Accessed Before Login

Jan 28, 2011

In order to get internet access at my school I have to log into a vpn. No other addresses can be accessed before login. With XP the login is authenticated through the browser (IE and Firefox supported) and run by a juniper network connect applet.

Now when I try to do this in firefox in Ubuntu it tells me that I'm not allowed to login. So I started doing a little research and found out that I should be able to authenticate with VPNC. Trouble is I can't get internet to install anything. Which means I have to download the packages in XP and reboot into Ubuntu. And every time I hit a snag I have to reboot into XP to look up what I need to do. So what I'm wondering is if there is some work around that will get me logged in (maybe through the browser authentication?) so that I can work through issues in one os instead of two?

View 1 Replies View Related

Software :: Application Crashing During Execution

Oct 13, 2010

I have an application running in my machine.I copy the source code to make it run in another machine.I copy the libraries that are needed and paste it to the other machine.I am able to build without any problem and I get the executable. As soon as I start executing,the application crashes with the following message.

0x00110416 in __kernel_vsyscall ()
#0 0x00110416 in __kernel_vsyscall ()
#1 0x004a41d3 in __waitpid_nocancel () from /lib/libc.so.6
#2 0x0044259b in do_system () from /lib/libc.so.6

[Code].....

View 2 Replies View Related

CentOS 5 Networking :: Virtual Host Entries Are Not Working When Accessed From External Static IP?

Jan 16, 2011

I had made following entries in my httpd.conf file at centos5.5.

###########################
Listen 80
Listen 8080
Listen 8085[code]....

When i am trying to access the any directory other on port *80, its not being accessible from the static ip which is routed through a DMZ server. http://122.165.35.9:8085 something like this returns the error "could not connect to web browser"

View 3 Replies View Related

General :: How Virtual Addresses Actually Mapped

Aug 3, 2010

The command cat /proc/PID/maps shows the memory map (virtual addresses) of the process. How these address are actually mapped?

View 3 Replies View Related

Server :: Using Some Application To Block IP Addresses?

Feb 16, 2011

now I have managed my rsyslogd to log the firewall into a separate file I would like to use a script which looks into this file for intruders which for example try to ping, telnet, ssh, rdp etc into my dsl connection.And then use a kind of app or firewall on my ubuntu server to block them.Yes my firewall logs them but does not block them if the policy is enabled, so they have access on through the firewall and the connect to my server but I only want some known IP addresses have access through it and this I cannot program in the firewall so I have to use some extras.Or am I thinking way to far and is there a better solution with IPtables or app?Is it possible to watch tcp connections between the firewall from outside IP addresses and the ubuntu server?

View 7 Replies View Related

Hardware :: Translating Physical / Virtual Addresses

Mar 3, 2010

I am new to Linux kernel/user space programming having been an assembly programmer in my previous life. I am now using 2.6.x kernel on an embedded CPU that has a few dedicated hardware blocks (including more CPU running just C-code, i.e., no operating system). There is a single DRAM connected to this chip with one Linux CPU + multiple h/w blocks. No swapping.Question(s):

1. The Linux CPU needs to talk to hardware blocks that obviously physical DRAM addresses while Linux processes/threads use virtual addresses.
2. How do I translate these addresses back-n-forth? For example, a Linux process may want to allocate memory and then hand it off to a hardware block to write into it. Then after a while the process will read it.
3. Sometimes, the hardware block may write a physical address into the shared memory. The Linux CPU will read the shared memory and then convert the physical address to virtual memory and go read that location.

How does one achieve all of this? If this is being extremely stupid, then please let me know. Hopefully, you can give me some pointers.

View 3 Replies View Related

General :: Generating Logical Memory Addresses Of An Application?

Mar 15, 2010

Is there any tool for generating logical memory addresses accessed by any application in linux ?

View 2 Replies View Related

Networking :: Error: "SIOCSIFADDR: Cannot Allocate Memory" Adding Virtual IPv6 Addresses

Apr 30, 2010

I get errors trying to virtual IPv6 Addresses i a lab environment. It works fine up to 2033 (?) adrressses, but when I try to add more i get "Cannot allocate memory" error:

# ifconfig eth0 add 2001:1b70:8282:2021:18:0:20:1
SIOCSIFADDR: Cannot allocate memory

This is on Ubuntu Server 9.10 (64-bit).

View 6 Replies View Related

Software :: Virtual Keyboard Application ?

Jul 14, 2010

I'm looking for the virtual keyboard application in linux with has following functionality ...

1. VERY IMPORTANT: It should open automatically if user clicks or touches textboxs of applications. Like keyboard in iphone, ipad ...

2. support of keyboard ...

View 7 Replies View Related

Fedora :: Cut/paste From F15 Application To Virtual Machine?

Aug 8, 2011

I have F15 installed, and under KVM another Fedora 14. I want to cut/paste from F15 application to virtual machine, but could not find any way to do this.

P.S. I use 'spice' option of KVM.

View 2 Replies View Related

OpenSUSE :: Taskbar Shows All Application From All 4 Virtual Desktop?

May 19, 2011

I install suse 11.4 (KDE) in my lap top. The problem is that the taskbar shows all the application from all 4 desktop. I want to restrict to taskbar to show the application of its own desktop only, not that of other desktops.

View 1 Replies View Related

OpenSUSE :: Force An Application To Appear On Specific Virtual Desktop?

Jul 11, 2011

concerning controlling the windows in virtual desktop.

a) Say to a application to be launched to virtual desktop 2 for example.

b) How can you ask from a virtual application to be only visible at one virtual desktop. For example I work on virtual desktop 6 and I want to start skype that should be on virtual desktop 2. Right now If I launch the app on virtual desktop 6 it will appear on the same one. Would it be possible to ask for an applicaiton to be launched on an other virtual desktop. If yew how?

View 7 Replies View Related

Programming :: Controlling Application Running On A Virtual Desktop?

Jun 19, 2009

I need to run an application on a virtual desktop (let say desktop #2) and control it via another app running on the root desktop (desktop #1). That would include screen capture and mouse movements. So basically I capture the application window from desktop #2, scrape it and then click on buttons via my app on desktop #1. Anyway you got the idea.Now my big question is: is that doable ? and if so what's the best language to do it ?

View 1 Replies View Related

Ubuntu :: Virtual Box - Extraction Failed Zunesetup.exe Is Not A Valid Win 32 Application

Sep 4, 2010

I have sun virtualbox so I can install the zune 2.0- software on XP.... for some reason when I install the program... a box comes up and says extraction failed zunesetup.exe is not a valid win 32 application....

View 1 Replies View Related

General :: Application Virtual Address Space Memory Allocation - Memory Does Not Get Free

Apr 20, 2010

I am using malloc and frees a lot in my program. It shows its allocated but when i remove it doesnt show as the memory is removed(I am using the top command to view VIRT memory usage). If this continously grows what would happen to my program (Will it go out of memory?)

View 4 Replies View Related

Programming :: Translate Virtual Address To Physical Address In Application?

Nov 18, 2009

I want to translate the virtual address to physical address in linux C application, how to do that?

View 1 Replies View Related

Ubuntu :: Server Can't Be Accessed / What To Fix It?

Feb 1, 2011

My server is Ubuntu 10.04 which is used to test an Open ERP system.
However, once I setup everything and trying to be access from other workstations, it doesn't work!
Also, the server cannot found any Windows PCs in the network.

Does anyone know how to resolve this problem?

View 6 Replies View Related

General :: Two Networks Cannot Be Accessed Simultaneously

Mar 14, 2011

I have two networks on a server. One being my internal network, and the other being an external IP address. This is on Debian Lenny. Here is my /etc/network/interfaces file:

I can reboot my system and sometimes eth1 is accessible from SSH, and other times eth0 is accessible. Then sometimes eth1 will just stop being pingable alltogether. This is a fairly fresh install of Debian, and the only thing I have running is VMWare Server 2.0, bridged to both of my network connections.

Here is what my route looks like:

View 1 Replies View Related

Ubuntu Servers :: Ftp Can Not Accessed By Other Win Machine?

Mar 8, 2010

I have installed ubuntu9.10-desktop-i386,then I install the vsftpd to transfer files with my another computer which own a win xp os.And the ip ofin computer is "192.168.2.10",this address is fixed.the ip of the Ubuntu compuer is "92.168.11.1",the address is dynamic,since I use the wireless network.When I startup the ftp server in my ubuntu, I can not access it from my win computer,but I can access it in my ubuntu .However when I startup the tomcat in my win machine, I can access it in my ubuntu using"http://192.168.2.10:8080/files

View 2 Replies View Related

Ubuntu :: IP Address Cannot Be Accessed Externally?

Apr 22, 2010

I have finished something simple and would like some people to test it, and when I gave my url of my website that sits on my computer to someone, the response was that she kept getting messages saying that connection has been reset. She tried for a couple of times and could not see my website, which the address is accurate.

Are there specific things I need to do to allow users to see my site? Yet, why does she not get messages saying that "failed to access" or something like that?

View 9 Replies View Related

OpenSUSE :: View Files By The Date At Which Last Accessed?

Jun 30, 2010

Is there a way (I'm on kde) to view files (hopefully in dolphin but I'll take anything) by the date at which they were last accessed?

View 7 Replies View Related

General :: Determine What Files Are Being Accessed By A Process

Mar 23, 2010

How would I find out all the files a particular process accesses?

I am using Ubuntu 9.04.

View 1 Replies View Related

General :: Find Files That Have Been Accessed After They Were Created

Sep 10, 2010

With the find command it is easy to find files that have been modified or accessed within a given period. When a file is created, the acesss time is the same as the modify time. But as soon it is accessed (read), the access time changes, but the modify time does not. I need to find files that been accessed at all, ie. files which have access time newer than modify time. How do I do that?

View 2 Replies View Related

Ubuntu Servers :: Mysql Server Can't Be Accessed?

Jul 24, 2010

I have a xubuntu mysql server, and my winxp machine is unable to connect to the sql server using mysql ODBC.

View 2 Replies View Related

Ubuntu Networking :: Limiting When The Internet Can Be Accessed

Nov 30, 2010

I have a teenage daughter that understands Ubuntu, but not so much the terminal, and she does not know the superuser password. Unfortunately, she regularly goes on the Internet during the nighttime and in the early morning. What I am attempting to do is prevent anyone from going onto the Internet during the night (11 PM - 5:30 AM) unless they know the superuser password or a fair bit about the terminal.

I have already tried some commands, however all of them can be bypassed by restarting the computer. ex. sudo ifconfig eth0 down

For additional information on my Internet:

My Internet connection is relatively slow, so I would prefer if the solution does not hinder it any further. It is slow because there is no high-speed in my area, and I am forced to use Xplorenet -> "Fixed Wireless". I do not have a router.

View 9 Replies View Related

Ubuntu :: Why Data From Same Drive Where It's Installed Can't Accessed?

Jan 28, 2011

I have installed ubuntu 10.10 inside windows using wubi installer on drive "D".Now inside ubuntu I can excess contents of all other drives except drive "D". Why it is so? Is there an way to access the data on drive "D" within ubuntu?

View 2 Replies View Related

Ubuntu :: Lock Folder / So Cant Be Accessed In Windows

Apr 21, 2011

is there a way? i need to secure a folder without any programs installed in windows

View 5 Replies View Related







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