Re: why the swapping

2006-05-18 Thread Ronald Klop

On Thu, 18 May 2006 13:33:07 +0200, Tim Middleton [EMAIL PROTECTED] wrote:



Running 6.0-release, with 2 gig ram. Typical memory stats like this (from
top):

626M Active,
1045M Inact,
204M Wired,
75M Cache,
112M Buf,
22M Free

Under moderately high load i'm seeing a lot of swapping periodically  
through
the day (and then load avg going way, way up, of course). I'm wondering  
why

is there, with so much inactive memory, so much disk swapping?

The machine runs some fairly intense stuff, such as squid, postgresql,  
and

zope; but it seems to me there should be enough RAM to cover all of this
without swapping. What am I missing? Am i misinterpretting the stats, and
just not understanding how the vm works?


What is the memory use of your applications? Reported by top (SIZE and  
RES) or by ps.
How much (different) data from/to disk is being processed by your  
applications in what time interval?


Ronald.

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


drm/dri rocks

2006-05-18 Thread Ronald Klop

Hello,

This commit of the drm/dri stuff yesterday on 6-STABLE rocks.
It works out of the box on my i810.

I think FreeBSD is now ready for the desktop since xlock looks really cool.

Ronald.

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


[chat] upgrade 5.5 - 6.1 with success

2006-05-29 Thread Ronald Klop

Hello,

Today I did a succesfull remote upgrade from 5.5 to 6.1 without going to  
single user.

Nice work!

Ronald.

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


Re: What is mandatory locking?

2006-05-30 Thread Ronald Klop

On Tue, 30 May 2006 09:11:29 +0200, Elisey O. Savateev [EMAIL PROTECTED] 
wrote:


Hello, list!

What is mandatory locking on FS? It exists in ext3, but not in
ufs. What the difference between mandatory and advisory file locking
and why mandatory locking is not implemented in ufs?


http://www.ecst.csuchico.edu/~beej/guide/ipc/flock.html

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


Re: How can I know which files a proccess is accessing?

2006-06-06 Thread Ronald Klop

On Tue, 06 Jun 2006 23:14:01 +0200, Clint Olsen [EMAIL PROTECTED] wrote:


On Jun 06, Eduardo Meyer wrote:

I need to know which files under /var a proccess (httpd here) is
acessing. It is not logs because I have a different partition for
logs.

gstat tells me that slice ad0s1h (my /var) is 100% frequently, and in
fact with fstat I can see a number of httpd proccesses running
accesing that. But fstat only shows me inodes and the mount point.

I need to know which files the proccesses are acessing.


Linux has a cool program: lsof (list open files).  Does FreeBSD have
something similar?


/usr/ports/sysutils/lsof

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


Re: NFS Locking Issue

2006-06-29 Thread Ronald Klop
On Thu, 29 Jun 2006 22:25:30 +0200, Michael Collette  
[EMAIL PROTECTED] wrote:



Rong-en Fan wrote:

On 6/29/06, Michael Collette [EMAIL PROTECTED] wrote:

This last week I had been working on a test network to test out 6.1
prior to upgrading our production boxes from 5.4.  That's when I ran
across the rpc.lockd issues that have been discussed earlier.

Our production setup has diskless clients running KDE, which due to  
this

bug is now dead on 6.1.  I also have my mail server delivering messages
to a file server via NFS.  I even have servers booting diskless with  
NFS

provided file systems... all of which are dead on 6.1.

The last discussion our bug updates I've seen on this issue were about  
3

months ago.  This leaves me with a number of questions I hope can be
answered here on this list.

Is NFS a big deal for most other users, or am I out here on the fringe
using it as much as I do?

Is anyone working on a fix for this?  If so, is there any kind of time
frame where this fix might be MFC'd to 6-STABLE?

I guess I'm still just a bit stunned that a bug this obvious not only
found it's way into the STABLE branch, but is still there.  Maybe it's
not as obvious as I think, or not many folks are using it?  All I know
for sure here is that if I had upgraded to 6.1 my network would have
been crippled.

 Try 6.1-STABLE, especially make sure you have
 $FreeBSD: src/usr.sbin/rpc.lockd/kern.c,v 1.16.2.1 2006/06/02
01:20:58 rodrigc Exp $
 for usr.sbin/rpc.lockd/kern.c, and see if this helps.


I am running STABLE on all my test boxes, and the problem is very much  
there.  It's not everything that locks up though.  I'm able to bring X  
up with twm, but unable to launch any Gnome or KDE applications without  
them being stranded in a lock state.


I sure would have loved for your suggestion to be correct.  For what  
it's worth, all the boxes I'm working with are on STABLE no more than a  
week old.  I ran fresh build worlds on all of them before getting the  
rest of my configs going.


Thanks,


Hello, I run my client with the -L mount option. This makes NFS locks  
local to the client, which is a workaround for me. If you depend on locks  
enforced on the server it wil not work.


Ronald.

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


Re: NFS Locking Issue

2006-07-06 Thread Ronald Klop

On Wed, 05 Jul 2006 02:49:26 +0200, Scott Long [EMAIL PROTECTED] wrote:


Michel Talon wrote:

BTW, I noticed yesterday that that IPv6 support committ to rpc.lockd  
was never backed out.  An immediate question for people experiencing  
new rpc.lockd problems with 6.x should be whether or not backing out  
that change helps.

  So it may be relevant to say that i have kernels without IPV6 support.
Recall that i have absolutely no problem with the client in FreeBSD-6.1.
Tomorrow i will test one of the 6.1 machines as a NFS server and the  
other as

a client, and will make you know if i see something.
 As to the problems you mention about NFS Linux, yes i have seen a lot  
since
years. But to my surprise FC5 seems to work well. By the way it is  
kernel

2.6.16 so sufficiently recent for the problems to have been ironed out,
presumably.



2.6.16 should be OK.  I've heard of problems with cookie and handle  
sizes with it, but only under highly unusual circumstances.


Scott


Just for the record.

I'm running a 6.1-STABLE client with a Debian 3.1 server with kernel  
2.6.12 and that works ok with nfs locking. Locking didn't work in the past  
(6.0-STABLE).


Ronald.

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


em0: watchdog timeout -- resetting (6.1-STABLE)

2006-09-05 Thread Ronald Klop

Hello,

I get these errors a lot.

Sep  5 11:55:12 ronald kernel: em0: watchdog timeout -- resetting
Sep  5 11:55:12 ronald kernel: em0: link state changed to DOWN
Sep  5 11:55:14 ronald kernel: em0: link state changed to UP
Sep  5 12:00:37 ronald kernel: em0: watchdog timeout -- resetting
Sep  5 12:00:37 ronald kernel: em0: link state changed to DOWN
Sep  5 12:00:39 ronald kernel: em0: link state changed to UP

I tried turning off rxcsum/txcsum and set these sysctl's.
dev.em.0.rx_int_delay: 0
dev.em.0.tx_int_delay: 0 (default 66)
But the error is still there.
Searching the internet and the list provides more of the same problems,  
but I didn't find an answer.


My dmesg is attached.

Is there any info I need to provide to debug this or can I try patches?

Ronald.

--
 Ronald Klop
 Amsterdam, The Netherlands

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

Re: em0: watchdog timeout -- resetting (6.1-STABLE)

2006-09-13 Thread Ronald Klop
On Tue, 05 Sep 2006 23:52:05 +0200, Ronald Klop  
[EMAIL PROTECTED] wrote:



Hello,

I get these errors a lot.

Sep  5 11:55:12 ronald kernel: em0: watchdog timeout -- resetting
Sep  5 11:55:12 ronald kernel: em0: link state changed to DOWN
Sep  5 11:55:14 ronald kernel: em0: link state changed to UP
Sep  5 12:00:37 ronald kernel: em0: watchdog timeout -- resetting
Sep  5 12:00:37 ronald kernel: em0: link state changed to DOWN
Sep  5 12:00:39 ronald kernel: em0: link state changed to UP

I tried turning off rxcsum/txcsum and set these sysctl's.
dev.em.0.rx_int_delay: 0
dev.em.0.tx_int_delay: 0 (default 66)
But the error is still there.
Searching the internet and the list provides more of the same problems,
but I didn't find an answer.

My dmesg is attached.

Is there any info I need to provide to debug this or can I try patches?


Them manual page em(4) mentions trying another cable when the watchdog  
timeout happens, so I tried that. But it didn't help.

Is there anything I can test to (help) debug this?
It happens a lot when my machine is under load. (100% CPU)
Is it possible that it happens since I upgraded the memory from 1GB to 2  
GB?


(dmesg was attached to my previous mail, but I can provide it again.)

Ronald.

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


Re: em0: watchdog timeout -- resetting (6.1-STABLE)

2006-09-14 Thread Ronald Klop
On Fri, 15 Sep 2006 02:06:08 +0200, David C. Myers [EMAIL PROTECTED]  
wrote:





watchdogs mean that the transmit ring is not being cleaned, so the
question is what is your machine doing at 100% cpu, if its that busy
the network watchdogs may just be a side effect and not the real
problem?



I get them with a completely idle machine.  My home directory is mounted  
via NFS (from FreeBSD 6.1 on an amd64 machine), and with the kernel from  
earlier this week, the machine would just hang for 30 seconds to a  
couple of minutes.  A slew of watchdog timeout messages would appear.  
  Then I'd get a moment's responsiveness out of the machine, then  
another long wait, then a moment's responsiveness, then a long wait...


The machine would never recover from this cycle (at least, so far as I  
was patient enough to wait).


Going back to a kernel dated late July resolved everything.

Someone else asked me for the hardware version of my em0 board...


[EMAIL PROTECTED]:10:0:  class=0x02 card=0x002e8086 chip=0x100e8086 rev=0x02  
hdr=0x00vendor   = 'Intel Corporation'

 device   = '82540EM Gigabit Ethernet Controller'
 class= network
 subclass = ethernet


-David.


This sounds familiar to my problem. I solved it today by enabling polling.  
I know it's a workaround.


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


Re: bge watchdog timeouts still happening

2006-09-17 Thread Ronald Klop

On Fri, 15 Sep 2006 21:33:00 +0200, Kent Stewart [EMAIL PROTECTED] wrote:


On Friday 15 September 2006 09:28, Herve Boulouis wrote:

Le 15/09/2006  18:05, Gleb Smirnoff a écrit:
 H bge0: Broadcom BCM5700 B2, ASIC rev. 0x7102 mem
 0xfeb0-0xfeb0 irq 17 at device 8.0 on pci1 H miibus0: MII
 bus on bge0
 H brgphy0: BCM5401 10/100/1000baseTX PHY on miibus0
 H brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX,
 1000baseTX, 1000baseTX-FDX, auto H bge0: Ethernet address:
 00:06:5b:1a:7f:4a

 Is it integrated or not? I've got exactly the same NIC and I can
 try to reproduce the problem if you describe the workload.

Yes, it's the onboard bge. Workload is 10-25 Mbit/s of web hosting.


It seems to be at the top of the tree somewhere because people are also
seeing the watchdog timeouts on em and I get them on the gigabit re's.

I got them downloading the kde-3.5.4 distfiles on a 768kb DSL line. I
had setiathome running, which keeps the cpu useage close to 100%.


Is it possible this has something to do with the merge of taskqueue in  
6-STABLE?



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


Re: (Wrong) CPU utilization reported by top

2006-09-23 Thread Ronald Klop
On Sat, 23 Sep 2006 21:16:23 +0200, Václav Haisman [EMAIL PROTECTED]  
wrote:



Hi,
I have noticed that top reports strange values for CPU utilization. The
problem is that while it reports this for overall utilization...

CPU states: 40.8% user,  0.0% nice,  3.7% system,  4.5% interrupt, 50.9%  
idle


...it doesn't show a single process that would have over 1% of WCPU or  
CPU!


  PID USERNAME THR PRI NICE   SIZERES STATETIME   WCPU  
COMMAND
17980 x  1  960  5568K  3536K *Giant 213:05  0.00%  
silc
88370 x  1  960  5584K  3592K RUN211:07  0.00%  
silc
93031 xx 5  200 58288K 40712K kserel 164:25  0.00%  
vlc
20223 xxx5  200   238M 29572K kserel  36:04  0.00%  
java
17539 x  1  960 10692K  6032K select  26:51  0.00%  
centericq

30491 xx 1  960  7076K  4708K select  26:48  0.00%
ventrilo_srv

I am quite positive it is the vlc process that eats most of the reported  
40%

of CPU because if I turn it off the user time goes down bellow 10%. But
despite that top shows zero in its row.

The box is uniprocessor x86 FreeBSD 6.1.


I see the same and it is always with threaded applications (libpthread).
If you use libthr (see libmap.conf) it shows a lot better.

Ronald.

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


Re: portaudit

2006-10-22 Thread Ronald Klop

On Sun, 22 Oct 2006 18:10:44 +0200, gareth [EMAIL PROTECTED] wrote:


hi, i want to install a port but portaudit won't let me because it
has known vulnerabilities.


You can set DISABLE_VULNERABILITIES=true in the environment.
In bash it is:
export DISABLE_VULNERABILITIES=true

See /usr/ports/Mk/bsd.port.mk voor more options in ports building.

But know what you are doing. I do not recommend you to install vulnerable  
ports.


Ronald.

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


Re: Running large DB's on FreeBSD

2006-10-23 Thread Ronald Klop

On Tue, 24 Oct 2006 01:01:38 +0200, Mike Jakubik [EMAIL PROTECTED] wrote:


Greetings,

I am in the process of implementing a fairly large mysql server for  
an even larger company, and naturally i want to use FreeBSD. The  
hardware will be an HP DL385, 2 x dual-core Opterons, 16GB RAM,  7 x 15k  
rpm disks in a RAID5 setup. I'm not exactly informed as to the specific  
workload yet, however i know the database will have several million rows  
and be larger than 10GB.


So, first of all, am i crazy for choosing fbsd+mysql for this rather  
than something like Solaris + Oracle? :) Secondly, i am just looking for  
some suggestions, opinions, success/failure story's that may help me  
out. Is anyone out there using FreeBSD for something of this size? I am  
hoping that everything will work out well, and the client will be happy.  
This would generate some good PR for FreeBSD, as it is a very large  
international company and it would be the first FreeBSD server (that i  
know of) of this type there.


Thanks, any input will be appreciated.


I'm running MySQL 5 on Linux at my work (4 disk RAID 10/32G  
RAM/4xsingle-core). It has a DB of  100 GB and much more than millions of  
rows and the preformance is very good with quite a lot of users via the  
webserver. But I do not have any comparisons with Oracle or other systems.  
Unforunately we don't run FreeBSD at work except for my workstation.


The size of the db is not the problem. The load is more important. Are  
there a lot of sequential queries or simultanious? Do you do a lot of  
locking/selects/updates/insert? Are there thousands of tables or just 1?
I do recommend a 64 bit OS if your hardware supports it, because it makes  
allocating memory for MySQL a lot easier.


Ronald.

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


Re: Running large DB's on FreeBSD

2006-10-23 Thread Ronald Klop

On Tue, 24 Oct 2006 02:00:22 +0200, Chuck Swiger [EMAIL PROTECTED] wrote:


On Oct 23, 2006, at 4:44 PM, Mike Jakubik wrote:
Moderately...it kinda depends on the budget available.  I regard  
Solaris + Oracle as one of the most reliable combinations for moderate  
to extreme load, for a system that might well be in operation for five  
to ten years.  If I was going to do FreeBSD, I might look into  
Postgres instead of MySQL; well, I might look into something else than  
MySQL under many circumstances.  I've gotten some pretty good use out  
of OpenBase, for another choice.


I believe the front-end application is MySQL dependent, but what is so  
much better about PostgreSQL? I understand that it has some more  
advanced features, but if they are not used, then what is the  
advantage? (I really like the InnooDB storage in MySQL)


I'm not sure whether avoiding deadlocks and using row-level locking by  
default qualifies as advanced features, but unless you use InnoDB with  
MySQL, you don't get that from MySQL.  Postgres has been around for a  
lot longer, and isn't as volatile as MySQL seems to be; also, it avoids  
some of the needless timer overhead that MySQL seems to enjoy, and the  
less-accurate-but-much-quicker gettimeofday() under Linux helps MySQL on  
that platform versus FreeBSD.


As for the disk configuration, using RAID-5 is one of the worst  
possible choices for a database; using multiple RAID-1 mirrors or a  
RAID-10 config would probably do a lot better in terms of performance  
and reliability.


Is RAID5 really that bad when a lot of fast disks are used and the  
controller has a decent cache with a BBWC? Thanks for the feedback guys.


Yes, RAID-5 really can be that bad, unless your database is read-only or  
read-mostly.  Lots of small writes will perform badly under RAID-5, even  
with a battery-backed write-cache in write-back mode...


Example: writing 1 bit on 1 disk needs to read some info from all disks to  
recalculate the parity. So this doesn't scale very well.



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


Re: background fsck can be dangerous!

2005-06-30 Thread Ronald Klop

