Re: consolekit on 7.0-STABLE i386

2008-08-14 Thread sam

Kostik Belousov wrote:

On Thu, Aug 07, 2008 at 12:00:37PM +0400, sam wrote:
  

Kostik Belousov wrote:


On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
 
  

Nate Eldredge wrote:
   


On Wed, 30 Jul 2008, sam wrote:

 
  
0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
1682 11 1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
1749  6 7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b
   

I don't understand what the problem is.  It looks like consolekit is 
sleeping and not using any CPU.  waitvt just indicates where in the 
kernel it's sleeping.  I don't understand what you mean by high 
volumes in procs-b.


 
  

How-To-Repeat:
--
# (|cd /usr/ports/sysutils/consolekit/  make install clean)

# /usr/local/etc/rc.d/dbus forcestart

# vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
1 98
0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
3 97
0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
2 98
1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
3 97

^C
# /usr/local/sbin/console-kit-daemon  vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
1 98
0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
2  4 94
0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
0  4 96
0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
0  3 97
0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
0  3 97
0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
0  3 97

^C
#
|--

please, any solution ...
   


Solution for what ? There is nothing wrong with the system.

For the purely estetisk purpose, you may look up the line
tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
  

from it.

 
  

ok

Why proc-b on the HEAD, have low values (with working consolekit)?



On what revision of HEAD ? I committed the change that causes the thread
to sleep on the PZERO+1 priority instead of PZERO as r181286.
  

thx
it works


# output 'top' (part)
 958 root  1   40  3096K   872K -  0   0:00  0.00% nfsd
 960 root  1   40  3096K   872K -  1   0:00  0.00% nfsd
 959 root  1   40  3096K   872K -  1   0:00  0.00% nfsd
96619 root 17   10  7984K  3324K waitvt 1   0:00  0.00% 
console-kit-daemon


# /usr/local/sbin/console-kit-daemon  vmstat 1

procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad4   in   sy   cs us 
sy id
2 1 1129M  1552M   293   0   0   0   269   0   0   40  267  826  0  
0 99
0 1 0132M  1551M58   0   0   0 2   0   0   29  541  591  0  
1 99
0 1 0132M  1551M 0   0   0   0 0   0   0   29  155  492  0  
0 100


# uname -a
FreeBSD  7.0-STABLE FreeBSD 7.0-STABLE #5: Tue Aug 12 13:54:27 MSD 2008  
 root@:/usr/obj/usr/src/sys/GENERIC  i386



/Vladimir Ermakov

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


Re: consolekit on 7.0-STABLE i386

2008-08-07 Thread sam

Kostik Belousov wrote:

On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
  

Nate Eldredge wrote:


On Wed, 30 Jul 2008, sam wrote:

  
0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
1682 11 1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
1749  6 7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b

I don't understand what the problem is.  It looks like consolekit is 
sleeping and not using any CPU.  waitvt just indicates where in the 
kernel it's sleeping.  I don't understand what you mean by high 
volumes in procs-b.


  

How-To-Repeat:
--
# (|cd /usr/ports/sysutils/consolekit/  make install clean)

# /usr/local/etc/rc.d/dbus forcestart

# vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
1 98
0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
3 97
0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
2 98
1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
3 97

^C
# /usr/local/sbin/console-kit-daemon  vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
1 98
0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
2  4 94
0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
0  4 96
0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
0  3 97
0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
0  3 97
0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
0  3 97

^C
#
|--

please, any solution ...



Solution for what ? There is nothing wrong with the system.

For the purely estetisk purpose, you may look up the line
tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
from it.
  

ok

Why proc-b on the HEAD, have low values (with working consolekit)?

/Vladimir Ermakov


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


Re: consolekit on 7.0-STABLE i386

