Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2023 08:49:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 270234] sysutils/fsc: segmentation fault
Message-ID:  <bug-270234-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270234

            Bug ID: 270234
           Summary: sysutils/fsc: segmentation fault
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: samm@FreeBSD.org
          Reporter: vermaden@interia.pl
          Assignee: samm@FreeBSD.org
             Flags: maintainer-feedback?(samm@FreeBSD.org)

Used with example config:

% cat /usr/local/etc/fscd.conf=20=20=20=20=20=20=20=20=20=20=20=20
sshd
powerd

=3D=3D=3D=3D



FreeBSD version.

% uname -a=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
FreeBSD w520.local 13.1-RELEASE-p3 FreeBSD 13.1-RELEASE-p3 GENERIC amd64

=3D=3D=3D=3D



Started by hand.

# rm /var/run/fsc*

% ls -l /var/run/fscd.*
zsh: no matches found: /var/run/fscd.*

# fscd=20=20=20=20=20=20=20=20=20=20=20=20
sshd is running as pid 98715.
powerd is running as pid 47037.

Usage:
service [-j <jail name or id>] -e
service [-j <jail name or id>] -R
service [-j <jail name or id>] [-v] -l | -r
service [-j <jail name or id>] [-v] <rc.d script> start|stop|etc.
service -h

-j      Perform actions within the named jail
-e      Show services that are enabled
-R      Stop and start enabled /usr/local/etc/rc.d services
-l      List all scripts in /etc/rc.d and /usr/local/etc/rc.d
-r      Show the results of boot time rcorder
-v      Verbose

zsh: segmentation fault  doas fscd

% ls -l /var/run/fscd.*
-rw-r--r-- 1 root wheel 5 2023-03-15 09:46 /var/run/fscd.pid
srwx------ 1 root wheel 0 2023-03-15 09:46 /var/run/fscd.sock

=3D=3D=3D=3D



Started by service(8).

# rm /var/run/fsc*

# service fscd status=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
fscd is not running.

# service fscd start=20

# service fscd status
fscd is not running.

# service fscd stop=20=20
fscd not running? (check /var/run/fscd.pid).

# service fscd start=20

# service fscd stop=20=20
fscd not running? (check /var/run/fscd.pid).



Hope that helps.

Regards.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270234-7788>