=== notdaniel is now known as notnotdaniel === led_ir23 is now known as led_ir22 [08:15] Is named a default enabled ubuntu server service? I'm a little bit unsure who starts the process... [10:04] I've installed mysql and got error [10:04] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) [10:04] I used this mysql_secure_installation [10:05] commands mysql doesnt work [10:05] I press $ sudo mysql also doesn't help [10:30] Neo1: Seems that you've assigned a password for mysql. [10:30] yes [10:31] I've soled it use sudo mysql -u root -p [10:31] try mysql -u root -p [10:31] yes, thanks [11:04] I'd installed LAMP a few minutes ago, What shall I do now? How I can create databases? [11:05] m15k: ? [11:05] Neo1: It's a little bit unclear what you want to achive... [11:06] this 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] m15k: I want doing chat on node.js and install there wordpress [11:07] And what's your problem? [11:07] m15k: see at first I think about databases [11:07] m15k: I don't know how it create, what do you use for it? I am thinking about phpmyadmin? [11:08] If you want to install wordpress that worpress should take care about creating the databse [11:08] If you want to do it manullay you could use phpmyadmin or even mysql command [11:08] m15k: yes, exactly, therefor I need create a few databases, before I used ISPManager and there all was [11:09] m15k: I want to do it in easier way, probably not manual? [11:10] m15k: yes I misunderstood, and how you do it? [11:10] Easier is just a perspective. For me it's easier to just use command line instead of installing a webapp [11:10] that way: https://dev.mysql.com/doc/refman/5.7/en/creating-database.html [11:11] m15k: phpmyadmin is necessary app unless you don't use LAMP? [11:12] m15k: and in phpmyadmin shall I create users not root too? [11:12] we don't use root for server and probably we don't use root for MySQL [11:12] Hopefully ^^ [11:14] "phpmyadmin is necessary app unless you don't use LAMP?" The sentence does not make sense for me. [11:15] well, 3 commands and you can create dB in console...., but nevertheless phpmyadmin is much better, more opportunities [11:15] phpmyadmin is just a frontend for mysql. You can use and/or create user as you like. [11:15] m15k: why? unless means if not [11:15] m15k: phpmyadmin is necessary app if not you don't use (without) LAMP [11:16] LAMP is just a tech stack: LinuxApacheMysqlPhp [11:16] And phpmyadmin is a frontend for Mysql based on Php [11:17] So phpmyadmin is never necessary at all. [11:17] yes and I think we should always install phpmyadmin if we use mysql, yes? [11:17] I don't agree. But that's not the question rightß [11:17] ok [11:18] m15k: well it's personal preferences rather ) [11:18] On that I can agree :) [11:41] I'm going to do this 3 things namely: install phpmyadmin, create a few virtual hosts and setup free tsl/ssl certificut, [11:41] Then install node.js. [11:41] Afterwards 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:42] Seems this way give me skill of customize server over SSH [11:43] and at the end write shell script that will automatically to do all of this routine work.... [13:36] I've got this error: [13:36] Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details. [14:57] then do as it says [16:21] <[Kid]> anyone use corosync and/or pacemaker with CLVM for clustered storage? [16:21] <[Kid]> got a question mainly about corosync and pacemaker === ajmitch_ is now known as ajmitch [20:37] Hi, 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:38] Right now I'm running the duplicity scripts from a python script, but I could change that if needed.