2008-08-07 Thread Kostik Belousov
On Thu, Aug 07, 2008 at 12:00:37PM +0400, sam wrote:
 Kostik Belousov wrote:
 On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
   
 Nate Eldredge wrote:
 
 On Wed, 30 Jul 2008, sam wrote:
 
   
 0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
 1682 11 1 88
 0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
 1749  6 7 87
 |
 
 consolekit in |waitvt state, influencing on high volumes in procs-b
 
 I don't understand what the problem is.  It looks like consolekit is 
 sleeping and not using any CPU.  waitvt just indicates where in the 
 kernel it's sleeping.  I don't understand what you mean by high 
 volumes in procs-b.
 
   
 How-To-Repeat:
 --
 # (|cd /usr/ports/sysutils/consolekit/  make install clean)
 
 # /usr/local/etc/rc.d/dbus forcestart
 
 # vmstat -w 1
 procs  memory  page   disk   faults cpu
 r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
 sy id
 2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
 1 98
 0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
 3 97
 0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
 2 98
 1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
 3 97
 ^C
 # /usr/local/sbin/console-kit-daemon  vmstat -w 1
 procs  memory  page   disk   faults cpu
 r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
 sy id
 2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
 1 98
 0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
 2  4 94
 0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
 0  4 96
 0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
 0  3 97
 0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
 0  3 97
 0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
 0  3 97
 ^C
 #
 |--
 
 please, any solution ...
 
 
 Solution for what ? There is nothing wrong with the system.
 
 For the purely estetisk purpose, you may look up the line
  tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
 or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
 from it.
   
 ok
 
 Why proc-b on the HEAD, have low values (with working consolekit)?

On what revision of HEAD ? I committed the change that causes the thread
to sleep on the PZERO+1 priority instead of PZERO as r181286.


pgp9mt9NKQk2X.pgp
Description: PGP signature


Re: consolekit on 7.0-STABLE i386

2008-08-07 Thread sam

Kostik Belousov wrote:

On Thu, Aug 07, 2008 at 12:00:37PM +0400, sam wrote:
  

Kostik Belousov wrote:


On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
 
  

Nate Eldredge wrote:
   

0  3 97
0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
0  3 97
0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
0  3 97

^C
#
|--

please, any solution ...
   


Solution for what ? There is nothing wrong with the system.

For the purely estetisk purpose, you may look up the line
tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
  

from it.

 
  

ok

Why proc-b on the HEAD, have low values (with working consolekit)?



On what revision of HEAD ? I committed the change that causes the thread
to sleep on the PZERO+1 priority instead of PZERO as r181286.
  


-
# uname -a
FreeBSD  8.0-CURRENT FreeBSD 8.0-CURRENT #3: Fri Jul  4 20:01:51 MSD
2008 root@:/usr/obj/usr/src/sys/DAMASK  i386
-

/Vladimir Ermakov

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


Re: consolekit on 7.0-STABLE i386

2008-08-01 Thread sam

Nate Eldredge wrote:

On Wed, 30 Jul 2008, sam wrote:



0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
1682 11 1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
1749  6 7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b


I don't understand what the problem is.  It looks like consolekit is 
sleeping and not using any CPU.  waitvt just indicates where in the 
kernel it's sleeping.  I don't understand what you mean by high 
volumes in procs-b.



How-To-Repeat:
--
# (|cd /usr/ports/sysutils/consolekit/  make install clean)

# /usr/local/etc/rc.d/dbus forcestart

# vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
1 98
0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
3 97
0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
2 98
1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
3 97

^C
# /usr/local/sbin/console-kit-daemon  vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
1 98
0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
2  4 94
0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
0  4 96
0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
0  3 97
0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
0  3 97
0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
0  3 97

^C
#
|--

please, any solution ...
|
|/Vladimir Ermakov

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


Re: consolekit on 7.0-STABLE i386

