Re: chromium port causing massive I/O faults

2011-07-27 Thread Sean C. Farley
On Wed, 27 Jul 2011, Gleb Kurtsou wrote: On (27/07/2011 00:48), Alexander Best wrote: On Mon Jul 25 11, Matthias Andree wrote: Am 25.07.2011 09:21, schrieb Alexander Best: On Mon Jul 25 11, Adrian Chadd wrote: Is it perhaps doing disk IO using mmap? how can i check, whether that's the case

Re: r224468 amd64 kernel panic on boot: No init found

2011-07-27 Thread Andrey Smagin
Sorry for panic. I have another HDD with partition s1a, after update, HDD renumerated. vfs.root.mountfrom in loader.conf solved my problem 28 июля 2011, 01:02 от Andrey Smagin : > Please help! Can't load system after update on r224468 > mount partition is UFS, no startup settings changed, > no C

r224468 amd64 kernel panic on boot: No init found

2011-07-27 Thread Andrey Smagin
Please help! Can't load system after update on r224468 mount partition is UFS, no startup settings changed, no CONF file changed. make buildworld buildkernel installworld installkernel now I loaded old r221725. ___ freebsd-current@freebsd.org mailing lis

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Renato Botelho
On Wed, Jul 27, 2011 at 7:19 AM, Alexey Shuvaev wrote: > Hello list! > > I have decided that clang in mature enough to give it a try on a main > desktop. Everything is working fine except OpenOffice. The problem was > already reported [1] and even analyzed [2]. Although the OP has reported [3] > t

Re: rctl limit cpu

2011-07-27 Thread Edward Tomasz Napierała
Wiadomość napisana przez Alexander Pyhalov w dniu 26 lip 2011, o godz. 15:32: > Hello. > I see in rctl man page, that I can limit cpu time in milliseconds, e.g., for > jail. But I can't deny allocation of the resource (according to man page). > In Solaris I can assign different amount of cpu share

Re: truss crashing process