On Thu, 30 Jun 2005 15:50:33 +0200, Jorn Argelo [EMAIL PROTECTED] wrote:


JM wrote:


Brian Fundakowski Feldman wrote:


On Wed, Jun 29, 2005 at 03:12:37PM +0100, Steven Hartland wrote:


I've not had a single crash / power outage that background fsck has
been able to deal with. 90% of the time the machine will fail to even
boot to single user mode :(




You should turn write caching off on your drives.

and in addition to that... you can enable a foreground fsck at boot  
which might be the better option if boot times aren't an issue.



May I ask how I can do that? Because I've always prefered foreground  
fsck then background fsck to be honest. At least you can see what the  
machine is doing.


See background_fsck in rc.conf. See also the text below. :-)

ronald.



Jorn






  Steve
- Original Message - From: Niki Denev [EMAIL PROTECTED]



I want just to share my last experience with the combination of
power failure + background fsck. After the power returned and the  
machine booted, it sheduled background fsck after 60 seconds, but
at this point most of the services were already started, and some of  
them seemed to rely on files that were probably in unclean state  
before the check.
This unfortunately leaded to some lost email...after the fsck  
completed,
everything runs ok, but i have now set background_fsck to NO in  
rc.conf.


Here is a sad sample from my qmail log file :
@400042c1badc24fc21cc delivery 1: success:  
/libexec/ld-elf.so.1:_Shared_object_libpq.so.3_not_found,_required_by_dspam/did_0+0+1/  
@400042c1badc24fff25c status: local 2/30 remote 0/20
@400042c1badc250151ec delivery 4: success:  
/libexec/ld-elf.so.1:_Shared_object_libpq.so.3_not_found,_required_by_dspam/did_0+0+1/  
@400042c1badc2502bd34 status: local 1/30 remote 0/20

@400042c1badc25050ef4 end msg 23982
@400042c1badc2508b0a4 delivery 2: success:  
/libexec/ld-elf.so.1:_Shared_object_libpq.so.3_not_found,_required_by_dspam/did_0+0+1/  
@400042c1badc250a9cd4 status: local 0/30 remote 0/20

@400042c1badc250c7d4c end msg 24087
@400042c1badc2510942c end msg 24040





The filesystem looks the same before, during, and after background
fsck runs, other than the free space information.




___
freebsd-stable@freebsd.org mailing list
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]




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


Re: [SOLVED] Re: burncd: Device busy error.

2005-07-14 Thread Ronald Klop

On Thu, 14 Jul 2005 15:50:43 +0200, Yann Golanski [EMAIL PROTECTED] wrote:


Just in case anyone else has the same problem and wants a solution.

1- Recompile and install your kernel with the following options:
  device atapicam
  device ata
  device scbus
  device cd
  device pass

2- Go to your MP3 dir.

3- Converts spaces to underscores.
for i in *.mp3; do mv $i `echo $i | tr ' ' '_'`; done

4- Converts .mp3 to .wav
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done

5- Burn to CD...
cdrecord -v dev=1,0,0 -dao -pad -useinfo  *.wav

This appears to work fine for me.  If anyone has a better idea or can
improve the process, please let me know.


Hello,

With something like this script you can skip the step of replacing spaces  
to underscores.

It is untested, so it might need some editing.

#! /bin/sh

find . -name *.mp3 | (
while read f
do
WAV=`basename $f .mp3`.wav
lame --decode $f $WAV
done
)

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


6-BETA1 PAE kernel doesn't build

2005-07-19 Thread Ronald Klop

Hello,

The PAE kernel of 6-BETA1 only builds after disabling devices ural and ral.

Ronald.

PS: 6-BETA1 iso booted on a system with new hardware where my college  
didn't get linux booted. ;-)


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


Re: DELL SC430 ahd0: Adaptec 39320A Ultra320 SCSI adapter

2005-08-18 Thread Ronald Klop
] SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x7]
Total 82
Kernel Free SCB list: 49 13 119 11 21 38 87 88 43 50 51 112 101 25 37 22  
27 7 4 110 1 31 125 126 127 14 18 48 61 62 63 56 57 58 44 45 115 116 123  
124 41 26 75 76 100 114 143 208 209 210 211 212 213 214 215 216 217 218  
219 220 221 222 223 192 193 194 195 196 197 198 199 200 201 202 203 204  
205 206 207 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190  
191 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 144  
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 128 129 130  
131 132 133 134 135 136 137 138 139 140 141 142 241 242 243 244 245 246  
247 248 249 250 251 252 253 254 255 224 225 226 227 228 229 230 231 232  
233 234 235 236 237 238 239 240

Sequencer Complete DMA-inprog list:
Sequencer Complete list:
Sequencer DMA-Up and Complete list:
Sequencer On QFreeze and Complete list:


ahd0: FIFO0 Free, LONGJMP == 0x8276, SCB 0x4a
SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|ENSAVEPTRS)
SEQINTSRC[0x0] DFCNTRL[0x4]:(DIRECTION)  
DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL)

SG_CACHE_SHADOW[0x2]:(LAST_SEG) SG_STATE[0x0] DFFSXFRCTL[0x0]
SOFFCNT[0x0] MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR = 0x00, SHCNT = 0x0
HADDR = 0x00, HCNT = 0x0 CCSGCTL[0x10]:(SG_CACHE_AVAIL)

ahd0: FIFO1 Free, LONGJMP == 0x826d, SCB 0x6a
SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|ENSAVEPTRS)
SEQINTSRC[0x0] DFCNTRL[0x0] DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL)
SG_CACHE_SHADOW[0x2]:(LAST_SEG) SG_STATE[0x0] DFFSXFRCTL[0x0]
SOFFCNT[0x0] MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR = 0x00, SHCNT = 0x0
HADDR = 0x00, HCNT = 0x0 CCSGCTL[0x10]:(SG_CACHE_AVAIL)
LQIN: 0x8 0x0 0x0 0x4a 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0  
0x0 0x0 0x0 0x0

ahd0: LQISTATE = 0x1, LQOSTATE = 0x1a, OPTIONMODE = 0x42
ahd0: OS_SPACE_CNT = 0x1f MAXCMDCNT = 0x4d
ahd0: SAVED_SCSIID = 0x0 SAVED_LUN = 0x0

SIMODE0[0xc]:(ENOVERRUN|ENIOERR)
CCSCBCTL[0x4]:(CCSCBDIR)
ahd0: REG0 == 0x4f, SINDEX = 0x102, DINDEX = 0x102
ahd0: SCBPTR == 0x4e, SCB_NEXT == 0x4f, SCB_NEXT2 == 0xff5d
CDB 2a 0 d 1c 20 84
STACK: 0x24 0x0 0x0 0x0 0x0 0x0 0x0 0x0
 Dump Card State Ends 
(da0:ahd0:0:0:0): SCB 29 - timed out
(da0:ahd0:0:0:0): Other SCB Timeout
(da0:ahd0:0:0:0): No other SCB worth waiting for...
ahd0: Issued Channel A Bus Reset. 82 SCBs aborted
Copied 18 bytes of sense data offset 12: 0x70 0x0 0x6 0x0 0x0 0x0 0x0  
0xa 0x0 0x0 0x0 0x0 0x29 0x2 0x2 0x0 0x0 0x0

(da0:ahd0:0:0:0): WRITE(10). CDB: 2a 0 1 dd fb e4 0 0 20 0
(da0:ahd0:0:0:0): CAM Status: SCSI Status Error
(da0:ahd0:0:0:0): SCSI Status: Check Condition
(da0:ahd0:0:0:0): UNIT ATTENTION asc:29,2
(da0:ahd0:0:0:0): Scsi bus reset occurred field replaceable unit: 2
(da0:ahd0:0:0:0): Retrying Command (per Sense Data)



MESSAGES END
x


- Original Message - From: Justin T. Gibbs gibbs@scsiguy.com
To: Hutterer Robert [EMAIL PROTECTED];  
freebsd-stable@freebsd.org

Sent: Thursday, August 18, 2005 3:44 AM
Subject: Re: DELL SC430  ahd0: Adaptec 39320A Ultra320 SCSI adapter


My dell Sc430 Server with Freebsd 5.4 gives soon after a reboot and  
minimal
harddisk actions (erase a file or directory) strange messages  
concerning

Adaptec SCSI adapter:



From what I can tell from the full card dump state, the 39320 attempted

to send 77 transactions to your drive during a single connection.  This
connection hung, and the timeout occurred.  Since the drive controlls
the connection, it can cut the initiator off at any time if too many
commands are sent.  So, this looks like a drive firmware bug.  You
should contact Dell to find out if newer firmware is available for your
drive.  In the mean time, you can try lowering the tag depth allowed
for your device.  If the failure occurs sometime after rc processing,
you can make a call early in the transition to multi-user like so:

camcontrol tags da0 -N 64 # or some lower number

If that won't work for you, you can enter a quirk into sys/cam/cam_xpt.c
or just modify the last quirk entry (the default) to have a lower tag
depth (it is currently 255).

