-
毎回ではないが、体感で3回に1回程度タイムアウトでエラーとなる。
```console
Error: creating SakuraCloud Database is failed: context deadline exceeded
```
Note: VPCルータも同様
-
I'm using latest version of Fog. (2.2.0)
```
[fog][DEPRECATION] Unable to load Fog::Atmos::Storage
[fog][DEPRECATION] Falling back to deprecated constant Fog::Storage::Atmos. The preferred format…
-
SIMの登録がエラーとなる。
```
Error: creating SakuraCloud SIM is failed: Error in response: &sacloud.APIErrorResponse{IsFatal:true, Serial:"xxx", Status:"400 Bad Request", ErrorCode:"bad_request", ErrorMessa…
-
As from object: our team need to install the _Vagrant AWS_ plugin, but the command **vagrant plugin install vagrant-aws** terminates with the following error:
```
Vagrant failed to properly resolve …
-
ローカルルータ`sakuracloud_local_router`のようにIPアドレスやサブネットマスク、VRIDなどをまとめた方が良いか検討する。
参考: ローカルルータ
```hcl
resource "sakuracloud_local_router" "foobar" {
name = "example"
network_interface {
…
-
```console
--- FAIL: TestAccSakuraCloudContainerRegistry_basic (6.48s)
testing.go:640: Step 1 error: errors during apply:
Error: updating SakuraCloud ContainerRegistry[xxx] is faile…
-
以下のようなエラーメッセージが出る。
```
Error: creating SakuraCloud VPCRouter is failed: Put https://secure.sakura.ad.jp/cloud/zone/is1a/api/cloud/1.1/appliance/000000000000: EOF
```
-
Hi
I'm trying to get my app working on Heroku and I'm recieving this error in the server logs around the credentials
```
2015-08-13T13:09:43.384364+00:00 heroku[web.1]: Starting process with command…
-
現状の`sakuracloud_server_connector`リソースでは`disks`、`cdrom_id`、`packet_filter_ids`を保持しているが、このうち一つだけを利用する場合でもconnectorリソース削除時に他の項目も影響を受ける。
影響を最小限に抑えるためにconnectorリソースを分割し、1リソース1項目に責任を持たせるようにする。
-
Following these instructions:
https://fog05.io/docs/getting-started/installation/#from-debian-packages
When I get to installing:
**$ sudo apt install ./fog05-plugin-net-linuxbridge_0.1.0-1_amd64…