我已经将 gitorious 从 2.x 更新到 3。在遇到一些麻烦之后,我可以拉、推等。但是活动流没有更新,也没有创建存储库(“你的新存储库正在创建”仍然存在)。
> ./script/diagnose
Both MergeRequest and its :status machine have defined a different default for "status". Use only one or the other for defining defaults to avoid unexpected behaviors.
everything healthy? false
git user ok? true
gitorius front web page is up? false
rails process present & owned by git user? true
atleast one gitorious account present? true
repo base dir present, owned by git user? true
tarball dirs present, owned by git user? true
git user has ~/.ssh/authorized_keys file? true
ssh deamon is up? true
git daemon is up? true
poller is up? false
mysql is up? true
ultrasphinx is up? true
queue service is up? true
memcached is up? true
enough disk free? true
enough RAM free? true
healthy cpu load average? true
uptime:
13:40:41 up 81 days, 17:17, 1 user, load average: 1.45, 0.76, 0.37
free:
total used free shared buffers cached
Mem: 2048 1353 694 0 0 289
-/+ buffers/cache: 1063 984
Swap: 0 0 0
vmstat:
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 0 711344 0 296864 0 0 4 7 0 5 14 3 83 0 0
df:
Filesystem Size Used Avail Use% Mounted on
/dev/vzfs 25G 15G 11G 59% /
none 1.0G 4.0K 1.0G 1% /dev
并且轮询脚本不存在:
> RAILS_ENV=production script/poller start
zsh: datei oder Verzeichnis nicht gefunden: script/poller
我的文件:
> ls script bin
bin:
bundle create-user git-proxy micro-tests rake restart search_engine snapshot update-ui varnish
console gitorious gts-whats-new migrate repo_housekeeping restore setup.rb unicorn upgrade-gitorious3-config
script:
create_admin destroy_invalid_events git-daemon git-proxy regenerate_assets server suspend_user upgrade_to
create_user diagnose gitorious rails regenerate_ssh_keys shard_git_repositories_by_hash test_ldap_connection
create_wikis fixup_hooks gitorious-config rake-wrapper restart_unicorn snapshot undo_last_upgrade
poller 脚本在哪里以及如何在 v3 中启动它?这是问题的原因吗?