/srv/irclogs.ubuntu.com/2017/12/03/#ubuntu-server.txt

=== notdaniel is now known as notnotdaniel
=== led_ir23 is now known as led_ir22
m15kIs named a default enabled ubuntu server service? I'm a little bit unsure who starts the process...08:15
Neo1I've installed mysql and got error10:04
Neo1ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)10:04
Neo1I used this mysql_secure_installation10:04
Neo1commands mysql doesnt work10:05
Neo1I press $ sudo mysql also doesn't help10:05
m15kNeo1: Seems that you've assigned a password for mysql.10:30
Neo1yes10:30
Neo1I've soled it use sudo mysql -u root -p10:31
m15ktry mysql -u root -p10:31
Neo1yes, thanks10:31
Neo1I'd installed LAMP a few minutes ago, What shall I do now? How I can create databases?11:04
Neo1m15k: ?11:05
m15kNeo1: It's a little bit unclear what you want to achive...11:05
Neo1this is my real site http://american-chat.ru , I want create database and a few subdomains such as test.american-chat.ru, test1.americanchat.ru and whatnot...11:06
Neo1m15k: I want doing chat on node.js and install there wordpress11:06
m15kAnd what's your problem?11:07
Neo1m15k: see at first I think about databases11:07
Neo1m15k: I don't know how it create, what do you use for it? I am thinking about phpmyadmin?11:07
m15kIf you want to install wordpress that worpress should take care about creating the databse11:08
m15kIf you want to do it manullay you could use phpmyadmin or even mysql command11:08
Neo1m15k: yes, exactly, therefor I need create a few databases, before I used ISPManager and there all was11:08
Neo1m15k: I want to do it in easier way, probably not manual?11:09
Neo1m15k: yes I misunderstood, and how you do it?11:10
m15kEasier is just a perspective. For me it's easier to just use command line instead of installing a webapp11:10
m15kthat way: https://dev.mysql.com/doc/refman/5.7/en/creating-database.html11:10
Neo1m15k: phpmyadmin is necessary app unless you don't use LAMP?11:11
Neo1m15k: and in phpmyadmin shall I create users not root too?11:12
Neo1we don't use root for server and probably we don't use root for MySQL11:12
m15kHopefully ^^11:12
m15k"phpmyadmin is necessary app unless you don't use LAMP?" The sentence does not make sense for me.11:14
Neo1well, 3 commands and you can create dB in console...., but nevertheless phpmyadmin is much better, more opportunities11:15
m15kphpmyadmin is just a frontend for mysql. You can use and/or create user as you like.11:15
Neo1m15k: why? unless means if not11:15
Neo1m15k: phpmyadmin is necessary app if not you don't use (without) LAMP11:15
m15kLAMP is just a tech stack: LinuxApacheMysqlPhp11:16
m15kAnd phpmyadmin is a frontend for Mysql based on Php11:16
m15kSo phpmyadmin is never necessary at all.11:17
Neo1yes and I think we should always install phpmyadmin if we use mysql, yes?11:17
m15kI don't agree. But that's not the question rightß11:17
Neo1ok11:17
Neo1m15k: well it's personal preferences rather )11:18
m15kOn that I can agree :)11:18
Neo1I'm going to do this 3 things namely: install phpmyadmin, create a few virtual hosts and setup free tsl/ssl certificut,11:41
Neo1Then install node.js.11:41
Neo1Afterwards make conclusions, write short plan how to do and reinstall everything again follow plans again correct plan and again a few times reinstall everything....11:41
Neo1Seems this way give me skill of customize server over SSH11:42
Neo1and at the end write shell script that will automatically to do all of this routine work....11:43
Neo1I've got this error:13:36
Neo1Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.13:36
tomreynthen do as it says14:57
[Kid]anyone use corosync and/or pacemaker with CLVM for clustered storage?16:21
[Kid]got a question mainly about corosync and pacemaker16:21
=== ajmitch_ is now known as ajmitch
DoowHi, I'm running backups with duplicity as the user backup. One of the things I'm backing up is gitolite folders, to do this properly I need to run the gitolite writable command as the gitolite user. The gitolite user doesn't have a login shell. What's the best way to do this?20:37
DoowRight now I'm running the duplicity scripts from a python script, but I could change that if needed.20:38

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!