简体   繁体   English

我根本无法运行迁移的侨民 pod “bundle (LoadError)”

[英]I can not run my migrated diaspora pod at all “bundle (LoadError)”

When I run the diaspora server by script/server there are problems with web.pid当我通过脚本/服务器运行散居服务器时,web.pid 出现问题

sidekiq1 load_external_pid_file: pid_file not found

crashed?坠毁?

in the log "eye_processes_stderr.log" it is repeatedly written:在日志“eye_processes_stderr.log”中重复写入:

bin/bundle:3:in `load': cannot load such file -- /usr/lib/ruby/bin/bundle (LoadError)
from bin/bundle:3:in `<main>'

I am using Gentoo.我正在使用 Gentoo。 I migrated that diaspora pod from debian 8我从 debian 8 迁移了散居区

I tried downgrading: (uninstalling newer ones before)我尝试降级:(之前卸载较新的)

gem update --system 2.6.14
gem install bundler --version '1.16.2'
gem install rails -v '5.1.6.2'

I tried adding as much as possible PATHs for gem locations and enhancing the PATH for bin files in Linux with much more directories我尝试为 gem 位置添加尽可能多的 PATH,并使用更多目录增强 Linux 中 bin 文件的 PATH

I expect that the diaspora runs successful.我希望侨民能够成功。

I notices on 'pid file not found' errors that the folder tmp/pids is missing.我注意到文件夹 tmp/pids 丢失的“找不到 pid 文件”错误。 I then added the folder pods inside tmp.然后我在 tmp.xml 中添加了文件夹 pods。 Full path: diaspora/tmp/pids完整路径:diaspora/tmp/pids

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当我使用cocoapods gem运行pod install时,出现LoadError - When I run pod install, using cocoapods gem, I get a LoadError 无法运行 pod setup - 无法加载此类文件 - cocoapods-core (LoadError) - can't run pod setup - cannot load such file -- cocoapods-core (LoadError) 捆绑包(Gem :: LoadError) - bundle (Gem::LoadError) 捆绑安装(LoadError) - Bundle install (LoadError) 如何使用ruby启动瘦服务器? require&#39;:无法加载此类文件-应用(LoadError) - How can I start my thin server using ruby? require': cannot load such file — app (LoadError) Diaspora *可以用作网站的社交部分吗? - Can Diaspora* be used as the social part of a site? Riot-iOS错误:运行捆绑包exec pod安装时 - Riot-iOS Error: while run bundle exec pod install 捆绑秀。 我运行捆绑安装时在哪里安装了gem? 他们只是在我的Ruby上吗? - Bundle show. Where are gems installed when I run bundle install? Are they just on my Ruby? 我认为是简单错误,但是如何在我的一个控制器中要求安装gem? 我收到一个LoadError - Simple error I think, but how can I require a gem installed file in one of my controllers? I get a LoadError 带有@global gem的Ruby / RVM - bundle运行失败,带有`require&#39;:无法加载这样的文件 - bundler(LoadError) - Ruby/RVM with @global gem - bundle run fails with `require': cannot load such file — bundler (LoadError)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM