Waiting for FreeBSD 12.2-RELEASE

2020-10-26 Thread Jack Raats


I bought a new a PC and now eager waiting for the new release to arrive!!!



___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Compile error while building world

2017-01-02 Thread Jack Raats
Problem SOLVED. I copied libpthread.a from a jail on that server to the right 
directory and could compile the source.
It seemed that the library was somehow damaged.

Grtz.,
Jack

Op 29-12-16 16:06 heeft Dimitry Andric <d...@freebsd.org> geschreven:

On 28 Dec 2016, at 23:47, Jack Raats <j...@jarasoft.net> wrote:
> 
> At this moment I’ll get the following error while compiling buildworld
> 
> 
> 
> --- clang-tblgen.full ---
> 
> c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm 
-I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_ON_UNIX 
-DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG 
-DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -g -Qunused-arguments 
-I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti 
-stdlib=libc++ -Wno-c++11-extensions  -static 
-L/usr/obj/usr/src/tmp/legacy/usr/lib -o clang-tblgen.full  
ClangASTNodesEmitter.o ClangAttrEmitter.o ClangCommentCommandInfoEmitter.o 
ClangCommentHTMLNamedCharacterReferenceEmitter.o ClangCommentHTMLTagsEmitter.o 
ClangDiagnosticsEmitter.o ClangSACheckersEmitter.o NeonEmitter.o TableGen.o 
/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmminimal/libllvmminimal.a  
-lncursesw  -lpthread -legacy
> 
> /usr/lib/libpthread.a(thr_syscalls.o): In function `__thr_fdatasync':
> 
> /usr/src/lib/libthr/thread/thr_syscalls.c:(.text+0xe51): undefined 
reference to `__sys_fdatasync'
> 
> c++: error: linker command failed with exit code 1 (use -v to see 
invocation)
> 
> *** [clang-tblgen.full] Error code 1
> 
> 
> 
> Systeem: FreeBSD 11.0-STABLE  At revision 310725.

The fdatasync symbol was added to head in r304209, and that was MFC'd to
stable/11 in r304980, almost 4 months ago.  For some reason, you don't
seem to have it in libc.a.

Can you link any application statically?  And if you use -lpthread?

-Dimitry




___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Compile error while building world

2016-12-29 Thread Jack Raats
> On 28 Dec 2016, at 23:47, Jack Raats <j...@jarasoft.net> wrote:
>>
>> At this moment I’ll get the following error while compiling buildworld
>>
>>
>>
>> --- clang-tblgen.full ---
>>
>> c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm
>> -I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include
>> -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS
>> -D__STDC_CONSTANT_MACROS -DNDEBUG
>> -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\"
>> -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\"
>> -DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -g -Qunused-arguments
>> -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions
>> -fno-rtti -stdlib=libc++ -Wno-c++11-extensions  -static
>> -L/usr/obj/usr/src/tmp/legacy/usr/lib -o clang-tblgen.full
>> ClangASTNodesEmitter.o ClangAttrEmitter.o
>> ClangCommentCommandInfoEmitter.o
>> ClangCommentHTMLNamedCharacterReferenceEmitter.o
>> ClangCommentHTMLTagsEmitter.o ClangDiagnosticsEmitter.o
>> ClangSACheckersEmitter.o NeonEmitter.o TableGen.o
>> /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmminimal/libllvmminimal.a
>> -lncursesw  -lpthread -legacy
>>
>> /usr/lib/libpthread.a(thr_syscalls.o): In function `__thr_fdatasync':
>>
>> /usr/src/lib/libthr/thread/thr_syscalls.c:(.text+0xe51): undefined
>> reference to `__sys_fdatasync'
>>
>> c++: error: linker command failed with exit code 1 (use -v to see
>> invocation)
>>
>> *** [clang-tblgen.full] Error code 1
>>
>>
>>
>> Systeem: FreeBSD 11.0-STABLE  At revision 310725.
>
> The fdatasync symbol was added to head in r304209, and that was MFC'd to
> stable/11 in r304980, almost 4 months ago.  For some reason, you don't
> seem to have it in libc.a.
>
> Can you link any application statically?  And if you use -lpthread?
>
> -Dimitry
>
>

