Re: Request for review/testing: switching the default installer

2011-03-03 Thread TAKAHASHI Yoshihiro
In article <4d6e6c43.4010...@freebsd.org> Nathan Whitehorn writes: >> Do you have a plan to add a floppy support as boot device? Pc98 >> machines which can boot from CD-ROM are very limited. So we usually >> use FD for boot media to install. > > No, I hadn't thought about this. If there aren't

login.conf: maxproc does not work when command running from cron?

2011-03-03 Thread Alex Keda
I create login class: lissyara# grep id100 --after-context=7 /etc/login.conf id100:\ :coredumpsize=1:\ :cputime=60s:\ :maxproc=12:\ :openfiles=32:\ :priority=20:\ :tc=default: lissyara# then, run command: lissyara# cap_mkdb -v /etc/login.conf cap_

Re: Request for review/testing: switching the default installer

2011-03-03 Thread Paul Schenkeveld
On Wed, Mar 02, 2011 at 09:36:58AM -0600, Nathan Whitehorn wrote: > On 02/28/11 09:20, John Baldwin wrote: > > On Monday, February 28, 2011 9:49:07 am Nathan Whitehorn wrote: > >> There are some changes to the distribution format involved in this > >> patch, which are outlined below, and about whic

Re: login.conf: maxproc does not work when command running from cron?

2011-03-03 Thread Alex Keda
03.03.2011 11:52, Alex Keda пишет: I create login class: lissyara# grep id100 --after-context=7 /etc/login.conf id100:\ :coredumpsize=1:\ :cputime=60s:\ :maxproc=12:\ :openfiles=32:\ :priority=20:\ :tc=default: lissyara# another parameters (I test

Re: Request for review/testing: switching the default installer

2011-03-03 Thread Baptiste Daroussin
2011/3/3 Paul Schenkeveld : > On Wed, Mar 02, 2011 at 09:36:58AM -0600, Nathan Whitehorn wrote: >> On 02/28/11 09:20, John Baldwin wrote: >> > On Monday, February 28, 2011 9:49:07 am Nathan Whitehorn wrote: >> >> There are some changes to the distribution format involved in this >> >> patch, which

Re: urtw0: could not allocate USB transfers

2011-03-03 Thread Etienne Robillard
On 03/03/11 02:45 AM, Hans Petter Selasky wrote: > I forwarded this thread on -current. Please also find below a stack trace produced with option KDB_UNATTENDED for the rt28700 driver (if_rt28700). On another side note, I have not being able to load the runfw firm

Re: Can't update CLang-based system

2011-03-03 Thread Marcelo/Porks
On Mon, Feb 28, 2011 at 09:06, Dimitry Andric wrote: > On 2011-02-28 04:30, Tim Kientzle wrote: >> >> I have a FreeBSD-CURRENT AMD64 system here that was last updated at >> r215029. >> >> I'm trying to update it to r219079, but the build fails in lib/libz when >> it tries to compile gvmat64.S.  It

Re: urtw0: could not allocate USB transfers

2011-03-03 Thread Hans Petter Selasky
On Thursday 03 March 2011 12:26:20 Etienne Robillard wrote: > On 03/03/11 02:45 AM, Hans Petter Selasky wrote: > I forwarded this thread on -current. > > Please also find below a stack trace produced with option > KDB_UNATTENDED for the rt28700 driver (if_rt28700). > > >>

Re: urtw0: could not allocate USB transfers

2011-03-03 Thread Bernhard Schmidt
On Thursday, March 03, 2011 12:26:20 Etienne Robillard wrote: > On 03/03/11 02:45 AM, Hans Petter Selasky wrote: > > > I forwarded this thread on -current. > > Please also find below a stack trace produced with option KDB_UNATTENDED > for the rt28700 driver (if_rt28700). >

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Fabian Keil
Alexander Leidinger wrote: > On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil > wrote: > > > Pawel Jakub Dawidek wrote: > > > > > I just committed ZFSv28 to HEAD. > > > > I updated the system without removing the tuning for ZFSv15 > > first, and somehow this completely messed up the performanc

Re: login.conf: maxproc does not work when command running from cron?

2011-03-03 Thread Alex Keda
03.03.2011 15:11, Sergey Kandaurov пишет: 2011/3/3 Alex Keda: 03.03.2011 11:52, Alex Keda пишет: I create login class: lissyara# grep id100 --after-context=7 /etc/login.conf id100:\ :coredumpsize=1:\ :cputime=60s:\ :maxproc=12:\ :openfiles=32:\ :priority=

