/srv/irclogs.ubuntu.com/2014/03/13/#ubuntu-server.txt

sarnoldMidion_: wow. that's an amazing pile of errors. which of those have you fixed and which of those haven't you fixed?00:00
Midion_chown -R admin:www-data /home/admin/web/websitename.com/public_html maybe because i did this earlier.00:01
Midion_because everything root:root and the website would not upload pictures or anything at first.00:02
sarnoldMidion_: it'd be a good idea to hit reload, see what gets added to the log, fix those problems, hit reload, fix, hit reload, etc. iterate until it's fixed. :)00:02
Midion_is there a command line for that im im in ssh.00:03
sarnoldtail -f /var/log/whatever/file.log00:05
sarnoldvery handy :)00:05
Midion_ty00:05
Midion_restarted the vps and ran the command you just told me to and the site is back up.00:09
Midion_ty00:09
Midion_maybe its temporary i think there is an issue with the mail.00:11
Midion_i did notice i cannot send out from or recieve mail to the site.00:12
Midion_emails only come to the site internally00:12
sarnoldyes, your mail software looks pretty busted..00:12
Midion_lol00:13
Midion_well atleast im learning00:13
Midion_guess reload the server and just install lamp with phpmyadmin. since now i finally figured out how to use sftp.00:14
Midion_i just thought everything would work installing vestacp.00:16
Midion_question if im running lamp. should my site be able to send out emails like forgotten passwords and such?00:18
Midion_or do i need to download something seperate for email functioning?00:18
=== stgraber_ is now known as stgraber
sarnoldMidion_: sending emails is an incredible undertaking these days. email isn't what it used to be.00:35
Midion_I just want my website to be able to send out forgotten passwords if someone needs it.00:43
tewardit's not *that* simple, as sarnold pointed out.00:44
tewardyou need something to send the mail with, and from an IP that isn't residential (so it's not blacklisted)00:44
Midion_I have 2 google apps free edition accounts. So I just use those for email.00:44
sarnoldMidion_: getting your emails past gmail's fairly heavy-hitting antispam rules takes some effort. depending upon your ip address it just may not be possible.00:44
Midion_ah00:44
tewardyou also need to see that which sarnold just said00:44
tewardhaving siad this, your backend application needs to support using external SMTP if you want to use google apps as your method for email00:45
tewardand you have to restrict registrations/emails to a certain amoutn in a certain period00:45
tewardotherwise your emails get rate-limited and then your emails cease00:45
tewardgood for low-traffic, low-email-volume stuff, not so much for 1000 emails a day and such00:46
tewardand again, sarnold is right :)00:46
sarnoldwell, I figured he was hosting his own mail.. btdt, not much fun, and I'm sure it's gotten worse in the last decade00:47
sarnoldteward: external smtp to google sounds better than a lot of options :) hehe00:47
tewardsarnold: not all PHP (assumed!) apps will behave with SMTP00:50
tewardand then you sometimes have to use... tricky workaround configurations... to make it behave with google smtp00:50
tewardand it really DOES depend on the volume of the site00:50
tewardif you're going to be having the system send a lot of emails, then google apps isn't a good choice for this00:51
sarnoldteward: yeah, seems like the folks in here with the worst problems were trying to do mail from php. sounds miserable to me. :)00:51
teward(they WILL block you from sending emails for a week when you routinely explodify with email volume)00:51
sarnoldaka: 'we can't insert advertising in email. go talk to sendgrid'  :)00:52
tewardlol00:52
Midion_im usinf drupal and a invision powerboard forum. So I just want people to be able to use the forgot password functions.01:01
=== markthomas is now known as markthomas_away
mgwI'm having an issue getting dnsmasq and resolvconf to play nicely01:19
mgw /etc/resolvconf/resolv.conf.d/base has my name servers in it01:19
mgwbut they're not propagating to /var/run/dnsmasq/resolv.conf01:19
mgwI know I can add nameservers to /etc/network/interfaces, but isn't it possible to use the resolvconf base to bypass having to ifdown/up the interface to pick up the change?01:23
=== markthomas_away is now known as markthomas
=== markthomas is now known as markthomas_away
ice9when I run clamscan  after couple of seconds it prints 'killed' and exists02:04
sarnoldice9: check dmesg | tail, see if it hit a segv..02:04
ice9sarnold: no02:06
sarnoldice9: hrm, might be time to break out strace, try "strace -o /tmp/clam.out clamscan" -- check ou the /tmp/clam.out file and see if there's anything interesting there02:07
ice9sarnold: +++ killed by SIGKILL +++02:10
=== jim is now known as Guest71791
ice9sarnold: how can I know which process killed it?02:16
rostamHI I  have  two disk on my system. I like to install two instances of Ubuntu (one on each disk) on this system. Is there a utility who could help me on this task please? thx02:56
=== NCommander is now known as Guest44669
=== Guest44669 is now known as NCommander
=== markthomas_away is now known as markthomas
=== markthomas is now known as markthomas_away
Midion_What is the difference between using this command: sudo apt-get  install lamp-server^ phpmyadmin and Taskel to install lamp?07:16
arrithMidion_: i'm not sure lamp is an option in tasksel07:28
arrithtasksel --list-tasks07:28
arrithtasksel --task-packages web-server (List the packages that would be installed by that task)07:28
arrithoh so it is07:29
Midion_Ok so I setup my server using lamp. I made a new user and gave it sudo permissions. I logged in via sftp and attampted to upload my backup files to /var/www08:47
Midion_I got the following. /var/www/backup_3_8_2014.zip: open for write: permission denied08:47
Midion_I ran sudo visudo again to check and i do have all the same permissions as root.08:48
arrithMidion_: folder permissions issue perhaps09:26
lordievaderGood morning.10:03
Alina-malina hmmmm how maximum entry processes i can set up on VPS with nginx usually for example if it is VPS can i put like 40?10:07
hxmhi, can I change the partition without restart?10:13
lordievaderhxm: What partition? If it is the root partition, no.10:13
hxmright now /var is in / and I have /home in a different partition, I wanted to split /home and use it for /var10:18
hxmis that possible with mess everything?10:26
cfhowletthxm, y?!10:26
hxm?10:26
hxmin /var I have /www and it is getting big10:27
hxmand the home partition is a 1Tb at 1% used10:27
dnano91hi, i'm running an ubuntu server and have trouble updating. i tried aptitude upgrade, but it got stuck on maria-db server, and now i can't use apt anymore, because it wants to finish the previous update, but it can never seem to stop maria-db.10:31
lordievaderhxm: LVM would in this case be very usefull. Anyhow what you could do is resize /home, create a new partition with that free space. Mount the newly created partition somewhere copy /var/ over to it. Rename /var/ to /var.old and create a new folder /var mount the new parition to it. And ajust /etc/fstab.10:31
hxmchances are to lose data?10:31
lordievaderhxm: That's why you move the folder, so you have a backup. But yes, with resizing partitions there are risks involved. Be sure to back up critical data.10:34
lordievaderOr non-recoverable data.10:34
Midion_you try rebooting dnano91?10:34
hxmlordievader: thanks for the help10:34
Midion_Any reason why i would keep getting this in my error log? [Thu Mar 13 06:30:48 2014] [error] [client 75.143.147.134] File does not exist: /var/www/findomli/webmail, referer: http://xxx.xxx.xxx.xxxx/webmail/?_task=mail&_mbox=INBOX&_refresh=110:35
lordievaderhxm: No problem.10:35
Midion_i have no mail and i only setup lamp with phpmyadmin.10:36
Midion_is someone trying to attack my server or something?10:39
cfhowlettMidion_, more likely you're misconfigured something10:40
arrithMidion_: do you recognize that ip?10:43
dnano91any idea how i can fix aptitude?10:43
rbasakjamespage: looking at the python-jujuclient MIR now.10:44
Midion_no i do not reconixe that ip.10:49
Midion_recognize10:49
Midion_its like every second10:51
lordievaderMidion_: Fail2ban can also do http things, though it might be more related to http authentication. To be honest haven't really looked into fail2ban+http.10:52
dnano91isn't there anyone who could help me with my aptitude problem?10:58
jamespagerbasak: excellent11:00
* jamespage goes back to fixing openstack bugs11:00
Midion_Do you think CSF + LFD would fix it?11:21
Midion_I found a tutorial here https://www.digitalocean.com/community/articles/how-to-install-and-configure-config-server-firewall-csf-on-ubuntu?refcode=7ee052965ae911:22
smbhallyn, Could you review/sponsor my libvirt fixes for S and T (potentially accepting the nominations, too) for which11:35
smbhallyn, I added debdiffs in the bug report (bug 1248025)11:36
jamespagesmb, its annoying our bot has disappeared12:01
raj__Could I tell rsnapshot to keep the initial (ie., the very first backup) backup forever, incase I may need it anytime (like for /etc directory ) ?12:10
Kullycan someone give me a hand? I've got two nic's on the same network I need one's nic to keep the default gate of the lan (10.0.0.1) and the other to take the default gate of the VPN lan 192.168.0.1, when I run route add default gate 192.168.0.1 eth0 I lose connection to the host unless I'm on the VPN... how can I accomplish this?12:52
pmatulis3Kully: so don't do that.  you can only have one default gateway12:53
pmatulis3Kully: the 192 will be a specific route12:54
Kullyhow do I configure a specific route?12:55
dnano91i can't update anymore cause aptitude tries to finish it's last update, but i can't restart maria-db for some reason, any idea why? and how i can solve this?13:11
dnano91*aptitude can't restart maria-db13:12
pmatulis3dnano91: pastebin output to 'sudo apt-get update; sudo apt-get dist-upgrade'13:33
alexmoldovanhi pmatulis3   :)13:34
pmatulis3alexmoldovan: morning13:55
alexmoldovanhow come you need up the 3rd?13:55
pmatulis3alexmoldovan: dunno, something just "did it" to me13:56
dnano91pmatulis3: is there a way to direct output to a file while still getting it to console? 1>log.txt and i can't see anything13:58
pmatulis3dnano91: sure14:00
pmatulis3dnano91: echo blah | tee file14:00
dnano91thanks :)14:00
dnano91pmatulis3:  http://sprunge.us/RXiB this is how far it goes. then nothing happens14:04
pmatulis3dnano91: my 1st guess is that the packages in the mirror is screwing things up14:07
pmatulis3http://tweedo.com/mirror/mariadb/repo/10.0/ubuntu/14:07
dnano91pmatulis3: i'll try changing mirror then14:08
Davieyjamespage / roaksoax: python-seamicroclient FTBFS, given back as it seemed an odd error.14:09
jamespageDaviey, ack14:09
jamespageI'll take a look if it does it again14:09
pmatulis3dnano91: well, you'll prolly need to first remove the existing package.  is that feasible?14:10
pmatulis3dnano91: that mirror provides 'out-of-archive' packages14:10
hallynsmb: will do14:11
dnano91pmatulis3: you mean uninstall maria db?14:11
smbhallyn, Great, thanks. Note that this also needs to go to some cloud archive which I am not sure about the procedure. Or would that be automatic?14:12
pmatulis3dnano91: yeah.  why are you using those packages anyway?14:12
dnano91pmatulis3: i wanted to switch from mysql to maria db. later tried to switch back but it's not that easy14:15
dnano91pmatulis3: i should probably have switched to maria 5 instead of 1014:18
hallynsmb: yeah afaik that's automatic.  whether by a robot, or by jamespage (another robot)14:18
smbhallyn, :D14:18
jamespagesmb, libvirt?14:18
smbjamespage, yep14:19
jamespagesmb, hallyn: I've still not figured out the failing test yet so libvirt -> CA is currently blocked14:19
smbjamespage, Is that both Saucy and Trusty or just T?14:20
jamespagesmb, its a manual merge into the ca for both unfortunately14:21
smbjamespage, Oh ok cloud archive and not California... :)14:21
jamespagesmb, but I'm just blocked on T libvirt14:21
smbjamespage, Ok, but  just to make sure, that should not keep us from updating the package(s) for the normal archive. Just migration to the cloud archive will be delayed.14:25
jamespageyes14:25
smbok cool14:26
Davieyjamespage / roaksoax: bug 1292029 (failed twice)14:27
jamespagetsimpson, hey - please could we get our bot up and running again?14:30
Davieyjamespage: Don't know if it still the case, but the bot here was ran by Soren?14:32
Davieysoren ^^14:32
jamespagewas it? I was just reading the bots page14:33
hallynjamespage: i assume you've tried and succeeded building libvirt in a *trusty* schroot?14:33
jamespagehallyn, yes14:33
hallynjamespage: what's the policy on the archive then - how bout just disable that test for that archive?14:34
jamespagehallyn, the only difference I could see was that symbolic-functions was used on 12.04 but I don't think it is on 14.0414:34
jamespageafaict14:34
hallynoh14:34
hallyni was undesrtanding that backwards yesterday14:34
hallynbut as i say, it built for me in a precise container14:34
jamespagehallyn, http://www.redhat.com/archives/libvir-list/2013-October/msg00950.html14:35
jamespagehallyn, how did you build? would that have enabled all of the hardening flags?14:36
hallynjamepage: i first did install that cloud archive;  maybe that added something14:37
hallynsmb: about your patch,14:37
hallyndoes it do the right thing if /proc/xen/capabiltiies does not exist?14:37
hallynoh yeah, i guess so.14:37
smbhallyn, I think it should and did as virFileReadAll returns an error in that case14:38
hallyncan that file be empty?14:38
hallynand if so what does that mean?14:38
smbhallyn, Yes, that means you did mount xenfs to /proc/xen on a normal Xen guest14:39
smbhallyn, The file is empty then and on a dom0 it returns control_d14:40
hallynand if control_d is there, you want to say no xen caps detected?14:40
hallynoh no.  phew.  the reuse of status is confusing there :)14:41
smbhallyn, No ther way raund but yeah, it might be a tad to "efficient"14:41
smbhallyn, By now that is the version accepted upstream so we gonna have to live with that evil programming style. :)14:45
hallynsmb: yup, pushed the pkg, thanks.14:45
hallynjamespage: oh, so i built using debian/rules build && fakeroot debian/rules binary.  not sure if that enables *all* the flags, i would ahve thought so14:46
smbhallyn, Great, thanks. That is at least one down...14:46
hallynsmb: the saucy one will have to wait as 8.6 is in proposed.14:48
hallynsmb: can you put it in your own tickler file or whatever to check in 2 weeks if saucy-proposed has been cleared?14:49
smbhallyn, Ah ok.14:49
hallynsmb: thanks14:49
smbTrying to make a knot into my towel...14:49
hallynah what the hell i'm putting it on my own for the 24th14:49
=== cmagina is now known as cmagina-away
=== cmagina-away is now known as cmagina
jamescarrwho maintains this??? http://cloud-images.ubuntu.com/locator/ec2/releasesTable#15:20
jamespageDaviey, seamicroclient build fixed15:42
jamespage* d/control: Add missing BD on openstack-pkg-tools (LP: #1292029).15:42
* jamespage sighs15:42
jamespagethe folly of not using upstream release tarballs....15:42
Davieyjamespage: Yeah.. wonder why it worked in Debian? One of it's BD depending on it already?16:00
jamespageDaviey, I wonder :-)16:01
jamespageits not like it might have built somewhere un-official16:01
Davieyjamespage: Oh *sigh*, that hadn't even crossed my mind.16:02
jamescarrhere you go... how to pull the latest EC2 Ubuntu AMI https://gist.github.com/jamescarr/953157716:23
jamescarrwish there was a better way!16:23
rbasakjamescarr: are you aware of sstream-query?16:23
jamescarrsstream-query?16:24
jamescarrstring json?16:24
jamescarr*streaming16:24
jamescarrfirst result from google https://bugs.launchpad.net/simplestreams/+bug/129074416:24
rbasakOne moment, I'll knock up a sample invocation for you. Can you give me an example query in English?16:25
rbasak(eg. what region, arch, etc?)16:25
jamescarrGive me the AMI for raring for amd64 arch  in us-east-116:26
rbasak$ ubuntu-cloudimg-query amd64 us-east-116:26
rbasakami-0b9c9f6216:26
rbasakI'm not sure if that uses simplestreams or not.16:26
jamescarrsrsly???16:26
rbasaksstream-query allows you to query the metadata more directly, but it's longer to invoke.16:26
jamescarrI asked that question a lot and no now answered16:26
rbasakYes srsly :)16:27
jamescarr*no one16:27
rbasakI did :-P16:27
jamescarrI asked on stack overflow, twitter, irc chans ;)16:27
rbasakOh, I didn't say raring16:27
rbasak$ ubuntu-cloudimg-query amd64 us-east-1 raring16:27
rbasakami-951524fc16:27
rbasakI presume it defaults to something sensible16:27
jamescarrthat's it16:27
jamescarrdammit16:27
jamescarroh well, it was a fun way to spend 20 minutes16:27
rbasakjamescarr: sorry this stuff is not better documented.16:29
rbasaksmoser has an outstanding task to do some of it. It should be in the server guide really.16:29
jamescarrno problem ;)16:29
jamescarrjust replaced 15 lines of code with one ;)16:30
jamescarrso there's that16:30
jamescarrmagnificient16:30
jamescarralso saves me from adding a silly dependency to my build scripts16:31
rbasakWe support many more providers than just EC2 now, so I think this command might be deprecated eventually, and replaced with a more generic query tool.16:31
rbasakThe tools and metadata are already in place. sstream-query queries it, but perhaps ubuntu-cloudimg-query needs to be written to source simplestreams and default to EC2 for compatibility.16:31
jamescarrwhat if I wanted instance store?16:32
jamescarrthe ami returned is for ebs16:32
rbasak$ ubuntu-cloudimg-query amd64 us-east-1 raring instance16:33
rbasakami-1d13227416:33
rbasakThere doesn't appear to be a manpage, but "ubuntu-cloudimg-query -h" has some information.16:33
jamescarrty16:34
cocoa117does this syslog-ng things are program that running after kernel and library ready, so it can handle the log files? the program such as sendmail will still need to be configured to use syslog-ng to handle its log?16:59
pmatulis3cocoa117: why you remove rsyslog?17:02
cocoa117pmatulis3, i been told "we" are using syslog-ng at here...17:03
pmatulis3cocoa117: strange17:04
cocoa117pmatulis3, i am learning, so just take what has been throw at me17:04
cocoa117so am i right to assume the syslog-ng or rsyslog or syslogd is the program that is designed to handle logs, so it can be redistributed or managed. The individual program such as bind, sendmail, httpd will need to be configured to use those syslog program in order for administrator to handle the logs properly?17:14
pmatulis3cocoa117: apps will log.  usually to /var/log/syslog.  but you can customize where stuff goes and what gets logged17:28
pmatulis3cocoa117: then again, i've never used syslog-ng, but it should work17:29
cocoa117pmatulis3, you mean when program is designed to use syslog() library will auto send its message to /var/log/syslog? i assume your /etc/syslog.conf will allow you to configure what goes where?17:31
pmatulis3cocoa117: yes, for the first part of your question.  dunno about second part since rsyslog uses different configuration files from syslog-ng17:32
cocoa117pmatulis3, that's fine. i was trying to understand the concept here17:32
pmatulis3woot. rsyslog on Trusty will have native support for log file encryption and log anonymization17:40
pmatulis3(ip addresses anyway)17:43
=== markthomas_away is now known as markthomas
sarnoldstgraber: hey, are you the right person to look at https://bugs.launchpad.net/ubuntu/+bug/1292019  ? :)18:01
sarnoldstgraber: (another user was in here within the last few days complaining about too-frequent dhcp packets, but he got tired of looking into it before filing a bug. sigh.)18:03
stgrabersarnold: seems to be a netcfg bug, triaged18:06
sarnoldstgraber: thanks! :)18:07
mgw1given an ubuntu 12.04 system with resolvconf and dnsmasq, and static ip assignment, is there a way to update nameservers without editing /etc/network/interfaces and bouncing the interface?18:11
mgw1in particular the bouncing part18:11
stgrabersarnold: any progress on the cgmanager MIR?18:14
sarnoldstgraber: hehe, thanks for the poke :) not yet, sorry.18:17
ice9clamav get killed after couple of seconds from running it18:33
ice9clamsac!18:34
ice9clamscan18:34
mgw1stgraber: I see you wrote a blog post on resolvconf/dnsmasq some time ago. Do you have any suggestions on my issue?18:36
stgrabermgw1: so if you have dnsmasq installed, resolvconf will only set 127.0.0.1 as your DNS server and ignore any other setting you may have, so just update dnsmasq's config and restart it18:37
mgw1right, but how can I get dnsmasq to make a dns change?18:38
ice9clamscan get killed after couple of seconds from running it18:38
mgw1stgraber: ^18:38
stgrabermgw1: no idea, I don't know dnsmasq, though I suspect it'd involve changing its config and sending it SIGHUP or something18:39
mgw1strgraber: ok, thanks18:39
mgw1*stgraber18:39
vedicHey guys, I just now setup nginx on my remote server. From linux virtual machine if I access the site, I get the msg: "The connection to the server was reset while the page was loading." but when I access it from IE or FF from Windows, site works gr8. What could be the reason?19:55
ice9vedic: then your virtual machine is not working properly with the outside world, check your iptables and how the virtual machine is connecting to the internet19:57
rbasakvedic: that message means that the TCP connection is getting broken. It sounds likely to me that the issue is with the virtual machine's networking with the host machine.19:57
vedicice9, rbasak: Guest is on bridge mode20:00
rbasakvedic: try tcpdump/wireshark on the host, guest and your server to see what is killing the TCP connection.20:00
rbasakAIUI, wireshark is available on Windows too, if you have a Windows host.20:00
rbasakYou need to have at least a rudimentary to understand the results though20:01
rbasakrudimentary understanding of TCP that is.20:01
vedicrbasak: Firewall rule is default on guest. Deny incoming and allow outgoing20:02
coreycbJJj20:35
Midion_What would be the best way to edit sshd_config from a server standpoint? To change roo login to no? To deny root? To allow only certain users? Or to allow only certain groups?20:45
thurstylarkWhat do you guys think about Ajenti for a Webmin replacement for a couple of home servers? I'm tired of webmin at this point...20:48
rbasakMidion_: I usually add AllowUsers to restrict to a set of named users. Easier to audit then.20:50
rbasak(eg. each one has an ssh key and a disabled password)20:50
rbasakI also enable 2 factor auth20:50
rbasakI blogged how to do 2 factor here: http://www.justgohome.co.uk/blog/2013/07/better-two-factor-ssh-authentication-on-ubuntu.html20:50
rbasakOr at least force key login20:51
Midion_ty rbasak i'll read your blog now.20:54
Midion_Is the best way to setup lamp just to run: sudo apt-get  install lamp-server^ phpmyadmin20:55
Midion_Sadly my phone kicked the bucket. So I don't know if I can use this method.21:01
thumpersmoser: ping21:31
=== mrpink is now known as misterpink
rbasakteward: nice blog, and thank you for your hard work!23:06
Midion_Question..... So I setup my new user and gave him sudo permissions. I also added the name to the www-data group. I ran the chown command on /var/www  as www-data/www-data but I cannot transfer files to it over sftp still.23:11
Midion_What am I doing wrong?23:12
Midion_I also added umask 007 to /etc/apache2/envvars.23:13
sarnoldMidion_: did you sftp www-data@servername ?23:13
pmatulis3jamespage: hi, is this completely baked? -- https://code.launchpad.net/~openstack-charmers/charms/precise/keystone/ssl-everywhere23:13
pmatulis3jamespage: and if so, how do users eventually get that charm?23:14
Midion_no i did sftp username@servername23:15
Midion_I previously added the user to the www-data group.23:15
Midion_so its better to sftp using www-data instead of the user?23:15
sarnolddoes /var/www/ and child directories have group write permission turned on?23:15
sarnoldit's better to not have your data owned by www-data at all (despite the stupid name)23:15
Midion_I think write permission is turned on. would that be when I had to add Add umask 007 to /etc/apache2/envvars?23:18
Midion_The only thing I ran on /var/www was chown -R www-data:www-data /var/www23:18
sarnoldMidion_: ls -ld /var/www23:19
sarnoldMidion_: the apache umask setting will affect of course only files that apache creates. I hope it is not many :)23:19
Midion_ok I ran ls -ld /var/www then sudo service restart apache and disconnected from sftp and reconnected to sftp and it still says write permission failed.23:25
Midion_Thank you I didn't know umask was only for files apache creates.23:26
sarnolddid your ls -ld show group write privileges?23:28
Midion_when i run ls -l /var/www I get back -rw-r--r-- 1 www-data www-data23:29
sarnoldah there you go, you don't have group write privileges set on the directory23:30
mardraumyou also don't have execute, wtf are you attempting to do23:30
sarnoldmardraum: i assumed that meant he forgot the -d and was instead showing the output of a file :) heh23:30
Midion_I setting up a server i ran sudo apt-get  install lamp-server^ phpmyadmin and now im trying to put my site backup zip in /var/www23:31
Midion_im*23:31
adam_gjamespage, https://review.openstack.org/#/c/70750/ is this going to destroy you if it lands in havana?23:41
=== justizin_ is now known as justizin
=== TheBurgerKing_ is now known as TheBurgerKing
midion_Ty everything is working now after running sudo chmod -vR g+w /var/www/23:46
sarnoldwoo :)23:47
midion_now to read a tutorial on making my mysql datbases using cli. just incase i run into a situation where i cannot user phpmyadmin.23:50

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