Dimitry,

Thanks for your reaction.
After this error I empty's /usr/src and /usr/ports

I can compile the kernel and install the kernel.
But a "make buildworld" gives the above error.

Copying libc.a and libc32.a from another machine didn't solve the problem.

Can you give me another clue?

Is it possible to reinstall world from a nightly snapshot without
destroying the running system (I'm using the ZFS file system with a pool
of 4 HDD)

Thanks
Jack


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Compile error while building world

2016-12-28 Thread Jack Raats
Hi

 

At this moment I’ll get the following error while compiling buildworld

 

--- clang-tblgen.full ---

c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm 
-I/usr/src/lib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_ON_UNIX 
-DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG 
-DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" 
-DDEFAULT_SYSROOT=\"/usr/obj/usr/src/tmp\" -g -Qunused-arguments 
-I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti 
-stdlib=libc++ -Wno-c++11-extensions  -static 
-L/usr/obj/usr/src/tmp/legacy/usr/lib -o clang-tblgen.full  
ClangASTNodesEmitter.o ClangAttrEmitter.o ClangCommentCommandInfoEmitter.o 
ClangCommentHTMLNamedCharacterReferenceEmitter.o ClangCommentHTMLTagsEmitter.o 
ClangDiagnosticsEmitter.o ClangSACheckersEmitter.o NeonEmitter.o TableGen.o 
/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmminimal/libllvmminimal.a  
-lncursesw  -lpthread -legacy

/usr/lib/libpthread.a(thr_syscalls.o): In function `__thr_fdatasync':

/usr/src/lib/libthr/thread/thr_syscalls.c:(.text+0xe51): undefined reference to 
`__sys_fdatasync'

c++: error: linker command failed with exit code 1 (use -v to see invocation)

*** [clang-tblgen.full] Error code 1

 

Systeem: FreeBSD 11.0-STABLE  At revision 310725.

 

Can anyone give me a clue?

 

Thanks

 

Jack

 

 

 

 

 

 

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Where is 10.2-STABLE?

2016-04-02 Thread Jack Raats
If you look at the ftp.freebsd.org than you can see that the 10.3-RELEASE
can be downloaded.
The strange thing is that there is no announcement yet.

Also the newvers.sh still has PRERELEASE in stead of STABLE.

Can anyone explain why this hasn¹t happened yet???

Thanks!

Jack




Op 01-04-16 00:54 schreef Don Lewis :

>On 30 Mar, Ronald F. Guilmette wrote:
>> 
>> 
>> I was looking to download an ISO for 10.2-STABLE for a new build I'm
>> doing, however I can't see to locate any such ISO.  It isn't where
>> it seems it should be, according to the info on this page:
>> 
>> https://www.freebsd.org/snapshots/
>> 
>> Where can I get such an ISO?
>
>If you really want a snapshot from the stable/10 branch, look for
>10.3-PRERELEASE.  When stable/10 was branched in preparation for
>10.3-RELEASE (creating the releng/10.3 branch), newvers.sh on the
>stable/10 branch was edited to change REVISION from 10.2 to 10.3 and
>BRANCH from STABLE to PRERELEASE.  Commits to the stable/10 branch after
>this point are eligible to be merged to releng/10.3 if approved by re@.
>
>Once 10.3 is officially released, then newvers.sh will be modified again
>to change BRANCH from PRERELEASE back to STABLE, and the snapshots will
>then be named 10.3-STABLE.
>
>I suspect that the oldest of the 10.2-STABLE snapshots has been expired.
>I don't know why there haven't been any 10.3-PRERELASE snapshot .iso
>files created since January ...
>___
>freebsd-stable@freebsd.org mailing list
>https://lists.freebsd.org/mailman/listinfo/freebsd-stable
>To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


FreeBSD 9.1-PRERELEASE

2012-12-27 Thread Jack Raats
Hi,

In this mailinglist I'm reading a lot about problems (re)compiling the system. 
At this moment I'm running:
FreeBSD 9.1-PRERELEASE (ORAC) #0 r244047: Sun Dec  9 15:33:19 CET 2012 
without problems.