2008-08-01 Thread Kostik Belousov
On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
 Nate Eldredge wrote:
 On Wed, 30 Jul 2008, sam wrote:
 
 
 0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
 1682 11 1 88
 0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
 1749  6 7 87
 |
 
 consolekit in |waitvt state, influencing on high volumes in procs-b
 
 I don't understand what the problem is.  It looks like consolekit is 
 sleeping and not using any CPU.  waitvt just indicates where in the 
 kernel it's sleeping.  I don't understand what you mean by high 
 volumes in procs-b.
 
 How-To-Repeat:
 --
 # (|cd /usr/ports/sysutils/consolekit/  make install clean)
 
 # /usr/local/etc/rc.d/dbus forcestart
 
 # vmstat -w 1
 procs  memory  page   disk   faults cpu
 r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
 sy id
 2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
 1 98
 0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
 3 97
 0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
 2 98
 1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
 3 97
 ^C
 # /usr/local/sbin/console-kit-daemon  vmstat -w 1
 procs  memory  page   disk   faults cpu
 r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
 sy id
 2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
 1 98
 0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
 2  4 94
 0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
 0  4 96
 0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
 0  3 97
 0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
 0  3 97
 0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
 0  3 97
 ^C
 #
 |--
 
 please, any solution ...

Solution for what ? There is nothing wrong with the system.

For the purely estetisk purpose, you may look up the line
tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
from it.


pgpVm7xp949p3.pgp
Description: PGP signature


Re: consolekit on 7.0-STABLE i386

2008-08-01 Thread sam

Kostik Belousov wrote:

On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
  

Nate Eldredge wrote:


On Wed, 30 Jul 2008, sam wrote:

  
0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
1682 11 1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
1749  6 7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b

I don't understand what the problem is.  It looks like consolekit is 
sleeping and not using any CPU.  waitvt just indicates where in the 
kernel it's sleeping.  I don't understand what you mean by high 
volumes in procs-b.


  

How-To-Repeat:
--
# (|cd /usr/ports/sysutils/consolekit/  make install clean)

# /usr/local/etc/rc.d/dbus forcestart

# vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
1 98
0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
3 97
0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
2 98
1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
3 97

^C
# /usr/local/sbin/console-kit-daemon  vmstat -w 1
procs  memory  page   disk   faults cpu
r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
sy id
2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
1 98
0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
2  4 94
0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
0  4 96
0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
0  3 97
0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
0  3 97
0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
0  3 97

^C
#
|--

please, any solution ...



Solution for what ? There is nothing wrong with the system.

For the purely estetisk purpose, you may look up the line
tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
from it.
  

high volumes in proc-b - normal ?

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


Re: consolekit on 7.0-STABLE i386

2008-08-01 Thread Kostik Belousov
On Fri, Aug 01, 2008 at 06:38:13PM +0400, sam wrote:
 Kostik Belousov wrote:
 On Fri, Aug 01, 2008 at 06:16:49PM +0400, sam wrote:
   
 Nate Eldredge wrote:
 
 On Wed, 30 Jul 2008, sam wrote:
 
   
 0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
 1682 11 1 88
 0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
 1749  6 7 87
 |
 
 consolekit in |waitvt state, influencing on high volumes in procs-b
 
 I don't understand what the problem is.  It looks like consolekit is 
 sleeping and not using any CPU.  waitvt just indicates where in the 
 kernel it's sleeping.  I don't understand what you mean by high 
 volumes in procs-b.
 
   
 How-To-Repeat:
 --
 # (|cd /usr/ports/sysutils/consolekit/  make install clean)
 
 # /usr/local/etc/rc.d/dbus forcestart
 
 # vmstat -w 1
 procs  memory  page   disk   faults cpu
 r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
 sy id
 2 1 0  62252K   644M88   0   0   080   0   02   83  279  1  
 1 98
 0 1 0  62252K   644M 0   0   0   0 0   0   04  134  292  0  
 3 97
 0 1 0  62252K   644M 0   0   0   0 0   0   04  123  299  0  
 2 98
 1 1 0  62252K   644M 0   0   0   0 0   0   03  120  305  0  
 3 97
 ^C
 # /usr/local/sbin/console-kit-daemon  vmstat -w 1
 procs  memory  page   disk   faults cpu
 r b w avmfre   flt  re  pi  pofr  sr ad0   in   sy   cs us 
 sy id
 2 1 0  67572K   643M88   0   0   080   0   02   83  279  1  
 1 98
 0 16 0  68660K   643M   103   0   0   0 2   0  10   13  643  381  
 2  4 94
 0 16 0  68660K   643M 0   0   0   0 0   0   03  120  281  
 0  4 96
 0 16 0  68660K   643M 0   0   0   0 0   0   02  120  278  
 0  3 97
 0 16 0  68660K   643M 0   0   0   012   0  28   34  120  385  
 0  3 97
 0 16 0  68660K   643M 0   0   0   0 0   0   04  120  292  
 0  3 97
 ^C
 #
 |--
 
 please, any solution ...
 
 
 Solution for what ? There is nothing wrong with the system.
 
 For the purely estetisk purpose, you may look up the line
  tsleep(VTY_WCHAN(sc, i), PZERO | PCATCH, waitvt, 0);
 or similar in sys/dev/syscons/syscons.c, and remove the PZERO | substring
 from it.
   
 high volumes in proc-b - normal ?