Re: login.conf: maxproc does not work when command running from cron?

2011-03-03 Thread Sergey Kandaurov
2011/3/3 Alex Keda : > 03.03.2011 11:52, Alex Keda пишет: >> >> I create login class: >> lissyara# grep id100 --after-context=7 /etc/login.conf >> id100:\ >>        :coredumpsize=1:\ >>        :cputime=60s:\ >>        :maxproc=12:\ >>        :openfiles=32:\ >>        :priority=20:\ >>        :tc=de

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Alexander Leidinger
Quoting Fabian Keil (from Thu, 3 Mar 2011 13:01:30 +0100): Alexander Leidinger wrote: On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil wrote: > Pawel Jakub Dawidek wrote: > > > I just committed ZFSv28 to HEAD. > > I updated the system without removing the tuning for ZFSv15 > first, and so

Re: urtw0: could not allocate USB transfers

2011-03-03 Thread Etienne Robillard
On 03/03/11 06:42 AM, Hans Petter Selasky wrote: > On Thursday 03 March 2011 12:26:20 Etienne Robillard wrote: > >> On 03/03/11 02:45 AM, Hans Petter Selasky wrote: >> >> I forwarded this thread on -current. >> >> Please also find below a stack trace produced with option >>

Re: urtw0: could not allocate USB transfers

2011-03-03 Thread Hans Petter Selasky
On Thursday 03 March 2011 14:07:52 Etienne Robillard wrote: > ieee80211_newstate_cb Hi, I think the problem is in the ieee80211 layer not draining its taskqueues properly and/or other activities. It crashes in USB because it is accessing freed memory or NULL pointers most likely. --HPS ___

Re: urtw0: could not allocate USB transfers

2011-03-03 Thread Etienne Robillard
On 03/03/11 08:25 AM, Hans Petter Selasky wrote: > On Thursday 03 March 2011 14:07:52 Etienne Robillard wrote: > >> ieee80211_newstate_cb >> > Hi, > > I think the problem is in the ieee80211 layer not draining its taskqueues > properly and/or other activities. It crashes in USB because it

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Bob Friesenhahn
On Thu, 3 Mar 2011, Fabian Keil wrote: When you add the tuning back, does it take minutes again to boot? If not, I assume it was cleaning up some leftovers the old version was not able to cleanup. I haven't tried that yet, but as I didn't upgrade the system's storage pool I don't think ZFS is

/netflow.c:301: error: 'struct netflow' has no member named 'zone6'

2011-03-03 Thread O. Hartmann
I get the shown error message while compiling a customized kernel since the last two days (/usr/src/ up to date). Is this an well known issue or is there something wrong with my config? Oliver /usr/src/sys/modules/netgraph/netflow/../../../netgraph/netflow/netflow.c: In function 'expire_flow

Re: /netflow.c:301: error: 'struct netflow' has no member named 'zone6'

2011-03-03 Thread O. Hartmann
On 03/03/11 17:25, O. Hartmann wrote: I get the shown error message while compiling a customized kernel since the last two days (/usr/src/ up to date). Is this an well known issue or is there something wrong with my config? Oliver /usr/src/sys/modules/netgraph/netflow/../../../netgraph/netflo

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Fabian Keil
Alexander Leidinger wrote: > Quoting Fabian Keil (from Thu, 3 Mar > 2011 13:01:30 +0100): > > > Alexander Leidinger wrote: > > > >> On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil > >> wrote: > >> > >> > Pawel Jakub Dawidek wrote: > >> > > >> > > I just committed ZFSv28 to HEAD. > >> > > >>

Re: Request for review/testing: switching the default installer

2011-03-03 Thread Doug Barton
On 03/03/2011 02:22, Baptiste Daroussin wrote: While working on this maybe it would be interesting to now use makefs instead of mkisofs, making installer generation 100% self hosting. makefs has recently been updating to a recent version from netbsd and now support iso9660, I already managed to

please (re) test if_ath in -HEAD

2011-03-03 Thread Adrian Chadd
Hi all, For those of you who are testing out my if_ath changes, I'd really appreciate it if you'd update to -HEAD and re-test. I've done a variety of changes to the radio setup and found/fixed a few bugs in the TX path. It's quite possible these have introduced regressions. I'd like to make sure