Skip to main content

Questions tagged [init]

init is the first actual process (PID 1) spawned during the boot sequence of a UNIX system. Some systems may rely on alternative solutions such as systemd or Upstart (Ubuntu).

0 votes
1 answer
99 views

In sysvinit, we could list /etc/init.d. In systemd, the solution was a systemctl --all. What to do in runit? The sv command can only manage induvidual services, but not list them.
peterh's user avatar
  • 10.5k
0 votes
0 answers
128 views

The problem is while booting up rasbberry pi with uboot as boot loader not able to decrypt encrypted rootfs partition with initramfs,to debug and analyse what happening want to enable uboot debug logs....
URegal's user avatar
  • 1
0 votes
0 answers
92 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
0 votes
0 answers
66 views

i am using passing a script as init= for kernel boot. I use this script to setup overlayfs using two partitions on an mmc device. This works fine. I use root=/dev/mmcblk0p1 as the root. at boot, i ...
RookieBeotch's user avatar
2 votes
0 answers
103 views

I have problems with creating initramfs for ISO live cd. I don't know whats wrong with init script in initramfs, you can see below the screenshots about trying to boot kernel and initramfs, the first ...
GoldenVadim's user avatar
0 votes
0 answers
121 views

When running a long-running command in the background over SSH from a non-interactive shell script, I noticed the process continues running on the remote machine without using nohup, disown, or ...
phip1611's user avatar
  • 101
0 votes
0 answers
41 views

I am playing around with firecrackver VMM. I have extracted rootfs from a python docker image like this. docker export $(docker create python:latest) --output="python.tar" mkdir python tar -...
Raaz's user avatar
  • 131
5 votes
1 answer
653 views

Service reads sys/devices/virtual/dmi/id/product_serial somewhere at start and generally it contains some typical hex number of ten digits (e.g. 01212302C5) with newline. However sometimes the content ...
Rodion Gorkovenko's user avatar
1 vote
0 answers
344 views

I want to use Dracut for initramfs image creation. This image should be able to shrink a root filesystem on a Fedora machine. I would like to test partition shrinking flow manually first. If ...
Zzaponka's user avatar
  • 111
0 votes
1 answer
77 views

The output of lsns looks different based on the privilege of the user running it. ubuntu user and root user get different results: ubuntu@ubuntu:~$ lsns NS TYPE NPROCS PID USER COMMAND ...
CarloC's user avatar
  • 385
1 vote
1 answer
257 views

I am working on an embedded Linux system (5.19.10), and I am using busybox as the main part of file system. Now I am trying to run a test which should output logs to the serial port (ttyS0). But I did ...
wangt13's user avatar
  • 651
1 vote
1 answer
232 views

I am working on an embedded Linux system (kernel-5.10.24), and now I am trying to create the initramfs where there is an interactive shell. The rootfs is mainly based on busybox, and the initramfs ...
wangt13's user avatar
  • 651
0 votes
1 answer
184 views

I am trying to create a custom ramdisk, but it keeps failing right before launching init. Here is the script: https://gist.github.com/amanuel2/f3e8bb9399f3b3bd36a90cd925ecf63d Logs: Edit 2: Logs: ...
amanuel2's user avatar
  • 101
1 vote
1 answer
370 views

I have a systemd service named webserver.service that is wanted by multiuser.target (enabled by default on system). I have another service under another target named test.service that I want to run ...
Denny's user avatar
  • 13
3 votes
2 answers
630 views

Using docker, I recently found that PID 1 is by default unkillable by SIGTERM. Yet you can still catch SIGTERM in PID 1 if you setup a handler in the process. So this doesn't seem to be the case of ...
rrauenza's user avatar
  • 852

15 30 50 per page
1
2 3 4 5
25