Paul Colomiets

Results 159 issues of Paul Colomiets

Here is the error: ``` ERROR:vagga::wrapper::build: Error renaming old dir: No such file or directory (os error 2) ``` I this there wasn't container before. But maybe there was a...

bug
easy

This is a big ticket tracking overlayfs support. The plan, in the order of importance: - [x] Check whether unprivileged overlayfs is supported (`vagga _check_overlayfs_support`) - [ ] Use overlayfs...

``` ERROR:vagga::builder: Error building container "tank": step EnsureDir("/var/lock") failed: Error creating dir: File exists (os error 17) ERROR:vagga::wrapper: Error executing _build: Builder exited with code 1 ```

easy

Reported here: https://github.com/tailhook/vagga/issues/12#issuecomment-259389901 This should be reported upstream

Actually a lot of people have this problem on normal ubuntu too. Here is the link: http://askubuntu.com/questions/319433/making-mirror-mirrors-ubuntu-com-highly-available We can probably get a strategy similar to what [apt-spy2](https://github.com/lagged/apt-spy2) uses (which is...

# Overview Unlike using `Dockerfile` we build containers with mounted `/work` directory. This means we can use anything from `/work` to determine what to use to build a container. For...

new concept

Assuming you have a docker set up, you can run vagga in docker with the following command-line: ``` docker run --volume=$(pwd):/work --workdir=/work --privileged \ -i -t --rm tailhook/vagga:latest \ /vagga/bin/vagga...

This will help with running vagga in vagrant on windows (you can just make a config instead of doing `mount --bind`). I'm not sure why this wasn't done this way...

The error is often like this: ``` Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have...

enhancement

Let's make it fetch submodules by default, and allow to disable it. This should be done before 0.6, so we don't introduce incompatibilities in a minor release. /cc @lilianmoraru

enhancement