=== gouki_ is now known as gouki [00:16] anyone has used mod_bw? before [01:08] ScottK: uh... smtp_bind_address [01:08] lamont: That can influence it, but not guarantee a result. [01:08] you can bind to any local IP, and the routing table will decide which interface the traffic goes out [01:09] whether or not the traffic will make it back in becomes a question of rp_filter et al, and routablility of the source IP [01:09] if you bind to a particular IP, that _WILL_ be the source IP, modulo NAT or some such changing it later [01:09] OK, maybe I'm having a brain fried day. [01:10] * ScottK is currently parked in Starbucks while $ELDESTDAUGHTER shops. [01:11] BBHoss: ^^^ Looks like I was wrong. [01:16] ScottK: one of my favorite hacks for added non-hackiness is to use allow $IP1 to ssh to a box, when $IP2 (same box) would be the normal source IP [01:16] and then use ssh -b :-)( [01:21] ScottK: also, unless you have advanced routing tables turned on (and in use - see ip rule), source IP is not an input to the routing equation [01:22] Right. [01:23] and there are some things that, while doable, should never be done. they make me feel dirty.l [01:23] You say that like it's a bad thing. [01:24] remind me to show you what the network topology at PrairieNOC looks like, sometime [01:24] OK. [01:24] I'm fairly certain my brain will hurt after. [01:25] it's one of those "here are the things I was solving. here's how I did it." which has, from network experts, received a universal "that's completely sick" response. [01:25] that none of them have ever come up with another solution doesn't make it hurt less [01:25] No doubt. [01:25] (client inside the network chooses which interface to route out by choosing which of two subnets (same layer 2) to use for a source subnet [01:26] and then the router DNATs if it goes out the non-advertised route [01:26] and yes, it's TOTALLY WRONG [01:27] and a fair part of why it's called PrairieNOC [01:27] * ScottK has just been informed that the SHOPPING is finished. [01:27] though to be fair, the "Prairie" part is just because network bandwidth TOTALLY SUCKS here [01:27] * ScottK will be departing momentarily. [01:27] end-of-shopping!! yay [01:27] hrm... speaking of which, I'm supposed to be $THERE, not $HERE === cmeiklejohn_ is now known as cmeiklejohn [01:44] can some one help me with installing mod_bw? [01:44] for apache [02:49] I want my servers to initiate a clean shutdown when I push their power button. [02:49] Is the "acpid" package sufficient, or do I need the (bloated) "acpi-support" package? [02:53] acpid is sufficient. [02:57] Yup [03:01] hello, how I disable the auto screen-session creation in jaunty? [03:07] xjjk: screen as in GNU screen? [03:07] Yep [03:07] yes [03:07] First I've heard about it; what's the symptoms? [03:07] when I login via SSH it automatically creates a screen session [03:07] Ugh. [03:07] great for newbies [03:07] not... good.. for people who use screen already and have their own setups [03:08] xjjk: no, great for me -- but I have that in my .profile. I don't think it should be the default for people who don't even know what screen is. [03:08] is your default shell screen? [03:08] kgoetz: nope, that breaks scp. [03:08] kgoetz: oh, were you talking to xjjk? [03:08] twb, yeah. [03:08] not sure, checking [03:09] * kgoetz discovered about it breaking scp, and isnt entirely happy about it :\ [03:09] xjjk: try "getent passwd $USER" and see if it mentions screen there [03:09] kgoetz, twb: no [03:09] xjjk: OK, grep -r for screen references in /etc/profile* [03:10] * twb looks for a jaunty VM [03:10] or 'chsh' and see if it says screen as your login shell ;) [03:10] kgoetz: heh [03:11] twb: don't see anything there either [03:11] I'd like this enabled for other people's accounts [03:11] ...just not mine [03:11] haha [03:11] xjjk: was your account the one created during the install? [03:12] twb: yes [03:12] xjjk: ok, grep -r again but in /etc/skel and ~/.??* [03:12] Unfortunately my copy of jaunty isn't booting, but in any case I disabled the creation of an initial user... [03:13] hrm... I did something, and it's not doing it anymore... [03:13] I don't know what [03:15] hrm... something still up [03:16] I run screen, and it seems to ignore my .screenrc [03:25] There's a screen-config tool or something [03:26] hrm.. problem is the screen-profiles package [03:26] it replaces screen with a wrapper script that calls a screen.real [03:26] wrapper script does a lot of config mangling stuff... [03:35] hello, the init script that comes with a certain package does not work. what should i do? [03:35] the package is bopm [03:38] what is the package manager called? [03:38] dpkg [03:38] ? [03:38] i mean the apt-get [03:41] uh what [03:43] It's in universe so I'd guess post to the mailing list or open a bug. [03:45] hm [04:01] is there a command that shows u in ubuntu for ur server what ips are connected to u ? [04:12] i need some help. i'm trying to compile approx, for use in caching ubuntu packages. my insanity shows when i say I'm compiling it on a non-debian-based distro. but I've ironed out all but the final few bugs in compiling it. [04:14] deadbattery: netstat -ntu [04:14] i still need a .cmxa file for ocaml-sha and syslog-ocaml. neither source tarball has that file, nore creates it, upon make. why not? [04:25] Thanks jmarsden [04:31] jmarsden, is there a way to know how much each IP is specificaly using bandwidth? [04:54] can some one help me x.x? [04:54] start with iftop and iptraf [04:54] then do some research :| [04:55] i tried.. [04:55] in apache2 the server breaks and i get this in error.log apache2 child pid exit signal segmentation fault [04:55] i cannot fiogure what the issue is [04:55] increase your logging [04:56] what do u mean [04:59] what part dont you understand? increase apache 2 logging level [05:00] i am a noob, [05:00] i dun get it [05:00] all the log shows is child pid errors [05:02] kgoetz what do u mean [05:02] which log file shows the errors? [05:02] error.log [05:03] does access.log give any clues? [05:03] sec [05:04] seems fine [05:05] any ideas [05:05] yes. increase the loglevel from whatever its on to something more verbose [05:06] http://letmegooglethatforyou.com/?q=change+loglevel+apach2 try the first hit [05:06] * kgoetz -> lunch. bbl [05:06] how wud changing log level fix anything? [05:06] it alrdy shows a lot [05:25] quick newbie question. if i want to install ubuntu server to host virtual machines - the general procedure is to install ubuntu server, install the ubuntu-virt-server package, and then set up virtual machines running ubuntu jeos? [06:36] When I do "sar -d 3 3" I get "dev8-0 " for "DEV" -- what device is this?? [06:36] Im looking for disk IO usage stats for / [06:57] Remind me, how do I tell which drives smartd has found? [06:58] I tried "smartctl -i /dev/sda" and it gave an error, which doesn't really surprise me (shitty IBM hardware), but I want to know if smartd agrees with smartctl. [07:15] dazman: Hey that tcp redirect with iptables has stopped working again. --to-port and --to-ports aint making any difference :-( [08:02] hello [08:02] how do you set the $PATH for all users to be bash? [08:06] <_ruben> erm .. $PATH is a list of directories to be searched for executables .. bash is a shell .. you dont set $PATH to bash [08:08] i mean $SHELL [08:08] i want it so that when i create a new account, they get the bash shell [08:08] i don't want to set it manually for each one [08:16] <_ruben> quizme: see $DSHELL in /etc/adduser.conf [08:42] _ruben: thank you [08:43] $SHELL is set *by* bash *iff* you're running bash. [08:43] It would not be appropriate to set $SHELL to bash and then run, say, zsh or csh. [08:44] _ruben: it's already set to bash but it doesn't seem to help the situation of adding users. it still goes to /bin/sh [08:44] As _ruben says, to ensure that new users get /bin/bash as their default shell, check adduser.conf. For existing users, you can use vipw or possible chsh/usermod. [08:44] quizme: are you adding users in LDAP? [08:45] quizme: or with useradd(8) instead of adduser(8)? [08:45] i adding users using the adduser command [08:45] i don't know what ldap is [08:45] when i login as the user [08:45] it starts up /bin/sh [08:45] um [08:45] not sure [08:46] quizme: what is the user's name? [08:46] oh it should be adduser? [08:46] lemon [08:46] quizme: useradd is a low-level utility which ignores adduser.conf. adduser is what you, the admin, should run. [08:47] oh... [08:47] adduser [08:47] ok [08:47] quizme: if you run "getent passwd lemon", it will either have /bin/sh or /bin/bash. That will tell you accurately what their default shell is. [08:48] how do i change it to bash? [08:49] can i edit /etc/passwd? [08:49] oh yeah that worked [08:50] quizme: as I said, 19:47 As _ruben says, to ensure that new users get /bin/bash as their default shell, check adduser.conf. For existing users, you can use vipw or possible chsh/usermod. [08:51] i edited /etc/passwd [08:52] is there a shared .bashrc on the system? [08:52] /etc/bash.bashrc [08:53] ah ha [08:53] nice [08:54] IMO you should avoid putting your personal preferences in there. [08:54] The /etc/bash.bashrc file is really for things like adding /opt/crap-app/bin into the default $PATH -- and actually in that case you would use /etc/profile [08:58] /etc/profile [08:58] ok === kansan is now known as kansan-zzzzz [09:58] quizme_: chsh or usermod are preferable to editing /etc/passwd directly - less opportunity for mistakes [09:58] vipw [10:26] hi people, I am writing maitanance script, is there any easy way to detect what kind of fs block device containts? [10:27] containts/contains/s [10:58] i've just installed a number of machines, and for some reason their uuid for admin is 112 not 119 as it is for all my other servers [10:58] i thought this was supposed to be static === Spear is now known as Spear_ === Spear_ is now known as Spear [11:01] hi people, what for snappshoting LVM volumes "Allocated to snapshot " means? It is how much of original volume is copied to snapshot or how much it changes? [11:01] incorrect: the same CD? [11:01] PecisDarbs, yep [11:01] configuration differs? (for example, some box has different set services) [11:02] incorrect: if I am correct, admin is user with sudo rights, right? [11:02] well the three machines that have different uuid's for admin are vmware hosts [11:02] then it is easy [11:02] no the group [11:02] uid [11:02] for each service there is additional user [11:02] guid [11:02] d'oh [11:02] i can't type [11:02] that's not a problem :) [11:02] i mean the gid for admin has changed [11:02] incorrect: it still can be the same [11:03] count of users and groups on default install differs according to how much services you have enabled at install time [11:03] as far as I think it goes [11:03] gid for admin on all machines i've installed has been 119, but these three vm's it got set to 112 [11:03] its easy enough to fix, just weird [11:04] oh wait, i spotted something [11:05] i think the gid for 8.04.2 for admin has changed [11:05] incorrect: uid's over 100 are not static. [11:05] that is a real pain in the butt [11:06] Why? [11:06] that is a real pig, that makes having ldap fairly useless [11:06] How so? [11:06] i wanted to add users to admin so they could sudo, have access to hardware etc [11:07] Yes? [11:07] well if the gid changes, it won't work [11:08] sudoers says that %admin can sudo, right? [11:08] yes [11:08] or access hardware [11:08] i don't want to go to every desktop and add them into all the groups [11:08] And what happens if you "getent group admin"? [11:08] I don't see how th GID factors into it. [11:09] ok my mistake, its just admin [11:09] ah [11:09] * dazman wrong window [11:09] ok the only issue is admin, [11:09] We've never guaranteed that the gid for admin would be static. [11:10] that is either 119 or 112 [11:10] i could deploy a new sudoers config to all boxes [11:10] ...and why does that matter? [11:10] You refer to them by name, not gid. [11:12] on my ldap server i have an object cn=admin,ou=group, etc that has a gid, then the memberUid's are done by name [11:12] what would be good is the find a list of all the groups and their use [11:16] incorrect: I still don't see how the gid is relevant. What does "getent group admin" return? [11:16] soren, it depends on the system, [11:16] either 112 or 119 [11:17] newer installs are returning 112 and older ones are returning 119 [11:18] all have been 8.04 [11:18] i guess i could change the ldap admin entry to a 1-100 entry [11:22] incorrect: I don't care about the gid it returns. [11:22] I care about the members it lists. [11:22] the depends on the system and if the users gid matches the system [11:23] It only collates them if the gid matches? That's interesting. [11:24] machines that have 112 gid don't get the users from the ldap server [11:24] Rename the LDAP group or remove the local one? [11:24] that would be fatal [11:25] you see if i machine had to be taken off the network i couldn't sudo [11:25] Relying on the staticness of something that is specifically documented to be dynamic seems like a bad plan. [11:25] hello, I have a problem in my bind service, it sunddenly stops responding for name resolution and then suddenly it returns back .. nothing appears on the log, the other services like ssh is normal .. any help ? [11:25] i can move my ldap admin group to sub 100 [11:26] that might work [11:26] Why would you do that? [11:26] well if that means systems pick up that group first, [11:26] Moving it below 100 doesn't magically make it static or synchronised across your systems. [11:26] incorrect: No. [11:26] soren, sure it does [11:27] my systems get the info from my ldap server [11:27] "getent group" doesn't iterate through the gid's from 0 and upwards until it finds one with a name that matches. [11:27] i change it there, it gets deployed instantly , assuming i am not running nscd [11:27] It goes in the order defined in nsswitch.conf and looks up the name and then maps it to a gid. [11:28] soren > a mail for you on the kvm mailing list, from this morning [11:28] ah in that case i will swap files ldap to ldap file [11:28] yann2: Thanks for the hint. [11:28] incorrect: Why don't you just rename the ldap group? [11:28] ...and add it as an extra group in sudoers? [11:29] soren > you'll be less happy when you see it :) [11:29] Again: [11:29] 11:25:20 < soren> Relying on the staticness of something that is specifically documented to be dynamic seems like a bad plan. [11:29] soren, i don't really want to do that on 200+ systems [11:29] ldap files will do nicely [11:29] incorrect: You'd rather change the nssiwtch.conf on 200 servers? [11:30] that is less of a big deal if it gives me the desired result [11:30] Well, it's very likely that it doesn't. [11:30] You really usually do want files to take precedence. [11:31] You're somehow acting as though changing the name of the ldap group and adding it to sudoers on every system wouldn't give the desired result which is not the case. [11:31] that is not a nice solution to my mind [11:32] yes i can create another group, add it to every machine [11:32] No, you don't add the group locally. [11:32] Just the line in sudoes. [11:32] sudoers, I mean. [11:32] i think its much better to use the global config from the ldap then degrade to the local files [11:33] Well, just be careful. [11:33] Do you for instance have a root user defined in ldap? [11:33] no [11:33] root is disabled [11:34] super, so setting ldap files works great [11:35] For now.. [11:36] If the network is acting up, you'll be less excited. [11:36] so i pull it off the network, i get the local config [11:36] Yes, when the network times out. [11:36] for *every* getent call. [11:36] But whatever. [11:36] nscd [11:36] * soren -> lunch [11:37] you set a low time out, and you will get that issue if the network acts up no matter what way round they are [11:39] and set the ldap bind policy to soft [11:56] is it hard to set up mail server ? [11:56] which mail server can you recommend ? [11:57] orudie, how much functionality do you want? [11:58] use tasksel, select 'mailserver' from the list, it'll setup and configure the ubuntu recommended setup for you [11:58] incorrect, i'm not sure lol [11:58] orudie, personally i use zimbra at work [11:58] but that takes over your entire system pretty much [11:58] i want to be able to check mail with web mail client [11:59] i need it to work with this http://drupal.org/project/webmail_plus [11:59] if you do it yourself i can be a lot of work, setting up imap, webmail clients etc [11:59] do what Deeps suggested [12:00] the problem is that i dont have a domain yet [12:00] make one up, [12:00] mynet.local [12:01] It's not that much work [12:02] or get a free domain from dyndns, afraid.org or eu.org [12:03] I use postfix and dovecot myself. [12:03] me too [12:03] i am probably going to set up a vm and run zimbra as its seems pretty slick these days [12:04] I don't like their licensing [12:04] i didn't think the free one was bad [12:05] Just never been much of a fan of the "open source but you should upgrade" crowd. That's a personal thing though. [12:11] people need to earn a living, for me its more about who i trust the most [12:14] I agree, I'm not going to get into a licensing discussion though as it's a personal thing. [12:15] zimbra is amazing :) [12:15] <- very happy customer [12:15] i wouldn't go that far [12:15] but it does the job [12:15] I would [12:15] then again i am using 4 [12:15] best web app I've seen so far [12:16] it's a bit heavy for a small personal use mailserver [12:16] i installed 5 the other day and it seemed much better [12:16] good QA, very good features, etc. [12:16] Deeps > agreed ;) [12:17] I'll blog about it one of these days [12:18] the only problem i found with it was firefox 3 stopped working with the admin tool [12:18] but that was version 4 [12:18] could well be fixed now [12:20] this is fixed in 5 [12:21] it has features like shared mail folder, shared calendar, tags, good anti spam etc [12:21] would be a pain to implement alone [12:21] cool [12:21] sure would [12:21] zimbra 5 even has a jabber server [12:21] is saw that [12:21] that is beta [12:21] well it works well :D [12:23] oh and the search really rocks ;) [12:24] ok i am convinced [12:26] just try it http://www.zimbra.com/products/hosted_demo.php [12:26] i am already running 4 [12:26] i will build a new server [12:27] yeah the demo is zimbra 5 [12:27] do you work for yahoo? [12:27] the only thing that really badly badly sucks is yahoo branding and project management [12:27] ahm [12:27] no? :D [12:27] couldn't resist [12:28] I am very happy with zimbra [12:28] I could say the exact opposite about alfresco though [12:28] i am thinking about using it at home [12:28] wow, yann2 _really_ likes zimbra :D [12:28] so many people talking about alfresco, gee, they m ust have never tried it [12:29] I'm really hoping the Bongo Project takes off... [12:30] there are other zimbra competitor fully opensource, but quite behind [12:30] I need the best Q&A and commercial support for that too [12:31] i just like things that work and don't take the next year to install, [12:31] zimbra was packaged nicely [12:32] lunch [12:33] hello [12:33] Hmm, I just bailed and installed Exchange... Heh. [12:33] I want to share a windows partition from ubuntu to another ubuntu machine [12:33] but nfs complain it is not compatible [12:33] is there any workaround? [12:34] incorrect > zimbra is packaged but is supposed to be alone on the server. If you have anything else, it will break [12:34] it uses its own versions of mysql/postfix/blah - it's all bundled [12:35] yep. [12:35] Although, even Bongo is better if you install * from Bongo Project stuff. [12:35] so it's very easy to deploy - but you have to allocate a machine for it [12:35] yann2: and you're totally unsupportable by anything other than zimbra [12:35] It's *much* easier having it all packaged.. no messing around with different MTAs etc.. and it's all manageable centrally. [12:36] lamont, true.. but it has other benefits which outweight that IMO. [12:36] lamont > you have other companies supporting zimbra [12:36] a fair chunk of why they did what they did was because it was hard to work within the existing packaging to do what they wanted... [12:36] yann2: I meant the package, not the company [12:36] lamont > I think they patched some stuff too [12:37] lamont > so do I.. you can buy support from other companies if that's what you meant :) [12:37] anyway [12:37] *back coding* [12:38] yann2: and when they file bugs against the postfix package because it doesn't do what they want, then as the postfix maintainer, there is pretty much nothing I can do to even reproduce their issue, let alone help the user.. but yeah, that helps the revenue model of zimbra and the other companies, so they're not exactly motivated to make it work correctly [12:38] guys I have this message trying to mount through nfs "mount.nfs: access denied by server while mounting 192.168.1.100:/media/sda7/Videos" [12:39] I have the /etx/exports file correct I think [12:39] so is anyone familiar with a mechanism or perhaps bug with Ubuntu Server that would add reject routes (as in like, `route add 123.123.123.123 reject`) to the route table as well as entries to /etc/hosts.deny? My server keeps doing it for some reason and I can't figure out why. [12:39] lamont > you shouldn't feel concerned ;) but there are quite larges customers, and if there is a serious bug, believe me, they do care, and so does zimbra :D [12:39] So I presume Zimbra use their own postfix packages, and maintain their own config/bug fixes? [12:40] I Guess they must sync at every release and backport patches yes [12:40] dazman: if you have a postfix instance on the machine, and it's not the version of postfix from the archive, I really don't care what your issue is quite so much - so I hope someone does..... [12:40] anybodah? :) [12:41] lamont, well, of course.. not much you can do either, as you're not likely to be applying their patches.. heh. [12:41] if you cound 20M paid-for mailboxes, and an average of 20-30$ per mailbox - I guess they have someone :P [12:42] but really, their quality assurance is very good - very few bugs, and properly supported - if we had the same with ubuntu (server) I'd be happy [12:42] :o) [12:42] Oh dear [12:43] I've never really deployed a zimbra box properly.. but in terms of deploying Ubuntu Server, I've done a fair few.. and all have been faultless (with postfix packages, dovecot etc etc).. so in terms of bugs, I've yet to see any which have really affected me in a final release. [12:44] dazman > I am managing quite a few hardy (50-100) and I stopped counting :) [12:45] but it's improving, so let's keep pushing and hope for the best [12:46] yann2, sure, I'm not at the 50-100 scale.. and of course more volume, more issues. I manage 100 Exchange servers..... so I do get my pain. :p [12:46] ;) [12:57] awww maan >.< I wanna get this fixed === Mohammad[B] is now known as boozary [13:21] hello [13:21] Hi. [13:23] yeah... [13:24] Heh [13:24] still wondering what's going on with the route reject rules^ [13:25] i've generated and signed a certificate, but my mail client keeps giving me the warning at http://people.sabanciuniv.edu/mtozses/cert.png. why? [13:26] what field do I need to fill in like mail. ? [13:26] It's because you're accessing the server as mail.domain.com but the certificate CN is for domain.com [13:27] To get around that, you need to access the server as the CN.. so if that cert is just for the mail.domain.com, then change it to that. [13:27] suigeneris: create cert for mail.domain.com not domain.com [13:27] suigeneris, it'll be the (CN) [13:28] CN, okay [13:28] thanks [13:29] do i need to re-generate both private and public? [13:31] there's no real concept of private/public is there? It's just a certificate generated by the root authority. [13:41] Hmm, I'm sure someone suggested it, but LAMP for Ruby on Rails..... would be pretty cool.. Heh. LAMR... ;) [13:43] Wouldn't be too difficult either.. as all the packages are there already.. just needs a metapackage with some post install tasks [13:44] I'd like to see a VPN Server option [13:44] * dazman considers looking into it... [13:44] downhill_, PPTP? IPSEC? OpenVPN? [13:44] ovpn [13:44] downhill_, all? Heh [13:44] laff, all [13:44] <[diablo]> afternoon all [13:44] no, just ovpn [13:45] hmm [13:45] <[diablo]> guys, anyone using a realtime kernel in ubuntu-server and / or know the status and stability please? [13:45] not too difficult. [13:45] sets it up, makes you the beginning keys. not hard, very helpful [13:45] downhill_, it's just ovpn packages, generate a basic config, generate the ssl certs [13:45] downhill_, yea [13:45] s/keys/certs/ [13:45] I am seriously considering looking at LAMRoR though... Heh. [13:45] you should [13:46] Not only cus' it could have a good name... but.. it's also useful. [13:46] I wish there was a, like, "[X] Basic Home Server" [13:46] I'm sure there was a post to -server *checks* [13:46] but oh well, I don't think that falls in their uh... you know [13:46] vision or whatever [13:48] downhill_, depends what you want the home server to do - generally, everyone wants things very different.. [13:48] downhill_, although saying that, replicating say, Windows Home Server would be pretty straight forward. [13:48] the latter, and yeah, the way it's setup now is fine. [13:48] just those little thoughts we all have ;) [13:49] of course.. always thinking :p [13:52] anyway, a ovpn option would be nice :p [13:52] or, FFS, a mysql option [13:54] 'option' in what way for mysql? [13:55] we're talking about the options it shows during install for which package sets to install. ssh server, samba file sharing, etc. [13:55] Oh [13:55] unless I missed something :p [13:55] Well... kind of :P [13:55] I'm talking about that, but also a meta package for RoR if possible, heh. [13:55] yes [13:55] we're on the same page then ;) [13:55] Yea. [13:56] mysql is easy enough to install post install tho [13:56] yeah but I'd like to do it during the install :p [13:56] All I'm thinking, is people are deploying more and more rails apps... so it'd be good to accomodate those easier, in one nice package [13:56] mhmm [13:57] is there a LAMPython package? :O [14:00] dazman, would CN be Organization Name or Organizational Unit [14:00] ? [14:01] Organizational Unit Name* [14:01] Neither. [14:01] It's Common Name [14:03] common name should match the hostmask you use to connect to the server with [14:07] Hi, has anyone ever used Mikrotik (http://www.mikrotik.com)? It is based on Linux. I'm just wondering how could I reproduce its upload/download bandwidth limiting capabilities through Ubuntu server. [14:10] vertx, http://ubuntuforums.org/showthread.php?t=7990 may be a good start.. although an old thread now, should give you a good starting point. [14:10] vertx: afaik it is based on FreeBSD now [14:10] anyway, it should be reproducable on Linux [14:11] It's RouterOS isn't it? [14:11] ahh [14:11] yes [14:12] Ah, it's RouterOS with a Linux kernel. [14:14] how do i view my private ket? [14:14] key* [14:14] ls ./blah.key :p [14:15] cute [14:15] what are you really trying to ask? [14:15] downhill_, see the values of the certificate [14:16] you could simply use cat then [14:16] but you want to do that with your .crt, not your .key [14:16] it was openssl something [14:17] it's human-readable if you cat your .crt, but whatever... [14:30] hmm [14:42] I am reading the book of postfix, i applied the steps CA.pl -newca, openssl req -new -nodes -keyout privatekey.pem -out privatekey.pem -days 1825 and openssl ca -policy policy_anything -out publiccert.pem -infiles privatekey.pem , copied the key and cert under /etc/ssl/private and /etc/ssl/certs and restarted postfix, but I am missing something and I can't use the new cert [14:50] can someone help me? === maxb_ is now known as Guest77609 [15:30] Hi all... I'm using Hardy LTS server, and I wanted to use asterisk-app-fax. However, when calling RxFax, Asterisk just crashes (Segmentation fault). Has anyone seen that problem? [15:31] strace might be able to give you more information as to what's going on [15:37] downhill_: strace is here: http://pastebin.com/m5d473871 [15:38] Also, I found this bug in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479612. Might be the same? [15:38] Debian bug 479612 in spandsp "spandsp 0.0.4pre18-1 broke ABI" [Grave,Fixed] [15:46] Anyone have any tips on increasing speed of small file transfers with samba? perhaps filesystem? [15:47] DogWater: do nic teaming, maybe use xfs (i think its good) [15:48] okay, so perhaps RAID-5 /w XFS? [15:49] DogWater: sounds good, my setup is: [15:50] 4 disks, mdraid raid1 (cause i need space), lvm using xfs, 6-8 smb shares, cheap nic cards [15:50] and works great [15:50] but i wish it was better [15:50] Oh, I have a perc6i (dell 2950-iii) in the particular server i'm referring to atm, and i'm currently just using raid-1 but i'm considering moving the fs that i need to be faster to xfs/raid-5 [15:51] remember to look into fs optimizations, best practices, etc [16:03] cripes at importing gpgkeys [16:10] hi, someone knows something about which services are generally on port 4734? We are receiving a flood attack to that port... [16:10] New bug: #323362 in tomcat6 (main) "While updating system, it reported an error." [Undecided,Incomplete] https://launchpad.net/bugs/323362 === Guest77609 is now known as maxb [16:57] eolo999, according to /etc/services, nothing.. so it's none standard probably. [16:57] dazman: i know, that's why i asked here [16:58] ... [16:58] seems random to flood one port... heh. [17:00] And, if google doesn't know, it doesn't exist (Tm) [17:01] And Google doesn't seem to know... nearest I got was line 4734 in tcp.c on OpenSolaris... :) [17:18] I'm trying to mount an SMB-share but I keep getting "wrong fs type". I thought that the package samba-client would provide all necessary stuff to mount SMB/CIFS [17:19] frippz: You may need smbfs package installed [17:20] genii: there we go! now I got a permission denied instead. it's going in the right direction! :D thanks for you help [17:20] frippz: np [17:21] prolly forgot to activate an account on the NAS or something... [17:45] has anyone idea why make-kpkg dosent work with 2.6.28-3 kernel.org source ? [17:46] why do you use make-kpkg? [17:46] you are compiling ubuntu kernel source or non-ubuntu kernel source? [17:47] kernel.org [17:47] oh... ok [17:47] i have allways thoght that its "easiest" way to do it [17:48] i haven't compiled kernel.org's kernel for years... === tuxlinux_ is now known as tuxlinux [17:48] offcourse make bzImage && make modules_install should work too but. then i need to modity menu.lst etc.. by hand [17:48] er... you don't need to edit it manually [17:48] update-grub will pick it up [17:49] just name it vmlinuz-version [17:50] nice [17:50] update-initramfs will also create initrd [17:50] if you need it [17:51] i had some strange problems with 2.6.27-server version. [17:51] currently it seems that software raid1 on swap isnt that good idea [17:52] i managed to issue a command in vim after which it's runnin 100% cpu for 15 minutes :) [17:52] why not? [17:53] swapper could alloc memory, same happened to nfsd under heavy load [17:54] could not .. [18:03] ivoks, I presume it's not :w :p [18:04] dazman: [18:04] :'<,'>s/),(/);\rINSERT INTO `mdl_backup_log` VALUES (/g [18:05] i should write a howto make your mysql dump 5 times bigger [18:05] mysql isn't listening for tcp connections. why? [18:05] ie port 3306 is closed. I don't have ufw blocking it [18:06] that's how it is configured by default [18:06] you can change that [18:06] how? [18:07] create /etc/mysql/conf/custom.cnf [18:07] and put in it: [18:07] [mysqld] [18:07] bind-address = 0.0.0.0 [18:07] ok [18:08] and restart mysql [18:08] still closed :( [18:09] at least when nmap [18:10] it should work, iirc [18:11] oh, it's /etc/mysql/conf.d, not .../conf [18:11] ah, sorry [18:12] ok, working now. thanks [18:13] :) [18:21] In terms of keeping thing sensible... how realistic is creating a metapackage to install apache, mysql, ruby, gem etc. (anything for RubyOnRails) with all the post install stuff which is required? [18:27] ivoks: around? [18:27] yes [18:28] tried an 8.10 server install on that hardware, same issues with grub [18:28] rebooted in recovery mode, and installed grub2 which did the job beautifully [18:28] (after hacking about 2h at grub-install to convince it to recognize /dev/rd/c0d0 as the install device) [18:29] (that grub-install was part of the standard grub, not grub2) [18:29] grub2 works for you? [18:29] yes, in this case it worked GREAT [18:30] it's good to know *another* case where grub2 works, while grub and lilo don't [18:30] this isn't one of the most common pieces of hardware, but it's good to have an alternative that just works [18:31] linux needs new boot loader anyway [18:31] 2.6.27-7-server worked ok too.. detecting everything needed on that machine [18:31] i'm afraid grub2 isn't ready yet [18:31] well, I'm not saying it should be made a default or anything [18:31] but if it's not too hard maybe having it on the install CD as a failsafe could be beneficial [18:32] if it's far from beeing ready, then it probably can wait [18:37] it's good to know that last grub2 patch was sent 10 minutes ago :) [18:38] heh.. anyways, thanks [18:38] np [18:45] PCI stuff seems to take really long .. something seems borken [18:45] http://eneas.juve.ro/~juve/primergy/syslog [18:45] 140s to 252s it just hangs === kansan-zzzzz is now known as kansan [18:57] ? [18:58] hi, i would like to set up mail server but dont know how to [18:58] should i use task sel ? [18:58] ivoks: it doesn't seem to do anything for about 2 minutes [18:59] same in the beginning [19:03] anyone ? [19:03] orudie: no harm in trying.. [19:04] ok [19:08] orudie: there are docs [19:08] ivoks, i just installed postfix, but how do i configure it [19:09] https://help.ubuntu.com/community/MailServer [19:10] depends on the level of config you need [19:10] if it's a simple setup, dpkg-reconfigure used to do the trick [19:21] ok i think i configured it, but what are the pop and smtp servers ? [19:21] https://help.ubuntu.com/community/MailServer [19:21] :) [19:22] https://help.ubuntu.com/community/MailServer#Mail%20Delivery%20Agent [19:29] i complained whiel ago that 2.6.28.3 dosent like make-kpkg.. it works just fine on my 8.10 desktop. so does someonr know list of all packages needed to use it somewhere === erichammond1 is now known as erichammond [19:37] can someone help me configure postfix ? === erichammond1 is now known as erichammond [19:37] i followed this tutorial https://help.ubuntu.com/community/Postfix [19:38] now i'm actually trying to put info into thunderbird [19:38] dont know what to put imap or pop === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond [19:40] sending of username did not succeed. Mail pop.selsovet.com responded: Plaintext authentication disallowed on non-secure connections. === danopia__ is now known as danopia [20:02] can someone help me set up mail server please ? [20:05] hmm. [20:05] orudie, if you've only install postfix, then you have no imap/pop3 server yet.. postfix is just an MTA [20:05] orudie, you need something such as courier or dovecot for IMAP/POP3 [20:06] ohhh [20:06] i see [20:06] https://help.ubuntu.com/community/Dovecot for example [20:06] or, https://help.ubuntu.com/community/Courier for Courier. [20:12] what is the maximum number of history-entries possible? [20:15] dou213: 500 by default, but you can set to any natural number... probably a 32bit value, so I'd guess somewhere over 2 billion... do you really have that much disk space for history files? [20:17] jmarsden|work, i just want it to keep something like 2000 last commands so that i can search for them easier... but when i set it to 2000 (or 5000) it does nothing [20:17] it remains on 500 as before [20:17] You logged out and back in, right? [20:17] ok i set up courier , tested without errors [20:18] orudie: or use tasksel and install the mail-server task if you want it all setup for you in one go [20:18] dou213: I have mine set to 1000 with no issues... [20:18] orudie: oh, too late, heh. nm then [20:18] Deeps, i did tasksel mail-server [20:18] it didnt , it only set up postfix [20:18] thats it [20:18] jmarsden|work, yes i set it to 5000 e.g. and then when i log out and back in, i see he only kept the last 500 [20:19] Deeps, now the question is how do i check mail ? [20:19] i want to test with thunderbird [20:20] you are setting both HISTFILESIZE and HISTSIZE, right? [20:22] jmarsden|work, ups, no only HISTSIZE... should both be set? [20:22] dou213: Yes. man bash! Setting both HISTSIZE and HISTFILE works for me, has worked for me for years... :) [20:22] Deeps, hi , can you help please ? [20:22] dou213: My typo... set both HISTSIZE and HISTFILESIZE [20:23] how do i set the HISTFILESIZE? 'export HISTFILESIZE="nr" '? [20:23] dou213: Yes. [20:24] jmarsden|work, ok thx, damn then it is written wrong in the book [20:24] ou jee.. : [38670.820007] Pid: 10432, comm: linuxdcpp Not tainted 2.6.27-7-server #1 [20:24] has anyone else had these ? [20:24] can anyone help me with mail server please ? [20:25] is there a way to configure it with a web interface ? [20:25] calltrace says something about xfs, and memory allocations [20:25] orudie: oh, are you sure? it's supposed to install dovecot imap + pop3 as well as a few other things too [20:26] jmarsden|work, and how can i see what the actual value of the HISTSIZE is? [20:26] dou213: echo $HISTSIZE -- like any other shell variable :) [20:26] orudie: and to check mail, you connect to your server's hostmask/ip address with your mail client, either with pop3 or imap, and use the username + password you ssh into the server with [20:26] thx [20:27] Deeps, yes thats what i'm trying to do get wrong password error [20:27] orudie: look in the logs for the imap/pop3 server to see what appears there? [20:28] anyidea howto use top to suspend process?, its only working prog now. loads are ~50 [20:29] Deeps, sending of password did not succeed. Mail server pop.selsovet.com responded: Login failed [20:29] Deeps, this is the thunderbird's error [20:29] I checked with #ubuntu first but no luck. I'm running ubuntu server. I want to install xterm without installing X11. Is there a way to use dpkg to install the base package and the dependances one at a time. [20:30] i love love to be able to configure this with a web interface [20:30] nschembr_: dpkg --force-depends -i packagename.deb # But if you break stuff, you own all the pieces! [20:31] orudie: and what does the mailserver log say? [20:31] Deeps, anything ? [20:31] i dont know where its located [20:31] orudie: somewhere in /var/log/ [20:31] orudie: /var/log/maillog by default [20:32] isn't that the MTA rather than the imapd/pop3d? [20:33] hi everyone [20:33] jmarsden|work: thank you. Do you know if I can build a meta pkg that will automate my steps when I done. Is there a How to? [20:33] has anyone use libvirt+kvm+jeos in a productive environment? [20:33] this is the few last lines of the log [20:33] http://pastebin.com/m26d2d801 [20:33] because i have now configured everything up, but it is a bit unstable [20:34] nschembr_: Well, there's the Packaging Guide at https://wiki.ubuntu.com/PackagingGuide/Complete [20:37] simplexio: You can kill or renice processes in top using k and r respectively. I don't think you can suspend processes using top. [20:37] anything? [20:40] hihii.. whats is fuuny loads in fileserver are now 80+, but samba share still works. so i can play video from there [20:40] and top on fileserver says that i core is in use on stuck program and another one is waiting [20:41] jmarsden|work: thank you [20:41] nschembr_: No problem [20:42] jmarsden|work, can you help me please bro ? [20:43] orudie: try using username 'paul' instead of 'paul@...' [20:44] Deeps, blah, it worked [20:44] orudie: I'm at work... working... can't really spend a lot of time helping out right now... [20:44] orudie: "use the username + password you ssh into the server with" [20:44] orudie: would be what i suggested a while ago ;) [20:44] Deeps, so far i'm logged in [20:44] Deeps, hold on let me try sending [20:45] orudie: same user/pass should apply for sending mail [20:45] Deeps, ok, what should i put for outgoing server? [20:45] orudie: same as you've put for incoming server, it's the same machine, same ip [20:46] Deeps, or , so for outgoing its also pop.domain.com ? [20:46] orudie: your dns labels are your business, the host is still the same, you can address it by ip or by whatever hostmask you choose to make [20:47] Deeps, i just sent an email to this new mail server, so far nothing [20:47] orudie: do you have MX records defined for your domain to point to the server? [20:48] MX records ? [20:48] i'm gonna have to pass you onto someone else for your 'how mailserver son the internet work' / dns primer i'm afraid, google while you wait i guess! [20:51] Deeps, what should i read up ? [21:01] so i should set up SMTP on my ubuntu ? [21:07] i guess i need to set up smtp server ? [21:12] If you know nothing about administering a mail server, I recommend that you run, do not walk, to a good book store and buy "The Book of Postfix". [21:12] There's some responsibility required running a public mail server, you should do some reading. [21:24] ScottK: can i file that recommendation as a bug against ubuntu-docs? :D [21:25] Deeps: Not really. Ubuntu docs can tell you about how to use Ubuntu packages. Teaching you about mail server administration is really too much. [21:26] "mailservers for human beings" [21:26] ? [21:28] Maybe, but administering a public facing mail server requires a certain amount of knowing stuff there's no way a distro can hide. [21:31] i feel that way about computing generally, heh. [21:32] spend 95% of time thinking about the problem, and only 5% solving it [21:32] you can apply that to mail servers [21:32] you should read and learn most of the times [21:32] implementation is easy, once you understand the problem [21:33] most people do it other way arround - that's why we have spam :) [21:33] problem? [21:33] yes, problem 'i need mail server, and don't know anything about it' [21:35] "I need to relay though it.. allow *" [21:35] eh [21:36] s/though/through/ === lokix is now known as lokixza [21:36] most of the MTAs come with relay disabled [21:36] yet, people still manage to create open relays :) [22:05] The trouble with idiot proofing is they are so darn clever. [22:09] Ha. [22:13] So true [22:36] I'm remastering the livecd and I need to setup /etc/network/interfaces with a static file. It's over writen a boot. [22:38] is there anything specific and special i would do for streaming .avi files through a web dibvx player, to perhaps tweak anything? === aboman is now known as bomana [23:00] Newbie question about virtualization: Is the general procedure to install ubuntu server edition, install the ubuntu-virt-server package, and then setup as many ubuntu jeos (for example) virtual machines as necessary? Also, has anyone seen any benchmarks on the free VMWare server vs KVM (which ubuntu seems to prefer) [23:01] ubuntu-virt-server is just part of ubuntu-server [23:01] it's bundle of services for setting up host for virtual guests [23:01] Yeah, but it's not installed by default correct? [23:01] correct [23:04] If I have a cpu without virtualization instruction sets, would I be better off with xen or virtualbox? Or is this a question that's difficult to answer? [23:05] i really don't know [23:05] i use kvm [23:05] i dumped vmware cause of it [23:05] The free version you mean? [23:06] yes [23:06] KVM rocks [23:06] i agree [23:06] Yeah I kinda figured KVM was somewhere in between the free and pay versions of vmware [23:06] it's just beautifull [23:06] It's also free rather than "free". [23:06] i've worked with ESX, if that's what you are refering to [23:07] yes esx [23:07] and i still like kvm more [23:07] hads: yeah i understand the difference between $$$ and FOSS [23:07] It's fantasticly non-invasive too. [23:07] and it doesn't create problems on kernel upgrade :) [23:07] and it just works [23:07] is there and precedent that you know of for migrating a virtual box to a physical machine? [23:08] ivoks: You mean since that DKMS or whatever it is? [23:08] KVM is in the standard kernel [23:08] kvm is designed for linux [23:08] not for all OS [23:09] so, it should provide better results [23:09] it doesn't have pretty and powerfull GUI, but i don't care for that [23:09] kvm is also designed for cpu that support virtualiztion. [23:09] correct [23:09] that's also a + [23:10] it's not ad hoc added support [23:11] gcleric: yeah but will it work reasonably well without a cpu with virt. support? [23:11] it won't work at all === techsupport is now known as orudie [23:12] roy_hobbs: noope...you will get a warning if you try. [23:12] ivoks, can you help me with mail server please ? [23:12] Intel VT and AMD-V cpu only, [23:13] orudie: maybe (it's 00AM here :) [23:13] so, be fast [23:13] :) [23:14] So would the difference between a solution that's a hypervisor vs one that does virtualization be running it on cpu with or without virtualiztion support? (I keep seeing the terms hypervisor, virtualization, and paravirtualization and am having trouble sorting them out. [23:14] ) [23:14] ivoks, ok so far i have postfix installed and courier [23:15] trying to get it working though [23:15] orudie: now, remove courier [23:15] and install dovecot [23:15] :) [23:15] i think i have both installed lol [23:15] it much nicer and easier to set up [23:16] hypervisor = kvm, qemu, vmware, virtual box, etc... [23:16] !virtualization [23:16] There are several solutions for running other operating systems (or their programs) inside Ubuntu, while using the native CPU as much as possible: !kvm is the preferred approach in Ubuntu. See also !QEmu (with !KQemu), !VirtualBox, !VMWare, as well as !WINE and !Cedega for Windows applications [23:16] !paravirtualization [23:16] Error: I am only a bot, please don't think I'm intelligent :) [23:16] http://en.wikipedia.org/wiki/Paravirtualization [23:17] so what do i do ivoks ? [23:17] orudie: remove courier and install dovecot [23:18] dovecot-imapd and dovecot-pop3d [23:18] i think i have that installed already [23:18] i think i installed both [23:18] how can i remove courier ? [23:19] apt-get purge courier.* [23:19] When I do "sar -d 3 3" I get "dev8-0 " for "DEV" -- what device is this?? [23:19] Im looking for disk IO usage stats for / [23:19] if you don't know how to deinstall packages [23:19] you should really learn how to use your operating system, before you do something st...d [23:19] hold on [23:20] Thanks to those of you who have helped me get started. Now the fun begins [23:20] ivoks, ok courier removed [23:20] orudie: now, ask your self and let us know; what kind of mail server do you want [23:21] pop3 [23:21] will public access, only local delivery, etc... [23:21] orudie: we all know pop3/imap/smtp [23:21] i am trying to set it up for a small company with about 10 people [23:21] orudie: but you should know what kind of mail server - who will use it [23:21] ok [23:22] only for internal mail, or you want to send mail outside? [23:22] outside [23:22] does your server has a static IP [23:22] yes [23:22] or is it on ADSL or some sort of dynamic IP [23:22] its static [23:23] is your domain registred to that server? [23:23] i have ubuntu 8.10 server installed on a vps [23:23] does MX record of your domain points to that IP [23:23] well i registered a domain and used zoneedit to point the domain to my ip [23:24] does 'dig -t mx you_domain' returns IP of your server? [23:24] your_domain [23:24] doh... hate english [23:24] ivoks: Esperanto instead? [23:25] ivoks: Or Dutch? [23:25] nope, croatian? [23:25] ivoks, http://pastebin.com/m6568bc2e [23:25] ivoks: Nah, no-one speaks croatian :) [23:25] owh: :p [23:26] ivoks, the ip of my server is 207.192.72.15 [23:26] you should be very carefull with disclosing so much info to a unknown people [23:27] now i could help you set your server as open rely, send spam over it and you'll end up in jail [23:27] :) [23:27] ....do you feel lucky? :) [23:27] anyway... [23:27] i see you have smtp running [23:28] and you haven't installed dovecot-imapd and dovecot-pop3d [23:28] ok sorry [23:29] so are we ready to proceed ? [23:29] sudo apt-get install dovecot-imapd dovecot-pop3d [23:29] okd one [23:29] done [23:29] hi [23:30] I have an apache2 problem [23:30] hm... i don't see open ports on that ip [23:30] (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 [23:30] no listening sockets available, shutting down [23:30] orudie: sudo /etc/init.d/dovecot restart [23:30] Victor_Petrescu: sudo /etc/init.d/apache stop [23:30] Victor_Petrescu: sudo killall -9 apache2 [23:30] Victor_Petrescu: sudo /etc/init.d/apache start [23:30] ivoks, ok restarted [23:31] apache2: no process killed [23:31] * Restarting IMAP/POP3 mail server dovecot [ OK ] [23:31] orudie: still noething [23:31] (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 [23:31] no listening sockets available, shutting down [23:31] Unable to open logs [23:31] [fail] [23:31] hmmm, what cna i try ? [23:31] Victor_Petrescu: then you have something else running on that port [23:31] on 443? [23:32] Victor_Petrescu: sudo netstat -natp | grep 443 [23:32] orudie: telnet localhost 110 [23:32] tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 23134/webcit [23:32] cmon .. [23:32] Citadel [23:32] Victor_Petrescu: there, you see [23:32] just installed it [23:32] can't they both work? [23:32] Victor_Petrescu: not on 443 [23:33] I don't need SSL for apache [23:33] where can I delete that? [23:33] Trying 127.0.0.1... [23:33] telnet: Unable to connect to remote host: Connection refused [23:33] hello all... I have a server that has just recently started going non-responsive every couple of days - requiring a reboot... [23:33] any idea where I could start looking for that? [23:33] luckyone: memoy? [23:33] memory [23:33] orudie: ok [23:33] maybe... [23:34] if it was running out of memory, would it log that somewhere? [23:34] orudie: egrep ^protocols /etc/dovecot/dovecot.conf [23:34] protocols = none [23:34] luckyone: yes, but it would kill a process then [23:35] luckyone: i'm guessing it's hardware problem [23:35] like apache and the ssh server? [23:35] orudie: change that none to 'imap imaps pop3 pop3s' [23:35] hmm, it is on a virtual server - hosted by serveraxis.com [23:36] ivoks, nano /etc/dovecot/dovecot.conf ? [23:36] orudie: well, whatever you like [23:36] nano, vim, emacs, ed [23:37] ivoks: I have a binary file /var/log/faillog, would that mean anything? [23:37] ivoks, can't really get it to work [23:37] orudie: vim ftw!!! [23:37] luckyone: everybody has that one [23:37] Victor_Petrescu: what could be a problem? stop citadel, start apache [23:38] ivoks: any recs on where to start? [23:38] Victor_Petrescu: setup citadel on localhost:12345 and then set up apache to proxy to citadel [23:38] luckyone: kern.log syslog [23:38] ivoks: also how do I get this server on landscape? what sort of reporting does that provide [23:39] luckyone: buy a support from canonical :) [23:40] you have to buy support from canonical to use landscape? [23:40] yes [23:40] so that means I would have to reinstall i? [23:40] Victor_Petrescu: i never installed citadel, so i don't know [23:40] ok [23:43] ok .. so apache running.. [23:43] Victor_Petrescu: configure citadel on some other port [23:43] citadel running :D [23:44] Victor_Petrescu: and on localhost [23:44] did [23:44] ivoks: so lots fo these, Feb 5 17:10:46 VO12106 kernel: apache2 invoked oom-killer: gfp_mask=0x200d2, order=0, oomkilladj=0 [23:44] now I wonder if the mail() function still works under PHP [23:44] and then proxy domain:443/citadel to that localhost:port [23:44] luckyone: oom-killer is in-kernel function [23:44] luckyone: it kills processes when there's no more memory [23:45] is it normal? [23:46] well, it's normal [23:46] if you like having your processes killed [23:46] it means your ram gets filled [23:47] oom-killer doesn't know which process to kill [23:47] so you might say it kills randomly [23:47] it might kill sshd too [23:47] can I tell it to never kill sshd? [23:47] i'm not sure, i think not [23:48] I would like that to be among the last to die [23:48] kill lots of apache, mysqld, etc - not my sshd ;) [23:48] or, add RAM :) [23:49] looking at how expensive that is from my VPS provider [23:51] * luckyone sets memory_limit to < 48M in the mean time....