Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

If I have 2 TeamCity build configurations (A and B), B with a snapshot dependency on A and the option to use the same build agent selected. If I have as a last step in A that reboots the build agent, ...
lee23's user avatar
  • 439
1 vote
0 answers
70 views

I changed the code in kernel-source/drivers/usb/core/driver.c to: void usb_deregister_device_driver(struct usb_device_driver *udriver) { pr_info("%s: deregistering device driver %s\n", ...
Henry Leong's user avatar
0 votes
0 answers
50 views

Observations: Xamarin to Xamarin update: Reboot occurs as expected after updating from a Xamarin build to a new Xamarin build. MAUI to MAUI update: Reboot occurs as expected after updating from a MAUI ...
andreas's user avatar
0 votes
1 answer
287 views

Each time I reboot my laptop, Kong API Gateway fails to bind and start. If I delete and recreate it's all fine, just the reboots mean recreating each time and reperforming setup. I am using Kong ...
John Carew's user avatar
1 vote
0 answers
179 views

I'm going nuts over something seemingly simple. I want to run a script every minute which reboots when it finds something in a log. It simply does not run via cron. My script in /home/root/...
twsnnl's user avatar
  • 11
2 votes
1 answer
472 views

I have this part of code where I am trying to reboot a remote machine over ssh : def check_and_reboot(ssh, hostname): # if not ssh_connect(ssh, hostname): # print("SSH failed, ...
Aravind S's user avatar
  • 505
2 votes
0 answers
115 views

Host - Ubuntu 20.04 on Raspberry pi 4 Container - arm64v8/ros:noetic-ros-core I'm using docker compose to bring my container up. When launched from the CLI, everything works fine. However, when i ...
Ben Bird's user avatar
  • 392
0 votes
0 answers
117 views

Where should I put my initialization code for a containerized flask application so that it gets executed after a host server reboot. I currently have code to starts a Schedule thread in the main ...
netmind's user avatar
1 vote
0 answers
135 views

I tried to reboot the linux by the reboot command on the prompt. I think that the busybox normally executed the function 'static void halt_reboot_pwoff(int sig)' because of the following boot message. ...
andy's user avatar
  • 117
0 votes
0 answers
63 views

I'm working on an app (JobService) that should restart the device once a week using an ADB command (from the code). This works very well. Background: The device is used for navigation and is ...
A.N.D.Y's user avatar
0 votes
0 answers
23 views

` model = load_model("model", compile=False) class_names1 = open("labels.txt", "r").readlines() GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) camera = cv2.VideoCapture(2)...
Yelenaa's user avatar
-1 votes
1 answer
175 views

I am trying to automount (on reboot) an NFS thumb drive onto another raspberry pies in a cluster using fstab. I have tried all the solutions on how to auto mount NFS drive on reboot using fstab https:...
Coddy's user avatar
  • 574
0 votes
0 answers
86 views

Without proper verification I used the code generated by ChatGPT, thinking that I would set up my Mac for automatic rebooting every hour. The commands here are quite simple, and someone knowledgeable ...
Like_north's user avatar
2 votes
2 answers
219 views

I'm using pyenv 2.3.22 on a Raspberry Pi, with ./profile entry: export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(...
RyderHook's user avatar
1 vote
0 answers
135 views

I tried to schedule a movefile (using the sysinternals tool movefile) operation to delete "C:\ProgramData\Microsoft\Windows Defender\Definition Updates\Backup" but I forgot the quotes and ...
Jacoblightning3's user avatar
0 votes
0 answers
118 views

I cannot restart my laptop. Before rebooting my harddisk was full I don't know if this caused the problem. Now I can see a blankscreen and an underscore where I cannot type anything(automatically ...
Priya's user avatar
  • 1
0 votes
1 answer
2k views

I am having a hell of a time trying to get a very basic script to reboot my Windows 2019 Server. I am logged in as a Domain and Local Administrator (in the Administrator group). When I run this basic ...
GeminiXM's user avatar
-3 votes
1 answer
131 views

The simple Python script /home/debian/project/del_video.py works fine: #!/usr/bin/env python3 # -*- coding:utf-8 -*- import os import time today = time.strftime("%w",time.localtime()) ...
showkey's user avatar
  • 375
1 vote
1 answer
485 views

Both reboot and poweroff are mapped to /bin/systemctl, how does systemctl control shutdown and restart. When entering reboot or poweroff, how does systemctl get which command should be executed? It ...
Junbo Zheng's user avatar
0 votes
0 answers
218 views

I'm new to PS and Been messing with this for a while and I can't seem to get it right. I'm gathering information to create a log file name dynamically from reg keys and other variables and create the ...
T3kdud3's user avatar
0 votes
1 answer
551 views

Tried rebooting mint using command “sudo reboot” during reload processes stopped because “SGX is disabled by bios” and there is a bug in ACPI (ACPI Bios Error(bug): Could not resolve symbol [TBTS], ...
Yarky's user avatar
  • 1
0 votes
1 answer
2k views

After installing Debian 12, my laptop (Victus 16) with an AMD Ryzen 5 5600H CPU, NVIDIA GeForce RTX 3050 Ti Laptop GPU, and 16GB RAM freezes and reboots within about 3 seconds of login. This happens ...
pandoshara's user avatar
1 vote
1 answer
56 views

I am trying to auto start an app after rebooting the phone. After looking into a few tutorials, none of the codes starts the app after rebooting the phone, and I have tested if ...
henry Chan's user avatar
1 vote
1 answer
192 views

When nodes reboot based on the job "kured_reboots", alertManager still alerts on other node alerts. Is there a way to stop alertManager alerts for nodes going through a reboot based on the ...
JBeach's user avatar
  • 35
1 vote
1 answer
245 views

For example, is there a command that allows you to turn on the computer (be it a remote computer connected to the network or your own), for example, after a reboot, after a specified, strictly defined,...
Das Alias's user avatar
1 vote
0 answers
84 views

I am recently writing a micro-hypervisor for Intel CPUs. My micro-hypervisor runs while VMX is enabled. However, I ran into problem when trying to reboot the machine. I decide to follow https://wiki....
Eric Stdlib's user avatar
  • 1,580
-1 votes
1 answer
1k views

I am being told sensitive data held in RAM is permanently cleared out by rebooting a Windows (10) machine. Is this correct? RAM is extended by paging data to and from the paging file (C:\pagefile.sys) ...
Mark Worrall's user avatar
0 votes
0 answers
4k views

My name is Nikolay, I am from Ukraine, I am an engineer of a service center for the repair of security systems and access control. Faced the following problem: ZKTeco F22 ID biometric access control ...
nksys's user avatar
  • 1
0 votes
1 answer
720 views

I am pretty new to PowerShell scripting so I wanted to write a script that helps our apprentices in setting up new laptops for our customers. This script should rename the computer, then restart it ...
Slime's user avatar
  • 1
-1 votes
2 answers
171 views

I have a launch daemon (written in C++) that runs on macOS. Is there a way to tell if the operating system is currently restarting? (Or the moment after the user hit Apple Logo -> Restart and the ...
c00000fd's user avatar
  • 22.8k
0 votes
1 answer
515 views

There is a lot about the "procedure" LINUX undertakes when a reboot or 'imminent shutdown' is underway. I wish to understand, programmatically, and react to, that a REBOOT IS IMMINIENT. My ...
Mark Arnold's user avatar
0 votes
1 answer
223 views

If you take an AMI from an EC2, and the AMI takes, say, 1 hour to be available; and you choose the option not to skip the reboot. All the files in the AMI will: a) reflect their exact condition from ...
Lascou's user avatar
  • 376
0 votes
0 answers
58 views

So I am doing a project at work, where I am communicating with an external IO-Module PCB, over a TCP connection. So essentially a GUI, talking to an embedded system, via TCP. I then want to add a ...
Henrik Truelsen's user avatar
0 votes
0 answers
258 views

I was working on my VM and occasionally when I have been working for a long time and it is tab overloaded it collapses. Today it collapsed again and when I rebooted my Mozillas icon was not there. No ...
endiku's user avatar
  • 1
-1 votes
1 answer
5k views

I am trying to reboot a Unix based machine with SSH on windows. I am using PuTTY command, it looks like this : putty.exe -ssh [email protected] -pw password -m reboot.txt -t And the reboot.txt ...
DamienDne's user avatar
-1 votes
1 answer
195 views

What is the best way to measure the elapsed time between any two points, including across device reboot? I thought clock_gettime_nsec_np(CLOCK_MONOTONIC) would work but I recently realized that the ...
Guig's user avatar
  • 10.6k
3 votes
2 answers
12k views

I had restarted the server (master node) and I get since then the following message when I want to use kubelet: The connection to the server YYY.YYY.YYY.YY:6443 was refused - did you specify the ...
GrasWindowWind's user avatar
0 votes
0 answers
317 views

I am looking for a way to determine if windows needs to reboot or restart inside a C# application. For example, because a newly installed app needs windows to restart. What are available solutions for ...
Leen's user avatar
  • 31
1 vote
0 answers
3k views

We are running a reboot (sudo systemctl reboot) of a worker node with Kubernetes version v1.22.4. We observe that pods on the rebooted node are presented with status TERMINATED. kubectl get pod ...
Thomas Enblom's user avatar
1 vote
1 answer
101 views

we are facing issues with install failure and rollback which brings application to unstable state. With reboot done after failure and rollback, our application becomes stable. So to recommend user to ...
user1987138's user avatar
3 votes
0 answers
989 views

I am having difficulties getting my docker-compose command to run on reboot in my EC2 instance. I have been through many responses with a similar question but have been unsuccessful so far. In my EC2 ...
Sam's user avatar
  • 913
0 votes
1 answer
302 views

I'm writing a Windows service that receives an encryption key from our web server. Such key never leaves memory and is used to encrypt and decrypt sensitive data. This works well, except for the ...
c00000fd's user avatar
  • 22.8k
1 vote
0 answers
301 views

I have a Django project which I want to start every time the device reboots. I can start the Django application manually using the following 4 commands cd /home/pi/reg-sign source djenv/bin/activate ...
Edward Blissitt's user avatar
1 vote
0 answers
208 views

I have a problem with the method enterprises.devices.issueCommand (LOCK and REBOOT) of Android Management API. I had set the duration to 60 seconds and REBOOT didn’t work always. By setting it to 600 ...
adrienB-dkt's user avatar
1 vote
0 answers
617 views

Schedule notifications doesn't show after I reboot my device. I tried to this following steps but still not working for me. Flutter app BOOT_COMPLETED receiver doesn't work Device : Oppo A92 ...
stranger_cool's user avatar
-1 votes
1 answer
157 views

I have a python-script that is started at bootup-time as a cronjob to collect measurement-data: @reboot python /path/to/my_script.py The Linux-machine is rebooted daily at a certain time as a cronjob: ...
ye_ol_man's user avatar
0 votes
1 answer
1k views

I have some problems trying to test "needs-restarting -r ; echo $?" inside a RedHat distribution. The command works for cases where a reboot is not required, but I have not been able to ...
Cassius's user avatar
0 votes
1 answer
963 views

I read a forum post some time ago (unfortunately I don't have the link any more), that instructed me to invoke "reboot -h now" in Bash on a Raspberry Pi running the Unix-based Raspbian ...
user avatar
0 votes
1 answer
174 views

In AndroidManifest.xml: <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> and <receiver android:name=".alarm.AlarmBroadcastReceiver"> &...
yugyn_lonewolf's user avatar
0 votes
1 answer
3k views

I am using ubuntu 18.04. I want to reboot my server every day. Here is my crontab file for root, which is I can see with 'sudo crontab -e' operation 0 0 * * * rm /var/log/*log.* 0 0 * * * rm /var/log/...
obiwan96's user avatar

1
2 3 4 5
12