Re: Very large kernel

2008-03-01 Thread Alex de Kruijff
On Sat, Mar 01, 2008 at 06:11:53PM +0300, Dmitry Morozovsky wrote:
 On Sat, 1 Mar 2008, Kris Kennaway wrote:
 
 KK Alex de Kruijff wrote:
 KK  I noticed that the kernel directory was very large compaired to 6.1. Is
 KK  this for debugging and can I safely remove the symbols files I want to
 KK  save some space?
 KK 
 KK Yes but if you encounter a panic and need to submit a bug report then you
 KK will need at least the kernel.debug and whatever modules you are using.
 
 What about gzipping .symbol files by default?  
 
 It decreases symbol files size in about 50-60%, so i386 GENERIC kernel 
 directory shrinks from 125m to 74m...

I like this idea. The root is usaly small. In edition they could be
removed from kernel.old when updating by default.
-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.

Howtos based on my personal use, including information about 
setting up a firewall and creating traffic graphs with MRTG
http://alex.kruijff.org/FreeBSD/

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


7.0 Kernel install problem

2008-02-29 Thread Alex de Kruijff
Make buildworld  make buildkernel KERNCONF=GENERIC whent without
errors. Make installkernel KERNCONF=GENERIC gave me this:

=== zyd (install)
install -o root -g wheel -m 555   if_zyd.ko /boot/kernel
install -o root -g wheel -m 555   if_zyd.ko.symbols /boot/kernel
kldxref /boot/kernel
kldxref: file isn't dynamically-linked
kldxref: file isn't dynamically-linked
kldxref: file isn't dynamically-linked
(and many more)

Should I be worried?

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.

Howtos based on my personal use, including information about 
setting up a firewall and creating traffic graphs with MRTG
http://alex.kruijff.org/FreeBSD/

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


Very large kernel

2008-02-29 Thread Alex de Kruijff
I noticed that the kernel directory was very large compaired to 6.1. Is
this for debugging and can I safely remove the symbols files I want to
save some space?

Tanks,
Alex

Please copy the original recipients, otherwise I may not read your reply.

Howtos based on my personal use, including information about 
setting up a firewall and creating traffic graphs with MRTG
http://alex.kruijff.org/FreeBSD/

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


Re: shutting off the internal Sendmail Daemom

2006-04-20 Thread Alex de Kruijff
On Thu, Apr 20, 2006 at 07:31:53PM -0400, Matt Smith wrote:
 I need to close port 25 so another SMTP server can run but how do I kill the
 internal Sendmail.  Setting sendmail_enable to no in rc.conf does not work
 
  Matt

Dear Matt,

Please don't send a new mail by replying to an old one. This can cause
your mail to be missed because it ends up in some thread at the end of
the list. And if you do then remove the content. 600 lines that have
nothing to do with you question is a waist of bandwith and makes the
list a whole lot larger and slower.

As for you question... Please look at the FreeBSD handbook and go to the
sendmail section. Your anwers it there. Don't forget to reboot afther.

Alex

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


Re: 5.4 not running HTT

2005-06-13 Thread Alex de Kruijff
On Fri, Jun 10, 2005 at 03:06:51PM -0500, Stephen Montgomery-Smith wrote:
 Steven Hartland wrote:
 Have a read /usr/src/UPDATING it explains.
 
 
 It should be in /usr/src/UPDATING, but I don't see it there myself.
 
 I got bitten by the same problem.  The other guy who gave
 ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:09.htt.asc
 provided the right answer, but it should be also mentioned in UPDATING.

Now it is. But its a bit vage. (i.e. what is a knob)
20050513:   p1  FreeBSD-SA-05:09.htt
Add a knob for disabling/enabling HTT.  Default off due to
information
disclosure on multi-user systems.

I assume it can be turned on by
echo 'kern.sched.ipiwakeup.htt2=1'  /etc/sysctl.conf

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


Re: Can't compile 5.3-STABLE from 5.3-RC2

2004-11-15 Thread Alex de Kruijff
On Mon, Nov 15, 2004 at 12:49:08AM +0100, Alex de Kruijff wrote:
 On Sun, Nov 14, 2004 at 08:31:36PM +0100, Ralf Folkerts wrote:
  Hi,
  
  I wanted to Update my System that runs FreeBSD 5.3-RC2 to the final
  5.3-Level.
  
  However, compile reproducible stops in libstdc++, claiming a missing
  unwind.h.
  
  I already removed /usr/src and re-cvsupped it and also searched
  the /usr/src/UPDATING and the CURRENT- and STABLE-Lists for such
  Problems.
  
  The Update from 5.2.1 to 5.3-RC2 ran just fine on that machine (after
  removing the CXXFLAGS from /etc/make.conf).
  
  uname -a:
  FreeBSD beaster.home.folkerts-net.de 5.3-RC2 FreeBSD 5.3-RC2 #1: Mon Nov
  1 15:42:06 CET 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BEASTERKERNEL
  i386
  
  I'll paste the libstdc++-Output and my /etc/make.conf below.
  
  What did I do wrong? As it worked fine from 5.2.1 to 5.3 I hope it's
  just a small Problem ;-)
 
 Did you follow the handbook to the letter? I was succesful at compileing
 from RC2 to STABLE. You could try my script. I've put it in
 www.kruijff.org/files/FreeBSD/update.sh

