Sponsored Content
Full Discussion: Netdump client for FC12
Top Forums UNIX for Advanced & Expert Users Netdump client for FC12 Post 302420181 by linuxgeek on Tuesday 11th of May 2010 01:51:46 AM
Old 05-11-2010
Netdump client for FC12

Hi Folks,

Do we have netdump client for Fedora 12 ?

I have downloaded a netdump-server package for the my netdump-server but can't find
netdump client for my FC12 client.

When I installed it via yum, it says

Code:
[root@x6270-b1.sys.intra sysconfig]# yum install netdump
Loaded plugins: fastestmirror, presto, security, verify
Loading mirror speeds from cached hostfile
Setting up Install Process
No package netdump available.
Nothing to do

Anyone knows what packages is it..or is it same the netsump-server itself as a client ?
 

6 More Discussions You Might Find Interesting

1. Linux

netdump/netconsole module

I receive the error belong when attempting to load the netconsole module. Does anyone know how I can resolve this? I downloaded RPM from internal site, so it is trusted. >uname -a Linux indigo 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux > modprobe -a... (0 Replies)
Discussion started by: vada010
0 Replies

2. Red Hat

Netdump over bonded interface ?

Netdump over bonded interface ? Hey there,.. I have heard from admins, that netdump usually fails over a bonded network interface. I have written a multi-OS checkdump script , which checks if the respective crashdump utility on corresponding OS is correctly configured, space is available,... (1 Reply)
Discussion started by: shriyer
1 Replies

3. Red Hat

Problems with modules when netdump client starts

Hello, I'm installing a new netdump server and clients. When I try to start a netdump cliente I get the next error: /etc/init.d/netdump start ; echo $? netdump: cannot ping 172.17.128.150 Inicio de netdump /lib/modules/2.4.21-37.ELsmp/kernel/drivers/net/netconsole.o: invalid argument... (3 Replies)
Discussion started by: RuBiCK
3 Replies

4. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

5. Virtualization and Cloud Computing

KVM FC12 guest save not working ??

Howdy I am using Fedora12 with KVM, with XP64pro as a guest. Everything seems to be working just fine, BUT I can't Save. When I do instruction KVM to save, I get a continuing Saving display, but it continues for a long time until I finally terminate it due to boredom :) I have let it run for... (0 Replies)
Discussion started by: TJMan
0 Replies

6. Red Hat

how to configure netdump to copy the crash in the server itself??

hi, i would like to configure netdump, but saving the var/crash in the server itself, not in another server. could anybody tell me if this is possible? thanks (4 Replies)
Discussion started by: pabloli150
4 Replies
shevek::server< client, serverdata >::connection(3)	     Library Functions Manual	       shevek::server< client, serverdata >::connection(3)

NAME
shevek::server< client, serverdata >::connection - Base of the client class which is implemented by the calling program. SYNOPSIS
#include <server.hh> Inherits shevek::refbase. Public Member Functions void continue_reading () This is called after in->unread (), to resume accepting data from this connection. ~connection () Destructor. Public Attributes Glib::RefPtr< shevek::fd > in The input socket. The client can stop reading from this connection by calling in->unread (). Glib::RefPtr< shevek::fd > out The output socket. This is used to send data to the connection. Protected Member Functions connection () The client class can construct this object with its create function. Glib::RefPtr< server< client, serverdata > > get_server ()" Access to the server object which hosts this client. void disconnect () This can be called by the client object to close this connection. Friends class server< client, serverdata > Detailed Description template<typename client, typename serverdata>struct shevek::server< client, serverdata >::connection Base of the client class which is implemented by the calling program. A client object is created for every connection which is accepted. This class handles server administration and provides access to members from the client class. Author Generated automatically by Doxygen for libshevek from the source code. libshevek Fri May 11 2012 shevek::server< client, serverdata >::connection(3)
All times are GMT -4. The time now is 12:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy