i use system debian-8.1.0-amd64 run on VMware, host windows.
i make gitian user on instaliation. Make port forward VMware host 22222 to 22 on guest end connect to debian with putty on ssh.
Now i make clean install , on install i choice only ssh end standart system utilites.
Run su on terminal end login as root.
Make standart apt-get update/upgrade.
Put on terminal.
end its run success all install normal.
after i make gtitian sudores user with
end its success
then i make this
end reboot
lxc-checkconfig
i make gitian user on instaliation. Make port forward VMware host 22222 to 22 on guest end connect to debian with putty on ssh.
Now i make clean install , on install i choice only ssh end standart system utilites.
Run su on terminal end login as root.
Make standart apt-get update/upgrade.
Put on terminal.
Code:
apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils
after i make gtitian sudores user with
Code:
adduser gitian sudo
then i make this
Code:
root@gitian:~# echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" >> /etc/fstab
root@gitian:~# echo '#!/bin/sh -e' > /etc/rc.local
root@gitian:~# echo 'brctl addbr br0' >> /etc/rc.local
root@gitian:~# echo 'ifconfig br0 10.0.3.2/24 up' >> /etc/rc.local
root@gitian:~# echo 'exit 0' >> /etc/rc.local
root@gitian:~# echo 'export USE_LXC=1' >> /home/gitian/.profile
root@gitian:~# echo 'export GITIAN_HOST_IP=10.0.3.2' >> /home/gitian/.profile
root@gitian:~# echo 'export LXC_GUEST_IP=10.0.3.5' >> /home/gitian/.profile
root@gitian:~#
lxc-checkconfig
Code:
gitian@gitian:~/gitian-builder$ lxc-checkconfig
Kernel configuration not found at /proc/config.gz; searching...
Kernel configuration found at /boot/config-3.16.0-4-amd64
--- Namespaces ---
Namespaces: enabled
Utsname namespace: enabled
Ipc namespace: enabled
Pid namespace: enabled
User namespace: enabled
Network namespace: enabled
Multiple /dev/pts instances: enabled
--- Control groups ---
Cgroup: enabled
Cgroup clone_children flag: enabled
Cgroup device: enabled
Cgroup sched: enabled
Cgroup cpu account: enabled
Cgroup memory controller: enabled
Cgroup cpuset: enabled
--- Misc ---
Veth pair device: enabled
Macvlan: enabled
Vlan: enabled
File capabilities: enabled
Note : Before booting a new kernel, you can check its configuration
usage : CONFIG=/path/to/config /usr/bin/lxc-checkconfig