Is it save to recompile the system with all patches?

Thanks
Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


network with two gateways and one network card

2011-12-18 Thread Jack Raats
I have a question. Perhaps soeone can point me to a solution.

I have a server running FreeBSD 7.4-STABLE with one network card running ezjail
My network has two gateways.

The host is running as 10.10.10.10 netmask 255.255.255.0 with gateway 10.10.10.1
The jail must be running 192.168.178.10 netmask 255.255.255.0 with gateway 
192.168.178.1

Is this possible?
How to do it??
What kind of problems to expect?

Thanks for your time
Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Looking for a simple HOW-TO

2011-11-06 Thread Jack Raats
Hi,

This is perhaps not the right mailinglist so I'm sorry.

I'm looking for a simple how to to install Aterisk 1.8 on FreeBSD 7.4-STABLE 
from the ports.
Compiling is not the problem but what to choose from the config before 
compiling, realizing that I'm only using SIP, so no hardware attached.

It would be nice to see the minimum config I have to use from asterisk.

Thanks
Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


FreeBSD 7.4-STABLE server behind an isa server

2011-05-18 Thread Jack Raats
I am setting up a FreeBSD 7.4 server behind an ISA server. The purpose of this 
server is to serve as an intranet web server.
But I would like to update the ports of course.
I have a login and password for the isa server.
I would like to know how to implement this so that I can usr portupgrade to 
update the ports and to use make install

excuses for the bad english

thanks

Jack

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Old system keeps coming back

2010-11-28 Thread Jack Raats

At this moment I hiring a FreeBSD server running FreeBSD 7.2.
After running cvsup, updating sources and ports, compiling the complete
system, installing kernel and the new world, rebooting the system gives 
the old sytem and not the freshly

compiled FreeBSD 7.4-PRERELASE.

What is wrong? Where to look for?

Thanks
Jack Raats

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Old system keeps coming back

2010-11-28 Thread Jack Raats
- Original Message - 
From: Jack Raats j...@jarasoft.net

Subject: Old system keeps coming back



At this moment I hiring a FreeBSD server running FreeBSD 7.2.
After running cvsup, updating sources and ports, compiling the complete
system, installing kernel and the new world, rebooting the system gives 
the old sytem and not the freshly

compiled FreeBSD 7.4-PRERELASE.


It seems that dmesg gives all system info. At he end it gives the FreeBSD 
7.4-PRELEASE message.


What the do so that dmesg gives the latest info?
/etc/motd also is not updated. How to solve this?

Thanks

Jack Raats 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Memory leak and swapfile

2010-11-26 Thread Jack Raats
It looks like that there may be a memory leak of my swap space with one of 
the processes that is running.

Big question: How can I determine which process is responsible.

Any suggestions?

Thanks
Jack 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


memory leak and swapfile

2010-11-26 Thread Jack Raats
It looks like that there may be a memory leak of my swap space with one of 
the processes that is running.

Big question: How can I determine which process is responsible.

Any suggestions?

Thanks
Jack 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Exchange ActiveSync account

2010-03-25 Thread Jack Raats
Hi,

I have an Exchange ActiveSync account and I would like to get this mail on my 
freebsd 7.3-stable server.
I donn't haven an imap or pop account, only the information of the activesync 
account.

Can anyone give me a clue how to achieve this?

Thanks for your time!

Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Jails and IPFW

2009-12-13 Thread Jack Raats
Hi,

I'm looking for a good manual how to implement ipfw in and with jails.
Google doesn't give anything usefull

Thanks for your time

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Jails and IPFW

2009-12-13 Thread Jack Raats

Hi Paul,

I'll understand, but I want to run apache and ssh on both jails using their 
standard configs.

(So they listen to every ip address and interface).


From your answer I learn than ipfw has to run on the host machine like:

$IPF 6000 pass tcp from any to $jail1 22,80 in
$IPF 6000 pass tcp from any to $jail2 22,80 in

Jack

- Original Message - 
From: Paul Procacci pproca...@datapipe.com

To: Jack Raats j...@jarasoft.net
Cc: freebsd-stable@freebsd.org
Sent: Monday, December 14, 2009 6:33 AM
Subject: Re: Jails and IPFW


