Questions tagged [subsystem]
76 questions
2
votes
8 answers
Vscode does not start and cannot connect to WSL
I'm using vscode in Ubuntu WSL, it was working fine a couple of hours ago and suddenly stopped working as I started writing js.
I have tried deleting and reinstalling vscode but that does not work and an error : Unable to locate package code …

ravenxone
- 73
- 1
- 2
- 5
2
votes
1 answer
Understanding the linux audio subsystem (alsa). any recommended book?
I am trying to fiddle with linux audio sub-system. Basically, I am trying to understand how audio input/ouput flows (use of audio encoders etc) when running a linux image on Vbox. Anyone know a good place to start or a good book to refer to.

Vikram.exe
- 4,565
- 3
- 29
- 40
2
votes
1 answer
FW/1 with Subsystems, Routes and SES
I am attempting to set up an API site in ColdFusion using FW/1, using subsystems. I would like to set up the routes to omit index.cfm and use /subsystem/action/item for the default paths, but I'm not sure if there is a way to do this. The…

Carl
- 1,246
- 3
- 21
- 39
2
votes
1 answer
How to create simplest directory watcher for a new file creation in python using inotify Linux kernel subsystem?
I want to monitor a directory for new file creation in that directory. I found few project in python which are working on top of inotify subsystem like pyinotify, PyInotify and fsmonitor.
I dont want to use these modules because I want to learn by…

Alok
- 7,734
- 8
- 55
- 100
2
votes
1 answer
Wildfly disabling logging subsystem
in my web application i need to use my logging framework. The framework is loaded by each webapplication like a jar dependency.
In order to disable jboss logging subsystem i tried to create a
jboss-deployment-structure.xml
file copied in:
(firt…

Alex
- 1,515
- 2
- 22
- 44
2
votes
0 answers
How to package OSGi subsystems with bndtools
I am evaluating bndtools as an alternative to the websphere OSGi tooling in eclipse, to package liberty profile features.
Liberty profile uses OSGi subsystems packed as a .esa for extensions to the runtime. It appears that it is possible to package…

ekj
- 1,082
- 2
- 11
- 22
2
votes
3 answers
Compile VB6 program to Native or POSIX application?
Lately I was experimenting on my old VB6, and found there a strange thing.
Using ProcMon I found that while compiling, VB6 runs Link.exe with parameters like this:
LINK "D:\Folder\Form1.OBJ" "D:\Folder\Project1.OBJ"... /SUBSYSTEM:WINDOWS,4.0 ...
I…

Jet
- 528
- 6
- 17
1
vote
2 answers
Perl: Get minimum supported operating system for a binary
Is there a Perl command that lets me get the minimum supported OS for any given binary?
You can manually get that information by running "link /dump /headers [binaryFile]" and looking for the "subsystem version" link. I don't want to use that…

Zain Rizvi
- 23,586
- 22
- 91
- 133
1
vote
1 answer
Matlab Subsystem change
I have this code that is supposed to change the referenced subsystems in a model to normal subsystems, because I have another script that no longer works on matlab 2020, only on 2017, due to the change of the applications libraries to referenced…

Squishy
- 11
- 2
1
vote
0 answers
Any way to screenshot through ADB on Windows Subsystem for Android?
I tried adb exec-out screencap -p > "screenshot.png", but it returned a 800x1280 white image as the PNG output. Any idea on how to screenshot directly through Windows Subsystem for Android's ADB?

weareblahs
- 57
- 7
1
vote
1 answer
Storage subsystem cache settings when using SSD
I would like to upgrade an existing storage subsystem with enterprise level SSDs. However, I have found little evidence on whether the enclosure cache should be set to WriteBack or WriteThrough.
I imagine that some subsystems may handle this better…

Brain2000
- 4,655
- 2
- 27
- 35
1
vote
0 answers
1
vote
0 answers
How to configure jax-rs related subsystem in jboss eap 7.0
I have a SOAP based web service that calls RESTFUL JAX-RS API of a third party using apache-wink client and is working fine on websphere 9.
But when I deploy the service on jboss EAP 7, deployment fails with error…

pooja
- 21
- 3
1
vote
1 answer
What is the correct way to connect inports to a subsystem in Matlab/Simulink? I'm getting Invalid Simulink object name
I'm working with a model in Simulink, that contains a lots of inports and outports, and a subsystem. I'm trying to connect them programmatically because it is a really huge model.
I've tried getting the handles of the ports, using the name of the…

Helbirah
- 61
- 9
1
vote
1 answer
Installing Oracle Instant Client on Windows subsytem for linux
With the latest windows 10 update, we now have ubuntu 14.04 in windows directly.
I tried to install ruby on rails, mysql etc. All work perfectly.
The only thing doesn't work for me is the installation of oracle instant client. I followed…

user6727183
- 31
- 3