Buenas, estoy tratando de instalar mi propio servidor hace ya varios dias, he intentado con ubuntu-core para rpi3 sin tener exito ya que si bien lo instalaba me aparecia “Error Desconocido” supongo a que se debe a que con ubuntu-core para rpi3 no se puede instalar mongodb, decidi entonces intentar instalarlo en Raspbian Strech, logro instalar mongodb, lo mismo con snapd, pero al instalar el snap del servidor obtengo el siguiente resultado:
Good, I’m trying to install my own server several days ago, I tried ubuntu-core for rpi3 without success because although I installed it, it appeared “Unknown Error” I guess that is because with ubuntu-core for rpi3 can not install mongodb, I decided then to try to install it in Raspbian Strech, I manage to install mongodb, the same with snapd, but when installing the server snap I get the following result:
root@raspberrypi:~# uname -a
Linux raspberrypi 4.14.50-v7+ #1122 SMP Tue Jun 19 12:26:26 BST 2018 armv7l GNU/Linux
root@raspberrypi:~# sudo systemctl status mongodb
● mongodb.service - An object/document-oriented database
Loaded: loaded (/lib/systemd/system/mongodb.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2018-07-31 15:25:40 UTC; 7h ago
Docs: man:mongod(1)
Main PID: 26460 (mongod)
CGroup: /system.slice/mongodb.service
└─26460 /usr/bin/mongod --config /etc/mongodb.conf
Jul 31 15:25:40 raspberrypi systemd[1]: Started An object/document-oriented database.
Jul 31 15:25:40 raspberrypi mongod[26460]: all output going to: /var/log/mongodb/mongodb.log
root@raspberrypi:~# sudo snap install thinger-maker-server
error: cannot perform the following tasks:
- Mount snap “core” (4916) ([start snap-core-4916.mount] failed with exit status 1: Job for snap-core-4916.mount failed.
See “systemctl status snap-core-4916.mount” and “journalctl -xe” for details.
)
root@raspberrypi:~# systemctl status snap-core-4916.mount
● snap-core-4916.mount - Mount unit for core
Loaded: loaded (/etc/systemd/system/snap-core-4916.mount; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-07-31 22:47:36 UTC; 9min ago
Where: /snap/core/4916
What: /var/lib/snapd/snaps/core_4916.snap
Process: 27908 ExecMount=/bin/mount /var/lib/snapd/snaps/core_4916.snap /snap/core/4916 -t squashfs (code=exited, status=32)
Jul 31 22:47:36 raspberrypi systemd[1]: Mounting Mount unit for core…
Jul 31 22:47:36 raspberrypi systemd[1]: snap-core-4916.mount: Mount process exited, code=exited status=32
Jul 31 22:47:36 raspberrypi systemd[1]: Failed to mount Mount unit for core.
Jul 31 22:47:36 raspberrypi systemd[1]: snap-core-4916.mount: Unit entered failed state.
Si alguno me puede tirar un salvavidas, se lo voy a agradecer!
Comments are appreciated!!