If you are asking whether the root user of the jail can implement their
own firewall, then no that is not possible.
If you are asking whether you can use ipfw along side jails, then yes
you can.  The administration of said firewall doesn't change one bit due
to the introduction of a jail.
So, if it's information pertaining to ipfw that you need then `man ipfw`
is what you seek.

~Paul


Jack Raats wrote:

Hi,

I'm looking for a good manual how to implement ipfw in and with jails.
Google doesn't give anything usefull

Thanks for your time

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org




This message may contain confidential or privileged information.  If you are 
not the intended recipient, please advise us immediately and delete this 
message.  See http://www.datapipe.com/emaildisclaimer.aspx for further 
information on confidentiality and the risks of non-secure electronic 
communication. If you cannot access these links, please notify us by reply 
message and we will send the contents to you.


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Release process starting...

2009-03-19 Thread Jack Raats
- Original Message - 
From: Robert Watson rwat...@freebsd.org


One of the most important things for us to keep an eye on in this release 
is that the boot loader now works on a number of pieces of hardware on 
which it reressed for 6.4/7.1.  If it proves successful, we'll likely also 
do errata notes and roll new ISOs for 6.4.


About FreeBSD 6.4. If you consider to make new 6.4 iso's, perhaps it would 
be better to think about an 6.5 release


Jack Raats 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: FreeBSD 7.2 Release process starting...

2009-03-19 Thread Jack Raats

From: Robert Watson rwat...@freebsd.org

About FreeBSD 6.4. If you consider to make new 6.4 iso's, perhaps it 
would be better to think about an 6.5 release


It's a question of bandwidth for the release engineering team, ports team, 
security officer team, etc -- I think a 6.5 is pretty much out of the 
question right now with 8.0 preparing to ramp up and 7.2 now in flight. 
That gives us a short menu of options:


- Errata patches
- Errata patches + ISO reroll
- Point release

Because of the boot loader issues, errata patches don't really cut it 
alone, as if you can't install, you definitely can't apply errata patches 
:-).  This suggests a reroll or a point release.


