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

apb1963well, I'm not quite as worried about my ISP... i'm more interested in why MY machine is sending out perpetual bootp requests.00:00
apb1963Or more exactly..... dhclient.00:00
apb1963And more importantly... how to make it stop.... other than killing dhclient... which I presume I need running.00:02
apb1963sarnold: strace output - http://fpaste.org/84551/94583190/   Nothing jumps out at me, but then I don't really know what I'm looking for....00:14
tewardsarnold: unrelated: with the NGINX MIR, who else needs to review it?  And should I poke them, or just wait?00:17
jrwrenits normal of dhclient to continuously do that when you have short lease times00:18
apb1963sarnold: I'm also not sure how valid that strace is... since it forks a child and exits00:18
apb1963jrwren: 15 seconds?00:19
jrwrenthat is excessive00:19
jrwrenit is always and continuous every 15seconds?00:19
sarnoldteward: good question; since infinity has already done an earlier review he may be ideal for finishing; he's on the MIR team, is familiar with the results and the packaging00:19
apb1963jrwren: which is why I'm here :)00:20
sarnoldapb1963: yeah, I wondered what was happening in that child.. nothing else seems to stand out. maybe ltrace would be more instructive, we might see some library calls (strcmp, for example) that would be instructive00:20
tewardyeah he helped getting the FFe for the 1.4.6 merge into Trusty so that we have the latest, I"ll poke him and have him do a review of the debdiff00:20
tewardif all goes well, the debdiff that's uploaded to launchpad now might just be all that we have to do for this.00:20
teward(the nginx twitter has already retweeted my post that only the nginx core modules are getting main inclusion, so at least we have that)00:21
apb1963sarnold: it's a good idea... struggling with pastebin now, the file is very large so I've been stripping off lines to pare it down to something "reasonable", but I'm not sure how useful a pared down file is going to be.  problem is I still don't know what I'm looking for... I mean can grep for strcmp, but the question still remains00:45
apb1963sarnold: In any event, that's what I did... so here's that: http://paste.ubuntu.com/7076719/00:45
sarnoldapb1963: hahaha, that's an awesome paste :)00:46
apb1963is it?00:46
sarnoldapb1963: it's a question I've never thought to ask, "what do all the strcmp calls in this program look like?" :)00:46
apb1963I don't like using that pastebin... it has no expiration... that's why I was struggling with fpaste00:47
apb1963sarnold: I got the idea from you00:47
apb1963sarnold: so you get 98% of the credit00:47
sarnoldapb1963: have you see pastebinit? it's pretty helpful for pasting huge things and lets you pick different pastebins00:47
apb1963sarnold: yeah... but it doesn't work with fpaste (despite it being on the list)... and you still can't set expiration time... or at least I certainly don't know how.00:48
sarnoldapb1963: aww. :/00:48
apb1963sarnold: yeah there's even bugs reported against it for the same reason -along with a claim that it's fixed... but it's not.00:49
sarnoldapb1963: it looks mostly like this captures the internals of the bash shell script interpreter, I'm guessing that different tokens get hashed into a certain hash bucket and then bash walks the chain of entries looking for the correct command; e.g. "echo" looks up "else" "elif" "esac" "echo"...00:50
=== Tribaal_ is now known as Tribaal
=== jaimef_ is now known as jaimef
=== broder_ is now known as broder
apb1963sarnold: yeah well... to be honest I'm burnt out on filing  bugs at this point.01:00
sarnoldapb1963: ha, I know the feeling.01:00
apb1963sarnold: maybe i'll get annoyed enough at some point to overcome the annoyance of filing yet another bug report01:00
apb1963sarnold: Thanks for your help though!  I learned a new tool... never saw ltrace before.  Catch you another time :)01:00
sarnoldapb1963: have fun! take care :)01:01
* apb1963 exits stage left01:01
=== markthomas is now known as markthomas_away
=== markthomas_away is now known as markthomas
=== markthomas is now known as markthomas_away
=== Guest25821 is now known as jrgifford
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
GeekD00dapb1963: earlier you referred me to a channel #php. That channel is invite only?03:17
=== thumper is now known as thumper-afk
Midion_What does everyone here recommend for setting up a server? I just want something with a control panel. I was using virtualmin with webmin and I was told ubuntu no longer supports webmin.05:22
Midion_I'll just reload the server and try vestacp again.05:23
Midion_Is there a server setup with ubuntu that includes a control panel and ftp?05:30
kriskropdMidion_: I just learned about this channel, but I prefer working with my server via ssh - I run bash shells inside of tmux sessions so I can reconenct and continue from where I leave off05:38
kriskropds/reconenct/reconnect05:38
kriskropdyou probably are going to want to learn to do the same if you plan on using unix or unix-like servers - while some GUI cpanels exist for this-and-that they tend to be flaky and easily broken05:39
Midion_I'm just on more of a time crunch. I'm on day 2 of googling every other command i try to put into command line.05:41
Midion_I still don't have my backed up site up yet. If I had a gui like cpanel which I don't have the money for currently. I would have had my site up by the dealine I set.05:42
Midion_I'm just stressed. Just so many commands and ofcourse alot have to have something else installed previously just to use that command.05:43
kriskropdMidion_: you might find commands easier to use and learn if you learn to read the man pages - googling will take too long and often give you information that might be incorrect for your system - also if you are learning something robuts, you might find a channel on irc for that specific topic, for instance #bash or #awk or #sed05:43
kriskropds/robuts/robust05:44
kriskropdMidion_: my suggestions is to take the command thing as slow as you need to, but make the effort to learn it - you will kick yourself for relying on gui once you familiarize with even just the basics of cli :)05:45
kriskropdMidion_: unfortunately, I don't have any good suggestions on speeding up such a tasking learning process :(05:45
Midion_I have learned alot more about command line. Using nano, vi, importing my sql through command line. I can only connect to my vps with ssh at this point.05:46
Midion_I just lost my job after getting in a car accident. So im just trying to get this site up and running as a source of revenue. Its more for personal reasons that im stressing.05:48
Midion_Thankyou for all of the advice and help.05:50
kriskropdMidion_: Sorry I can't make things any easier, but I do promise if you can get over the hurdle of cli, you will find things immensly easier as your mind starts to adapt to the more traditional unix-like system05:55
kriskropdalso you have my condolences, I hope things turn out for the best and fortune comes your way :)05:56
arrithMidion_: i'm not sure if it applies but you see cpanel around06:04
arrithMidion_: taking a while to read the ubuntu server guide is the best way to do it06:05
sarnoldugh please not cpanel, might as well just publish your root password on your website..06:05
arrithhaha06:05
kriskropdMidion_: webmin did at one point work very well and was, AFAIK, one of the better choices, but that was years ago and it was starting to fall apart by the time I actualyl got to try it for the first time06:09
sarnoldugh not webmin either please :)06:10
kriskropdsarnold: I'm not supportign webmin :) I used it once, and it never has worked for me06:10
sarnoldI dunno what it is about those control panels, but most 'generic' control panel things have absolutely horrid code quality06:10
sarnoldkriskropd: good good :)06:10
sarnoldperhaps some ISP has a nice home-rolled thing somewhere, but it surely hasn't been well publicised :)06:11
kriskropdsarnold: I've the feeling that most of them are developed with good intentions, but somewhere along the way the developers realize they are working really hard to build an ineffective wrapper around a very flexible system06:11
sarnoldkriskropd: yeah, I suspect they didn't set out to be a fertile field for remote exploits.. :)06:12
=== kriskropd is now known as kriskropd-afk
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== yofel_ is now known as yofel
=== thumper-afk is now known as thumper
Midion_now i just have to make sure i setup sftp correctly.07:38
=== hachre_ is now known as hachre
=== markthomas_away is now known as markthomas
=== andol_ is now known as andol
lordievaderGood morning.09:56
=== mld_ is now known as mld
=== Lord_Set2 is now known as Lord_Set
pmatulis3morning12:07
Midion_mornin12:14
KullyHey guys; I'm having issues with a new set up ubuntu pptp server; the vpn server can communicate to all nodes, lan and vpn-lan, vpn-lan nodes can ping to the nodes behind the server, but not the other way around... also nodes on the vpn cannot ping each other. Any help is appreciated!12:31
stethoThe company I worked for was acquired and my users have all been recreated on the parent company's servers. This means all their login names and UIDs/GIDs have changed. Short of recreating everyone is there a way I can give them access to our old NFS shares? Some mount -o user=fred.smith option that I can't find in the man pages for example?13:45
rbasakstetho: NFSv4 has http://manpages.ubuntu.com/manpages/precise/en/man8/idmapd.8.html. I know nothing more about the topic though.13:49
andolstetho: Might you not want to update the uids the NFS server, or do you have other systems still relying on the old uids?13:51
=== edu-afk_ is now known as edamato
stethoandol: There are other systems.14:19
stethorbasak: Thanks, I'll take a look.14:19
DammitJimsilly question. I just set up my server to have a static IP address, but the DNS servers aren't being updated14:49
DammitJimis there something I need to do to kickstart the update process? My /etc/resolv.conf still says the old servers14:49
DammitJimeven though I added dns-search and dns-nameservers to /etc/network/interfaces14:49
=== caribou_ is now known as caribou
pmatulis3DammitJim: what did you do ito restarting networking?15:09
DammitJimsudo /etc/init.d/networking restart15:10
DammitJimthen I did service resolvconf restart15:10
DammitJimbut none of those are doing anything15:10
pmatulis3DammitJim: what release of 'buntu?15:10
DammitJim12.04 TLS server15:11
DammitJimunless I was supposed to add my dns entries in /etc/resolvconf/resolv.conf/base ?15:11
DammitJimI"m confused... there are so many places that the internet sites tell you to do it at15:11
rbasakDammitJim: https://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ is a good source, written by an Ubuntu core developer15:11
rbasakDammitJim: the correct and easiest way is to "ifdown eth0" (or whatever), change /etc/network/interfaces and "ifup eth0" again. With care, since if you're remote you won't be connected after the first step.15:12
rbasakDammitJim: but I'm not sure what state your system is in now to fix it from where you are, sorry.15:12
=== kriskropd-afk is now known as kriskropd
DammitJimI can go to the machine and make those changes15:16
DammitJimbrb15:16
DammitJimrbasak, but you are saying if I did the changes in interfaaces, it should all update, right?15:16
rbasakDammitJim: when the interface is brought up, yes.15:16
DammitJimI did that, but after bringing the interface back up, it didn't work15:18
DammitJimmaybe I'm missing something15:18
DammitJimhttp://pastie.org/891164215:19
DammitJimthat's my interfaces entry15:19
DammitJimWEIRD, I ended up rebooting the server and that did it15:23
DammitJimmaybe there is some other service that needs to be restarted when making changes like this15:23
coreycbjamespage, hi, for bug 1289935 we're missing an upstream patch in our icehouse keystone branch.  to fix that would we need to add the patch to debian/patches?15:31
tomixxx5hi i have inserted my usb-stick with a ubuntu server 12.04.04 iso image because i want to split my current ubuntu partition. what should i select in the main window. I can only see "Install Ubuntu Server", "Multiple server install with MAAS", "Check disc for defects", "Test memory", "boot from first hard disk", "Rescue a broken system"15:43
tomixxx5i follow this guide: http://www.howtogeek.com/114503/how-to-resize-your-ubuntu-partitions/15:43
jamespagecoreycb, we should probably cherry pick that fix15:50
coreycbjamespage, ok, so put it into debian/patches?15:51
jamespagecoreycb, yes15:51
coreycbjamespage, alright I'll work on that15:51
=== niemeyer_ is now known as niemeyer
pmatulis3DammitJim: restarting networking bits is not obvious unfortunately.  if you can reproduce the behaviour please open a bug15:56
jamespagehallyn, not getting much more running the test individually16:16
jamespagehallyn, gonna gdb it16:17
hallynjamespage: since this is only happening in ppa, i woudl assume it's either an old-kernel or permissions problem16:21
jamespagehallyn, I get it in a local schroot as well16:21
hallynjamespage: ok that's good then :)16:21
jamespageso thats precise schroot on trusty16:21
hallynsince a precise container on trusty kernel on precise userspace didnt' work for me,16:21
hallyni assume it has to do with a missing Depends?  maybe...16:21
jamespagehallyn, might be16:27
jamespagecoreycb, responded on the db sync ticket16:27
coreycbjamespage, thanks16:27
jamespagecoreycb, yeah - we should fix it the same way everywhere imho16:28
coreycbjamespage, ok16:28
jamespagehallyn, its failing in virNetSocketNewConnectSockFD I think16:45
jamespagesrc/rpc/virnetsocket.c:89916:45
hallynjamespage: and what kind of socket is it trying to connect to there?16:48
coreycbjamespage, something is wrong with the keystone package repository -- first odd thing I notice is 'dch -i' generates a version with '1:2014.1~b3+master-0ubuntu2'16:48
hallynoh i see it in the test,16:49
jamespagecoreycb: we use that notation when we've had todo something based on trunk changing16:49
jamespagecoreycb, I had to refresh the patches to fix the trunk builds earlier today16:49
jamespagecoreycb, I would suggest that you just work against ubuntu:keystone for this change - we can merge it back in later16:50
jamespage(as changelog only if you see what I mean)16:50
coreycbjamespage, ok so that's not the issue but building the source package failed too.  I'll try ubuntu:keystone.16:51
jamespagecoreycb, yeah - you would need to pull the master tarball16:51
jamespagecoreycb, I have  script that does that16:51
hallynjamespage: can you get an error printed from virNetSocketNew ?16:52
jamespagecoreycb, http://paste.ubuntu.com/7080211/16:52
coreycbjamespage, thanks!16:52
jamespagehallyn, trying to16:54
jamespagecoreycb, generally I update the version to include +master and then run that inthe branch16:54
coreycbjamespage, ok..  so is it ok if I work off this branch?16:56
jamespagecoreycb, as that needs to go to distro now its easier if you work from ubuntu:keystone16:56
jamespagewe can sort out the changelog later16:56
coreycbjamespage, ok16:57
jamespagecoreycb, or you could just work from the previous revision of the ubuntu-server-dev branch and merge it back in16:57
jamespageeither would work16:57
coreycbjamespage, is ubuntu:keystone lp:ubuntu/keystone ?17:11
jamespagecoreycb, yes17:37
coreycbjamespage, ok because it was last modified in oct 201317:39
jamespagecoreycb, urgh17:39
jamespagemight be out of date17:39
jamespagesometimes that happens17:39
coreycbjamespage, yeah looks to be17:39
jamespagecoreycb, http://package-import.ubuntu.com/status17:39
coreycbjamespage, I guess I'll send an email to  ubuntu-distributed-devel17:49
=== mrmist is now known as mist
rostamHI Is there any reference on how to install ubuntu server with secure boot enabled?18:30
sarnoldrostam: I think you just grab a 12.04.4 installer and go... no?18:32
rostamsarnold, I am using official 12.04.3 (will try .4 if that is the issue). The secure boot is enabled in BIOS but I do not see /sys/firmware/efi   in the filesystem?18:34
sarnoldrostam: I think the .3 should have had support as well..18:36
rostamsarnold,  may be I need to check the BIOS configuration again.18:37
sarnoldrostam: note that our "secure boot" efforts are just to get the machines running using ubuntu, there's no integrity checking in the kernel for e.g. loaded modules..18:38
rostamsarnold,  is there a plan to support it in the next release of LTS (14.04) ?18:38
sarnoldrostam: here's a huge pile of miscelaneous notes.. https://wiki.ubuntu.com/SecurityTeam/SecureBoot18:39
sarnoldrostam: I don't think so18:39
sarnoldrostam: it'll be the same "enablement" but not "enforcement"18:39
rostamsarnold, thanks, for the info.18:39
=== edamato is now known as edu-afk
tych0hi hallyn, (smoser?) if i want to write some data to /etc/cloud/cloud.cfg.d/ on an LXC i'm creating, is there a nice way to do that?18:45
tych0i see there are clone hooks18:46
tych0but i'm afraid it is a little opaque for me18:46
smoserin the end the only way to do it to my knowledge is to write files there.18:48
smoserthe clone hook would be able to run some code on every clone of the given container18:48
tych0ok, that's what i was afraid of18:48
smoserwhich could do that for you18:48
hallyntych0: the dir /etc/cloud/cloud.cfg.d/ would be on the host, or in theh container?18:55
tych0sorry, in the container18:56
=== shauno_ is now known as shauno
deletequestion, I deployed an image from ec2 into another cloud, it boots fine but it gets stuck for 5 minutes after some ec2 script that I am not able to find to deactivate. syslog output http://pastebin.ca/265582619:13
deleteany idea?19:22
deletessh doesn't start for quiet some time19:22
Kullyanyone ever seen connecting to a vpn bog out a machine?19:28
Kullyespecially running sudo commands and such19:28
Kullynon-sudo seems to run at normal speed, but sudo nano etc takes for ever to load, and all sites on tomcat/apache load VERY slow19:29
pmatulis3Kully: do you use any remote (ldap) user management/authorization?19:31
Kullyeh; tomcat hit's a database, but that's just for the websites19:36
KullyI can barely get hte sites to load, when they do there is a time out between the database connection I can see in the logs19:36
Kullybut even when I was using tomcat-users for authentication I was still seeing the server bog19:37
Kullyif I work as root it speeds up the commands; but sites still take to long to load etc. when I close the vpn it's still really slow until I reboot, then everything is back to normal19:38
pmatulis3maybe the server is using the vpn when it shouldn't, dunno, sniff traffic on the wire (tcpdump)19:42
KullyI don't think I know enough to do that :/ I wouldn't really know what I'm looking at19:43
Kullyknow any alternative VPN clients I could try for ssl vpn? right now I'm using netExtender for dell ssl vpn19:44
Kullywe have a sonic wall19:44
pmatulis3openvpn19:44
Kullycool19:44
Kullythanks19:44
markthomasKully, for starters, check the routing table before opening the VPN connection and then again after it's closed.  They should be identical.19:44
Kullyi'll give that a show19:44
Kullyok19:44
markthomas+1 for OpenVPN19:45
Kullyhttp://pastebin.com/iHMMjP0X19:48
Kullythey're not the same19:48
=== markthomas is now known as markthomas_away
pmatulis3before and after, not during and after20:00
jamespagehallyn, it might be related to http://osdir.com/ml/libvir-list/2013-10/msg00871.html20:09
jamespagebut I'm not 100% convinced20:09
Kullyhttp://pastebin.com/eZXYjDGY20:09
Kullystill different, what does that mean20:10
=== arosales_ is now known as arosales
=== markthomas_away is now known as markthomas
mgwI'm having an issue getting dnsmasq and resolvconf to play nicely20:54
mgw /etc/resolvconf/resolv.conf.d/base has my name servers in it20:54
mgwbut they're not propagating to /var/run/dnsmasq/resolv.conf20:54
mgwI'm having an issue getting dnsmasq and resolvconf to play nicely21:32
mgw /etc/resolvconf/resolv.conf.d/base has my name servers in it21:32
mgwbut they're not propagating to /var/run/dnsmasq/resolv.conf21:32
=== jibel_ is now known as jibel
el_seanoI'm playing around with lib-virt, and deployed a vanilla precise-server image.  However, upon trying to connect to the VNC console after finishing the install, the console stops just before the login screen21:44
el_seanoI installed openssh during the installation, and can ssh into the system, but it requires me having to sift through my logs to find which ip it nabbed via dhcp21:45
el_seanotried switching from vnc to spice with the same result, and getting it to play nice via serial console is giving me a headache21:45
el_seanoany suggestions?21:45
el_seanoprimarily using virt-manager on 14.04 beta21:46
=== pgraner` is now known as pgraner
thumperhallyn: when running lxc-create, man page doesn't mention -B best, but people are talking to me about it22:21
thumperright now I'm special casing btrfs22:21
thumperwhat is the logic behind -B best?22:21
hallynthumper:         char *best_options[] = {"btrfs", "zfs", "lvm", "dir", NULL};22:22
hallynit tries in that order to pick a backing store22:23
thumperwe have zfs?22:23
hallynsure, i've used it with the zfs module at least22:24
thumperright now I can determine btrfs by asking the OS22:24
thumperand juju logic currently says "if not btrfs, use aufs"22:24
thumperis it worth special casing lvm?22:24
thumperand if so, how would I know?22:24
thumperhallyn: so as a side note, man page for lxc-create needs to mention "best"22:25
hallynyup (or we remove it :)22:25
hallynlvscan?22:26
hallynbut, if you use -B best then you don't need to check it yourself22:26
thumperif we use lvm backing we need extra params as well don't we?22:26
thumperI'm just thinking on the clone side22:26
hallynonly if you don't like the defaults22:26
thumperkk22:26
thumperhowever, I need to work out when on clone to specify "aufs"22:27
thumperI can use "-B best" on create22:27
hallynstgraber: i suppose aufs should be added to the -B best set ^22:27
thumperjuju now always specifies "--snapshot" for clone22:27
hallynno wiat,22:28
thumperand if not btrfs, specifies "-B aufs"22:28
Midion_Is there anyway for me to test why my site is down? I ping the name and it points to the ip used for my server.22:28
thumperbut that won't help lvm backing22:28
hallynthumper: *or* you could just say that btrfs is highly recommended, and use only copy clone dir backed containers otherwise22:29
hallynlet the user specify a custom lxc path (i.e. /opt/juju) where they can mount btrfs, but leave it at that22:29
hallynthat would simplify debugging imo22:29
hallynjust bc lxc provides all those other optiosn doesn't mean you should support all of them22:30
thumpertrue that22:30
thumperI'm going to keep things explicit I think22:30
thumperother mount dirs can come later22:31
thumperbtrfs aware juju, and defaulting to aufs will be fine for this version IMO22:31
thumperthanks22:31
hallynthumper: well i was suggesting not even doing aufs...22:32
thumpernah, aufs is too cool22:32
thumperkeeping that :)22:32
hallynalrighty22:32
thumperthanks22:32
thumperno doubt we'll iterate on the lxc goodness inside juju22:32
hallynjust had someone on precise on 3.13 kernel report some host hangups with aufs....22:32
thumperbut this is good enough for now22:32
thumperwe are doing this for trusty ++ only22:32
thumperand only for the local provider22:32
thumpernot lxc inside other machines22:33
hallynwell this was a kernel bug;22:33
hallynbut presumably will be fixed22:33
hallynheck lemme see if i can reproduce that right now22:33
Midion_I went to http://www.downforeveryoneorjustme.com/ and it says my site is down. I am ssh'ed into my ubuntu server. When I ping my site with command prompt it is also giving the ip for my server.22:34
flaccid_i setup juju per the docs for amazon. when i do juju bootstrap it returns, ERROR environment has no access-key or secret-key, but those are set. is this a bug?22:35
Midion_went to http://www.whyismywebsitedown.com/ and it says: Your site is responded with a message of 503: Service Unavailable22:39
coreycbjamespage, 1289935 is ready but I haven't done a merge request because it looks like a merge against lp:~ubuntu-server-dev/keystone/icehouse will have conflicts22:40
Midion_Site was only working a few hours. Maybe it was hacked because I have done nothing on it but post articles on my blog.22:40
sarnoldMidion_: excellent :) look through your logs in /var/log/ and try to find that 503 response..22:40
Midion_ty22:40
coreycbjamespage, due to stepping back 1 revision22:41
Midion_maybe i got ddoss attacked.22:49
Midion_most likely spelled that wrong....22:49
sarnoldMidion_: ddos shouldn't cause 50322:52
Midion_named[26827]: client 65.55.37.36#27785: query (cache) 'ns1.saptraining4all.com/A/IN' denied22:52
Midion_I see this in my log over and over and over22:52
Midion_i have no idea what ns1.saptraining4all.com is.22:53
=== lionel_ is now known as lionel
sarnoldthat could be trying to use your dns as part of a ddos, yeah22:54
sarnoldI hope your dns recursor isn't wide-open?22:55
Midion_i have no idea what a dns recursor is. i have been battleing with ubuntu for 3 days just to get my site up and finally a few hours ao it was up and now its down.22:56
sarnoldhrm, why are you running bind?22:56
Midion_im using vestacp22:57
Midion_i think it includes bind22:57
flaccid_maybe there is some crazy problem with juju not working on os x. i guess i'll try it on ubuntu. everything is certainly configured correctly!22:57
Midion_should i install CSF + LFD???23:01
Midion_Is there anyway to get my site back?23:14
sarnoldMidion_: did you find the source of your 503 errors?23:16
Midion_the only thing I can tell is on_> named[26827]: client 65.55.37.36#27785: query (cache) 'ns1.saptraining4all.com/A/IN' denied was showing up over and over for many many hours.23:19
Midion_im wondering of that is the problem.23:20
Midion_if23:20
sarnoldMidion_: it can't be good. if you don't know why you have bind instlaled, I'd go to some effort to turn it back off again. it's nothing but trouble.23:21
Midion_is bind for nameservers?23:22
sarnoldyes23:22
Midion_that what it must be for then.23:23
Midion_I followed this tutorial. http://www.servermom.org/add-new-website-vesta-cp/1066/23:23
sarnoldMidion_: so, at step 2, what DNS servers did you put for your domain?23:24
Midion_i have ns1.mydomainname.com and ns3.mydomainname.com in my configuration.23:24
sarnoldMidion_: do you host those servers yourself?23:24
Midion_i mean 223:24
Midion_i changed my nameservers at internetbs.net to those 2.23:25
sarnolddo you host those servers yourself?23:25
Midion_i guess not23:25
Midion_i was just following what the tutorual says and it just used my same ip.23:25
sarnoldthen I'd turn off named :) you don't want to run bind.23:26
sarnoldand if your configpanel thingy doesn't make that easy, I'd kill the vm instance and start over, their intsall script scribbles over a -lot- of settings23:26
sarnold(to be fair, their intsall script wasn't as horrible as I feared, but there's way too much downloading without integrity and authenticity checking for my tastes.)23:27
Midion_ok i think its off now.23:28
Midion_but my site still down. i can only get to it from the ip.23:30
Midion_i just understand because if i ping my domain name it also gives me my ip.23:31
Midion_dont understand i mean23:31
sarnoldMidion_: did you find the reason for the 503 in your web server logs yet?23:32
Midion_this is what i see http://pastebin.com/pDVzHbip23:36
sarnoldMidion_: check your web server logs, either /var/log/nginx/* or /var/log/apache*/*23:38
Midion_ok ty23:38
Midion_http://pastebin.com/G4BtyqUM23:41
sarnoldMidion_: it doesn't look like a particularly clean config, but no real errors either. one bad file descriptor from a client socket is hardly the end of the world..23:48
sarnoldMidion_: check the other logs in that directory? something has to have logged that 503.23:48
Midion_ok23:49
Midion_http://pastebin.com/k3yJuJkF23:56

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