Skip to main content

All Questions

Tagged with or
1 vote
2 answers
119 views

I'm running Devuan Excalibur (like Debian Trixie, but without systemd). I notice that fwupd is running; and I know that on some other systems, fwupd is actually service, which can be taken down using ...
einpoklum's user avatar
  • 11.1k
0 votes
0 answers
76 views

I run a Cisco XRd docker container on my Linux Ubuntu host. I run the image using docker run -it -d command. The image's entrypoint is /usr/sbin/init, indeed: root@eve-ng-6:/opt/unetlab/html# docker ...
CarloC's user avatar
  • 385
1 vote
2 answers
299 views

I have a Linux device with several services of my own. Kernel: 4.14.151 systemd: systemd 249 (249.11-0ubuntu3.12) My services are written as sysvinit services and automatically generated as systemd ...
hudac's user avatar
  • 791
2 votes
1 answer
196 views

I have an init script to start qbittorrent-nox on my server. It works fine when I first start the server, but if I shut down the qbittorrent-nox process (service qbittorrent stop) it will not start ...
Martin Vegter's user avatar
0 votes
1 answer
282 views

Why was sysv-rc-conf removed from the Debian repos? Is there for example a better alternative with a GUI? When I run sudo apt-get upgrade it's the only package held back: The following packages have ...
mYnDstrEAm's user avatar
  • 4,962
0 votes
1 answer
169 views

I have a VM that is acting as a DC for a Windows VM, however, due to some shenanigans that systemd had been playing repeatedly (the boot process would hang inexplicably with the CPU load going ...
Robidu's user avatar
  • 103
0 votes
1 answer
71 views

After upgrading to Debain12 with KDE, the package managers Apper and Discover show that a package "orphan-sysvinit-scripts" should be updated. But I don't have that package installed so why ...
mYnDstrEAm's user avatar
  • 4,962
0 votes
1 answer
63 views

Note on formatting I've gone back and added bold text to my specific questions, because I feel the details have lead to the question getting lost. However, the details are kind of necessary to ...
Solonotix's user avatar
  • 101
0 votes
1 answer
149 views

I'm facing an odd problem on a Buildroot environment for RPi3. I have this init.d service to start apache2 (version 2.4.57): # cat /etc/init.d/S50apache #!/bin/sh case "$1" in start|...
Mark's user avatar
  • 805
1 vote
0 answers
93 views

I'm using PorteuX (Slackware based) and in the shutdown/reboot process I want to unmount everything, which works fine unless I boot with Nvidia drivers. In this case, just before reboot -f step if I ...
Fulalas's user avatar
  • 119
4 votes
2 answers
2k views

When I shut down or restart my server while logged in via SSH, the SSH connection hangs or freezes. The terminal becomes completely unresponsive, and it takes up to one minute for the SSH session to ...
Martin Vegter's user avatar
1 vote
0 answers
2k views

I am working on an embedded Linux system where busybox is being used as init. I have 2 requirements on running my application. My application needs to start as early as possible; It needs to be ...
wangt13's user avatar
  • 651
0 votes
1 answer
458 views

I have a very simple SysVinit service in /etc/rc.d: #!/bin/bash PIDFILE="/var/run/test.pid" status() { if [ -f "$PIDFILE" ]; then echo 'Service running' return 1 fi ...
Maestro's user avatar
  • 233
1 vote
0 answers
436 views

I have to write a portal init.d script for a program that runs on foreground (no daemon option; no pidfile option) and logs to stdout/stderr. The program should log into syslog service. The program ...
jkroepke's user avatar
1 vote
1 answer
440 views

I am trying to launch an application via inittab in an embedded system. The desire to do this via inittab rather than through an init.d script is to avail of respawn. There is no systemd on this ...
dqbydt's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
32