Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 17:32:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 203129] syslogd: /dev/console: Interrupted system call on arm64
Message-ID:  <bug-203129-8-GAtae4oMFv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203129-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203129-8@https.bugs.freebsd.org/bugzilla/>

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

heas@shrubbery.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |heas@shrubbery.net

--- Comment #5 from heas@shrubbery.net ---
Me too.  Like J.Catrysse@, I have a Supermicro X9 ipmi at 115200 with conso=
le
forwarding set in the BIOS on fbsd 11.1.  In addition, I have loader.conf
configured for dual consoles (serial/ttyu0 and KVM), as in:
hint.sio.0.flags=3D"0x30"
boot_multicons=3D"YES"
boot_serial=3D"YES"
comconsole_speed=3D"115200"
console=3D"comconsole,vidconsole"

only one syslog line logging to /dev/console:
kern.*;syslog.err                                       /dev/console

ktrace syslogd & kill -1 it (or restart it), reveals:
 37969 syslogd  GIO   fd 10 read 1409 bytes     XXX syslog.conf
      ......
 37969 syslogd  CALL  openat(AT_FDCWD,0x7fffffffc4d6,0x9<O_WRONLY|O_APPEND>)
 37969 syslogd  NAMI  "/dev/console"
 37969 syslogd  RET   openat -1 errno 4 Interrupted system call
 37969 syslogd  PSIG  SIGALRM caught handler=3D0x404c60 mask=3D0x80001
code=3DSI_KERNEL
      .......
 37969 syslogd  CALL  openat(AT_FDCWD,0x408828,0x5<O_WRONLY|O_NONBLOCK>)
 37969 syslogd  NAMI  "/dev/console"
 37969 syslogd  RET   openat 11/0xb
 37969 syslogd  CALL  openat(AT_FDCWD,0x7fffffffa300,0x5<O_WRONLY|O_NONBLOC=
K>)
 37969 syslogd  NAMI  "/dev/console"
 37969 syslogd  RET   openat 12/0xc
 37969 syslogd  CALL  writev(0xc,0x7fffffffaa10,0x7)
 37969 syslogd  GIO   fd 12 wrote 65 bytes
       "Sep 28 17:18:59  syslogd: /dev/console: Interrupted system call\r
       "


This is a recent upgrade to 11.1, but it worked in 10.3.

--=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-203129-8-GAtae4oMFv>