Displaying 20 results from an estimated 6000 matches similar to: "Netconsole - how do I tell id a driver offers polling?"
2010 Feb 03
0
pvops netconsole
Hi,
Is netconsole supposed to work under pvops? When I try to enable it I get the following:
Initialising Xen virtual ethernet driver.
blkfront: xvda1: barriers enabled
netconsole: local port 11111
netconsole: local IP 10.20.40.2
netconsole: interface eth1
netconsole: remote port 9514
netconsole: remote IP 10.20.50.2
netconsole: remote ethernet address 00:16:3e:00:50:02
netconsole: eth1
2011 Jul 21
0
[PATCH] add netconsole autoinstall parameter
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
scripts/ovirt-config-logging | 11 +++++++++++
scripts/ovirt-early | 6 +++++-
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-logging
index 233df67..e296ac4 100755
--- a/scripts/ovirt-config-logging
+++ b/scripts/ovirt-config-logging
@@ -174,6 +174,13 @@
2007 Nov 16
1
Netconsole capability in ramdisk
I'm supporting a number of consumer devices (e.g. small NAS devices)
in Debian. They typically don't export the serial console and don't
have any other output devices. We perform the installation via SSH
on such devices and start SSH automatically when the system boots so
people can login. This works pretty well but sometimes a device stops
to boot for no good reason. This is
2008 Feb 29
1
[PATCH] VIRTIO NET: Enable netpoll interface for netconsole logging
Add a new poll_controller handler that the netpoll interface needs.
This enables netconsole logging from a kvm guest over the virtio
net interface.
Signed-off-by: Amit Shah <amitshah at gmx.net>
---
drivers/net/virtio_net.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index fdc2367..3f3d334 100644
2008 Feb 29
1
[PATCH] VIRTIO NET: Enable netpoll interface for netconsole logging
Add a new poll_controller handler that the netpoll interface needs.
This enables netconsole logging from a kvm guest over the virtio
net interface.
Signed-off-by: Amit Shah <amitshah at gmx.net>
---
drivers/net/virtio_net.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index fdc2367..3f3d334 100644
2006 Aug 07
1
Purging old mails
Hi all,
Firstly if this is a FAQ and I've missed it - let me apologise in advance.
I use dovecot as a backup mail store and would now like to purge all mails
over a certain age.
Is it as simple as using find and rm'ing the results or is there more to it?
I'm using maildir if that make a difference?
Thanks in advance.
Daveh
2005 Oct 26
1
Problem rebuilding glibc for xen
I would like to rebuild glibc specifically with the -mno-tls-direct-seg-refs
to allow better performance with Xen.
I'm using Centos 4.2 x86_64 on an Athlon 3200+. I'm using the
2.6.9-11.106.unsupported kernel for reiser support.
My thought was to download and install the SRPM and then rpmbuild with no
changes to make sure it works before adding the above flag.
Unfortunately, the
2006 Sep 14
3
Anyone using fuse and/or sshfs under Centos 4.4?
Hi
A search of google failed to show any prebuilt rpms for sshfs and fuse.
I do see that fuse support is in 2.6.14 kernel which isn't a whole lot of
help.
Before I dive headlong into this has anyone successfully built fuse/sshfs
against Centos 4.4.
If so would you share your experience?
Thanks
Daveh
2005 Jan 24
2
Problem with incorrect permissions with shared folders
Hi,
I'm seeing strange permissions when using an email client to create a new
sub folder in a shared folder.
This is dovecot-1.0test61
I have a directory /data/mail/shared owner=root
group=shared permissions=2770
I have a file /data/mail/shared/dovecot-shared owner=root
group-shared permissions=2660
User fred in in group shared (in /etc/group)
My understanding
2005 Jan 23
2
Dovecot shared folder woes
Hi
I'm new to Dovecot so please be gentle with me. I did a search through the
list archives but couldn't quite work out my problem.
I have Dovecot installed and running and I can connect to it from my email
clients (Outlook and Evolution) ... so looking good so far.
I would like to setup three types (groups?) of mail store
1. A per user - e.g. Fred, Harry, Betty. (For my purposes they
2007 Jun 20
1
Dovecot 1.0.01 / Outlook error 0x800CCCD2
Hi.
I'm having a problem with a user running outlook 2003 against dovecot 1.0.1.
A second user works fine and I haven't moved on to create a third (or more
yet).
On a send and receive I get an error from outlook
"Task 'Checking for new mail in subscribed folders on server.' reported
error (0x800CCCD2) : 'Outlook is unable to download folder (null) from the
IMAP e-mail
2006 Apr 10
2
identd removed in Centos4.3?
Hi all,
Has identd been removed from the upstream release? If so what replaces it?
I see an oidentd rpm on DAG, but I'm curious about what I should be using?
Many Thanks
Daveh
2006 Apr 19
1
AJAX - update item forms problem
I have a table showing some records from the database. These records
should be always ordered by some datetime field. The list of items is
changed by AJAX using RJS scripts and edits are done by showing and
hiding an update form under a chosen row. Adding and updating rows works
great but my problem is when the order of items is changed after making
some AJAX datetime updates update forms of
2009 Mar 26
1
netconsole for pxelinux
Hi,
I'm in the position that a network console would occasionally be very
useful for me to control pxelinux. Has the possibility of adding it
(next to VGA and serial) been ever discussed? I understand that it
may sound somewhat contorted, but it could also serve instead of a
TFTP PUT for extracting hardware info, for example...
How hard would it be to add (considering gPXE as well)?
--
2012 Jan 12
9
Re: [PATCH] add netconsole support for xen-netfront
On Wed, Jan 11, 2012 at 04:52:36PM +0800, Zhenzhong Duan wrote:
> add polling interface to xen-netfront device to support netconsole
>
Ian, any thoughts on the spinlock changes?
> Signed-off-by: Tina.Yang <tina.yang@oracle.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Jeremy Fitzhardinge <jeremy@goop.org>
> Signed-off-by: Zhenzhong.Duan
2008 May 07
2
Begginer question: how to edit using options_from_collection
Hi,
I have been stuck on this problem for 2 hours and still have no idea how
to do it. Basically I have a relationship between Workout and Exercise
Exercise has many Work out
anyway in my code at Workout.view the edit.html that was generated
through scaffold I wrote this
<% form_for(@workout) do |f| %>
<p>
<b>Exercise</b><br />
<%= select_tag
2010 Jan 18
1
Getting Closer (was: Fencing options)
One more follow on,
The combination of kernel.panic=60 and kernel.printk=7 4 1 7 seems to
have netted the culrptit:
E01-netconsole.log:Jan 18 09:45:10 E01 (10,0):o2hb_write_timeout:137
ERROR: Heartbeat write timeout to device dm-12 after 60000
milliseconds
E01-netconsole.log:Jan 18 09:45:10 E01
(10,0):o2hb_stop_all_regions:1517 ERROR: stopping heartbeat on all
active regions.
2012 Sep 13
1
[PATCH] drm/nouveau: POST the card before GPIO initialization
Otherwise my card (nv92) never resumes from suspend to ram, hanging on
nv_mask in nv50_gpio_drive. Before rework, initialization was done only
from POST, so this patch restores previous behaviour.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
Let me tell you little story about this patch...
It took me ~week to figure it out.
1) I bisected it to "drm/nouveau/gpio:
2006 Jul 31
1
x86_64 reproducible server PANIC with latest kernel
Our Tyan VX50 server, which is otherwise stable, can be crashed by a
specific user who starts a Java application.
Relevant facts are:
x86_64 CentOS 4.3 fully updated (but otherwise default config)
8 Dual-Core Opteron 870 (2 GHz), giving 16 cores
32 GB memory (running at DDR333)
The panic is reproducible within a couple of minutes.
I tried the 2.6.9-42 largesmp kernel from J.Baron's website
2018 Mar 08
0
Re: febootstrap: no ext2 root device found
On Thu, Mar 08, 2018 at 06:41:57AM -0600, Steve Keller Savvco wrote:
> [41300ms] /usr/libexec/qemu-kvm \
> -global virtio-blk-pci.scsi=off \
> -nodefconfig \
> -nodefaults \
> -nographic \
> -machine accel=kvm:tcg \
> -cpu host,+kvmclock \
> -m 500 \
> -no-reboot \
> -kernel /var/tmp/.guestfs-0/kernel.21046 \
> -initrd