Instead, I should just:
lxc-create -t ubuntu -n quantal -- --release quantal
Next, to create a wheezy instance :-)
lxc-create -t ubuntu -n quantal -- --release quantal
alfresco.enableMultiThreadedTracking=true14:02:31,502 ERROR [org.alfresco.solr.tracker.CoreTracker] Tracking failed
java.nio.channels.OverlappingFileLockException
at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1017)
at java.nio.channels.FileChannel.tryLock(FileChannel.java:1154)
... I thought setting securePagesWithPragma="true" would do the same thing, but it doesn't. Just comment it out then. Then restart, of course.
export LANGUAGE=en_NZ.UTF-8 export LANG=en_NZ.UTF-8 export LC_ALL=en_NZ.UTF-8 locale-gen en_NZ.UTF-8 dpkg-reconfigure locales
1. sudo vi /etc/init/pulseaudio.conf 2. find the "#start on rulevel [2345]" line 3. uncomment it (remove the #). 4. restart pulseaudio.
sudo -H -u insecure chromium-browser
tiger ALL=(secure,insecure) NOPASSWD: /usr/bin/chromium-browser
ssh -X secure@localhost
xhost +
sudo -H -u secure chromium-browser
xhost +si:localuser:secure
xhost +si:localuser:insecure
which at least limits the xhost permission to just those two users.
#!/bin/bash P=100 id=`transmission-remote -l | cut -c 1-11 | sed "s/\*//" | cut -c 3- | sed "s/^ //" | grep "$P\%" | cut -f 1 -d " " ` if [ -z $id ] then echo "no match : $id" else sleep 60 echo "stopping $id" transmission-remote -t $id -S fi
lxc.mount.entry=/home/[user]/[some_directory] /var/lib/lxc/[container_name]/rootfs/home/[user]/[some_directory] none defaults,bind 0 0
/home/[user]/some_directory).
vncviewer -depth 8 -encodings tight -compresslevel 9 [host]:[port]