similar to: recent MFC of soreceive_dgram breaks kernels without INET6 option

Displaying 20 results from an estimated 200 matches similar to: "recent MFC of soreceive_dgram breaks kernels without INET6 option"

2005 May 05
0
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:08.kmem Security Advisory The FreeBSD Project Topic: Local kernel memory disclosure Category: core Module: sys Announced: 2005-05-06
2005 May 08
0
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem [REVISED]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:08.kmem Security Advisory The FreeBSD Project Topic: Local kernel memory disclosure Category: core Module: sys Announced: 2005-05-06
2005 May 08
0
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem [REVISED]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:08.kmem Security Advisory The FreeBSD Project Topic: Local kernel memory disclosure Category: core Module: sys Announced: 2005-05-06
2005 May 05
1
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:08.kmem Security Advisory The FreeBSD Project Topic: Local kernel memory disclosure Category: core Module: sys Announced: 2005-05-06
2013 Mar 06
1
Strange reboot since 9.1
Hello, Since FreeBSD 9.1 I have strange problems with the distribution. Some servers are rebooting without any kernel panic, instanly. First i thought it's a problem with my KVM system, but one of my FreeBSD under a Dell R210 have the same problem. The servers concerned are now: - Monitoring server - LDAP test server - Some other servers, randomly (not in production). First i thought it's
2003 Aug 30
4
Heads up: panics should be fixed!
As others have noted, Tor's patch appears to be a total solution to the recent instability the PAE patch introduced. So, if you're experiencing panics with a recent kernel, or are in a position to stress a machine, please cvsup and give it a test! Thanks, Mike "Silby" Silbersack ---------- Forwarded message ---------- Date: Sat, 30 Aug 2003 08:39:08 -0700 (PDT) From: Tor Egge
2024 Jan 07
0
[PATCH] Fix INET6 detection on recent clang
The implicit int return for main() in the configure test for INET6 is now a hard error on recent clang, breaking the detection of IPv6 support. Update this to int main(void) like the other configure tests. The problem this causes in practice is quite subtle and easy to miss. ssh is always run with -4 which works fine except when there is only v6 connectivity between a pair of hosts, whereupon ssh
2012 May 17
1
Puppet facter 1.6.8 and inet6 addresses
Hello, when running the command "ip a" on a debian VM, I get this 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
2007 Jun 13
1
About brother MFC-3340CN
Hello, Anyone know how to use this printer MFC-3340CN as remote lan printer (as windows). -- -- Publicidad http://www.pas-world.com
2012 Aug 22
0
Heimdal Update MFC Date?
Any idea when the updated heimdal will get MFCed? 9.1-RELEASE? I've been keeping and eye on this for a while and am eager to see this update. Thanks, Jason
2010 Nov 10
1
MFC/R2 detected as ISDN PRI
Hi list, I'm trying to setup an asterisk 1.8.0 with MFC/R2, but I'm having these error messages loading chan_dahdi: > module load chan_dahdi.so ERROR[9241]: chan_dahdi.c:11848 mkintf: Signalling requested on channel 1 is MFC/R2 but line is in ISDN PRI signalling ERROR[9241]: chan_dahdi.c:16180 build_channels: Unable to register channel '1-15' I got the config in
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this: Winemaker currently sucks, and the makefiles it creates are nonfunctional and you'll have to redo them by hand anyway. Yeah. If I knew anything about how to fix it I just might be tempted to do so :) Thanks, Scott Ritchie On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote: > Building MFC for winelib has been
2003 May 30
0
Question re: winelib/MFC/ATL
Question: I've been trying to compile the MFC, using the advice offered on the winelib user's guide, but with little luck. Same with the ATL. My app has been working under Linux using straight wine, but I've been tasked to try and do a winelib build. Anyone have a good Makefile or source setup for the MFC 4.2 and/or the ATL? I'm really stuck. :( --
2007 Aug 13
1
Does digium TE120P card support for MFC/R2 protocol
Hi, I have successfully configured DIGIUM card and successfully communicated through it to the another E1 card running application. Can anybody tell me does TE120P support MFC/R2 protocol. Thanks and Regards sanchal singh
2005 Jun 17
0
ogg vorbis decoding in MFC/C++ app
I am trying to insert a bit of ogg vorbis decoding into my MFC/C++ program and send it to my waveOut functions. // AudioFile.cpp #include "vorbis/codec.h" #include "vorbis/vorbisfile.h" . . . OggVorbis_File vf; FILE* pFile; pFile = fopen("verdes_2.ogg", "rb"); int err = err = ov_open(pFile, &vf, NULL, 0); . . . ov_clear(&vf); In my
2001 Jul 10
0
Compiling MFC with Winelib - was Need advice porting app
I've changed the message thread to compiling MFC with Winelib because I believe that is the real essence of my issue at hand. If I can figure out how to compile MFC then I will have solved my dillemma of which way to choose in porting my app to Linux. If I can't then I can use the only path available. So, there is a big vacant spot in the WineLib users guide for compiling MFC. I've
2006 Jul 07
1
Probelm with WINE and MFC application
Hi Everybody, I Created a small application in VC++ MFC. The application displays a messagebox on clicking a buttton. This application I want to port on Linux version. I am using Linux RedHat9.0 and kernel version is 2.4.20-8. with WineLib I am following the guide lines given in Wine LIB User guide. I copied all the source code from CD and I change the mode read /write than in the current
2008 Apr 17
3
OpenGL Applications using MFC fails
I have recently tried to execute cube sample that comes with MFC Sample using Wine. Unfortunatly nothing was displayed in the graphics window. Any Clue ?
2007 Aug 17
1
Problem in installing libmfcr2 for configuring MFC/R2
Hi, I am trying to configure for MFC/R2 for asterisk. With the help of one of the asterisk users group member patrick I am able to install libunicall library. Now, when trying to install libmfr2-0.0.3 it is giving error. On running running command $./configure It is giving error -> can't build without libtiff I downloaded tiff-3.8.2 and installed the libraries but still
2003 May 20
0
wine und MFC class CMonthCalCtrl
Hello list, i use a new wine from may 2003 on SuSE8.0 and want to run a self written Visual C++ Program with MFC. There is a "CMonthCalCtrl" used, which displayes a calendar und allowes to choose a day. This Control doesn't work, the Selection by Mouse is not possible. As i started it by "wine prog" in a shell, i can see the wine output, but there isn't any warning or