Signal 25

  • Creator
    Topic
  • #53769
    Earl Coppedge Jr
    Participant

      We are having a process go down frequently.  When I do a hciprocstatus it reports taht process as

      dead     Terminated by signal 25 at Thu Aug  1 10:18:25 201

      What does signal 25 mean?

    Viewing 4 reply threads
    • Author
      Replies
      • #78878
        Jim Kosloskey
        Participant

          In UNIX ‘File size Exceeded’.

          If this site has file type protocols maybe the file(s) being createrd have exceeded the default maximum defined in your UNIX. If that is the case, check with your admin to see what that limit might be and potentially get it expanded or perhaps modify the integration so it does not create such a large file.

          I guess it is also possible your log file or some other Cloverleaf file has gotten way too large but normally that would be caught be the System Alerts i would think.

          email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

        • #78879
          David Barr
          Participant

            For unrecognized signal numbers you can type “kill -l” to get the names of all the signals and then google the name if it isn’t clear what it means.

            On Linux, “man 7 signal” also gives a description of each signal.

          • #78880
            Robert Kersemakers
            Participant

              From ‘man kill’ on HP-UX:

              Code:

                 Signal Names and Numbers
                   The following table describes a few of the more common signals that
                   can be useful from a terminal.  For a complete list and a full
                   description, see the header file and the manual entry
                   signal(5).

                signum   signame   Name            Description
                ___________________________________________________________________________
                   0     SIGNULL   Null            Check access to pid
                   1     SIGHUP    Hangup          Terminate; can be trapped
                   2     SIGINT    Interrupt       Terminate; can be trapped
                   3     SIGQUIT   Quit            Terminate with core dump; can be trapped
                   9     SIGKILL   Kill            Forced termination; cannot be trapped
                  15     SIGTERM   Terminate       Terminate; can be trapped
                  24     SIGSTOP   Stop            Pause the process; cannot be trapped
                  25     SIGTSTP   Terminal stop   Pause the process; can be trapped
                  26     SIGCONT   Continue        Run a stopped process

              Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands

            • #78881
              Robert Milfajt
              Participant

                Too bad UNIX doesn’t have an ‘up’ command.  Then to get help on it you could…  wait for it…

                $ man up

                 ðŸ˜†

                Robert Milfajt
                Northwestern Medicine
                Chicago, IL

              • #78882
                Robert Kersemakers
                Participant

                  *facepalm*

                  Zuyderland Medisch Centrum; Heerlen/Sittard; The Netherlands

              Viewing 4 reply threads
              • The forum ‘Cloverleaf’ is closed to new topics and replies.