On Thu, 2016-10-20 at 00:07 +0100, Gerard wrote:
> So I have used the new way on doing an install 
> 
> http://static.paravelsystems.com/rivendell-install/rivendell-install-rhel7.html
> 
> A few problems I manually install the network drivers and rd  install 
> overwrote them 
> 
> Second I cant get past the following input it need more clear instructions 
> because no mater what I do I  cant import audio and think  this is where the 
> problem is  
> 

I find it a lot easier to set up the network and hostname when you set
up the root password on the initial gui where you select the minimum
installation...you can then ignore the command line steps...

> Set the MariaDB administrator password with the following command (substitute 
> your password for pwd and the name of the system for host):
> 
> echo "SET PASSWORD FOR root@host = PASSWORD('pwd');" | mysql -u root
> 
> echo "SET PASSWORD FOR root@localhost = PASSWORD('pwd');" | mysql -u root"

take out the "pipe" "|" in the rhel7 command line...

echo "SET PASSWORD FOR root@localhost = PASSWORD('mypassword');" mysql
-u root



_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to