If you do get new firmware for your drive and that resolves this issue,
please follow up to the list (and cc me if you don't mind) so that
others that encounter the same issue can benefit from your experience.

--
Justin



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




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


Re: DELL SC430 ahd0: Adaptec 39320A Ultra320 SCSI adapter

2005-08-18 Thread Ronald Klop
On Fri, 19 Aug 2005 01:29:03 +0200, Ronald Klop  
[EMAIL PROTECTED] wrote:


I had (about) the same problem at a linux server at my work last  
weekend. But is was not repeatable for me.

Maybe it contains some info which helps you.
Log: http://ronald.klop.ws/~ronald/linux.scsi.txt


Forgot to mention this is also on Dell hardware.
Dell PE2650
Linux version 2.6.8-1-686-smp
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
Adaptec aic7899 Ultra160 SCSI adapter
aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
(scsi0:A:0): 160.000MB/s transfers (80.000MHz DT, offset 127, 16bit)
  Vendor: MAXTORModel: ATLAS10K4_36SCA   Rev: DFM0
  Type:   Direct-Access  ANSI SCSI revision: 03
scsi0:A:0:0: Tagged Queuing enabled.  Depth 8
  Vendor: PE/PV Model: 1x5 SCSI BP   Rev: 1.1
  Type:   Processor  ANSI SCSI revision: 02

Ronald.

On Fri, 19 Aug 2005 00:20:41 +0200, Hutterer Robert  
[EMAIL PROTECTED] wrote:


Thank you very much for the reaction (about a dozen user reported  
similar problems the last month -but there seems no answer/solution)


From what I can tell from the full card dump state, the 39320  
attempted

to send 77 transactions to your drive during a single connection.  This
connection hung, and the timeout occurred.  Since the drive controlls
the connection, it can cut the initiator off at any time if too many
commands are sent.

That seems plausilbe also for a non-expert


 So, this looks like a drive firmware bug.  You
should contact Dell to find out if newer firmware is available for your
drive
Contacted Dell but they have no idea to fix this - freebsd is not  
supported by dell -directed me to adaptec.

So I used the latest bios for the 39320 adapter from adaptec.
=
= Adaptec Ultra320 Family SCSI Controller=
= PnP/BBS BIOS Version 4.30.0, P/N 2038403-00 Rev. AA   =
=
Soon after a reboot I got similar but slightly different messages (see  
below - hope you understand it). I will see if I will get it more  
frequently



drive.  In the mean time, you can try lowering the tag depth allowed
for your device.  If the failure occurs sometime after rc processing,
you can make a call early in the transition to multi-user like so:

camcontrol tags da0 -N 64 # or some lower number


Unfortunately I am not that expert to understand what to do with this  
call: to put it on the command line? To ma a startup command ?


If that won't work for you, you can enter a quirk into  
sys/cam/cam_xpt.c

or just modify the last quirk entry (the default) to have a lower tag
depth (it is currently 255).


Also this hint I do not understand (I found (/usr/src/sys/cam/cam_xpr.c  
file) maybe you can give me an idea or direct me to some instruction  
pages

how to enter a quirl or modify the last quirk entry



If you do get new firmware for your drive and that resolves this issue,
please follow up to the list (and cc me if you don't mind) so that
others that encounter the same issue can benefit from your experience.

I am not optimistic for that. Dell used the bios from adaptec.
Adaptec said this is the first time they heard from that and it seems  
that no other os is affected.


If nothing helps I will seriously think about changing to a SATA disk.  
(But it is strange I have 39320 on a dell SC1420 and there is no  
problem)


Thanks Robert


MESSAGES BEGIN


ahd0: Recovery Initiated - Card was not paused

Dump Card State Begins 

ahd0: Dumping Card State at program address 0x38 Mode 0x22
INTSTAT[0x0] SELOID[0x0] SELID[0x0] HS_MAILBOX[0x0]
INTCTL[0x80]:(SWTMINTMASK) SEQINTSTAT[0x0] SAVED_MODE[0x11]
DFFSTAT[0x33]:(CURRFIFO_NONE|FIFO0FREE|FIFO1FREE)
SCSISIGI[0x27]:(P_DATAOUT_DT|ACKI|REQI|BSYI) SCSIPHASE[0x0]
SCSIBUS[0xc7] LASTPHASE[0x1]:(P_DATAOUT|P_BUSFREE)
SCSISEQ0[0x40]:(ENSELO) SCSISEQ1[0x12]:(ENAUTOATNP|ENRSELI)
SEQCTL0[0x0] SEQINTCTL[0x0] SEQ_FLAGS[0x0] SEQ_FLAGS2[0x0]
QFREEZE_COUNT[0x2] KERNEL_QFREEZE_COUNT[0x2] MK_MESSAGE_SCB[0xff00]
MK_MESSAGE_SCSIID[0xff] SSTAT0[0x10]:(SELINGO) SSTAT1[0x8]:(BUSFREE)
SSTAT2[0x0] SSTAT3[0x0] PERRDIAG[0x0]  
SIMODE1[0xa4]:(ENSCSIPERR|ENSCSIRST|ENSELTIMO)

LQISTAT0[0x0] LQISTAT1[0x0] LQISTAT2[0x80]:(PACKETIZED)
LQOSTAT0[0x0] LQOSTAT1[0x0] LQOSTAT2[0xc0]

SCB Count = 256 CMDS_PENDING = 82 LASTSCB 0x17 CURRSCB 0x1d NEXTSCB  
0xff40

qinstart = 3008 qinfifonext = 3008
QINFIFO:
WAITING_TID_QUEUES:
   0 ( 0x4a 0xa 0x75 0x6 0x76 0x49 0x9 0x3 0x69 0x24 0x6a 0x5f 0x40  
0x51 0x52 0x53 0x54 0x55 0x56 0x78 0x79 0x71 0x2 0x45 0x46 0x35 0x0 0xc  
0x14 0x5b 0x5c 0x20 0x21 0x27 0x34 0x3c 0x2e 0x22 0x23 0x68 0x3b 0x59  
0x5a 0x50 0x43 0x41 0xf 0x6b 0x6c 0x6d 0x1c 0x18 0x44 0x42 0x7a 0x62  
0x63 0x8 0x1e 0x67 0x60 0x61 0x28 0x6f 0x47 0x48 0x36 0x37 0x13 0x10  
0x11 0x2a 0x2f 0x66 0x5e 0x5 0x17 0x1d 0x5d 0x4d 0x4e 0x4f

Re: 6.0-BETA2 as reliable webserver?

2005-08-19 Thread Ronald Klop
On Fri, 19 Aug 2005 23:42:18 +0200, Frans-Jan v. Steenbeek  
[EMAIL PROTECTED] wrote:



Hi all,

I'm a sysadmin and a web-programmer at a company in the Netherlands. In
the following month we will launch a webshop which will have a estimated
1000 full hits in the first weeks (estimated through calculation of the
marketing-departement). I am writing the webshop, and have installed the
webserver. Because of issues with our housing, we can't put our HP
webserver to use, since it produces to much noise in our very small
building. Since we are moving in a few months, we decided to use a HP
laptop instead (reasonably fast CPU, 512 Megs) since we had a few to
spare.


What do you mean by 1000 hits? Is it 1000 customers or 1000 http requests?
1000 hits a week is 1000 / ( 7 * 24 * 60 ) = 0 hits per minute or 5 in an  
hour.
If your laptop crashes every 10 minutes there is a change no customer wil  
notice it.



The toy is currently set up with FreeBSD 6.0-BETA2, Apache 2.0, MySQL 5.0
and PHP-5.0 with all the reasonable modules. Everything is compiled from
ports. No changes to the kernel yet, no world-rebuilding done.

I trust the laptop enough to get the job done, but I wonder if 6.0-BETA2
will be up for the task. I heard rumours that it should be more stable  
and

faster then 5.4-RELEASE (which I use mostly nowadays), but it IS beta
after all. On the other hand, I get the impression that 6.0 is the  
release

of choice for deploying anything on a laptop (considering that darned
Pentium-M). Another thing, I do not fully trust the combination of Apache
2.0, MySQL 5.0 and PHP 5.0, since they are all quite new in the
frontlines.
This would be a decent testcase for 6.0, but the thing is... I can't
afford any crashes (this webshop is considered to settle the future for
our company) and we are talking about a laptop here.


Funny to settle the future for a company this way. I hope your customers  
aren't reading this.

;-)


I will post all problems not yet reported to the list, but if anyone of
you would like to share his or her opinion on this matter, please let me
know. Will 4.11-RELEASE perhaps be a better choice?


You are asking a silly question. It comes down to I'm running BETA  
software. Can I expect this to be STABLE?.

If it is stable, it wil say stable in the version number.

Except for Apache all your software is beta, but from sourcecode which is  
quite mature for some time.
You can only answer this question by inviting 1000 (virtual) friends and  
ask them to buy something in your webshop.


Ronald.

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


RELENG_6: hangs with if_wi in pccard.

2005-09-20 Thread Ronald Klop
, divert loadable, rule-based forwarding  
disabled, default to accept, logging unlimited
ep0: 3Com Megahertz 589E at port 0x100-0x10f irq 11 function 0 config 1  
on pccard0

ep0: Ethernet address: 00:50:da:d1:01:25
Interrupt storm detected on irq11: cbb0 cbb1+; throttling interrupt  
source
wi0:   IEEE 802.11 Wireless LAN/PC Card at port 0x180-0x1bf irq 11  
function 0 config 1 on pccard1

wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A
wi0: Intersil Firmware: Primary (0.3.0), Station (0.8.3)
wi0: Ethernet address: 00:60:b3:71:86:1c
ad0: 9590MB FUJITSU MHN2100AT 7256 at ata0-master PIO4
acd0: CDROM CD-224E/9.0B at ata0-slave PIO4
Trying to mount root from ufs:/dev/ad0s1a

If somebody needs more info please tell me.

Ronald.

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


more wi0 hang info on RELENG_6

2005-09-20 Thread Ronald Klop

In stead of a hang I ones had this today.

Any thoughts in what I can try more. See my previous e-mail (subject:  
RELENG_6: hangs with if_wi in pccard) for the dmesg.


Sep 20 13:39:54 laptop kernel: pccard0: CIS version PC Card Standard 5.0
Sep 20 13:39:54 laptop kernel: pccard0: CIS info:  , IEEE 802.11 Wireless  
LAN/PC Card,
Sep 20 13:39:54 laptop kernel: pccard0: Manufacturer code 0xd601, product  
0x2
Sep 20 13:39:54 laptop kernel: pccard0: function 0: network adapter, ccr  
addr 3e0 mask 1
Sep 20 13:39:54 laptop kernel: pccard0: function 0, config table entry 1:  
I/O card; irq mask ; iomask 6, iospace 0-3f; io16 irqpulse irqlevel
Sep 20 13:39:54 laptop kernel: Interrupt storm detected on irq11: cbb0  
cbb1; throttling interrupt source
Sep 20 13:39:54 laptop kernel: wi0:   IEEE 802.11 Wireless LAN/PC Card  
at port 0x100-0x13f irq 11 function 0 config 1 on pccard0

Sep 20 13:39:54 laptop kernel: wi0: [MPSAFE]
Sep 20 13:39:54 laptop kernel: wi0: record read mismatch, rid=fc01,  
got=
Sep 20 13:39:54 laptop kernel: wi0: record read mismatch, rid=fc01,  
got=

Sep 20 13:39:54 laptop kernel: wi0: mac read failed 5
Sep 20 13:39:54 laptop kernel: device_attach: wi0 attach returned 5
Sep 20 13:39:54 laptop kernel:
Sep 20 13:39:54 laptop kernel:
Sep 20 13:39:54 laptop kernel: Fatal trap 12: page fault while in kernel  
mode

Sep 20 13:39:54 laptop kernel: fault virtual address= 0xc1135b78
Sep 20 13:39:54 laptop kernel: fault code   = supervisor write, page  
not present

Sep 20 13:39:54 laptop kernel: instruction pointer  = 0x20:0xc04de7c8
Sep 20 13:39:54 laptop kernel: stack pointer= 0x28:0xc6c33c18
Sep 20 13:39:54 laptop kernel: frame pointer= 0x28:0xc6c33c30
Sep 20 13:39:54 laptop kernel: code segment = base 0x0, limit 0xf,  
type 0x1b

Sep 20 13:39:54 laptop kernel: = DPL 0, pres 1, def32 1, gran 1
Sep 20 13:39:54 laptop kernel: processor eflags = interrupt enabled,  
resume, IOPL = 0

Sep 20 13:39:54 laptop kernel: current process  = 533 (vtund)


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


Re: 6.0 release date and stability

2005-10-16 Thread Ronald Klop

On Sun, 16 Oct 2005 13:57:52 +0200, dick hoogendijk [EMAIL PROTECTED] wrote:


On Sat, 15 Oct 2005 23:03:53 -0400
Joshua Coombs [EMAIL PROTECTED] wrote:


For what it's worth, on UP, my 386 (stop laughing) is showing twice
the inbound and outbound tcp throughput across multiple apps compared
to 4.11.  Disk throughput is slightly higher, but nothing super
impressive.  If 6.0 can show gains on a 386, that tells me there is
some actual merit to the changes.


The news I read about fFreeBSD-6.0 is quit good lately. I might even
upgrade my 5.4 box. I'm told it will be a rather smooth proces.

The *ONLY* question is: will I need to *recompile* all installed ports
if I go from 5.4 to 6.0 release?


There are a couple of options:
1. Do not remove old (5.4) libraries. All 5.4 libs wil still be found.
2. Remove old libraries and install ports/misc/compat5x. All 5.4 lib wil  
still be found.
3. Remove old libraries and use /etc/libmap.conf to map the old libs on  
the new ones.

4. Recompile every port, so all dependencies are the 6.0 libs.

Ronald.



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


Re: 6.0 release date and stability

2005-10-19 Thread Ronald Klop

On Wed, 19 Oct 2005 23:10:46 +0200, dick hoogendijk [EMAIL PROTECTED] wrote:


On Mon, 17 Oct 2005 15:52:00 -0400
Vivek Khera [EMAIL PROTECTED] wrote:


On Oct 16, 2005, at 7:57 AM, dick hoogendijk wrote:



 The *ONLY* question is: will I need to *recompile* all installed
 ports if I go from 5.4 to 6.0 release?

No, the kernel has COMPAT_FREEBSD5 and COMPAT_FREEBSD4 by default,
so just keep those and your shared libs around and you're golden.
Of course, ports like lsof which dependon the kernel version will
have to be rebuilt, but that's true no matter the version change...


I get contradicting advice. You tell me I'm golden 'cause of the
compat_xx settings; others tell me it's way better to *recompile* all
portsto get the cleanest system.

Wat is the best way to get the cleanest FreeBSD-6.x system without
installing from scratch? Recompile each port? Or use the
COMPAT_FREEBSD5 layer?


You are answering your own question I think.
Does the term COMPAT_FREEBSD5 sound as the 'cleanest FreeBSD-6.x'? No. You  
get the cleanest system by recompiling all ports. (portupgrade -fa is your  
friend here.)


COMPAT_FREEBSD5 is meant for running FreeBSD-5 binary applications. If you  
have them it's ok. If you recompile everything you don't need the  
COMPAT_FREEBSD5 stuff. If you don't have the source of some of your  
FreeBSD-5 applications you have to run with COMPAT_FREEBSD5.

And the switch to 6 is easier because your 5-applications keep running.

Ronald.

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


Re: New user confused by need to do huge upgrade

2005-11-07 Thread Ronald Klop
On Tue, 08 Nov 2005 00:49:18 +0100, Alistair  
[EMAIL PROTECTED] wrote:



Hello, All

I am a user of Linux for many years (and an aged BSD sysadmin from  
1985-1989), but laterly mainly use Gentoo.  FreeBSD seemed to be a good  
alternative, so I get the 6.0 release a few days after it was released.


Being a Gentoo person, I like the ports system, but with limited time on  
my hands, I also like the compiled packages.  I can get a working system  
from packages then compile my own ports as need or want be.  Or so I  
thought.


I installed from two CDs, and got a working KDE system.  Now, I want to  
do Firefox from ports with my own make.conf for P4 optimisation.  Good!  
  So, I sync with the sources using cvsup (just like emerge --sync)  
change to the Firefox ports directory, type make and enter dependency  
hell like has never been known before.  Everything that depends upon  
GTK2 must be updated before Firefox can be compiled!


I thought that FreeBSD would be more stable than Gentoo and Linux  
distros in general.  I now find that there is the most major release  
step (5.4 to 6.0) and within a matter of a few days later, both Gnome  
and KDE are subject to huge updates that require many hours (or maybe  
days - it's not done yet) of CPU time.


Maybe I am missing something.  However, I just cannot see why this is  
right. What I thought that FreeBSD would give me that Gentoo did not is  
a coherent system within which deveopment was co-ordinated. Instead, I  
seem to find the opposite.  The core group can offer a major release of  
the OS, while missing the fact that two hugely important development  
groups are just days off their own major releases.


The portstree is tagged for a release, so if you cvsup to the tag for the  
release, you get the 'supported' ports. If you cvsup to the most recent  
portstree there is always a change for a big update.


The idea behind the KDE/GNOME update is to commit the stuff after the  
6.0-RELEASE in stead of before too have stable KDE/GNOME packages in the  
release.


BTW: use the port sysutils/portupgrade. This fixes a lot of dependency  
troubles.
BTW2: if you cvsup to the latest portstree, you can't expect everything to  
be available in packages. In FreeBSD ports are the focus, packages come  
next (currently).

BTW3: http://www.freshports.org/

Ronald.

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


Re: upgrading 5.4 - 6.0 without reinstalling. safe ?

2005-11-09 Thread Ronald Klop

On Wed, 09 Nov 2005 17:35:59 +0100, Marian Hettwer [EMAIL PROTECTED] wrote:


Hi there,

short additional step:

Claus Guttesen wrote:

 The easiest would be to
 1. cvsup to RELENG_6 (or RELENG_6_0)

1.1 cd /usr/obj; chflags noschg *; rm -rf *

2. cd /usr/src
3. make buildworld
4. make buildkernel
5. make installkernel
6. mergemaster -p
7. reboot into single-usermode and verify your new kernel works
8. mount -a
9. make installworld
10. mergemaster
11. reboot


best regards,
Marian
PS.: Just did an upgrade remote from 5.4-RELEASE to 6.0-RELEASE without  
any problems. Steps taken as described above ;)


How do you reboot into single-usermode from remote?
(Rebooting isn't really the problem, working in single-usermode is.)

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


Re: upgrading 5.4 - 6.0 without reinstalling. safe ?

2005-11-09 Thread Ronald Klop
On Wed, 09 Nov 2005 23:18:11 +0100, Michal 'max' Marciniak  
[EMAIL PROTECTED] wrote:



On Wed, 9 Nov 2005, Ronald Klop wrote:


 7. reboot into single-usermode and verify your new kernel works


How do you reboot into single-usermode from remote?
(Rebooting isn't really the problem, working in single-usermode is.)




/etc/ttys

# If console is marked insecure, then init will ask for the root  
password

# when going to single-user mode.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-init.html#BOOT-SINGLEUSER


Yes, but I thought single-user mode doesn't have working networking, so  
how can you do remote single-user mode for upgrading your system?


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


is removable_interfaces still used?

2005-11-20 Thread Ronald Klop

Hello,

I'm running 6.0-STABLE and see that the option removable_interfaces is not  
used in any config script.


/etc# grep -r removable_interfaces *
defaults/rc.conf:removable_interfaces=# Removable network  
interfaces for /etc/pccard_ether.


What is is the use of it now?

I can't find any use of pccard_ifconfig also. But there is no reference of  
the removal of these settings in UPDATING.


Where can I find the latest docs for the best way to config a pccard  
network card?


Ronald.

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


Re: Recurring problem: processes block accessing UFS file system

2005-11-21 Thread Ronald Klop
On Tue, 22 Nov 2005 00:54:09 +0100, Greg Rivers  
[EMAIL PROTECTED] wrote:


I've recently put up three busy email relay hosts running 6.0-STABLE.  
Performance is excellent except for a nagging critical issue that keeps  
cropping up.


/var/spool is its own file system mounted on a geom stripe of four BSD  
partitions (details below).  Once every two or three days all the  
processes accessing /var/spool block forever in disk wait.  All three  
machines suffer this problem.  No diagnostic messages are generated and  
the machines continue running fine otherwise, but a reboot is required  
to clear the condition.  This problem occurs during normal operation,  
but is particularly likely to occur during a backup when dump makes a  
snapshot.


There doesn't appear to be a problem with gstripe, as gstripe status is  
UP and I can read the raw device just fine while processes continue to  
block on the file system.  I tried running a kernel with WITNESS and  
DIAGNOSTIC, but these options shed no light.


If I catch the problem early enough I can break successfully into kdb;  
otherwise, if too many processes stack up, the machine hangs going into  
kdb and must be power-cycled.


I'd appreciate any insight anyone may have into this problem or advise  
on turning this report into a coherent PR.


I have a machine with 5.4-STABLE with the same problem. It hangs every  
couple of days if I make regular snapshots. It is a remote machine which I  
don't have easy access to. I disabled the snapshots and since than it  
didn't hang a single time.

I hoped it would be fixed in 6.0, but this sounds the same.

Ronald.

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


Re: Dell DRAC card snatches keyboard console

2005-11-23 Thread Ronald Klop
Somebody is creating a keyboard multiplexer. I thought it was called vmux  
or something like that. This will make it possible to connect multiple  
keyboards to one console.

I don't know the status of it.

Ronald.

On Wed, 23 Nov 2005 17:32:19 +0100, Palle Girgensohn [EMAIL PROTECTED]  
wrote:



Hi!

I just installed a Dell 2850 with a DRAC card and a PS/2 keyboard. The  
keyboard stopped working when entering multiuser mode, and I found an  
old email on current from September 2004, where Brooks said to comment  
away ukbd lines in devd.conf. I did, PS/2 keyboard works but the DRAC  
remote console does not. Is there a way to have both keyboards working?


http://lists.freebsd.org/pipermail/freebsd-current/2004-September/038879.html

Regards,
Palle


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




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


Re: Upgrading Question

2005-11-26 Thread Ronald Klop
On Sat, 26 Nov 2005 15:44:46 +0100, Yousef Raffah [EMAIL PROTECTED]  
wrote:



On Sat, 2005-11-26 at 16:56 +0300, Yousef Raffah wrote:

On Sat, 2005-11-26 at 19:17 +0530, Joseph Koshy wrote:
  Trying to mount root from ufs:/dev/ad0s2a

  I tried and tried and kept on trying with no luck, I
  disable some modules during kernel bootup and unset some
  variables but no luck!

  Anyhow, one of the guys on IRC told me to build a GENERIC
  kernel to at least boot so I built it but it panicked!

 There isn't any information in your bug report that we
 could use to help you out:

Sorry for not providing that but please find below the required
information.

  - what kind of hardware does your machine have (the
output of dmesg would be a good start)?
This is the output of dmesg with my boot /boot/kernel.old/kernel:

OK I was able to boot up using my new GENERIC kernel after unload all
the drivers in the loader prompt
here is my dmesg: (sorry it is so long)

So what am I advised to do now?


Re-enable the modules 1 by 1, so you will discover what gives you your  
troubles.
Maybe the problem is in a combination of modules or you are loading  
modules, which are also compiled in the kernel.


Ronald.

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


Re: nfs locking (was: Re: OOO 2.0 compiles but doesn't work properly)

2005-12-01 Thread Ronald Klop
On Thu, 01 Dec 2005 16:49:55 +0100, Gerrit Kühn  
[EMAIL PROTECTED] wrote:



On Wed, 30 Nov 2005 10:29:02 -0500 Robert Huff [EMAIL PROTECTED] wrote
about OOO 2.0 compiles but doesn't work properly:

RH   The home directory is coming from a nfs-server, so the user-setup
RH   should be identical. I already tried to delete .openoffice.org2,
RH   but that didn't help either. Any further hints?

RH  Yes - check the archives.  There was at least one other person
RH reporting problems with OpenOffice+NFS.

Yes, I see... the problem seems so be that you have to run lockd and  
statd

to get ooo running on nfs. The machine where everything's working fine is
running 5.4 with statd and lockd. The machine with the problems is  
running

6.0 and didn't have statd and lockd activated.
However, activating them (and rebooting) didn't solve the problem here.
That's why I'm taking this over to -stable mailing list:

I've got a FreeBSD 6.0 NFS client here, which is connected to a FreeBSD
4.10-Server. Both sides are running statd and lockd, but processes
requesting locks (kdm in the first place after booting here) get stuck in
the state lockd. The same setup works fine with a FreeBSD 5.4 client.  
Are

there any known problems concerning nfs and 6.0, or do I miss anything
else?


Another me too: freebsd 6.0-stable client and a Linux 2.6.x debian 3.1  
server.

All processes that try to lock a file hang in stats lockd.
A workaround is using the -L option of mount_nfs.

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


Re: nfs locking (was: Re: OOO 2.0 compiles but doesn't work properly)

2005-12-01 Thread Ronald Klop
On Fri, 02 Dec 2005 01:31:43 +0100, Daniel O'Connor  
[EMAIL PROTECTED] wrote:



On Fri, 2 Dec 2005 02:19, Gerrit Kühn wrote:
Yes, I see... the problem seems so be that you have to run lockd and  
statd
to get ooo running on nfs. The machine where everything's working fine  
is
running 5.4 with statd and lockd. The machine with the problems is  
running

6.0 and didn't have statd and lockd activated.
However, activating them (and rebooting) didn't solve the problem here.
That's why I'm taking this over to -stable mailing list:


You can get OOo to not do locking.

Edit this file..
/usr/local/openoffice.org2.0.RC3/program/soffice

and put a # in front of these 2 lines
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING


Eclipse needs/uses it. Firefox needs/uses it. Why change the applications  
if their is a non-working feature? btw: A better _workaround_ is to use  
the option -L of mount_nfs.


Sorry, I can't fix this, but I can provide some log output if anybody is  
interested.


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


Re: USB Devices not appearing in /dev

2005-12-03 Thread Ronald Klop

On Sat, 03 Dec 2005 12:59:14 +0100, Jonathan Chen [EMAIL PROTECTED] wrote:


Hi,

I'm running 6.0-STABLE, and I'm encountering some difficulties with
USB devices not appearing in /dev. When I plug in a USB Bluetooth
dongle, the console responds with:

ubt0: SiW SiW, rev 1.10/15.00, addr 2
ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3;  
wMaxPacketSize=49; nframes=6, buffer size=294


However, if I look in /dev, I only see the generic usb[0-3] devices.
When I used to run 5.4-STABLE, the device entries did appear in /dev.
I have a similar problem with Palm devices and ucom0 not appearing.

What am I missing?


For ubt* this is normal behaviour. Ubt0 is a netgraph 'device'. Do 'ngctl  
list' as root and you will see it.

For more info use the [EMAIL PROTECTED] list.
I don't have experience with ucom*.

Ronald.

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


Re: USB Devices not appearing in /dev

2005-12-05 Thread Ronald Klop

On Mon, 05 Dec 2005 07:04:24 +0100, Igor Robul [EMAIL PROTECTED] wrote:


On Sun, Dec 04, 2005 at 12:59:14AM +1300, Jonathan Chen wrote:

However, if I look in /dev, I only see the generic usb[0-3] devices.
When I used to run 5.4-STABLE, the device entries did appear in /dev.
I have a similar problem with Palm devices and ucom0 not appearing.

In many cases, you need press Sync button on cable to make ucom
appear.


I think he needs /dev/cuaU0 as mentioned in the FILES section of 'man  
ucom'.


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


Re: Any vital post 6.0 fixes gone into stable ?

2005-12-12 Thread Ronald Klop
On Mon, 12 Dec 2005 16:03:59 +0100, Pete French  
[EMAIL PROTECTED] wrote:



I'm about to start installing a whole new set of machines for production
use with 6.0 on them. Normally I would just use -RELEASE, but as this is
a dot-nought release I was wondering if there is anything vital which
has been commited to stable, and if I should therefore sun the machines
under stable instead. I havent seen anything go past which I regard as
critical, though somebody did make a mention of some arp problem
being fixed, which I could find a reference to the original problem for.

Anything I need to know ? Am running release on a couple of machines here
and it works fine for me so far, but always good to get other opinions.


Try downloading an iso and search for release notes in it (RELNOTES.txt or  
something like that.)

ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/Dec_2005/

I don't know how often these are updated.

Ronald.

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


Re: 6.0 random freezes

2005-12-12 Thread Ronald Klop

On Mon, 12 Dec 2005 22:15:55 +0100, Atanas [EMAIL PROTECTED] wrote:


Hi,

I have 3 machines running 6.0-RELEASE, and recently 2 of them started
freezing once a day or so. There are no error messages on the console or
in the system logs.


What happens if you set one of these sysctl values to 0? (This disables  
SMP changes from 5.4 to 6.0.)

debug.mpsafevfs: 1
debug.mpsafenet: 1
debug.mpsafevm: 1

And is there a possibility (performance-wise) to build a kernel with  
WITNESS and/or INVARIANTS options compiled in. This will give more info  
about possible locking problems. Your system will run slower. And because  
of this the problem may not occur anymore, but it is worth the try.


Ronald.

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


Re: continuing problem building -STABLE kernel

2006-10-29 Thread Ronald Klop

do you have 'options NETGRAPH' in your kernel? see 'man udbp'.

On Sun, 29 Oct 2006 20:18:50 +0100, Don Wilde [EMAIL PROTECTED] wrote:


I did everything I could to clean out /usr/obj, did 'make cleandir', etc,
before building, but it appears that the fix (as of yesterday's CVS) for
this problem isn't there yet. I remember somebody mentioning about 2  
weeks

ago that work has been done in -CURRENT on this.

I am running a fairly stock kernel without IPv6 on a Dell Inspiron 6000.

make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=LYNX
...
[snip]
linking kernel
udbp.o(.text+0x108): In function `udbp_detach':
: undefined reference to `ng_rmnode_self'
udbp.o(.text+0x11b): In function `udbp_detach':
: undefined reference to `ng_unref_node'
udbp.o(.text+0x487): In function `udbp_attach':
: undefined reference to `ng_newtype'
udbp.o(.text+0x4a4): In function `udbp_attach':
: undefined reference to `ng_make_node_common'
udbp.o(.text+0x4de): In function `udbp_attach':
: undefined reference to `ng_name_node'
udbp.o(.text+0x5bd): In function `udbp_attach':
: undefined reference to `ng_unref_node'
udbp.o(.text+0x621): In function `udbp_in_transfer_cb':
: undefined reference to `ng_package_data'
udbp.o(.text+0x637): In function `udbp_in_transfer_cb':
: undefined reference to `ng_address_hook'
udbp.o(.text+0x646): In function `udbp_in_transfer_cb':
: undefined reference to `ng_snd_item'
udbp.o(.text+0x8cd): In function `ng_udbp_rcvmsg':
: undefined reference to `ng_free_item'
udbp.o(.text+0x8d7): In function `ng_udbp_rcvmsg':
: undefined reference to `M_NETGRAPH_MSG'
udbp.o(.text+0x90b): In function `ng_udbp_rcvmsg':
: undefined reference to `M_NETGRAPH_MSG'
udbp.o(.text+0x98e): In function `ng_udbp_rcvmsg':
: undefined reference to `ng_address_ID'
udbp.o(.text+0x99d): In function `ng_udbp_rcvmsg':
: undefined reference to `ng_snd_item'
udbp.o(.text+0x9c6): In function `ng_udbp_rcvmsg':
: undefined reference to `ng_free_item'
udbp.o(.text+0x9f6): In function `ng_udbp_rcvdata':
: undefined reference to `ng_free_item'
udbp.o(.text+0xc34): In function `ng_udbp_rmnode':
: undefined reference to `ng_unref_node'
udbp.o(.text+0xc42): In function `ng_udbp_rmnode':
: undefined reference to `ng_make_node_common'
udbp.o(.text+0xc79): In function `ng_udbp_rmnode':
: undefined reference to `ng_name_node'
udbp.o(.text+0xce0): In function `ng_udbp_rmnode':
: undefined reference to `ng_unref_node'
udbp.o(.text+0xd36): In function `ng_udbp_disconnect':
: undefined reference to `ng_rmnode_self'
udbp.o(.rodata+0x20): undefined reference to `ng_parse_int32_type'
udbp.o(.rodata+0x3c): undefined reference to `ng_parse_struct_type'
udbp.o(.rodata+0x64): undefined reference to `ng_parse_int32_type'
udbp.o(.rodata+0x70): undefined reference to `ng_parse_int32_type'
*** Error code 1
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]




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


Re: New em driver

2006-10-31 Thread Ronald Klop

On Sat, 28 Oct 2006 03:44:37 +0200, Jack Vogel [EMAIL PROTECTED] wrote:


After a conference call today, it was decided that a merge of
my Intel driver base and the STABLE code would take place.

This code undoes the INTR_FAST/taskqueue approach for right
now. Work will continue to get that to work, but the hope is that
this driver will be more stable for the 6.2 release.

I encourage everyone that has been having issues to pull the
new driver and give us feedback. A few select testers so far
have seen stable performance.


I'm running this at my workstation at work. Today it still had  
DEVICE_POLLING compiled in, but no +polling on the interface. It looks ok.  
I recompiled without DEVICE_POLLING in the kernel tonight and wil report  
when I have more experience tomorrow.
I didn't really stress-test it, but that wasn't necessary in the past to  
trigger the watchdog timeouts. A little CPU load did the job in the past.


Ronald.

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


Re: New em driver

2006-11-01 Thread Ronald Klop
On Wed, 01 Nov 2006 00:48:46 +0100, Ronald Klop  
[EMAIL PROTECTED] wrote:



On Sat, 28 Oct 2006 03:44:37 +0200, Jack Vogel [EMAIL PROTECTED] wrote:


After a conference call today, it was decided that a merge of
my Intel driver base and the STABLE code would take place.

This code undoes the INTR_FAST/taskqueue approach for right
now. Work will continue to get that to work, but the hope is that
this driver will be more stable for the 6.2 release.

I encourage everyone that has been having issues to pull the
new driver and give us feedback. A few select testers so far
have seen stable performance.


I'm running this at my workstation at work. Today it still had  
DEVICE_POLLING compiled in, but no +polling on the interface. It looks  
ok. I recompiled without DEVICE_POLLING in the kernel tonight and wil  
report when I have more experience tomorrow.
I didn't really stress-test it, but that wasn't necessary in the past to  
trigger the watchdog timeouts. A little CPU load did the job in the past.


Ronald.


Without DEVICE_POLLING in the kernel my em0 also survived the day. But  
again I didn't stresstest it, because there was no time to do that at work.


Ronald.

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


Re: Problems unmounting/fssyncking extern UFS filesystem

2006-11-27 Thread Ronald Klop
On Mon, 27 Nov 2006 21:19:40 +0100, Matthew D. Fuller  
[EMAIL PROTECTED] wrote:



On Tue, Nov 28, 2006 at 05:37:58AM +1100 I heard the voice of
Peter Jeremy, and lo! it spake thus:


All current Un*x filesystems will automatically flush all buffers as
part of the unmount process


That Depends(tm), partly on what you mean by 'unmount'.

With my Nov05 and Jun06 -CURRENT's, I had to take great care to sync
and sync and wait and sync and sync filesystems before mount -u -o
ro'ing them, because otherwise they'd end up NOT flushing everything,
leaving unreferenced stuff around that fsck had to clean up, but only
if I ran it manually because mount DID mark the filesystem as clean.

I just tried to reproduce it on my last-week -CURRENT, and it no
longer does that.  Instead, it locked itself into a softdep_waitidle:
Failed to flush worklist loop and won't LET me remount r/o (or
unmount) the filesystems.  Obviously, I should have kept up my
now-established habit of sync'ing and waiting a while before
un/remounting...


IMHO: Please discuss this on [EMAIL PROTECTED] And read the  
handbook (http://www.freebsd.org/handbook) about  
releases/versions/branches. -CURRENT is known to have bugs.


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


Re: Status of FreeBSD 6.2?

2006-12-26 Thread Ronald Klop

On Tue, 26 Dec 2006 21:51:11 +0100, Brett Glass [EMAIL PROTECTED] wrote:


Nick Mann Writes:


Really?

 
http://www.freebsd.org/releng/index.htmlhttp://www.freebsd.org/releng/index.html

claims: Last modified: 2006/12/08 17:09:58.


True. But it still lists the release date for 6.2 as Mid-December.


And

 
http://www.freebsd.org/releases/6.2R/schedule.htmlhttp://www.freebsd.org/releases/6.2R/schedule.html

claims: Last modified: 2006/12/25 02:18:37.


Also true. But it still shows a projected release date of 13 November!

I'm not asking that the release be rushed; I'm asking that the
projections, to-do lists, etc. be updated so that we who are anticipating
it have some idea of the RE team's plans going into the new year. Even if
the release date is in February, that's fine -- just so it makes for a
better product and we can anticipate and plan for it.

--Brett Glass


The schedules says.
Build 6.2-RC2	24 December 2006	Begin building the second release candidate  
build for all Tier-1 platforms.
So that answers part one of your questions. I don't know anything about  
the expected release date.


Ronald.

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


Re: ng_ubt(?) related kernel panic on 6.2-PRE

2007-01-10 Thread Ronald Klop
I can't help you, but you might also send this to the freebsd-bluetooth  
mailinglist.


Ronald.

On Wed, 10 Jan 2007 22:34:27 +0100, pluknet [EMAIL PROTECTED] wrote:


hi all.

i got a panic when attached and then detached the ubt0 device just
after a few seconds.
Actually, it is a built-in bluetooth device in my laptop, operated with
the Fn key.

The module was loaded via
ng_ubt_load=YES
in loader.conf

FreeBSD notebook.h3 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #13: Wed Jan
 3 16:04:04 MSK 2007
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MYKERNEL  i386

part of dmesg:
ubt0: vendor 0x413c product 0x8000, rev 2.00/12.66, addr 2
ubt0: vendor 0x413c product 0x8000, rev 2.00/12.66, addr 2
ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83,
isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294
...
Jan 10 22:29:44 notebook savecore: reboot after panic: page fault

kgdb bt shows:
#0  0xc04f663c in doadump ()
#1  0xc04f6bbd in boot ()
#2  0xc04f7193 in panic ()
#3  0xc0672044 in trap_fatal ()
#4  0xc06722fb in trap_pfault ()
#5  0xc06726f0 in trap ()
#6  0xc065f62a in calltrap ()
#7  0xc049ccc9 in uhci_device_bulk_start ()
#8  0xc04a72e6 in usb_transfer_complete ()
#9  0xc049c6ac in uhci_idone ()
#10 0xc049c879 in uhci_softintr ()
#11 0xc049c500 in uhci_intr1 ()
#12 0xc04dee8e in ithread_loop ()
#13 0xc04dda2d in fork_exit ()
#14 0xc065f68c in fork_trampoline ()

Since ng_ubt is a BT-USB interface, there is nothing extraordinary
in the above, i think. Though, maybe it is related to usb, not ubt.

This is the first time i got this panic. Usually (i.e. until this
time) there was no panic related to ubt0. So, probably it is not
reproduceable :(
Unfortunately, the kernel didn't have any debug options when it
occurred.

thanks.
pluknet




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


Re: portsnap and cvsup for rebuilding world - Which one?

2007-03-04 Thread Ronald Klop


On Sun, 04 Mar 2007 04:23:55 +0100, frzburn [EMAIL PROTECTED] wrote:


Hi everyone,

[cut some text]

So here come my questions:
Is portsnap syncing the sources correctly for rebuilding world, or must I
use cvsup?
If so, of what use is portsnap if I must use cvsup for synchronizing my
source?

In fact, I'm just looking at the most up-to-date/approved/correct
technique/tool to synchronize my source for ``rebuilding world'' with the
latest sources from FreeBSD-6-STABLE.


Read this. It tells you why portsnap is invented. And why cvsup/csup is  
still better for other things then ports.

http://www.daemonology.net/portsnap/

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


Re: Xen Dom0, are we making progress?

2007-03-12 Thread Ronald Klop
On Mon, 12 Mar 2007 20:16:32 +0100, Nikolas Britton  
[EMAIL PROTECTED] wrote:



Is FreeBSD making any progress in Xen Dom0 / Intel VT support? I'd
really like to consolidate some underutilized FreeBSD servers. Are
their any alternative solutions that will enable me to do this kind of
stuff with FreeBSD, or would it be better to go with Solaris Dom0 +
FreeBSD DomU?


http://docs.freebsd.org/44doc/papers/jail/jail.html
google: jail freebsd

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


Re: create archive of system

2007-04-11 Thread Ronald Klop
On Wed, 11 Apr 2007 13:56:15 +0200, Stephen Clark  
[EMAIL PROTECTED] wrote:



Hello List,

I apologize if this is not the correct place to ask this. What is the  
best way to create an
archive of a FreeBSD system so yoy can take it to another computer and  
unarchive and
have a runnable system, assuming the other systems disk had already been  
formatted
with the appropriate filesystems. In other words I want to move all the  
files and have them

keep all their attributes, permissions, ownership, chflags etc.

Thanks,
Steve



The list freebsd-questions is a better place for this question I think.
But you can use dump/restore or tar. There are a lot of examples out there  
on the internet.


Ronald.

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


Re: updated to Releng_6, psm0 disappeared, acpi_ibm not working

2007-04-15 Thread Ronald Klop
On Sat, 14 Apr 2007 09:42:27 +0200, [LoN]Kamikaze [EMAIL PROTECTED]  
wrote:


I just updated my Thinkpad R40 to Releng_6. The psm0 device is  
discovered no longer (hence no touchpad or joystick). Dmesg shows no  
trace of it.


Also
# sysctl dev.acpi_ibm.0.events=1
outputs:
dev.acpi_ibm.0.events: 0
sysctl: dev.acpi_ibm.0.events: Input/output error

I'd be glad about any pointers to where I should look for the cause of  
these problems.


I don't know the answer, but version did you run before? So people know  
what changed in between.


Ronald.


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


Re: HZ in RELENG_5? tcp_subr.c related

2005-02-22 Thread Ronald Klop
Just put something like this in /boot/loader.conf.
kern.hz=250
It works for me since a long time (freebsd 4 I think).
Ronald.
On Tue, 22 Feb 2005 12:52:06 -0800, Kevin Oberman [EMAIL PROTECTED] wrote:
Date: Tue, 22 Feb 2005 19:56:03 + (GMT)
From: Robert Watson [EMAIL PROTECTED]
On Tue, 22 Feb 2005, Kevin Oberman wrote:
  In RELENG_5, the default HZ for amd64 is 1000, but for all other  
platforms
  it is 100.  So amd64 users will see a ten-fold decrease in  
tcp_isn_tick()
  running, but i386 (and other) users will see no change.

 Now that 5 is STABLE, I guess we are stuck with it, but in an era of
 slow 2GHz systems, it seems like a questionable choice. I know that
 there are a lot of folks running old hardware (like my trusty old K6),
 but they are a minority and changing HZ is not a big deal. Why make  
the
 majority live with 100 on fast systems or know enough to manually  
change
 it?

 Has there been discussion of changing this for V6 or is there a  
reason I
 missed for keeping HZ at 100 in the iX86 platforms.

In 6-CURRENT, HZ is 1000 for amd64, i386, and ia64, but 100 for other
platforms (i.e., ppc, arm, and alpha).  I'm not opposed to merging the  
HZ
change to RELENG_5 at some point, but given that occasional nits, such  
as
the TCP nit, are turning up, I think it's worth waiting until after 5.4.
Let's keep STABLE stable. If there are timing issues with HZ of 1000 in
V5, we clearly would not want to change before they are resolved.
Happily, I have not see these on my faster systems and have not
increased HZ on anything  1 GHz.
If I do see network problems, now I know another place to look, too.
Thanks!

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


syscons options and memory use

2005-03-30 Thread Ronald Klop
Hello,
The syscons manual page says:
The following options will remove some features from the syscons  
driver
 and save kernel memory.
 [...]
 SC_NO_SYSMOUSE
This option removes mouse support in the syscons driver.  The
mouse daemon moused(8) will fail if this option is defined.   
This
option implies the SC_NO_CUTPASTE option too.


How much memory does this save (or how can I discover that)? Is it worth  
it on a 96MB PentiumII laptop?

Thanks in advance,
Ronald.
--
 Ronald Klop, Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: syscons options and memory use

2005-03-30 Thread Ronald Klop
On Thu, 31 Mar 2005 01:04:10 -0600, Dan Nelson [EMAIL PROTECTED]  
wrote:

In the last episode (Mar 31), Ronald Klop said:
The syscons manual page says:
The following options will remove some features from the syscons
 driver and save kernel memory.
 [...]
 SC_NO_SYSMOUSE
This option removes mouse support in the syscons driver.
The mouse daemon moused(8) will fail if this option is
defined. This option implies the SC_NO_CUTPASTE option
too.

How much memory does this save (or how can I discover that)? Is it worth
it on a 96MB PentiumII laptop?
I would guess that the memory savings is probably on the order of
kilobytes.  Useful if you're trying to prevent excessive swapping on an
8MB system.  Not worth disabling on your system.
How can I see the size of my kernel?
I know vmstat -m and netstat -m, but from that info I don't see if I  
reduced the memory footprint after disabling an option or device.

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


Re: adding opentsa to the system's openssl

2005-04-07 Thread Ronald Klop
/usr/ports/sysutils/portdowngrade
Never used it. So I can't tell you more.
Ronald.
On Thu, 07 Apr 2005 15:53:43 +0900, Joel [EMAIL PROTECTED] wrote:
I know this is kind of like jumping off the high board before I've
checked for water in the pool, but I'm wondering.
Long version of the story --
I need to get an opentsa server running, and their site only has patches
for openssl 0.9.7e, not for the latest, 0.9.7f.
The current version in ports is 0.9.7f. I don't know how to massage the
ports collection to get a downlevel version yet, and the boss doesn't
want me to take time to learn how. (Silly boss.) So I just used the
sample stable-supfile to get the system sources and note that the system
version has gone up from 0.9.7d to 0.9.7e .
So, I'm thinking to myself this could be heaven or this could be ...
If this works, we are going to be wanting to build a dedicated time
stamp server anyway, ...
and similar sirens are calling from far away, ...
but I really don't want to find myself in the situation where I can
checkout anytime but never ...
Short version --
What kind of grief am I likely to cause myself if I grab the opentsa
patch, apply it to the openssl source in /usr/sys/crypto, and make world?
There's a voice in my other ear that says the patch was not built to mix
with freebsd patches to openssl, so I should just grab the stock openssl
and build it completely outside the ports tree, configure the timestamp
stuff to use the independently built openssl.
--
Joel Rees   [EMAIL PROTECTED]
digitcom, inc.   
Kobe, Japan   +81-78-672-8800
** http://www.ddcom.co.jp **
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Sound problem

2005-04-07 Thread Ronald Klop
On Thu, 7 Apr 2005 18:41:44 +1000, Warren  
[EMAIL PROTECTED] wrote:

I have had a few problems with my machine of late, but all of a sudden  
Sound
dosent seem to be loading or working an dim unsure of why this is  
happening.

The correct module is loaded and dmesg shows its all there .. but when i
check /dev/sndstat its empty.
Any ideas appreciated.
Why don't you post some more info about your system? For example: the  
output of 'uname -a', the output of 'dmesg', the type of hardware that you  
are using.
What does 'all of a sudden' mean? Did you upgrade something?

I'm not telling that I can solve your problem, but other people need to  
know these things before they can help.

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


Re: Sound problem

2005-04-07 Thread Ronald Klop
On Thu, 7 Apr 2005 20:32:00 +1000, Warren  
[EMAIL PROTECTED] wrote:

Why don't you post some more info about your system? For example: the
output of 'uname -a', the output of 'dmesg', the type of hardware that  
you
are using.
What does 'all of a sudden' mean? Did you upgrade something?

I'm not telling that I can solve your problem, but other people need to
know these things before they can help.
Ronald.
FreeBSD 5.4-STABLE and all of a sudden means i cvsuped my ports/src and  
did
installworld and buid kernel yesterday 6th April ... rebooted my machine  
and
sound hasnt worked since.

/dev/sndstat shows nothing
in loader.conf i have:
snd_via8233_load=YES   # via8233
kernel i have:  device  sound
dmesg shows no errors at all and as previously said sound was working  
before
the reboot.

loading the module using kldload shows: kldload snd_via8233.ko
kldload: can't load snd_via8233.ko: Exec format error
pciconf -lv shows..
[EMAIL PROTECTED]:17:5:class=0x040100 card=0xa0021458 chip=0x30591106
rev=0x60 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller'
class= multimedia
subclass = audio
What does kldstat say after booting and after the manual kldload?
And do post your dmesg output.
Is there something logged in /var/log/messages?
Is your kernel in sync with world and with the modules?
Do you compile with extra optimizations?
Did you do a clean make world/kernel?
Ronald.
--
 Ronald Klop, Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound problem

2005-04-07 Thread Ronald Klop
On Thu, 7 Apr 2005 21:38:56 +1000, Warren  
[EMAIL PROTECTED] wrote:

On Thu, 7 Apr 2005 9:30 pm, you wrote:
What does kldstat say after booting and after the manual kldload?
And do post your dmesg output.
Is there something logged in /var/log/messages?
Is your kernel in sync with world and with the modules?
Do you compile with extra optimizations?
Did you do a clean make world/kernel?
Ronald.
dmesg attached.
Id Refs AddressSize Name
 17 0xc040 4b40b8   kernel
 2   14 0xc08b5000 561a0acpi.ko
 31 0xc1d5a000 17000linux.ko
kldload of the sound module fails and kldstat shows the above before and  
after
the attempt to load the via snd module.

Nothing is logged in /var/log/messages to do with the attempt to load  
the via
snd module.

i compile stock standard, no optomizations. i run the cvs file then make
buildworld then make installworld .. then i goto /usr/src/sys/i386/conf  
..
config my kernel file and go from there.

Id have to say that my kernel is in sync with world and with the modules
Something is wrong in loading your module. You can try compiling the  
snd_??? driver into the kernel.
What does 'file /boot/kernel/snd_???' say? Mine says this.
file /boot/kernel/snd_emu10k1.ko
/boot/kernel/snd_emu10k1.ko: ELF 32-bit LSB shared object, Intel 80386,  
version 1 (FreeBSD), not stripped

I suspect that your kernel/modules aren't installed right.
--
 Ronald Klop, Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


securelevel and make installworld

2005-04-20 Thread Ronald Klop
Hello,
Can make installworld complain on startup if I try to run it with  
securelevel  0.
It will fail half way through on some files with nochg flags or something  
like that.

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


Re: securelevel and make installworld

2005-04-20 Thread Ronald Klop
On Wed, 20 Apr 2005 16:28:06 -0500, Jon Noack [EMAIL PROTECTED]  
wrote:

On 04/20/05 15:16, Ronald Klop wrote:
Can make installworld complain on startup if I try to run it with   
securelevel  0.
It will fail half way through on some files with nochg flags or  
something  like that.
Design feature:
'schg' is the system immutable flag.  Some system files are installed  
with 'schg' for security reasons; installworld must remove this flag in  
order to install a new version of these files.  However, when  
securelevel  0 system immutable flags may not be turned off (see  
init(8)).  An attempt to remove the system immutable flag (set 'noschg')  
will therefore fail.  As a result, installworld fails.

Canonical answer:
Reboot into single user mode to perform the installworld as documented  
in UPDATING and section 19.4.1 of the handbook.
I understand the problem, otherwise I wouldn't have securelevel  0. Doing  
a remote install in single user mode isn't always possible.
And than it isn't very nice to break the installworld with an error. Using  
the idea of 'fail early' it would be very nice too have a check for  
securelevel in the installworld Makefile.

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


gstat and scripting

2005-04-20 Thread Ronald Klop
Hello,
The tool gstat can produce very nice stats.
Can I get these stats from the system periodicly for use in my one  
scripts/graphs?
Is there a sysctl like kern.ad0.reads? Or some other way of retreiving  
this info from the kernel.
Looking at the gstat output, the numbers must be in there.

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


Re: apm in 5.4

2005-05-12 Thread Ronald Klop
On Thu, 12 May 2005 16:07:29 +0200, Matthias Buelow [EMAIL PROTECTED] wrote:
Hi,
is apm not available in 5.4?
I've loaded the apm module in loader.conf, and kldstat shows it loaded
but /dev/apm* isn't created and there are no messages in dmesg either.
How do I enable this?
It is available. I'm running it on my laptop now.
I've these in my config.
grep apm /etc/rc.conf
apm_enable=YES
apmd_enable=YES
And I know you can't use acpi and apm together, so make sure you are not  
using acpi. If you are using acpi, you should prefer that above apm.

Ronald.
PS: posting more info, like the output of dmesg is helpfull.
--
 Ronald Klop
 Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apm in 5.4

2005-05-12 Thread Ronald Klop
On Thu, 12 May 2005 16:48:36 +0200, Matthias Buelow [EMAIL PROTECTED] wrote:
Ronald Klop wrote:
It is available. I'm running it on my laptop now.
I've these in my config.
grep apm /etc/rc.conf
apm_enable=YES
apmd_enable=YES
Do you have apm(4) compiled into the kernel?  I've loaded the module in
loader.conf and during boot aswell when I try to use apm(8), I get:
apm: can't open /dev/apm: No such file or directory
kldstat output is the following:
Id Refs AddressSize Name
 12 0xc040 5dde24   kernel
 21 0xc09de000 62b4 apm.ko
The machine is a Compaq Armada m700, kernel is GENERIC from fresh
installation; dmesg output is attached.
Yes, I have apm build into the kernel. Does your machine have apm?
As somebody else mentioned first try if you have ACPI support on your  
machine. It is a modern, more advanced version of apm. If ACPI works never  
look at APM again.

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


Re: Strange top(1) output

2005-05-12 Thread Ronald Klop
On Thu, 12 May 2005 17:21:18 +0200, Matthias Buelow [EMAIL PROTECTED] wrote:
Jonathan Noack wrote:
I think you will have a very hard time removing anything from top
because someone will always pipe up and say, I've been using
random_option since the days when computers were measured in
MILLIhertz... *shaking fist*  Why not add an option to switch between
SIZE and RES?  Perhaps 'M'?
Yeah well.. presented with 80-column space constraints, however, I'd
prefer to have a threads column rather than a virtual memory usage
column (especially when that virtual memory isn't a real resource
limit since the system is overcommitting, except when you set artificial
limits via ulimit etc.)
What is so interesting about the number of threads of an application?
I would add an option for use in the TOP env var or on the command line.
--
 Ronald Klop
 Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: apm in 5.4

2005-05-12 Thread Ronald Klop
On Thu, 12 May 2005 17:23:52 +0200, Matthias Buelow [EMAIL PROTECTED] wrote:
Ronald Klop wrote:
Yes, I have apm build into the kernel. Does your machine have apm?
As somebody else mentioned first try if you have ACPI support on your
machine. It is a modern, more advanced version of apm. If ACPI works
never  look at APM again.
Yes, it does have APM, I've used it with Linux and NetBSD without any
problems.  FreeBSD's ACPI is flakey on that machine.. if I use the wi-fi
pccard, I always get a freeze (if it's already inserted) or panic (if I
insert it).
Report your panic on the mailinglist or using send-pr. I can't help you  
with it, but there are people who can.
Try to compile a kernel with apm in and acpi not in and I think I have  
also something like pmtimer which is used by apm. And make sure acpi isn't  
loaded as a module.

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


Re: apm in 5.4

2005-05-12 Thread Ronald Klop
On Thu, 12 May 2005 19:40:20 +0200, Matthias Buelow [EMAIL PROTECTED] wrote:
I wrote:
I'll now try and build a kernel
with apm built in, as apparently the .ko doesn't do anything.  Maybe
this will work.
Doesn't work either.. same thing as with apm.ko loaded.  No errors, no
device node.
I found this quote for you. Maybe it helps.
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/article.html
On FreeBSD 5.X, you also have to set hint.apm.0.disabled=0 in
/boot/device.hints.
--
  Ronald Klop
  Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Poor network performance: a lot of timeouts

2005-05-30 Thread Ronald Klop
On Mon, 30 May 2005 17:00:23 +0200, Imobach González Sosa  
[EMAIL PROTECTED] wrote:



El lun, 30-05-2005 a las 12:49 +0200, Gunnar Flygt escribió:

On Mon, May 30, 2005 at 11:03:20AM +0100, Imobach González Sosa wrote:
 El dom, 29-05-2005 a las 14:27 -0700, Kris Kennaway escribió:
 
  This kind of thing is often caused by duplex mismatch on your NIC.

 Ok, I've been playing around with media options (10/100, full and half
 duplex) but it didn't work. I suppose that I'll try to get a better  
NIC

 from one of my friends to try again :P

The only important thing here is that you have the same settings on the
switch as on the server! For Linux-es I tend to set them auto - auto but
for FreeBSD 100/full (non negotiation) - 100/full wotks best.


Ok, I think I have it correctly with this command:

 ifconfig rl0 media 100baseTX -mediaopt full-duplex

(rl0 or dc0, I've used two different NICs).

Moreover, I connected my FreeBSD box to the ADSL router (directly, no
more machines connected) and forced the adapter to 10baseT/UTP and
full-duplex but it didn't work. I also tried with 100baseTX, but then
there was no carrier (the ADSL router is a bit old, and only support
10Mbps).

So, I'm running out of ideas :(

Thank you all for your help!


Don't you need a cross-cable to connect directly to the router?

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


Re: php on 5.4

2005-06-01 Thread Ronald Klop

You need to give the command 'bt' to gdb for some usefull output.
bt stands for backtrace.

Ronald.

On Wed, 01 Jun 2005 18:11:54 +0200, Steve Rieger  
[EMAIL PROTECTED] wrote:


hi all am wondering is anybody else thats running fbsd 5.4 php4 apache1,  
and about 10 php extensions, are noticing any issues


when i run anything via php command line it cores, and the gdb gives me  
this from the core file



55F_10_25_4_27# gdb /usr/local/bin/php php.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you  
are
welcome to change it and/or distribute copies of it under certain  
conditions.

Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for  
details.
This GDB was configured as i386-marcel-freebsd...(no debugging symbols  
found)...

Core was generated by `php'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/local/lib/libcrypto.so.3...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libcrypto.so.3
Reading symbols from /usr/local/lib/libssl.so.3...(no debugging symbols  
found)...done.

Loaded symbols for /usr/local/lib/libssl.so.3
Reading symbols from /lib/libcrypt.so.2...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libcrypt.so.2
Reading symbols from /lib/libm.so.3...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libm.so.3
Reading symbols from /lib/libc.so.5...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libc.so.5
Reading symbols from /usr/lib/libstdc++.so.4...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libstdc++.so.4
Reading symbols from /usr/local/lib/php/20020429/interbase.so...(no  
debugging symbols found)...done.

Loaded symbols for /usr/local/lib/php/20020429/interbase.so
Reading symbols from /usr/local/lib/libfbembed.so.1...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libfbembed.so.1
Reading symbols from /lib/libncurses.so.5...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libncurses.so.5
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols  
found)...done.

Loaded symbols for /libexec/ld-elf.so.1
#0  0x2838237b in kill () from /lib/libc.so.5
(gdb) Quit



--
Steve Rieger
(212) 804-1131   (Work)
(646) 335-8915   (Cell)
chozrim   (aim)

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




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


Re: filesystems not properly unmounted

2005-06-02 Thread Ronald Klop
On Thu, 02 Jun 2005 15:09:08 +0200, Maxi Combina [EMAIL PROTECTED]  
wrote:



Hello, I am running freebsd 5.4, and every time I reboot, I get a
mesasge when the kernel is mounting the filesystems. It says that the
fs were not properly unmounted, and must chek them. Them main concern
is with my root partition. I also have en ext3 partition (which I
mount as ext2), and the kernel also complains about this ext3
partition.
The root partition is automatically checked, but the ext2 partition
not! I have to manually run fsck.ext2 and then reboot again...
I am _sure_ that I have rebooted in the right way. Well, at least with
`reboot' and `halt'. May be this is not the right way? Am I missing
something?


Are there errors on shutdown?

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


Re: filesystems not properly unmounted [OT]

2005-06-07 Thread Ronald Klop

Did you guys already unmount your filesystem?


On Mon, 06 Jun 2005 17:48:26 +0200, Oliver Fromme [EMAIL PROTECTED]  
wrote:



Yuval Levy [EMAIL PROTECTED] wrote:
  Oliver Fromme wrote:
   I do look carefully every day, because it's my job.  I work
   with various operating systems every day, including FreeBSD
   and Linux.
 
   From a professional I would expect a more mature and balanced  
approach,

  rather than my favorite OS is the best one and the others have no
  advantages.

That's not what I wrote.  FreeBSD is not the best.  There
is no such thing as the best, in general.

  Be real: there is a lot of diversity of OS out there and
  they all have advantages and disadvantages.

Right.  Everyone has to decide for himself which tool works
best for his job.

   Yup, I know the usual freebsd-for-servers and linux-for-
   desktops arguments.  And to be honest, I'm fed up with
   them.  They're lies.  I'm running FreeBSD on my desktop
   at home, a lot of people are happily running Linux on
   their servers, and I've seen people successfully installing
   FreeBSD who have never even heard the word unix until
   that day.
 
  You can run FreeBSD on your desktop at home because you have the  
skills,

  the time, the dedication.

For most standard applications it doesn't require any
more skills (or time, or dedication) than with any other
OS.  In fact, getting some applications to work correctly
under, say, Windows requires more skills (and time, and
dedication) sometimes.

  You are special. Every human being is special

Right.  I don't disagree with you there.

  [...]  They do not share your view.
  I do not share your view. This does not make us liars.

Uhm, what are you talking about?  I've never called you a
liar.  But those people who claim that FreeBSD is only
suitable for servers and Linux is only suitable for desk-
tops -- those are liars.  There are plenty of counter-
examples.

  I am moving my servers from Linux to FreeBSD, because FreeBSD gives me
  the manageability, stability and security that are more important to  
my
  clients than the bleeding edge features that often make it into Linux  
first.

 
  I am generally inclined toward Open Source software over proprietary
  one, but will pragmatically mix and match to obtain what works best  
for
  me rather than dogmatically pretend that my favorite OS is the best  
and

  its filesystem is the brightest and its license is the only acceptable
  distribution form.

I agree 100%.

Most of my machines (i.e. the machines which I own or
which I'm responsible for to operate) run FreeBSD, but some
also run Linux (Debian), Solaris or Windows.  I used to
have OpenBSD, too, but it stopped working for me (a long
story).  And currently I'm evaluating to move one of my
privat machines from FreeBSD to DragonFly BSD, because
some of its features would be very useful.

Still, of all of those systems, FreeBSD is (currently) my
favourite.  It's particularly versatile to work well for
all kinds of different purposes, including servers _and_
desktops.

  Which brings me back to the topic of this thread: is there anybody out
  there with the skills to cleanly solve this shameful situation in  
which

  rebooting FreeBSD results in unclean mounting of ext2 (and potentially
  other) volumes?

A umount command in rc.shutdown should be a feasible
work-around.

Fixing the driver is probably not a high-priority, because
not many users are affected by the problem, I guess.
(But then again:  It's open source, so you can try to fix
it yourself.)

Best regards
   Oliver

PS:  I think this should rather move to the -chat list.





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


Re: Microsoft USB Wireless Mouse not working

2005-06-10 Thread Ronald Klop

On Fri, 10 Jun 2005 15:38:42 +0200, Michal Vanco [EMAIL PROTECTED] wrote:


Hi,

I'm running 5.4-STABLE and I'm not able to get my MS USB Wireless mouse
working.
After plugging the mouse I see this in my dmesg:
uhid0: Microsoft Microsoft USB Wireless Mouse, rev 2.00/0.17, addr 2,
iclass 3/1

But there is no ums device. I have device ums in kernel.

Is there any patch available to get this working?


Do you also have 'uhid' in your kernel or loaded as a module? Maybe it
attaches before ums. If yes, try removing it from your kernel and boot
again. This is just a thought, so maybe it doesn't work.

Ronald.



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


pccard modem and ethernet don't work together

2004-11-08 Thread Ronald Klop
pccard0: Allocation failed for cfe 15
sio4: PCMCIA MAKER 56K V.90 DataFax Modem(LN) at port 0x2f8-0x2ff irq 11
function 0 config 23 on pccard0
sio4: type 16550A
sio4: unable to activate interrupt in fast mode - using normal mode
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
WARNING: /mnt/oldtmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
/var: mount pending error: blocks 32 files 1
/var: superblock summary recomputed
--
 Ronald Klop, Amsterdam, The Netherlands
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3: tmpmfs=YES: panic: kmem_malloc(4096): kmem_map toosmall: 63737856 total allocated

2004-11-09 Thread Ronald Klop
On Tue, 9 Nov 2004 11:38:10 +0300,  
[EMAIL PROTECTED]  
wrote:

This host has 192 MB of RAM and 512 MB of swap.
+   /sbin/mdmfs -i 4096 -s $1md $2
5  2004 .  13:54 -0800, Kris Kennaway :
See the manpage. You don't have enough RAM in your system to do that.
A bug in manpage? By default, mdmfs creates a swap-based (MD_SWAP)  
disk.

I'm running mdmfs WITHOUT -M flag.
I didn't see the complete thread, so maybe I'm missing some context.
Just set up your tmp from fstab with something like this.
md  /tmpmfs rw,-s64m0   0
If you look at the code which handles tmpmfs it is used for diskless  
booting. So there is no swap usable for ramdisk.

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


Re: md /tmp mfs rw,-s64m 0 0 in fstab instead of tmpmfs=YES in rc.conf: no panic

2004-11-10 Thread Ronald Klop
On Wed, 10 Nov 2004 11:41:32 +0300,  
[EMAIL PROTECTED]  
wrote:

This host has 192 MB of RAM and 512 MB of swap.
/sbin/mdmfs -i 4096 -s $1md $2

Kris Kennaway wrote:
You don't have enough RAM in your system to do that.
I'm running mdmfs WITHOUT -M flag.
Ronald Klop wrote:
Just set up your tmp from fstab with md /tmp mfs rw,-s64m 0 0.
Swap space is actually used in this case, thank you!
If you look at the code which handles tmpmfs it is used for diskless  
booting.
	By default, mdmfs creates a swap-based (MD_SWAP) disk -- from  
mdmfs(8).

So there is no swap usable for ramdisk.
	Should I send-pr a bug in mdmfs(8)?
Maybe I'm missing something, but tmpmfs works malloc-based by default.
tmpmfs is not an easy way to set up a swap-based ramdisk. It is meant to  
setup diskless systems easily.

# cd /etc/rc.d
# grep -A 2 tmpmfs *
tmp:case ${tmpmfs} in
tmp-[Yy][Ee][Ss])
tmp-mount_md ${tmpsize} /tmp
# grep -A 2 mount_md *
initdiskless:mount_md() {
initdiskless-/sbin/mdmfs -i 4096 -s $1 -M md $2
initdiskless-}
Ronald.
--
 Ronald Klop, Amsterdam, The Netherlands
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pccard modem and ethernet don't work together

2004-11-11 Thread Ronald Klop
On Wed, 10 Nov 2004 01:56:09 -0700 (MST), M. Warner Losh [EMAIL PROTECTED]  
wrote:

In message: [EMAIL PROTECTED]
Ronald Klop [EMAIL PROTECTED] writes:
: I posted the same text as below to current@ on 20 Oct, but got no  
answer.
: Is there somebody here who knows more about this or can tell me where  
to
: look further?
: I got a 'me too' message from somebody who googled my previous  
question,
: so there are more people with this problem.

I ment to reply, but got busy with the release.  I'll see if I can
recreate the problem.
Warner
Thanks in advance.
I am still looking around myself and am wondering if I need to run pccardd?
I thought it was replaced by devd, but it is still in the system.
Does pccardd have more functionality than devd and is it possible that it  
can solve my problem?
Or am I looking in the wrong direction?

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


Re: ULE Scheduler available in 5.3-RELEASE?

2004-11-11 Thread Ronald Klop
On Thu, 11 Nov 2004 09:29:08 -0600, Thomas T. Veldhouse [EMAIL PROTECTED]  
wrote:

I just read in the release notes that 5.3-RELEASE has the new ULE
scheduler available, but that 4BSD is the default scheduler.  I thought
I read messages in freebsd-current indicating that the option to use ULE
was completely removed from the 5.3 or even the RELENG_5 branch?  So, is
ULE really available?
Not in RELENG_5 and not in RELENG_5_3. There are issues with it. If it is  
fixed it will come back.

See this line in /usr/src/sys/kern/sched_ule.c:
#error The SCHED_ULE scheduler is broken.  Please use SCHED_4BSD
Ronald.
--
 Ronald Klop, Amsterdam, The Netherlands
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: portupgrade crash on 4.9-stable

2004-11-17 Thread Ronald Klop
On Wed, 17 Nov 2004 16:21:18 -0500 (EST), Brian Szymanski  
[EMAIL PROTECTED] wrote:

Hi, I'm having a problem with portupgrade on 4.9:
# portupgrade -f sudo\*
Updating the ports index ... Generating INDEX.tmp - please wait.. Done.
done
[Updating the portsdb format:bdb1_btree in /usr/ports ... - 11962 port
entries found
.1000.2000.3000.4000.5000.6000.7000.8000../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587:
[BUG] Segmentation fault
ruby 1.8.2 (2004-07-29) [i386-freebsd4]
Abort trap (core dumped)
I'm not sure why /usr/ports/INDEX isn't there anymore - it's a problem  
I'm
having on all of my 4.x machines - everytime I cvsup portupgrade wants to
generate an INDEX.tmp before it doesn anything... But the real problem is
the segfault with ruby, which can be reliably reproduced ad infinitum.

Any ideas?
Thanks in advance.
Read /usr/ports/UPDATING and /usr/ports/CHANGES after updating your ports  
tree.
There is the removal of INDEX documented.

About the ruby thing. Try deinstall/reinstall of ruby and portupgrade  
manually and try again. (This is my best guess.)

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


Re: Performance issues in 5.3-RELEASE.

2004-11-18 Thread Ronald Klop
On Wed, 17 Nov 2004 10:40:23 +0100, Krzysztof Kowalik  
[EMAIL PROTECTED] wrote:

Hello,
   Recently I took some time to upgrade my home 4.9 system to
5.3-RELEASE (fortunately, taking full system dump before, so I can
easily get back). In fact just after upgrading I ran into the weird
issue during installation for firefox port.
When firefox-1.0-source.tar.bz2 is getting untared, the system starts to
be *slow*: any music starts to be jittered and the cursor in X stalls
from time to time for ~1 second.
For what I have seen everybody uses snd_emu10k1. Since I use my onboard  
soundcard (snd_ess* (not MPSAFE)) I have less problems with my sound under  
disk load.

Bit is just experience. I don't know about code internals.
Oh, I saw a post a while ago on stable@ or on current@ about a buffer in  
emu10k1. If it was increased it had less problems. Don't have the time to  
look up the post, sorry.

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


Re: Performance issues in 5.3-RELEASE. (snd_emu10k1)

2004-11-18 Thread Ronald Klop
On Thu, 18 Nov 2004 04:05:04 -0500, Suleiman Souhlal  
[EMAIL PROTECTED] wrote:

Hi,
On Thu, 2004-11-18 at 03:46, Ronald Klop wrote:
For what I have seen everybody uses snd_emu10k1. Since I use my onboard
soundcard (snd_ess* (not MPSAFE)) I have less problems with my sound  
under
disk load.
  None of the sound drivers are actually MPSAFE.. The reason people that
use snd_emu10k1 are more affected by this is because it has a smaller
default buffer size (4096) than the other drivers.
I'm not at home now so I can't check, but I remember that the snd_emu10k1  
doesn't say [GIANT-LOCKED] in dmesg, while all my other soundcards do.

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


Re: from 5.3 release to 5.3 stable

2004-11-18 Thread Ronald Klop
Hello,
First: Ports are independent of the version of your system.
Second: Updating your system is described here.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
But it is not a short howto. :-)
The short path is something like this.
copy and edit /usr/share/examples/cvsup/stable-supfile like you did with  
ports-supfile
run cvsup -g -L 2 your-supfile
read the end of /usr/src/UPDATING where the steps to update your system  
are explained.
It wil be something like:
cd /usr/src
make buildworld
make buildkernel KERNCONF=your-kernel
make installkernel KERNCONF=your-kernel
reboot
if cannot-boot (happens seldom or never)
  boot with old kernel (/boot/kernel.old/kernel) and mv /boot/kernel.old  
to /boot/kernel.
else
  cd /usr/src
  make installworld
reboot

But see UPDATING for explanation.
Ronald.
On Thu, 18 Nov 2004 11:41:38 +0100, Marc Plumet [EMAIL PROTECTED]  
wrote:

Dear,
I am still confusing about FreeBSD versioning.
MY SYSTEM:
- I install the freebsd 5_3 release:
kern.osreldate: 503001
FreeBSD 5.3-RELEASE #0: Tue Nov  9 13:34:27 CET 2004
- I cvsup the ports collection
cvsup -g -L 2 /root/ports-supfile
(ok)
- I upgrade the ports collection
pkgdb -F
portupgrade -a
(14 hours, ok except for mplayer-skins, even with packages : size  
mismatch)

If I understand correctly, I am
- in the stable branch (RELENG_5)
- but not up-to-date, because i installed a release (RELENG_5_3)
MY QUESTIONS :
- which system do I now have ? a mixed between 5.3R and 5.3STABLE ? :
example:
   for packages
5_STABLE has got teTeX-latex2e but not 5_3R (which sysinstall think I  
have)
   for ports
/usr/ports/print/tetex-latex2e is present (*but does not make : error  
reported
at the end of this mail)

- how to upgrade to 5.3 stable ?
make world ? (cvs/portupgrade again before ?)
Thanks in advance for your time.
Marc Plumet

*ERROR when I make /usr/ports/print/tetex-latex2e :
...
Defining UNIX/DOS style filename parser.
catcodes, registers, compatibility for TeX 2,  parameters,
LaTeX2e 2003/12/01
hacks, control, par, spacing, files, font encodings, lengths,

Local config file fonttext.cfg used

(fonttext.cfg (fonttext.ltx
=== Don't modify this file, use a .cfg file instead ===
(omlenc.def) (t1enc.def) (ot1enc.def) (omsenc.def) (t1cmr.fd) (ot1cmr.fd)
(ot1cmss.fd) (ot1cmtt.fd)))

Local config file fontmath.cfg used

(fontmath.cfg (fontmath.ltx
=== Don't modify this file, use a .cfg file instead ===
(omlcmm.fd) (omscmsy.fd) (omxcmex.fd) (ucmr.fd)))

Local config file preload.cfg used
=
(preload.cfg (preload.ltxkpathsea: Running mktextfm  line10
mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input line10
This is METAFONT, Version 2.718 (Web2C 7.2)
kpathsea: Running mktexmf  line10
! I can't find file `line10'.
* ...:=ljfour; mag:=1; nonstopmode; input line10
Please type another input file name
! Emergency stop.
* ...:=ljfour; mag:=1; nonstopmode; input line10
Transcript written on mfput.log.
mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input line10' failed.
kpathsea: Appending font creation commands to missfont.log.
! Font \tenln=line10 not loadable: Metric (TFM) file not found.
to be read again
   \font
l.57 \font\tenln  =line10   \font
 \tenlnw  =linew10\relax
?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: from 5.3 release to 5.3 stable

2004-11-18 Thread Ronald Klop
On Thu, 18 Nov 2004 15:50:11 +0100, Dirk Arlt [EMAIL PROTECTED] wrote:
i would add mergemaster to this
Oops.
(or ports/sysinstall/etcmerge)
Ronald Klop [EMAIL PROTECTED] schrieb:
Hello,
First: Ports are independent of the version of your system.
Second: Updating your system is described here.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
But it is not a short howto. :-)
The short path is something like this.
copy and edit /usr/share/examples/cvsup/stable-supfile like you did with
ports-supfile
run cvsup -g -L 2 your-supfile
read the end of /usr/src/UPDATING where the steps to update your system
are explained.
It wil be something like:
cd /usr/src
make buildworld
make buildkernel KERNCONF=your-kernel
make installkernel KERNCONF=your-kernel
reboot
if cannot-boot (happens seldom or never)
   boot with old kernel (/boot/kernel.old/kernel) and mv  
/boot/kernel.old
to /boot/kernel.
else
   cd /usr/src
   make installworld
reboot

But see UPDATING for explanation.
Ronald.
On Thu, 18 Nov 2004 11:41:38 +0100, Marc Plumet [EMAIL PROTECTED]
wrote:
 Dear,

 I am still confusing about FreeBSD versioning.

 MY SYSTEM:

 - I install the freebsd 5_3 release:
 kern.osreldate: 503001
 FreeBSD 5.3-RELEASE #0: Tue Nov  9 13:34:27 CET 2004

 - I cvsup the ports collection
 cvsup -g -L 2 /root/ports-supfile
 (ok)

 - I upgrade the ports collection
 pkgdb -F
 portupgrade -a
 (14 hours, ok except for mplayer-skins, even with packages : size
 mismatch)

 If I understand correctly, I am
 - in the stable branch (RELENG_5)
 - but not up-to-date, because i installed a release (RELENG_5_3)


 MY QUESTIONS :

 - which system do I now have ? a mixed between 5.3R and 5.3STABLE ? :
 example:
for packages
 5_STABLE has got teTeX-latex2e but not 5_3R (which sysinstall think I
 have)
for ports
 /usr/ports/print/tetex-latex2e is present (*but does not make : error
 reported
 at the end of this mail)

 - how to upgrade to 5.3 stable ?
 make world ? (cvs/portupgrade again before ?)


 Thanks in advance for your time.

 Marc Plumet




 *ERROR when I make /usr/ports/print/tetex-latex2e :

 ...
 Defining UNIX/DOS style filename parser.

 catcodes, registers, compatibility for TeX 2,  parameters,
 LaTeX2e 2003/12/01
 hacks, control, par, spacing, files, font encodings, lengths,
 

 Local config file fonttext.cfg used

 
 (fonttext.cfg (fonttext.ltx
 === Don't modify this file, use a .cfg file instead ===

 (omlenc.def) (t1enc.def) (ot1enc.def) (omsenc.def) (t1cmr.fd)  
(ot1cmr.fd)
 (ot1cmss.fd) (ot1cmtt.fd)))
 

 Local config file fontmath.cfg used

 
 (fontmath.cfg (fontmath.ltx
 === Don't modify this file, use a .cfg file instead ===

 (omlcmm.fd) (omscmsy.fd) (omxcmex.fd) (ucmr.fd)))
 

 Local config file preload.cfg used

 =
 (preload.cfg (preload.ltxkpathsea: Running mktextfm  line10
 mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input line10
 This is METAFONT, Version 2.718 (Web2C 7.2)

 kpathsea: Running mktexmf  line10
 ! I can't find file `line10'.
 * ...:=ljfour; mag:=1; nonstopmode; input line10

 Please type another input file name
 ! Emergency stop.
 * ...:=ljfour; mag:=1; nonstopmode; input line10

 Transcript written on mfput.log.
 mktextfm: `mf \mode:=ljfour; mag:=1; nonstopmode; input line10'  
failed.
 kpathsea: Appending font creation commands to missfont.log.

 ! Font \tenln=line10 not loadable: Metric (TFM) file not found.
 to be read again
\font
 l.57 \font\tenln  =line10   \font
  \tenlnw  =linew10\relax
 ?
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to  
[EMAIL PROTECTED]


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



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


port make index (was: Re: make -j$n buildworld : use of -j investigated)

2004-11-25 Thread Ronald Klop
On Thu, 25 Nov 2004 16:19:02 +0900, Rob [EMAIL PROTECTED] wrote:
Rob wrote:
Brian Szymanski wrote:
Did you try any machines that used Hyperthreading? I'd be interested to
see how those machines fare based on the number of logical and real  
CPUs.


Although people suggest -j4 as optimal in general
case, I have come to a very different conclusion:
1) single CPU with enough RAM (2 GHz, 512 MB)
   there's no significant speed up in the range
   -j1 to -j9.
   So -j1 is as good as -j9.

If you went to all that trouble, you might as well post the numbers :-)
  Time unit is minutes.
 CPU: 2x800 MHz2000 MHz333 MHz
RAM:  1024 MB  512 MB  64 MB
-j   
199  50276
258  49291
358  50367
457  50547
558  49
658  50
757  50
858  50
958  50
I have run another test on a 700 MHz, 128 MB PC,
and the following equation seems to hold for all
my tests. Calculate:
 time(minutes) * speed(MHz) * nproc / 1000 MHz
and if this results in approximately 1, the system
is optimized.
For example, in the above case,
column 1:
-j1 :  99 * 800 * 2 / 1000 = 1.5
-j2 :  58 * 800 * 2 / 1000 = 0.928
column 2:
-j1 : 50 * 2000 * 1 / 1000 = 1
column 3:
-j1 : 276 * 333 * 1 / 1000 = 0.919
another PC:
-j1 : 142 * 700 * 1 / 1000 = 0.994
--
All PCs have standard hardware. Off-the-shelf
mainboard, IDE harddisks, nothing special really.
All this is done on 5.3-Stable systems and the time
listed (in minutes) is for the buildworld only:
make -jn buildworld
Rob.
Would all this work for 'make index' for the ports also? Or is this more  
io bound?
I can't test this myself, because my laptop is to slow for making these  
tests any fun.

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


Re: port make index (was: Re: make -j$n buildworld : use of -j investigated)

2004-11-25 Thread Ronald Klop
On Thu, 25 Nov 2004 01:28:55 -0800, Kris Kennaway [EMAIL PROTECTED]  
wrote:

On Thu, Nov 25, 2004 at 10:09:35AM +0100, Ronald Klop wrote:
Would all this work for 'make index' for the ports also? Or is this more
io bound?
I can't test this myself, because my laptop is to slow for making these
tests any fun.
Based on my tests, 'make index' is only faster with -j on smp machines
(the default is -j2, which only penalizes UP by a second or two, but
nearly halves the build time on an smp machine).
But -j1 saves on mem usage on UP I presume, so it makes my workstation  
more useable while being 2 secs.faster.
Is this set by an INDEX_JOBS make var in /etc/make.conf? Found it in  
/usr/ports/Makefile.

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


Re: Unkillable zombie sshd-s?

2004-12-02 Thread Ronald Klop
On Thu, 02 Dec 2004 15:06:21 +0100, Ivan Voras [EMAIL PROTECTED] wrote:
Can I find out what their parent processes are? (something like  
tree-shaped ps?)
/usr/ports/sysutils/pstree
and ps can display the ppid (parent pid).
--
 Ronald Klop, Amsterdam, The Netherlands
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 'vmpfw' state

2004-12-21 Thread Ronald Klop
On Tue, 21 Dec 2004 10:49:29 +0100, Michael Riexinger  
[EMAIL PROTECTED] wrote:

Hi,
i have a imap server with cyrus running under FreeBSD 5.3-RELEASE. There
are around 25000 mailboxes (around 30gb small mails). When starting
cyrus, the lmtpd is in vmpfw state for around 15 minutes and consumes
very much cpu and memory. When using truss, i see a lseek loop. What
exactly is the vmpfw state and how can i accelerate that thing?
I did this in /usr/src.
grep -r --mmap vmpfw *
sys/vm/vm_fault.c: if (!vm_page_sleep_if_busy(fs.m, TRUE, vmpfw))
Just above this line is a comment explaining what is happening here in a  
technical way.
I think your imap server is mapping all files in memory which can take  
quite long if your memory isn't 30GB.
Do you have more info about your system?
Memory/CPU/NFS?/local disk?
Are the mailboxes in mbox format or Maildir?

Searching in google on 'vmpfw' gives nfs issues with it while using pine  
on a nfs mounted mail folder. (results from 1999 about older versions  
freebsd)

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


ng_ubt with Broadcom BCM92035DGL

2005-01-06 Thread Ronald Klop
Hello,
I have a USB Bluetooth adapter which probes fine as ubt0, but I get errors  
when trying to use bluetooth.
Attached is my verbose dmesg output. I've read the handbook about  
bluetooth and searched the internet for it.
The errors I get are these.

# /etc/rc.bluetooth start ubt0
Status: Command disallowed [0xc]
# /etc/rc.bluetooth start ubt0
Could not execute command reset. Operation timed out
What information can I provide to resolve this. Or is there a better  
mailinglist for this?
The usb-adapter is the shop-brand of the MyCom shops in The Netherlands.

Ronald.
--
 Ronald Klop, Amsterdam, The Netherlands
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-STABLE #62: Tue Jan  4 00:33:21 CET 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/LAPTOP
Preloaded elf kernel /boot/kernel/kernel at 0xc06dd000.
Preloaded elf module /boot/kernel/linprocfs.ko at 0xc06dd1a4.
Preloaded elf module /boot/kernel/linux.ko at 0xc06dd254.
Preloaded elf module /boot/kernel/g_md.ko at 0xc06dd300.
Preloaded elf module /boot/kernel/if_tun.ko at 0xc06dd3ac.
Preloaded elf module /boot/kernel/if_ep.ko at 0xc06dd458.
Preloaded elf module /boot/kernel/elink.ko at 0xc06dd504.
Preloaded elf module /boot/kernel/snd_ess.ko at 0xc06dd5b0.
Preloaded elf module /boot/kernel/sound.ko at 0xc06dd65c.
Preloaded elf module /boot/kernel/snd_sbc.ko at 0xc06dd708.
Preloaded elf module /boot/kernel/mem.ko at 0xc06dd7b4.
Preloaded elf module /boot/kernel/io.ko at 0xc06dd85c.
Calibrating clock(s) ... i8254 clock: 1193310 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254 frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 266677167 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (266.68-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x652  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real memory  = 100622336 (95 MB)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x0010 - 0x003f, 3145728 bytes (768 pages)
0x00826000 - 0x05e15fff, 90112000 bytes (22000 pages)
avail memory = 93024256 (88 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fa000
bios32: Entry = 0xf (c00f)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0x474
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry = f:4ef2  Rev = 1.0
pnpbios: Event flag at fe2f6
pnpbios: OEM ID b9b0110e
Other BIOS signatures found:
random: entropy source, Software, Yarrow
null: null device, zero device
mem: memory
Pentium Pro MTRR support enabled
io: I/O
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
pci_open(1):mode 1 addr port (0x0cf8) is 0x8060
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=80] is there (id=ae6c0e11)
pcibios: BIOS version 2.10
Found $PIR table, 7 entries at 0xc00f0990
PCI-Only Interrupts: 11
Location  Bus Device Pin  Link  IRQs
embedded00A   0x0d  9 10 11
embedded0   12A   0x0c  9 10 11
embedded0   14A   0x01  9 10 11
embedded0   16A   0x19  9 10 11
embedded0   16B   0x19  9 10 11
embedded0   10A   0x18  9 10 11
slot 11 09A   0x15  9 10 11
slot 11 09B   0x14  9 10 11
slot 11 09C   0x15  9 10 11
slot 11 09D   0x14  9 10 11
slot 12 08A   0x17  9 10 11
slot 12 08B   0x16  9 10 11
slot 12 08C   0x17  9 10 11
slot 12 08D   0x16  9 10 11
apm0: APM BIOS on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
pcib0: Host to PCI bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 7 Entries on motherboard
$PIR: Links after initial probe:
Link  IRQ  Rtd  Ref  IRQs
 0xd  255   N 1  9 10 11
 0xc  255   N 1  9 10 11
 0x1  255   N 1  9 10 11
0x19  255   N 2  9 10 11
0x18  255   N 1  9 10 11
0x15  255   N 2  9 10 11
0x14  255   N 2  9 10 11
0x17  255   N 2  9 10 11
0x16  255   N 2  9 10 11
$PIR: Found matching pin for 0.12.INTA at func 0: 11
$PIR: Found matching pin for 0.14.INTA at func 1: 255
$PIR: Found matching pin for 0.14.INTA at func 2: 11
$PIR: Links after initial IRQ discovery:
Link  IRQ  Rtd  Ref  IRQs
 0xd  255   N 1  9 10 11
 0xc   11   Y 1  9 10 11
 0x1   11   Y 1  9 10 11
0x19  255   N 2  9 10 11
0x18  255   N 1  9 10 11
0x15  255   N 2  9 10 11
0x14  255   N 2  9 10 11
0x17  255   N 2  9 10 11
0x16  255   N 2  9 10 11
$PIR: IRQs used by BIOS: 11
$PIR: Interrupt Weights:
[0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15 ]
[0   0   0   0   0   0   0   0   0   0   0   2   0   0   0   0 ]
pci0: PCI bus on pcib0
pci0: physical bus=0
map[10]: type 3, range 32, base 5000

backporting tail from HEAD to RELENG_5

2005-01-13 Thread Ronald Klop
Hello,
The command 'tail' has a very nice feature in HEAD.
It can do 'tail -f' on multiple files. Is it possible that this gets  
backported to RELENG_5?

I saw in cvsweb, that the committer was paul, but I don't know his e-mail  
address to ask him.
Or should I file a PR?

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


Re: poor sound quality in 5.3 stable

2005-01-18 Thread Ronald Klop
On Wed, 19 Jan 2005 00:03:20 +0100, Olivier Certner  
[EMAIL PROTECTED] wrote:

 Hi,
 Do you mean that the sound seems unclear all the time?
 I've also had some problems with sound on my FreeBSD 5.3-STABLE, but a
different kind of. Sometimes I hear crakings while playing mp3 files with
XMMS, although my computer's load is very low. I use snd_emu10k1 sound
module as you do with a Creative Sound Blaster Live! 5.1.
 There is another driver that may be worth trying here:
http://chibis.persons.gfk.ru/audigy/. I'll give it a pick when I get more
time.
I have problems also with sb live. There was discussion before that  
increasing some buffer in the driver made the problem less. And enabling  
PREEMPTION would help also.
But since the last discussion I got my onboard audio (ESS) working, which  
is ok for me.
I also wondered that the snd_emu10k1 is marked as MPSAFE, while other  
sound drivers aren't, but the others perform better. But I don't know if  
it has anything to do with it.
Search the archives for more discussion about this.

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


Re: Possible Problem w/4.10-stable And SMBFS?

2005-01-18 Thread Ronald Klop
On Tue, 18 Jan 2005 17:16:57 -0600, Tim Daneliuk [EMAIL PROTECTED]  
wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am seeing a number of intermittent problems with SMBFS-mounted  
partitions
and am wondering if these are know FBSD problems or problems with the
Win32 servers:

1) After running for a very long time (weeks), SMBFS-connected  
directories
~   become very slow/sluggish for read/write.  A reboot of the FBSD  
machine
~   fixes this.  Error log shows:

~Jan 18 16:36:28 yzx /kernel: smb_iod_recvall: drop resp with mid  
15734
~Jan 18 16:36:28 yzx /kernel: smb_iod_recvall: drop resp with mid  
15736

~This machine is running 4.11-PRERELEASE as of 12/14/2004
2) Again, after running for a long time (several weeks), attempts to
~   to long running I/O against an SBMFS-mounted partition, I get
~   a bus error and the following entries in /var/log/messages:
~Jan 18 16:45:49 xyz /kernel: smb_iod_recvall: drop resp with mid  
34907
~Jan 18 16:46:06 xyz /kernel: smb_iod_recvall: drop resp with mid  
39329
~Jan 18 16:46:06 xyz /kernel: smb_iod_recvall: drop resp with mid  
42496

~   This seems to be a problem primarily with very large files (100s of
~   megs to several gigs) - at least I've not seen this problem w/small
~   files.
~   This machine is running 4.10-STABLE as of 11/30/2004
Ideas would be appreciated...
Do you have any statistics about memory consumption/swapping?
top/vmstat/netstat -m
What is the cpu usage?
What is the number of open files in your system?
--
 Ronald Klop, Amsterdam, The Netherlands
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


wi0 hangs on boot (regression in 6.0)

2006-02-02 Thread Ronald Klop

Hello,

When I boot my laptop with a wi0 pccard inserted, the machine locks after  
probing wi0. I can't go to the debugger also.
The fun thing is, that it probes if I also inserted my ep0 card before  
booting. But if I than remove both and only reinsert the wi0 it hangs  
again. Suspend-resume gives the same hang.


In 5.x (I think 5.3) it worked ok. So I think there is some regression in  
this driver.


I am not working on my laptop now, so I don't have a dmesg available, but  
I will make one later if needed.
This problem is there since I started using 6.x and that is from 6.0-RC  
until 6.0-STABLE (last week).


Do more people have this problem? And what info can I give to help  
debugging this problem?


Ronald.

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


Re: wi0 hangs on boot (regression in 6.0)

2006-02-02 Thread Ronald Klop
On Thu, 02 Feb 2006 22:22:12 +0100, Ronald Klop  
[EMAIL PROTECTED] wrote:



Hello,

When I boot my laptop with a wi0 pccard inserted, the machine locks  
after probing wi0. I can't go to the debugger also.
The fun thing is, that it probes if I also inserted my ep0 card before  
booting. But if I than remove both and only reinsert the wi0 it hangs  
again. Suspend-resume gives the same hang.


In 5.x (I think 5.3) it worked ok. So I think there is some regression  
in this driver.


I am not working on my laptop now, so I don't have a dmesg available,  
but I will make one later if needed.
This problem is there since I started using 6.x and that is from 6.0-RC  
until 6.0-STABLE (last week).


Do more people have this problem? And what info can I give to help  
debugging this problem?


Ronald.


Here's my dmesg and kernel config (attached). I hope somebody has an idea  
about this.


Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.0-STABLE #3: Mon Jan 30 02:17:26 CET 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/LAPTOP
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (266.68-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x652  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real memory  = 100622336 (95 MB)
avail memory = 93097984 (88 MB)
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
apm0: APM BIOS on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
pcib0: Host to PCI bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 7 Entries on motherboard
pci0: PCI bus on pcib0
pcib1: PCI-PCI bridge at device 0.1 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
cbb0: TI1250 PCI-CardBus Bridge mem 0x7fffe000-0x7fffefff irq 11 at  
device 12.0 on pci0

cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
cbb1: TI1250 PCI-CardBus Bridge mem 0x7000-0x7fff irq 11 at  
device 12.1 on pci0

cardbus1: CardBus bus on cbb1
pccard1: 16-bit PCCard bus on cbb1
isab0: PCI-ISA bridge at device 14.0 on pci0
isa0: ISA bus on isab0
atapci0: GENERIC ATA controller port  
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1000-0x100f at device 14.1 on pci0

ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
ohci0: OHCI (generic) USB controller mem 0x4408-0x44080fff irq 11 at  
device 14.2 on pci0

ohci0: [GIANT-LOCKED]
usb0: OHCI version 1.0
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: (0x0e11) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2  
on isa0

fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
ppbus0: Parallel port bus on ppc0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
unknown: PNP0303 can't assign resources (port)
unknown: PNP0f13 can't assign resources (irq)
unknown: PNP0700 can't assign resources (port)
unknown: PNP0401 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0c02 can't assign resources (memory)
ubt0: SiW SiW, rev 1.10/15.00, addr 2
ubt0: SiW SiW, rev 1.10/15.00, addr 2
ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3;  
wMaxPacketSize=49; nframes=6, buffer size=294

Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding  
disabled, default to accept, logging unlimited
ep0: 3Com Megahertz 589E at port 0x100-0x10f irq 11 function 0 config 1  
on pccard0

ep0: Ethernet address: 00:50:da:d1:01:25
wi0:   IEEE 802.11 Wireless LAN/PC Card at port 0x180-0x1bf irq 11  
function 0 config 1 on pccard1

wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A
wi0: Intersil Firmware: Primary (0.3.0), Station (0.8.3)
wi0: Ethernet address: 00:60:b3:71:86:1c
ad0: 9590MB FUJITSU MHN2100AT 7256 at ata0-master PIO4
acd0: CDROM CD-224E/9.0B at ata0-slave PIO4
Trying to mount root from ufs:/dev/ad0s1a

--
 Ronald Klop
 Amsterdam

Re: flush active nat sesstion

2006-03-02 Thread Ronald Klop

On Thu, 02 Mar 2006 17:32:54 +0100, [EMAIL PROTECTED] wrote:


Hi list


how can I remove one specific active ipnat session?


Can't you use tcpdrop?

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


roadmap 7-current

2006-03-05 Thread Ronald Klop

Hello,

For FreeBSD 5/6 there was a quite ok roadmap for building SMP-support/GEOM  
and a lot of other great things.

Is there also such a roadmap for version 7?

Ronald.

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


Re: swap zone exhausted, increase kern.maxswzone

2007-05-05 Thread Ronald Klop
On Sat, 05 May 2007 18:51:11 +0200, John-Mark Gurney  
[EMAIL PROTECTED] wrote:



Marc G. Fournier wrote this message on Sat, May 05, 2007 at 13:15 -0300:
- --On Saturday, May 05, 2007 12:06:55 -0400 Kris Kennaway  
[EMAIL PROTECTED]

wrote:

 On Sat, May 05, 2007 at 12:38:39PM -0300, Marc G. Fournier wrote:

 What exactly does that one mean?  I've searched Google, and all I'm  
finding

 is  a pointer to swap_pager.c, but nothing else ...

 What does that one mean?  What would cause that sort of error?

 You need to increase the kern.maxswzone tunable to enable more space

^^^

 for active swap.

Apparently that doesn't exist on 6-STABLE, although its generating the  
error?


# sysctl kern.maxswzone
sysctl: unknown oid 'kern.maxswzone'


A tunable doesn't need to exist in the sysctl domain...  simply add it
to /boot/loader.conf as documented in conf/NOTES or  
defaults/loader.conf...


I think the default size is this.

$ [EMAIL PROTECTED] [/usr/src/sys]
grep --mmap -r VM_SWZONE .
./amd64/include/param.h:#ifndef VM_SWZONE_SIZE_MAX
./amd64/include/param.h:#define VM_SWZONE_SIZE_MAX  (32 * 1024 * 1024)
./boot/common/loader.8:.Dv VM_SWZONE_SIZE_MAX .
./conf/options:VM_SWZONE_SIZE_MAX   opt_param.h
./i386/include/param.h:#ifndef VM_SWZONE_SIZE_MAX
./i386/include/param.h:#define VM_SWZONE_SIZE_MAX   (32 * 1024 * 1024)
./kern/subr_param.c:#ifdef VM_SWZONE_SIZE_MAX
./kern/subr_param.c:maxswzone = VM_SWZONE_SIZE_MAX;

Ronald.

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


Re: VPN using bundled ppp?

2007-06-07 Thread Ronald Klop

On Thu, 07 Jun 2007 13:41:47 +0200, Clayton Milos [EMAIL PROTECTED] wrote:


Hi, all!

Is it possible to use VPN connections using bundled ppp without
installing any additional software in FreeBSD 6.2 STABLE?

Dmitry d-Metrius Baranov
===
e-mail: private: [EMAIL PROTECTED]
www: http://www.d-metrius.ru
icq: 87-97-07



Not as far as i know. Install /usr/ports/net/pptpclient/
That's what I use for pptp vpn's. It's easy to set up and works like a  
charm.


In 6-STABLE there is the lagg(4) driver.

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


Re: Unix domain socket leak in 6-STABLE

2007-06-13 Thread Ronald Klop
On Wed, 13 Jun 2007 16:22:45 +0200, Ulrich Spoerlein  
[EMAIL PROTECTED] wrote:



Hi,

as you are aware, there is a unix domain socket leak in 6-STABLE,
which AFAIK is not yet fully fixed.

I wanted to ask about the status or some possible fixes, as I know a
way to reproduce the problem in a matter of minutes.

We are running Cyrus and Postfix with the user DB in OpenLDAP. When
using ldapi://%2fvar%2frun%2fopenldap%2fldapi/ as a connection URL for
both Postfix' user lookup and cyrus' user lookup (via nss_ldap). slapd
quickly runs out of filedescriptors as it is not closing any unix
sockets (judging by ever increasing lsof output).


Shouldn't slapd close its unix socket? Or am I misreading this.


Using TCP sockets is just fine. If there are patches I could try,
don't hesitate to send them to me.

Cheers,
Uli


Ronald.


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


Re: Unable to use my USB MP4 player: FreeBSD hangs

2007-07-04 Thread Ronald Klop
On Tue, 03 Jul 2007 22:55:47 +0200, Dominique Goncalves  
[EMAIL PROTECTED] wrote:



Hi,

On 6/24/07, Julian H. Stacey [EMAIL PROTECTED] wrote:

Dominique Goncalves wrote:
 Hi,

 I'm trying to connect my USB MP4 player to transfer some video and
 music files, but when I plug the player FreeBSD hangs at this point:

You don't say, if, so I'll reccomend:
Do turn on power before connectting to FreeBSD
Do not rely on player detecting power  turning on.
Why:
I used to have hell of a problem before with my Clipman mp3 player
Problem was devd or usbd created  destroying things while listening
to wire one end,  the Clipman mp3 listening to wire  also doing
things, eg powering off or destroying /dev entries etc.
http://berklix.com/~jhs/~jhs/txt/clipman/

--
Julian Stacey. Munich Computer Consultant, BSD Unix C Linux.  
http://berklix.com
 HTML mail unseen. Ihr Rauch=mein allergischer Kopfschmerz. Dump cigs 4  
snuff.




I tried to connect my player powered before FreeBSD boots, it does not
help unfortunately.


I had problems with a usb harddisk, which only worked if plugged in after  
FreeBSD booted. The computer hang if I plugged it in before or while  
FreeBSD was booting. After I disabled USB in the BIOS, FreeBSD still found  
the usb devices, but the computer doesn't hang anymore. So I think I had a  
conflict between my BIOS and FreeBSD both doing things with usb (or the  
irq of usb, I don't know). BTW: this only happens with my us harddisk. My  
usb bluetooth device doesn't have this.


You could try this also, but no garanties.

Ronald.

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


Re: long pause in startup

2007-07-18 Thread Ronald Klop
I don't know anything about your problem, but does it give good info if  
you boot with verbose on?


Ronald.

On Wed, 18 Jul 2007 03:08:29 +0200, Charles Sprickman [EMAIL PROTECTED]  
wrote:



Hi all,

Any ideas on this one?  This machine (one of those ancient VALinux 2U  
boxes, Intel L440GX+ board, dual PIII) hangs for a very long time  
between the second processor launching and geom_mirror kicking in.  It  
does always boot, but the hang is more than a minute - just enough to  
make one nervous when rebooting remotely...


Is this just the mirror taking a really long time to initialize, or  
something more sinister?


Here's part of the dmesg with an indication of where it hangs:

Waiting 5 seconds for SCSI devices to settle
da0 at ahc0 bus 0 target 0 lun 0
da0: SEAGATE ST173404LWV 4301 Fixed Direct Access SCSI-3 device
da0: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing  
Enabled

da0: 70007MB (143374738 512 byte sectors: 255H 63S/T 8924C)
da1 at ahc0 bus 0 target 1 lun 0
da1: SEAGATE ST173404LWV 4301 Fixed Direct Access SCSI-3 device
da1: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing  
Enabled

da1: 70007MB (143374738 512 byte sectors: 255H 63S/T 8924C)
SMP: AP CPU #1 Launched!

-- 1 minute+ --

GEOM_MIRROR: Device gm0 created (id=3517779574).
GEOM_MIRROR: Device gm0: provider da0 detected.
GEOM_MIRROR: Device gm0: provider da1 detected.
GEOM_MIRROR: Device gm0: provider da1 activated.
GEOM_MIRROR: Device gm0: provider da0 activated.
GEOM_MIRROR: Device gm0: provider mirror/gm0 launched.
Trying to mount root from ufs:/dev/mirror/gm0s1a

Any info is appreciated, this is just something I wanted to check out  
before bringing this into production (secondary ns, mx w/pfspamd).


Thanks!

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




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


awk gives trouble

2007-10-23 Thread Ronald Klop

Hello,

Running make for makeworld or in ports gives problems since my upgrade  
yesterday.

Running 6.2-STABLE of yesterday on i386.

--

stage 1.1: legacy release compatibility shims

--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh  
/usr/src/tools/install.sh   
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin   
WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS=-m /usr/src/tools/build/mk  -j 3  
-m /usr/src/share/mk /usr/obj/usr/src/make.i386/make -f Makefile.inc1   
DESTDIR=  BOOTSTRAPPING=  -DNO_HTML -DNO_INFO -DNO_LINT -DNO_MAN -DNO_NLS  
-DNO_PIC  -DNO_PROFILE -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS legacy

awk: illegal statement
 input record number 1, file /usr/include/osreldate.h
 source line number 1
Makefile.inc1, line 101: warning: awk  
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'   
/usr/include/osreldate.h returned non-zero status


Any thoughts how I can solve this?

Ronald.

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


Re: awk gives trouble (solved)

2007-10-23 Thread Ronald Klop
On Tue, 23 Oct 2007 13:18:11 +0200, Ronald Klop  
[EMAIL PROTECTED] wrote:



Hello,

Running make for makeworld or in ports gives problems since my upgrade  
yesterday.

Running 6.2-STABLE of yesterday on i386.

--

stage 1.1: legacy release compatibility shims

--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL=sh  
/usr/src/tools/install.sh   
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin   
WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS=-m /usr/src/tools/build/mk  -j  
3 -m /usr/src/share/mk /usr/obj/usr/src/make.i386/make -f  
Makefile.inc1  DESTDIR=  BOOTSTRAPPING=  -DNO_HTML -DNO_INFO -DNO_LINT  
-DNO_MAN -DNO_NLS -DNO_PIC  -DNO_PROFILE -DNO_SHARED -DNO_CPU_CFLAGS  
-DNO_WARNS legacy

awk: illegal statement
  input record number 1, file /usr/include/osreldate.h
  source line number 1
Makefile.inc1, line 101: warning: awk  
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'   
/usr/include/osreldate.h returned non-zero status


Any thoughts how I can solve this?

Ronald.



I think I solved it myself. Cvsup didn't remove the old *.diff files from  
/usr/src/usr.bin/awk, so the build was producing a very corrupt file.  
Removing the awk source and re-cvsup-ing gave me a better working version.


Ronald.

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


Re: 7.0-BETA1

2007-10-23 Thread Ronald Klop

On Tue, 23 Oct 2007 19:57:52 +0200, rihad [EMAIL PROTECTED] wrote:

How risky is it to start using 7.0-BETA1 in production, with the  
intention of upgrading to release as soon as possible? Thanks.


BTW, where can I find 7-STABLE release notes? It's not here:
http://www.freebsd.org/relnotes.html


Here are snapshots of the release notes.
http://people.freebsd.org/~bmah/relnotes/

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


cvsup6.nl.freebsd.org doesn't work

2007-10-28 Thread Ronald Klop

Hello,

I don't know who to contact about this, so I send it to the list.
The server cvsup6.nl.freebsd.org doesn't give new data for a couple of  
weeks now.


Many thanks in advance for solving this or forwarding this to the rights  
person.


Ronald.

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


Re: Bringing up new Intel non-legacy system

2007-11-08 Thread Ronald Klop

On Thu, 08 Nov 2007 01:17:16 +0100, Jack Vogel [EMAIL PROTECTED] wrote:


Although I'm a network guy, for various reasons I am helping to get
FreeBSD running on a new Intel system: S7000FC4UR. This is a
rack-mount server that has no PS/2 or PCI legacy, its all PCI-E
expansion, and only USB peripheral. I have had a lot of issues:

First, the DVD is SATA, however I can work around that by setting
IDE mode in the BIOS.

With FreeBSD 7 BETA the install kernel always seems to hang
in USB initialization, if I disable ACPI it gets further, but ultimately
still no joy.

Oddly enough, STABLE OCT snapshot will actually install  but
again only with ACPI disabled.

Anyone have an idea why 6.X would actually faire better than 7,
this surprised me?!

And, is the ACPI subsystem likely to be the source of the problem?

I would really prefer 7 running on this, and of course with ACPI
working.

Oh, the system also has LSI MegaRaid SAS 1078, which I was
able to install using STABLE.

Cheers,

Jack


My computer at home (6.2-STABLE/i386) hangs on usb if my external harddisk  
is attached. But since I disabled USB in the BIOS it works fine. FreeBSD  
does still detect USB, so I think it was some conflict between BIOS  
initializing the hardware and FreeBSD doing that. Maybe you have the same  
problem.


Ronald.


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


  1   2   3   4   >