<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/testing/scripts/build-rootimage, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<entry>
<title>testing: Ensure no guest is running when modifying images</title>
<updated>2014-10-10T17:03:50+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2014-10-10T16:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=83efded3132735d5aaa5f8aca5eaaed1f8f99244'/>
<id>83efded3132735d5aaa5f8aca5eaaed1f8f99244</id>
<content type='text'>
Sometimes guests are not stopped properly. If images are then modified
they will be corrupted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes guests are not stopped properly. If images are then modified
they will be corrupted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to 'mapped' access mode for hostfs</title>
<updated>2013-01-17T15:55:04+00:00</updated>
<author>
<name>Reto Buerki</name>
<email>reet@codelabs.ch</email>
</author>
<published>2013-01-16T10:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=2c4954ad249a4ae17f5c0b0e768538b212dc412c'/>
<id>2c4954ad249a4ae17f5c0b0e768538b212dc412c</id>
<content type='text'>
Passthrough mode only works as expected when running as root. On
Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm'
so all shared files must be chowned to grant access from guests.

Symlinks created on the host are still problematic because the Plan 9
filesystem has no direct notion of symbolic links, see [1].

[1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passthrough mode only works as expected when running as root. On
Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm'
so all shared files must be chowned to grant access from guests.

Symlinks created on the host are still problematic because the Plan 9
filesystem has no direct notion of symbolic links, see [1].

[1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test scripts callable from any path</title>
<updated>2013-01-17T15:54:58+00:00</updated>
<author>
<name>Reto Buerki</name>
<email>reet@codelabs.ch</email>
</author>
<published>2012-12-18T15:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=aafc0a179901c8a224e5e473cbab5f13ae7ad134'/>
<id>aafc0a179901c8a224e5e473cbab5f13ae7ad134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export compile directory to guests</title>
<updated>2013-01-17T15:54:58+00:00</updated>
<author>
<name>Reto Buerki</name>
<email>reet@codelabs.ch</email>
</author>
<published>2012-12-17T18:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=0593b6c975684d61a7432c6593ef5a5a6bc7b21d'/>
<id>0593b6c975684d61a7432c6593ef5a5a6bc7b21d</id>
<content type='text'>
Use 9p over virtio to share files on the host with the guest domains.
The files are accessible in the guests /hostfs directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 9p over virtio to share files on the host with the guest domains.
The files are accessible in the guests /hostfs directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create all images in $BUILDDIR/images</title>
<updated>2013-01-17T15:54:58+00:00</updated>
<author>
<name>Reto Buerki</name>
<email>reet@codelabs.ch</email>
</author>
<published>2012-12-14T14:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=48ea1d8b0b9d6c6fb1eab5f4ea4ed00cde91c4c0'/>
<id>48ea1d8b0b9d6c6fb1eab5f4ea4ed00cde91c4c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't refer to recipes and images via $TESTDIR</title>
<updated>2013-01-17T15:54:57+00:00</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2012-12-13T17:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=16cd6f63e29fd1597804c167c68f103ca20cbf5e'/>
<id>16cd6f63e29fd1597804c167c68f103ca20cbf5e</id>
<content type='text'>
This way no symlink to the testing directory is required in $TESTDIR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way no symlink to the testing directory is required in $TESTDIR.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make root image a clone of the base image</title>
<updated>2013-01-17T15:54:56+00:00</updated>
<author>
<name>Reto Buerki</name>
<email>reet@codelabs.ch</email>
</author>
<published>2012-12-12T08:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=cbe031d75539f372459e2ba3518faff467baaf79'/>
<id>cbe031d75539f372459e2ba3518faff467baaf79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename build-umlrootfs script to build-rootimg</title>
<updated>2013-01-17T15:54:55+00:00</updated>
<author>
<name>Reto Buerki</name>
<email>reet@codelabs.ch</email>
</author>
<published>2012-12-10T09:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=90dd71e41c612211027963764b6993b861edd3f9'/>
<id>90dd71e41c612211027963764b6993b861edd3f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
