<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.colinux.devel">
    <title>gmane.linux.colinux.devel</title>
    <link>http://blog.gmane.org/gmane.linux.colinux.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4747"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4746"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4745"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4744"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4743"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4742"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4740"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4739"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4733"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4731"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4730"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4729"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.colinux.devel/4728"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4747">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4747</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by dragor42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Date: 2012-04-09 13:24

Message:
I ran your revized scripts and I got the same crash.  Running /sbin/halt is
a nice way to get around the killing of the program.

In all the crashes I've had, it's not from shutting down coLinux.  It only
crashes when starting it.

Also, crashes as soon as colinux-daemon.exe is started.  It doesn't even
have to boot linux.  For instance, in the test.sh script, if I change it to
this:
===test.sh===
#!/bin/bash

export COLINUX_CONSOLE_EXIT_ON_DETACH=1

count=0
while true; do
    ((count++))
    echo "Executing $count"
    echo "$count" &amp;gt; count.txt
    ./sync.exe
#    ./colinux-daemon.exe &amp;lt; at &amp;gt;squeeze.conf
    ./colinux-daemon.exe kernel=vmlinux
done
===end===

This still crashes windows.  Here, it's not even properly booting the
squeeze image, it's just starting the kernel.  I was able to reproduce this
crash after 2, 18 and 44 runs through the script.

One thing I noticed, you mentioned you tested this on Windows XP SP2.  I'm
running SP3 on this machine.  That could make a difference.  I think all of
the machines I've tried to test on have SP3 machines.  I'll try and get an
SP2 machine to test on as well.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-04-08 04:44

Message:
Testet 650 loops with Windows XP P2, 2048MB PAE (foreced with "/PAE" in
boot.ini),
and 200 loops with 5128 PAE, also Windwos XP SP2. All without crash.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-04-08 02:58

Message:
Please try to run without "kill". Add "init=/sbin/halt" to colinux config,
and remove the "kill" from test.sh.

Additional add "export COLINUX_CONSOLE_EXIT_ON_DETACH=1" to the test.sh and
remove the "-d". This lets see the boot process and close the console after
every shut down.

