Displaying 20 results from an estimated 120 matches similar to: "stable libmilter leaks kqueue descriptors?"
2004 Mar 10
5
unexpected softupdate inconsistency
Hi there,
System is FreeBSD 4.9 Stable
Had a problem during a portupgrade that when portupgrade did some
cleaning a directory could not be deleted because it were not empty.
However, it was empty. rm -rf didn't help either.
Because I didn't know what to do I decided to boot.
At system startup fsck was started which produced the message: unexpected
softupdate inconsistency and also that
2007 May 25
0
dcc error on centos 5
Hi,
I set up DCC on CentOS 5 with Dual Sendmail - Amavisd-new and and Spam
assassin.
I installed DCC from AT rpms.
pls see below for installed DCC rpm.
[root at mailgw ~]# rpm -qa |grep DCC
DCC-1.3.50-16.0.el5
Then, I configured in Deamon mode.
I did below steps.
[root at mailgw ~]# yum install DCC
then,
[root at mailgw ~]# cdcc "delete 127.0.0.1"
[root at mailgw ~]# cdcc
2003 Aug 13
1
Pthread woes (solved)
The following recent commit has prevented my threaded apps (slapd and icecast
in particular) from going beserk. Thanks.
$FreeBSD: src/lib/libc_r/uthread/uthread_kqueue.c,v 1.1.2.1 2003/08/10
23:52:59 mp Exp $
---------------------------------------
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Education
fon: 706.542.2404 <|> fax: 706.542.6546
2003 Aug 14
2
umass0 problems, with Sony USB Memory Stick
Hi,
I'm installing a laptop for a friend of mine, and while most things work, the
Sony memory stick does not.
With respect to the HEADS UP of August 7th, I've also re-enabled the 2 Sony
memory sticks quirks, in sys/cam/scsi/da_scsi.c.
The symptoms also apply to 4.8-RELEASE:
umass0: Sony USB Memory Stick Slot, rev 1.10/1.80, addr 2
...
umass0: CBI reset failed, TIMEOUT
umass0: CBI
2003 Mar 30
0
FreeBSD Security Advisory FreeBSD-SA-03:07.sendmail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:07.sendmail Security Advisory
The FreeBSD Project
Topic: a second sendmail header parsing buffer overflow
Category: contrib
Module:
2003 Mar 29
1
Security fix (Fwd: sendmail 8.12.9 available
From bugtraq :-(
>-----BEGIN PGP SIGNED MESSAGE-----
>
>Sendmail, Inc., and the Sendmail Consortium announce the availability
>of sendmail 8.12.9. It contains a fix for a critical security
>problem discovered by Michal Zalewski whom we thank for bringing
>this problem to our attention. Sendmail urges all users to either
>upgrade to sendmail 8.12.9 or apply a patch for
2003 Mar 30
3
FreeBSD Security Advisory FreeBSD-SA-03:07.sendmail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:07.sendmail Security Advisory
The FreeBSD Project
Topic: a second sendmail header parsing buffer overflow
Category: contrib
Module:
2007 Nov 04
1
Testing with some Unstable
Andrew Sackville-West wrote:
> [SNIPPED]
>
> actually, assuming you now have unstable in your sources.list, those
> are packages currently installed for which there are updates available
> (probably unstable updates...). Be careful or you'll end up farther
> than you want.
>
> I can't answer to the specifics of sendmail and libmilter, but so long
> as you have
2013 Mar 29
0
samba does not display all directories
Hello all,
A solaris server named bellow solarisserver share via samba (Samba 3.0.13) with network.
Bellow an extract from the smb.conf file.
[global]
workgroup = WORKGROUP
server string = solarisserver
security = SERVER
password server = passwordserver
username map = /C/netlocal/samba/lib/users.map
log level = 1
log file =
2016 Oct 10
0
External monitor support changes.
I've been working on this issue for quite a while.
Back in January of 2015 I posted about how well external monitors worked
with the out-of-the-box CentOS 7 ATI radeon drivers and my Dell M6500
with an ATI FirePro M7820.
At the time the support was seamless and 'Just Worked' without any
issue. A few months later, some update came down the pipe and this
broke completely, with the
2007 Dec 02
2
Optimised qmf_synth and iir_mem16
Hi all,
I've taken preglows ARM versions of qmf_synth and iir_mem16 from
rockboxes speex codec, and tweaked them a bit further for some more
speed.
I attach them here so you can review and take on any changes you
want.
Please let me know if you have questions etc.
Thanks,
Robin
--
Robin Watts, Email: <mailto:Robin.Watts@wss.co.uk>
Warm Silence Software, WWW:
2009 Jun 26
1
[LLVMdev] "icmp eq", "icmp ne" not commuting operands on ARM
NE and EQ comparisons should be able to commute their operands. But,
for ARM at least, this does not seem to be happening. The first
sequence below generates CMN (compare negated) but the second does not
(complete test attached). These seem to map to ARMcmpNZ. Where would I
look to see if that is marked commutative?
%nb = sub i32 0, %b
%tmp = icmp ne i32 %a, %nb
%nb = sub
2009 May 06
1
Asterisk with Sphinx
Hi,
Did anyone tried speech recognition using Sphinx ? I used sphinx
using this website (http://scribblej.com/svn/) but when i run
astsphinx i am getting the following error. Any clue what might have
caused this problem ?
Thanks
-Azher
INFO: s2_semi_mgau.c(1080): 1 mixture Gaussians, 256 components, 4
feature streams, veclen 51
INFO: s2_semi_mgau.c(748): Loading senones from dump file
2007 Jul 22
1
error for milter
dear All,
I am jus installed centOS 5.0 from the distrubution to be as our mail
server
i have installed the following
sendmail-8.13.8-2.el5
mailsacnner 4.61.7
spamassassin 3.2.1
clamav-0.91-1.el5.rf
and every thing is workin fine
but i want to implement domain keys so i downloaded the dkim-milter-1.2.0
and uncompress it edited the site.config.m4 file n folled intructions in
the
2014 Oct 14
2
[LLVMdev] Thoughts on maintaining liveness information for stackmaps
Hi all, I've run into a couple bugs recently that affected stackmap
liveness analysis in various ways:
http://llvm.org/bugs/show_bug.cgi?id=19224 - function arguments stay live
unnecessarily
http://llvm.org/bugs/show_bug.cgi?id=21265 - eflags can end up as a live out
http://llvm.org/bugs/show_bug.cgi?id=21266 - %rip can end up as a live out
The first two have nothing to do with stackmaps
2013 Jan 24
0
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
done, bug 15057, hope I submitted it correctly ...
On 23 Jan 2013, at 22:29, Arnold Schwaighofer <aschwaighofer at apple.com> wrote:
> Hi Bjorn,
>
> could you file a bug on llvm.org/bugs and cc me on it.
>
> Thanks,
> Arnold
>
>
>> So it appears that also the ARM backend has a big problems with sign-extending loads.
>>
>> I've compiled the
2013 Dec 16
2
kernel update to 3.12.5-1, now: upsd[617]: getaddrinfo: Servname not supported for ai_socktype
Charles, All,
I just updated the kernel on my Arch box (the one we have been working on nut
with on this list). Now upsd fails to start. (upsdrvctl is fine). I've posted
working then -- Reboot -- the failing log information below. The 'Reboot' was
for the kernel upgrade:
Dec 14 14:02:00 phoinix systemd[1]: Starting Network UPS Tools - power devices
information server...
Dec 14
2013 Jan 23
2
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
Hi Bjorn,
could you file a bug on llvm.org/bugs and cc me on it.
Thanks,
Arnold
> So it appears that also the ARM backend has a big problems with sign-extending loads.
>
> I've compiled the following loop
>
> short in[];
> int out[];
> int value;
>
> for (i = 0; i < nr; i++) {
> value = in[i];
> if (value>2047)
>
2007 Aug 15
1
Mail Restrictions with sendmail
Hi all,
I am running sendmail with MailScanner on CentOS. I want to enable some
restrictions.
Restrictions are given below.
All clients Currently can send Bcc from their workstations as usual. I want
to disable (block Bcc) that feature. Can I do it from the Sendmail Server ?
All clients currently can send Cc form their workstations as usual. I want
to limit it. Let's say about 5 Cc s .
2006 Jun 26
0
[klibc 22/43] arm support for klibc
The parts of klibc specific to the arm architecture.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 1eff7c685b36cd0120694fd4150b32a26168d926
tree 953dd1dbd2e994fc27c6cf5708fcbe06fe000d58
parent 5e5ce29210ac33a0b3704eb9ab5e5d5b55375575
author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:16 -0700
committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun