MallocArray / obico-oraclecloud

Self Hosted Obico server on Oracle Cloud Free Tier
53 stars 3 forks source link

install zip on oracle ok but no obico on server #6

Closed TylonHH closed 2 years ago

TylonHH commented 2 years ago

Hey,

the instruction is very well written. So after I installed the stack and waited 20 minutes I still can't login or see any obico related files.

So I thought I look into the terminal cloud shell

Filesystem                Size  Used Avail Use% Mounted on
overlay                    69G   19G   47G  29% /
tmpfs                      64M     0   64M   0% /dev
tmpfs                     4.8G     0  4.8G   0% /sys/fs/cgroup
shm                        64M     0   64M   0% /dev/shm
/dev/sdb1                 5.0G   33M  5.0G   1% /home/tylonhh
/dev/mapper/vg00-root      69G   19G   47G  29% /etc/hosts
/dev/mapper/vg00-var_log  3.8G   19M  3.6G   1% /etc/extensions/logs

Shouldn't there a obico-server folder?

cheers

MallocArray commented 2 years ago

Did you change any variables and if so , which ones? Did you change the Operating System by any chance?

What you are seeing somewhat looks like the output of df which wouldn't show the obico-server folder, but if you were in the root and issued ls you should see it

/$ ls
bin   dev  home  lost+found  mnt           opt   root  sbin  srv  tmp  var
boot  etc  lib   media       obico-server  proc  run   snap  sys  usr

I have found that Ubuntu 22.04 doesn't seem to accept the SSH keys through the stack like 20.04 does, so I'll be looking at that at some point, but I deployed a new instance just now with my stack config successfully and can load the Obico page from the IP assigned to it and shown on the final logs page of the Stack Apply.

TylonHH commented 2 years ago

I somehow managed to run obico on oracle. The printers are added. So far so good.