ich mache ein Drush Up auf D8 auf Vagrant und folgendes
am 24.10.2014 - 14:56 Uhr in
root@vagrant-ubuntu-trusty-64:/var/www/html# drush up
Update information last refreshed: Fri, 10/24/2014 - 13:34
Name Installed Version Proposed version Message
Drupal 8.0.0-beta1 8.0.0-beta2 SECURITY UPDATE available
Code updates will be made to drupal core.
WARNING: Updating core will discard any modifications made to Drupal core files, most noteworthy among these are .htaccess and robots.txt. If you have made any modifications to these files, please back them up before updating so that you can re-create your modifications in the updated version of the file.
Note: Updating core can potentially break your site. It is NOT recommended to update production sites without prior testing.
Do you really want to continue? (y/n): y
Project drupal was updated successfully. Installed version is now 8.0.0-beta2.
Backups were saved into the directory /home/vagrant/drush-backups/drupal8/20141024133755/drupal. [ok]
exception 'Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException' with message 'You have requested a non-existent service [error]
"stream_wrapper_manager".' in /var/www/html/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php:317
Stack trace:
#0 /var/www/html/core/lib/Drupal/Core/DependencyInjection/Container.php(21):
Symfony\Component\DependencyInjection\Container->get('stream_wrapper_...', 1)
#1 /var/www/html/core/lib/Drupal/Core/DrupalKernel.php(392): Drupal\Core\DependencyInjection\Container->get('stream_wrapper_...')
#2 /var/www/html/core/includes/bootstrap.inc(907): Drupal\Core\DrupalKernel->boot()
#3 /home/vagrant/.composer/vendor/drush/drush/lib/Drush/Boot/bootstrap.inc(672): drupal_bootstrap(4)
#4 /home/vagrant/.composer/vendor/drush/drush/lib/Drush/Boot/bootstrap.inc(183): _drush_bootstrap_drupal_full()
#5 /home/vagrant/.composer/vendor/drush/drush/lib/Drush/Boot/bootstrap.inc(305): drush_bootstrap(5, 5)
#6 /home/vagrant/.composer/vendor/drush/drush/commands/core/drupal/update.inc(98): drush_bootstrap_to_phase(5)
#7 /home/vagrant/.composer/vendor/drush/drush/commands/core/core.drush.inc(448): update_main()
#8 [internal function]: drush_core_updatedb()
#9 /home/vagrant/.composer/vendor/drush/drush/includes/command.inc(359): call_user_func_array('drush_core_upda...', Array)
#10 /home/vagrant/.composer/vendor/drush/drush/includes/command.inc(210): _drush_invoke_hooks(Array, Array)
#11 [internal function]: drush_command()
#12 /home/vagrant/.composer/vendor/drush/drush/includes/command.inc(178): call_user_func_array('drush_command', Array)
#13 /home/vagrant/.composer/vendor/drush/drush/lib/Drush/Boot/DrupalBoot.php(46): drush_dispatch(Array)
#14 /home/vagrant/.composer/vendor/drush/drush/drush.php(76): Drush\Boot\DrupalBoot->bootstrap_and_dispatch()
#15 /home/vagrant/.composer/vendor/drush/drush/drush.php(16): drush_main()
#16 {main}
root@vagrant-ubuntu-trusty-64:/var/www/html#ich glaube es ist eher eine Linux Frage aber vielleicht kann mir einer einen Tipp geben
Fragmente habe ich schon der Meldung in go search eingegeben , composer drush pear geupdate
mit MC + F5 habe ich nach all dem mein Drush Update wieder kopiert dann geht drupal wieder neuer Versuch gleiche Meldung also die die ich jetzt hier Poste
https://plus.google.com/113270341259942862574/posts/QWApK2dsUKb
- Anmelden oder Registrieren um Kommentare zu schreiben

Mach mal drush cr drush up
am 30.10.2014 - 12:59 Uhr
Mach mal
drush cr
drush up drupal
drush cr drush up werde es probieren
am 30.10.2014 - 14:06 Uhr
Ich werde deinen Vorschlag ausprobieren.
Danke.