This is a counter of the processes sleeping with a priority less or equal
to the PZERO. Each waitvt sleep is performed with the priority PZERO, and
each process sleeping on waitvt counts in the proc-b.


pgpLIUJedCbyk.pgp
Description: PGP signature


Re: consolekit on 7.0-STABLE i386

2008-07-31 Thread sam

Nate Eldredge wrote:

On Wed, 30 Jul 2008, sam wrote:


hello

my trouble


FreeBSD static 7.0-STABLE FreeBSD 7.0-STABLE #23: Mon Jul 28 18:10:51 
MSD 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/STATIC  i386



top_output-
|874 root17   00  8296K  2660K waitvt 1   0:00  0.00% 
console-kit-daemon|



---vmstat_output---
| procs  memory  pagedisks 
faultscpu
r b w avmfre   flt  re  pi  pofr  sr ad4 ad6   in   sy   
cs us sy id
0 19 0   1113M29M   493   1   0   0   265 129   0   0  133 45119 
4588  8 5 87
0 20 0   1113M29M   249   0   2   0  3311   0   0  22  157 7872 
2262  5 7 88
0 19 0   1113M29M   346   0   0   0   148   0   0   0  110 78963 
1793  4 9 87
0 19 0   1113M29M   115   0   0   0 0   0   0   0  105 5743 
1731 13 1 85
0 19 0   1113M29M   318   0   0   0   138   0   0   0  108 78837 
1732  3 10 87
0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 
1682 11 1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
1749  6 7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b


I don't understand what the problem is.  It looks like consolekit is 
sleeping and not using any CPU.  waitvt just indicates where in the 
kernel it's sleeping.  I don't understand what you mean by high 
volumes in procs-b.



yes, but  procs-b have low volumes after killed consolekit process

