startup Questions
2
I have searched and tried a lot of solutions here and all over Google. My situation is as follows.
I just don't want Apache to be running.
1) localhost leads to "It works!" page
2) The command s...
Mcferren asked 7/11, 2019 at 11:21
10
I have slow PowerShell console startup times (always more than 5 second wait) and was hoping for advice on troubleshooting steps to find out where the bottlenecks might be?
I have read that for ru...
Intermittent asked 15/12, 2019 at 5:40
10
Solved
I am new to Ubuntu (Linux tbh). I encountered problem with starting MongoDB service. I want to created web app using Ruby on Rails and MongoDB but mongo seems to fail to start.
I followed this Mon...
Wilmot asked 1/1, 2016 at 11:8
5
I have developed an application for the user to see certain times on screen. I am using the pygames library and the GUI is full screen after the user runs the .py file.
I want a solution so that t...
Corcyra asked 30/7, 2013 at 6:11
4
I am attempting to run a program that I made on startup on my Raberry Pi 2. It is running Debian (Jessie) but it doesn't seem to work. I tried following this guide: Debian: Running Scripts on Start...
Broncho asked 20/2, 2016 at 22:48
4
Solved
For some reason I can't get this to work at all. I have read from various sources that I can override OnStartup in a WPF application and it will fire off as the App is created. However, no matter w...
3
Checkpoint Secure Client: "Connectivity with VPN services is lost" on Mac OS 10.8 [closed]
When I install the secure client from Checkpoint (from here) on my Mac OS X 10.8, it works.
However, as soon as I restart the Laptop for 1-2 times, it won't work anymore displaying the error...
4
Solved
I pulled the elastic search image from docker and tried to run it using docker command but it didn't work. I got the following error:
ERROR: [1] bootstrap checks failed
[1]: the default discove...
Sailboat asked 12/2, 2020 at 6:53
10
I tried using the sample code in this tutorial but it seems outdated and it did not work. So what changes do I have to make and to what files to have my app start automatically when Android finishe...
Cephalometer asked 17/6, 2011 at 21:12
3
Solved
I need my code run at Django application startup, before Django starts listening for incoming connections. Running my code upon the first HTTP request is not good enough. When I use Gunicorn, my co...
5
I have a service which is used to get some information and the method has a bunch of async calls in the chain.
public interface IFooService
{
Task<IFoo> GetFooAsync();
}
The concrete cla...
Carmelocarmen asked 24/1, 2019 at 4:57
15
Solved
First thing on a morning, just after I switch on my PC (Windows XP) and start my Eclipse it simply shows the splash screen and then freezes. After about 20 minutes it will then ask me which workspa...
3
There are quite a few examples of using BOOT_COMPLETED to start an application when the device boots..
I have attempted to use these example against my Flutter application. Having it start the App....
15
I have been using Visual Studio for a while and found that when I open visual studio and open the project all the files that were open last time remain open.
This causes my Visual Studio to freeze...
Mcginn asked 15/7, 2011 at 5:43
5
Solved
I'm trying to start haproxy (version 1.5.8 2014/10/31) with an "empty" config file and I get:
user@server:~$ sudo service haproxy start
[....] Starting haproxy: haproxy[ALERT] 126/120540 (7363) : ...
11
I have a Spring Boot application. I've added a lot of dependencies (unfortunately, looks I need all of them) and the startup time went up quite a lot. Just doing a SpringApplication.run(source, arg...
Sundin asked 1/12, 2014 at 14:37
25
Solved
I am trying to run some java files in a new project. So I make the project, put the files in it and I try to run the main file so my game starts.
I get an error that says selection does not conta...
Catechu asked 25/4, 2013 at 21:38
2
Solved
(Almost) every time I start up my Mac, I get the the following message:
Docker Desktop wants to create /var/run/docker.sock symlink. Touch ID or enter your password to allow this.
Anybody knows ho...
Childress asked 11/12, 2022 at 19:40
3
I have an a.out which I want to run when my BeagleBone boots up. It is actually a socket server which I want to start as soon as the BeagleBone powers up. I tried to put this in /etc/init.d, but it...
Hedwig asked 4/3, 2015 at 12:37
2
Solved
Is it currently possible to set a specific file to open on startup in VSCode?
I have the 'To Do Tasks' extension installed and I want to open my TODO file by default each time I load VSCode.
Usi...
Astigmatic asked 8/5, 2017 at 15:19
5
Solved
I know how to do dependency injection in the Startup.cs in .NET 5 (or before), but how do I do the same with the top-level Program.cs in .NET 6?
.NET 5: for example, I can inject a class in the Con...
Biomass asked 15/4, 2022 at 9:15
4
Solved
I want to start my application automatically when the phone boots.
I declared a BroadcastReceiver in the manifest file.
<receiver android:name=".Autostart">
<intent-filter>
<acti...
Sypher asked 1/6, 2012 at 16:15
2
Raku start-up times are notoriously huge.
On my machine (old one but the most modern I own):
time raku -e 'put "Hello, World!"'
495.67 - 567.02 millis
(1.53 secs for the 1st time launch)...
Ragg asked 27/9, 2022 at 17:57
3
Solved
I'm using "FluentValidation.AspNetCore" library (Version="8.6.2") for a .Net Core project.
What I would like to do is to register all my Validators automatically in Startup.cs c...
Tichon asked 21/7, 2020 at 21:34
2
Solved
i have a program that needs to be started when windows starts. I have created a string value in registry HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\
For this application starts at startup b...
Estoppel asked 28/7, 2013 at 13:39
1 Next >
© 2022 - 2025 — McMap. All rights reserved.