Displaying 20 results from an estimated 90 matches similar to: "[Bug 1247] New: Module crash due to broken count"
2006 Feb 28
2
Busy day today...
What's the procedure for filing bug reports related to kernel panics
on CentOS/RHEL? I've just had the following kernel panic on one of the
new mailstores (argh!). Would this have to be reproduceable to warrant
a bug report?
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: eip: c0146a64
Feb 28 14:40:53 tempmailstore1a kernel: ------------[ cut
2004 Aug 05
1
NetMeeting in the VPN
Hi,
We have 2 offices interconnected with a VPN.
This is the policy file in both of the Firewalls:
fw loc ACCEPT
loc fw ACCEPT
#fw net DROP info
fw net ACCEPT
loc net DROP info
loc vpn ACCEPT
vpn loc
2018 Jul 05
0
KASAN: stack-out-of-bounds Read in __netif_receive_skb_core
On Thu, Jul 5, 2018 at 6:59 AM, syzbot
<syzbot+4e955f82549d361ed655 at syzkaller.appspotmail.com> wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: 2bdea157b999 Merge branch 'sctp-fully-support-for-dscp-and..
> git tree: bpf-next
> console output: https://syzkaller.appspot.com/x/log.txt?x=178c5e68400000
> kernel config:
2016 Mar 10
2
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups
within the last 24 hours. I am posting here first in case anyone else has experienced the same issue.
Here is the first instance:
sched: RT throttling activated
NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:0]
Modules linked in:
2006 Jul 03
1
Problem with CentOS 4.3 on kernel and ipvsadm
I have installed two CentOS 4.3 boxes with LVS (from
http://mirror.centos.org/centos/4/csgfs/ ) but all boxes died withe this
error frequently:
kernel panic - not syncing: fs/block_dev.c:396: spin_lock
(fs/block_dev.c:c0361c0) already locked by fs/block_dev.c/287.
I have read from this thread http://threebit.net/mail-archive/centos/msg00243.html that this is an unsolved problem.
So i have
2008 Mar 27
6
[Bug 15232] New: X11 doesn't start on my mobile nvidia 8600 gt
http://bugs.freedesktop.org/show_bug.cgi?id=15232
Summary: X11 doesn't start on my mobile nvidia 8600 gt
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2006 Jun 29
1
CentOS 4.3 (Final) need IPVS
Hello All
Currently on a CentOS 4.3 system with the 2.6.14.3 kernel.
Is there a recommend way to properly recompile the kernel?
I was thinking of dling the source from kernel.org, but I was told that
using SRPMs would be better?
Any suggestions ?
Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 30
2
PRI Issue: D-Channel woes
Hi,
I am about to pull my hair out after trying to get our PRI up and working.
We are switching from a Cisco gateway to an Asterisk box which provides
the 23 phone lines for our office. So, because the Cisco gateway is
working I can assume I have all the settings right (b8zs, esf, dms100,
etc) and the PRI is live (because we are switching over). When dialing
from PSTN, I get busy signal. When
2011 Dec 27
0
[Kernel 3.1.5] [OCFS2] After many write/delete on ocfs2 both servers in cluster kernel oops
+cc: ocfs2-devel, sunil
Marek,
Thanks for the detailed report! Can I trouble you to file a bug
at http://oss.oracle.com/bugzilla ... oh, is that your report
http://oss.oracle.com/bugzilla/show_bug.cgi?id=1339?
This looks like a deadlock of some sort. I don't think your
hardware configuration really matters here. We'll keep looking into it.
Joel
On Tue, Dec 20, 2011 at 08:22:48AM
2003 Oct 03
0
SIGBUS on SPARCv9
Hi there,
I run tinc with not ConnectTo, (and it can't tcp-connect to
the relevant other tincd, because that tincd is behind a
firewall --> that tincd usualy connects to my tincd).
If I start that tincd alone (not connected at all) and do a
ping some_other_ip, it gets a SIGBUS in route.c:207 in the
function route_ipv4_unreachable at the line:
hdr->ip_v = 4;
This seems to be an
1999 Mar 25
0
(Fwd) DoS for Linux 2.1.89 - 2.2.3: 0 length fragment bug
Pulled from Bugtraq.
Dan
____________________________________________________________________________
Dan Yocum | Phone: (630) 840-8525
Computing Division OSS/FSS | Fax: (630) 840-6345 .~. L
Fermi National Accelerator Lab | email: yocum@fnal.gov /V\ I
P.O. Box 500 | WWW: www-oss.fnal.gov/~yocum/ // \\ N
Batavia, IL
2006 Aug 31
0
[Xense-devel] [RFC][PATCH][ACM] enforcing ACM policy on network traffic between virtual network interfaces
This patch adds an ACM hook into the network scripts (/etc/xen/scripts).
It adds iptables rules that enforce mandatory access control on network
packets exchanged between virtual interfaces. If ACM is active, this
patch sets the default FORWARD policy in Dom0 to DROP and adds iptables
ACCEPT rules between vifs that belong to domains that are permitted to
share (determined by using the
2020 Jul 23
4
[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
We ignore the err of requesting config interrupt, fix this.
Fixes: e7991f376a4d ("ifcvf: implement config interrupt in IFCVF")
Cc: Zhu Lingshan <lingshan.zhu at intel.com>
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
drivers/vdpa/ifcvf/ifcvf_main.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c
2020 Jul 23
4
[PATCH 1/2] vdpa: ifcvf: return err when fail to request config irq
We ignore the err of requesting config interrupt, fix this.
Fixes: e7991f376a4d ("ifcvf: implement config interrupt in IFCVF")
Cc: Zhu Lingshan <lingshan.zhu at intel.com>
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
drivers/vdpa/ifcvf/ifcvf_main.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/vdpa/ifcvf/ifcvf_main.c
2006 Oct 04
0
[Bug 1247] ssh-agent prevents use of group permissions to control access to agent socket
http://bugzilla.mindrot.org/show_bug.cgi?id=1247
Summary: ssh-agent prevents use of group permissions to control
access to agent socket
Product: Portable OpenSSH
Version: 4.4p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh-agent
2011 May 19
0
[Bug 1247] ssh-agent prevents use of group permissions to control access to agent socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1247
--- Comment #2 from Matthew Miller <mattdm at mattdm.org> 2011-05-19 23:47:28 EST ---
Created attachment 2046
--> https://bugzilla.mindrot.org/attachment.cgi?id=2046
Alternate but incredibly similar patch implementing option as -U
The only advantage of my patch I can see is that I also patched the man
page. :) I'd like to see some
2011 May 19
0
[Bug 1247] ssh-agent prevents use of filesystem permissions to control access to agent socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1247
Matthew Miller <mattdm at mattdm.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mattdm at mattdm.org
Summary|ssh-agent prevents use of |ssh-agent prevents use of
2017 May 07
0
[Bug 1247] ssh-agent prevents use of filesystem permissions to control access to agent socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1247
Sascha Silbe <sascha-openssh-bugs at silbe.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sascha-openssh-bugs at silbe.o
| |rg
--
You are
2012 Sep 10
0
CEBA-2012:1247 CentOS 6 libdvdread FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1247
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1247.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
cc0abd3827fc4a7b9be2c4d51eab07dbe8e45cc704f7614d5ba24500c54ecfaf libdvdread-4.1.4-0.3.svn1183.el6.i686.rpm
2013 Sep 17
0
CEBA-2013:1247 CentOS 6 logwatch FASTTRACK Update
CentOS Errata and Bugfix Advisory 2013:1247
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1247.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
6d69d3e27ace93a426d83e3ba0e53e06a3eb34dcbbd0a56bff31b9ac8930322f logwatch-7.3.6-52.el6.noarch.rpm
x86_64: