Re: [lfs-support] ERROR: init-functions: start_daemon

2021-04-01 Thread Bruce Dubbs
On 4/1/21 7:15 PM, Scott Andrews wrote: in init-functions start_daemon pidfile is not validated before removing... code as follows [snip]     # Execute     if [ -z "${force}" ]; then     if [ -z "${pidfile}" ]; then     # Determine the pid by discovery    

[lfs-support] ERROR: init-functions: killproc doesn't remove pid file after stopping process

2021-04-01 Thread Scott Andrews
case statement changes to     case "${retval}" in         0)    ;; # Program is running correctly         1)    # Program is not running, but an invalid pid file exists             # Remove the pid file.             # If a PID file exists with that name, assume that is it.             [ -z

[lfs-support] ERROR: init-functions: start_daemon

2021-04-01 Thread Scott Andrews
in init-functions start_daemon pidfile is not validated before removing... code as follows start_daemon() {     local force=""     local nice="0"     local pidfile=""     local pidlist=""     local retval=""     # Process arguments     while true     do     case "${1}" in

Re: [lfs-support] LFS translation to Ancient Greek completed

2021-04-01 Thread Alex Johns
On 1/04/21 11:32 pm, Rob Hudson wrote: Tim Tassonis wrote: It took me a while, but I now finally completed my translation of the LFS book into Ancient Greek. It is based on LFS 10.0, and only the sysv version is done yet, Systemd is still pending due to ancient greek only having capital

Re: [lfs-support] LFS translation to Ancient Greek completed

2021-04-01 Thread Ken Moffat
On Thu, Apr 01, 2021 at 12:01:14PM +0200, Tim Tassonis wrote: > Hi all > > It took me a while, but I now finally completed my translation of the LFS > book into Ancient Greek. It is based on LFS 10.0, and only the sysv version > is done yet, Systemd is still pending due to ancient greek only

Re: [lfs-support] ERROR: init-functions: killproc

2021-04-01 Thread Bruce Dubbs
I think you are right, but it's low priority right now. We are really busy trying to get a new server set up properly. For now there is http://wiki.linuxfromscratch.org/lfs/ticket/4842 -- Bruce On 4/1/21 9:35 AM, Scott Andrews wrote: This code is from killproc: If killproc is called (

[lfs-support] ERROR: init-functions: killproc

2021-04-01 Thread Scott Andrews
This code is from killproc: If killproc is called ( for example: /etc/init.d/sysklogd: killproc /sbin/klogd ) and the pid file exists and the process in not running: then the case statement receives a 1 exit status from from pidlist=`pidofproc "${1}"` ,pidlist contains "" and pidfile is

Re: [lfs-support] LFS translation to Ancient Greek completed

2021-04-01 Thread Rob Hudson
Tim Tassonis wrote: It took me a while, but I now finally completed my translation of the LFS book into Ancient Greek. It is based on LFS 10.0, and only the sysv version is done yet, Systemd is still pending due to ancient greek only having capital letters. Ha. Very good. You actually did

Re: [lfs-support] LFS translation to Ancient Greek completed

2021-04-01 Thread Xi Ruoyao
On 2021-04-01 12:01 +0200, Tim Tassonis wrote: > Hi all > > It took me a while, but I now finally completed my translation of the > LFS book into Ancient Greek. It is based on LFS 10.0, and only the sysv > version is done yet, Systemd is still pending due to ancient greek only > having capital

[lfs-support] LFS translation to Ancient Greek completed

2021-04-01 Thread Tim Tassonis
Hi all It took me a while, but I now finally completed my translation of the LFS book into Ancient Greek. It is based on LFS 10.0, and only the sysv version is done yet, Systemd is still pending due to ancient greek only having capital letters. Maybe this could be mentioned on the lfs