Sorry this is wrong. It should be:
www.kruijff.org/alex/files/FreeBSD/update.sh

 Options are:
 update.sh cvs
 update.sh build (fails to build my special kernels)
 update.sh install GENERIC
 
 Log files goto /var/world/

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't compile 5.3-STABLE from 5.3-RC2

2004-11-14 Thread Alex de Kruijff
On Sun, Nov 14, 2004 at 08:31:36PM +0100, Ralf Folkerts wrote:
 Hi,
 
 I wanted to Update my System that runs FreeBSD 5.3-RC2 to the final
 5.3-Level.
 
 However, compile reproducible stops in libstdc++, claiming a missing
 unwind.h.
 
 I already removed /usr/src and re-cvsupped it and also searched
 the /usr/src/UPDATING and the CURRENT- and STABLE-Lists for such
 Problems.
 
 The Update from 5.2.1 to 5.3-RC2 ran just fine on that machine (after
 removing the CXXFLAGS from /etc/make.conf).
 
 uname -a:
 FreeBSD beaster.home.folkerts-net.de 5.3-RC2 FreeBSD 5.3-RC2 #1: Mon Nov
 1 15:42:06 CET 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BEASTERKERNEL
 i386
 
 I'll paste the libstdc++-Output and my /etc/make.conf below.
 
 What did I do wrong? As it worked fine from 5.2.1 to 5.3 I hope it's
 just a small Problem ;-)

Did you follow the handbook to the letter? I was succesful at compileing
from RC2 to STABLE. You could try my script. I've put it in
www.kruijff.org/files/FreeBSD/update.sh

Options are:
update.sh cvs
update.sh build (fails to build my special kernels)
update.sh install GENERIC

Log files goto /var/world/

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 4.10, dial-up, cvsup, ports

2004-10-06 Thread Alex de Kruijff
On Sun, Oct 03, 2004 at 10:51:51PM +0400, Igor Pokrovsky wrote:
 On Sun, Oct 03, 2004 at 03:56:27PM -0300, Feng wrote:
  Hi, People,
  
  I had to switch from a ADSL to a dial-up connection and I had to change 
  the settings on my FreeBSD 4.10 box.
  
  After reading The Handbook, I had sucessfully connected to the ISP, but 
  there are times that the  ppp does not work correctly:
  - cvsup'ping hangs during the middle of an update,
  - fetch'es during a make install ports also hangs
  
  I have configured /etc/ppp/{ppp.config,ppp.linkup}, and set /etc/.conf:
  ppp_enable=YES
  ppp_profile=provider
  
  Does anyone have any idea of what is going on?
 
 Probably your link to ISP just drops.
 Consider using pppd, it has an ability to reconnect to ISP.

If the link is dropped and then automaticaly dropped then the fetches
still stop halfway. You can set the fetch command to continue by
fetching this manualy with 'cd /usr/ports/distfiles/; fetch -r file', or
but i'm not sure about this, alias fetch fetch -r before you're make
command.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.
WWW: http://www.kruijff.org/alex/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Large memory issues on 4-STABLE

2003-09-14 Thread Alex de Kruijff
On Sat, Sep 13, 2003 at 03:48:21AM -0700, David G. Lawrence wrote:
  David Lawrence said:
 Sorry, due to design issues, it isn't possible to have virtual sizes
  larger than about 3GB on FreeBSD. This is because the kernel is mapped in
  the upper part of the virtual address space. Of course you can use all of
  your 4GB of RAM - just not all of it at the same time in one process.
  
  OK, fair enough. Is this going to be any different in FreeBSD with PAE
  (Intel's scheme for 32bit stuff using  4GB RAM)?
 
No, this has nothing to do with the size of physical memory. It is a limit
 on the size of a process's virtual address space.
  
  Should I try 5.1? Or isn't 4.9 going to have PAE support anyway?
 
All versions of FreeBSD have this limitation.
  
  Given what David says though, why do I have a problem with MySQL getting
  thread errors with MAXDSIZ 2048 or greater?
  
  Why does tcsh's limit report datasize unlimited when MAXDSIZ is over
  2048?
 
Probably a signed arithmetic problem. 2048MB is 2^31 bits, which is the
 largest number that can be represented in a 32 bit signed int.

Sorry but 2^31 is the lowest number availible in a 32 bit signed int and
2^31-1 is the largest number. The 32th bit indicates the number is
negitive.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]