2
votes
1answer
37 views

Howto determine pure system filesystems?

I'm writing notifyfs (for linux only for now), which is: a fsevent notifier, which should work with fuse and network filesystems, like fuse.sshfs, cifs and nfs. a cache of entries gui clients can ...
-1
votes
2answers
157 views

map specifc virtual address to a specific physical one

I am writing a Linux kernel module that needs to map a specific physical address to a specific virtual one, and I just can't find a way to do it.
-2
votes
1answer
71 views

In virtual box linux kernel cannot find root filesystem [closed]

I am trying to create a min linux which starts /bin/sh instead of init.I created a bootable iso image with the following contents. /vmlinuz,/initrd.img,/dev,/bin,/etc ,/proc and /isolinux with ...
0
votes
0answers
69 views

virtual memory in linux

I am debugging one issue where a same program behaves differently on different Linux boxes (all 2.6 kernels). Basically on some linux box, mmap() of 16MB always succeeds, but on other linux box the ...
1
vote
3answers
44 views

Virtual Machine or Host?

Is there a way to find out if the (linux) system that I'm logging into is a host or a VM? Any symptoms that I can look at via the shell or any other utility (of a VM)?
1
vote
0answers
184 views

Virtual wireless interfaces in different modes on single radio

I'm looking for a USB wireless adapter that will support virtual interfaces running in different wireless modes at the same time. I've found USB wireless adapters that support multiple wireless modes ...
0
votes
3answers
72 views

I need to use Linux for a few days. Any free service on internet? [closed]

I was wondering if there is such service, either free or very cheap, where I can use a Linux machine for a few days to install and run 2 programs on it. Really all I need is to debug my ANSI C ...
2
votes
0answers
119 views

Oracle Virtual Server OEL vm fails to start - kernel panic on cpu identify [closed]

I am in the process of following a guide to setup various oracle vm templates, so far I have installed OVS 2. 2 and got the OVM Manager working, imported the template for OEL5U5 and created a vm from ...
-1
votes
1answer
120 views

Configuration Postfix with two domains [closed]

I want receive email by admin@xxx.pl and admin@yyy.pl I tried to do this but it show warning: root@debian2008:/home/wojtek# postalias hash:/etc/postfix/virtual postalias: warning: ...
0
votes
1answer
1k views

On Linux: We see following: Physical, Real, Swap, Virtual Memory - Which should we consider for sizing?

We use a Tool (Whats Up Gold) to monitor memory usage on a Linux Box. We see Memory usage (graphs) related to: Physical, Real, Swap, Virtual Memory and ALL Memory (which is a average of all these). ...
1
vote
1answer
276 views

Isolated test network on a Linux server running a web server (lightttpd) and (curl) clients

I'm writing a testing tool that requires known traffic to be captured from a NIC (using libpcap), then fed into the application we are trying to test. What I'm attempting to set-up is a web server ...
1
vote
1answer
190 views

How to create a virtual filesystem that spans multiple files in Linux? [closed]

How to create a virtual filesystem or disk image that spans multiple files in Linux? The article at http://xpt.sourceforge.net/techdocs/nix/virtual/vt01-VirtualDrives/ explains how to create a ...
0
votes
3answers
164 views

virtual subdomain: one subdomain per user

On my website i'm using virtual host so my users can have virtual domain like 'user1.mydomain.com', 'user2.mydomain.com',... The problem is that on virtual domains like 'user1.domain.com' the index ...
0
votes
1answer
275 views

Processing open a virtual serial port

I'm using processing lib and I want create a virtual Serial port with it, and with oter read, have much examples for read Serial ports but I not found how to open a serial port, how I can make this.
0
votes
1answer
34 views

how may be the virtual memore be limited in linux

I have a virtual machine in which every process can only malloc most 128M memory。 and when I typed "ulimit -v" in the teminal, is display 131072 while in the other machine is "ulimited". Can any one ...
3
votes
2answers
1k views

How create a virtual io device in Linux that proxies data to real device?

I have an interesting problem. I am working on an embedded box with multiple instances of Linux running each on an ARM processor. They are connected over internal 1GBps network. I have a serial port ...
2
votes
0answers
336 views

Alsa: Creating a virtual microphone

How can I correctly change a .asoundrc file to realize a virtual microphone? I have the follow .asoundrc file, but it doesn't work: pcm.audinp { type file slave.pcm front ...
1
vote
2answers
159 views

Virtual Memory and sbrk

On say a 32 bit Linux system, a process can access upto 4gb of virtual address space, however processes seem to be conservative in varying degrees in reserving in any of that. So a program that use ...
0
votes
2answers
272 views

How to go about getting the physical address of a location in a file in Linux

