| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: netdump-server | Distribution: Red Hat (FC-6) |
| Version: 0.7.16 | Vendor: Red Hat, Inc. |
| Release: 13 | Build date: Fri Mar 23 19:28:15 2007 |
| Group: System Environment/Daemons | Build host: hs20-bc1-7.build.redhat.com |
| Size: 46372 | Source RPM: netdump-0.7.16-13.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Summary: Server for network kernel crash dumps | |
The netdump server listens to the network for crashed kernels to contact it and then writes the oops log and a memory dump to /var/crash before asking the crashed machine to reboot.
GPL
internal MD5: 02d2c6a3e85b5f2afa6346f96f7c26f5
GPG
* Sun Sep 03 2006 Neil Horman <nhorman@redhat.com> - 0.7.16-7
- Fixing initscript server ip calculation & module options (bz 202847)
* Sun Sep 03 2006 Neil Horman <nhorman@redhat.com> - 0.7.16-6
- fixing initscript typo (bz 202847)
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 0.7.16-5
- rebuild
* Wed Apr 26 2006 Thomas Graf <tgraf@redhat.com> - 0.7.16-1
- update to version 0.7.16
* Wed Apr 05 2006 Bill Nottingham <notting@redhat.com> - 0.7.14-5
- build against glib2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.7.14-1.2.1
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.7.14-1.2
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Wed Oct 05 2005 Dave Anderson <anderson@redhat.com> 0.7.14-1
- Fix for a redundant data structure declaration for the ia64 build.
- Cleaned up numerous compiler warnings.
* Wed Oct 05 2005 Dave Anderson <anderson@redhat.com> 0.7.12-1
- Close vmcore before netdump-reboot script is run, allowing
unimpeded usage of the file by a custom script. (BZ #165100)
- Creates target /var/crash/ directory on the fly if it does not
exist or has been removed. (BZ #162586, BZ #162587)
- Made /etc/sysconfig/netdump %config(noreplace) (BZ #168601)
- Generate syslog messages if any script fails to execute.
- Use sparse file space in vmcore if page is zero-filled.
- Update README.client re: usage of alt-sysrq-c for forced crashes.
(BZ #159261)
* Tue Aug 02 2005 Jeff Moyer <jmoyer@redhat.com> 0.7.10-4
- Updated README and netdump-server.8 files to specify that the script
files must be executable and owned by netdump.
- Removed funky copyright characters from netdump and netdump-server man pages.
- If the sysconfig file specifies all of the needed information, then don't
fail in the event that the server is either unreachable or the name is
unresolvable at load time.
* Wed Apr 06 2005 Florian La Roche <laroche@redhat.com> 0.7.7-6
- add a "exit 0" to some scripts
* Wed Mar 02 2005 Jeff Moyer <jmoyer@redhat.com> 0.7.7-5
- Add support for auto-detecting the first hop on the way to the netdump
server.
* Thu Feb 10 2005 Dave Anderson <anderson@redhat.com> 0.7.5-3
- Updated source package to netdump-0.7.5.tar.gz:
Allows multiple "service netdump start" to handle magic numbers
properly. BZ #142752
* Tue Nov 30 2004 Dave Anderson <anderson@redhat.com> 0.7.4-1
- Fix for unintentional failure of netconsole modprobe when NETLOGADDR=NONE.
BZ #141373.
* Wed Nov 24 2004 Dave Anderson <anderson@redhat.com> 0.7.3-1
- Fix for print_address_info IFS manipulation that caused the first
arp line's data to be assigned to first variable. BZ #139781
- Convert netdump-server.8 man page to UTF-8 format. BZ #140707
* Tue Nov 23 2004 Dave Anderson <anderson@redhat.com> 0.7.2-1
- Replaces "set" usage with "read" for gathering arp output in
print_address_info(). BZ #139781.
* Mon Nov 22 2004 Dave Anderson <anderson@redhat.com> 0.7.1-1
- Change netdump.init file to use "set -f" in print_address_info().
Fixes "service netdump start" bug if /e, /t, /h, or /r files exist,
i.e., characters in "ether".
* Thu Sep 30 2004 Dave Anderson <anderson@redhat.com> 0.7.0-1
- Added BuildRequires and updated to latest package
* Sat Jul 10 2004 Jeff Moyer <jmoyer@redhat.com> - 0.6.13-1
- More init script fixes. Namely, don't load netdump module if netdumpaddr
isn't filled in.
* Fri Jul 09 2004 Jeff Moyer <jmoyer@redhat.com> - 0.6.12-1
- Add support for 2.6 netdump.
- Allow netlog to be configured indepndently from netdump.
- Change the server to create only one directory in /var/crash per boot
of a system.
* Sun Nov 02 2003 Dave Anderson <anderson@redhat.com> 0.6.11-3
- rebuild
* Sun Nov 02 2003 Dave Anderson <anderson@redhat.com> 0.6.11-2
- fix config_init() in configuration.c to work with PPC64.
- fix netdump.init to allow SYSLOGADDR to be configured w/o NETDUMPADDR, and
- to properly handle configuration errors.
* Fri Oct 24 2003 Jeff Moyer <jmoyer@redhat.com> 0.6.11-1
- Incorporate the latest netdump sources. See file ChangeLog.
* Thu Sep 11 2003 Dave Anderson <anderson@redhat.com> 0.6.10-2
- correct README.client to indicate netdump password (instead of root)
* Sat Aug 16 2003 Michael K. Johnson <johnsonm@redhat.com> 0.6.10-1
- make iconv happy with man page
* Wed Aug 06 2003 Michael K. Johnson <johnsonm@redhat.com> 0.6.9-4
- rebuild
* Tue Aug 05 2003 Michael K. Johnson <johnsonm@redhat.com> 0.6.9-3
- rebuild
* Tue Jul 08 2003 Dave Anderson <anderson@redhat.com> 0.6.9-2
- memory_packet(): cast lseek() offset argument as off_t to avoid wrap-around.
- memory_remove_outstanding_timeouts(): remove return arg to avoid warning.
* Mon Mar 17 2003 Michael K. Johnson <johnsonm@redhat.com> 0.6.9-1
- fixed references to ttywatch instead of netdump-server in man page
* Wed Feb 26 2003 Dave Anderson <anderson@redhat.com> 0.6.8-3
- built 0.6.7-1.1 for AS2.1 errata; bumped to 0.6.8-3 for future builds
* Tue Jan 28 2003 Michael K. Johnson <johnsonm@redhat.com> 0.6.8-2
- rebuild
* Fri Dec 13 2002 Elliot Lee <sopwith@redhat.com>
- Rebuild
* Sat Apr 13 2002 Michael K. Johnson <johnsonm@redhat.com>
- added call to condrestart
* Wed Apr 03 2002 Michael K. Johnson <johnsonm@redhat.com>
- mhz separated from IDLETIMEOUT
* Thu Mar 21 2002 Michael K. Johnson <johnsonm@redhat.com>
- netdump and syslog disassociated
* Thu Mar 21 2002 Michael K. Johnson <johnsonm@redhat.com>
- added IDLETIMEOUT
* Tue Mar 19 2002 Michael K. Johnson <johnsonm@redhat.com>
- netconsole module now does arp, netdump-arphelper no longer needed
* Mon Mar 18 2002 Michael K. Johnson <johnsonm@redhat.com>
- special netdump dsa key
* Fri Mar 15 2002 Michael K. Johnson <johnsonm@redhat.com>
- added syslog setup
* Thu Mar 14 2002 Michael K. Johnson <johnsonm@redhat.com>
- netdump-client -> netdump
- finish ssh setup in netdump package
* Tue Feb 19 2002 Alex Larsson <alexl@redhat.com>
- shut up post scripts
* Tue Dec 18 2001 Alex Larsson <alexl@redhat.com>
- Update version to 0.2
* Thu Dec 06 2001 Alex Larsson <alexl@redhat.com>
- Initial build.
าม
Generated by rpm2html 1.8.1
Daniel Veillard, Mon Apr 14 03:19:45 2008