Re: [CFC/CFT] large changes in the loader(8) code

2012-07-01 Thread Andrey V. Elsukov
On 29.06.2012 15:01, Jan Beich wrote: >>> So, i have created the branch and committed the changes: >>> http://svnweb.freebsd.org/base/user/ae/bootcode/ >>> The patch is here: >>> http://people.freebsd.org/~ae/boot.diff >> >> FWIW, I verified it compiles OK with clang, and especially boot2's

[head tinderbox] failure on i386/i386

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-07-01 20:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-

[head tinderbox] failure on amd64/amd64

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 20:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-07-01 20:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-

Re: [RFC] Flags to dmesg(1) to toggle kern.msgbuf_clear ?

2012-07-01 Thread Adrian Chadd
On 1 July 2012 11:05, Jason Hellenthal wrote: > > Would anyone be interested in adding a flag argument to dmesg to toggle > kern.msgbuf_clear ? or systematicly to do the same thing ? > Sure, adding -c to dmesg would be nice. Any objections? Adrian __

Re: ia64 r235474 panic on dump 0aLuf - / | restore -rf - : exclusive sleep mutex vnode interlock (vnode interlock) r = 0 (0xe00000001238f6e8) locked @ /usr/src/sys/kern/vfs_hash.c:79

2012-07-01 Thread Marcel Moolenaar
On Jun 29, 2012, at 3:40 AM, Anton Shterenlikht wrote: > # newfs /dev/da2p2 > /dev/da2p2: 16384.0MB (33554432 sectors) block size 32768, fragment size 4096 >using 27 cylinder groups of 626.09MB, 20035 blks, 80256 inodes. > super-block backups (for fsck -b #) at: > 192, 1282432, 2564672, 3

[RFC] Flags to dmesg(1) to toggle kern.msgbuf_clear ?

2012-07-01 Thread Jason Hellenthal
Would anyone be interested in adding a flag argument to dmesg to toggle kern.msgbuf_clear ? or systematicly to do the same thing ? I often find myself wanting to clear the msgbuf but have to remember what the sysctl MIB is for doing so and thought it would be a value add situation to just add '-c

Re: init: fatal signal: Segmentation fault

2012-07-01 Thread Marcel Moolenaar
On Jun 21, 2012, at 8:40 AM, Anton Shterenlikht wrote: *snip* > Trying to mount root from ufs:/dev/da2p2 [rw]... > WARNING: / was not properly dismounted > Jun 21 17:35:34 init: fatal signal: Segmentation fault > Setting hostuuid: 0aa09909-35f1-11df-b7f8-00110a31e60a. > Setting hostid: 0x

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-01 Thread Erich Dollansky
Hi, On Sunday, July 01, 2012 01:58:49 PM Matthias Apitz wrote: > El día Sunday, July 01, 2012 a las 06:29:28AM +0700, Erich Dollansky escribió: > > > > and no older versions. I will install the USB booted system to harddisk > > > and hope when booted from disk and not from USB the keyboard is wor

Re: MPSAFE VFS -- List of upcoming actions

2012-07-01 Thread Attilio Rao
2012/7/1 C. P. Ghost : > On Fri, Jun 29, 2012 at 10:32 PM, Attilio Rao wrote: >> As already published several times, according to the following plan: >> http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS >> >> in 2 months the code dealing with non-MPSAFE filesystem will be >> removed and filesystems no

Re: MPSAFE VFS -- List of upcoming actions

2012-07-01 Thread C. P. Ghost
On Fri, Jun 29, 2012 at 10:32 PM, Attilio Rao wrote: > As already published several times, according to the following plan: > http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS > > in 2 months the code dealing with non-MPSAFE filesystem will be > removed and filesystems not yet MPSAFE will be disconnec

swp_pager_meta_build DoS printf

2012-07-01 Thread Bjoern A. Zeeb
Hey, hitting this printf in swp_pager_meta_build() if (uma_zone_exhausted(swap_zone)) { printf("swap zone exhausted, increase kern.maxswzone\n"); vm_pageout_oom(VM_OOM_SWAPZ);

Re: Occassional "permission denied" in the middle of a large transfer over NFS

2012-07-01 Thread Rick Macklem
Vincent Hoffman wrote: > On 01/07/2012 01:53, Rick Macklem wrote: > > Vincent Hoffman wrote: > >> Just a note to say I have tested this on -CURRENT with the new nfs > >> server and it is still the case. > >> > >> On the client (FreeBSD seaurchin 8.3-RELEASE-p3 FreeBSD > >> 8.3-RELEASE-p3 > >> #0: T

[RFT/RFC]: Please test NSCD patch (was: Re: [PATCH] Fix for negative cacheing problem in NSCD)

2012-07-01 Thread Stefan Esser
[Since I did not receive any feedback on my previous message to the -hackers list, I try again and CC: to -current in the hope to attract more interest ...] The NSCD patch attached to the previous mail, which can be found at: http://www.mail-archive.com/freebsd-hackers@freebsd.org/msg1645

Re: Occassional "permission denied" in the middle of a large transfer over NFS

2012-07-01 Thread Vincent Hoffman
On 01/07/2012 01:53, Rick Macklem wrote: > Vincent Hoffman wrote: >> Just a note to say I have tested this on -CURRENT with the new nfs >> server and it is still the case. >> >> On the client (FreeBSD seaurchin 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 >> #0: Tue Jun 12 00:39:29 UTC 2012 >> r...@amd64-

Re: SVN2CVS exporter down

2012-07-01 Thread Simon L. B. Nielsen
On 1 Jul 2012, at 10:20, Bjoern A. Zeeb wrote: > Just FYI, > > the svn2cvs exporter is currently down due to > http://svn.freebsd.org/changeset/base/237860 . > I'll fix it as soon as I get back from lunch, so should be back in a few > hours. Fixed. Please try not to replace files or even wors

SVN2CVS exporter down

2012-07-01 Thread Bjoern A. Zeeb
Just FYI, the svn2cvs exporter is currently down due to http://svn.freebsd.org/changeset/base/237860 . I'll fix it as soon as I get back from lunch, so should be back in a few hours. /bz -- Bjoern A. Zeeb You have to have visions! It does not matter how good

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-01 Thread Hans Petter Selasky
On Sunday 01 July 2012 01:29:28 Erich Dollansky wrote: > Hi, > > On Saturday, June 30, 2012 10:11:31 PM Matthias Apitz wrote: > > El día Saturday, June 30, 2012 a las 01:49:58PM +0700, Erich Dollansky escribió: > > > Can you try FreeBSD 7.4 or 8.3? > > > > > > It is sad to say but some times sup

[head tinderbox] failure on mips/mips

2012-07-01 Thread FreeBSD Tinderbox
TB --- 2012-07-01 06:32:40 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-07-01 06:32:40 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-

Re: no keyboard after booting r235646 in laptop FS Amilo D 7830

2012-07-01 Thread Matthias Apitz
El día Sunday, July 01, 2012 a las 06:29:28AM +0700, Erich Dollansky escribió: Hi, > > and no older versions. I will install the USB booted system to harddisk > > and hope when booted from disk and not from USB the keyboard is working. > > I installed the system r235646 to disk and it shows th