I am trying to get the (physical) location associated with a particular byte inside a file. How would I go about doing that? I can't do this in C, because I would have to read the file into a buffer ...
0
votes
1answer
252 views

Installing Virtual PC in Fedora

I currently use a Windows 7 Home Basic. I need to run a certain application, which is, as of now not supported, i.e. compatible with/by W7HB. I tried downloading Virtual PC with XP mode, which does ...
5
votes
2answers
120 views

How to instruct the compiler to generate an alias for a virtual function?

See this question for the background. Basically, I have the following definition of a class class MyClass { virtual int foo4(double, int); }; Is there a way to instruct the compiler to ...
1
vote
0answers
542 views

Ubuntu guest on hyper v cannot ping outside guest. But gets dhcp? [closed]

Installed ubuntu 11.10 on hyper v 2008 r2. re boot guest and it gets an dhcp from a external dhcp server on LAN. From console of guest can not ping LAN or Host, LAN cannot ping VM Guest. No Firewalls ...
1
vote
1answer
277 views

Linux Multiple virtual interfaces access through snmp

We had configured net-snmp in a linux machine and configured around 100 virtual interfaces (eth0:x). And i could not access virtual interfaces through MIB browser. Can you guide me to discover all ...
0
votes
0answers
513 views

Virtual HID device in Linux

My project is to create a virtual HID device using C that enumerates and shows the device node in /dev/usb/hiddev* and then generates hid reports in hiddev*. So here is my approach, I have created a ...
-1
votes
2answers
852 views

Virtual linux system [closed]

I want to install a virtual linux system within my Windows7 operating system. I was thinking of using Cygwin. Any suggestions of other good/better softwares to use? Thanks for the help
2
votes
1answer
541 views

4GB/4GB Kernel VM Split

Friends, I saw an article (link below) by Ingo Molnar, a famous Linux Kernel enthusiast where he talks about 4GB/4GB split. In this article he says that .. "with the 4G/4G patch, the kernel can be ...
1
vote
1answer
345 views

Virtual Memory allocation without Physical Memory allocation

I'm working on a Linux kernel project and i need to find a way to allocate Virtual Memory without allocating Physical Memory. For example if I use this : char* buffer = ...
0
votes
1answer
44 views

Does a Framework exist for building a virtual super (acting as single) computer?

There are clustering or grid computers today, still it's not transparent for application developers: they cannot develop as if it was a single computer, doesn't such a framework exist today ?
1
vote
1answer
160 views

Is it safe to use a virtual server as dev environment, symlinking to files on the host?

I used to use MAMP (or just a local Apache/PHP/MySQL stack) to work on web projects. I've since graduated to a live Ubuntu server which is much closer to the production environments for the sites I ...
10
votes
2answers
940 views

why is my c program suddenly using 30g of virtual memory?

In top, I noticed that my c program (using CUDA 3.2) has a virtual size of 28g or more (looking at VIRT), on every run right from the beginning. This doesn't make ANY sense to me. The resident memory ...
3
votes
2answers
1k views

How to create a virtual device in linux?

My question is pretty much the same as - How to create a virtual file ? except I want to do it in Linux instead. I imagine what I need to do is create a virtual device and point the application ...
1
vote
2answers
317 views

/proc filesystem advantages

I came across this link http://www.ibm.com/developerworks/linux/library/l-proc.html When I researched more on /proc filesystem, I came to know that its main advantage to be that it is residing in the ...
7
votes
1answer
819 views

Simulate Microphone (virtual mic)

I've got a problem where I need to "simulate" microphone output. Data will be coming over the network, decoded into PCM and basically needs to be written into the mic - which then other programs can ...
0
votes
1answer
1k views

Linux Virtual Network Interface [closed]

This what I am trying to acheive .... the test machine (a linux box) will have N1 number of network cards. The user would be able to define N2 number of virtual interfaces (each with its IP and a ...
2
votes
2answers
269 views

view virtual memory usage visually while debugging

This might be a big ask, but are there any tools that let me view the virtual memory usage of my process in Linux? I am talking detailed, probably graphical view of memory, including what is going ...
2
votes
1answer
473 views

How communicate with pty via minicom or screen?

I am trying to provide an AT/Modem-like interface around some hardware. Follwing this post I have the server setting up a pty using openpty(). Now I can communicate with the server as expected with a ...
2
votes
4answers
1k views

Calculating % memory used on Linux

Linux noob question: If I have 500MB of RAM, and 500MB of swap space, can the OS and processes then use 1GB of memory? In other words, is the total amount of memory available to programs and the ...
0
votes
5answers
446 views

Controlling application running on a virtual desktop (linux)

I need to run an application on a virtual Xorg 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 ...