[01:44] question, I'm new to linux, been off and on with the desktop, with that being said. I want to fully move away from windows. I have a desktop pc that I dont use and want to install ubuntu server on it. My primary focus on it as of right now is setting it up to do backups of my labtop and possibly external hd. What all area's of a server system should I start and focus on? [01:45] axiom: I'd give a quick read to the server guide: https://help.ubuntu.com/14.04/serverguide/ [01:45] axiom: feel free to skip things that don't make sense (and skip DM-multipath entirely) [01:45] hopefully you'll find interesting things to do with it :) [01:48] I'm also new to irc, not sure how u replied in red but ty for the link. hopefully that will help get me going. Would u recommend backup software or a cron script for it? [01:49] axiom: I just typed your name in the front of the line :) -- most irc clients will highlight whatever lines have the nickname in it.. [01:50] axiom: .. and to type 'axiom' it's even easier than that, I just type 'ax' and my client fills in the rest -- yours probably does too [01:51] sarnold, lol that it does. learn something new every day :) [01:51] axiom: I use rsnapshot for backups; there's a lot of choices for backups, it's hard finding the "right" one to use.. [01:51] but dm-multipath is nice :) [01:51] works good for my dual ported disks :) [01:52] axiom: bacula, amanda, rsnapshot, dejadup, duplicity, etc. etc. etc. you can go crazy trying to compare them all. [01:52] wait? all you want is to backup your laptop to it? [01:52] sarnold, I have a book on backup and restore, and they talk about bacula, ntbackup, tar, dd, amanda, [01:52] Patrickdk: hehe yeah, I had a fun two days reading the dm-multipath docs before coming to terms with the fact that I just can't afford that kind of hardware [01:53] simple to just use the build in backup in ubuntu to other server ssh account :) [01:53] sarnold, heh [01:53] axiom: tar and dd are fantastic tools but you wouldn't want to start there for a full backup system :) [01:54] Patrickdk, thats just a start to get me working with the server side. eventually i'm going to build a rackmout to host vm's firewall and other things [01:54] ya, tar/dd aren't really for backups, unless your doing offline backups [01:54] Patrickdk: though I did get to wondering about some sata<-> sas interposers I've heard about... would they increase reliability by adding new lanes? or decrease reliability because HOLY COW SATA WASN"T MEANT FOR THAT!! :) [01:54] sarnold, depends on how you use it :) [01:54] you must only use one lane at a time, normally with those [01:55] they increase reliability, due to path failure (cable/hba/...) [01:55] not due to disk failure [01:55] and your still limited to 1/4th the bandwidth sas would have [01:55] not 1/2? [01:55] nope [01:55] cripes [01:55] two ports, bi-directional [01:56] sata is half duplex [01:56] omg how am I just now learning that? [01:56] though I will say, most sas systems don't use both ports at once [01:56] I'm doing a loadbalancing thing [01:56] *sigh* I wish you were close enough to answer my stupid questions over beers or something. :) [01:56] do keep down cache clutter on the disks :) [01:56] it switches sas path's every other 1MB of disk space [01:57] wow, why so fast? [01:57] hmm? [01:57] I have the extra wires, why not make them do something more than failover [01:57] isn't that switching some 20-30 times per second? [01:57] no, no [01:58] the disk appears as two disks [01:58] cause of the two ports [01:58] *boggle* [01:58] for odd megs, I read/write using port 1, and evens on port 2 [01:58] do double speed, and better latency [01:59] the issue normally with using both ports randomly [01:59] How do I solve ingoring unknown interface eth0=eth0 when trying to configure a static IP after installation without networking? I added it the debian way in /etc/network/interfaces (with auto eth0) [01:59] is they have a habbit of flushing cache when you access the same place on both ports [01:59] and that happens suprisingly often [02:00] Patrickdk: oh! I could see that. [02:00] FFForever2: can you pastebin your /etc/network/interfaces file? [02:00] Patrickdk: at least, if I were a drive firmware author, I'd be sorely tempted to do the same :) [02:01] Patrickdk: how do those drives show up if they look like two drives? how do you add them to your pools? [02:01] really though, I normally use linux multipath for iscsi/fc [02:01] and do most of my sas multipath on solaris [02:01] ahhhhhh [02:01] they show up as two disks [02:01] you use dm-multipath to join them into a single disk (based on wwn) [02:01] sarnold, I'm an idiot. I had to save locally and cp it as I forgot to sudo vi. I copied it to /etc/interfaces... whoops. Fixed. Sorry to waste your guy's time. [02:02] then add the dm-multipath devices to your pool [02:02] FFForever2: success :) [02:03] Patrickdk: cool :) so.... would those interposers fit into a standard disk chassis? or do they only work for desktop-style systems with loads of clearance behind the drives? [02:03] both, depending [02:04] like dell, their trays have two mounting options [02:04] sas and sata [02:04] the sata is where you mount a sata with interposer [02:04] and sas if you don't use the interposer [02:04] so it will depend on your chassis [02:05] I added two nameserver entries for 8.8.8.8/8.8.4.4 to /etc/resolv but I still can't ping google.com. I can ping both of the addresses though. [02:06] FFForever2: resolv or resolv.conf? [02:07] sarnold, I need coffee and fast. [02:08] FFForever2 :) might be good to go take care of that before much more typing, hehe [02:11] sarnold, just setup iscsi :) [02:11] that is the most simple solution to playing with dm-multipath [02:12] Patrickdk: well, the box I hope to build -would- make a nice iscsi target [02:12] Patrickdk: and i'd given up on mutlipath on that both but now you've got me wondering again :) [02:12] it's fun to play with :) [02:13] multipath wins over lacp any day :) [02:13] Patrickdk: oooooo [02:14] well, lacp caps you at the max speed of a single one [02:14] sure you could make like 8 connections, but no guarrentee they will load up evenly [02:15] multipath makes one per path, and depending on how you want to use them, loads them all up evenly [02:15] and just stops using broken ones as needed [02:15] goes through ip addresses quicker though [02:16] Patrickdk: does the linux iscsi stuff work well enough with multipath? or is that another case where you'd rather use illumos / solaris? [02:16] I haven't attempted it as a server [02:16] but shouldn't matter much [02:17] for client side, on linux it's much simpler, as it's just normal iscsi clients and normal dm-multipath [02:17] but for iscsi target, it would matter [02:18] I would be suprised though, if it fell apart on you, as it should be a normal usecase for esxi [02:18] that was a pain trying to register a nickname lol [02:18] axiom_1: yes :) [02:19] should I set the server to install security updates automatically or whats best for a sys admin approach? [02:19] depends on how much you watch it :) [02:19] do you want it to randomly break on it's own? or only when you break it? [02:20] that last php security update, cause some breakage [02:20] well i'm always on my computers, i have no life lol. and wanting to get a jump start to my cs career [02:20] if you don't mine random issues sometimes, I would go for autoupdate [02:20] as you can be more lazy [02:20] well either way, the logs should be able to tell me what happen, I would hope lol [02:20] if you do maintain it every week, manual is fine [02:21] guess im going for the manual to learn the hard way :) [02:21] well, that's just "apt-get update && apt-get -u dist-upgrade" every day or so :) [02:21] well, for all updates not just security :) [02:22] but that is what I do [02:22] I watch the security bullitens, and run an update on my test machine [02:22] then I push it out to the others [02:22] probably why I don't have that apt-cacher-ng multiaccess issue you have sarnold [02:23] test run is good for something :) [02:24] Patrickdk, ok i know this is going to sound dumb, how do u push it down to your other clients? [02:24] Patrickdk: well, I abused the heck out of that poor cacher; a dozen build schroots, a dozen VMs, plus local use. I'd routinely start up a handful of updates at a time just to keep the cache hot :) hehe [02:26] push it down? [02:26] yea [02:26] axiom_1: updates are best pulled on every client machine on their own schedule.. [02:26] axiom_1: if you've got more than a handful of systems to do updates, you'd want a tool like landscape or puppet or chef or ansible to help you keep track of them all [02:27] or cluster-ssh, apt-get dist-upgrade :) [02:27] na, I just have a nice large bash script I use to kick them all off [02:28] puppet I use, chef, I dunno, I just can't get around that one [02:28] heh, understood [02:28] but I like my bash script :) [02:28] sarnold, ah k, yea i was thinking of a script or some tool like you said. [02:28] yea i can't rap my head around bash or python :( [02:28] it tells my loadbalancer to take it offline, runs the updates, reboots, then turns it back on the loadbalancer [02:28] around bash? it's just command line in a file [02:29] just like dos batch files :) [02:29] I never really messed with dos batch files [02:29] except less horrible [02:29] Patrickdk: nice; how far apart between your updates? [02:29] between systems? [02:29] normally 1 or 2 min [02:30] it waits for it to come backon, before moving to the next server in the same cluster [02:30] Patrickdk, is this your personal setup or your work environment? [02:30] both [02:30] :) [02:31] nice [02:31] my personal work enviroment, as I own the company [02:31] what kind of company is that if you don't mind me asking? [02:31] this one, just webhosting/email [02:32] see, I have no clue how any of that would work lol [02:33] axiom_1: apt-get install apache or apt-get install nginx and start fiddling with it :) hehe [02:34] should I let kexec-tool handle reboots? [02:34] How can I figure out why post-up isn't executing? [02:34] (in /etc/network/interfaces for eth0) [02:34] axiom_1: email is far more complicated. time was you'd just throw up a mail server, imap server, and call it a day, but modern anti-spam means mail servers need tons of love and care. it's a royal hassle. [02:35] lol i got alot of reading to do. There goes what life I had if any [02:35] web is the same, as soon as you install your first cgi :) [02:35] FFForever2: check exec bits on referenced files, use full paths... [02:35] Patrickdk: *shudder* [02:35] ya'll are going to make my brain explode :) [02:36] axiom_1: that's my feeling every time talking with Patrickdk :) hehe [02:37] heh, my issue is, I like to learn [02:37] and I must know everything from the base up [02:37] *nod* *nod* [02:37] my issue is I have a hard time learning [02:37] just grab some rfc's and have a bathroom break :) [02:37] axiom_1: you're here, you're tring things :) that's most of it, right there [02:37] dinner time :) [02:37] sarnold, enjoy [02:37] I've been playing, since I was 8 [02:38] and on linux since well, v1.2 [02:39] I started late, I've been off and on with ubuntu desktop. But I finally getting my hands around the desktop portion somewhat. Still having issues with the terminal but I'm sure time will get me there [02:39] big thing is, don't follow tutorials/blogs [02:39] well damn [02:39] if something looks ok, make sure you crosscheck it with the manual [02:39] maybe thats why im having issues :) [02:40] I even apply that to ubuntu serverguide [02:40] Patrickdk, would u recommend kexec-tools to handle reboots or should I do it manually?, the ubuntu server guide doesn't say anything about it. [02:41] mainly cause the serverguide is normally the bare basics to make it work, not specifically functional [02:41] I thought kexec was a payed for service [02:41] nope, I just downloaded and installed it [02:41] so the tools will be useless without the kexec patches you get from that service [02:41] well damn [02:42] and that would only handle kernel vaunerabilities, and cause it so you don't need to reboot [02:42] but you still need to install and restart applications [02:42] s/install/update [02:43] oh, kexec isn't what I thought it was [02:43] lol [02:43] it's like solaris fastboot [02:43] oh k [02:43] it will depend on your hardware and drivers [02:43] if it works or not [02:43] well i pressed no for it to handle reboots [02:44] I can always play around with it and see how it goes [02:44] it's just a learning comp atm anyways [02:45] I was thinking of ksplice === jamescarr_ is now known as jamescarr === jamescarr_ is now known as jamescarr === maxb is now known as Guest41692 [03:54] hey all, i can't get libcurl.a to install on 14.04 [03:55] anyone know which package provides it? it's apparently not libcurl4-openssl-dev === CripperZ- is now known as cripperz [04:31] sarkis: http://packages.ubuntu.com/search?searchon=contents&keywords=libcurl.a&mode=exactfilename&suite=trusty&arch=any [04:31] sarkis: apt-file will also answer that sort of question for you. [06:27] kindly help me with ubuntu preseed issue as described here http://ubuntuforums.org/showthread.php?t=2234480&p=13073762#post13073762 [06:27] this is not a cobbler issue. [06:27] its purely preseed + ubuntu issue. === cripperz is now known as CripperZ- [06:39] Abhijit: are you confident the mini iso supports the preseed files? [06:40] sarnold, i tried with serveriso too. same issue. [06:40] let me try once again to be sure. [06:50] sarnold, same issue with server iso. why does it try to configure network with dhcp? centos never ask me for dhcp. dhcp server is already running and its already assigned the ip to nic of target machine. then why ubuntu again ask me to run dhcp? how can i disable dhcp from kickstart or preseed? [06:50] also i tried both kickstart and preseed file for ubunt. both gives same error. [06:50] Abhijit: sorry, I've never used preseed files, no idea why it is failing [06:50] ok [06:50] sarnold, did you used kickstart/ [06:51] Abhijit: no [06:51] ok.np. [07:09] sarnold, is there any other alternate automating and provisioning softaware which works 100% compatible with ubuntu / debian? === Guest41692 is now known as maxb [08:34] hello [08:34] what means this? W: GPG error: http://de.archive.ubuntu.com precise-security Release: Unknown error executing gpgv === CripperZ- is now known as cripperz === cripperz is now known as N0DE` === N0DE` is now known as CripperZ- [10:53] i have installed the package gitweb and it asked nothing, how can I see what is the url path? [10:53] ah, found the gitweb.conf [10:56] hi guys [10:56] has anyone ever used opennebula on ubuntu server here? === stooj_ is now known as stooj === SolutionL is now known as Solution-X === psivaa is now known as psivaa-off === zombu2 is now known as zombu2-km4daj === Malediction_ is now known as Malediction === kickinz1|away is now known as kickinz1 [14:31] for a server, is ok to completely disable and possibly remove plymouth? Its a headless system, so i dont see a point in having it [14:32] and is the only option for disabling it in grub? [15:01] I found that you do need to have plymouth installed or else you break the recovery system [15:01] at least on 12.04 [15:02] eg: if A disk is missing during boot you will be asked "skip or manual recovery" without plymouth installed there is no way to answer that question and the system will wait forever [15:02] Same on 10.04 [15:03] Or at least very similar, mine just sat there with a blinking cursor, no messages [15:11] that stinks [15:12] Yep, but that's the way it is, just have to put up with plymouth if you want ubuntu to work properly [15:16] you can install the txt theme [15:16] i see a lot of these i my dmesg output http://pastie.org/pastes/9393758/text?key=asmwxhqvj6h1ksw7wbexqw [15:32] Good afternoon. [15:39] afternoon [15:39] Hey RoyK, how are you? [15:39] fine, thanks === lutostag_ is now known as lutostag === Solution-X is now known as Solution-X|AFK [16:09] "install-keymap us-latin1" "unknown charset unicode - ignoring charset request" what does this mean? [16:09] how to run a cron every 61 seconds? [16:10] crontab to run every min with a sleep 1 ? [16:11] yes I was thinking that right now === ashleyd is now known as ashd === jdowdle is now known as jdowdle|away === jdowdle|away is now known as jdowdle === veebull is now known as veebull_away === kickinz1 is now known as kickinz1|lunch === alexisb is now known as alexisb_lunch === kickinz1|lunch is now known as kickinz1 [19:42] how to encrypting root partition with LUKS? === matsubara is now known as matsubara-afk [19:48] punkgeek: use the installer [19:48] ont unstand :D [19:48] hm? [19:50] https://help.ubuntu.com/community/EncryptedFilesystem is it good for me? [19:51] punkgeek: The installer will guide you through setting up an luks encrypted install. [19:52] punkgeek: desktop installer -> full disk encryption is one tickbox + password. [19:52] punkgeek: in server installer it's change default to encrypted + password. [19:53] ??? [19:54] !ir | punkgeek [19:54] punkgeek: #ubuntu-ir baraye Farsi zabanan mibashad ke channele rasmie goroohe Iran-ie ubuntu ast. #ubuntu-ir برای فارسی زبانان می‌باشد که کانال رسمی گروه ایرانی اوبونتو است. [19:54] Might be easier ;) [19:54] its empthy :-" [20:00] hi, i'm trying to use php5-imap module from the repositories and running into some weird problem. i do apt-get install php5-imap and it says i have the latest version installed. but then i try php -m | grep -i imap and it is not listed...what's going on? is there something else i need to do to complete the install? [20:14] hi I am trying to download a binary debian package (not install) and all it dependencies to a particular directory is this possible? thx === matsubara-afk is now known as matsubara === alexisb_lunch is now known as alexisb [20:40] zartoosh, do you mean that you want to only download packages from apt-get? [20:40] apt-get has a "download only" option [20:40] -d, --download-only [20:40] Download only; package files are only retrieved, not unpacked or installed. [20:40] Configuration Item: APT::Get::Download-Only. [20:48] I was thinking that except it wont download deps that are already installed [20:53] apt-get source maybe? [20:59] Can anyone help me with my ldap server at home? Upgrading the slapd package broke it... [21:00] This is what syslog says http://pastie.org/9394730 [21:04] billy_ran_away: says 'invalid dn (cn=admin,dn=therobotis,dn=us)', are you sure that's correct? [21:04] and not 'cn=admin,dc=therobotis,dc=us' ? [21:04] pmatulis: It was last time I set it up [21:05] can i remove passphrase when booting? [21:07] punkgeek: remove passphrase of what? === hxm is now known as Guest9741 [21:08] see, i set password on file system, when i reboot my os, when is boot, need password [21:08] can i remove this? [21:08] punkgeek: what filesystem? [21:08] root [21:09] punkgeek: well how would the system boot? [21:09] Chris_hubu, that worked and thank you. [21:09] you're very welcome zartoosh, I'm glad I could help [21:09] ??? [21:10] punkgeek: is / needed to boot up properly? yes or no? [21:11] I don't get what changed in my LDAP setup... [21:11] God I wish LDAP wasn't so stupidly complicated... [21:11] billy_ran_away: use ldapwhoami to verify your root dn, the admin guy referred to above [21:12] pmatulis: missed that, I'm not on my regular irc client because I can't log in to my regular account and start znc [21:12] yes [21:12] i need boot without passpharse [21:12] punkgeek: so you need to decrypt it first right? [21:13] pmatulis: Here's the output http://pastie.org/9394750 [21:13] billy_ran_away: you need to provide the usual arguments to ldapwhoami [21:14] pmatulis: Like what? [21:14] no no, see i need encrypt my file system, when done it, i see passphare on boot, so i need remove this, what should i do? [21:14] root@robot:~# ldapwhoami -h ldapi://ldap Could not create LDAP session handle for URI=ldap://ldapi:%2F%2Fldap (-9): Bad parameter to an ldap routine [21:14] just need remove passphare on booting [21:14] punkgeek: thats the point of encryption [21:14] when booting is done, then i need enter passpharse [21:17] is it crazy thing? [21:18] billy_ran_away: ldapwhoami -x -D "cn=admin,dc=example,dc=com,dc=au" -w secret [21:19] punkgeek: no, it's not crazy. you need to supply a password in order to decrypt your root filesystem. that's all. you might be able to keep some filesystems encrypted that are not necessary for booting however [21:19] pmatulis: Sweet that did it, but now what? http://pastie.org/9394769 [21:19] billy_ran_away: congratulations. you verified your root dn [21:20] pmatulis: Great, but that's exactly what I have in my ldap.conf [21:20] so what should i do? [21:20] billy_ran_away: now you need to figure out why your logs show a different root dn [21:20] punkgeek: supply the password [21:20] punkgeek: maybe you can embed your passphrase in the initramfs.. but then why encrypt root at all?! [21:20] Jul 15 17:20:26 robot slapd[27226]: conn=1063 op=5 do_bind: invalid dn (cn=admin,dn=therobotis,dn=us) [21:20] pmatulis: They do? [21:21] billy_ran_away: yup. now what is triggering that [21:21] pmatulis: Oh dn vs dc? [21:21] billy_ran_away: yep [21:23] i gotta go guys, good luck [21:26] can i encrypt just apache files? [21:26] punkgeek: what is your goal? [21:27] grep -ri dn=therobotis /etc/ shows nothing... [21:28] see, i have any files in /var/www and i need encrypt this file, and then get backup os, and send it to users [21:28] php encyption is not good, so i need to do this work [21:29] punkgeek: so, you want to serve encrypted files to your clients, and them decrypt the file? [21:29] and, php should be work on the web server [21:30] no [21:33] punkgeek: PHP encryption is as good as the algo you use. [21:34] Anyone know much about slapd? [21:35] can i just encypt /var/www ? === kickinz1 is now known as kickinz1|away [21:35] punkgeek: It sounds like you're going about this in all the wrong way. What exactly ware you trying to encrypt? [21:38] punkgeek: who will decrypt its contents? how? why? [21:38] punkgeek: what threat are you trying to mitigate? [21:44] anyone know how to change the dn slapd binds to? [21:45] billy_ran_away: would that be in /etc/ldap/slapd.conf, rootdn? see e.g. https://help.ubuntu.com/community/OpenLDAPServer [21:46] sarnold: I don't have that file... [21:46] sarnold: root@robot:~# ls /etc/ldap/ sasl2 schema slapd.d ssl [21:47] billy_ran_away: ahhh, I just found https://help.ubuntu.com/14.04/serverguide/openldap-server.html -- which has a the slapd.d configuration ... interesting [21:48] it looks Complicated :) [21:49] why does this package have to break so often? [21:49] setting up an ldap server on ubuntu was a horrible mistake... [21:58] I'm stuck. [21:58] I'm just so pissed off. [21:58] I hate LDAP and I hate Ubuntu. [21:59] billy_ran_away: Take a break :p [21:59] I don't understand why the package maintainers feel it necessary to break existing installs. [22:02] billy_ran_away: it is *incredibly* difficult to manage feature updates in packages while also not breaking some user somewhere. There are hundreds of use cases, most of them unknown to package maintainers. [22:02] billy_ran_away: this is the nature of server packages. [22:02] billy_ran_away: to mitigate this, the only reasonable thing to do is to maintain your installation as a codified delta of the default, eg. with configuration management. [22:02] rbasak: That nature breaks Ubuntu for the hobbyist. [22:03] billy_ran_away: it's a fundamental problem with the way server components are used. This nature isn't Ubuntu-specific. All distros have the same essential issue. [22:04] billy_ran_away: we're trying to solve it with Juju and charms to codify specific use cases, rather than having users install some default and then customize it in some way that we don't know so can't provide an upgrade path for. [22:04] it's rare software that the developers stop poking at it and changing things. if they do, people complaint it's "no longer maintained" and re-write it without learning the lessons from the existing tools. heh. [22:04] rbasak: Well I'm stuck and I have no idea where slapd is getting it's bind dn set from. [22:05] Because it's not /etc/ldap.conf as it used to be. [22:05] sarnold: well, that happens too. But if you don't want to change things, then no need to upgrade to a new release. [22:05] sarnold: if a majority did that, then we'd have longer supported LTSes :) [22:06] Jul 15 18:05:47 robot slapd[28299]: conn=1144 op=5 do_bind: invalid dn (cn=admin,dn=therobotis,dn=us) [22:06] where in the world is it getting those dn's from? [22:06] grep -r dn=therobotis /etc returns nothing [22:06] billy_ran_away: grep -r therobotis /etc ? [22:06] sarnold: grep -r dc=therobotis returns lots of stuff [22:06] Isn't the bind DN a client thing? [22:06] but dn [22:08] And how is dn= there twice? That makes no sense. [22:08] rbasak: That's what I'm wondering and I have no idea. [22:09] billy_ran_away: I'm pretty sure that you have a client configuration problem there. Not slapd. [22:09] But it's been a long time since I touched LDAP. [22:17] hi [22:17] LDAP is frustrating because all of it's configuration is in LDAP itself... [22:17] Like I want to raise the logging level so I can figure out where those errors are coming from [22:18] I'm trying to set up a simple load balancing in apache2 as follows: http://pastebin.com/ujP3Jtyp [22:18] but get: [proxy:crit] [pid 5543] AH02432: Cannot find LB Method: byrequests [22:19] [proxy_balancer:emerg] [pid 5543] (22)Invalid argument: AH01183: Cannot share balancer === Guest9741 is now known as hxm [22:19] [:emerg] [pid 5543] AH00020: Configuration Failed, exiting [22:19] what did i miss? :\ [22:21] bitfury_: try "a2enmod lbmethod_byrequests" ? [22:22] sarnold: wow it worked, not sure how I would live without IRC experts :D [22:22] thank you [22:22] been going at it for more than an hour. fml. [22:22] bitfury_: heh, it's just a knack for finding the gems amongst the weeds of the internet.. [22:23] ;) [22:31] * Patrickdk wonders [22:31] is sarnold a gem or weed [22:31] Patrickdk: depends if I'm asking or answering the questions :) haha [22:33] oh, I lately setup the apache lb [22:36] billy_ran_away: AFAICS, they're coming from an LDAP client. Configuration of how your client connects to LDAP cannot be in LDAP itself. [22:36] rbasak: Yea that makes sense... but the only client I have up right now is the server itself... [22:37] I suppose it could be some kind of loopback thing [22:37] My one other server that uses ldap is currently fscking its filesystem after going 222 days without a check, ugh [22:37] tcpdump/wireshark to eliminate network LDAP traffic? [22:38] ANd if you do see network traffic and it's loopback, then track that down to a binary using lsof or netstat [22:38] oh shit I know what it is! [22:41] rbasak: THANK YOU! [22:41] rbasak: It was fucking kerio-connect that I never got working but left installed [22:42] has anyone here had any luck setting up auto-failback using heartbeat? I've gotten it to where node2 will assume the shared IP address if node1 goes offline but when node1 comes back up and re-assumes the shared IP, node2 doesn't release the IP. This results in node1 serving up the web traffic and node2 responding to pings and a myriad of other messiness... [22:42] rbasak: magic as always :) [22:42] But now I think I know one reason why it didn't work... [22:42] billy_ran_away: np. Glad you fixed it. Hope your impression of Ubuntu is better now :) [22:43] rbasak: thanks to you, yes [22:43] :) [22:44] k4k, haven't used hearbeat [22:44] I normally stick to pacemaker [22:45] Patrickdk: I wonder how they compare. I'm open to suggestion [22:45] made by the same people [22:46] but heartbeat almost never fit my needs [22:46] How does pacemaker differ? [22:47] I'm just looking for a way to get my web proxy to be aware if it goes down and fail the IP over to some other system. [22:47] pacemaker doesn't any of that stuff [22:47] it only manages resources [22:47] it doesn't monitor, normally [22:47] I think heartbeat monitors [22:48] According to the package descriptions, heartbeat is "one of the messaging layers supported by the Pacemaker cluster resource manager." [22:48] yep [22:48] pacemaker depends on libheartbeat2 [22:48] heh? don't think so [22:49] oh ya, it does have that [22:49] Oh no, sorry [22:49] but not the userland config [22:49] Well [22:49] also corosync | heartbeat [22:49] Anyway, I don't know HA stuff very well [22:49] yep, I use corosync [22:49] corosync -> pacemaker [22:49] I only know that it exists, and pacemaker+corosync seems to be the standard on Ubuntu. [22:50] ya, I can't answer for his heartbeat issues [22:50] I know pacemaker won't let that happen [22:50] but he would likely want the stick resources options, so they don't auto-fallback === Lcawte is now known as Lcawte|Away [22:50] Yeah, it's something to do with the auto-failback I think. I'll look into the corosync|pacemaker [22:50] how to do that on heartbeat, dunno [22:53] !info redmine [22:53] redmine (source: redmine): flexible project management web application. In component universe, is extra. Version 2.4.2-1 (trusty), package size 4434 kB, installed size 13445 kB [22:57] stupid firewall [22:58] iptables was blocking the udp port that heartbeat was using to communicate [22:58] chears [22:58] cheers* [22:58] * K4k is going home... [23:11] :) === jdowdle is now known as jdowdle|away === jdowdle|away is now known as jdowdle