/srv/irclogs.ubuntu.com/2013/01/31/#ubuntu-server.txt

zulhallyn: i think im hitting that lxc oops bug again bug 86165600:09
uvirtbotLaunchpad bug 861656 in nova "Kernel oops when nbd device is removed before it is unmounted" [High,Confirmed] https://launchpad.net/bugs/86165600:09
=== megha is now known as gia
hallynzul: this is with libvirt-lxc?00:31
zulhallyn: yep00:32
hallynzul: that's one that i don't think is on any blueprint but i did at some poin twant want to revisit00:33
zulhallyn: this is the cause of it00:36
zulhttps://bugs.launchpad.net/nova/+bug/1091639 (why it is doing private containers)00:37
uvirtbotLaunchpad bug 1091639 in nova "LXC with LVM image backend: fail to delete instance" [Undecided,Fix released]00:37
dragoniousanyone on that can give me a hand. I have managed to chroot a user to a specified folder but he cant upload or make file changes or add directories/folders. I have also gone in and made changes for pam_umask but they aernt working.00:43
hallynzul: can't libvirt-lxc let you specify unmounted blockdev rootfs for container?00:45
zulhallyn: i think im not sure00:45
hallynk00:45
zulhallyn:  libvirt-lxc does support bind mounts so maybe we should look at that again00:49
dragoniousI followed a blog post I found at blog.swiftbyte.com/linux/allowing-sftp-access-while-chrooting-the-user-and-denying-shell-access00:49
dragoniousthe only changes I made to his post was to add " -u 0002" after" subsystem sftp internal-sftp" in the sshd_config file00:52
dragoniouscan anyone please help me figure this out I been at it all day and I can feel that im close lol00:52
dragoniousanyone on that can help me with this?01:02
dragoniousjrib: Im here01:20
jribdragonious: pastebin your sshd_config and ls -ld of the path for the chroot as well as all of its parent directories01:21
dragoniousjrib: ok one sec pls01:22
dragoniousjrib: here is the sshd_config http://pastebin.com/9ntC5wVE01:25
dragoniousjrib: unfortunatly im realy new to the terminal and I'm not positive how to run the ls -ld cammand do I need to sudo that ?01:26
jribdragonious: sudo shouldn't be required01:27
hallynzul: you know the linux bug doesn't make sense to me.  looking at the qemu-nbd source, it keeps an open fd on the file the whole time - so the rm of the backing file should do exactly nothing - inode sticks around.  weird.01:28
hallynyeah i'll need to revisit that one one day soon01:28
dragoniousjrib: so "ls -ld /var/www/dr/" ?01:29
jribdragonious: if that's the user's home directory, sure01:29
dragoniousdragonious@SNAPPERSERVER:~$ ls -ld01:30
dragoniousdrwxr-xr-x 19 dragonious www-data 4096 Jan 30 19:22 .01:30
dragoniousdragonious@SNAPPERSERVER:~$ ls -ld /var/www/dr/01:30
dragoniousdrwxr-xr-x 3 root root 4096 Jan 30 16:29 /var/www/dr/01:30
dragoniousdragonious@SNAPPERSERVER:~$01:30
dragonioussorry to spam shoud have used the link01:30
jribdragonious: now the same with /var/www /var and /01:32
dragonioushttp://pastebin.com/AWSjztv001:34
jribdragonious: so what happens now when you try to use sftp?01:34
dragoniousjrib: when logging in via WinSCP I can view all the files in the home dir but can not add to or delet any files nor can I add folders01:36
dragoniousjrib: I havent tried from my personal login yet to see if it is affected01:37
jribdragonious: try on ubuntu with sftp01:38
jribdragonious: scp won't work if that's how winscp transfers file by default01:38
dragoniousjrib: the only ubuntu I have is the server itself01:38
jribdragonious: that will do :)01:38
dragoniouskk thats where I am ;)01:39
jribdragonious: alternatively, you can check winscp options but I'm not familiar with it01:39
jribdragonious: http://winscp.net/eng/docs/protocols apparently you can select at the login prompt which protocol to use01:40
dragoniousjrib: one sec pls01:40
dragoniousjrib: I will go check01:40
dragoniousjrib: it is currently set for sftp01:41
jribdragonious: I'd still suggest checking with sftp on ubuntu to make sure winscp isn't behaving strangely01:42
dragoniousjrib: ok will do looking for the sftp client now, my server here has Kubuntu desktop on it.01:42
jribdragonious: it's a command line program01:43
=== NomadJim_ is now known as NomadJim
jribdragonious: sftp user@host01:43
dragoniousjrib: ahh I see01:43
dragoniousI appologize again Im very new to terminal as I said before01:45
dragoniousok Im logged into sftp with the user account I set up to be chrooted01:46
dragoniousjrib: I am now logged in to the sftp01:46
jribdragonious: alright, you can do "ls" and make sure it looks like you're in the right place.  Then try to make a directory with "mkdir sftpisfun" (or whatever)01:47
dragoniousjrib: ok one sec01:47
dragoniouscouldn't create directory: Permission denied01:48
jribdragonious: well that rules that out :)01:49
dragoniousjrib: im in the right place but couldn't create directory01:49
dragoniousjrib: sorry realy new linux in general just sucking it all in01:49
dragoniousjrib: does my sshd_config look right?01:50
chriyshi guys i have an issue. I pointed my domain to the no-ip on my ubuntu-server. It works but i can only access the web server from home. But if i go outside of my local network i cannot access to my website even if i use the no-ip address or the ip address of my computer01:50
jribdragonious: it looks ok to me, but to troubleshoot, let's comment some lines and see if we can narrow down the issue.  If you commend both lines with "internal-sftp" in them, restart the ssh server, and then connect again, are you able to make a directory?01:51
jribs/commend/comment01:51
chriysthis kind of weird because 2 days ago i was able to access to my ssh using mydomain.com01:51
=== Jikan is now known as Jikai
jribchriys: do you want to share the domain (pm if you don't want the whole internet to know)01:52
sarnolddragonious: your user account cannot modify your directory because it is root owned and permissions are 755 -- you can either change the owner of the directory to whatever your user account is, or you can grant the user account write access -- either via a new group, or by giving _everybody_ write permission to the directory, or by use setfacl to give that specific user write access to the directory.01:52
jribsarnold: he's using ChrootDirectory in sshd_config01:53
sarnoldchriys: your provider may block incoming port 80 and allow inoming port 2201:53
sarnoldjrib: yes, he wants to try to limit the user to the one directory, and has chosen this method to do it.01:53
dragoniouslike this http://pastebin.com/seatp4FQ01:53
jribsarnold: yes, isn't it correct to have the ChrootDirectory be root owned and only writable by root?  That is what the man page suggests01:53
sarnoldjrib: so it does; I assumed they were allowed to own their home directory though...01:54
chriyssarnold i ran a test from grc.com to see which of my port are open but i don't very well understand the result of the test01:55
sarnoldchriys: heh, I'm not too shocked...01:55
dragonioussarnold: I followed this blog post : blog.swiftbyte.com/linux/allowing-sftp-access-while-chrooting-the-user-and-denying-shell-access01:56
jribchriys: firewall issue perhaps?01:56
chriysthe ports are open on my router01:57
sarnolddragonious: did you follow this step? sudo chown sally:sftponly -R /var/www/vhosts/domain.com/01:57
jribchriys: and you're forwarding port 80 to the server in your network?01:57
sarnoldahhhhh, he undoes it a second later.01:57
jribheh01:57
sarnoldhow is that supposed to be useful?01:57
dragonioussarnold: the only change I made was to add "-u 0002" after the internal-sftp part of sshd_config01:57
chriysjrid: yes i forward it to my network01:57
dragonioussarnold: and yes I followed it exactly01:58
chriyssarnold: how to see if the port is open.01:58
sarnolddragonious: then create the user a directory under that, 'edit', change its ownership...01:58
sarnoldchriys: netstat -lp | grep :8001:58
chriysoh crap i'm not home right now01:59
dragonioussarnold: so make a folder inside of that directory and change its ownership to the user and not root01:59
arbitttcan some body help me solve juju and MAAS problem : I have also posted on ask ubuntu  http://askubuntu.com/questions/249350/juju-cannot-deploy-services-with-maas01:59
sarnoldarbittt: dang, edited by jcas tro and he didn't have an answer.. that's a good one. :) have you tried asking in #maas?02:00
sarnolddragonious: yeah, then the user can upload and modify files in that directory.02:00
sarnold... I'm still upset about the home directory needing to be owned by root. seems silly.02:00
arbitttsarnold: ok!! I'll go ask one02:01
sarnoldseems pointless. seems wrong.02:01
sarnoldchriys: ssh in? :)02:01
dragonioussarnold: ok let me test that one sec02:01
chriysno it doesn't work from here. even if it was 2 day ago.02:02
chriysi also change the port of the ssh and it was working02:02
jribah, I notice that ChrootDirectory will also change to the user's home relative to the ChrootDirectory.  So you can probably work around this by making /chroots, chroot to there, then move this dr directory in /chroots and make /chroots/dr the user's home.  Then  you can symlink to this from /var/www02:02
dragoniousOK that works! thank you so much02:02
dragonioussarnold: Thank you so much02:02
sarnoldjrib: oh!02:03
sarnoldjrib: that makes me much less angry :D02:03
dragoniousjrib: and you as well thank you so much for your time02:03
sarnolddragonious: don't go yet, jrib's got a good solution :)02:03
jribyeah, I had always assumed that the user got ownership of the chroot but obviously that was not correct :)02:03
dragoniousjrib: Thank you esspecially for coming over to this cannel and helpping me I appreciate it guys02:03
dragoniousjrib: sarnold: ok im here02:04
sarnoldjrib: the downside ot the symlink idea is that the webserver probably won't traverse symlinks.02:04
dragoniousjrib: let us also not forget that I have a very low knowledge lvl of this OS02:05
sarnolddragonious: try this: chrootdirectory /var/www/%h  --- and chown -R user:group /var/www/dr/ (or whatever it was..)02:05
dragonioussarnold: ok one sec02:05
dragoniousdo i put " chrootdirectory /var/www/%h  --- and chown -R user:group /var/www/dr/ "  or do I split that at the ---   ?02:07
sarnolddragonious: hrm. maybe just "chrootdirectory %h" ... (the sshd_config manpage has details on %u and %u..)02:09
sarnolddragonious: the "chroot -R user:group /var/www/dr" is a command to run at the shell02:09
dragonioussarnold: yes I understand it to be a command for shell is that part of the whole command or a seperate commend02:10
dragonioussarnold: sorry im getting confused02:10
sarnolddragonious: it's a separate command02:11
sarnolddragonious: the "ChrootDirectory %h" goes in your sshd_config file02:11
dragonioussarnold: ok that part is in the file02:12
dragonioussarnold: I will now run the command02:12
dragonioussarnold: ok and I should put my users name in instead of user and his group instead of group02:13
sarnolddragonious: yes02:14
dragonioussarnold: dragonious@SNAPPERSERVER:~$ chroot -R glen:sftponly /var/www/dr02:15
dragoniouschroot: invalid option -- 'R'02:15
sarnolddragonious: "chown", not "chroot" :)02:15
sarnoldmy mitsake there :(02:15
dragonioussarnold: its all good02:15
dragonioussarnold: http://pastebin.com/GjMwDckg02:17
sarnolddragonious: prepend a 'sudo' to that :)02:18
dragonioussarnold: I should have known that lol02:19
dragoniousok that returned no output02:19
sarnoldgood :)02:20
sarnolddragonious: now try your sftp again02:20
dragonioussarnold: ok one sec02:20
dragonioussarnold: authentication failed02:22
dragonioussarnold: one sec pls I need to bio break ;p02:22
dragonioussarnold: ok im back02:23
dragonioussarnold: fast like ninja ...02:23
sarnoldhaha02:23
sarnolddragonious: check "sudo tail /var/log/auth.log" to see if sshd logged anything about the authentication rejection02:23
dragonioussarnold: I dont want to waste your valuable time02:23
sarnolddragonious: oh, heh, try restarting sshd and try again :)02:24
dragonioussarnold: http://pastebin.com/aSq9LYkc02:25
sarnoldat least sshd is nice and explicit, "fatal: bad ownership or modes for chroot directory"02:26
dragonioussarnold: ok so I need to restart ssh what would be the correct terminal command for that02:26
dragonioussarnold:  I will write it down02:26
sarnolddragonious: sudo restart ssh02:28
dragoniousdragonious@SNAPPERSERVER:~$ sudo restart ssh02:29
dragoniousssh start/running, process 824202:29
sarnolddragonious: now try sftp again02:30
dragonioussarnold: ok one sec02:30
dragonioussarnold: failed02:31
sarnolddragonious: okay, check 'sudo tail /var/log/auth.log' to see if it said 'bad ownership or modes' again :(02:32
dragonioussarnold: Jan 30 20:30:50 SNAPPERSERVER sshd[9459]: fatal: bad ownership or modes for chroot directory component "/var/www/dr/"02:33
sarnolddragonious: damn. then I was wrong.02:34
sarnolddragonious: okay, lets put it back the way you had it earlier, with the directory that you could create files in...02:34
dragonioussarnold: its ok it was worth a try . can we go back to where it was working easily02:34
dragonioussarnold: nice02:35
sarnolddragonious: edit the sshd_config file again, and put back "ChrootDirectory /var/www/dr"02:35
dragonioussarnold: and again thank you02:35
sarnolddragonious: then run sudo chown -R root:root /var/www/dr02:35
sarnolddragonious: then sudo restart sshd02:35
sarnold.. then test again :)02:35
dragonioussarnold: ok the directory in the sshd_config is already set to %h so now Im going to input the chown02:38
sarnolddragonious: oh, yeah, %h ought to work :) hehe02:38
dragonioussarnold: ok going to check if I can get in02:40
red82any script (asssuming its correctly written, perms, etc.) placed into /etc/cron.daily will get executed daily no?02:40
hallynzul: jdstrand: mdeslaur: ok, libvirt/python/generator.py no longer puts a virGetLastError(): wrapper in /usr/share/pyshared/libvirt.py, that's the cause of the error I"m getting with libvirt 1.0.2.  (I'm out thursday, back friday)02:40
* hallyn out02:41
dragonioussarnold: ok im in give me one quik sec here02:41
hallynmuhaha.  i think i see why02:43
hatakehow to fix this  chroot . /bin/bash = groups : cannot find name for group ID 1902:43
hatakemy kernel panic and i use chroot, but can't every body can help my02:43
dragonioussarnold: ok so far so good one more quik thing02:44
dragonioussarnold: ok all looks good I can add and remove files and folders from his new folder02:44
dragonioussarnold: I have one more quik question maybe you can help me with, everytime I reboot my server I have to goin and rewrite my resolv.conf file as all my nameservers get wiped how can I fix that02:45
sarnolddragonious: woo02:47
sarnolddragonious: add them to /etc/resolvconf/resolv.conf.d/tail02:47
dragonioussarnold: not a quik question?02:48
dragoniousso "sudo vi /ect/resolvconf/resolv.conf.d/tail02:48
dragonioussarnold:  would that be correct02:49
sarnolddragonious: yes02:50
dragonioussarnold: must not be as that command creates a new file ;p02:50
sarnolddragonious: hunh.02:52
sarnolddragonious: oh :) "etc", not "ect" :)02:53
dragonioussarnold: sudo vi /etc/resolvconf/resolv.conf.d/tail   is what I input02:53
sarnolddo you get "[New DIRECTORY]" or "/etc/resolvconf/resolv.conf.d/tail" in vi's status line?02:54
dragonioussarnold: I get new file02:54
dragonious sarnoldyup it says New File02:55
sarnolddragonious: hrm, what's ls -l /etc/resolvconf/resolv.conf.d/ report?02:55
dragonioussarnold: dragonious@SNAPPERSERVER:~$ ls -l /etc/resolvconf/resolv.conf.d/02:56
dragonioustotal 802:56
dragonious-rw-r--r-- 1 root root   0 Jul 18  2012 base02:56
dragonious-rw-r--r-- 1 root root 151 Jul 18  2012 head02:56
dragonious-rw-r--r-- 1 root root  48 Jan 28 19:00 original02:56
sarnolddragonious: well, you can add it to 'head' or 'base' then :)02:56
dragonioussarnold: so Ill try base:)02:57
hallynzul: jdstrand: mdeslaur: woohoo!  nm, found the bug02:57
red82TIL, filenames in cron.daily can't have periods in them.02:58
zulhallyn: are you not suppose to be here :)02:58
hallynzul: the bug was bothering me02:58
red82hence the failure of mydomain.com.backup02:58
hallynzul: yo'ure not supposed to be here :)02:58
zulhallyn: lxc is bothering me02:58
hallynlol02:58
hallynzul: please qualify that02:58
hallynlibvirt-lxc02:58
dragonioussarnold: ok base is a valid file but is blank so just add it in here or try the other file02:58
sarnolddragonious: sure, add it there02:59
hallynzul: so i'm going to send this patch upstream, push the patch onto the package, and drop your new libcurl3-dev from build-depends02:59
zulhallyn: if you have time can you make me a debdiff?02:59
dragonioussarnold: Ok i added it to base file :)03:00
hallynzul: yup03:01
zulhallyn: merci buckets03:01
dragonioussarnold: ok so now when I add my next user it should be all setup I just have to go in and make them a folder inside of thier "jail" that they have rights to correct?03:03
sarnolddragonious: should be :)03:03
dragonioussarnold:  jrib: I cant thank you guys enough I have this all writen down or printed out thank you so much once again.03:04
dragonioussarnold:  jrib: you guys saved my evening!03:04
sarnolddragonious: woot. have fun :)03:04
dragonioussarnold: Thanks again and may the blue birds of happiness bring you songs of riches and joy!!03:05
hallynzul: d'oh, i just overwrote your .dsc03:06
dragoniousjrib: you as well thank you again03:06
zulhallyn: or you could just send me the patch03:06
dragoniousnight guys hopefully you wont see me again at least for a few days ;p03:06
hallyngimme a few more mins :)03:06
hallynzul: patch is at :03:07
hallynhttp://people.canonical.com/~serge/0001-complete-virterror-virerror-name-change.patch03:07
hallynzul: but dont' forget to also drop curl from build-deps03:08
zulhallyn: and you just drop the libcurl stuff right?03:08
hallynright03:08
hallynyou wanna just take it from there?03:08
zulcool have a good night then :)03:08
zulyeah03:08
hallynawesome - gnight03:08
hallynzul: ok (last ping i promise) - http://people.canonical.com/~serge/libvirt-1.0.2.debdiff is the full debdiff03:13
hallynbut the patch i linked above has a better description i guess03:13
hallynoh well, i'm out03:14
dragonioussarnold: you still around?03:28
sarnolddragonious: yeah03:28
axisyshow to realize larger raid5 lun?03:28
axisysmegacli shows the virtual disk is bigger now03:28
dragonioussarnold: I gave my user his login info and he is gettin a denial from outside my home network03:29
sarnolddragonious: anything in /var/log/auth.log ?03:29
dragonioussarnold: one sec user maybe inputting his info wrong03:31
dragonioussarnold: lol yeah it seams to have been a case of operator error :)03:32
sarnolddragonious: woo :)03:33
dragonioussarnold: he is in and all is good for now, he is uploading a joomla! install for me now to makesure it works03:33
dragonioussarnold: thank you again03:33
dragonioussarnold:  i think im gonna hang out in here for a bit just in case ;p03:33
sarnolddragonious: good idea, there's lots to learn :)03:34
dragonioussarnold: and then some :) :)03:34
Linuks83i think i figured out what my issue was earlier with the install disk not detecting the drives on my sil3114ctu. it is put out by rosewill and so is a usb wireless adapter i have. if i do not configure the usb wireless adapter then the system sees the drives on that controller.03:34
Linuks83bizarre, but that's what happened03:34
sarnoldLinuks83: o_O odd.03:35
Linuks83very03:35
Linuks83just thought i'd post a follow up in case anyone cared, or was perusing the chat logs at some point in time for some tiny nugget of gold.03:35
Linuks83lol!03:35
sarnoldLinuks83: file a bug? :)03:35
Linuks83i want to go through the process a couple of more times before i settle on it being an actual bug, but if it happens again under the same circumstances, i will definitely file a bug.03:36
Linuks83i hate it when people flood the devs for simple stuff that was actually user error, so i want to make positively sure. ;-)03:37
Linuks83well... g'night all.03:38
axisysso do I need to reboot to relaize the larger raid5 lun made by lsi megaraid ?03:45
jerry_lhello room.03:50
chriys-_-' hi guys i have no idea but my server won't work even in local. The server is running and error.log shows this caught SIGTERM, shutting down05:05
chriysand also child process 24148 still did not exit, sending a SIGTERM05:06
alimjHello everyone. Anybody here who has experience with Zpanel (Web hosting Panel)?05:16
=== Dude is now known as Guest2389
chriyssolution found the ethernet cable was unplugged -_-'05:34
=== Err404NotFound is now known as Error404NotFound
TheLordOfTimeis there a substitute for landscape for managing a large group of systems?  because Landscape isn't free, afaict05:36
sarnoldTheLordOfTime: unattended-upgrade ?05:45
TheLordOfTimesarnold:  unattended-upgrades + nagios (for nagging and status monitoring)05:46
TheLordOfTime?05:46
ScottKTheLordOfTime: The usual suspects are puppet and chef and additionally Debian/Ubuntu has FAI.05:58
greppyTheLordOfTime: I am currently looking into http://saltstack.org for managing systems.06:27
blkperlTheLordOfTime: puppet, chef, salt are all good choices06:29
chriysi set apache to listen on port 8080 and forward my domain to my computer i'm using virtualhost. How to automatically redirect user who want to access to my website without needing him to specify a port ?07:23
=== yofel_ is now known as yofel
greppychriys: you can't.  Web browsers use the default port, which is 80.07:30
=== smb` is now known as smb
=== Jikai is now known as Jikan
=== th0mz_ is now known as th0mz
jotterbot1234Has anyone tried setting up an Adobe Update Server on an ubuntu server instance?12:23
kevinmthomashi everyone.  I am running Ubuntu Server and I have DNS and mail set up and I am trying to access my mail in Thunderbird however it is giving me a configuration could not be verified error13:41
kevinmthomasdoes the server use imap or pop313:44
kevinmthomas?13:44
AgMokevinmthomas: can you be more specific about the error msg?13:44
AgMokevinmthomas: what daemon did you install?13:45
kevinmthomassure.  When I try to configure and i click test, it passes me to the Done button, i am using THunderbird mail to check my mail13:45
kevinmthomason the server i can send and receive fine13:45
kevinmthomasits just the 3rd party clint13:45
kevinmthomasclient13:45
kevinmthomasim not sure if the server uses pop3 or smpt13:46
kevinmthomassmtp13:46
kevinmthomaswhen im checking remotely13:46
kevinmthomasit says username or password invalid13:46
kevinmthomashowever it is the right ones13:47
kevinmthomasthe ssl is set to STARTTLS13:48
kevinmthomasi tryto autodetect however when i test13:48
kevinmthomasit takes me back to STARTTLS13:48
kevinmthomasmy first question should i be checking for imap13:48
kevinmthomasor pop3?13:48
AgMoif you just install postfix for example, then you cannot use imap or pop313:49
kevinmthomasoh13:49
AgMopostfix is mta13:49
kevinmthomasoh13:49
kevinmthomasso how might i check email on a blackberry13:49
AgMoony use for sending email (smtp)13:50
kevinmthomasor client13:50
AgMonot for receiving13:50
kevinmthomasis there a way to check for mail on a 3rd party client then?13:50
kevinmthomasor am i forced to use the console13:50
AgMoif you want to using mail client, you have to setup either pop3 or imap daemon first13:52
AgMoyou can refer to: https://help.ubuntu.com/community/PostfixCompleteVirtualMailSystemHowto13:52
AgMothere is a pop3 and imap section13:53
AgMothis one is more simple: https://help.ubuntu.com/community/PostfixBasicSetupHowto13:54
kevinmthomasits quite confusing13:54
kevinmthomasit refers to a virtual mailbox and setting up mysql13:54
AgMokevinmthomas: sorry, you could try using the 2nd link13:55
kevinmthomasthe 2nd link?13:57
AgMothis link: https://help.ubuntu.com/community/PostfixBasicSetupHowto13:57
AgMoi mean URL: https://help.ubuntu.com/community/PostfixBasicSetupHowto13:58
kevinmthomasok there are 45 options13:58
kevinmthomaswhich one do I want?13:58
AgMokevinmthomas: 45 options?13:59
kevinmthomasoh sorry13:59
kevinmthomasi mityped13:59
kevinmthomasmistyped my apoligies13:59
kevinmthomaslet me see now13:59
kevinmthomasdo i want to install pop3 or imap?14:01
kevinmthomaswhich is better14:01
AgMowhich one do you want to use? :)14:01
kevinmthomasim sorry im not sure14:02
kevinmthomasdoes the blackberry device14:02
kevinmthomasor mobile devices have a preference14:02
AgMoblackberry device support both protocol (imap and pop3)14:02
kevinmthomasthank you so uch14:03
AgMosure, and good luck :)14:04
kevinmthomasthank you AgMo14:05
kevinmthomassee you soon14:05
=== AgMo is now known as Guest6014
zuljdstrand: new libvirt on its way today14:34
jdstrandnice, for hallyn's fix I presume14:34
kevinmthomasHi I have tried everything and thunderbird now says, Thunderbird has failed to find the settings for your email account14:39
kevinmthomasi tried both pop3 and imap14:39
kevinmthomaswhen i netcat mail.kevintown.net 11014:39
kevinmthomasthe console just hangs14:39
kevinmthomasnetcat mail.kevintown.net 2514:41
kevinmthomasdoes work14:41
kevinmthomasbut 110 and 143 do not14:41
Akendokevinmthomas: Was does the error mess of nc say?14:42
kevinmthomasnc?  You mean thunderbird?  It says Thunderbird failed to find the settings for your email account14:42
kevinmthomasoh netcat14:43
kevinmthomasit literally hangs14:43
kevinmthomas110 and 143 hang14:43
kevinmthomasthe console hangs and i hvae to ctrl z out14:43
kevinmthomasany idea?14:47
=== slank_away is now known as slank
Akendohm..14:51
AkendoYou not getting any reponse fromt he port?14:52
kevinmthomasno14:52
AkendoNothing like; +OK Dovecot ready.14:52
kevinmthomasnope14:52
kevinmthomasonly 25 works14:53
AkendoWhat is with 993 ?14:53
AkendoIt could be that the IMAP/POP-3 Server on this server has crashed14:54
kevinmthomasoh14:54
kevinmthomashow can i reset them>14:54
AkendoTry this first14:55
Akendoopenssl s_client -connect $MAILSERVER:99314:55
kevinmthomasok14:56
kevinmthomasthat just gave me a long menu14:56
kevinmthomasgethostbyname failure14:57
kevinmthomasconnect:errno=11014:57
Akendohm..14:58
AkendoThe same for 995?14:58
kevinmthomasyes14:58
kevinmthomasnow when i specificed my network it was 192.168.1.0/2414:59
kevinmthomasbut the server machine is 192.168.1.14714:59
kevinmthomasdoes that matter14:59
AkendoCan you access to the Host?14:59
kevinmthomashow do i do that?14:59
AkendoSSH ?15:00
kevinmthomasi am in a console now15:00
kevinmthomaswhat do i do15:00
AkendoO.o15:00
Akendonc localhost 11015:00
Akendobtw: is this a public mailserver?15:01
kevinmthomasit hangs15:01
kevinmthomasi beleive it is public15:01
kevinmthomasnc localhost 110  cases the term to hang15:01
Akendonetstat -tplan |grep "\:110"15:01
kevinmthomasi have to CTRLz15:01
AkendoIt would be better to open another session15:02
AkendoBut15:02
AkendoDo as you like15:02
kevinmthomasi di open another session15:02
kevinmthomasok15:02
kevinmthomasit gave me data15:03
kevinmthomassome ports are listen15:03
kevinmthomasthat :grep15:04
kevinmthomasits the colon right?15:04
Akendops auxfw|grep Z15:07
AkendoCheck for a Zombie15:07
kevinmthomaswhat is that character before the grep15:07
kevinmthomasis it a colon?15:07
Akendo|15:07
kevinmthomaswhat is i15:07
AkendoVertical bar15:08
AkendoOr a pipe15:08
kevinmthomasok15:08
kevinmthomasnow15:08
kevinmthomaswhat am i lookign for15:08
kevinmthomasshows USER15:08
kevinmthomasok now when i do the -tplan15:09
kevinmthomastcp 0 0.0.0.0:110   0.0.0.0:*  LISTEN15:09
kevinmthomas1060/dovecot15:10
kevinmthomastcp6 0   0 :::110   :::*  LISTEN15:10
kevinmthomas1060/covecot15:10
kevinmthomasany idea?15:12
AkendoWhat is this for a server Ubuntu?15:13
kevinmthomasyes server15:14
AkendoIt looks like that the IMAP Server has a problem. You may like to check the logs for any error messages15:14
Akendotail -n 200 /var/log/dovecot.log15:15
AkendoOr something like this15:15
AkendoNever did run a doveco on ubuntu15:15
kevinmthomasthere is n o dovecot log15:16
kevinmthomasjust mail15:16
Akendolog into the mail.log15:17
AkendoI guess there is no real syslog on your system15:17
kevinmthomasi am looking at the mail.err fiel now15:17
kevinmthomasmail.err15:17
kevinmthomasahh!15:18
kevinmthomaskevintown dovecot:  imap(kevin) error invalid ser settings refer to server log15:18
kevinmthomasfor more info15:18
kevinmthomasmail_location not set and autodetectio failed mail storage autodetect failed with home=/home/kevin15:19
Akendo:)15:21
kevinmthomasok15:21
kevinmthomasso what does that all mean lol15:21
kevinmthomasno folder15:21
kevinmthomasperhaps15:22
AkendoMaybe15:22
kevinmthomashmm15:22
AkendoBut15:22
AkendoYou have to check how the mapping between user and there foldering is happing inside of the /etc/dovecot/dovecot.conf15:22
kevinmthomasno such folder15:23
kevinmthomaswait15:23
kevinmthomasok15:23
AkendoI recommend now to read some of the documentation http://www.dovecot.org/15:23
kevinmthomasim in teh folder15:23
Akendo:D15:23
AkendoBut15:23
kevinmthomasi am in teh dovecot folder15:23
Akendo^^15:23
uvirtbotAkendo: Error: "^" is not a valid command.15:23
zulyolanda: https://code.launchpad.net/~zulcss/nova/nova-pydist/+merge/14588415:23
kevinmthomaswhat log file am i looking for15:24
Akendo^help15:24
uvirtbotAkendo: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.15:24
Akendo:D15:24
AkendoCool15:24
AkendoxD15:24
yolandaok15:24
kevinmthomasthere is conf.d dovecot.conf15:25
kevinmthomasand then a bunch of .ext15:25
kevinmthomasim installing mailutils as well15:25
AkendoWhy are you installing something?15:27
kevinmthomasi wanted to make sure i had the folders perhaps15:27
kevinmthomasnot sure15:27
kevinmthomasi am able to get and receive mail15:27
kevinmthomasin the console15:27
kevinmthomasjust not in a client15:27
kevinmthomasthunderbird failed to find the settings for your email account15:27
AkendoYou have first to check the service configuration for th mapping of user folder. When you see he'll use the home folder you can create it, I wonder just about. Normally you should have something virtual users15:28
kevinmthomasnetcat mail.kevintown.net 11015:29
kevinmthomashangs in the term15:29
kevinmthomasok i am in dovecot.conf15:30
AkendoJust try to restart the service first15:31
Akendoservice dovecot restart (I think else use /etc/init.d/dovecot restart)15:31
kevinmthomasok i restarted15:33
kevinmthomasstill doesnt work15:33
AkendoOk15:36
Akendomaybe the setting your using15:36
kevinmthomasyea i think perhaps from the mailerr.log15:36
AkendoOne moment15:36
Akendodo a connection to it via nc and run: "e logout"15:38
kevinmthomasconnect to mail.kevintown.net 110?15:38
kevinmthomaswhat commmand line should i use?15:38
kevinmthomasalso there is no mail_location in dovecot.conf15:39
kevinmthomasdo a connection to what?15:44
Akendoe logout15:49
Akendoor15:50
AkendoQUIT15:50
Akendonc mail.musicpictures.com 11015:50
Akendonc: using stream socket15:50
Akendo+OK Dovecot ready.15:50
AkendoQUIT15:50
Akendo+OK Logging out15:50
kevinmthomasbrb15:51
Akendom215:52
yolandazul, https://code.launchpad.net/~yolanda.robla/ceilometer/grizzly/+merge/14589715:52
kevinmthomasok15:54
kevinmthomasnow when i nc mail.kevintown.net 11015:54
kevinmthomasit just returns nothing15:54
kevinmthomasmeaning i type it and another command prompt apears15:54
kevinmthomasoh well i will keep trying16:00
kevinmthomasthank you all for your help16:01
Linuks83do i have to uninstall networkmanager to connect to a wifi connection using iwconfig and dhclient??16:31
Linuks83from console16:31
Linuks83i get a message that the interface is unknown when i try to bring it up with 'ifconfig wlan0 up', but lsusb shows the adapter as being detected...?17:30
=== kentb is now known as kentb-lunch
sarnoldLinuks83: does 'ifconfig -a' show it under a different name perhaps?17:32
Linuks83sarnold, i show eth0 and lo0 and wlan017:33
=== ogra_ is now known as ogra
Linuks83i'm not sitting in front of it at the moment, but am trying to get info for when i am.17:33
Linuks83i've been looking at articles on how to setup internet connection via console, since i've installed the server, for the purpose of keeping it lean, but they all assume that the wireless adapter is already setup and you arent getting weird messages when trying to bring up the if17:34
sarnoldLinuks83: hehe, okay... check lsmod, make sure its module(s) are loaded. check iwconfig and ip link show and ip addr show, make sure everything looks sane..17:34
sarnoldLinuks83: /etc/network/interfaces will also come in handy17:35
Linuks83that's what i thought. i'm not sure what module it's supposed to use, and i didnt bring it with me... lol! i'll check it when i get home. i'll write those down and check. thanks for the tips.17:35
Linuks83sarnold, is there a way to have the machine autodetect the module it's supposed to use?17:36
Linuks83from console?17:36
sarnoldLinuks83: dunno.. I think I just poke aroud in /lib/modules/`uname -r`/kernel/drivers/net/wireless/ and its subdirectories looking for strings that look like my device..17:38
Linuks83ah! good idea... d'oh!17:39
sarnold(grep -l is your friend :)17:40
Linuks83and 'strings'17:40
Linuks83:)17:40
Linuks83I usually administer SCO OpenServer boxes, but have gotten so used to the graphical interface in Linux, that I have not had the need to learn certain things.17:40
sarnold*nod* :)17:40
Linuks83SCO does things quite a bit differently as far as drivers are concerned....17:41
Linuks83sarnold, you've been a great help17:41
sarnoldoh man, my condolances, I had a few SCO boxes under my care before. hated them. (We didn't spring for the $3000 dev kit, which made the thing nearly useless...)17:41
Linuks83thanks17:41
Linuks83sarnold, there are some 'skunkware' available (read as open source software compiled for SCO), but good luck finding anything even remotely 'obscure'17:42
sarnoldLinuks83: heh, yeah, I think it would have been intolerable without the skunkware stuff..17:42
Linuks83agreed17:42
Linuks83thanks again! i'm being summoned by the misses for lunch. ;-)17:43
sarnoldbon apetit17:43
Linuks83merci17:44
dragoniousGood morning ubuntu guys :)17:56
dragoniousIm back with  a new problem today :( anyone got a min a 30 ?17:57
dragoniousIm working on configuring my Virual Hosts in apache2 and when I restart apache2 I get   "apache2 could not reliably determine the servers fully qualified domain name,using 127.0.1.1 for servername17:59
patdk-wkthat is *normal*, to fix it you have to mess around with your /etc/hosts file18:01
sarnoldpatdk-wk: isn't there a ServerName directive that'd silence it?18:01
patdk-wkhmm, ya18:02
patdk-wkmy *default* doesn't have servername, but others do, must be why I also get it18:02
dragoniousIm also getting [error] virtualhost *:80 -- mixing * with ports and non-* ports with a namevirtualhost address is not supported proceeding undefined results18:02
patdk-wkwell, that is a user config error :)18:03
patdk-wkfix your virtualhosts :)18:03
dragoniousok so the user config error is if Im seeing it right is that Im should be putting in my ip address to server in those files instaed of the *18:03
dragoniousman I cant type on this ketboard18:04
patdk-wkhow should I know? I can't see your system18:04
sarnoldI'd probably leave it * unless you've got good reason to restrict which IPs apache serves which content to18:04
dragonioussarnold: I have a static Ip through comcast business18:04
sarnolddragonious: how many? how many IPs does your web server have (in addition to the usual 127.0.0.1)?18:05
patdk-wkthe only time I would use ip's instead of *, is if I have multible ip's, and I specifically want to limit hostname x to ip address y18:06
dragonioussarnold: I have 1 static ip for my server, the server is then behind my router and static ip'd as well18:06
patdk-wkwhen doing that though, there are lots of things you need to modify18:06
dragoniouspatdk-wk: I appologize my knowledge base in this area(obviusly) is limited18:07
sarnoldyeah. sometimes it's necessary / good idea, but really, * ought to suit 95% deployments..18:07
dragonioussarnold: so what exactly is the error saying, I can link a copy of my Vhost file if it helps18:08
patdk-wkit's saying you told it you wanted to use *, but then you turned around and didn't18:08
decciHi18:08
decciI am unable to see compellent SAN during ubuntu 12.04 installation on dell c6100 server18:09
sarnolddragonious: somewhere you probably have ip.add.res.s:80 in your config..18:09
deccii350 network card installed and connected to Compellent SAN using iscsi18:09
decciWhen I try to install ubuntu 12.04. The installation cannot see the SAN storage device as shown http://tracker.webtechnologyfocused.com.au/ehw/volumesnotdetected.jpg18:09
deccithis could be a driver issue with Ubuntu and may need the driver to see the storage device.18:09
patdk-wkis your compellent san configured to AUTHORIZE your ubuntu install?18:09
deccipatdk-wk: How to check that?18:10
patdk-wkthis is very simple normal zoning issue, I bet18:10
patdk-wkdecci, no idea, I don't have a compellent san :)18:10
deccipatdk-wk: The iscsi appears as http://tracker.webtechnologyfocused.com.au/ehw/Capture6.JPG in the BIOS boot up. I am able to install Centos 6.3 fine as shown http://tracker.webtechnologyfocused.com.au/ehw/syd-sehw-3iscsi0.JPG http://tracker.webtechnologyfocused.com.au/ehw/syd-sehw-3iscsi1.JPG http://tracker.webtechnologyfocused.com.au/ehw/syd-sehw-3iscsi2.JPG.  The dmesg of Centos 6.3 running perfectly with the iscsi luns can be18:10
deccipatdk-wk: But its not working for Ubuntu 12.0418:10
patdk-wkwait18:10
sarnolddecci: you got cut off at "iscsi luns can be"18:11
patdk-wkyou want to use hardware iscsi initiator?18:11
deccipatdk-wk: I did see some thread http://en.community.dell.com/support-forums/storage/f/4427/t/19410734.aspx18:11
patdk-wkin that case, it will show up as a *local disk*18:11
dragonioushttp://pastebin.com/VMvDMiwm18:11
deccipatdk-wk: http://tracker.webtechnologyfocused.com.au/ehw/volumesnotdetected.jpg18:11
sarnolddragonious: check the rest of your configuration..18:12
patdk-wkprobably need to find the driver you need to load18:12
deccipatdk-wk: Can you suggest?18:12
deccipatdk-wk: whats open-iscsi18:12
dragonioussarnold: so look at httpd.conf ?18:12
patdk-wkthat is if you want to ignore the iscsi on your i350, and use linux to do it instead18:12
sarnolddragonious: yes, the whole config. Maybe grep -r :80 /etc/apache2/ to help you find what might be related...18:13
deccipatdk-wk: So what you suggest? How to find correct driver? I wonder how no-one encountered this issue18:13
deccipatdk-wk: ?18:16
dragonioussarnold: http://pastebin.com/qHyAeBdt18:17
dragonioussarnold: I omitted one line the last one as it had my ip in it but the file its reading is a trash file created after I updated the correct file18:18
sarnolddragonious: ah, that might be it. delete that? move it out of the way?18:18
deccipatdk-wk: I tried googling but dint find single solution or mentioned anywhere18:18
dragonioussarnold: ok one sec18:18
patdk-wkdecci, no idea :(18:20
dragonioussarnold: ok im going to restart apache one sec pls18:20
patdk-wkprobably the simple way to know, would be to boot your centos install again, and do an lsmod18:21
patdk-wkand compare that to the ubuntu one18:21
dragonioussarnold: same error18:23
sarnolddragonious: odd :/18:23
dragonioussarnold: thats why I came here I followed every thing I could find on google to clean up my syntax and stuff Im lost now18:24
dragonioussarnold: where is my httpd.conf and what should it look lik, if Im not mistaken mine was empty, there was a file with that name but had no data in it18:33
sarnolddragonious: a fresh install of apache2 doesn't install an httpd.conf file (at least not on 12.10) -- instead it installs an apache2.conf file.18:35
dragonioussarnold: ah let me look at that18:35
RoyKdragonious: modules and virtualhosts are normally configured under separate directories18:38
dragonioussarnold: I dont see anything in here that sends off alarms18:39
dragoniousRoyK: I m sorry Roy im very new to all this what exactly do you mean ?18:40
RoyKdragonious: what are you trying to do?18:41
dragoniousRoyK: sorry roy I stepped away , Im having trouble setting up my virtual hosts im getting Could not reliably determine the servers fully qualified domain name,18:46
=== kentb-lunch is now known as kentb
sarnolddragonious: ignore that one, that's just a warning. :) ask RoyK about the error...18:47
dragoniousro18:48
RoyKdragonious: you can ignore that message - for general setup, see18:49
RoyK!guide | dragonious18:49
ubottudragonious: The Ubuntu server guide may be found at http://help.ubuntu.com/12.04/serverguide/C/18:49
dragoniousRoyK: [error] VirualHost *:80 -- mixing * ports and non-* ports with a NameVirtuialHost address is not supported, proceeding  with undefined results18:50
dragoniousRoyK: sorry for typos I hate this ketboard18:50
RoyKdragonious: check what NameVirtualHost is set to18:50
RoyKgrep -ri namevirtua /etc/apache218:51
dragonious its *:80 I added the  line into one of my sites vhost file18:51
dragoniousdragonious@SNAPPERSERVER:~$ grep -ri namevirtua /etc/apache218:52
dragonious/etc/apache2/ports.conf:NameVirtualHost *:8018:52
dragonious/etc/apache2/ports.conf:    # If you add NameVirtualHost *:443 here, you will also have to change18:52
dragonious/etc/apache2/sites-enabled/www.snapperheadstudios.com:NameVirtualHost *18:52
dragonious/etc/apache2/sites-available/www.snapperheadstudios.com:NameVirtualHost *18:52
dragoniousRoyK: sorry to spam I forget its going to do that18:53
RoyK!pastebin18:53
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:53
RoyKdragonious: just remove the namevirtualhost * settings from those vhosts, and use <VirtualHost *:80>18:54
dragoniousRoyK: yes I have it open and have linked my vhost file previously in this conversation again I appologize im very new to linux in general and I am trying to sponge it all up18:54
dragoniousRoyK: ok going to resart apache18:55
dragoniousRoyK: ok now im just gettingCould not reliably determine the servers fully qualified domain name,18:56
RoyKdragonious: you can ignore that18:57
dragoniousRoyK:  the server fails to start after displaying that18:58
RoyKthen check the error log18:58
dragoniousRoyK: where can that be found18:58
dragoniousRoyK: and so you know I greatly appreciate your help18:59
RoyKdragonious: /var/log/apache2/error.log18:59
dragoniousRoyK: http://pastebin.com/074yxxdS my error log from today19:03
RoyKdragonious: don't try to put error logs under /etc19:04
RoyKdragonious: redhat does that by symlinking, but it's still bad imho19:04
RoyKchange it to /var/log/apache219:05
sarnoldlogs under /etc??19:05
sarnoldRUN AWAY19:05
RoyKsarnold++19:05
dragoniousRoyK: sarnold: Yeah the post I followed had the email line messed up as well but apache was kind enough to tell me exactly where and what the  error was19:06
dragoniousRoyK: do I also need to add a file in that folder as well?19:09
RoyKno19:09
dragoniousRoyK: ok one sec I will make those changes to the files19:09
RoyKgiven www-data has write access there, it'll create it19:09
=== wendar is now known as allisonrandal
dragoniousRoyK: sarnold: restarting apache219:19
dragoniousRoyK: ok I get what you told me to ignore and the server has started19:20
dragoniousRoyK: now unfortunatly I have an issue I need to get fixed by comcast that does not allow me to log back to my sites from the internet19:21
dragoniousRoyK: I can only view them internally19:21
dragoniousRoyK: sarnold: can one of you goto www.snapperheadstudios.com19:22
sarnoldRoyK: nice :) my mistake was to grep for :80. heh.19:22
sarnolddragonious: "Joomla!® is free software released under the GNU General Public License. " and so forth19:22
dragonioussarnold: thats what you see when you hit that .com huh??19:23
sarnolddragonious: perhaps turn the servre back off until your buddy can configure joomla for you? you wouldn't want just anyone on the internet setting it up for you :)19:23
TheLordOfTimedragonious:  joomla config screen...19:24
TheLordOfTimeyou're aware that allowing that as live can be dangerous19:24
TheLordOfTimeright?19:24
dragonioussarnold: unfortunatly you shouldnt see that at that domain name19:24
TheLordOfTimedragonious:  then your server is misconfiguired19:24
TheLordOfTimeor the DNS is19:24
TheLordOfTimeor both19:24
dragonioussarnold: you should see an undercunstruction site19:24
dragoniousTheLordOfTime: yes I am aware, as I have said Im still learning and it is one heck of a learning curve19:25
sarnolddragonious: you might want to sudo stop apache2 [retty quickly :)19:25
TheLordOfTimeagreed19:25
TheLordOfTimeor not use apache *cough*  <-- biased19:26
dragoniousTheLordOfTime: we all have to start somewhere19:27
TheLordOfTimetrue.19:27
TheLordOfTimei prefer nginx or lighttpd over apache19:27
TheLordOfTimebut...19:27
TheLordOfTimeas i said i'm biased19:27
dragoniousTheLordOfTime: and much more knowledgable than I, I am sure :)19:28
* TheLordOfTime shrugs, and points to how he's running 6 domains/sites on one server with nginx19:29
TheLordOfTimeso perhaps... ;)19:29
TheLordOfTime.... oops i broke it...19:29
* TheLordOfTime goes to fix PHP19:29
dragoniousTheLordOfTime: lol yes well I need to take a sec and wrap my head around exactly what is happening here.19:31
dragonioussarnold: ok so im looking at this file I created and I dont under stand why its showyou a site that is in a differnet location what you saw should be at a subdoain I set up for it last night19:40
TheLordOfTimerandom observation: i spent 3 months trying to get Apache to work right - never figured it out19:42
dragonioussarnold: should the  line look like /var/www/snapper or /var/www/snapper/19:42
sarnolddragonious: I don't know if apache cares.. other applications do care and require the trailing /19:43
sarnoldTheLordOfTime: yeah, I find nginx easier to configure too, but apache is supported by canonical, which is nice...19:44
dragonioussarnold: another questiondoes it matter in what order I list the commands19:45
sarnolddragonious: I don't _think_ so... i could be wrong.19:45
dragonioussarnold: that being the case then this looks correct to my novice eyes Im pointing to the correct directories but it is obviously pointing to the wrong ones19:47
TheLordOfTimesarnold:  albeit 5000 times more difficult to configure19:47
sarnoldit does require keeping the manual open all the time.. :)19:48
dragonioussarnold: should I combine these files into one file ??19:51
sarnolddragonious: well, you might find it easier to work with, but the layout of sites and plugins and so forth is designed to ease maintainence in the long run...20:07
bitfuryhello, I removed the default exim4 MTA20:10
bitfuryinstalled20:11
bitfuryssmtp20:11
bitfurybut I don't see an init script to restart it20:11
bitfuryhow would I do this?20:11
dragonioussarnold: thanks Im just completly baffled I dont know where I going wrong here20:11
sarnoldbitfury: I dont think there is anything to start, programs run /usr/sbin/sendmail to deliver mail; there's no listening daemon..20:13
* RoyK just uses postfix20:13
dragoniousRoyK: any idea where Im going wrong ?20:16
RoyKno20:17
dragoniouswell thank you fot all your help guys I really do appreciate your time20:18
dragoniousRoyK: sarnold: ok heres a question when I set up the subdomains I set them up as A (host)Names  should they be set up as C Names??20:26
sarnolddragonious: hrm,that's a bit out of my experience but I think both are fine.20:27
RoyKdragonious: doesn't matter if you use an A record or a CNAME record - the apache config reads the Host: header and parses that20:27
dragoniousOk20:28
dragoniousRoyK: ok ty20:28
RoyKbetter use CNAME, it's better20:28
dragoniousRoyK: its the only thing I didnt do exactly as the walk through says20:28
dragoniousRoyK: so only thing I can think to check lol20:29
dragoniousRoyK: sarnold: ok guys give me  afew min here20:29
axisyshow to add GRUB_SERIAL_COMMAND="serial .." during install?21:06
axisysI seem to be adding this after install even though I have this in the kernel line " -- console=ttyS0,9600n8 console=tty0"21:07
axisysand I also have to write a /etc/init/ttyS0.conf after install.. I like to automate that21:08
dragoniousok guys im back :)21:41
dragoniousI think I have it fixed now21:41
dragoniousI had a few issues with my domainname provider I think I cleared them up , my server is now correctly linked to the domain name, and I setup the correct subdomains for all the sites now hopefully it works21:43

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