Questions tagged [subsystem]
76 questions
1
vote
1 answer
How can I mount two more subsystems on one directory in cgroups?
I'm studying computer engineering in university.
During my study I have some problems.
I want to mount two subsystems on one directory.
I tried as follows
mount -t cgroup -o cpu,cpuset cpu_and_cpuset /cgroup/cpu_and_cpuset
This command is guided…

Yin-goo Yim
- 21
- 2
1
vote
1 answer
Virtual mouse and eventX
I am playing with uinput by creating a virtual keyboard/mouse.
I have no problem to set up the virtual device.
int fd;
struct uinput_user_dev uidev;
struct input_event ev;
int dx, dy;
int …

anothertest
- 979
- 1
- 9
- 24
1
vote
1 answer
Communication between different subsystem drivers(For ex: IIO and Charging driver)
I wrote a driver for ADC module which is the part of IIO subsystem. It read voltages of various hardware peripherals connected to specific channel, and these voltages can be read only from sysfs.
My problem is that, my charging driver also want to…

Rahul Khandelwal
- 149
- 1
- 12
1
vote
1 answer
Dealing with DLLs in use case diagrams
I've developed a heterogeneous application which takes advantage of service oriented architecture. It consists of many components which are different in code and run in different platforms (example: an Android Client, a WP8 Client, a Web Server, a…

JAX
- 1,540
- 3
- 15
- 32
1
vote
0 answers
SUA + Visual Studio + pthreads
I cannot compile this code under SUA:
#include
#include
#include
#include
void * thread_function(void *arg) {
printf("thread_function started. Arg was %s\n", (char *)arg);
// pause for 3 seconds
…

Václav Dajbych
- 2,584
- 2
- 30
- 45
1
vote
1 answer
Alfresco Authentication Subsystem Devloppement
I need to install an alfresco using a custom authentication service based on xml messages.
I think the best way for this is to use a custom subsystem. But I don't find anny docs on how to dev an alfresco subsystem.
Did someone have something that…

Sirttas
- 160
- 12
1
vote
2 answers
visual studio 2008 target machine type list
I found I can select target machine under project properties. There is a large list:
MachineX86 (/MACHINE:X86)
MachineAM33 (/MACHINE:AM33)
MachineARM (/MACHINE:ARM)
MachineEBC (/MACHINE:EBC)
MachineIA64 (/MACHINE:IA64)
MachineM32R…

BalticMusicFan
- 653
- 1
- 8
- 21
1
vote
1 answer
php ssh connection: select subsystem
I use this library http://phpseclib.sourceforge.net/ssh/intro.html to create a persistent ssh connection. I need to select a subsystem (which would be the -s parameter in corresponding Unix sshcommand).
How can I achieve this?
Here is my…

Oriesok Vlassky
- 797
- 1
- 13
- 26
1
vote
1 answer
LInker error when switching from windows to console
I am using Qt for GUI and building my project in waf.
For switching to windows subsystem from console(default) i had to pass this argument to the VS linker throught my wscript(waf)
subsystem='windows'
i added this in build part for waf file and I…
user671253
0
votes
1 answer
Wifi Android Windows Subsystem
Can I turn on WIFI and monitor networks via Android Subsystem in Windows 11? How?
Is it possible to connect to others wifi spots.

Biba Tap
- 1
0
votes
0 answers
How do I change the SubSystem to a window in SDL2 without the symbols failing to load?
I've been using SDL2/c++ for a while and now that some of my projects are finished I started trying to find a way to run them without the console showing up. I was told to go to Project > Properties > Linker > System > SubSystem (change to…
user20816101
0
votes
0 answers
Drawble for Windows Subsystem for Android
I cann't find any features about drawble files for Windows Subsystem for Android. I have a problem with quality of resource files in my UI in app. WSA takes maximum sw780dp for fullscreen and hdpi, sw590dp and sw700dp for window mode.
I have xxxhdpi…
0
votes
0 answers
How to chain linux commands together using a python script
I want to write a python script that will automatically write these commands into the Linux terminal.
nc -C smtp.google.com 25
HELO google.com

Mitchell Zhou
- 1
- 1
0
votes
1 answer
CYGWIN - Is it consider a subsystem?
As it stands, I can’t quite understand;
Is Cygwin treated as a windows subsystem, or is it in itself a part of windows as well?
This opens other questions;
If it is, in fact, a subsystem; what do I do to include windows as part of that subsystem or…

DFairway
- 1
0
votes
0 answers
x86_64-w64-mingw32-gcc crosscompiling usrsctp on linux-subsystem gives error without line-number
I try to crosscompile usrsctp for Windows using x86_64-w64-mingw32-gcc on a Ubuntu subsystem like this:
$ ./bootstrap
$ CC="x86_64-w64-mingw32-gcc" ./configure
$ make
But make gives me this:
/bin/bash ../libtool --tag=CC --mode=compile…

user1511417
- 1,880
- 3
- 20
- 41