Building functioning OwnCloud within 24 hours... or less...help?
-
I asked about Sharepoint couple of weeks ago, and a lot of you guys pointed me to Owncloud. Post here.
SAM pointed me to one of his post here
Problem/error I am having is after login as root and run the first command I receive an error "Could not retrieve mirrorlist mirrorlist http://...). I believe it is related to IP address not configured or conflict. I cannot run ifconfig or yum install net-tools either. Any idea? Do I have to redo the minimal install again?
EDIT: I also found a lot of post with similar problems. How do I configure hosts file (CentOS version)?
EDIT2: Note to everyone net to CentOS... capital letters counts! CentOS_7 must to type the same way it is typed. centos_7 does not work.
-
I am following @JaredBusch 's post but it seem my network config is the cause.
-
You configure the host file with
vi /etc/hosts
You probably need to update the configuration for the ethernet adapter
vi /etc/sysconfig/network-scripts/ifcfg-eth0
At a minimum you'll need these lines set correctly in the ifcfg-eth0 file
TYPE=Ethernet
BOOTPROTO=static
DEVICE=eth0
IPADDR=ipaddress
NETMASK=subnet
GATEWAY=gatewayaddress
DNS1=firstdns
DNS2=seconddnssystemctl reload network
Hopefully that will get your network up and running. If not we're going to have to get a lot more information.
-
Thanks. attempting
-
What's the different between the Standard/enterprise and Free version? What am I missing out?
-
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
You configure the host file with
vi /etc/hosts
You probably need to update the configuration for the ethernet adapter
vi /etc/sysconfig/network-scripts/ifcfg-eth0
At a minimum you'll need these lines set correctly in the ifcfg-eth0 file
TYPE=Ethernet
BOOTPROTO=static
DEVICE=eth0
IPADDR=ipaddress
NETMASK=subnet
GATEWAY=gatewayaddress
DNS1=firstdns
DNS2=seconddnssystemctl reload network
Hopefully that will get your network up and running. If not we're going to have to get a lot more information.
working now. Thanks!
-
rpm --import https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key
Not working.
-
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
-
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
First time hearing that. I'll look into it now.
-
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
-
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
-
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
Correct, and it is very low on my priority list for at least a month if not more.
OwnCloud still works perfectly fine.
-
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
Correct, and it is very low on my priority list for at least a month if not more.
OwnCloud still works perfectly fine.
I can't seem to import OwnClound repo. Anyidea why?
Running CentOS7 via HyperV
-
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
You configure the host file with
vi /etc/hosts
You probably need to update the configuration for the ethernet adapter
vi /etc/sysconfig/network-scripts/ifcfg-eth0
At a minimum you'll need these lines set correctly in the ifcfg-eth0 file
TYPE=Ethernet
BOOTPROTO=static
DEVICE=eth0
IPADDR=ipaddress
NETMASK=subnet
GATEWAY=gatewayaddress
DNS1=firstdns
DNS2=seconddnssystemctl reload network
Hopefully that will get your network up and running. If not we're going to have to get a lot more information.
working now. Thanks!
I've kinda been there, done that bit sooo many times.
-
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
Correct, and it is very low on my priority list for at least a month if not more.
OwnCloud still works perfectly fine.
I can't seem to import OwnClound repo. Anyidea why?
Running CentOS7 via HyperV
Try
curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile
-
error.
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
Correct, and it is very low on my priority list for at least a month if not more.
OwnCloud still works perfectly fine.
I can't seem to import OwnClound repo. Anyidea why?
Running CentOS7 via HyperV
Try
curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile
Can you give me an example about how to use curl or wget? yum -y wget https://.....key?
-
Found owncloud key on Opensuse. is it the same key file?
-
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
error.
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
Correct, and it is very low on my priority list for at least a month if not more.
OwnCloud still works perfectly fine.
I can't seem to import OwnClound repo. Anyidea why?
Running CentOS7 via HyperV
Try
curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile
Can you give me an example about how to use curl or wget? yum -y wget https://.....key?
wget "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key"
wget is a way to download files on the command line. Look for the learning Linux series of posts @scottalanmiller did, they're great!
-
I
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
error.
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
@LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
@JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:
@scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:
not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.
The problem with NextCloud is that there is not a repository based solution for it.
You have to install from sources.
Oh that sucks. Still doable, but not nearly as nice.
Correct, and it is very low on my priority list for at least a month if not more.
OwnCloud still works perfectly fine.
I can't seem to import OwnClound repo. Anyidea why?
Running CentOS7 via HyperV
Try
curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile
Can you give me an example about how to use curl or wget? yum -y wget https://.....key?
wget "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key"
wget is a way to download files on the command line. Look for the learning Linux series of posts @scottalanmiller did, they're great!
Thanks Travis. I found my stupid problem. First I don't have my glasses on and I could not differentiate lower and capital -o and -O. Second, I didn't put CentOS_7 with capital C,O,S.
After realizing that rpm --inport works just fine.
-
@travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:
Look for the learning Linux series of posts @scottalanmiller did, they're great!
I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.