[00:06] hm, is there an out of the box solution to give users access to certain init scripts? [00:09] etc/sudoers magic maybe? [00:10] yann2: I am looking more for a "config infrastructure" for that purpose, so, creating init scripts for a user/service pair and enable them .. [00:11] hm, how do you guys enable users to restart a fastcgi app? (in an ideal world this app is handled by initscripts, so it comes up after a reboot e.g.) [00:11] ah now thats a different question [00:12] I'd like the answer to that [00:12] people usually used killall :) [00:14] hm, that sucks somehow :D [00:17] yann2: http://www.undefinedfire.com/lab/user-init-scripts/ [00:17] try that :) === yml_ is now known as yml === hggdh is now known as hggdh_ === hggdh_ is now known as hggdh__ === hggdh__ is now known as hggdh [03:33] I'm having issues with rewriting from domain.com/folder to www.domain.com/folder. domain.com to www.domain.com works just fine, but it does not work with any folders. I'm running Apache2 [04:00] hey guys, i am tinkering with libvirt and kvm on jaunty. I have used python-vm-builder to create a jaunty server vm that exists in ~/ubuntu-kvm. [04:01] i see that the virsh define command is neccesary to register the xm, but there is no xml file with confg for this machine. [04:01] do i need to make that, or is the xml file a need for a differnt (virt-install) tool? [04:03] slestak: the xml files should be in /etc/libvirt/qemu [04:06] ok, i see default.xml. it only specs bridge networking using dhcp. I specified the ip address of my vom on the command line when I built it. [04:06] i am trying to determine if I need to define the vm in virsh before i can run it? [04:08] this is how i created it http://pastebin.com/m6eded9ef [04:09] slestak: do you have a bridge setup on the host? [04:10] slestak: the vm should be defined by vmbuilder [04:10] sommer: i dont htin I do yet. It is a new install. Sorry for the elementary questions. I am in a little overload with the multitude of option in the server docs. It is difficult to tell which instruction pertain to which method [04:12] slestak: in the networking section of the serverguide there is information on setting up a bridge on the vm host [04:12] sommer: ok, i just made sure kvm waast started, I do have a virbr0 on a 192.168.122.1 network, which is the dhcp range spec'd in the /etc/libvirt/qemu/networks dir [04:13] yes, i see it for 8.10 here https://help.ubuntu.com/8.10/serverguide/C/jeos-and-vmbuilder.html [04:13] im going to see if ther eis updated docs for 9.04 [04:14] slestak: there is also information in the 9.04, but it's been rearranged a little [04:32] sommer: Comment for you on the mail server section of the server guide: I don't think the smtp auth stuff should have been removed in favor of just using dovecot-postfix as not everyone wants a local delivery agent. Just setting up smtp auth is a useful set of information. [04:37] ScottK: ya, it's on my list to revisit that section in light of the new dovecot stuff [04:38] ScottK: I think the dovecot section can actually be merged with the postfix section, but you're right the smtp auth does stand alone at times [04:38] Also having the detail about settings is important for troubleshooting. [04:39] I was helping someone last night and I had to go read the source to dovecot-postfix to help him. [04:39] gotcha, I'll update that for karmic [04:41] Cool [04:41] how do i make a lamp system with asp [04:44] slestak: you playing with kvm/libvirt too? in virsh, you need to do a 'list --all' to show inactive machines. the python-vm-builder seems to create the vm with an ID of 'ubuntu' by default [04:45] slestak: it actually defines it, but doesn't enable/start it by default 'if' you tell python-vm-builder to register the machine with libvirt for you [04:46] (either the [libvirt] section of your config, or the --libvirt option on the cmdline) [04:56] cef: thx, yeah, i started looking at vmware-server, but i hate the way they gutted all the shell tools in the free product. [04:56] cef: so i am now looking at libvirt + kvm for my comanies needs. [04:57] vmware blows [04:57] Especially vmware-server [04:58] sommer: i have copied the xml file into libvirt/templates the way the wiki mentions, but the example has most of the settings in thre with secions commented out [05:00] sommer: do i uncomment the line that starts with #if $bridge? the wiki doesnt really specify [05:01] if you're going with a bridge (rather than behind nat), then you should really make a local copy and reference it in your own templates. [05:01] (that way, if the templates get changed thru an upgrade, you don't lose your changes) [05:01] i did make a local copy to ~/VMBuilder/plugins/libvirt/templates/ [05:02] ahh yup yup [05:02] you've since rebuilt the install using vmbuilder? [05:02] cef: but the template uses $bridge, I assume that may be an arg [05:02] oh and you've created the bridge device? [05:03] not after changing this, i need to locally cache this stuff, dl it is slow for me. That is actually the first vm I am makign with jeos is an apt-proxy server [05:03] for my lan [05:03] which webpage are you referencing atm? [05:03] https://help.ubuntu.com/9.04/serverguide/C/jeos-and-vmbuilder.html [05:08] ok.. yeah that guide is for 8.10.. you can now tell vmbuilder that you want a bridge rather than the default. hold a sec [05:09] ive updated my pastebin with my vmbuilder command, my ifconfig for virbr0, and the interface ection of VMBuilder/plugins/libvirt/templates/libvirtxml.tmpl [05:09] its at http://pastebin.com/m31f73c3f [05:10] beer time [05:10] so either you can change that config and remove the if/else stuff (making it just that entry), or you can use the new commands (which I think go into the .cfg - can't see it in the man page.. time to look at other docs methinks) [05:10] heh [05:13] is my virbr0 at 192.168.122.1 going to cause a problem, I want to use 192.168.21.35 as a staic ip for this vm, already have a dns pointer to it. [05:14] i think i need to delete that interface and recreate it maybe? [05:16] you need to create a bridge. look at the link in https://help.ubuntu.com/9.04/serverguide/C/libvirt.html#virtual-networking [05:16] cos the bridge needs to include the 'outside' interface that you want to bridge the clients to (eg: eth0) [05:18] i take it this is dangerous work remotely, lol. i thinkn i did this a while back and had to drive to the console to fix. At least this machine is sonly 3 miles away, instead of 6 states. [05:18] well, double check things. :D [05:19] i just upped the ram in my desktop at work so i will be on this machine in about 8 more hours. [05:19] i am redmond free at my desk, life is good [05:20] :D [05:21] I have too many machines around me (including one machine which is doing kvm, but has no X on it) [05:22] this is interesting, i have no bridge entries in netowk/interfaces, but i do have brctl installed. I have a virbr0, but this is jaunty desktop, and dhcdbd is not installed [05:22] which is fine, but none of the other machines has the right combo of X and jaunty on it so that I can see a console. made finding a typo in my firstboot script a right pain [05:22] i guess the bridge that is running was purely from the vmbuilder defaults and is not fiunctional [05:27] well libvirt sets it up by default I think [05:27] now, this is where it gets tricky, my desktop is on our desktop subnet, 192.168.20.0, however, I want this server to respond to 192.168.21.35. THink that looks questionable? [05:27] my dom0 is 192.168.20.207 [05:27] it's useful for testing stuff if you don't want it to be contactable from remote (eg: if you don't care if it's behind a firewall [05:28] all of this is for internal use, i have to vpn in to see any of this [05:28] as long as the upstream router will allow it on that network interface, shouldn't be an issue [05:28] but I do want this to be reachable by any team member [05:29] what's the netmask? /24? /23 or less? [05:29] as long as dom0 is still functional, I can adjust or move the dom1 later to that othe rsubnet. [05:29] cef: im not sure, sorry. networkign is not my strong point [05:29] slestak: ok, 255.255.255.0 or something else? [05:30] i can start my vm's on the desktop subnet, and move them to my production server an reconfigure them [05:30] 255.255.255.0, yep [05:31] ok.. cos it's a mask. 192.168.20.x masked with 255.255.255.0 means that you can only communicate with machines that the last number (x) differs. otherwise it has to go through a router somewhere [05:31] ipcalc is a useful tool for finding out that sort of thing btw [05:32] so you can put it on the same network card, but nothing will be able to talk to it [05:32] but hey, it should boot, and as long as you can do console, it'll be fine [05:33] i missed the last thing you said I think. restarting networkign lost my remote session [05:33] ipcalc is a useful tool for finding out that sort of thing btw [05:33] so you can put it on the same network card (using a bridge), but nothing will be able to talk to it [05:33] (and then what I just said) [05:33] * Reconfiguring network interfaces... [05:33] Ignoring unknown interface eth0=eth0. [05:34] pastebin your /etc/network/interfaces file [05:34] well, its 12:30am, i'll pick it up tomorrow. thx for your help. I cant righ tnow, that machine is not available until i can reach the console [05:35] i can recreate it though [05:35] no probs.. [05:35] got a few hrs before I head home (.au here) [05:36] do you have my oastebin url still? [05:37] http://pastebin.com/m6730b2a4 [05:37] and eth0 = 192.168.20.207 <-- different subnet from guest. [05:38] what is the biggest, baddest kvm machine you guys have ever built? [05:39] we have an olap tool (MITS) that currently runs on our aix box with our erp system. I am entertaining the idea of running this on a rhel dom0 with kvm dom1. [05:39] a hefty 512MB guest windows XP install in kvm [05:39] yes, I barely use kvm [05:40] the data needs are trmendous, (for me) 32G of db, and 136G of indexes and cubes. [05:41] ahh yeah.. you need to set it up as 192.168.20.x (the bridge replaces the 'eth0' address) [05:41] then when you 'add' ip's to the bridge, they aare their own (ie: defined in each vm) [05:42] i wonder if virtualization can scale up to that? I have my eye on a fiber channel jbod from a friend that has 5.6Tb (14 x 400g sata) that i can stripe some and use lvm snapshots onto another set nightly. [05:43] cef: so each vm will redefine its own br0, or will i need br0, br1, br2 for 3 vm's? [05:43] I'm still playing.. the issue is data movement. [05:44] slestak: each machine will create another ip and add it to br0 (eg: br0:0, br0:1) [05:45] im not super concerned with performance. My other choices beside virtualization are to use either one of our two older prod boxes, two aix machines, 1x800Mhz or 2x450Mhz, At least the dom0 is a modern poweredge that can take 4 Xeon's. Hopefully it can hang [05:46] main issues (IMO) are going to be disk speed access and network speed. you might need to look at virtio to improve the network access [05:46] i need one of those ip kvm switches (other definition of kvm) so when I do this to my poweredge, I can reach the console from Michigan. the server is in Maryland [05:47] yeah.. always a pain.. [05:47] Can I use a ramdisk in a virtual machine? [05:49] My plans is twofold. I plan on striping this data only, no mirror, no parity. Set up it with max read/write speed. I can alway rebuild my cubes from source data if I suspect them. Use an lvm snaphot nightly to another set of disks in the jbod, so I basically mirror it once per day, instead of on every write [05:50] s/is/are [05:51] i need to cruise. ty for your help cef [05:54] RoAkSoAx: hi [05:54] ivoks, heya master, how's it going [05:54] RoAkSoAx: sorry, i couldn't come yesterday [05:55] ivoks, it's ok :) [05:58] ivoks, do you have time now? [05:58] yes :) [05:58] hi ivoks [05:58] ajmitch: hi [05:59] ivoks, this is the FTBFS: https://launchpad.net/~andreserl/+archive/ppa/+sourcepub/634425/+listing-archive-extra [05:59] RoAkSoAx: let me boot the karmic server and check that ftbs [05:59] ivoks, i think it would have been a sync, but it FTBFS [06:02] RoAkSoAx: what time is it in your timezone? [06:02] ivoks, midnight [06:02] so, 7 hours diff [06:03] oh really.. what are you doing up so early :)?? [06:03] documentation for one project :D [06:03] i hate writting documentation :/ [06:04] ivoks, i hate to getting up so early.. i can get up before 9 :) hahaha and yes.. i hate documentation too [06:04] s/can/cant/ [06:04] i'm grabing paraview [06:04] * ajmitch prefers those easy merges :) [06:05] ajmitch: well, RoAkSoAx is my student and we are at the leason 'How to fix FTBFS' :) [06:05] indeed :) [06:06] heh [06:06] ivoks: I'm at the stage of 'deciphering libtool changes' :) [06:07] * ajmitch needs to finish off, test & upload the php5 merge [06:07] ajmitch: what do you think about having PPA for PHP5 packages? [06:08] tested and approved newer versions of php for older releases [06:08] do you know if it's complicate to install a pci serial in ubuntu? [06:08] I think it'd certainly be useful to have them [06:08] some web devs complain all the time about old php5 [06:08] al_paun: with most of them it's just plug and play [06:08] I don't think it should be too hard to arrange a PPA for it either [06:09] al_paun: some, otoh, require binary driver which kills linux's native serial driver and, basicaly, renders your system unusable [06:09] ajmitch: i'll try creating backported php packages for hardy, just to see how it works [06:10] there aren't too many things in PHP dependencies that should stop that from just working [06:10] that's right; that's way i had that idea... [06:11] RoAkSoAx: i'm pulling required packages to build paraview [06:11] ivoks, k :) [06:11] RoAkSoAx: it was a clean merge... [06:11] * ajmitch is merging 5.2.9.dfsg.1-4 at the moment, nothing jumps out as unbackportable [06:11] I plan to install a fax modem on a server. Since the computer doesn't have any serial what do you suggest?. I've tried with a usb-modem and the modem couldn't be recognized. [06:12] maybe a hardware modem on pci? [06:12] ivoks, i thought that too, but having taking a better look... seems like a sync... [06:12] I already have a serial modem [06:12] which I know it's working on linux [06:12] al_paun: try with pci serial ports [06:13] ok tks [06:13] al_paun: and, leason learned, newer ever buy another server without serial port [06:13] the new mainboards removed serial port [06:13] motherboard [06:13] maybe desktop boards... [06:13] yeah but I [06:14] yeah but it's already bought [06:14] ivoks, my debdiff does not show any changes... because 1. ubuntu-use-ffmpeg-swscaler has been included in debian, so we drop that patch, then debian has dropped gcc4.3.patch and ffmpeg_writer.patch, and it has also dropped ffmpeg from Build-Depends and I'm taking debian changes on mpi... so after that.. no ubuntu change... [06:15] RoAkSoAx: we'll see :) [06:17] well, there's a quite big diff [06:17] ubuntu uses ffmpeg, debian doesn't [06:18] RoAkSoAx: anyway, that's for ubuntnu-motu :) [06:21] hey all [06:22] does anyone here use godaddy??? i registered a domain through them and can't figure out for the life of me how to setup a subdomain, i want forums.mydomain.com to point to mydomain.com/forums (ie. /var/www/forums) === rascov_ is now known as rascov [07:01] does anyone uses latex|tetex|texlive|*ex* for writing documentation? [07:19] ivoks: nope; I prefer python-docutils and rst2pdf now. [07:20] !anyone [07:20] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [07:26] twb: hehehe [07:27] i'm interested in editors people use for tex [07:33] ivoks: #emacs [08:40] df [08:41] hi [08:44] can you get vmbuilder to build images directly onto an lvm lv in raw format? everything I've seen says to use qemu-img to convert the default file from qcow2 to raw after the fact, which is just a pain. [08:48] how can i install a broadcom netextreme nic with ubu? [08:49] the installer doesn't see the embedded nics.. :( [08:52] cef: on intrepid building images to lvm failed for me [08:57] stanman1: your NICs require non-free firmware. Not sure if your release of Ubuntu ships with it [09:00] kgoetz: somehow ifconfig eth0 up worked and i could set a static ip, etc [09:00] strangely the installer didn't recogize the nics... [09:01] now it's working [09:01] stanman1: the kernel used during isntall may not have the firwmare loaded. I'd agree its trange though [09:02] i must say, i did an install off an usb stick (no cd in the box), later after booting off the hdd's it worked [10:36] hi, i'm giving eucalyptus a try but i have problems handling user registration mails. Where are the mails gone? [10:36] hi [10:36] anyone running clusters here [10:37] needed soem advice on hardware [11:14] Hi, how do you control log on multiple servers? [11:18] I have 3 1TB sata drives, ubuntu server is intalled on a partition of 1 of them. If i unplug one of the non-boot drives, it works fine.but if i have all 3 connected it comes up with raid45: unknown target type errors and drops to EasyBox (I think its called). My bios has fakeraid which I have turned off, any ideas? [11:22] celephais: i use syslog-ng and centralize all logs on a log-server [11:22] alterlaszlo, and how do you parse the logs? [11:23] alterlaszlo, i mean how do you know if something is going wrong? [11:23] celephais: with syslog-ng it-s quite easy to create filters [11:23] alterlaszlo, ok thank you , i'll check the documentation [11:24] celephais: that's a great question: it dipends on how much time you have to check them ;) if you have few time just parse errors and warnings [11:27] alterlaszlo, is there a program that automatic parse log and look for ad-hoc pattern such , a.e, brtue forcing on ssh? [11:28] celephais: for brute-force attacks i use another package called fail2ban, it's him that check logs and creates autoamtically iptables rules to ban the attacker ip [11:28] it-s great against script kiddies [11:29] mm ok i'll check === gaveen_ is now known as gaveen [13:47] Hi [13:57] I'm modify my syslog and now, no more email activities are logged :-/ Here is my conf : http://pastebin.com/db1c69d3 and you will see file priviledges too [14:02] -? [14:02] -/var/log/mail.log [14:02] - means not sync or something like this [14:03] right, without it, syslog won't buffer logs [14:03] I don't want to log in /var/log/mail.log but in /var/log/mail/mail.(err|log) [14:04] those files exist? [14:04] owned by syslog:adm? [14:04] yes, look below in my pastebin [14:05] oh, sorry [14:05] np [14:05] don't really understand what it doesn't work [14:05] no errors in syslog just in case [14:05] did you check syslog? [14:05] ok... :) [14:06] I've broken something somewhere but I don't know what [14:07] let's double check if postfix handle syslog facilities [14:08] how about: [14:08] mail.info -/var/log/mail/mail.log [14:08] mail.warn -/var/log/mail/mail.log [14:09] mail.err /var/log/mail/mail.err [14:09] ok, let's try [14:09] hold on [14:10] make that mail.warning [14:10] ho [14:10] so, you don't want errors in the same file as other? [14:10] no [14:11] syslog and postfix restarted and I can see the postfix restart notification in mail.log [14:11] nice ;) [14:11] mail sent [14:11] and log'ed [14:11] damned, thanks you bro [14:11] np [14:12] ubuntu's default syslog.conf had that example [14:12] :D [14:12] yes [14:12] I removed it === asac_ is now known as asac [14:48] does anyone here use godaddy??? i registered a domain through them and can't figure out for the life of me how to setup a subdomain, i want forums.mydomain.com to point to mydomain.com/forums (ie. /var/www/forums) === hessml is now known as hessml|away === hessml|away is now known as hessml [15:10] billybigrigger_: this is very much not the place to ask -- godaddy has technical support [15:10] however, forwarding a subdomain to a url is not typically done at the DNS provider [15:13] ivoks: sweet, I see you're trying to get xattr tar working sanely upstream. how's that going? [15:17] billybigrigger_: once you figure out the godaddy subdomain issue, your going to want to learn about mod_rewrite to handle the forums.mydomain.com -> mydomain.com/forums transition. [15:17] eh? [15:18] what do i need to know? [15:19] well i got it working, it only took 48 hours to update...so if i visit forums.mydomain.com now, its just a redirect and the address bar shows mydomain.com/forums [15:19] so all that effort was pointless :P i thought the address bar would show the subdomain as forums.mydomain.com [15:20] kees: it's basicaly redhat's patch [15:20] kees: upstream did some changes to it [15:21] kees: debian maintainer pushed it there [15:21] kees: to be honest, i didn't check how are things going now, but i do know that fedora is interested in that too [15:22] kees: http://lists.gnu.org/archive/html/bug-tar/2009-03/msg00036.html - that's the last news :/ === hessml is now known as hessml|away [15:28] ivoks: yeah, that's what i was reading. Jorg is totally right, btw. [15:29] i.e. the memcpy vs strcpy bit. [15:29] I don't know about the DIR part [15:31] is there a way to hide the whois information of the domain ? === hessml|away is now known as hessml [15:31] orudie: Whois guard at best. [15:34] hi, i installed ubuntu 8.04 LTS off an usb stick, but now when i remove the usb stick I get an error 15 at grub, how can i solve this? [15:35] stanman1: remove grub from hard disk [15:38] ok, apt-get remove grub? [15:38] then reboot? [15:38] no [15:38] grub is installed on MBR of your hard disk [15:38] ivoks, heya master i'm back :) [15:38] you have to clear hard disk; install another boot loader there [15:38] RoAkSoAx: hi [15:39] ivoks: should we carry the xattr patch in Ubuntu, you think, to give it a wider audience? [15:39] kees: that was my idea; that's why i asked debian dev about that [15:39] * kees nods [15:39] kees: he said he won't introduce changes that aren't from upstream [15:40] we'd want jorg's patches too. [15:40] kees: so, we could do it... but we would be alone there :) [15:40] ivoks: sure, but we do that in other places too. :) [15:40] kees: note that 'my' patch was extracted from redhat's tar [15:40] ivoks: right, sure. we'd want Jorg's fixes, though, too. [15:40] kees: right [15:41] I'm surprised RH hasn't run into more problems with it -- the strdup vs memcpy issue is rather nasty. [15:41] if we do that for tar, we could enable acl by default on all partitions [15:41] ivoks: it seems that acls work already, but that useracl is what's non-default currently. is that right? [15:42] acls don't work [15:42] hm, ok [15:42] you can't set acl on files [15:42] but (almost) all programs are compiled with support for it [15:42] yeah [15:43] I'm curious about it for fscaps, which uses xattrs [15:43] don't know what's that :) [15:43] ivoks, when we are dropping a patch, should I just remove it from the debdiff or should i delete it from debian/patches? [15:44] RoAkSoAx: Why are we dropping it? [15:44] RoAkSoAx: debdiff is diff between debian and ubuntu [15:44] ScottK, because debian merged it [15:44] RoAkSoAx: if ubuntu is droping patch, then it exist in debian [15:44] RoAkSoAx: therefor, it's not in debdiff [15:45] RoAkSoAx: but if your debdiff removes patch that debian did, then you are probably doing something wrong [15:45] do you understand what i'm trying to explain? :) === hessml is now known as hessml|away [15:47] ivoks, in paraview.. i need to drop ubuntu-use-ffmpeg-swscaler becuase debian has merged it (use-ffmpeg-swscaler.patch) so I need to drop the ubuntu patch. [15:47] ivoks, i remove it from the debian/patches/series file, and when I do the debdiff.. it still appears on the debdiff... know what i mean? [15:47] all you have to do is note in changelog explaining that you droped a patch cause debian include it [15:47] RoAkSoAx: don't remove it [15:48] RoAkSoAx: you don't quite understand whole concept, i'm affraid... [15:49] ivoks, i mean in the diff i'm trying to remove the patch that ubuntu did.. let me show you just a aset [15:49] sec [15:50] RoAkSoAx: i'll be back in 20 minutes === hessml|away is now known as hessml [16:07] any idea how to get new dmesg message to go to a tty so I can what what was happening just before this box became unresponsive? [16:07] s/message/messages/ [16:10] How do I disable ssh's stupid check on file permissions on certificates? - I am trying run backups under a specific user and I use ACLs to grant it read access to everything and SSH refuses to work when the ACLs are set on the files. [16:43] RoAkSoAx: cluster stack session got approved for UDS [16:43] ivoks, awesome.. has it been scheduled yet? [16:43] Probably not. [16:44] not yet [16:48] ivoks, hopefully they scheduled on of the lasts sessions so that I can attend :) [16:49] RoAkSoAx: i was thinking of that... what's the time you would like it to be? [16:50] RoAkSoAx: If you subscribe to the spec and tell LP when you will be there, that does bias the scheduling algorithm. [16:50] ivoks, do you know what's the timezone there? [16:51] same as here [16:51] that's -7 for you [16:51] CEST [16:52] sommer: rain on sunday in barcelona... [16:53] ivoks, at what time is the last session? [16:53] 4:00pm [16:53] jpds, 4 to 5 right? [16:54] ivoks, yep, I guess it will need to be at 4pm, since it will be 9 am for me [16:54] Yes. [16:54] k [16:55] RoAkSoAx: You lazy thing! I wake up at 6am. [16:55] jpds, hahahaha i usually wake up at 9.30 [16:59] RoAkSoAx: still teenager? :) [16:59] ivoks, almost 24 :P [16:59] ivoks, just "unemployed" [17:00] ivoks: What do you mean by that? :P [17:01] * jmedina is 26 and also wakes up at 9:30 :) [17:01] lol i'm old [17:01] ivoks: RoAkSoAx where can I find info about proposed cluster stack [17:02] jmedina: we have to discuss it [17:02] jmedina, that's what is going to be discussed during the UDS [17:02] Im learning about HA setups [17:03] jmedina: stop right there [17:03] ups [17:03] O_O [17:03] never mind [17:05] ivoks, should I report it like this: http://pastebin.ubuntu.com/176497/ ? [17:05] I need to setup a few services in a HA setup, I already have SAN(FC) shared storage, multipath and bonding/vlans for the setup [17:05] jmedina, i've already added howto's for heartbeat: https://wiki.ubuntu.com/UbuntuHighAvailabilityTeam/Heartbeat I've to review them [17:06] but don't use hearbeat [17:06] it's dead [17:06] :S [17:06] ivoks, there's going to be a heartbeat version 3.x [17:06] RoAkSoAx: yeah, it's ok; but debian might not accept it [17:06] RoAkSoAx: thanks [17:06] RoAkSoAx: there will be 3.0, since 2.99 is out for some time [17:06] RoAkSoAx: but there are no intentions to continue with it [17:07] ivoks, who's the upstream developer, horms? [17:07] ivoks: I need to use hardy for the setups, so what is the choise for hardy lts? [17:07] jmedina, heartbeat or rhcs [17:08] One of the things still confuse me is shared storage and cluster filesystem [17:08] do I need gfs clvm? [17:09] this HA setup is going to run under a virtualized setup in bladecenter [17:10] jmedina, you need to use cluster filesystem when you have master / master configs... such as 2 file servers serving as active / active [17:10] gfs and ocfs are clustered filesystems [17:10] they enable you to write at the same time to same filesystem from different machines [17:11] if you want that, i'd suggest using gfs, and thus rhcs [17:11] you might try ocfs too [17:12] Im not doing active/active only active/standby [17:12] then you can use 'normal' linux filesystems [17:13] jmedina, yes.. check out my tutorials.. they will give you and insight of how active / passive works with heartbeat... btw... if you want to have data replicated between two nodes in active / passive, you can use DRBD... [17:13] then I read about locking or corrupted FS when a node a failed node is not fenced or something [17:14] ha isn't replacement for backup [17:14] if your SAN fails, all you have then is backup [17:15] I have 4 redundant paths to the san and using multipath [17:15] still, fire in SAN means no data [17:15] raid10 in san, and of course backups [17:15] error on filesystem means no data [17:15] I'm having trouble with eBox and need help. For some reason, I can't update eBox in Ubuntu Hardy. It is holding back the packages and squid and dansguardian won't work because eBox is writing incompatible config files [17:15] jmedina, yes but first you need a technology that allows you to replicate data... this technlogy could be DRBD..., it provides a "fencing" mechanism that tries to prevent from split-braining.. it is called dopd... i'll soon add a howto on how to do that [17:15] RoAkSoAx: ha has SAN(FC) [17:15] he [17:16] ivoks, I thought that blade centers had that issue resolved already [17:16] i mean data replication and that stuff [17:16] RoAkSoAx: http://en.wikipedia.org/wiki/Storage_area_network [17:17] RoAkSoAx: there's no need for drbd and replication with san [17:17] ivoks, yes... [17:18] ivoks, that's why i though that blade centers had that issue resolved already since they do not need of a data repliucation technology such as drbd [17:20] this blades dont have local disk, im using boot from san [17:21] I am looking for a way to get more information then the webalizer main page will give. I am looking for stats on a specific page. [17:23] awstats [17:24] ivoks: my server has webalizer on it speficially. [17:25] that's stoping you from using awstats? [17:25] the current setup is like this: http://tuxjm.net/wp-content/themes/Ghacks2/images/Esquema_Storage_Fisico_con_redundancia.png [17:26] ivoks: I guess. I dont admin the server, so I dont know of any features installed on it. I was hoping webalizer allowed this type of access by passing it a parameter or something. [17:27] resno: awstats doesn't do that either, iirc [17:27] resno: you could parse logs :/ [17:28] ivoks: I need stats on one page, but its deep within the site and I am not sure how to get those stats. Its not a highly visited page, which creates the problem. [17:28] jmedina: right... so, what would you like to achive? [17:29] resno: awstats and webalizer are domain-aware, not site-aware [17:29] ivoks: oh I see. [17:29] resno: so, if you want something for specific site, you should parse logs [17:30] resno: or, with awstats, grep normal apache log, look for specific site [17:30] resno: paste that into new file [17:30] resno: and tell awstats to check out that file [17:31] resno: then it will tell you stats for domain, but since that spcific page is the only page in that log, all stats would be for that page [17:31] ivoks: this is going to be a virtualized enviroment with live migration providing kind of manual high availability [17:32] jmedina: so shared storage should have a filesystem that all of them can access, but not at the same time [17:32] now I want to give some redundancy for services like proxys, fileservers, routers [17:32] jmedina: ext3 sounds quite ok for that [17:33] jmedina: you could use heartbeat; it should be easier to set up [17:33] jmedina: or red hat cluster suite, which is a bit heavier beast [17:33] you'll also find more howtos with heartbeat than rhcs [17:34] ivoks: I've been playing with heartbeat but for simple setups, only using network resources: routers, firewalls [17:34] then again red hat cluster suite is in main, while heartbeat is in universe [17:35] my main concert is about storage, I want to avoid two nodes access data at the same time [17:35] jmedina: i hope you don't think about doing this in production :) [17:35] jmedina: test it somewhere else :) [17:35] ivoks: nop I have a bladecenter H with 14 blades to play === RoAk is now known as RoAkSoAx [17:35] jmedina: if you put ext3 there, they can't access it at the same time [17:36] jmedina: kernel will refuse to mount it [17:36] jmedina: idea is that service moves from one server to another [17:36] jmedina: service can be filesystem or some real service [17:36] yeap [17:37] so, you can't mount them at the same time [17:37] i use gfs just so i could mount and use them at the same time [17:37] never had any problems [17:42] ivoks: rain on sunday... doh [17:43] ivoks: well I need a new jacket anyway :-) [18:04] ivoks, i paraview has failed to build again [18:04] Can someone help me with ispconfig3? My mails get stuck in var/mail/vmail [18:06] ivoks, http://pastebin.ubuntu.com/176542/ [18:08] RoAkSoAx: so...? you know where the problem is? [18:09] ivoks, no, but i was thinking it was because python needs to be a builddepdns? [18:10] RoAkSoAx: it's obvious that's the problem [18:10] ivoks, i did that i'm just waiting to see if it builds [18:10] ok [18:11] ivoks, would that be something that will need to be forwarded to debian too? [18:12] RoAkSoAx: i'll tell you when i see the debdiff [18:15] ivoks, in debian they use python-dev which install python (2.6) and python2.6-dev, during building it says that python2.5 has not been found.. so there are too possible solutions right? making it use python2.6 or installing python2.5, which one do you think is the best one? [18:15] RoAkSoAx: make it depend on python2.5 [18:16] ivoks, i did that. I will need to remove python-dev from Build-Depends and add python2.5-dev and python2.5 right? [18:16] RoAkSoAx: Make it work with 2.6 is a better answer. [18:17] ivoks: Why do you say depend on 2.5? [18:17] ScottK: i would leave that to upstream [18:17] python2.5 -> python2.6 isn't that simple [18:17] Is it 2.5 due to upstream or packaging from Debian? [18:17] upstream [18:17] Ah. [18:17] Well generally it's better to use system default, but maybe not in this case. [18:18] if it can work with 2.6, then yes [18:18] but that would require some seding all over the place :) [18:18] So RoAkSoAx check if it works with 2.6. [18:18] RoAkSoAx: you could try that :) [18:18] right, 'grep -sr python2.5 *' [18:18] :D [18:19] RoAkSoAx: it turns out that paraview is great exercise :) [18:20] haha [18:20] indeed [18:22] ivoks, http://pastebin.ubuntu.com/176550/ [18:23] hm [18:23] so, debian's the devil :) [18:24] try it [18:24] replace python2.5 with python [18:24] ivoks, ok [18:25] ivoks, where? :) [18:25] anyone have a good website or lead myself in the right direction to setup a redundant web server I have just aquired a second IP address and would like to use it for a redundancy for my existing apache virtual domain system [18:26] gene420: "redundant" isn't explanatory enough [18:26] RoAkSoAx: sed -i -e 's/python2.5/python/g' debian/paraview.lintian* [18:26] you want them both sharing the load? you want failover when one dies (one is primary, one is secondary) [18:26] ? [18:26] explain a bit [18:26] sharing the load [18:26] gene420: the cheap and simple way is to use round-robin dns [18:26] there's even cheaper way :) [18:26] where you put two A records in for the hostname [18:26] I have each website with godaddy [18:27] apache has mod_proxy_balancer [18:27] http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html [18:27] ivoks: that's not cheaper nor more simple [18:27] I'm not saying it's a bad solution [18:27] hehe [18:27] but it's hardly the simple method [18:27] so then just add a second A name record to godaddy and schedule rsync to keep them synced [18:27] and I wouldn't recommend it to a random new admin [18:28] gene420: heh, what kind of data are you trying to sync? [18:28] I have 4 customers with simple drupal websites... [18:29] are you certain you need load balancing? [18:29] you won't be keeping backend DBs consistent with rsync, sorry [18:30] he'll need mysql master-master replication [18:30] if he's using mysql, sure [18:30] er... [18:30] gene420: do you have 2 servers at all? [18:30] or one with 2 IPs? [18:30] eserver 335 and hp proliant dl-590 [18:30] ok [18:31] so, two of them [18:31] which database do you use? [18:31] two static ips with bell business...in seperate locations [18:31] mysql... [18:31] separate... like couple of miles away or room next door? [18:31] sorry kinda of new to this side of things [18:32] same building upper and lower level [18:32] ivoks, i'll have to do the change in debian/rules too right? [18:32] so I could pull an ethernet cable between them [18:32] Hi all [18:32] gene420: you're hosting websites on an office internet connection [18:32] ? [18:32] yea .... [18:32] RoAkSoAx: you didn't paste everything right? [18:32] pih... [18:33] ivoks, yes, but in debian/rules they use a PVER = 2.5 [18:33] so I just bumped it to 2.6 [18:33] RoAkSoAx: good catch ;) [18:33] gene420: why not use some VPSes instead? [18:33] Is possible Real time linux with the new ubuntu 9.04? [18:33] just for small business so far things have been working fine...6Mpbs dsl connection [18:33] you'd get far more bandwidth, far more reliability, at far less hassle [18:33] not to mention true redundancy, by putting them in totally separate cities/countries/datacenters [18:34] just trying to keep the cost down ....and figured it would be a good learning experience [18:34] gene420: with 6mbit/s your server will serve web site without a sweat [18:34] the cost will be lower with VPSes, I assure you [18:34] the power required to run two full servers [18:34] is far more costly than two VPSes [18:34] not to mention bandwidth [18:34] gene420: same learning experience, just physical location is different [18:35] anyone? [18:35] power and resources aren't really an issue becaue they need the servers running for other services like network backup and samba domain policy logins with xp [18:35] heh [18:35] ok [18:36] i know what you mean thou I kinda of should just use godaddy to host them would save me some hassle [18:36] heh, no I wouldn't ever recommend that [18:36] I'd stay away from godaddy at all costs [18:37] ivoks, ok, so in case it builds, I'll just have to update the changelog saying: Bumped python version from 2.5 to 2.6? [18:37] RoAkSoAx: yes [18:37] RoAkSoAx: including a list of files where you changed that [18:38] RoAkSoAx: rules, control and paraview.lintian-overrides [18:38] ivoks, i would also need to update README.Debian ? [18:38] RoAkSoAx: good question... [18:38] ScottK: what's your opinion? [18:39] * ScottK reads [18:39] RoAkSoAx: Does README.Debian currently say anything about specific Python versions? [18:39] ScottK: yes [18:40] Then I would update it. [18:40] it states that paraview is built with 2.5 [18:40] Keep in mind that README.Debian is for users and not devs. [18:40] ScottK, it says this: Paraview is built against python2.5 only (it works with python2.4, but you would have to compile it yourself, changing build depends and debian/rules). [18:41] RoAkSoAx: Alternatively you could make it build against both 2.5 and 2.6 and remove that bit entirely [18:41] 2.4 isn't supported Jaunty and later. [18:42] ScottK, doing that will imply modifying debian/rules right? [18:42] since there it specifies which version of python should be used [18:42] in a PVER variable [18:43] RoAkSoAx: Alsmost certainly (keep in mind I didn't look at this package) [18:43] you have to update both files [18:43] and mention that in changelog [18:43] ok i'll first finish building with python 2.6 and create a debdiff so you can see it [18:44] Greetings.. [18:44] Does anyone know if Ubuntu is currently vulnerable to http://www.theregister.co.uk/2009/05/19/open_ssh_hack/ ? [18:44] And if a fix is in the works if so? [18:46] kees: ^^ [18:49] Considering the Debian package we're derived from was uploaded in January and there's a later upstream release available, I'm guessing the news isn't good. [18:50] I suspect cjwatson_ will be interested too [18:50] according to article, it's a design flaw [18:50] niekie: it requires an active MitM attack [18:50] niekie: so, as such, it is a very hard to exploit issue, but does need fixing. [18:51] kees: I know. But still I'd feel a lot safer if it wouldn't be there ;) [18:51] niekie: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5161 no one has released fixes for it [18:51] kees: Error handling in the SSH protocol in (1) SSH Tectia Client and Server and Connector 4.0 through 4.4.11, 5.0 through 5.2.4, and 5.3 through 5.3.8; Client and Server and ConnectSecure 6.0 through 6.0.4; Server for Linux on IBM System z 6.0.4; Server for IBM z/OS 5.5.1 and earlier, 6.0.0, and 6.0.1; and Client 4.0-J through 4.3.3-J and 4.0-K through 4.3.10-K; and (2) OpenSSH 4.7p1 and possibly other versions, when using a block cipher algori [18:51] niekie: yeah, I'd be curious to find out if the 5.2 changes can be backported easily. [18:52] niekie: as a work-around, you can follow the recommendations at the end of http://openssh.org/txt/cbc.adv [18:54] kees: Ah! Thank you very much. [18:55] hip hip... hooray! [18:56] kees: Any idea what the downside of the workaround is (i.e. why it's not just made default)? [18:57] The "workaround" doesn't seem to be a total fix though. In that suggested "Ciphers" list I can still see aes in CBC mode. [18:57] So it will prefer other non-vulnerable ciphers first, but will fall back to the vulnerable ones. [18:57] ScottK: I don't, but I'd like to understand what they did to fix it in 5.2. [18:58] * ScottK decides not to panic [18:58] ScottK: I wouldn't worry that much about it. [18:58] yeah, we classified it as "low" when it was announced. [19:00] I mean, the connection needs to be killed several times apparently for this to work. [19:01] If you open a SSH session and you're suddenly disconnected, you usually don't try to reconnect another 11355 more times ;) [19:01] (though automated stuff might, which is where this issue is more serious, AFAIK) [19:03] * ivoks trusts kees and jdstrand with his life, so... no worries [19:03] Heh. [19:03] kees: feeling pressure? :D [19:04] ivoks: yikes! [19:04] Yeah, I've heard the legends :P [19:04] ivoks: I don't have any real medical skills. :) [19:04] * kees heads to dinner [19:04] Have a great one! :) [19:04] kees: oh, barcelona already? :) [19:04] take care, /me goes to a movie [19:05] the movie [19:05] or whatever === rgreening_ is now known as rgreening === isaac_ is now known as isaac === hessml_ is now known as hessml|away [19:52] how would i go about setting up my mailserver if my isp is blocking port 25???? [19:53] is there a way i can use a different port? like outbound 700 or something??? cause i can recieve mail inbound but cannot send any mail [19:54] billybigrigger_: You would need a server outside your ISP listening on that port to relay to 25. [19:54] do you know of any free bounce servers or anything i could use? [19:54] billybigrigger_: you can configure your MTA to use submission service [19:55] what is submission service? [19:55] it is the recommend way, so your server users tcp/25 for receiveing mail and tcp/587 [19:56] it is the same that smtpd but is used for other purposes for example for mail relaying using smtp+auth [19:56] ok [19:56] jmedina: That would not work, and is not recommended. [19:56] here in México all ISP block outgoing TCP, so we use tcp/587 [19:56] 587 is intended for *submission* from MUAs, *not* for MTA to MTA communication [19:57] maxb: ok, I tought he wantted submission from MUAS [19:57] i just need outgoing port 25 [19:57] since outbound 25 is blocked [19:57] billybigrigger_: You need to look at setting a smarthost [19:57] the smarthost being your ISP [19:58] so use my isp for outbound mail? [19:58] for postfix I have this config it uses SMTP-AUTH to auth agains your smart host [19:58] http://tuxjm.net/2008/11/26/postfix_como_enviar_correo_a_traves_de_un_servidor_externo_usando_sasl_y_tls/ [19:59] would my mail come from billy@isp.com or billy@mydomain.com [19:59] ? [19:59] billybigrigger_: Yes. you basically relay your mail through your ISP. [19:59] Anyone can tell me if Is possible Real time linux with the new ubuntu 9.04? [19:59] billybigrigger_: it depends on how your ISP is configured [19:59] jmedina::: do you have an english translation of that page :P [19:59] Since the From: header is set in the MUA, it wont matter what your ISP does. [20:00] billybigrigger_: not, probalby google :D [20:00] jmedina::: i know thanks :P [20:00] jmedina::: actually already have a spanish to english trans plugin in firefox...was looking at moving to mexico :P but the job fell through :( kinda sad about it :( [20:01] J_P: There is a RT kernel if that's what you mean? [20:01] billybigrigger_: good, what is that trans plugin? [20:02] babelfish [20:03] just highlight certain words in the page and pop-up comes up with the translation, or you can translate the whole page [20:03] pretty useful [20:03] works in a ton of languages too [20:03] ScottK: RT kernel? where I start with RT kernel? [20:04] can anyone suggest a good tutorial or package for configuring a turn-key mailserver? i don't need to much fancy stuff, just a simple home mail server [20:04] billybigrigger_: Most or all of what you need should be in the Ubuntu Server Guide. [20:04] im not too worried about security, i just need something quick and easy, that will let me to setup this smarthost you guys talk of [20:05] would dovecot-postfix suffice? [20:05] billybigrigger_: Wrong words to say, you should always think about security. [20:05] dovecot-postfix is a very nice solution. [20:06] * stickystyle runs dovecot + postfix for his company. [20:06] ScottK: are you tell me about a RTAI for example? [20:06] J_P: I know little about it, just that it exists. [20:07] ScottK: ok. [20:08] for a dual xeon server -- should i be running 32 bit server or 64 bit? [20:10] I think that isn't enough information to know [20:10] W8TAH: depends if the xeon's are 32 or 64 bit. [20:11] oh -- ok [20:11] i'll keep diggin [20:13] whats the best approach for installing mod_security in 8.04? seems to be the only version without it in the repo [20:18] I would compile mod_security by hand [20:18] looks like its going to be that way. was wondering if its sat in a different repo anywhere, but no worries [20:19] Check for a PPA? If not, create a PPA! [20:22] PAA? [20:22] PPA* [20:24] Personal Package Archive, a facility of launchpad.net by which *anyone* can have their own subsidiary Ubuntu package archive with automatic builds of uploaded source for i386 amd64 and lpia [20:26] ha, nice [20:29] philsturgeon: It had licensing problems and got removed. They got fixed, but not in time for 8.04 [20:29] ScottK: Indeed [20:29] unfrtunate [20:33] stickystyle::: ok, i've setup dovecot-postfix with a smarthost, being my ISP's smtp server... [20:33] stickystyle::: which ports do i need forwared? my mailserver is behind a router...just my imap port needs to be forward right? since outbound is handled via my isp? [20:43] how do i find out what security postfix was built with in the dovecot-postfix package? [20:43] im trying to setup evolution here and i want to use pop3s [20:43] or imaps [20:44] billybigrigger_, dovecot-postfix does not embed either dovecot or postfix, they are depends [20:44] so it is whatever is the current dovecot and postfix packages [20:45] so installing dovecot-postfix without anything else doesn't enable tls or ssl? [20:46] the dovecot-postfix package carries an upodated dovecot configuration. If you already have one, you will have to match & mix [20:46] in my case, I have to update the SSL certificates in use (so that dovecot would use mine) [20:53] hmm [20:53] bah this is confusing [20:53] should a default apt-get install of dovecot-postfix work out of the box? [20:53] i think i have my mx record set...and used a relayhost of my isp's smtp server... [20:53] billybigrigger_, as long as you do not have any customised dovecot or postfix, yes [20:53] i can't seem to login via evolution using either imap or pop3 [20:54] won't accept plaintext passwords, and i can't find out what authentication type it uses [20:55] nmap shows imap, imaps, pop3, and pop3s ports open [20:56] make sure you have, in your dovecot configuration, "mail_debug=yes" and "vebose_ssl=yes"; if you do not, add them in, and bound dovecot (sudo service dovecot restart) [20:56] s/bound/bounce/ [20:57] then try again, and look at /var/log/messages for dovecot messages [20:57] and go from there [20:57] argh! "verbose_ssl=yes", not "vebose_ssl" [20:57] looking at /var/log/mail.log messages right now [20:59] hmmm [21:00] i sent a message out to a hotmail account, and i recieved it [21:00] now sending from hotmail to my mailserver isn't working...or hotmail is slow... [21:00] or maybe i have something eff'd up somewhere [21:01] dig MX mydomain.com doesn't show an MX record... [21:01] probably why it's not working yet eh? and that's why i can send out mail, through the isp's smtp [21:22] trying to install mod_security from source on ubuntu 8.04. run ./configure and get "configure: error: libxml2 library is required". [21:22] i have libxml2 installed at /usr/lib/libxml2.so.2 [21:23] philsturgeon, you probably also need to install libxml2-dev [21:24] done. thanks :) [21:24] next is ./Makefile right? [21:27] Does anyone here have experience with ispconfig? [21:28] ispconfig 3? [21:28] philsturgeon, you re-ran ,.configure, correct? [21:28] (and select whatever options would apply) [21:28] yes indeed. makefile was a silly guess, but it needs another step i think [21:30] ahhh... think i need to move the mod_security into apache first. oops [21:31] im confused :$ [21:31] philsturgeon, now run "make" [21:32] ahh there we go [21:32] not done much compiling without tutorials. not a noob, i consider myself a guru in training :-) [21:32] :-) [21:32] make & make install were both happy. job done, thanks [21:33] philsturgeon, good luck now ;-) [21:36] philsturgeon: Have you considered backporting the package from intrepid instead? [21:37] maxb: I asked on here for ideas, people just said to compile my own [21:37] done it now :p [21:37] Yes, well, that's what I meant [21:37] compile your own as a package :-) === yml_ is now known as ghost === ghost is now known as Guest42890 === yml_ is now known as yml [22:20] hey everyone, I was looking at the forums for a way to clear our residual config files left over from removed packages. I found a thread that tells you to use Synaptic, but is there any way to do this from the command line? [22:21] phreestyle-work: use purge option for dpkg [22:22] dpkg wont delete config files if they where modified after instalation unless you use purge option [22:22] jmedina: can u give an example please? [22:22] dpkg -P packagename [22:23] but the packages are already gone and I don't know the names of them all [22:26] mmm probably you can get a list from /var/log/dpkg.log [22:27] I dont know another way [22:27] but the purge command from dpkg will work if the packages has already been removed, right? because if I do something like: apt-get purge old-package it won't work because the package is already been removed === jes_ is now known as XiXaQ [22:35] Hi, is there a way I can shut down a system as root without physical access to it without the halt, poweroff, reboot, init, runlevel, shutdown? Why am I asking? Because the server I'm in is suffering numerous drive issues and I can't shut it down via those commands, but many others are workign currently [22:37] Ash-Fox, got 'cat'? [22:38] thirsteh, yep. [22:40] Ash-Fox: what about ctrl+alt+supr? [22:40] ohh it is remote [22:40] Ash-Fox, I -think- this will work, but it's a long time since I've used this. No matter what, it's temporary anyway; [22:40] echo 1 > /proc/sys/kernel/sysrq [22:40] echo o > /proc/sysrq-trigger [22:40] that will shut down the machine entirely [22:40] :O [22:40] to reboot, echo 'b' instead of 'o' [22:41] thirsteh: good tip, what does it do>? [22:41] thirsteh, it didn't like that. [22:41] Ash-Fox, how so? [22:41] "input/output error" [22:41] I did however find a way around it [22:42] Ash-Fox: which one? [22:42] jmedina, the same as sysrq, o, but without physical keyboard access [22:42] Mounted /media/cdrom as tmpfs, copied poweroff from my laptop to it, executed ./poweroff -f [22:42] you almost definitely need to echo that as root by the way [22:42] ah okay [22:43] That was fun [23:27] what kind of authentication does dovecot come with? [23:27] im trying to configure evolution with my mailserver and i just have plaintext passwords setup as of now... [23:27] which for obvious reasons is no good [23:28] that's all in the documentation [23:28] yeah but evolution is showing that no auth types are supported [23:28] very easy to find, took me less than 10 seconds on the dovecot site: http://wiki.dovecot.org/Authentication/Mechanisms [23:29] well check your dovecot configuration -- you have to tell it which authentication methods to allow obviously ... [23:29] and i highly doubt the default ubuntu config for dovecot comes with plain text enabled by default [23:29] you do? why would you highly doubt that? [23:29] well ya i see that, but why are plain text enabled by default? [23:29] billybigrigger_, what ubuntu and how did you install it? [23:29] because many people use it [23:29] 9.04 [23:29] sudo apt-get install dovecot-postfix [23:29] XiXaQ: it's not a debate ... it is enabled by default [23:29] billybigrigger_, then the secure protocols should be enabled by default. [23:30] no, plaintext password authentication is enabled by default [23:30] billybigrigger_: yes, we already discussed this [23:30] that's normal, and expected [23:30] yes, im talking to XiXaQ [23:30] stop talking about it like it's a bug [23:31] why don't you spend 10 seconds looking at your dovecot config [23:31] to find out which auth mechanisms it's supporting [23:31] ya thanks tips [23:31] # plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey [23:31] # gss-spnego [23:32] why is there a comment mark there? [23:32] cause its in the comments maybe? [23:32] then why are you pasting it? [23:32] mechanisms = plain [23:32] that's not relevant [23:32] ok, so add the method you'd like to use ... [23:32] and remove plain [23:32] oh? the list of supported auth types are relevant? [23:32] ok [23:32] haha thanks tips [23:33] the list of supported auth types are in the URL I pasted minutes ago [23:33] [16:28] yeah but evolution is showing that no auth types are supported [23:33] we want to know what's listed in your config as the mechanisms in use [23:33] right, clearly because of your mechanisms line [23:33] why is it that you can't just resolve this? [23:34] clearly you know what the supported auth types are ... you want to show them to me? just select the one(s) you'd like to use [23:34] i can, thanks [23:34] i confused myself over something... [23:35] thanks, sorry to piss you off and waste your time [23:36] k, now i have a question of opinion, these are something i know nothing of, and have no care about...but what is a better auth method, cram-md5 or digest-md5 for a home mail server? [23:37] if you read the link I pasted: http://wiki.dovecot.org/Authentication/Mechanisms [23:37] you'll see a very simple rundown and comparison of the different auth types [23:37] such as: [23:38] # CRAM-MD5: Protects the password in transit against eavesdroppers. Somewhat good support in clients. [23:38] # [23:38] DIGEST-MD5: Somewhat stronger cryptographically than CRAM-MD5, but clients rarely support it. [23:38] giovani::: thanks...maybe i should check out your post :P [23:39] does it have a section in there about setting up MX records? :P i think i have mine screwed up, as im not recieving any mail, but i can send out [23:40] so upon a quick read, cram-md5 is secure enough for a home server and most likely the most supported...am i correct in assuming this? [23:45] no, dovecot is completely unrelated to MX records [23:45] if you read the dovecot link, you'd know that, yes [23:45] ya [23:46] why so serious? [23:46] :) [23:46] i know mx and dovecot have nothing to do with each other, it was a joke, hence the smiley face at the end, but thanks [23:58] I'm a bit confused. I use a script that add a bunch of blacklisted servers to my /etc/hosts --> redirected to 127.0.0.1 so they would redirect themselves to nowhere. Useful to ban ads. However, that do not work as I still see the ads... in Prism.