i`m watched  it on many systems (7.0-STABLE i386)

/Vladimir Ermakov


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


Fwd: consolekit on 7.0-STABLE i386

2008-07-31 Thread Vladimir . Pal
-- Forwarded message --
From: Vladimir. Pal [EMAIL PROTECTED]
Date: 2008/7/31
Subject: Re: consolekit on 7.0-STABLE i386
To: sam [EMAIL PROTECTED]




2008/7/31 sam [EMAIL PROTECTED]

Nate Eldredge wrote:

 On Wed, 30 Jul 2008, sam wrote:

  hello

 my trouble


 FreeBSD static 7.0-STABLE FreeBSD 7.0-STABLE #23: Mon Jul 28 18:10:51 MSD
 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/STATIC  i386


 top_output-
 |874 root17   00  8296K  2660K waitvt 1   0:00  0.00%
 console-kit-daemon|
 

 ---vmstat_output---
 | procs  memory  pagedisks faults
  cpu
 r b w avmfre   flt  re  pi  pofr  sr ad4 ad6   in   sy   cs
 us sy id
 0 19 0   1113M29M   493   1   0   0   265 129   0   0  133 45119 4588
  8 5 87
 0 20 0   1113M29M   249   0   2   0  3311   0   0  22  157 7872 2262
  5 7 88
 0 19 0   1113M29M   346   0   0   0   148   0   0   0  110 78963 1793
  4 9 87
 0 19 0   1113M29M   115   0   0   0 0   0   0   0  105 5743 1731
 13 1 85
 0 19 0   1113M29M   318   0   0   0   138   0   0   0  108 78837 1732
  3 10 87
 0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 1682
 11 1 88
 0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 1749
  6 7 87
 |

 consolekit in |waitvt state, influencing on high volumes in procs-b


 I don't understand what the problem is.  It looks like consolekit is
 sleeping and not using any CPU.  waitvt just indicates where in the kernel
 it's sleeping.  I don't understand what you mean by high volumes in
 procs-b.


 I have too that problem.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


consolekit on 7.0-STABLE i386

2008-07-30 Thread sam

hello

my trouble


FreeBSD static 7.0-STABLE FreeBSD 7.0-STABLE #23: Mon Jul 28 18:10:51 
MSD 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/STATIC  i386



top_output-
|874 root17   00  8296K  2660K waitvt 1   0:00  0.00% 
console-kit-daemon|



---vmstat_output---
| procs  memory  pagedisks faults
cpu
r b w avmfre   flt  re  pi  pofr  sr ad4 ad6   in   sy   cs 
us sy id
0 19 0   1113M29M   493   1   0   0   265 129   0   0  133 45119 
4588  8  5 87
0 20 0   1113M29M   249   0   2   0  3311   0   0  22  157 7872 
2262  5  7 88
0 19 0   1113M29M   346   0   0   0   148   0   0   0  110 78963 
1793  4  9 87
0 19 0   1113M29M   115   0   0   0 0   0   0   0  105 5743 1731 
13  1 85
0 19 0   1113M29M   318   0   0   0   138   0   0   0  108 78837 
1732  3 10 87
0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 1682 
11  1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 
1749  6  7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b

|please any solution?

/Vladimir Ermakov

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


Re: consolekit on 7.0-STABLE i386

2008-07-30 Thread Nate Eldredge

On Wed, 30 Jul 2008, sam wrote:


hello

my trouble


FreeBSD static 7.0-STABLE FreeBSD 7.0-STABLE #23: Mon Jul 28 18:10:51 MSD 
2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/STATIC  i386



top_output-
|874 root17   00  8296K  2660K waitvt 1   0:00  0.00% 
console-kit-daemon|



---vmstat_output---
| procs  memory  pagedisks faultscpu
r b w avmfre   flt  re  pi  pofr  sr ad4 ad6   in   sy   cs us sy 
id
0 19 0   1113M29M   493   1   0   0   265 129   0   0  133 45119 4588  8 
5 87
0 20 0   1113M29M   249   0   2   0  3311   0   0  22  157 7872 2262  5 
7 88
0 19 0   1113M29M   346   0   0   0   148   0   0   0  110 78963 1793  4 
9 87
0 19 0   1113M29M   115   0   0   0 0   0   0   0  105 5743 1731 13 
1 85
0 19 0   1113M29M   318   0   0   0   138   0   0   0  108 78837 1732  3 
10 87
0 19 0   1113M29M   112   0   0   032   0   0   1  100 5549 1682 11 
1 88
0 19 0   1113M29M   297   0   0   0   136   0   0   2  122 78880 1749  6 
7 87

|

consolekit in |waitvt state, influencing on high volumes in procs-b


I don't understand what the problem is.  It looks like consolekit is 
sleeping and not using any CPU.  waitvt just indicates where in the 
kernel it's sleeping.  I don't understand what you mean by high volumes 
in procs-b.


--

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