This reminds me of FreeBSD 4.6 and FreeBSD 4.6.2 (The first FreeBSD I ever 
used was 4.6, that's why I remember)


For me the distinction remains fuzzy, but I think a key to either approach 
would be avoiding having to fully re-QA, do BETAs, build new packages, 
etc. This suggests taking RELENG_6_4 on some date, perhaps rebranching if 
it's a point release, or not if it's an ISO reroll, and bundling it with 
exactly the same packages we shipped in 6.4 (etc) and bumping a few 
documentation parts.


Indeed, that's a lot of work for an errata patch.

Jack

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Problems installing FreeBSD 7.0

2008-12-24 Thread Jack Raats

From: SDH Admin ad...@stardothosting.com


How can I do this if the systeem freezes???


Good old fashioned pen + paper (as long as it's not too long). Never 
fails.


Main problem is:
ad0: FreeBSD check1 failed

I googled but didn't find any solution.
Does anyone have a clue where to find the solution?

Jack 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Problems installing FreeBSD 7.0

2008-12-23 Thread Jack Raats
Hi,

At this moment I have problems installing FreeBSD 6.4 and FreeBSD 7.0.
After booting from CD the system I get the menu. I have tried all possible 
options.
The system starts checking all hardware but freezes after finding the CD-ROM 
drives printing the GEOM_LABLE (on FB 7.0, not 6.4)
(acd0)

The hardware is a Targa Visonary 2700XP, AMD 2700+ CPU, mem 1 GB

Can anyone help me. I never had this problems before on other systems.

Thanks 
Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Problems installing FreeBSD 7.0

2008-12-23 Thread Jack Raats

From: Ben Kaduk minimar...@gmail.com


On Tue, Dec 23, 2008 at 1:30 PM, Jack Raats j...@jarasoft.net wrote:

Hi,

At this moment I have problems installing FreeBSD 6.4 and FreeBSD 7.0.
After booting from CD the system I get the menu. I have tried all 
possible options.
The system starts checking all hardware but freezes after finding the 
CD-ROM drives printing the GEOM_LABLE (on FB 7.0, not 6.4)

(acd0)

The hardware is a Targa Visonary 2700XP, AMD 2700+ CPU, mem 1 GB

Can anyone help me. I never had this problems before on other systems.




Have you tried booting in verbose mode?
If so, does it give any further output after printing the GEOM_LABEL for
the other drives?


Verbose mode does not give much more information. It tells the info of the 
CD rom drives, after which it stops.

Strange thing is that installing ubuntu doesn't give any trouble.

Checking the hardware doesn't give any failures. Memory is OK.

Thanks for your time
Jack

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Problems installing FreeBSD 7.0

2008-12-23 Thread Jack Raats


- Original Message - 
From: SDH Admin ad...@stardothosting.com



The system starts checking all hardware but freezes after finding the
CD-ROM drives printing the GEOM_LABLE (on FB 7.0, not 6.4)
(acd0)

The hardware is a Targa Visonary 2700XP, AMD 2700+ CPU, mem 1 GB



Can you try to paste exactly what was on the screen before the freeze 
for

both 6.4 and 7.0?


How can I do this if the systeem freezes???

Jack


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Jack Raats
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I would like to add the zyd device to FreeBSD.
The zyd driver allready is in FreeBSD 7.0.
Which steps do I have to take to add the zyd device to FreeBSD?

Jack
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959

iD8DBQFIkzSKPh5RwW/NzC4RAqMKAJ987kbR57nNejUHOaNPOLabP2jKWACgm6Ts
iOvTzyGUw1evnXmmHSa6+RA=
=f1r1
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 7 and Apache 1.3.41 PROBLEM

2008-06-11 Thread Jack Raats
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On a server I was running FreeBSD 6.3-STABLE together with apache 1.3.41 
without any problem.

After upgrading FreeBSD to FreeBSD 7.0-STABLE using a source upgrade, 
compiling, and a full recompile of all the ports apache refuses to start, or 
starts and exits with a .core dump.

In httpd-error.log
[Wed Jun 11 17:01:04 2008] [info] mod_unique_id: using ip addr 10.10.10.10
[Wed Jun 11 17:01:05 2008] [info] (2)No such file or directory: make_sock: for 
port 80, setsockopt: (SO_ACCEPTFILTER)
[Wed Jun 11 17:01:05 2008] [warn] pid file /var/run/httpd.pid overwritten -- 
Unclean shutdown of previous Apache run?

After hashing out
#LoadModule unique_id_module   libexec/apache/mod_unique_id.so
#AddModule mod_unique_id.c

Apache starts normally

Can anyone explain this?

Jack
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959

iD8DBQFIT+8bPh5RwW/NzC4RAn9aAKCVKIvHFmFzpeaveqvHYbXjIRrhuACg0vxr
f5f3FDGYigHPRaqGz+ZkDok=
=TZvG
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.3-RELEASE Available

2008-01-18 Thread Jack Raats

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ken,

After CVSuping newvers.sh still tells me I am using the prerelease

Jack


- - Original Message -
From: Ken Smith [EMAIL PROTECTED]
To: freebsd-stable freebsd-stable@freebsd.org
Sent: Friday, January 18, 2008 8:18 PM
Subject: FreeBSD 6.3-RELEASE Available



In case you aren't subscribed to [EMAIL PROTECTED]:

 http://www.freebsd.org/releases/6.3R/announce.html

- --
   Ken Smith
- - From there to here, from here to  |   [EMAIL PROTECTED]
 there, funny things are everywhere.   |
 - Theodore Geisel |


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959

iD8DBQFHkQotPh5RwW/NzC4RAg/5AKCGrjDK5BYFO45FT8cJZoS6CfO1dQCffdwR
OTiUL2ITF2U6D565O//6CJY=
=4Owp
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.2 Released

2007-01-14 Thread Jack Raats

Ken,

At this moment newvers.h of RELENG_6:
TYPE=FreeBSD
REVISION=6.2
BRANCH=PRERELEASE
Is that being corrected?

Jack

- Original Message - 
From: Ken Smith [EMAIL PROTECTED]

To: freebsd-stable@freebsd.org
Sent: Monday, January 15, 2007 6:26 AM
Subject: FreeBSD 6.2 Released


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.2

2006-12-12 Thread Jack Raats
Hi everyone

http://www.freebsd.org/releases/6.2R/schedule.html is not being updated for a 
long time.

Is FreeBSD 6.2-RELEASE going to become a christmas present?

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.2-RELEASE a Xmas present?

2006-12-12 Thread Jack Raats
Hi everyone

http://www.freebsd.org/releases/6.2R/schedule.html is not being updated for a 
long time.

Is FreeBSD 6.2-RELEASE going to become a christmas present?

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.2

2006-12-12 Thread Jack Raats



Hi everyone

http://www.freebsd.org/releases/6.2R/schedule.html is not being updated 
for a long time.


Is FreeBSD 6.2-RELEASE going to become a christmas present?


Only if Santa thinks you have been nice to your family the last year :)

--
Wilko Bulte [EMAIL PROTECTED]


Santa knows, so that's the reason I 'm getting the FreeBSD 6.3-RELEASE :-) 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.1-STABLE

