Questions tagged [system-configuration]

48 questions
1
vote
0 answers

`nixos-rebuild switch` gets stuck when using `builtins.fetchGit`

I'm trying to download a package with a version that is not on nixpkgs. To do so, I'm using builtins.fetchGit. Here's a summary of the file where I use fetchGit (/etc/nixos/home/core.nix) for a better idea: { pkgs, username, homeDirectory…
Dincio
  • 1,010
  • 1
  • 13
  • 25
1
vote
2 answers

Is the device connected to WIFI or not?

I need to know if the device is connected via WIFI or not. This should be pretty simple, but I broke my neck on the sample code apple supply HERE. I can't seem to get it to work in my own app. Is this not the only thing I need to do? IN H: #import…
John Kofod
  • 196
  • 1
  • 13
1
vote
2 answers

SCDynamicStoreSetValue returns false

I tried updating the proxy settings of my mac. SCDynamicStoreSetValue: returned false, indicating an unsuccessful update. This is the code I use. What is the correct way? let ds: SCDynamicStoreRef = SCDynamicStoreCreate(nil, "setProxy" as CFString,…
potato
  • 4,479
  • 7
  • 42
  • 99
1
vote
1 answer

how to set Authentication setting data? VPN Mac OS Programatically

i am using this https://github.com/halo/macosvpn. Code run successfully and create new network but it's not showing Authentication Setting data which i Password e.g Shared Secret. - (CFDictionaryRef) L2TPPPPConfig { CFStringRef keys[4] = { NULL,…
1
vote
0 answers

How to get Error Message When VPN Disconnect

I am working on the MAC Application in which I have to create the VPN Connection which I have Done Successfully. Now I want to know the Reason If My VPN Disconnect. When the VPN Disconnect I get the callback in my application and there I called the…
Malav Soni
  • 2,739
  • 1
  • 23
  • 52
1
vote
0 answers

EBAS Issue : Helper Tool Integration issues

I am working on application in which i have to create and connect to VPN Server direct through my application. After lots of research i came to know that i need to store Password and SharedSecretKey in System.Keychain. now to store PASSWORD and…
Malav Soni
  • 2,739
  • 1
  • 23
  • 52
1
vote
0 answers

Mac OS VPN Connection Programmatically

I want to create code which will create new connection with L2TP Protocol . below is my code. I didn't find any error but code run successfully and create new network but it's not showing data which i passes e.g username. -…
Malav Soni
  • 2,739
  • 1
  • 23
  • 52
1
vote
1 answer

What are the function-pointer fields of an SCDynamicStoreContext for?

SCDynamicStoreContext is defined like this (version 0): typedef struct { CFIndex version; void * info; const void * (*retain)(const void *info); void (*release)(const void *info); CFStringRef …
Daniel Trebbien
  • 38,421
  • 18
  • 121
  • 193
1
vote
1 answer

Migrating system configurations

Are there any tools like the Django South database migration app, but for migrating entire server configurations? I manage several server configurations entirely from source control. Django app code, Apache configuration, load balancer…
Cerin
  • 60,957
  • 96
  • 316
  • 522
1
vote
0 answers

readonly access to SystemConfiguration non-jailbreak devices

i found that some applications in AppStore like hotpot shield can recognize that you selected their profile in VPN setting or not , or its on-demand switch is enable or not. i found that setting could be read on this address…
Ali
  • 287
  • 1
  • 2
  • 13
0
votes
1 answer

ASP.NET Profile Templates

Is it possible have more than one profile template? I'm working on an internal application for a company that will be distributed to multiple locations and have different setups. I was thinking of having a profile for user preferences, and then…
Paxenos
  • 2,756
  • 4
  • 21
  • 20
0
votes
1 answer

how to define system configuration?

I use oro platform v4.1 I try to defind configuration value to system according to https://doc.oroinc.com/4.1/backend/system-configuration/ so class Configuration implements ConfigurationInterface { /** * {@inheritDoc} */ public…
0
votes
1 answer

System.Configuration.ConfigurationManager [ 4.7- 6.0] return null value accessing app.config in Azure Function

I have app.config file in the Azure function that I want to read appsettings at runtime. I updated csproj file to add app.config file to be dropped at 'bin\Debug\netcoreapp3.1' as well as bin\Debug\netcoreapp3.1\bin but I am getting null value when…
Umapathy
  • 23
  • 4
0
votes
1 answer

Shopware 6 - how to add button component in the plugin System configuration in SW6

I want to have button component or input-type=button on the plugin system configuration page. Does anyone knows how to add it in config.xml I went through main file of Shopware Core System Config Schema - but type does not have any button related…
sandip
  • 533
  • 9
  • 29
0
votes
0 answers

CaptiveNetwork in Lion (OS X 10.7)

I'm working with a connection manager and one of the new features in OS X 10.7 is that they now track WiFi in a iPhone-similar way. On the iOS it's possible to register SSIDs which the OS should pass on to my application using the…
qrikko
  • 2,483
  • 2
  • 22
  • 35