Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: conman | Distribution: SUSE Linux Enterprise 15 |
Version: 0.3.1 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.1.2 | Build date: Wed May 3 17:46:14 2023 |
Group: System/Console | Build host: ibs-centriq-5 |
Size: 636556 | Source RPM: conman-0.3.1-150500.1.2.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://dun.github.io/conman/ | |
Summary: The Console Manager |
ConMan is a serial console management program designed to support a large number of console devices and simultaneous users. It supports: - local serial devices - remote terminal servers (via the telnet protocol) - IPMI Serial-Over-LAN (via FreeIPMI) - Unix domain sockets - external processes (eg, using Expect for telnet/ssh/ipmi-sol connections) Its features include: - logging (and optionally timestamping) console device output to file - connecting to consoles in monitor (R/O) or interactive (R/W) mode - allowing clients to share or steal console write privileges - broadcasting client output to multiple consoles
GPL-3.0-or-later
* Mon Dec 12 2022 aginies@suse.com - update to version 0.3.1: * Fixed username/password use in libipmiconsole.conf. (e59f5e4) * Added more console logfile conversion specifiers. (96ede96, 5a189f6) * Added conmen '-T' cmdline opt to specify terminal emulator. (a11c6f4) * Added rpm source file verification. (f86c123) * Revamped autotools config. (547db3c) * Added configure opts for systemd/sysvinit. (3e303e6) * Added configure runstatedir support. (bb415e0) * Fixed installation directory variable substitution. (7642609) * Removed autotools-generated files from version control. (44168a4) * general move of files from /usr/lib/conman to /usr/share/conman * Fri Oct 15 2021 eich@suse.com - Typo fix to sysuser file. * Thu Sep 30 2021 eich@suse.com - Utilize sysuser infrastructure to set user/group conman. * Wed Jun 12 2019 dimstar@opensuse.org - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini * Tue Sep 25 2018 eich@suse.com - Update to conman-0.3.0 (2018-09-15): (jsc#SLE-8514) * Fixed slow connects to Unix socket consoles triggered from inotify. (#28,#29). * Obsoletes: Reset-delay-for-unixsock-connect-from-inotify.patch * Sat Sep 22 2018 eich@suse.com - Add Requires(post): %fillup_prereq sed. * Thu Aug 23 2018 eich@suse.com - Update to version 0.2.9: - Allowed IPMI defaults to be overridden via libipmiconsole.conf. (#27) - Updated recognized strings for IPMI workaround-flags (FATE#326641). * Thu Aug 23 2018 eich@suse.com - Replace If-connect-fails-let-other-side-accept-connection-and-come-back.patch by: Reset-delay-for-unixsock-connect-from-inotify.patch: Upstream chose to fix bsc#1101647 slightly differently. * Wed Jul 18 2018 eich@suse.com - If-connect-fails-let-other-side-accept-connection-and-come-back.patch: Make sure conmand connects to a newly created UNIX socket with minimal delay. The implementation uses inotify, however this triggers when the other side bind()s to the socket, however a connection is not possible until the other side calls listen(). Thus if the connection fails, reset the poll() timeout to return to connect() as soon as possible (bsc#1101647). - Support %license in a backward compatible way. * Thu Mar 08 2018 eich@suse.com - Do not look for the ttyS* group - it should be dialout always (boo#1084571). - Fix shebang - remove /usr/bin/env. * Fri Feb 16 2018 eich@suse.com - Add the conman user to the group of the ttyS* devices (boo#1081217). - Only update config file for new user once, save backup copy. * Wed Jan 10 2018 eich@suse.com - Fix conman for non-root user: * create rundir * create logdir * set user/group only when set to non-root * fix rundir and logdir in config file on update (boo#1081217). * Thu Nov 23 2017 rbrown@suse.com - Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468) * Mon Oct 09 2017 eich@suse.com - Set usr/group for conman to root/root on SLE12 for backward compatibility. * Fri Oct 06 2017 eich@suse.com - Updated to version 0.2.8: * Changed project homepage to <https://dun.github.io/conman/>. (#21) * Changed conman.conf default loopback setting to ON. * Changed rpm spec file from sysvinit to systemd. * Added 'server nofile' config directive to increase NOFILE limit. (#17) * Added '-P' cmdline opt to daemon for specifying pidfile. (#20) * Added test console device to aid in development and testing. * Fixed telnet option negotiation loop. (#9) * Fixed arbitrary limit on number of IPMI SOL consoles. (#15) * Fixed 4-character limit on timezones. (#16) * Fixed 1-second delay when connecting the client to a console. * Fixed UDS console reconnect delay to use exponential timeout. * Fixed UDS console reconnect delay to require min connect time before reset. * Fixed UDS console resource leak of pathname during config processing. * Fixed all gcc, clang, and Coverity Scan warnings. * Improved scalability of daemon. (FATE#324170). * Mon Aug 14 2017 eich@suse.com - Enable tcpwrappers on all platforms by default. - Fix systemd-specific conditionals in spec file. - Remove Provides: group/user(): these are only used by conman, there is no intention to provide them to other packages. * Sat Jun 03 2017 jjolly@suse.com - conman service configured to start as conman:conman user * Fri Jun 02 2017 jjolly@suse.com - conman-suse-fix-expect-scripts.patch: Fixed ssh expect script for SUSE-specific output. * Mon May 08 2017 eich@suse.com - conman.conf: make differences between openSUSE and SLES explicit. * Sat Feb 18 2017 jengelh@inai.de - Replace unnecessary %__ macro indirections * Wed Feb 15 2017 eich@suse.com - Cleaned up spec file: add generic defines to the top. * Tue Jan 17 2017 eich@suse.com - Removed stray file. - Conditionalized support for freeipmi to distro version. - Set use of tcpwrappers to 'off' by default. - Fixed build for pre-systemd versions. * Wed Jan 04 2017 eich@suse.com - Removed %clean section. * Mon Nov 21 2016 eich@suse.com - List directories under /lib explicitely to avoid conflicts with directories for debuginfo. * Mon Nov 14 2016 pmladek@suse.com - Call %fillup_only without -d parameter. Otherwise, it installed the file into /etc/sysconfig/%{2}/conman because none subdir was not defined. * Mon Nov 07 2016 eich@suse.com - Initial packaging of conman v 0.2.7.
/etc/conman.conf /etc/logrotate.d/conman /usr/bin/conman /usr/bin/conmen /usr/lib/systemd/system /usr/lib/systemd/system/conman.service /usr/lib/sysusers.d/system-user-conman.conf /usr/lib/tmpfiles.d/conman.conf /usr/sbin/conmand /usr/sbin/rcconman /usr/share/conman /usr/share/conman/examples /usr/share/conman/examples/README /usr/share/conman/examples/boot_alpha.exp /usr/share/conman/examples/mac.exp /usr/share/conman/examples/rmc.exp /usr/share/conman/examples/shell_cmd_1.exp /usr/share/conman/examples/shell_cmd_n.exp /usr/share/conman/examples/srm.exp /usr/share/conman/examples/wtf.exp /usr/share/conman/exec /usr/share/conman/exec/README /usr/share/conman/exec/cyclades-ssh.exp /usr/share/conman/exec/cyclades-telnet.exp /usr/share/conman/exec/hp-ilo.exp /usr/share/conman/exec/hp-lo100.exp /usr/share/conman/exec/ibm-bc.exp /usr/share/conman/exec/ipmiconsole.exp /usr/share/conman/exec/ipmitool.exp /usr/share/conman/exec/ssh.exp /usr/share/conman/exec/sun-elom.exp /usr/share/conman/exec/sun-ilom.exp /usr/share/conman/exec/sun-v20z-v40z.exp /usr/share/conman/lib /usr/share/conman/lib/alpha.exp /usr/share/conman/lib/conman.exp /usr/share/doc/packages/conman /usr/share/doc/packages/conman/AUTHORS /usr/share/doc/packages/conman/DISCLAIMER.LLNS /usr/share/doc/packages/conman/DISCLAIMER.UC /usr/share/doc/packages/conman/FAQ /usr/share/doc/packages/conman/NEWS /usr/share/doc/packages/conman/PLATFORMS /usr/share/doc/packages/conman/README /usr/share/doc/packages/conman/README.md /usr/share/doc/packages/conman/THANKS /usr/share/fillup-templates/sysconfig.conman /usr/share/licenses/conman /usr/share/licenses/conman/COPYING /usr/share/man/man1/conman.1.gz /usr/share/man/man5/conman.conf.5.gz /usr/share/man/man8/conmand.8.gz /var/log/conman
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:17:49 2024