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

=== martinst is now known as martins-afk
YamakasYpikkaachu: strange my server logs UTC and uptime gives local time00:18
YamakasYoops00:19
=== martins-afk is now known as martinst
kevindfHello, I'm planning on running the Zabbix Server on my CentOS server, but would like to set my Ubuntu Server as a client so the server gets monitored also. Would this take alot of hardware resources?00:53
=== markthomas is now known as markthomas|away
=== zz_DenBeiren is now known as DenBeiren
=== martinst is now known as martins-afk
=== martins-afk is now known as martinst
=== martinst is now known as martins-afk
samba35if i use NIC (ethernet cards) with kvm in one guest can i use same card on another guest03:18
=== johnlage is now known as JOHNLAGE
=== JOHNLAGE is now known as johnlage
Patrickdkno03:33
samba35Patrickdk: thanks03:47
samba35then can i use vlan on that card on guest ?03:47
Patrickdkheh?03:49
Patrickdkon guest?03:49
Patrickdkwhy bother?03:49
Patrickdkjust attach that nic to a switch on the host os03:49
Patrickdkthen attach the kvm guest nics to that switch or vlan on that switch03:50
Patrickdkor, just route everything from each guest to the nic03:50
Patrickdkit's just normal networking basics, nothing fancy03:50
samba35ok ,thanks03:51
delinquentmeSo I've always configured SSH access with the entirety of a public key. Say in the manner which github has you add a new server to pull / push to a repo .....  and these are what I've pasted into ~/.ssh/authorized_keys05:43
delinquentmehowever with fingerprints ... am I generating that public key from the fingerprint ?05:44
DragginHi, good morning. I'm not sure if this'd be the right place to ask, but I'm looking for a good starting point to learn about MySQL running on Ubuntu (specifically running on Ubuntu - not just general MySQL information)05:45
delinquentmeDraggin, do you run ubuntu as your native OS?05:48
delinquentmehave you ever SShed into a machine?05:48
Draggindelinquentme: I do. And yes. I've been playing around with Linux for a few years (but I still consider myself very much a newbie)05:49
DragginIt's just that MySQL seems to behave oddly on Ubuntu from what I've seen on other systems.05:49
delinquentmeim not sure thats been my experience05:49
delinquentmeim assuming you're taking in installing it?05:50
delinquentmetaking = talking *05:50
Draggindelinquentme: Firstly, it seems to be installed, but also not... :P Like Akonadi runs fine and claims to have found it, but when I run the command "sudo netstat -tap | grep mysql" as suggested by https://help.ubuntu.com/14.04/serverguide/mysql.html, I see nothing05:51
DragginWhat I really want to know, is things like - where does it store the configuration files, the database files,etc. Because there seem to be multiple locations with MySQL stuff in it, and I'm not sure what they all are.05:52
DragginI'm perfectly happy to read up about it all myself, but I'm not sure which resources to use...05:52
delinquentmeim not sure what Akonadi is05:53
Draggindelinquentme: Not to worry. Irrelevant really. Point was just that Akonadi finds a DB server and stores it info there05:53
delinquentmebut typically you'd run maybe 4 - 10 actual commands to update all the prerequisite packages installed and then finally configure and install mysql05:53
delinquentmewell i'd say see if you can log into the mysql server all on its own -- as whatever root user you configured it with05:54
DragginNow, I see that MySQL Server Core is installed, but not MySQL Server 5.505:54
delinquentmeand typically you'd be providing applications a localhost:330605:54
DragginAh, delinquentme - that's one of the issues. I haven't configured it. And this is where it gets confusing for me on Ubuntu. It was just already there after installation and I was never asked for a root password. This is contrary to my experience working with MySQL on other systems before05:55
delinquentmeso Akonadi, I'd guess would be installing via that url with a login / password you create for it05:55
delinquentmeyeah if you're looking at a fresh install 90% chance you're going to need to set a root password05:56
delinquentmehttps://help.ubuntu.com/12.04/serverguide/mysql.html05:57
delinquentmeDuring the installation process you will be prompted to enter a password for the MySQL root user.05:57
DragginRight. But that's what I'm saying. Never was. Not during (K)Ubuntu installation. And after OS installation, MySQL just seems to be there already, without ever having asked for a root password05:58
DragginSo now I'm trying to follow the first steps here : https://help.ubuntu.com/community/ApacheMySQLPHP#Set_mysql_root_password05:59
DragginBut - and this is something that I've experienced on Ubuntu machine with MySQL all the time (being that I'm not that well-versed in Linux and MySQL, I probably just don't understand what the real issue is) - whenever I try logging into MySQL from the command line, I get this: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)06:00
delinquentmeDraggin have you put any sensitive data in the db yet?06:01
DragginNope06:02
DragginThis is a completely clean install06:02
DragginHaven't been able to get to any databases yet :)06:02
delinquentmerip it out and reinstall06:02
DragginWhich is what I'm planning on doing, but...06:02
DragginThat's why I'd like to know where exactly what is stored for MySQL in Ubuntu.06:03
DragginBecause there's /etc/mysql06:03
Draggin/var/lib/mysql06:04
Dragginetc.06:04
DragginSo - without having to read the entire MySQL manual - where's a good place to learn about these basics?06:05
delinquentmeDraggin, http://www.cyberciti.biz/faq/mysql-datadir-files-stored-unix-linux/06:11
a1fahi anywya to resize mounted root lvm ext3 partition w/o single user?06:22
=== liam_ is now known as Guest77493
lordievaderGood morning.08:25
=== mist_ is now known as mist
tacklemccleanI have a ZFS volume mounted over ISCSI on my Ubuntu 14.04 LTS Server. It is shared over Samba. When smbd is running, it prevents something from shutting down correctly so reboot/shutdown freezes the system. If I stop smbd service before reboot it works fine. Is there any way to have upstart shut down smbd before zfs-share? Any tip?09:20
gdi2khi all, I have a weird issue where I cannot add read permission for other users to files using chmod. Not seen this behaviour before. http://paste.ubuntu.com/9487075/ any ideas?09:44
=== zz_DenBeiren is now known as DenBeiren
tomstoreygdi2k: does "chmod 644 vmlinuz*" do anything?10:32
gdi2ktomstorey, thanks, yes, that worked :)10:33
gdi2kcrazy that +r doesn't10:34
tomstoreythat may have changed the perms on the symlinks too, which would have removed the execute permissions from them10:35
tomstoreyso to put them back, use chmod 77710:37
tomstoreyalthough, that gives everyone + dog write permissions, might not be a good thing :)10:37
gdi2ktomstorey, it's ok, I used it explicitly on the actual files, not symlinks, so all good I think10:38
gdi2kthanks!10:38
tomstoreycool :)10:39
tomstoreyno idea why +r didnt work, im no filesystem guru10:39
gdi2k:/10:40
gdi2kbeer time, gn! ;)10:40
=== Lcawte|Away is now known as Lcawte
=== Lcawte is now known as Lcawte|Away
vladdiI got a problem, I reconfigured the the utf-8 in irssi, and now I can't type öäå (swedish keyboard) neither in irssi nor in the system12:18
vladdithere's no locale file either, (in /etc/default/)12:18
vladdis12:28
jamespagecoreycb, I think we can nail systemd in the first set of kilo uploads12:38
jamespagecoreycb, infact we could do it now12:38
jamespagecoreycb, http://paste.ubuntu.com/9488650/12:39
jamespageits pretty easy imho12:39
jamespagecoreycb, https://code.launchpad.net/~james-page/cinder/systemd-support/+merge/24457412:54
jamespagetested on my laptop12:54
=== martins-afk is now known as martinst
VladdenCan't change language with loadkeys, i get: Couldn't get a file descriptor referring to the console14:12
johncarperIs it possible to create a CNAME record on your local network without having a internal DNS Server?15:04
mardraumhow would you modify a dns record without a dns server?15:07
johncarperI don't know, that's why i'm asking :) Can't you add a alias in the host files to let it work on local network?15:08
mardraumthat's not at all what you asked15:09
mardraumif you think modifying the local hosts file is a good idea, who are we to stop you?15:09
Odd_Blokejohncarper: We might be better able to help you if you describe the problem you are trying to solve, rather than asking if a particular solution is possible. :)15:10
johncarperI just would like to change 192.168.0.x for example to s1.local that's not possible without a internal dns server?15:12
Odd_Blokejohncarper: So that (for example) "ssh s1.local" would SSH in to 192.168.0.x?15:12
johncarperyes15:13
jrwrenjohncarper: on an entire network, you would need DNS for that, unless you can update /etc/hosts on every machine in the lan.15:13
johncarperit is a small network with about 3 pc's, in this case this would be doable just by changing the hosts files?15:14
johncarperand 2 servers15:14
Odd_Blokejohncarper: If you're happy maintaining those 5 hosts files then that's viable, yes.15:16
pmatulisjohncarper: it's not hard to set up dns server with dnsmasq.  can even have the server use its /etc/hosts file for information :)15:17
Odd_BlokeYou could also look at Avahi.15:19
Odd_BlokeThough my experience with it is fairly limited.15:19
johncarperok, thanks15:28
=== Lcawte|Away is now known as Lcawte
YamakasYcan I fix an issue like this with puppet-apt module ? SystemError: E:Encountered a section with no Package: header, E:Problem with MergeList16:13
geniiYamakasY: I'm not sure specifically for puppet, but on a regular system you would purge the package lists in /var/lib/apt/lists.   and refresh it with sudo apt-get update16:23
YamakasYgenii: yap but I have to do 150 hosts or so16:32
=== martinst is now known as martins-afk
bekksYamakasY: do you get that error on one server or on 150?16:37
YamakasYbekks: to be hones on 4516:38
=== martins-afk is now known as martinst
=== markthomas|away is now known as markthomas
=== martinst is now known as martins-afk
=== martins-afk is now known as martinst
=== martinst is now known as martins-afk
=== Lcawte is now known as Lcawte|Away
=== keithzg_ is now known as keithzg
=== martins-afk is now known as martinst
=== markthomas is now known as markthomas|away
=== markthomas|away is now known as markthomas
kasadhello22:28
kasadAnyone got idea how badly upgrade from 10.04.4 LTS to current LTS would break Plesk 9 (9.5.4)22:28
kasad(i fear the answer is horribly)22:31
bekksYes, it will break horribly.22:32
kasadbekks, presumably with no chance of fixing it amirite?22:32
kasadbecause plesk isn't exactly fixable once it goes awry (and i hate it, soz ot but have to note my hate)22:33
bekksCorrect.22:33
kasadon the other hand, running 10.04.4 LTS isn't super smart either22:33
kasadjust now I wanted to do some stuff, I already see sources are acting up, stuff is missing, sigh22:34
bekksYou'll have to update from 10.04 next year in April, since support will end.22:35
kasadyeah, that's why  I am bringing it up22:35
bekksI'd reinstall 14.04 and I'd not install Plesk.22:36
kasadbecause right now I have some time, not that it's exactly spare time, but I'm in the middle of moving to new place, and right now I'm waiting and fixing some backlogged stuff22:36
kasadbekks: I hate plesk with all my heart, but company production server runs plesk22:36
kasadso I keep it at home server just to be able to experiment/find solutions before I bring them to production enviroment22:36
kasad(and trust me there are always issues with plesk)22:36
bekksI've been using plesk myself.22:37
kasadmy condolences brother :(22:37
keithzgkasad: You could always just turn the current state of your server into a virtual machine, and keep that to play around with.22:37
kasadyeah been thinking about that, that will take some time, company is in el cheapo mode, I work from home because I have better equipment at home, the downgraded from 4 dedicated servers to 1 vps, money issues.22:39
kasadand lately i've been having issues with diskspace (especially on my ssd) so I am not sure I have space to put VM on from where it will run at least semi-decently22:39
kasadbut seems that will be the end solution anyway22:40
bekks"to put VM on"?22:40
keithzgYeah, it's worth working towards; and hell, VMs are great for that kind of experimentation anyways, since you can just snapshot/revert/repeat for testing.22:41
kasadhard drive space on my home pc (which is running windows 8.1 - another recent mandatory upgrade)22:41
kasadyeah keithzg, amen22:41
* keithzg definitely understands the quandry of the company not having the money to through around, too22:41
kasadbekks: "to put VM on" - I am talking about my home setup, the only disk where I have space left, where there is currently my old win7 virtualized located22:42
kasadis running slow as hell (on sandybridge i7-2600k with 16GB Ram)22:42
kasadbut bottleneck is small system SSD22:43
bekksThen you are doing it wrong :) My VMs run fast here, on a i5-2500 with 16GB RAM.22:43
* kasad nods at keithzg with understanding, especially if zg stands for Zagreb22:43
kasadbekko: never had issues before this win7 vm22:43
bekksSo it depends on your vm configuration.22:44
keithzgkasad: heh, nope, it's just my last name (Zubot-Gephart) abbreviated.22:44
=== ayr_ton is now known as ayr-ton
kasadwhich is a bit too large for my ssd, because it includes 2 volumes (I was running out of space on my ssd while I was running win7, so I had to move some folders to another drive with junctions)22:44
kasadah, :)22:45
kasadbekks: you mean like allocated memory, etc?22:45
keithzgkasad: Yeah, storage access speed can really slow things down for VMs, but what are you using to run the VM? I've noticed KVM is *extremely* slow to run Windows VMs (especially without a lot of tweaking), but by contrast VirtualBox is fairly speedy.22:45
kasadkeithzg: noticed same things, but in both direction, some stuff works extremely fast on VirtualBox, other on VMWare22:46
bekkskasad: I mean the entire vm configuration.22:46
bekkskasad: Which hypervisor do you use?22:46
kasadvmware22:47
kasad1022:47
bekksYou mean: "VMware Workstation".22:47
kasadyes22:47
bekksThere are various other VMware products ;)22:47
kasadwell yeah, was typing with one hand, and gulping coffe :P22:47
kasadVmware Workstation 10.0.2 build-1744117 to be precise22:48
grendal_primehey guys, i got this situation where im gonna have a few different virtualized server and about 20 or so people accessing them.  I would like to do some sort of centralized auth..like ldap.22:49
kasadalso, the vm in question (the one that runs slow is on separate hdd from all the others, and it's virtualized physical machine22:49
grendal_primei have a machine installed and have phpldap up and running.22:49
kasad(ie my pc before I had to mandatory upgrade to win 8.1 >_<)22:49
grendal_primekasad, what drivers are you using?22:50
kasadI had it virtualized and running before upgrade, and in win7 it was working like a charm, unity was working superfast, now it doesn't22:50
grendal_primelike..if i remember right there is some drivers you install for p2v.22:50
kasaddrivers?22:50
kasadum, i had a little trouble with virtualization22:50
grendal_primeya like kvm uses virtio drivers for network, hd that sort of thing...they are block level drivers.22:51
kasadso I ended up running some disk to .vdk22:51
kasadthen converted to vmdk22:51
grendal_primemuch faster than the emulated drivers.22:51
kasaderr, not vdk, the other format, gah my brain22:52
grendal_primeyep thats called p2v... Physical 2 Virtual.22:52
bekkskasad: vmdk22:52
kasadno, that couldn't work22:52
kasadvds?22:52
keithzgI know the other format, in the VirtualBox world, is .vdi22:52
kasadsomething older, something that worked in windows virtualpc if I recall correctly, I can't remember really22:52
grendal_primeya i dont mess with VMware..well not since i was certifed in it..hahaha...22:53
bekkskasad: Look it up, we dont know what you are using :)22:53
kasadthat was the only way I found (tried the Virtualbox route too didn't worked)22:53
kasadthen I converted it to vmdk without problems22:53
bekksThe vbox route works fine here.22:53
kasadand before windows8.1 upgrade vm was running super fine22:53
bekksSo blame it on W8.1 :)22:54
kasadI do! I blame most of my life on W8.122:54
grendal_primehmm dont know.  I run win 8.1 on kvm.  Works well enough to work. Especially with spice enabled22:54
kasad :D22:54
bekksgrendal_prime: You run W8.1 as a guest, he runs it as a host ;)22:54
kasadvhd22:54
kasadyes, I am ashamed :(22:55
grendal_primei use it for Testout...lab sim. sound everything works fine....oooooo you use windows as a host?  kinda a strange way of doing that.22:55
kasadbut I have cygwin set up and make heavy use of it in my defense :P22:55
=== martinst is now known as martins-afk
kasadI had to, beause main project has about 20% of stuff in written in .net, or c# to be precise22:55
keithzgYeah I've always found Linux as host to work a lot better, although I have two of the programmers at my work set up with VirtualBox on Win8.1 machines and it seems to work fine as a host for them.22:56
grendal_primeanyone else using phpopenldap for an auth server?22:56
kasadI begged to rewrite it all to node.js, because it's mostly db communication part22:56
kasadbut boss is adamant about reusing ancient dll's from some previous project, and completely retarded system that is currently in place which is written in c#22:57
grendal_primekasad...thats the perfect situation to have a linux host..and serveral windows guests.22:57
kasadthats what I said22:57
kasadbut no, I was given retail windows22:57
kasadand told that I have to use it as main os22:57
kasad...22:57
kasad(kill me pls)22:57
grendal_primethats to bad.22:57
keithzgYeah I'm lucky that at my job they care about results, and don't really care as much how I get them. And being the entire IT department gives my argument for running Linux as my main OS some extra weight too, heh.22:58
kasadyeah you are lucky22:59
* keithzg is thankful for it every day!22:59
kasadmy boss, who has like 30 years experience programming22:59
kasaddoesn't even allow us to use version control23:00
keithzg...oh my.23:00
kasad(we were begging, literally)23:00
kasadimagine when you beg for at lest subversion23:00
kasadbeause git is "too complicated" and he "doesn't trust them"23:00
kasadthen I found mercurial as middle ground, but still no23:00
kasadwe tried running it among us few devs23:01
kasadbut there's no point23:01
kasadbecaues he with his million folders, copying and hacking away23:01
kasadalways f**** up something23:01
kasadin 2+ years since project started, we lost code at least 10 times, couple times HUGE ammount of work23:02
keithzgYikes, I can't imagine life without version control. My boss, also with 30 years of programming experience, *also* refuses to use version control . . . but he isn't insane enough to force that upon everyone else!23:02
kasadhe still thinks Borland C is the shizznit and talks daily about how he misses it23:02
kasadand he wrote the main js framework, and it was first js anything he wrote in his life (he wasn't writting much code in last 10 years, was too busy driving around in his plane, yacht, speedboat, you name it, even has a ultralight aircraft)23:03
kasadand he doesn't beleive in naming functions/classes/methods descriptively23:04
kasadso, for example InitGuiModalWindows becomes Init23:04
kasad*dialogs23:05
kasadit's fun, sometimes feels like you are playing roulette, will you catch part of framework that has zero documentation, and then you have basicaly to rewrite, or follow code execution line by line and de-obfuscate his stuff in order to understand wth is going on23:06
kasadlife is good :P23:06
keithzgUghh. The classic "it worked fine in my day" attitude, when the way it was done back then was because it *had* to be done that way (due to limited resources, etc)23:06
kasadyeap23:07
kasadyou nailed it23:07
kasadnot that he is bad coder23:07
kasadhe is talented, but messy and stubborn as hell23:07
kasadanyways, I don't worry too much lately, had some family health issues, and then had to travel from hospital to hospital w/my fiancee23:08
kasadand then we had to move to new apt (typing from floor now, still didn't assembled my desk)23:09
kasadand my salary is about month and 10 days late23:09
kasadand I think there is strong possiblity that we will end our relationship23:09
=== genii is now known as EbenezerScrooge
kasadthing is, he is trying to involve his son, with whom I am friends for like 12 years (who used to be the DJ with all the best gear and zillion records who never performed anywhere - that's how we met, I was giving him music production lessons - used to work in music studio)23:10
kasadand sonny boy contacted me, in the tone that we will be now working together on one part of project, like serious collab. every day23:11
kasadgave me tons of stuff to do, and beside that asked if there is free solution for something his pops was about to shell around 3 my salaries for)23:11
kasadso I find free solution, and can't reach him - he never mentioned or made a remark that I should keep everything secret from boss/his pops23:12
kasadso I called boss to stop him from wasting my 3 salaries when there is perfectly adequave (for this stage) free solution23:12
kasadand told him not to buy the s/w23:12
kasadand since then, he kinda started to ignore me, then came family or to be (too much) open fertility issue with my fiancee, therapy she was on didn't work, last try we had on that therapy went poopoo23:13
=== EbenezerScrooge is now known as genii
kasadand I went on journey from hospital to hospital, so I am unclear now if I am ever getting my salary, and if they are pissed on me because I did work that son of my boss was supposed to do and he found out, or they just vanished somewhere to chill23:15
kasadwhich is also a possiblity (comes along with the airplane and yacht)23:15
keithzgWow, that is pretty extreme office politics23:15
kasadbut what worries me is that secretary who handles salaries is not returning my calls, and another programmer who is on project longer then me, is acting like he doesn't know anything about why ftp server with latest version is unavailable to me for the last couple weeks (and I know that he is the admin)23:16
kasadkeithzg, yeah, it doesn't smell right at all23:16
kasadbut I still can't beleive that it would be possible for them to get mad at me for that, like it was my fault he was dodging work and using me to finish his assignments, we know each other far too long23:17
* kasad changes channel name to #Life-Problem-Rants23:19
keithzghaha23:19
kasads/problem/problems23:19
keithzgDepending on where you live, they might be opening themselves up to a wrongful termination claim.23:20
keithzgAnd/or trying to get you to quit yourself so they don't have to worry about it . . .23:20
kasadi live in worst possible country for that23:20
kasadso they can screw me whatever way they want23:20
keithzgDamn.23:21
kasadand NDA was so brutal, and since we were friends for more then a decade I signed it out of goodwill, and there are two things there that are not healthy23:21
kasadone I can talk about is, it's mostly wording, it should have been changed, but basically it says that not only I can't use any parts of the code/techniques/etc which were developed for Company during my employmeent, but it's worded that way, that it implies that I can't even apply the knowledge i gained from all the research23:22
kasadand work23:23
keithzgThat seems of questionable legality, yeesh.23:23
kasadnow, I am 99.99% sure, that if we terminate business relationship, it won't be an issue23:23
kasadbut small part of me worries23:23
geniiI think this is an issue which is beyond the scope of asistance that can be had in this channel.23:24
kasadcompletely agreed genii23:25
kasadjust ranting since there's no one with some actual issue that asked for help23:25
kasadplus I am waiting for some stuff to complete, idle hands ...23:25
kasadapogies if I broke chan rules23:26
kasadI'll shutup now23:26
keithzgehh, it's Friday :P23:26
kasadblack Friday here, so much s*** piling up in my life atm that it's not even funny, and yet, I sometimes laugh :P23:28
geniikasad: Since it's pretty quiet here right now as far as actual support issues, I did let you go on for a while without giving you an !offtopic warning :)23:28
grendal_primeI have and ultralight as well..but i would let  you use versioning.23:28
grendal_primehehehe23:28
kasadhahaha23:29
kasadgenii :) thanks23:29
grendal_primeanyone on the ldap server ?23:29
* keithzg uses openldap, but barely touches it23:30
kasadnot currently, nor recently, but i guess asking couldn't hurt23:30
grendal_primeso keithzg do you use the php app to manage it?23:30
keithzgNaw, I use Apache Directory Studio to control and edit things, so I probably can't help ya, sadly.23:31
grendal_primeoh, is it easy to understand?23:31
keithzgPretty easy, yeah.23:31
grendal_primeim not sold on any particular server..i just need to set something up.23:31
grendal_primehow hard was it to set up?23:32
=== genii is now known as EbenezerScrooge
kasadfor authentication?23:34
keithzgApache Directory wasn't hard at all to set up, just have to have administrator credentials for logging into your openldap setup. But you do have to have an OpenLDAP server set up and running already at least as a minimum.23:34
grendal_primeOh, its just a front end..well i mean there is the apache ldap server hmmm.  I just downloaded the turnkey server it seems fairly simple and its up and working,  I just, well setting things up to access it seems like a lot of work.23:35
kasadI have this in my apache playlist so it must have been useful at some point for something (I kinda have the goldfish syndrome) https://www.youtube.com/watch?v=ULmz_YuQ-Is (configuing openldap to authenticate users using apache dir. studio23:36
keithzgI found it *relatively* easy to just install the openldap server and set an administrator account that could be logged in remotely. Then I connected with Apache Directory Studio, and from there added users.23:37
keithzgWhat OSes/applications are you wanting to be authenticated against LDAP?23:37
kasad*crickets*23:39
keithzggrendal_prime: ^23:40
=== EbenezerScrooge is now known as genii
kasadsomeone doesn't use nickname highlighting/alert23:42
kasador is driving his ultralight right now :P23:43
grendal_primehahah23:43
grendal_primei need new cloth for the ultralight.23:43
kasadcan you imagine working on 600k+ lines of code project (not counting precompiled dll's that are overspill from previous projects and are unfortunately still used) without version control, and not even accepting bug tracker, only single google doc, which every dev can edit23:44
kasadgrendal, keithzg asked ya what OSes/apps you want to auth. against LDAP23:47
kasadgrendal_prime that is23:47
keithzgWhich I mostly ask because I *have* found it super-simple to get both Linux and Windows desktops to authenticate users based on a simple OpenLDAP server, but there are tons of gotchas and potential complications depending on quite what you want to do and how you want it to act, grendal_prime.23:48
kasadhey my WS is called Prime, but not after the robo-slposion porn that is transformers, after the alien from Peter F Hamilton's  Commontwealth Saga (Pandora's Star and Judas Unchained)23:49
kasaddamn, I wish I could reset my braiNand in order to read those books again23:49
kasadactually I wish more that I had so much free time that I could read two 600ish page books23:51
kasadhow life learns us to be happy for small things we can't even have...23:51
kasads/*/ How life teaches us to be happy about small things that we can't even have23:53
kasadnow that sounds more like English, altho' I'm still unsure23:53
grendal_primedid just get my dessert bike back up and running though!23:53
grendal_primesorry23:54
grendal_primephone...umm kasad i dont use version control myself.23:54
kasadgrendal_prime and if you are one person working on project that can be fine23:54
kasadbut if there's 1223:54
grendal_primethe only programming i do is php,  its pretty much self documenting and i use virtual guests in  three stages.  dev, beta, production.23:55
kasadand boss is grabbing fodlers from everyone, merging stuff, overwriting tons of work already done, then depositing archives on ftp (not even sftp server)23:55
grendal_primehmm you should open a competing company.23:56
grendal_primesounds like you could "efficiency" him out of business.23:56
kasadI do the almost same (altho I do use at least mercurial if not git), with, well, I call them test, staging and production :P23:56
kasadyeah, if only I didn't sign that stupid NDA23:57
kasadnote that I am talking about solo projects23:58
grendal_primesorrt keithzg to start with i want to set up an openfire server and have it auth against the ldap server23:59
grendal_primethen i would like to reconfigure the filer to use it as well.  I think i can get that to work via webmin.23:59
bekks!webmin | grendal_prime23:59
ubottugrendal_prime: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.23:59

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