162 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
595
views
samba-tool GPO scripts
I have a Samba server set up as a secondary domain controller and an Active Directory server as the primary domain controller. My goal is to deploy a startup script to run on Windows clients in a ...
0
votes
1
answer
576
views
WSO2 APIM 4.3.0 start up failure with JDK 17
I have downloaded WSO2 APIM 4.3.0 from wso2 github
WSO2 APIM: 4.3.0
Java: JDK 17.0.12
OS: Windows 11
And followed pre requisites mentioned in same page.
Installed JDK Version 17.
The JAVA_HOME ...
0
votes
0
answers
56
views
Google Cloud SUSE Linux VM ignoring startup script to regain root access
I tried to increase the size of my VM's sda disk but it is now stuck in boot loop as the root sda partition did not resize.
Unfortunately, the VM has a root password that has not been documented so I ...
1
vote
0
answers
120
views
How to upload a startup script from a bucket using Terraform?
I need to upload a startup script from a bucket in Cloud Storage using Terraform. Service account has appropriate permissions.
I tried 3 different ways:
main:
module "instance_template" {
...
0
votes
1
answer
308
views
setting guifont in .vimrc does not work Windows 11
Using GVIM version 9 on Windows 11 23H2, I use Edit > Select Font to choose Lucida Console size 12 and it works as expected. When I type :set guifont? I see
set guifont=Lucida_Console:h12:cANSI:...
1
vote
2
answers
3k
views
PowerShell to start a script at startup with Task Scheduler
I want to automate the running of my AutoHotkey toolkit using Task Scheduler because the "Startup" folder also throws up a CMD screen when it starts, and this method does not. However, I ...
0
votes
0
answers
149
views
Powershell Login Script
I have been struggling to get into the next phrase of testing towards creating a logon script that will map drives if they belong to a Group and removed if they don't. This is on top of a few drives ...
0
votes
0
answers
92
views
Java CLI arguments are ignored when running the program when windows start
I created a Java program that I want to automatically run when I turn on my PC, so I made the following run.bat and put it in Window's Startup folder:
start javaw -jar "Program.jar" "...
user avatar
user14647130
0
votes
0
answers
261
views
Running screen command from startup scrip in gcp vm instance
I am trying to start a new screen in detached mode and run a shell script, which keeps running forever
My startup scrip contains following
screen -dmS live bash /home/mindedgescapital/projects/src/...
0
votes
2
answers
663
views
Not able to execute the docker compose and up a docker compose in the startup script of a GCP vm
This below start up script doesn't result in Kafka containers running when I check using "docker ps -a".
#!/bin/bash
sudo apt update
sudo apt ...
0
votes
1
answer
694
views
Python script not running on boot in jetson nano, 'Permission Denied' and 'Failed with result 'exit-code'' error message
I am trying to run a python script on boot in a jetson nano. However, I think my script is not running for some reasons and I have no idea what is going on. Can any master help me out?
I am trying to ...
-1
votes
2
answers
236
views
How to create a folder in home directory(ubuntu16.04) using GCP start up script at time of GCP VM creation?
Here is what I am doing:
gcloud compute instances create example-instance \ --image-family $image \ --image-project $projectID \ --machine-type $type_machine \ --metadata startup-script='#!/bin/bash ...
0
votes
2
answers
90
views
Can I light up the LED at the reset interrupt point
Based on Cortex-M4,GNU compiler.
what i want to do is through a store instruction store a word to an address which is belongs a light's GPIOx_ODR(output mode as default).so i can light up led without ...
0
votes
1
answer
585
views
Google Compute Engine (GCE) Startup Script // "apt-get upgrade" shutting down google script runner (google-startup-scripts.service)
Just in the past few days my GCE startup script has been failing when creating new instances. I believe it is because the apt-get upgrade command is causing the google-startup-scripts service to ...
1
vote
0
answers
448
views
The startup script is executed on the VM defined as a resource but not on the VMs from the Terraform's instance template module
I tried to create a load balancer with the MIG consisting of three VMs. Additionally, I created a VM that is not part of the MIG but operates within the same subnet. The reason for making it was to ...