2011-07-27 Thread Kostik Belousov
On Wed, Jul 27, 2011 at 11:35:49AM -0500, Dan Nelson wrote: > In the last episode (Jul 27), Alexander Best said: > > hi there, > > > > i was trying to attach truss to chromium via > > > > 'truss -p 18445' and got: > > > > [...] > > kevent(26,{},0,{0x1b,EVFILT_READ,0x0,0,0x1,0x44cb600 0x0,0x0,0x0

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Chris Rees
On 27 July 2011 19:18, Chris Rees wrote: > On 27 July 2011 19:12, Dimitry Andric wrote: >> On 2011-07-27 12:19, Alexey Shuvaev wrote: >> ... >>> >>> So, if I compile the whole world (and kernel) with clang, soffice.bin >>> dumps core. If I recompile the world with gcc and replace >>> /lib/libgcc_

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Chris Rees
On 27 July 2011 19:12, Dimitry Andric wrote: > On 2011-07-27 12:19, Alexey Shuvaev wrote: > ... >> >> So, if I compile the whole world (and kernel) with clang, soffice.bin >> dumps core. If I recompile the world with gcc and replace >> /lib/libgcc_s.so.1 >> with the new one, OpenOffice works fine

Re: [clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Dimitry Andric
On 2011-07-27 12:19, Alexey Shuvaev wrote: ... So, if I compile the whole world (and kernel) with clang, soffice.bin dumps core. If I recompile the world with gcc and replace /lib/libgcc_s.so.1 with the new one, OpenOffice works fine again. Hmm, OpenOffice is a rather unwieldy testcase, not in

Re: truss crashing process

2011-07-27 Thread Dan Nelson
In the last episode (Jul 27), Alexander Best said: > hi there, > > i was trying to attach truss to chromium via > > 'truss -p 18445' and got: > > [...] > kevent(26,{},0,{0x1b,EVFILT_READ,0x0,0,0x1,0x44cb600 0x0,0x0,0x0,0,0x0,0x0 > 0x0,0x0,0x0,0,0x0,0x0 0x0,0x0,0x0,0,0x0,0x0 0x0,0x0,0x0,0,0x0,0x

Re: issues with vmstat and latest HEAD

2011-07-27 Thread Alexander Best
On Wed Jul 27 11, Brandon Gooch wrote: > On Jul 27, 2011 7:58 AM, "Alexander Best" wrote: > > > > On Tue Jul 26 11, Alexander Best wrote: > > > hi there, > > > > > > 'vmstat -m' and 'vmstat -z' report: > > > > > > otaku% vmstat -m > > > vmstat: memstat_sysctl_malloc: Too many CPUs > > > otaku% vms

Re: issues with vmstat and latest HEAD

2011-07-27 Thread Sergey Kandaurov
On 27 July 2011 19:08, Brandon Gooch wrote: > On Jul 27, 2011 7:58 AM, "Alexander Best" wrote: >> >> On Tue Jul 26 11, Alexander Best wrote: >> > hi there, >> > >> > 'vmstat -m' and 'vmstat -z' report: >> > >> > otaku% vmstat -m >> > vmstat: memstat_sysctl_malloc: Too many CPUs >> > otaku% vmstat

Re: issues with vmstat and latest HEAD

2011-07-27 Thread Brandon Gooch
On Jul 27, 2011 7:58 AM, "Alexander Best" wrote: > > On Tue Jul 26 11, Alexander Best wrote: > > hi there, > > > > 'vmstat -m' and 'vmstat -z' report: > > > > otaku% vmstat -m > > vmstat: memstat_sysctl_malloc: Too many CPUs > > otaku% vmstat -z > > vmstat: memstat_sysctl_uma: Too many CPUs > > >

Re: issues with vmstat and latest HEAD

2011-07-27 Thread Alexander Best
On Tue Jul 26 11, Alexander Best wrote: > hi there, > > 'vmstat -m' and 'vmstat -z' report: > > otaku% vmstat -m > vmstat: memstat_sysctl_malloc: Too many CPUs > otaku% vmstat -z > vmstat: memstat_sysctl_uma: Too many CPUs > > world and kernel are in sync. i'm running r224294 on amd64. please d

Re: chromium port causing massive I/O faults

2011-07-27 Thread Alexander Best
On Wed Jul 27 11, Gleb Kurtsou wrote: > On (27/07/2011 09:18), Alexander Best wrote: > > On Wed Jul 27 11, Gleb Kurtsou wrote: > > > On (27/07/2011 00:48), Alexander Best wrote: > > > > On Mon Jul 25 11, Matthias Andree wrote: > > > > > Am 25.07.2011 09:21, schrieb Alexander Best: > > > > > > On Mo

Re: chromium port causing massive I/O faults

2011-07-27 Thread Gleb Kurtsou
On (27/07/2011 09:18), Alexander Best wrote: > On Wed Jul 27 11, Gleb Kurtsou wrote: > > On (27/07/2011 00:48), Alexander Best wrote: > > > On Mon Jul 25 11, Matthias Andree wrote: > > > > Am 25.07.2011 09:21, schrieb Alexander Best: > > > > > On Mon Jul 25 11, Adrian Chadd wrote: > > > > >> Is it

[clang] OpenOffice does not work with clang-compiled libgcc_s.so.1

2011-07-27 Thread Alexey Shuvaev
Hello list! I have decided that clang in mature enough to give it a try on a main desktop. Everything is working fine except OpenOffice. The problem was already reported [1] and even analyzed [2]. Although the OP has reported [3] that since r218915 he has no problems anymore, I still have :( Note,

Re: chromium port causing massive I/O faults

2011-07-27 Thread Alexander Best
On Wed Jul 27 11, René Ladan wrote: > 2011/7/27 Alexander Best : > > On Wed Jul 27 11, René Ladan wrote: > >> 2011/7/27 Gleb Kurtsou : > >> > On (27/07/2011 00:48), Alexander Best wrote: > >> >> On Mon Jul 25 11, Matthias Andree wrote: > >> >> > Am 25.07.2011 09:21, schrieb Alexander Best: > >> >>

Re: chromium port causing massive I/O faults

2011-07-27 Thread René Ladan
2011/7/27 Alexander Best : > On Wed Jul 27 11, René Ladan wrote: >> 2011/7/27 Gleb Kurtsou : >> > On (27/07/2011 00:48), Alexander Best wrote: >> >> On Mon Jul 25 11, Matthias Andree wrote: >> >> > Am 25.07.2011 09:21, schrieb Alexander Best: >> >> > > On Mon Jul 25 11, Adrian Chadd wrote: >> >> >

Re: chromium port causing massive I/O faults

2011-07-27 Thread Alexander Best
On Wed Jul 27 11, René Ladan wrote: > 2011/7/27 Gleb Kurtsou : > > On (27/07/2011 00:48), Alexander Best wrote: > >> On Mon Jul 25 11, Matthias Andree wrote: > >> > Am 25.07.2011 09:21, schrieb Alexander Best: > >> > > On Mon Jul 25 11, Adrian Chadd wrote: > >> > >> Is it perhaps doing disk IO usin

Re: chromium port causing massive I/O faults

2011-07-27 Thread René Ladan
2011/7/27 Gleb Kurtsou : > On (27/07/2011 00:48), Alexander Best wrote: >> On Mon Jul 25 11, Matthias Andree wrote: >> > Am 25.07.2011 09:21, schrieb Alexander Best: >> > > On Mon Jul 25 11, Adrian Chadd wrote: >> > >> Is it perhaps doing disk IO using mmap? >> > > >> > > how can i check, whether t

Re: chromium port causing massive I/O faults

2011-07-27 Thread Alexander Best
On Wed Jul 27 11, Gleb Kurtsou wrote: > On (27/07/2011 00:48), Alexander Best wrote: > > On Mon Jul 25 11, Matthias Andree wrote: > > > Am 25.07.2011 09:21, schrieb Alexander Best: > > > > On Mon Jul 25 11, Adrian Chadd wrote: > > > >> Is it perhaps doing disk IO using mmap? > > > > > > > > how ca

Re: chromium port causing massive I/O faults

2011-07-27 Thread Gleb Kurtsou
On (27/07/2011 00:48), Alexander Best wrote: > On Mon Jul 25 11, Matthias Andree wrote: > > Am 25.07.2011 09:21, schrieb Alexander Best: > > > On Mon Jul 25 11, Adrian Chadd wrote: > > >> Is it perhaps doing disk IO using mmap? > > > > > > how can i check, whether that's the case or not? > > > >