Lately Bruce Evans wrote:
> This change makes such opens bogusly time out after 1 second (unless
> there is already a writer).
>
> There seems to be a race in fifo_open(): opens for read don't
> terminate the wait if the reader goes away before the opener looks.
> It is not clear if sendmail is a
hey people,
concerning recent openssl import to -HEAD:
suddenly some ports stopped working because of major lib version changes
(okok, i could've saved the old libs).
if anybody else is experiencing this, use this to rebuild affected
ports: (csh)
find /usr/{local,X11R6}/{{s,}bin,lib*} -type f |
hello people,
as several other people already noted -current doesn't support
std::wstring. this is a real pitty as more and more programs tend to use
this.
you can test with this simple case:
% cat wchar.cc
#include
int
main(int, char *[])
{
std::wstring test(L"test");
}
% c++ wchar.c
On Wed, 21 Aug 2002 14:51:59 +0700 (NOVST) Maxim M. Kazachek wrote:
> Looks like nobody else expirienced this problem
> >"/usr/ports/Mk/bsd.port.mk", line 2580: warning: duplicate script for
> >target "patch-message" ignored
no, i got the same problem. some make issue i guess
--
/"\ http://c
On Tue, 20 Aug 2002 08:43:20 +0200 Mark Santcroos wrote:
> > if i prevent acpi from being loaded on boot time (don't know the right
> > procedure, just `set module_path=/' in /boot/loader) fdc is detected
> > correctly.
> put:
> exec="unset acpi_load"
> in your /boot/loader.conf
ah, thanks. stil
my kernel can't detect fdc anymore when loading acpi. does anybody else
have such issues?
i know that it worked with a Aug 6 or a Aug 3 kernel, this was the last
time i accessed my fd0.
though reverting to a -D 08/06/2002 src/sys doesn't bring the desired
effect (working fdc).
if i prevent acpi
On Mon, 19 Aug 2002 16:29:36 +0200 Radko Keves wrote:
> Security Advisory FreeBSD-SA-02:38.signed-error
[patch output]
> i know that patch wasn't for current, but is it needed to patch it ?
no. -current is the development branch and thus there are virtually
never advisories. -current is risky an
On Fri, 16 Aug 2002 15:01:47 +0200 Radko Keves wrote:
> i try to load ipl.ko
>
> #kldload -v /boot/kernel/ipl.ko
> kldload: can't load /boot/kernel/ipl.ko: Exec format error
try `kldload ipl'
--
/"\ http://corecode.ath.cx/#donate
\ /
\ ASCII Ribbon Campaign
/ \ Against HTML Mail and
On Mon, 22 Jul 2002 18:44:16 -0700 Karl Agee wrote:
> Yes, it's DP-1...that is what I started with. I've updated the source
> tree...I'll read up on it.
> >pci now needs a count, as config states. read GENERIC for details.
as i see in today's commits this issue should be resolved and pci shoul
On Mon, 22 Jul 2002 15:51:14 -0700 Karl Agee wrote:
> config -d /usr/obj/usr/src/sys/NEWKERNEL
> /usr/src/sys/i386/conf/NEWKERNEL
> config: Device "pci" requires a count
> FYI: static unit limits for ppp are set: NPPP=1
> config: Device "card" requires a count
> FYI: static unit limits for atkbdc
On Fri, 12 Jul 2002 13:05:03 +0530 Sid Carter wrote:
> I just got an USB ScrollMouse and am trying to get the Scrollmouse to
> work in X. It does not seem to work. It only scrolls down and does not
> scroll up. Is it a known problem ?
> Or Is this cause "moused" is supposedly broken ?
no, it's
hello,
just wanted to note that php4 breaks with -DWITH_APACHE2 on latest
-CURRENT:
[...]
Making all in apache2filter
/bin/sh /usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/libtool --silent
--mode=compile cc -I.
-I/usr/obj/k7/usr/ports/www/mod_php4/work/php-4.2.1/sapi/apache2filter
-I/usr
12 matches
Mail list logo