I also stored the count into file and have installed sync.exe to save it
safely.
(http://technet.microsoft.com/en-en/sysinternals/bb897438)

It's running without problems since 100 loops now.

=== test.sh ===
#!/bin/bash

export COLINUX_CONSOLE_EXIT_ON_DETACH=1

count=0
while true; do
    ((count++))
    echo "$count" &amp;gt; /count.txt
    ./sync.exe
    sleep 2
    echo "Executing $count"
    ./colinux-daemon.exe &amp;lt; at &amp;gt;squeeze.conf
done
=== end ===

=== squeeze.conf ===
kernel=vmlinux
cobd0="E:\images\rootfs_2gb.img"
cobd1="E:\images\swap_128mb.img"
root=/dev/cobd0
ro
initrd=initrd.gz
mem=128
eth0=slirp
init=/sbin/halt
=== end ===


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-04-08 01:39

Message:
The analyze give not enough output for precise point into code.

Have seen, that you stops colinux-damon with "kill -9" (SIGKILL).
Does it also crash with normal termination "kill -15" (SIGTERM)?

----------------------------------------------------------------------

Comment By: Lorne Sturtevant (dragor42)
Date: 2012-03-28 20:27

Message:
I've added the fiiles you requested.

I had previously downloaded all of the symbols from the large symbol pack. 
When I did that, the stack trace was showing that the crash was at
nt!MiFreeInPageSupportBlock+0x2a.  This time, setup the symbol path to
download the symbols as needed.  Now it's showing the crash at
nt!KeBugCheck2+0x16.  I think that is more accurate.  I probably had the
wrong symbols before.

I've tried to use just the debian package and the 0.7.9 release with
nothing modified.  That should make my setup hopefully exactly the same as
yours.

As you can see in the config, 128MB of ram is allocated to coLinux and
windows itself has 3.5GB of ram.

I've run coLinux from cywin and from cmd.exe.  I get crashes in both.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:45

Message:
Post your file "squeeze.conf" here.
How many MEM do you have installed in your machine and how many have
configured for coLinux?
Do you also use CygWin shell to start colinux-daemon under normal usage?


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-09T20:24:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4746">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4746</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by henryn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Date: 2012-04-08 04:44

Message:
Testet 650 loops with Windows XP P2, 2048MB PAE (foreced with "/PAE" in
boot.ini),
and 200 loops with 5128 PAE, also Windwos XP SP2. All without crash.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-04-08 02:58

Message:
Please try to run without "kill". Add "init=/sbin/halt" to colinux config,
and remove the "kill" from test.sh.

Additional add "export COLINUX_CONSOLE_EXIT_ON_DETACH=1" to the test.sh and
remove the "-d". This lets see the boot process and close the console after
every shut down.

I also stored the count into file and have installed sync.exe to save it
safely.
(http://technet.microsoft.com/en-en/sysinternals/bb897438)

It's running without problems since 100 loops now.

=== test.sh ===
#!/bin/bash

export COLINUX_CONSOLE_EXIT_ON_DETACH=1

count=0
while true; do
    ((count++))
    echo "$count" &amp;gt; /count.txt
    ./sync.exe
    sleep 2
    echo "Executing $count"
    ./colinux-daemon.exe &amp;lt; at &amp;gt;squeeze.conf
done
=== end ===

=== squeeze.conf ===
kernel=vmlinux
cobd0="E:\images\rootfs_2gb.img"
cobd1="E:\images\swap_128mb.img"
root=/dev/cobd0
ro
initrd=initrd.gz
mem=128
eth0=slirp
init=/sbin/halt
=== end ===


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-04-08 01:39

Message:
The analyze give not enough output for precise point into code.

Have seen, that you stops colinux-damon with "kill -9" (SIGKILL).
Does it also crash with normal termination "kill -15" (SIGTERM)?

----------------------------------------------------------------------

Comment By: Lorne Sturtevant (dragor42)
Date: 2012-03-28 20:27

Message:
I've added the fiiles you requested.

I had previously downloaded all of the symbols from the large symbol pack. 
When I did that, the stack trace was showing that the crash was at
nt!MiFreeInPageSupportBlock+0x2a.  This time, setup the symbol path to
download the symbols as needed.  Now it's showing the crash at
nt!KeBugCheck2+0x16.  I think that is more accurate.  I probably had the
wrong symbols before.

I've tried to use just the debian package and the 0.7.9 release with
nothing modified.  That should make my setup hopefully exactly the same as
yours.

As you can see in the config, 128MB of ram is allocated to coLinux and
windows itself has 3.5GB of ram.

I've run coLinux from cywin and from cmd.exe.  I get crashes in both.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:45

Message:
Post your file "squeeze.conf" here.
How many MEM do you have installed in your machine and how many have
configured for coLinux?
Do you also use CygWin shell to start colinux-daemon under normal usage?


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-08T11:44:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4745">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4745</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by henryn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Date: 2012-04-08 02:58

Message:
Please try to run without "kill". Add "init=/sbin/halt" to colinux config,
and remove the "kill" from test.sh.

Additional add "export COLINUX_CONSOLE_EXIT_ON_DETACH=1" to the test.sh and
remove the "-d". This lets see the boot process and close the console after
every shut down.

I also stored the count into file and have installed sync.exe to save it
safely.
(http://technet.microsoft.com/en-en/sysinternals/bb897438)

It's running without problems since 100 loops now.

=== test.sh ===
#!/bin/bash

export COLINUX_CONSOLE_EXIT_ON_DETACH=1

count=0
while true; do
    ((count++))
    echo "$count" &amp;gt; /count.txt
    ./sync.exe
    sleep 2
    echo "Executing $count"
    ./colinux-daemon.exe &amp;lt; at &amp;gt;squeeze.conf
done
=== end ===

=== squeeze.conf ===
kernel=vmlinux
cobd0="E:\images\rootfs_2gb.img"
cobd1="E:\images\swap_128mb.img"
root=/dev/cobd0
ro
initrd=initrd.gz
mem=128
eth0=slirp
init=/sbin/halt
=== end ===


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-04-08 01:39

Message:
The analyze give not enough output for precise point into code.

Have seen, that you stops colinux-damon with "kill -9" (SIGKILL).
Does it also crash with normal termination "kill -15" (SIGTERM)?

----------------------------------------------------------------------

Comment By: Lorne Sturtevant (dragor42)
Date: 2012-03-28 20:27

Message:
I've added the fiiles you requested.

I had previously downloaded all of the symbols from the large symbol pack. 
When I did that, the stack trace was showing that the crash was at
nt!MiFreeInPageSupportBlock+0x2a.  This time, setup the symbol path to
download the symbols as needed.  Now it's showing the crash at
nt!KeBugCheck2+0x16.  I think that is more accurate.  I probably had the
wrong symbols before.

I've tried to use just the debian package and the 0.7.9 release with
nothing modified.  That should make my setup hopefully exactly the same as
yours.

As you can see in the config, 128MB of ram is allocated to coLinux and
windows itself has 3.5GB of ram.

I've run coLinux from cywin and from cmd.exe.  I get crashes in both.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:45

Message:
Post your file "squeeze.conf" here.
How many MEM do you have installed in your machine and how many have
configured for coLinux?
Do you also use CygWin shell to start colinux-daemon under normal usage?


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-08T09:58:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4744">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4744</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by henryn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Date: 2012-04-08 01:39

Message:
The analyze give not enough output for precise point into code.

Have seen, that you stops colinux-damon with "kill -9" (SIGKILL).
Does it also crash with normal termination "kill -15" (SIGTERM)?

----------------------------------------------------------------------

Comment By: Lorne Sturtevant (dragor42)
Date: 2012-03-28 20:27

Message:
I've added the fiiles you requested.

I had previously downloaded all of the symbols from the large symbol pack. 
When I did that, the stack trace was showing that the crash was at
nt!MiFreeInPageSupportBlock+0x2a.  This time, setup the symbol path to
download the symbols as needed.  Now it's showing the crash at
nt!KeBugCheck2+0x16.  I think that is more accurate.  I probably had the
wrong symbols before.

I've tried to use just the debian package and the 0.7.9 release with
nothing modified.  That should make my setup hopefully exactly the same as
yours.

As you can see in the config, 128MB of ram is allocated to coLinux and
windows itself has 3.5GB of ram.

I've run coLinux from cywin and from cmd.exe.  I get crashes in both.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:45

Message:
Post your file "squeeze.conf" here.
How many MEM do you have installed in your machine and how many have
configured for coLinux?
Do you also use CygWin shell to start colinux-daemon under normal usage?


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-04-08T08:39:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4743">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4743</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by dragor42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Comment By: Lorne Sturtevant (dragor42)
Date: 2012-03-28 20:27

Message:
I've added the fiiles you requested.

I had previously downloaded all of the symbols from the large symbol pack. 
When I did that, the stack trace was showing that the crash was at
nt!MiFreeInPageSupportBlock+0x2a.  This time, setup the symbol path to
download the symbols as needed.  Now it's showing the crash at
nt!KeBugCheck2+0x16.  I think that is more accurate.  I probably had the
wrong symbols before.

I've tried to use just the debian package and the 0.7.9 release with
nothing modified.  That should make my setup hopefully exactly the same as
yours.

As you can see in the config, 128MB of ram is allocated to coLinux and
windows itself has 3.5GB of ram.

I've run coLinux from cywin and from cmd.exe.  I get crashes in both.

----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:45

Message:
Post your file "squeeze.conf" here.
How many MEM do you have installed in your machine and how many have
configured for coLinux?
Do you also use CygWin shell to start colinux-daemon under normal usage?


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-29T03:27:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4742">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4742</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by henryn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Date: 2012-03-28 16:45

Message:
Post your file "squeeze.conf" here.
How many MEM do you have installed in your machine and how many have
configured for coLinux?
Do you also use CygWin shell to start colinux-daemon under normal usage?


----------------------------------------------------------------------

Comment By: Henry N. (henryn)
Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-28T23:45:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4741">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4741</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Comment added) made by henryn
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

Date: 2012-03-28 16:38

Message:
Hello Lorne,
the dump file not helps. I have not sane of your binary files here.
Please use WinDbg, load the dump and post the text output from "!analyze
-v" here.

Debuggers help page was moved, but the old link is still available:
http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.7.05.1.exe

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-28T23:38:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4740">
    <title>[ colinux-Bugs-3512516 ] Crash on coLinux start</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4740</link>
    <description>&lt;pre&gt;Bugs item #3512516, was opened at 2012-03-28 12:36
Message generated for change (Tracker Item Submitted) made by dragor42
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Crash / BSOD
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lorne Sturtevant (dragor42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crash on coLinux start

Initial Comment:
coLinix is crashing when it's starting.  My machine is Windows xp SP3.  The crash only occurs when using a PAE kernel.  If PAE is disabled, then it will not crash.  I am using the 0.7.9 release and the Debian-6.0.1-squeeze.7z image.

This crash is not consistent.  I've created a little script that starts coLinux, waits, then kills it.  It does this in a loop until it crashes.  It will eventually crash, but it can be from as little as 10 tries upwards of 174 tries in the loop.  I've attached the script, it's test.sh.  I run this under cygwin.  I've also tried this on two separate boxes, both are winxp sp3 without PAE.  One box seems to crash quicker than the other, but they both eventually do it.

I've attached one of the minidump files.  From examining the dump files in windbg, they all appear the same.  The crash is in a thread that's not running linux.sys.  It always crashes at the nt!MiFreeInPageSupportBlock+0x2a.

Let me know if there's any more testing/information I can gather to track this down.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3512516&amp;amp;group_id=98788

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-28T19:36:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4739">
    <title>autobuild org.colinux.devel 20120326 00:57:25 r1596</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4739</link>
    <description>&lt;pre&gt;The autobuild system has detected a new revision in the source repository.
Review last changed from changelog.txt, also attached in mail.

Download the compiled version:
http://www.henrynestler.com/colinux/autobuild/devel-20120326/

 colinux-0.7.10-20120326.src.tgz  (1085199 Bytes)
 daemons-0.7.10-20120326.dbg.zip  (687002 Bytes)
 daemons-0.7.10-20120326.zip  (567184 Bytes)

Note, the autobuild compilation does not include an installer.
Remember to reload the driver with these commands:

colinux-daemon.exe --remove-driver
colinux-daemon.exe --install-driver

The vmlinux and modules are up to date. Please use last version from
http://www.henrynestler.com/colinux/autobuild/devel-20110807/

The autobuild compilations are not official releases of Cooperative Linux
software.  There is no warranty that any autobuild version is stable.  If
use this autobuild version, please give us feedback of your experience.

Job runs on machine with 64 bit version of gcc 4.3.2.
A service from http://gcc.gnu.org/wiki/CompileFarm

&lt;/pre&gt;</description>
    <dc:creator>coLinux autobuild</dc:creator>
    <dc:date>2012-03-26T04:06:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4738">
    <title>[ colinux-Bugs-3509641 ] rmdir on cofs returnssuccess but the dir is not deleted</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4738</link>
    <description>&lt;pre&gt;Bugs item #3509641, was opened at 2012-03-21 02:28
Message generated for change (Settings changed) made by grnch
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3509641&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Linux Kernel
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Grnch (grnch)
Assigned to: Nobody/Anonymous (nobody)

Initial Comment:
I shared a local NTFS disk through cofs (host is XP) and then I mounted it from inside the Linux image with the following mount options:

noattrib,nocache,uid=foo,gid=foo,fmask=0644

Then I navigate to the mounted cofs dir create a non-empty dir, e.g.

mkdir foo
echo bar &amp;gt; foo/bar

If I try to delete this dir with rmdir, instead of getting an error that the dir is non-empty, I get success but the dir still remains.

rmdir foo

Of course, "rm -r foo" will get rid of the dir, but the problem is that the rmdir() system call doesn't return an error for non-empty dirs, which confuses some software when using cofs shares from coLinux (notably CVS).

coLinux version is: 2.6.33.5-co-0.7.9-r1547


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3509641&amp;amp;group_id=98788

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-21T09:28:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4737">
    <title>[ colinux-Bugs-3509641 ] rmdir on cofs returnssuccess but the dir remains</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4737</link>
    <description>&lt;pre&gt;Bugs item #3509641, was opened at 2012-03-21 02:28
Message generated for change (Tracker Item Submitted) made by grnch
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3509641&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Linux Kernel
Group: v0.7.x (release)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Grnch (grnch)
Assigned to: Nobody/Anonymous (nobody)
Summary: rmdir on cofs returns success but the dir remains

Initial Comment:
I shared a local NTFS disk through cofs (host is XP) and then I mounted it from inside the Linux image with the following mount options:

noattrib,nocache,uid=foo,gid=foo,fmask=0644

Then I navigate to the mounted cofs dir create a non-empty dir, e.g.

mkdir foo
echo bar &amp;gt; foo/bar

If I try to delete this dir with rmdir, instead of getting an error that the dir is non-empty, I get success but the dir still remains.

rmdir foo

Of course, "rm -r foo" will get rid of the dir, but the problem is that the rmdir() system call doesn't return an error for non-empty dirs, which confuses some software when using cofs shares from coLinux (notably CVS).

coLinux version is: 2.6.33.5-co-0.7.9-r1547


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622063&amp;amp;aid=3509641&amp;amp;group_id=98788

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-03-21T09:28:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4736">
    <title>autobuild org.colinux.devel 20120312 04:50:16 r1592</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4736</link>
    <description>&lt;pre&gt;The autobuild system has detected a new revision in the source repository.
Review last changed from changelog.txt, also attached in mail.

Download the compiled version:
http://www.henrynestler.com/colinux/autobuild/devel-20120312/

 colinux-0.7.10-20120312.src.tgz  (1085071 Bytes)
 daemons-0.7.10-20120312.dbg.zip  (686979 Bytes)
 daemons-0.7.10-20120312.zip  (567158 Bytes)

Note, the autobuild compilation does not include an installer.
Remember to reload the driver with these commands:

colinux-daemon.exe --remove-driver
colinux-daemon.exe --install-driver

The vmlinux and modules are up to date. Please use last version from
http://www.henrynestler.com/colinux/autobuild/devel-20110807/

The autobuild compilations are not official releases of Cooperative Linux
software.  There is no warranty that any autobuild version is stable.  If
use this autobuild version, please give us feedback of your experience.

Job runs on machine with 64 bit version of gcc 4.3.2.
A service from http://gcc.gnu.org/wiki/CompileFarm

&lt;/pre&gt;</description>
    <dc:creator>coLinux autobuild</dc:creator>
    <dc:date>2012-03-12T05:07:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4735">
    <title>[ colinux-Support Requests-3486347 ] gigabit link</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4735</link>
    <description>&lt;pre&gt;Support Requests item #3486347, was opened at 2012-02-09 09:49
Message generated for change (Comment added) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3486347&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: gigabit link

Initial Comment:
How do I set up gigabit link between host and guest? Looks like I'm only connected at 100Mbps. I checked the priority, and colinux-net-daemon.exe is set to high by default. I wanted to increase the MTU but seems to be limited to 1500, maybe I can hack it in the registry? I'm not sure if this will provide any performance improvements but just trying things out.

----------------------------------------------------------------------

Date: 2012-02-09 16:12

Message:
Yes, that is exactly what I am trying to do. Seems like something akin to
cofb would work better instead of emulating a network link. Since that does
not exist at the moment, I'm looking for other solutions.

----------------------------------------------------------------------

Comment By: sy (sunyin)
Date: 2012-02-09 09:57

Message:
If what you are trying to achieve is make host colinux network
communication faster. I think getting GE is not the direction. Since to the
colinux netdev driver FE or GE the same thing. We should look into how the
data being copied between host and colinux. For example, I am sure the cofb
drive use different way to copy data to host that suppose to be faster (no
test result to prove).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3486347&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-10T00:12:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4734">
    <title>[ colinux-Support Requests-3486347 ] gigabit link</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4734</link>
    <description>&lt;pre&gt;Support Requests item #3486347, was opened at 2012-02-09 09:49
Message generated for change (Comment added) made by sunyin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3486347&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: gigabit link

Initial Comment:
How do I set up gigabit link between host and guest? Looks like I'm only connected at 100Mbps. I checked the priority, and colinux-net-daemon.exe is set to high by default. I wanted to increase the MTU but seems to be limited to 1500, maybe I can hack it in the registry? I'm not sure if this will provide any performance improvements but just trying things out.

----------------------------------------------------------------------

Comment By: sy (sunyin)
Date: 2012-02-09 09:57

Message:
If what you are trying to achieve is make host colinux network
communication faster. I think getting GE is not the direction. Since to the
colinux netdev driver FE or GE the same thing. We should look into how the
data being copied between host and colinux. For example, I am sure the cofb
drive use different way to copy data to host that suppose to be faster (no
test result to prove).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3486347&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-09T17:57:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4733">
    <title>[ colinux-Support Requests-3486347 ] gigabit link</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4733</link>
    <description>&lt;pre&gt;Support Requests item #3486347, was opened at 2012-02-09 09:49
Message generated for change (Tracker Item Submitted) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3486347&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: gigabit link

Initial Comment:
How do I set up gigabit link between host and guest? Looks like I'm only connected at 100Mbps. I checked the priority, and colinux-net-daemon.exe is set to high by default. I wanted to increase the MTU but seems to be limited to 1500, maybe I can hack it in the registry? I'm not sure if this will provide any performance improvements but just trying things out.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3486347&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-09T17:49:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4732">
    <title>[ colinux-Support Requests-3485846 ] video playbackslow</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4732</link>
    <description>&lt;pre&gt;Support Requests item #3485846, was opened at 2012-02-08 11:12
Message generated for change (Comment added) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: video playback slow

Initial Comment:
I got xorg, ssh server, firefox, flashplugin installed on the guest. Using the dummy driver and running Xming on WIndows XP SP3 host. Firefox is running but the video is very choppy, getting 10fps. I'm running host to guest through a dedicated TAP connection with another eth for internet connection. Any ideas on speeding up video playback? use different driver?

----------------------------------------------------------------------

Date: 2012-02-08 16:18

Message:
Anybody have any luck with LIBGL_ALWAYS_INDIRECT=1
http://colinux.wikia.com/wiki/Talk:XCoLinux
I just tried it, no go :(


----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 15:55

Message:
Ok, I got sound through pulse audio. Sound is good. Just tried compression
through putty. Still bad framerate. 

I'm wrong with my initial post. Youtube showes:
video is 640x351, 551kbps
10 stage fps, 2 to 4 fps, 3000 drops, 0kbps software video rendering

----------------------------------------------------------------------

Comment By: David Rorex (josath)
Date: 2012-02-08 15:34

Message:
To me it sounds like nothing is wrong. 10fps video from a plugin inside a
browser over a remote X11 link sounds great. (yes the two machines are on
the same physical PC, but it's still a remote connection all the video data
has to be funneled across, with zero hardware acceleration)performance to
me.

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 15:30

Message:
Or should I use CyWin, VNC, NX? How do I find out what is causing the
slowness?

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 13:10

Message:
when I say dummy driver, I mean xserver-xorg-video-dummy configured in
xorg.conf

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-09T00:18:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4731">
    <title>[ colinux-Support Requests-3485846 ] video playbackslow</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4731</link>
    <description>&lt;pre&gt;Support Requests item #3485846, was opened at 2012-02-08 11:12
Message generated for change (Comment added) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: video playback slow

Initial Comment:
I got xorg, ssh server, firefox, flashplugin installed on the guest. Using the dummy driver and running Xming on WIndows XP SP3 host. Firefox is running but the video is very choppy, getting 10fps. I'm running host to guest through a dedicated TAP connection with another eth for internet connection. Any ideas on speeding up video playback? use different driver?

----------------------------------------------------------------------

Date: 2012-02-08 15:55

Message:
Ok, I got sound through pulse audio. Sound is good. Just tried compression
through putty. Still bad framerate. 

I'm wrong with my initial post. Youtube showes:
video is 640x351, 551kbps
10 stage fps, 2 to 4 fps, 3000 drops, 0kbps software video rendering

----------------------------------------------------------------------

Comment By: David Rorex (josath)
Date: 2012-02-08 15:34

Message:
To me it sounds like nothing is wrong. 10fps video from a plugin inside a
browser over a remote X11 link sounds great. (yes the two machines are on
the same physical PC, but it's still a remote connection all the video data
has to be funneled across, with zero hardware acceleration)performance to
me.

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 15:30

Message:
Or should I use CyWin, VNC, NX? How do I find out what is causing the
slowness?

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 13:10

Message:
when I say dummy driver, I mean xserver-xorg-video-dummy configured in
xorg.conf

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-08T23:55:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4730">
    <title>[ colinux-Support Requests-3485846 ] video playbackslow</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4730</link>
    <description>&lt;pre&gt;Support Requests item #3485846, was opened at 2012-02-08 11:12
Message generated for change (Comment added) made by josath
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: video playback slow

Initial Comment:
I got xorg, ssh server, firefox, flashplugin installed on the guest. Using the dummy driver and running Xming on WIndows XP SP3 host. Firefox is running but the video is very choppy, getting 10fps. I'm running host to guest through a dedicated TAP connection with another eth for internet connection. Any ideas on speeding up video playback? use different driver?

----------------------------------------------------------------------

Comment By: David Rorex (josath)
Date: 2012-02-08 15:34

Message:
To me it sounds like nothing is wrong. 10fps video from a plugin inside a
browser over a remote X11 link sounds great. (yes the two machines are on
the same physical PC, but it's still a remote connection all the video data
has to be funneled across, with zero hardware acceleration)performance to
me.

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 15:30

Message:
Or should I use CyWin, VNC, NX? How do I find out what is causing the
slowness?

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 13:10

Message:
when I say dummy driver, I mean xserver-xorg-video-dummy configured in
xorg.conf

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-08T23:34:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4729">
    <title>[ colinux-Support Requests-3485846 ] video playbackslow</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4729</link>
    <description>&lt;pre&gt;Support Requests item #3485846, was opened at 2012-02-08 11:12
Message generated for change (Comment added) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: video playback slow

Initial Comment:
I got xorg, ssh server, firefox, flashplugin installed on the guest. Using the dummy driver and running Xming on WIndows XP SP3 host. Firefox is running but the video is very choppy, getting 10fps. I'm running host to guest through a dedicated TAP connection with another eth for internet connection. Any ideas on speeding up video playback? use different driver?

----------------------------------------------------------------------

Date: 2012-02-08 15:30

Message:
Or should I use CyWin, VNC, NX? How do I find out what is causing the
slowness?

----------------------------------------------------------------------

Comment By: simon1tan (simon1tan)
Date: 2012-02-08 13:10

Message:
when I say dummy driver, I mean xserver-xorg-video-dummy configured in
xorg.conf

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

------------------------------------------------------------------------------
Virtualization &amp;amp; Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-08T23:30:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4728">
    <title>[ colinux-Support Requests-3485846 ] video playbackslow</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4728</link>
    <description>&lt;pre&gt;Support Requests item #3485846, was opened at 2012-02-08 11:12
Message generated for change (Comment added) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: video playback slow

Initial Comment:
I got xorg, ssh server, firefox, flashplugin installed on the guest. Using the dummy driver and running Xming on WIndows XP SP3 host. Firefox is running but the video is very choppy, getting 10fps. I'm running host to guest through a dedicated TAP connection with another eth for internet connection. Any ideas on speeding up video playback? use different driver?

----------------------------------------------------------------------

Date: 2012-02-08 13:10

Message:
when I say dummy driver, I mean xserver-xorg-video-dummy configured in
xorg.conf

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-08T21:10:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.colinux.devel/4727">
    <title>[ colinux-Support Requests-3485846 ] video playbackslow</title>
    <link>http://permalink.gmane.org/gmane.linux.colinux.devel/4727</link>
    <description>&lt;pre&gt;Support Requests item #3485846, was opened at 2012-02-08 11:12
Message generated for change (Tracker Item Submitted) made by simon1tan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: simon1tan (simon1tan)
Assigned to: Nobody/Anonymous (nobody)
Summary: video playback slow

Initial Comment:
I got xorg, ssh server, firefox, flashplugin installed on the guest. Using the dummy driver and running Xming on WIndows XP SP3 host. Firefox is running but the video is very choppy, getting 10fps. I'm running host to guest through a dedicated TAP connection with another eth for internet connection. Any ideas on speeding up video playback? use different driver?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&amp;amp;atid=622064&amp;amp;aid=3485846&amp;amp;group_id=98788

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
&lt;/pre&gt;</description>
    <dc:creator>SourceForge.net</dc:creator>
    <dc:date>2012-02-08T19:12:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.colinux.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.colinux.devel</link>
  </textinput>
</rdf:RDF>

