Cannot get OwnCloud to work

Status
Not open for further replies.

Makaveli6103

Contributor
Joined
Mar 18, 2012
Messages
104
I have been trying for a bit now and cannot get it to work. First the service would not start up. But I changed the IP address of the jail and it finally started. But now I cannot access it through my browser via the jail IP. I googled and found this http://imgur.com/a/FgFlc I tried to do that but I could not get the ssh service to start. I got the error. Set sshd_enable to Yes. Any help?
 

N00b

Explorer
Joined
May 31, 2013
Messages
83
Did you install the Owncloud plugin or install it in a jail manually? Also post what you see when you got to the jail in in the web-browser. You don't need to tinker with ssh to make the default owncloud work. When you install the plugin you get the owncloud initial screen to set up the admin user. Once you set up the admin user and login as the admin user you can setup the other users.
 

Makaveli6103

Contributor
Joined
Mar 18, 2012
Messages
104
Did you install the Owncloud plugin or install it in a jail manually? Also post what you see when you got to the jail in in the web-browser. You don't need to tinker with ssh to make the default owncloud work. When you install the plugin you get the owncloud initial screen to set up the admin user. Once you set up the admin user and login as the admin user you can setup the other users.


Ok Thanks. I finally got it up and working but I added storage to the Jail and when I try to access it I get an error saying
 

N00b

Explorer
Joined
May 31, 2013
Messages
83
Run command ' ps auxw' in the jail from the CLI. The folder should be writable by the user name under which the owncloud is being run ( the multiple owncloud processes).
 

Makaveli6103

Contributor
Joined
Mar 18, 2012
Messages
104
Run command ' ps auxw' in the jail from the CLI. The folder should be writable by the user name under which the owncloud is being run ( the multiple owncloud processes).


This is what I got.... I am kind of confused now

Code:
 root@owncloud_1:/ # ps auxw
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 34713 0.1 0.0 17564 3072 0 SJ 7:10PM 0:00.03 tcsh
root 7127 0.0 0.0 12076 1600 ?? IsJ 10:12PM 0:00.35 /usr/sbin/syslogd -s
root 7183 0.0 0.0 14176 1652 ?? IsJ 10:12PM 0:00.30 /usr/sbin/cron -s
root 7368 0.0 0.2 140648 17320 ?? IJ 10:13PM 0:11.12 /usr/pbi/owncloud-amd64/bin/python /usr/pbi/owncloud-amd64/control.py st
root 16293 0.0 0.2 271156 18344 ?? SsJ 10:21PM 0:04.35 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 16294 0.0 0.3 271156 19916 ?? IJ 10:21PM 0:00.06 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 16295 0.0 0.2 271156 18476 ?? IJ 10:21PM 0:00.01 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 16296 0.0 0.3 271156 20044 ?? IJ 10:21PM 0:00.07 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 16297 0.0 0.2 271156 18476 ?? IJ 10:21PM 0:00.01 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 16298 0.0 0.2 271156 18476 ?? IJ 10:21PM 0:00.01 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 16527 0.0 0.2 271156 18368 ?? IJ 10:21PM 0:00.00 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 17224 0.0 0.2 271156 18356 ?? IJ 10:21PM 0:00.00 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 17225 0.0 0.2 271156 18356 ?? SJ 10:21PM 0:00.26 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 17226 0.0 0.2 271156 18356 ?? IJ 10:21PM 0:00.00 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
www 17227 0.0 0.2 271156 18356 ?? IJ 10:21PM 0:00.00 /usr/pbi/owncloud-amd64/sbin/httpd -DNOHTTPACCEPT
 
root 34715 0.0 0.0 14220 1808 0 R+J 7:10PM 0:00.00 ps auxw 
 

N00b

Explorer
Joined
May 31, 2013
Messages
83
The data directory (it would default to /media) should be writable by 'www' (which again I thought was the default). Let ownCloud create the sub-directories. From the CLI in the jail use command "chown -R www media"
 

kingcharles

Dabbler
Joined
Dec 2, 2012
Messages
17
I had the same issue, but "chown -R www media" did the trick.
So I guess the default is not www for /media
Thanks
 
Status
Not open for further replies.
Top