FreeBSD 11.4 / 12.2 pkg-install problems startup service

Stefan Parvu sparvu at kronometrix.org
Thu Dec 3 16:20:34 UTC 2020


> That is right, it would not work.

now this is clear. thanks for clarifications.

> 
> pkg -o HANDLE_RC_SCRIPT=yes install kdr
> should do the trick.

okay. I tried on FreeBSD 11.4 - does not go fine. Nothing is fired up.

# pkg -o HANDLE_RC_SCRIPT=yes install kdr-1.6.2-freebsd11.4-amd64.txz
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	kdr: 1.6.2

Number of packages to be installed: 1

The process will require 118 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing kdr-1.6.2...
Extracting kdr-1.6.2: 100%

# ps -U krmx
  PID TT  STAT    TIME COMMAND
29617  -  I    0:00.64 sshd: krmx at pts/0 (sshd)
44306  -  S    0:18.98 sshd: krmx at pts/1 (sshd)
29618  0  Is+  0:00.13 -tcsh (tcsh)
44307  1  IWs  0:00.00 -tcsh (tcsh)
82001  1  IW   0:00.00 -su (tcsh)

If I manually run /etc/rc.d/kdr start everything will start fine.  

Can I use pkg -o option under FreeBSD 11.4? At least the man page says I should.

Stefan



More information about the freebsd-pkg mailing list