2006-05-06 Thread Jack Raats
Does this mean it's ready?

From /usr/src/UPDATING

Updating Information for FreeBSD STABLE users

This file is maintained and copyrighted by M. Warner Losh
[EMAIL PROTECTED].  See end of file for further details.  For commonly
done items, please see the COMMON ITEMS: section later in the file.

Items affecting the ports and packages system can be found in
/usr/ports/UPDATING.  Please read that file before running
portupgrade.

20060506:
FreeBSD 6.1-RELEASE

Jack

smime.p7s
Description: S/MIME cryptographic signature


Re: FreeBSD 2.2.9 Released

2006-04-02 Thread Jack Raats

Scott,

There's something strange with this release. 
Yesterday it worked fantastic, better than the FreeBSD 6.1-PRERELEASE. 
Today it refuses to start :-)


Jack


It is my great pleasure and privilege to announce the availability of
FreeBSD 2.2.9-RELEASE.  This release is the culmination of SEVENTY-SEVEN
months of tireless work by the FreeBSD developers, users, their children,
and their pets.  Significant features in this release:

http://lists.freebsd.org/mailman/listinfo/freebsd-stable

To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installworld: Error 'audit group' missing ; UPDATING is incomplete!

2006-03-09 Thread Jack Raats

Kris,

I've the same problem, but never used mergemaster. Is it save to use it that 
it only adds the audit group.
Is it true when I use the merge option that some groups will be over 
written? example the wheel group will became empty except root...


If it save only to add the audit group
Hove to add this group?

Jack


- Original Message - 
From: Kris Kennaway [EMAIL PROTECTED]

To: Rob [EMAIL PROTECTED]
Cc: freebsd-stable@FreeBSD.org
Sent: Thursday, March 09, 2006 8:56 AM
Subject: Re: installworld: Error 'audit group' missing ;UPDATING is 
incomplete!


On Wed, Mar 08, 2006 at 11:15:11PM -0800, Rob wrote:


Hi,

I have uploaded today 6-Stable.
The 'make installworld' fails with an error
message on a missing 'audit group' and refers
to /usr/src/UPDATING.
However, there's no information in UPDATING
about this issue!


It's taken care of by the general upgrading procedure, which directs
you to mergemaster -p for precisely this reason.

Kris

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


BUg on latest mysql40-client portupgrade.

2006-01-13 Thread Jack Raats
Since the latest mysql40-client port upgrade, I'm getting a mysql error:

Jan 13 20:04:33 orac kernel: Starting gld.
Jan 13 20:04:33 orac kernel: /libexec/ld-elf.so.1:
Jan 13 20:04:33 orac kernel: Shared object libmysqlclient.so.12 not found, 
required by gld

Can anyone help me or give me a clue?

FreeBSD 6.0-STABLE and mysql-client-4.0.26_1
GLD 1.6 gives the error

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Errors after upgrading to new portupgrade

2006-01-02 Thread Jack Raats
Hi,

Running the new portupgrade 2.0.0,1 gives the following errors:

