Skip to main content

Questions tagged [system-v]

0 votes
1 answer
298 views

Prior to RHEL 7, their distributions were built on SysV, a manager that looks much like the legacy System V (init.d, rc, runlevels...). They changed it to systemd from RHEL 7. But what is the real ...
Sandburg's user avatar
  • 359
2 votes
1 answer
144 views

Several sources online discusses the difference between Linux systemd service management facility and that of System V. While there's an official website for systemd, I found no official definition ...
DannyNiu's user avatar
  • 722
1 vote
2 answers
2k views

I have been following official guide for installing mongodb but it wont run as a service. When i try $ whereis mongod mongod: /usr/bin/mongod /etc/mongod.conf /usr/share/man/man1/mongod.1.gz but step ...
Vojin Purić's user avatar
-3 votes
1 answer
607 views

I had to restart my apache2 server in WSL yesterday, and I was surprised that I couldn't use systemctl like I do on Ubuntu; instead having to revert to sudo /etc/init.d/apache2 restart. But I thought ...
leeand00's user avatar
  • 4,971
1 vote
0 answers
787 views

As a personal project I decided to start building a Linux From Scratch (System V Edition, 9.1) on a virtual machine. Everything went out correctly until the moment of entering the system through ...
Pelikan's user avatar
  • 11
1 vote
1 answer
645 views

Linux supports two kinds of message queues: POSIX (i.e., those created by mq_open), and System V (i.e., those created by msgget). For POSIX message queues, mq_overview(7) documents that you can ...
Joseph Sible-Reinstate Monica's user avatar
0 votes
1 answer
357 views

As the title says I want to make a ubuntu package that people could download with apt and I would like to set up the package with a System V script so that people can start and stop the service (like ...
Fransebas's user avatar
  • 113
3 votes
0 answers
248 views

In my previous post, about the Linux kernel, the structure task_struct represents threads i.e. light weight processes, but not processes. processes are not represented by any structure, but by ...
Tim's user avatar
  • 107k
5 votes
1 answer
3k views

In manpage of ps tid TID the unique number representing a dispatchable entity (alias lwp, spid). This value may also appear as: a ...
Tim's user avatar
  • 107k
1 vote
1 answer
6k views

I have a bash script that is written in a debian-based distribution (System-V) and I want to run it under CentOS 7. There is a part of the script that runs a command as a daemon like this: start-stop-...
3bdalla's user avatar
  • 441
15 votes
1 answer
9k views

Unix Internal by Vahalia have figures showing the relations between processes, kernel threads, lightweight processes, and user threads. This book gives most attention to SVR4.2, and it also explores ...
Tim's user avatar
  • 107k
0 votes
0 answers
562 views

I'm trying to have a System V service relaunched on exit. EDIT: Should have precised that I'm using busybox init system instead of classic systemV I found that It could be done using /etc/inittab ...
Arkaik's user avatar
  • 1,198
0 votes
1 answer
562 views

I know that there are (at least) two types of message queues: System V message queues and POSIX message queue. To my surprise, the man page also says that the msgget system call for System V message ...
xiaokaoy's user avatar
  • 121
2 votes
1 answer
7k views

I'm trying to learn about rsyslog. On one of my linux boxes, I think that rsyslog has been configured to run through systemd based on this output: >systemctl status rsyslog rsyslog.service - ...
StoneThrow's user avatar
  • 1,957
4 votes
3 answers
16k views

I would like to execute this shell script at reboot and shut down: #!/bin/sh touch /test Its permissions are -rwxr-xr-x 1 root root 22 Feb 24 09:34 /etc/init.d/te1 And it has this links /etc/rc0.d/...
Frank Breitling's user avatar

15 30 50 per page