arunoda / meteor-up-legacy

Production Quality Meteor Deployments
MIT License
2.26k stars 398 forks source link

mup deploy succeeds but application cannot be accessed #1109

Open EasyFormsSam opened 7 years ago

EasyFormsSam commented 7 years ago

Hi, I have deployed my application with mup, and am getting a success message after running "mup deploy" here is the logs on the development server

Building App Bundle Locally

Started TaskList: Pushing Meteor
[REDACTED IP] - Pushing Meteor App Bundle to The Server
[REDACTED IP] - Pushing Meteor App Bundle to The Server: SUCCESS
[REDACTED IP] - Pushing the Startup Script
[REDACTED IP] - Pushing the Startup Script: SUCCESS

Started TaskList: Configuring  Meteor Environment Variables
[REDACTED IP] - Sending Environment Variables
[REDACTED IP] - Sending Environment Variables: SUCCESS

Started TaskList: Start Meteor
[REDACTED IP] - Start Meteor
[REDACTED IP] - Start Meteor: SUCCESS
[REDACTED IP] - Verifying Deployment
[REDACTED IP] - Verifying Deployment: SUCCESS

I am deploying to a fresh Ubuntu 14.04 install on a digital ocean droplet once I have deployed it seems I can only access the server via the in-browser terminal on digitalocean

I checked what's running on port 80 and got this response (spacing is wrong as I cannot seem to copy text from the in-browser terminal)

netstat -tulpn | grep :80
tcp6    0    0  :: :80           :::*         LISTEN      29348/docker-proxy
EasyFormsSam commented 7 years ago

If I watch the production server while running mup setup I see several warnings


>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
ufs: ufs_fill_super(): bad magic number
qnx: no qnx4 filesystem (no root dir).
ext4-fs (vda15): VFS Can't find ext4 filsystem
ext4-fs (vda15): VFS Can't find ext4 filsystem
ext4-fs (vda15): VFS Can't find ext4 filsystem
squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on vda15
FAT-fs (vda15): invalid media value (0x7d) 
FAT-fs (vda15): invalid media value (0x7d) 
ufs: You didn't specify the type of your ufs filesystem

mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...

>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
ufs: ufs_fill_super(): bad magic number
qnx: no qnx4 filesystem (no root dir).
ext4-fs (vda15): VFS Can't find ext4 filsystem
ext4-fs (vda15): VFS Can't find ext4 filsystem
ext4-fs (vda15): VFS Can't find ext4 filsystem
squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on vda15
FAT-fs (vda15): invalid media value (0x7d) 
FAT-fs (vda15): invalid media value (0x7d) 
ufs: You didn't specify the type of your ufs filesystem

mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...

>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
ufs: ufs_fill_super(): bad magic number
qnx: no qnx4 filesystem (no root dir).

(may contain typos due to aforementioned inability to copy text)