orac# portupgrade -Na
[Updating the portsdb format:bdb1_btree in /usr/ports ... - 13945 port 
entries found 
.1000.2000.3000.4000.5000.6000.7000.8000.9000.1.11000.12000.13000.
 . done]
** Package origin of 'bison' has been changed: 'devel/bison' - 'devel/bison2'
** No need to upgrade 'bison-1.75_2,1' (= bison-2.1_1). (specify -f to force)
/usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:89:in `': failed to allocate 
memory (NoMemoryError)
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:89:in `trace'
from /usr/local/sbin/portupgrade:723:in `do_upgrade'
from /usr/local/sbin/portupgrade:696:in `main'
from /usr/local/sbin/portupgrade:693:in `each'
from /usr/local/sbin/portupgrade:693:in `main'
from /usr/local/sbin/portupgrade:208:in `initialize'
from /usr/local/sbin/portupgrade:208:in `new'
from /usr/local/sbin/portupgrade:208:in `main'
from /usr/local/sbin/portupgrade:1893

Anyone know how to cure this error?

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Errors after upgrading portupgrade

2006-01-02 Thread Jack Raats
Hi,

Running the new portupgrade 2.0.0,1 gives the following errors:

orac# portupgrade -Na
[Updating the portsdb format:bdb1_btree in /usr/ports ... - 13945 port 
entries found 
.1000.2000.3000.4000.5000.6000.7000.8000.9000.1.11000.12000.13000.
 . done]
** Package origin of 'bison' has been changed: 'devel/bison' - 'devel/bison2'
** No need to upgrade 'bison-1.75_2,1' (= bison-2.1_1). (specify -f to force)
/usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:89:in `': failed to allocate 
memory (NoMemoryError)
from /usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:89:in `trace'
from /usr/local/sbin/portupgrade:723:in `do_upgrade'
from /usr/local/sbin/portupgrade:696:in `main'
from /usr/local/sbin/portupgrade:693:in `each'
from /usr/local/sbin/portupgrade:693:in `main'
from /usr/local/sbin/portupgrade:208:in `initialize'
from /usr/local/sbin/portupgrade:208:in `new'
from /usr/local/sbin/portupgrade:208:in `main'
from /usr/local/sbin/portupgrade:1893

Anyone know how to cure this error?

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Copying kernel and OS

2005-12-07 Thread Jack Raats

I've two machines running FreeBSD 6.0-STABLE.
One very fast machine and one very very slow machine. On the fast machine I 
can compile a new kernel and OS very quickly and easily.
Is it possible to transfer the compile world and kernel to the slow machine. 
If yes whart directories etc... do i have to transfer.


Jack 


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copying kernel and OS

2005-12-07 Thread Jack Raats

Is it also possible to scp both directories to the slow machine?

JAck

- Original Message - 
From: Stephen Montgomery-Smith [EMAIL PROTECTED]

