senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw), page 116

  1. :archlinux: Nie :sabakan: (nieein56@mstdn.tamag.org)'s status on Sunday, 20-Jan-2019 22:36:05 JST :archlinux: Nie :sabakan: :archlinux: Nie :sabakan:

    Mastodon v2.7.0の追加点と変更点をまとめました
    https://blog.tamag.org/coming-mastodon-v-2-7-0

    In conversation Sunday, 20-Jan-2019 22:36:05 JST from mstdn.tamag.org permalink Repeated by unipst@si.pmpm.pw

    Attachments


  2. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:28:40 JST 残トイレットペーパー:17本 残トイレットペーパー:17本
    in reply to
    • aries@mstdn.asterism.xyz

    @aries :seyana:

    In conversation Sunday, 20-Jan-2019 23:28:40 JST from si.pmpm.pw permalink
  3. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:26:56 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    あと昔の live/public/system 捨てた

    In conversation Sunday, 20-Jan-2019 23:26:56 JST from si.pmpm.pw permalink
  4. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:25:48 JST 残トイレットペーパー:17本 残トイレットペーパー:17本
    in reply to
    • aries@mstdn.asterism.xyz

    @aries わーい :YEEEEEE:

    In conversation Sunday, 20-Jan-2019 23:25:48 JST from si.pmpm.pw permalink
  5. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:15:09 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    で、このメモは自分用なので、皆さんの環境では別だと思いますよ。

    In conversation Sunday, 20-Jan-2019 23:15:09 JST from si.pmpm.pw permalink
  6. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:14:06 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    yarn の apt するためのgpgキーがなんか死んでるの謎でしたね

    In conversation Sunday, 20-Jan-2019 23:14:06 JST from si.pmpm.pw permalink
  7. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:13:19 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    プロセス自動起動戻す。

    sudo systemctl enable mastodon-web
    sudo systemctl enable mastodon-sidekiq
    sudo systemctl enable mastodon-streaming

    sudo reboot

    以上。
    大体50分ぐらい。

    #updateメモ

    In conversation Sunday, 20-Jan-2019 23:13:19 JST from si.pmpm.pw permalink
  8. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:12:34 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    データベース プリデプロイ

    mastodon@si:~/live$ SKIP_POST_DEPLOYMENT_MIGRATIONS=true RAILS_ENV=production bundle exec rails db:migrate

    アセットのクソ長いやつ
    RAILS_ENV=production bundle exec rails assets:precompile

    終わったら、mastodonを一旦起動
    いけたっぽいので…
    また停止して…

    DBマイグレーション
    RAILS_ENV=production bundle exec rails db:migrate
    rc1やっていたからか知りませんが、すぐ終わってなんかビビる

    ついでに、sudo apt upgrade する。

    #updateメモ

    In conversation Sunday, 20-Jan-2019 23:12:34 JST from si.pmpm.pw permalink
  9. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:10:32 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    bundle install

    yarn install
    --------------------
    yarn の gpgが死んでるらしいので…
    sudo su
    root@si:/home/mastodon# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
    OK

    ユーザに戻って
    --------------------
    mastodon@si:~$ sudo apt install yarn

    再度
    yarn install
    して、

    mastodon@si:~/live$ yarn install
    yarn install v1.13.0
    [1/6] Validating package.json...
    [2/6] Resolving packages...
    success Already up-to-date.
    Done in 1.07s.

    #updateメモ

    In conversation Sunday, 20-Jan-2019 23:10:32 JST from si.pmpm.pw permalink

    Attachments


  10. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:08:30 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    リリース情報確認
    https://github.com/tootsuite/mastodon/releases

    停止&再起動後にmastodon起動しないようにする。
    sudo systemctl stop mastodon-*
    sudo systemctl disable mastodon-web
    sudo systemctl disable mastodon-sidekiq
    sudo systemctl disable mastodon-streaming

    シャットダウン
    sudo shutdown -h now

    バックアップする
    conohaのイメージバックアップしている。41.84GB、10分ぐらいかかった。
    cd live

    Mastodon アップデート
    git fetch

    バージョン決める
    git checkout v2.7.0

    これは前のアプデでやってた
    mastodon@si:~/live$ gem update --system
    Latest version already installed. Done.

    #updateメモ

    In conversation Sunday, 20-Jan-2019 23:08:30 JST from si.pmpm.pw permalink

    Attachments


  11. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:06:49 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    さて、アプデメモするか

    In conversation Sunday, 20-Jan-2019 23:06:49 JST from si.pmpm.pw permalink
  12. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:06:42 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    よくわからん感じだったこれ

    In conversation Sunday, 20-Jan-2019 23:06:42 JST from si.pmpm.pw permalink
  13. ゆにぷれい (unipst@mstdn.jp)'s status on Sunday, 20-Jan-2019 22:41:55 JST ゆにぷれい ゆにぷれい

    SKIP_POST_DEPLOYMENT_MIGRATIONS=true RAILS_ENV=production bundle exec rails db:migrate
    is 何?

    In conversation Sunday, 20-Jan-2019 22:41:55 JST from mstdn.jp permalink Repeated by unipst@si.pmpm.pw
  14. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:05:30 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    圧倒的勝利

    In conversation Sunday, 20-Jan-2019 23:05:30 JST from si.pmpm.pw permalink
  15. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:05:24 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    はいメンテ終わり

    In conversation Sunday, 20-Jan-2019 23:05:24 JST from si.pmpm.pw permalink
  16. 私信おしらせくん (info_shishin@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:05:04 JST 私信おしらせくん 私信おしらせくん

    メンテナンス終了しました。
    2.7.0rc1から2.7.0になりました。:annoyingdog:

    In conversation Sunday, 20-Jan-2019 23:05:04 JST from si.pmpm.pw permalink Repeated by unipst@si.pmpm.pw
  17. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:04:29 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    いけたな

    In conversation Sunday, 20-Jan-2019 23:04:29 JST from si.pmpm.pw permalink
  18. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 23:00:08 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    RAILS_ENV=production bundle exec rails db:migrate
    いくで

    In conversation Sunday, 20-Jan-2019 23:00:08 JST from si.pmpm.pw permalink
  19. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 22:59:59 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    いきとるな。

    In conversation Sunday, 20-Jan-2019 22:59:59 JST from si.pmpm.pw permalink
  20. 残トイレットペーパー:17本 (unipst@si.pmpm.pw@si.pmpm.pw)'s status on Sunday, 20-Jan-2019 22:59:54 JST 残トイレットペーパー:17本 残トイレットペーパー:17本

    いけたか

    In conversation Sunday, 20-Jan-2019 22:59:54 JST from si.pmpm.pw permalink
  • After
  • Before

User actions

    残トイレットペーパー:17本

    残トイレットペーパー:17本

    <p>わちゃ もちゃ わちゃ もちゃ ゆにぽだよ~</p><p>今、最も注目されるマストドンサーバ「私信」管理者にして人間。</p><p>通知切ってます…</p>

    Tags
    • (None)
    WebSub

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          11307
          Member since
          22 Sep 2018
          Notices
          11758
          Daily average
          4

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.