|
From: SourceForge.net <no...@so...> - 2010-10-24 16:05:56
|
Feature Requests item #3094228, was opened at 2010-10-24 19:05 Message generated for change (Tracker Item Submitted) made by grawity You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&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: Mantas (grawity) Assigned to: Nobody/Anonymous (nobody) Summary: Request: CONFIG_KEYS Initial Comment: I'm using coLinux mainly to access the filesystems of a dual-boot Linux installation, and it works really well... Except I set up eCryptFS yesterday, and it requires kernel keyring support: "Security options"/"Enable access key retention support" (CONFIG_KEYS) Can this be added to coLinux kernel? (Right now I'm using http://www.henrynestler.com/colinux/autobuild/devel-20100920/) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&group_id=98788 |
|
From: SourceForge.net <no...@so...> - 2010-11-09 23:25:18
|
Feature Requests item #3094228, was opened at 2010-10-24 18:05 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&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: Mantas (grawity) Assigned to: Nobody/Anonymous (nobody) Summary: Request: CONFIG_KEYS Initial Comment: I'm using coLinux mainly to access the filesystems of a dual-boot Linux installation, and it works really well... Except I set up eCryptFS yesterday, and it requires kernel keyring support: "Security options"/"Enable access key retention support" (CONFIG_KEYS) Can this be added to coLinux kernel? (Right now I'm using http://www.henrynestler.com/colinux/autobuild/devel-20100920/) ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2010-11-10 00:25 Message: CONFIG_KEYS and CONFIG_ECRYPT_FS are enabled in SVN rev 1542 now, see snapshot https://sourceforge.net/projects/colinux/files/Snapshots/devel-20101109-Snapshot/ Please tell if you need more options to enable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&group_id=98788 |
|
From: SourceForge.net <no...@so...> - 2010-11-11 22:28:11
|
Feature Requests item #3094228, was opened at 2010-10-24 19:05 Message generated for change (Comment added) made by grawity You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&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: Mantas (grawity) Assigned to: Nobody/Anonymous (nobody) Summary: Request: CONFIG_KEYS Initial Comment: I'm using coLinux mainly to access the filesystems of a dual-boot Linux installation, and it works really well... Except I set up eCryptFS yesterday, and it requires kernel keyring support: "Security options"/"Enable access key retention support" (CONFIG_KEYS) Can this be added to coLinux kernel? (Right now I'm using http://www.henrynestler.com/colinux/autobuild/devel-20100920/) ---------------------------------------------------------------------- >Comment By: Mantas (grawity) Date: 2010-11-12 00:28 Message: Thanks, eCryptFS is working now. (Although for some reason, "ecryptfs-mount-private" does not insert the apropriate FNEK for file name decryption, as it would do in the dualbooted system. I'll try to figure it out later.) ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2010-11-10 01:25 Message: CONFIG_KEYS and CONFIG_ECRYPT_FS are enabled in SVN rev 1542 now, see snapshot https://sourceforge.net/projects/colinux/files/Snapshots/devel-20101109-Snapshot/ Please tell if you need more options to enable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&group_id=98788 |
|
From: Nod Q. <nod...@ra...> - 2010-11-17 11:48:39
|
Hi! What is the stage of developing native Windows framebuffer for Cooperative Linux? I'd imagine that it would greatly simplify and speedup X-Windows usage with colinux. Is there any possible patch / kernel build which is ready to try? The project itself is extremly interesting, but probably does not has enough of support. Nod aka Dmitriy |
|
From: yin s. <sun...@gm...> - 2010-11-17 16:08:33
|
Checkout cofb branch. The guest linux kernel creates a frame buffer, from which the host windows can read x-windows output.It is based on shared memory. No hardware acceleration. At least it is faster than X11 over tcp/ip. The kernel part also exists in devel branch, but not the user part. Also your guest image should use X11 fb mode. /Yin On Wed, Nov 17, 2010 at 3:48 AM, Nod Questions <nod...@ra...> wrote: > Hi! > What is the stage of developing native Windows framebuffer for > Cooperative Linux? I'd imagine that it would greatly simplify and > speedup X-Windows usage with colinux. Is there any possible patch / > kernel build which is ready to try? The project itself is extremly > interesting, but probably does not has enough of support. > Nod aka Dmitriy > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > coLinux-devel mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > |
|
From: Henry N. <hen...@ar...> - 2010-11-17 20:48:52
|
Hello Dmitriy, prebuild binaries will find here: http://www.henrynestler.com/colinux/testing/cofb-2.6.26.8/ More documents from Nuno have stored here: http://www.henrynestler.com/colinux/testing/nlucas-2.6.11/20050805/readme-by-nuno.txt http://www.henrynestler.com/colinux/testing/nlucas-2.6.11/20050805/readme.txt Henry On 17.11.2010 17:08, yin sun wrote: > Checkout cofb branch. The guest linux kernel creates a frame buffer, > from which the host windows can read x-windows output.It is based on > shared memory. No hardware acceleration. At least it is faster than > X11 over tcp/ip. > > The kernel part also exists in devel branch, but not the user part. > Also your guest image should use X11 fb mode. > > /Yin > > On Wed, Nov 17, 2010 at 3:48 AM, Nod Questions wrote: >> Hi! >> What is the stage of developing native Windows framebuffer for >> Cooperative Linux? I'd imagine that it would greatly simplify and >> speedup X-Windows usage with colinux. Is there any possible patch / >> kernel build which is ready to try? The project itself is extremly >> interesting, but probably does not has enough of support. >> Nod aka Dmitriy |
|
From: Nod Q. <nod...@ra...> - 2010-11-18 08:53:00
|
* Henry Nestler <hen...@ar...> [Wed, 17 Nov 2010 21:48:43 +0100]: > Hello Dmitriy, > > prebuild binaries will find here: > http://www.henrynestler.com/colinux/testing/cofb-2.6.26.8/ > > More documents from Nuno have stored here: > http://www.henrynestler.com/colinux/testing/nlucas-2.6.11/20050805/readme-by-nuno.txt > http://www.henrynestler.com/colinux/testing/nlucas-2.6.11/20050805/readme.txt > > Henry > > On 17.11.2010 17:08, yin sun wrote: > > Checkout cofb branch. The guest linux kernel creates a frame buffer, > > from which the host windows can read x-windows output.It is based on > > shared memory. No hardware acceleration. At least it is faster than > > X11 over tcp/ip. > > > > The kernel part also exists in devel branch, but not the user part. > > Also your guest image should use X11 fb mode. > > > > /Yin > > Thank you, Yin and Henry! I will try it when I get a time (a lot of work recently).. I'd imagine that colinux is a extremly great think for a web development (my primarily interests). Hope you'll find a support in Google or another major company which are interested in raising open source projects. Nod aka Dmitriy |
|
From: SourceForge.net <no...@so...> - 2011-02-06 20:36:52
|
Feature Requests item #3094228, was opened at 2010-10-24 18:05 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&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: Closed Priority: 5 Private: No Submitted By: Mantas (grawity) >Assigned to: Henry N. (henryn) Summary: Request: CONFIG_KEYS Initial Comment: I'm using coLinux mainly to access the filesystems of a dual-boot Linux installation, and it works really well... Except I set up eCryptFS yesterday, and it requires kernel keyring support: "Security options"/"Enable access key retention support" (CONFIG_KEYS) Can this be added to coLinux kernel? (Right now I'm using http://www.henrynestler.com/colinux/autobuild/devel-20100920/) ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2011-02-06 21:36 Message: CONFIG_KEYS is enabled in stable release candidate. I will close this tracker here. ---------------------------------------------------------------------- Comment By: Mantas (grawity) Date: 2010-11-11 23:28 Message: Thanks, eCryptFS is working now. (Although for some reason, "ecryptfs-mount-private" does not insert the apropriate FNEK for file name decryption, as it would do in the dualbooted system. I'll try to figure it out later.) ---------------------------------------------------------------------- Comment By: Henry N. (henryn) Date: 2010-11-10 00:25 Message: CONFIG_KEYS and CONFIG_ECRYPT_FS are enabled in SVN rev 1542 now, see snapshot https://sourceforge.net/projects/colinux/files/Snapshots/devel-20101109-Snapshot/ Please tell if you need more options to enable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622066&aid=3094228&group_id=98788 |