To: Jack Raats [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org; FreeBSD Stable 
freebsd-stable@freebsd.org

Sent: Wednesday, December 07, 2005 10:29 PM
Subject: Re: Copying kernel and OS



Jack Raats wrote:

I've two machines running FreeBSD 6.0-STABLE.
One very fast machine and one very very slow machine. On the fast machine 
I can compile a new kernel and OS very quickly and easily.
Is it possible to transfer the compile world and kernel to the slow 
machine. If yes whart directories etc... do i have to transfer.


Jack


I do something like this.  I build on the fast machine, and then use NFS 
to allow the slow machine to access /usr/src and /usr/obj.  I have found 
that it is important to preserve the names of the directories, so that 
they are also called /usr/src and /usr/obj on the slow machine.  Then I 
just do mergemaster, make installworld, make installkernel (in the 
appropriate order) on the slow machine, and it works like a charm.


The entries in fstab are like this:
hub2:/usr/obj/usr/objnfs rw,bg,noauto0   0
hub2:/usr/src/usr/srcnfs rw,bg,noauto0   0
where hub2 is the name of the fast machine.

In /etc/exports on hub2 I have something like this
/usr -maproot=root -alldirs -network 10.0.0.0 -mask 255.255.255.0
(here 10.0.0.0 is the IP addresses of my LAN)

and in /etc/rc.conf on hub2 I have some lines like
nfs_server_enable=YES
rpcbind_enable=YES

Then on the slow machine I simply type
mount /usr/src
mount /usr/obj

--

Stephen Montgomery-Smith
[EMAIL PROTECTED]
http://www.math.missouri.edu/~stephen



___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 Released

2005-11-04 Thread Jack Raats

Hi Scott,

I cann't find the upgrade information from 5.4 to 6.0?
Is it on the website? Which URL?

Thanks for the good job!!!

Jack

- Original Message - 
From: Scott Long [EMAIL PROTECTED]
To: FreeBSD Current freebsd-current@FreeBSD.org; 
[EMAIL PROTECTED]

Sent: Friday, November 04, 2005 4:40 PM
Subject: FreeBSD 6.0 Released



It is my great pleasure and privilege to announce the availability of
FreeBSD 6.0-RELEASE.  This release is the next step in delivering the
high performance and enterprise features that have been under
development in the FreeBSD 5.x series for that last several years.
Some of the many changes since 5.4 include:


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Inetd not starting

2005-09-04 Thread Jack Raats
At this moment I've a strange error.
inetd is not started after a reboot, but after entering inetd on the 
commandline, the deamon is started

I'm using freebsd 5.4-stable. I just recompiled the system so with the latest 
patches.
in /etc/rc.conf I've enabled inetd.

Can anyone give me a clude to look for?

Met vriendelijke groeten
Jack Raats



pgpoVsJhVy5Sp.pgp
Description: PGP signature


Trouble with PHP4-extensions

2005-07-23 Thread Jack Raats
I had installed Apache, PHP4.40 and imap on a FreeBSD 5.4-STABLE server. It 
worked OK. I had to recompile IMAP and after this apache refuses to start. I 
have to recompile the php4-imap part of php.

How to do this?
Deinstall php4 completely and then reinstall it
or
Can i use the extensions to recompile only a part?

Met vriendelijke groeten
Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Strange error

2005-06-10 Thread Jack Raats
This day I've a very strange error when trying to connect to my FreeBSD machine 
(4.11-STABLE)
I got the following error:
ssh_exchange_identification: Connection closed by remote host


Can anyone give me any clue what's wrong?

Jack
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


rl0: discard oversize frame

2005-05-23 Thread Jack Raats
I'm running FreeBSD 5.4-STABLE. At this moment I'm getting all kind of network 
losses due to the error  rl0: discard oversize frame
Google showed that a lot of PC suffers form this, but I didn't fine the cure :-(

Can anyone help me with a cure?

Met vriendelijke groeten
Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Making a FreeBSD iso

2005-05-16 Thread Jack Raats
I want to make a FreeBSD ISO so I can install it on other machines.
I have a working FreeBSD machine with the latest kernel and binaries.
Is there a port or other utilities?
Where can I find info about this (URL's please)

Met vriendelijke groeten
Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.3 very slow data-transfer

2005-02-13 Thread Jack Raats
Yesterday I've install FreeBSD 5.3 on a machine. After compiling the kernel
with device my, I can connect through the network with that machine.
Everything works fine, but when I try to update the source tree or ftp-ing
to a local machine, the data transfer starts at 10 Kbytes/sec and drops very
quickly to nearly 0.
Can anyone give me a clue or help me?

Thanks
Jack Raats

PS. Before FreeBSD 5.3, the PC was working with FreeBSD 4.11 without any
problem.  I did a complete install of 5.3

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Adding an usb harddisk

2005-02-10 Thread Jack Raats
I want to add an usb harddisk.
Acoording to fdisk it's formatted as a NTFS/HPFS/QNX disk
Can I add this disk and still using this file system?
What kind of dev/fstab do I need to add?
Do I need an extra swap slice?  How to make one?
I'm using FreeBSD 4.11.

Thank you

Jack Raats
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


ftp.freebsd.org

2004-10-23 Thread Jack Raats
At this moment I cann't connect with ftp.freebsd.org. 
Are they uploading (and installing???) FreeBSD 5.3-STABLE?

Greetings!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]