-
Add support for for phoneme class features and forward grapheme features for direct connections / maxent extension.
-
On a machine where `~/tmp2` is linked to a directory on another filesystem, as in the example
```
gmacario@mv-linux-powerhorse:~⟫ ls -lad tmp2
lrwxrwxrwx 1 gmacario gmacario 27 Oct 22 12:20 tmp2 -> /…
-
My site redirects frontpage (example.com) queries to example.com:5000/
I can't reproduce it with all containers. It only happens every now and then. Why is this happening?
-
[phusion/baseimage-docker](http://phusion.github.io/baseimage-docker/) might be a better base for the `jenkins-slave` image at least.
-
upstart does not seem to work well on docker containers. I have tried adding to the top scope of my role:
```
Service { provider => 'init' }
# if $::is_docker_container { Service { provider => '…
hesco updated
9 years ago
-
➜ ~ docker run -d -p 4444:4444 -p 5900:5900 --name selenium-hub elgalu/selenium-hub:2.44.0
Unable to find image 'elgalu/selenium-hub:2.44.0' locally
Pulling repository elgalu/selenium-hub
2014/11/06…
-
I am having some troubles writing a cron job on my server. This is the output of crontab -l for my root user. The command in quotes works perfectly when called from the command line - User.eodemail is…
ghost updated
9 years ago
-
```
Sending build context to Docker daemon 46.59 kB
Sending build context to Docker daemon
Step 0 : FROM phusion/baseimage:0.9.13
Pulling repository phusion/baseimage
bc840bd687e3: Error pulling imag…
-
The issue can be reproduced as follows:
```
$ cat ~/reproduce.py
import socket
import time
def main():
val = str(int(time.time()))
sock = socket.socket()
sock.connect(('localhost', 8102…
-
vagrant (1.6.3) with vagrant-proxyconf (1.3.2) on Win7/64:
```
vagrant up --provider=docker
```
failed. From within boot2docker:
```
docker pull phusion/baseimage
```
wasn't able to access reposit…