Displaying 20 results from an estimated 300 matches similar to: "make buildworld error"
2003 May 16
1
make buildworld fails when upgrading to 4.8 stable : SUITE
OK, It works if I modify my make.conf to not build openss[lh] like it :
#MAKE_KERBEROS5= yes
# TEST
NO_OPENSSH= true # do not build OpenSSH
NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
Maybe I install openss[hl] as ports after... But I'm not satisfied with
this way...
--
G?rard MILHAUD
?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL)
Luminy - Case 925 -
2003 May 18
3
make buildworld ignoring NO_MAILWRAPPER=true
For the last few system builds, I've noticed that the variable in
/etc/make.conf NO_MAILWRAPPER=true is being ignored, resulting in my
sendmail (different than stock version) being overwritten.
This applies to 4.8-STABLE; is this a known issue.
2003 Sep 11
1
make buildworld problem
after cvsup'ing src-all to RELENG_4 and trying to make buildworld I get
the next error message:
/usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/cmap.cc:25:
cmap.h: No such file or directory
and a lot of the same messages "No such file or directory" on file
cmap.cc, with
mkdep: compile failed
*** Error code 1
at the end of output
I
2003 Apr 11
1
make buildworld error - 4.8-STABLE
Below is from make buildworld output on FreeBSD cvsup'd to RELENG_4 (so
4.8-STABLE) on the following hardware:
Intel SHG2 Hodges Dual Xeon board
2 x Intel Xeon 2.4Ghz (512k)
2 x 512MB PC-2100 266Mhz ECC DDR
Seagate 36GB 10K U320 LC SCSI
Adaptec SCSI Raid 2000s 48MB SDRAM
Intel Hudson 3 SC5200 base w 450W
Any suggestions?
Cheers,
Carl.
<snip>
cc -o make_keys -O -pipe -I.
2003 Jul 02
2
RELENG_4 buildworld fails in colldef
Very shortly after starting the buildworld, it fails in colldef:
===> usr.bin/colldef
/usr/obj/home/src/i386/home/src/usr.bin/colldef created for
/home/src/usr.bin/colldef
yacc -d /home/src/usr.bin/colldef/parse.y
cp y.tab.c parse.c
lex -t -8 -i /home/src/usr.bin/colldef/scan.l > scan.c
rm -f .depend
mkdep -f .depend -a -I. -I/home/src/usr.bin/colldef
2006 Nov 27
2
Problema ao Logar no Dominio
Boa Tarde,
Estou com problemas para autentica??o de meus computadores no dominio samba.
Quando tento pelo pr?prio windows ou na m?o pelo console adicionar uma
m?quina ao dominio, ela ? cadastrada com sucesso, ela fica em
ou=Computers,dc=xxx,dc=xxx por?m o smbd a procura em people o que resulta
que meus usu?rios n?o conseguem logar...
assim ... ao inves de o sambra procurar em ou=Computers ele
2006 Apr 27
2
smux service (port 199)
Hi,
when I run a nmap localhost I see that port 199 is open for the smux service
but when I check the services gui in runlevel 3 or 5 I don't find it. It's
also not in /etc/init.d/
At the moment almost everything is inactive except for some well known
services like httpd crond etc. but mux is still there.
Does anyone know how to colse this service?
regards, ivago
-------------- next
2008 Mar 20
7
Cacti-based monitoring
Hi,
I maintain several dom0 hosts, and I would like to monitor the following
with Cacti:
* the overall hypervisor CPU usage
* available hypervisor memory (e.g. memory that can be allocated to new
domUs)
and maybe:
* domU CPU usage
But the latter is not as important to me right now.
Anyone have any pointers on how I might do this? My knowledge of Cacti
is very basic. Basically: has anyone
2003 Jun 08
1
redirect unauthorized users to a login page (natd as a transparent proxy)
Hello
I am trying to redirect all http traffic of unauthorized wifi users on a
wireless hotspot to a login page. The problem I have is that I can not
disable the regular address translation (I want the source address to stay
the same).
10.0.0.7 is the wifi client
195.250.155.29 is the web wifi user tries to access from his browser
195.113.17.94 is my login page
10.0.0.1 is the wifi
2003 Jul 14
0
Autenticação Win2000 no Samba
Caros amigos, estou tendo dificuldade para conseguir logar esta??es win2000
no Samba. Alguem tem dicas de como posso fazer isso? Alguem ja conseguiu
fazer isto?
Qualquer ajuda ? bem vinda!
Uso aqui na empresa Samba na vers?o 2.2.0 e win2000 vers?o portugu?s.
Valeu a todos
Vitor
2003 Sep 24
3
FreeBSD Security Advisory FreeBSD-SA-03:14.arp
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-03:14.arp Security Advisory
The FreeBSD Project
Topic: denial of service due to ARP resource starvation
Category: core
Module: sys
Announced:
2003 May 16
1
awk/gawk
A quickie question: Could someone tell me why, on RELENG_4, we have a
gawk(1) manpage but no gawk executable? Given the manpage links, and
the fact that our system awk is really built from gawk sources, I'd
expect to have a link from /usr/bin/gawk to /usr/bin/awk (or vice
versa).
Thanks,
Bruce.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
2003 Aug 04
1
wi0 Crashes and timeouts
Hi There .
Iam runnig a Freebsd5.0 Access Point with a PCMCIA card PRISM 2.5
chipset 200mw , I have got 32 clients on it but is not working fine,
keep crashing and I have lot wi0: timesouts on the screen.
I was using with same computer other prism card but prism2 and that card
work very well but with a lot lower power and more noise because I need
use an Ampl.
With The prism2.5 the Access
2003 Jun 13
2
problem with libc_r (uthread_close.c) in 4.8-STABLE
Unsure what exactly the problem is, but when using 4.8-STABLE I was unable
to compile MySQL (it failed during configure phase)..
On further investigation, the following code segment when compiled with
phtreads, results in a segmentation fault:
#include <stdio.h>
typedef long long longlong;
main()
{
longlong ll=1;
float f;
FILE *file=fopen("conftestval", "w");
f
2003 Jul 19
1
A patch to man to handle "man.1"...
Hi, all--
I've always thought that specifying sections via "man -s 1 man" or "man 1 man"
was ugly, and didn't work very well with filename completion. Diff relative to
/usr/src/gnu/usr.bin/man to also handle the syntax of "man man.1":
--- man_old/man.c Sat Jul 19 17:17:13 2003
+++ man/man.c Sat Jul 19 18:08:23 2003
@@ -149,6 +149,8 @@
void
2003 Sep 10
1
problems with groff
Why would this be happening, and how can I fix this - the man subsystem
hasn't been working because of this for a while. This is
FreeBSD-4.9-Prerelease:
# gdb man man
GNU gdb 4.18 (FreeBSD)
This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols
found)...
/usr/share/tmac/man: No such file or directory.
And when I go to run a manpage, I sometimes get this
2003 Aug 07
2
nvi dying with "Resource temporarily unavailable"
Since I upgraded to FreeBSD 4.8 (from 4.5) I've noticed occasional failures
of nvi. It will suddenly die as a key is pressed, emitting:
Error: input: Resource temporarily unavailable
and you are staring at your command prompt.
I googled for this message and found that people here and there have been
complaining of this since about FreeBSD 4.2, but that absolutely none of
them have received
2003 Jun 24
1
Problems building 4.8 STABLE
I tried rebuilding yesterday. It failed [I don't recall the
output].
I then completely deleted the /usr/src and /usr/obj, and cvsuped
again last night [Approx 7PM on 2003-06-23]. I set the machine
up with a buildworld and went to bed.
This am I looked at the nohup.out file that was generated and it
had failed.
I took out the NOMAN=false in /etc/make.conf - as it appeared
the failure
2006 Mar 08
5
SWAT is working but shows smbd/nmbd: not running
Hi all,
I had nForce3 motherboard that has broken. Than I bought nForce4
motherboard. I connected old hard disk to this new nForce4 motherboard. For
net and sound support I download drivers from nvidia.com site. This driver
asks kernel source to be on local disk and gcc compiler.
After I installed kernel source and gcc, driver is successfully installed.
>From that point (but maybe it is
2003 Apr 04
3
outdated files after make world
Hi all,
After my last make world (updated to 4.7-RELEASE-p10) I checked
which files are older than the start of the build:
338 Mar 6 2002 /boot/loader.rc
12168 Mar 6 2002 /usr/include/machine/if_wavelan_ieee.h
1564 May 1 2002 /usr/include/netinet/ip_auth.h
34148 May 1 2002 /usr/include/netinet/ip_compat.h
21840 May 1 2002 /usr/include/netinet/ip_fil.h
1905 May 1 2002