質問編集履歴

3

修正

2020/09/11 12:33

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -118,6 +118,34 @@
118
118
 
119
119
  ```
120
120
 
121
+
122
+
123
+ ```
124
+
125
+ swapfile1が開けない
126
+
127
+
128
+
129
+
130
+
131
+ sudo dd if=/dev/zero of=/swapfile1 bs=1M count=512
132
+
133
+ dd: `/swapfile1' を開けませんでした: Text file busy
134
+
135
+ [ec2-user@ip***** ~]$ sudo chmod 600 /swapfile1
136
+
137
+ [ec2-user@ip****~]$ sudo mkswap /swapfile1
138
+
139
+ mkswap: エラー: /swapfile1 はマウントされています; スワップ領域を作成できません
140
+
141
+ [ec2-user@ip****~]$ sudo swapon /swapfile1
142
+
143
+ swapon: /swapfile1: swapon が失敗しました: Device or resource busy
144
+
145
+ [ec2-user@i*** ~]$ sudo sh -c 'echo "/swapfile1 none
146
+
147
+ ````
148
+
121
149
  何日か詰まってしまっていて困ってます。。
122
150
 
123
151
 

2

修正

2020/09/11 12:33

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,27 @@
96
96
 
97
97
  ```
98
98
 
99
+ ```
99
100
 
101
+ ~]$ sudo yum -y install mysql56-server mysql56-devel mysql56 mariadb-server mysql-devel
102
+
103
+ 読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd
104
+
105
+ パッケージ mysql56-server は利用できません。
106
+
107
+ パッケージ mysql56-devel は利用できません。
108
+
109
+ パッケージ mysql56 は利用できません。
110
+
111
+ パッケージ 1:mariadb-server-5.5.64-1.amzn2.x86_64 はインストール済みか最新バージョンです
112
+
113
+ パッケージ 1:mariadb-devel-5.5.64-1.amzn2.x86_64 はインストール済みか最新バージョンです
114
+
115
+ 何もしません
116
+
117
+
118
+
119
+ ```
100
120
 
101
121
  何日か詰まってしまっていて困ってます。。
102
122
 

1

修正

2020/09/11 12:08

投稿

tomsuma
tomsuma

スコア38

test CHANGED
File without changes
test CHANGED
@@ -58,45 +58,23 @@
58
58
 
59
59
 
60
60
 
61
+
62
+
61
63
  とのエラーが出て詰まっています
62
64
 
63
65
 
64
66
 
65
- aws のインスタンス内にmysqlがインストールされていないからだと思うのですが、
67
+ ```
66
68
 
69
+ sudo systemctl status mariadb
67
70
 
71
+ ● mariadb.service - MariaDB database server
68
72
 
73
+ Loaded: loaded (/usr/lib/systemd/system/mariadb.service; disabled; vendor preset: disabled)
74
+
69
- インストールしようとしてもエラーが出ます。
75
+ Active: active (running) since 金 2020-09-11 11:55:12 UTC; 11min ago
70
76
 
71
77
  ```
72
-
73
- ]$ sudo service mysqld start
74
-
75
- Redirecting to /bin/systemctl start mysqld.service
76
-
77
- Failed to start mysqld.service: Unit not found.
78
-
79
- [ec2-user@****~]$ sudo chkconfig mysqld on
80
-
81
- サービス mysqld に関する情報の読み込み中にエラーが発生しました: No such file or directory
82
-
83
- [ec2-user@***** ~]$ mysql -u root
84
-
85
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
86
-
87
- ```
88
-
89
- ```
90
-
91
- RAILS_SERVE_STATIC_FILES=1 unicorn_rails -c config/unicorn.rb -E production -D
92
-
93
-
94
-
95
- /home/ec2-user/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/unicorn-5.4.1/lib/unicorn/configurator.rb:592:in `working_directory': config_file=config/unicorn.rb would not be accessible in working_directory=/var/www/current (ArgumentError)
96
-
97
- ```
98
-
99
-
100
78
 
101
79
  ```
102
80