Public bug reported:

I use the vagrant cloud image and redis-server does not start with the
echo statement on line 37

that's my Vagrantfile
$ cat Vagrantfile 
Vagrant.require_version ">= 1.3.5"

Vagrant.configure("2") do |config|
  config.vm.box = "trusty64"
  config.vm.box_url = 
"http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box";
  config.vm.network :private_network, ip: "192.168.33.31"
  config.vm.network "forwarded_port", guest: 80, host: 8080
end


I can also redirect the echo statement into a file and it works

I don't see any error reported too

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: redis-server 2:2.8.4-2
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
Date: Wed Apr 16 16:21:08 2014
SourcePackage: redis
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.init.d.redis.server: 2014-04-16T16:06:08.851431

** Affects: redis (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug trusty uec-images

** Description changed:

+ 
  I use the vagrant cloud image and redis-server does not start with the
  echo statement on line 37
+ 
+ that's my Vagrantfile
+ $ cat Vagrantfile 
+ Vagrant.require_version ">= 1.3.5"
+ 
+ Vagrant.configure("2") do |config|
+   config.vm.box = "trusty64"
+   config.vm.box_url = 
"http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box";
+   config.vm.network :private_network, ip: "192.168.33.31"
+   config.vm.network "forwarded_port", guest: 80, host: 8080
+ end
+ 
  
  I can also redirect the echo statement into a file and it works
  
  I don't see any error reported too
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: redis-server 2:2.8.4-2
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  Date: Wed Apr 16 16:21:08 2014
  SourcePackage: redis
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.init.d.redis.server: 2014-04-16T16:06:08.851431

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1308641

Title:
  echo statement in init script breaks startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redis/+bug/1308641/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to