IRC logs for #aegir, 2011-02-21 (GMT)

2011-02-20
2011-02-22
TimeNickMessage
[11:00:31]* mlncn has quit (Remote host closed the connection)
[11:01:06]<EugenMayer>omega8cc: but it will actually become a general question for all writing aegir extenstion. If the talk to the provision backend, the will end up with the same issues. If that is task or a UI extension. I think we should make that one easier, as the API is really helpful and will encourage people writing mroe extensions
[11:01:15]<omega8cc>EugenMayer: as far as I remember, at least anarcat expressed it that this kind of stuff should land in core (anything extra for vhosts)
[11:01:55]<EugenMayer>yeah, he did. I think it should be the same for settings.php ( site settings ). If even not more important. Some site simply need base_url or special memcache settings
[11:02:20]<EugenMayer>or even think about apachesolr settings ( well i guess those should be covered by a more semantic UI then )
[11:02:55]* josh_k has quit (Quit: Holla!)
[11:03:18]<omega8cc>EugenMayer: there are contrib modules using provision and they don't need anything in the .drush, so it is doable, imo
[11:03:32]<EugenMayer>hrm, any links / examples?
[11:03:58]* ryanarmstrong has joined #aegir
[11:04:21]<EugenMayer>i just think that at some place, provision loses the "site" and platform context, so not searching in the hostmaster platform frush .drush.inc ..
[11:04:36]<omega8cc>see http://drupal.org/project/hosting_backup_queue and http://drupal.org/project/hosting_backup_gc
[11:07:23]<omega8cc>EugenMayer: as for base_url and any extra settings per site, it is very easy to do in the global.inc
[11:07:25]<EugenMayer>omega8cc: gc is not talking to provision, queue is not using provision API hooks, only hosting hooks
[11:08:02]<EugenMayer>omega8cc: nope. You dont want it to be $_SERVER[..]
[11:08:12]<EugenMayer>that it a mess later, esp when you have aliases.
[11:08:53]<omega8cc>right, then you need local.settings.php
[11:09:10]<EugenMayer>https://github.com/EugenMayer/hosting_vhost_extra
[11:09:15]<omega8cc>so extra UI probably
[11:09:36]<EugenMayer>omega8cc: yeah and that is simply not handy enaugh at all. Creating that file for each page? urgs :)
[11:09:53]<ryanarmstrong>Has anyone here setup remote servers with Aegir
[11:09:54]<ryanarmstrong>?
[11:10:09]<EugenMayer>omega8cc: both, site settings and vhost settings have token suport
[11:10:13]<EugenMayer>ryanarmstrong: yes iam
[11:10:29]<EugenMayer>omega8cc: which makes them far more powerful then local.settings.inc :)
[11:10:53]<ryanarmstrong>I'm working to setup a multiserver setup myself. I've setup a second server, and I am following the instructions here: http://community.aegirproject.org/node/30
[11:11:04]<ryanarmstrong>I'm at the SSH Keys part and I'm a bit lost lol
[11:11:10]<EugenMayer>omega8cc: as both implemenations have the pos. to set defaults for those vhost / site settings stuff. If you do clever things with tokens, your like will become much easier :)
[11:12:00]<ryanarmstrong>I logged into my main server and did: ssh-keygen -t rsa
[11:12:26]<ryanarmstrong>Put it in the default id_rsa and got the key
[11:12:29]<EugenMayer>ryanarmstrong: login into your aegir master, then login as aegir user. Go into ~/.ssh/
[11:12:47]<omega8cc>EugenMayer: thanks, will look into it after some sleep, since I'm in the 48h non-stop mode and almost crashing now
[11:13:03]<EugenMayer>omega8cc: n8
[11:13:05]* jerryitt1 has joined #aegir
[11:13:32]<EugenMayer>ryanarmstrong: ssh-keygen -t rsa --o aegirdefault
[11:13:56]<EugenMayer>no copy the part in aegirdfaul.pub over to your remote under aegirs home/ssh/authorized_keys
[11:14:01]<EugenMayer>.ssh/autho..
[11:14:52]<EugenMayer>be sure .ssh/ and author are owned by the aegir user _only_ and do have chmod u=r,g=,o= on the auth, and chmod u=rx,g=,o .ssh
[11:15:27]<EugenMayer>finally, read the docs for "ssh aliases", go back to your aegir master ~.ssh/
[11:15:42]<omega8cc>at least I have found our old account on d.o today, so my uid looks a bit better now, 92646 instead of 539502, lol
[11:15:52]* jerryitt has quit (Ping timeout: 240 seconds)
[11:16:10]<EugenMayer>so you are closer to anarcat now omega8cc? :)
[11:16:42]<omega8cc>a bit ;)
[11:17:31]<boztek>Anyone else experience extreme slowness when upgrading recently? I see some talk about task log above but don't quite understand its relevance.
[11:17:36]<ryanarmstrong>Ok, hang on, sorry EugenMayer, this is the first server I've ever setup so that is all a bit over my head
[11:18:13]<EugenMayer>boztek: jap, see: http://drupal.org/node/1067688
[11:18:20]<ryanarmstrong>So I'm logged in on terminal to my master server as root
[11:18:27]<ryanarmstrong>How do I then login as aegir?
[11:18:41]<boztek>EugenMayer: cheers
[11:18:41]<EugenMayer>omega8cc: for the record : https://github.com/EugenMayer/hosting_site_settings
[11:19:10]<EugenMayer>ryanarmstrong: really read the docs more carefuly :) Iam willing to help, but not with the basic basic stuff which is even well documented
[11:19:24]<ryanarmstrong>Could you point me in the right direction then?
[11:19:27]<EugenMayer>you have to earn some *nix bash foo before you start fiddling arroudn with aegir and remotes
[11:19:45]<omega8cc>EugenMayer: thanks
[11:20:09]<EugenMayer>http://community.aegirproject.org/node/30
[11:20:15]<EugenMayer>is all there ryanarmstrong ^^
[11:20:23]<omega8cc>ok, crashing, night *
[11:20:27]<EugenMayer>bye
[11:20:47]<boztek>EugenMayer: quickly - I seem to be having git weirdness - my origin repo is git.aegirproject but i can't see those commits - are they git refs ?
[11:20:52]<EugenMayer>ryanarmstrong: the login stuff is missing, do me a favour add it :) "su -s /bin/sh aegir"
[11:21:11]<EugenMayer>boztek: no
[11:21:15]<EugenMayer>git show-ref
[11:21:28]<EugenMayer>boztek: be sure you are on hosting
[11:21:34]<boztek>shit
[11:21:34]<EugenMayer>thats not provision :)
[11:21:35]<boztek>sorry
[11:21:39]<boztek>its front end :)
[11:21:39]<EugenMayer>hehe
[11:22:01]<boztek>hmmm - i think i only pull that in on hosting-migrate though
[11:22:03]<EugenMayer>Well you are at least close as "stupid" as i am, i have run into the same thigns some minutes ago :)
[11:23:28]<boztek>how did you revert?
[11:23:37]<EugenMayer>ryanarmstrong: it would be great if you could add some hints on that referenced page for stuff you had issues with. Iam sure its hard for people like mig5 are even me to suggest what is needed there, because we kind of used to the linux foo there.
[11:23:44]<EugenMayer>git revert
[11:23:50]<EugenMayer>be sure to keep the order
[11:24:06]<EugenMayer>(23:40:42) mig5: git revert 4f16634d5cf68baca7f5035241fa39ea7e6ac7fe
[11:24:06]<EugenMayer>(23:40:50) mig5: git revert 7ac2c5fe7c98935d14c4eb8d37ee13937ba62860
[11:24:28]<ryanarmstrong>EugenMayer, defiantely. Thanks for the su command, I looked it up and know what it does and how to login as a different user
[11:25:01]<boztek>EugenMayer: should i git clone --bare the hostmaster repo first?
[11:25:20]<EugenMayer>su aegir would also work, but when you miss the -s /bin/bash the shell is missing and you miss the whole ENV
[11:25:34]<EugenMayer>boztek: oh oh, i smell git newbies :(
[11:25:36]<EugenMayer>:)
[11:25:45]<boztek>EugenMayer: i'm not a newbie with git actually
[11:25:51]<EugenMayer>bare clone?!
[11:25:54]<boztek>just that my hostmaster is built with drush make
[11:26:03]<boztek>and i have no repo there
[11:26:09]* lukus has joined #aegir
[11:26:14]<boztek>hostmaster-migrate doesn't give me a rep
[11:26:15]<boztek>o
[11:26:25]<EugenMayer>--working-copy
[11:26:28]<boztek>ok
[11:26:29]<EugenMayer>for the make process
[11:26:42]<boztek>so i just pass that to hostmaster-migrate when i upgrade and it keeps the repo?
[11:27:15]<EugenMayer>no idea that works, you can run that later using the make file. Should work, but maybe mig5 can help here.
[11:27:47]<EugenMayer>--working-copy is actualy a drush make argument, not 100% sure the context is passed when you set it with hosting-migrate
[11:27:52]<boztek>so how are YOU upgrading? I'm doing git pull on provision then hostmaster-migrate to build new platform and migrate
[11:29:18]<EugenMayer>well i manually clone the repo, moved hostmaster to tmp, moved the git repo there, copied those 4 modules over from the tmp repo which are missing there ( as they are added by the make file)
[11:29:44]<EugenMayer>http://git.aegirproject.org/?p=hostmaster.git;a=blob;f=hostmaster.make;h...
[11:29:49]<EugenMayer>but you can use this make file for that
[11:29:58]<EugenMayer>drush make hostmaster.make .
[11:30:24]<EugenMayer>and those modules should just popup. If not, blame a random person in here. Preferable to me :)
[11:35:41]<mig5>--working-copy doesn't currently get passed into the context for hostmaster-migrate, we need http://drupal.org/node/958844
[11:36:47]<EugenMayer>mig5: how do you build your hosting from git then?
[11:40:13]<EugenMayer>mig5: it woukld be cool if you could comment on this http://drupal.org/node/1058918#comment-4117626 ( see discussion above with omega8cc .. about the provision.api hooks and defining them into the contrib modules instead of .drush/somefile.drush.inc ... would ease up contrib modules a lot )
[11:40:18]<mig5>well it builds from git as per normal, but then i do like you, copy the .git dir from a separate clone into place
[11:40:53]<mig5>i don't think the .drush.inc thing is our problem, this is how drush works, and i don't find it to be an issue
[11:40:57]<mig5>it's not an aegir thing.
[11:41:07]<mig5>i will note that - i can't look at it now, it's monday here
[11:41:11]<mig5>i should not be ircing
[11:43:41]<EugenMayer>ok
[11:49:19]* Chipie has quit (Ping timeout: 260 seconds)
[11:54:46]* Chipie has joined #aegir
[11:54:50]<boztek>ok for the record I did a git clone of hostmaster.git to a temp area and then just copied the .git repo from there to one built during hostmaster-migrate
[11:55:27]<EugenMayer>mig5: boztek: drush make hostmaster.make . --no-core --contrib-destination=.
[11:55:39]<EugenMayer>use that when you clone the repo, in the hostmaster repo. Then you are done :)
[11:55:57]* EugenMayer for the records
[11:55:59]* samhassell has joined #aegir
[11:56:32]<boztek>EugenMayer: but that doesn't give you the git repo does it ?
[11:56:41]<mig5>add --working-copy
[11:56:48]<EugenMayer>?! for what? no need
[11:56:49]<mig5>does not blow away the .git
[11:56:54]<EugenMayer>git clone hostmaster...
[11:56:57]<EugenMayer>cd hostmaster
[11:56:59]<EugenMayer>drush make ..
[11:57:05]<mig5>well, maybe he wants to commity and push back to his own repo and send us pull requests
[11:57:07]<boztek>EugenMayer: ok i see
[11:57:08]<mig5>eventually
[11:57:13]<mig5>commit*
[11:57:20]<boztek>mig5: yes that would be nice :)
[11:57:21]<EugenMayer>ah
[11:58:09]<boztek>i didnt understand how that drush make patch fit into things - at least my dashboard isn't dog slow for now
[11:58:31]<mig5>the patch means we could put in [working-copy] = TRUE or something in our makefile and just solve the problem for good
[11:58:35]<mig5>at least for our dev purposes
[11:58:47]<boztek>oh in the make file - that's the bit i missed
[11:59:00]<boztek>patch didnt' apply clean to drush make anyway - need to do by hand
[11:59:03]<mig5>yeah. or at least send working-copy as a drush option too
[11:59:14]<mig5>inside migrate.hostmaster.inc, for upgrades
[11:59:48]<boztek>mig5: so in theory if i work out how to apply that patch i should be able to do "drush hostmaster-migrate" with a --working-copy option
[11:59:56]<boztek>and be able to hack on hostmaster profile
[12:00:03]<EugenMayer>ok guys, bed time for me
[12:00:06]<EugenMayer>n8u
[12:00:10]<boztek>thanks EugenMayer
[12:00:15]<EugenMayer>yw
[12:00:20]* skwashd has quit (Ping timeout: 246 seconds)
[12:00:27]<mig5>night EugenMayer
[12:01:02]<mig5>boztek: yes, in fact provision itself we have coded 'in advance' so that it's meant to handle working-copy if it detects that when building the platform
[12:01:08]<mig5>that was a hard sentence to write, i know what i mean
[12:01:19]<boztek>yeah i saw that in the code
[12:01:25]<mig5>http://git.aegirproject.org/?p=provision.git;a=blob;f=platform/verify.pr...
[12:01:28]<mig5>yeah line 51
[12:02:02]<mig5>i'll bbl.. can't drag myself away from irc but need to
[12:02:04]<mig5>argh
[12:02:06]<boztek>thats good
[12:02:10]<boztek>you helped :)
[12:05:20]* EugenMayer has quit (Ping timeout: 276 seconds)
[12:07:06]* LloydPearsonIV has quit (Quit: is going somewhere he can swear and not get booted)
[12:07:06]* Lloyd_Pearson_IV is now known as lloydpearsoniv
[12:09:30]* mrfelton has quit (Quit: mrfelton)
[12:24:50]* jerryitt1 has left #aegir ()
[12:28:40]* scientist has quit (Read error: Connection reset by peer)
[12:31:43]* jerryitt has joined #aegir
[12:40:01]* ryanarmstrong has quit (Quit: Leaving.)
[12:43:44]* skwashd has joined #aegir
[12:43:46]* skwashd has quit (Changing host)
[12:43:46]* skwashd has joined #aegir
[13:10:37]* mlncn has joined #aegir
[13:22:15]<boztek>anyone here toyed with programming "recloning" of a site - i've tried using hosting-task to disable/delete the site but am a little stuck on the cloning side of things
[13:22:55]<boztek>i tried "drush @source provision-clone @dest.url @platform"
[13:24:11]* berniecram_ has joined #aegir
[13:24:20]<boztek>that seemed to work but something wrong because it can't access db (access denied) even though i can get to it from drush using drush @new.clone sqlc
[13:24:29]* berniecram_ has left #aegir ()
[13:26:49]<boztek>do i just need to verify the platform to import the new site?
[13:27:26]* berniecram_ has joined #aegir
[13:29:08]<jlkinsel>think so
[13:29:21]<jlkinsel>anybody care to guess what's making drush unhappy here?? http://pastebin.com/JejA6d8U
[13:32:28]* psynaptic has quit (Remote host closed the connection)
[13:40:44]<univate>mig5: I think i have a patch that fixes the performance issue you were talking about earlier - http://drupal.org/node/1067688
[13:47:31]* jerryitt has left #aegir ()
[13:54:17]* realityloop has quit (Remote host closed the connection)
[13:57:44]* jerryitt has joined #aegir
[13:57:45]<jlkinsel>(on that pastebin - looks like I had a path error in local.settings, once fixed the site verified)
[13:59:43]* ryanarmstrong has joined #aegir
[14:14:21]<jlkinsel>interesting. when I edit the apache port on a server, it doesn't automatically verify...
[14:37:50]* samhassell has quit (Ping timeout: 246 seconds)
[14:48:56]<boztek>Can anyone give me tips on how to debug this problem - when a site clone is done from the front end it does both a provision-clone and a provision-save. Trying to understand what the provision-save is needed for - it has some strange values (--server is set to source web server but --db_server is set to destination db server) but unless i run the commands exactly as front end does it I get an seemingly properly cloned site but with some config a miss and db a
[14:48:57]<boztek>uthentication errors on cloned site
[14:49:25]<mig5>provision-save saves the drush alias
[14:49:32]<boztek>I think that provision-clone should be enough to script a clone but have a feeling there's a bug there
[14:49:41]<mig5>i don't think you can script migrates and clones from the cli yet.
[14:50:05]<mig5>http://drupal.org/node/1003536
[14:53:14]<boztek>it gets sooooo close
[14:53:29]<boztek>seems to clone fine but just have this weird db authentication issue
[14:54:29]<boztek>provision-save is called and it looks good, it syncs to remote server - looks like it might not be syncing the db to remote server perhaps
[14:57:08]<boztek>yeah - the code and files and config all look good - "drush st --show-passwords" shows good looking credentials but looks like the db/user hasn't gone across as credentials work on aegir box but not remote server that is being cloned to.
[14:59:16]<mig5>i presume you did the grant on the remote db server that lets the aegir 'superuser' connect from the aegir box
[14:59:28]<mig5>the grant error will probably tell you that
[15:00:34]<mig5>so in your 'remote server' config, where you define the mysql superuser username/pass, you need to do a grant on the remote db server that says 'grant all on *.* to 'superuser'@'(FQDN of aegir hostmaster server)' identified by 'the password' with grant option
[15:00:53]<sdboyer>mig5 anarcat omega8cc Vertice: git clone git://git-testing.drupal.org/project/provision.git
[15:01:03]<mig5>s/so in/so per/
[15:01:24]<mig5>whee!
[15:01:27]<mig5>sdboyer: great stuff
[15:01:27]<sdboyer>:)
[15:08:11]<boztek>mig5: wouldn't i have had trouble cloning through front end if i'd forgotten that? front end tasks working fine
[15:08:33]<boztek>just trying to work out how to get provision-clone + whatever else to let me script clones
[15:15:33]<boztek>mig5: i have a feeling it's somethign to do with setting --new_db_server but that's not documented in help ... to the code i go
[15:15:49]<mig5>did you try --db_server
[15:17:50]<mig5>--server is normally the aegir hostmaster i thought
[15:17:54]<mig5>and --web_server is the web server,
[15:17:58]<mig5>--db_server for remote db
[15:18:15]<mig5>i have not tried it from cli as i didn't think it was possible backend-only for some reason
[15:18:36]<boztek>hmmm ... it actually looks like the db is copying across fine when i inspect from mysql root user on remote box
[15:18:53]<boztek>but the username/pass isn't working
[15:22:14]<ryanarmstrong>Hey quick Q, I just tried to run a migrate and it failed. The first error that came up was: The external command could not be executed due to an application error. I'm running an execution time of 120 and a memory limit of 256M, shouldn't that be enough?
[15:26:18]<ryanarmstrong>All of my searches on this problem seem to point to a memory and execution time limit problem, but it seems that it shouldn't with my settings. Any alternatives?
[15:38:06]* EclipseGc has quit (Quit: EclipseGc)
[15:45:00]* lloydpearsoniv has quit (Quit: lloydpearsoniv)
[15:51:57]<boztek>mig5: well i got it to work but it's a bit funky
[15:53:57]<boztek>so i do the provision-clone; then I do a provision-save changing only the db_server property; then I do a provision-deploy with `ls -t /var/aegir/backups/$SOURCE_SITE-* |head -1` to pass in the most recent backup along with --old_uri property; then I do a platform verify using hosting-task to get the site node etc.
[15:54:03]<boztek>brrrr
[16:22:11]* recidive has quit (Quit: zzz)
[16:27:41]* EclipseGc has joined #aegir
[16:29:29]* ryanarmstrong has quit (Quit: Leaving.)
[16:34:43]* ryanarmstrong has joined #aegir
[16:37:15]* arianek has joined #aegir
[16:41:58]* realityloop has joined #aegir
[16:44:46]* realityloop has quit (Remote host closed the connection)
[16:46:07]* jerryitt has left #aegir ()
[16:47:39]* jackinloadup has joined #aegir
[16:49:41]<jackinloadup>hey i have a site that failed to install correctly. i tried using provision-delete to delete the site.
[16:50:09]<jackinloadup>looking for a solution to cleanly remove the website from the aegir
[16:54:04]<mig5>http://community.aegirproject.org/node/26
[16:54:08]<mig5>'Manually deleting the site'
[16:54:49]* Irishgringo has joined #aegir
[16:56:54]<jackinloadup>thanks mig5!
[16:57:52]* nick_santa has quit (Quit: nick_santa)
[17:10:51]* univate has quit (Read error: Connection reset by peer)
[17:11:26]* univate has joined #aegir
[17:14:41]* xk has joined #aegir
[17:15:07]<xk>mig5: ho ho ho. my first patch - see bug #905326
[17:22:37]* SqyD has quit (Quit: Leaving.)
[17:25:28]* Irishgringo has quit (Ping timeout: 240 seconds)
[17:38:34]* EclipseGc has quit (Quit: EclipseGc)
[17:43:55]* xk has quit (Quit: Nice shoes, wanna fuck?)
[17:47:45]* jackinloadup has quit (Ping timeout: 276 seconds)
[17:48:20]* jackinloadup has joined #aegir
[17:48:49]* dipen has joined #aegir
[17:53:26]* skwashd has quit (Ping timeout: 252 seconds)
[17:59:39]* arianek has quit (Quit: Smell ya later)
[18:10:55]* snlnz has quit (Ping timeout: 255 seconds)
[18:13:57]* univate has quit (Quit: Leaving)
[18:16:23]* univate has joined #aegir
[18:18:41]* snlnz has joined #aegir
[18:20:44]* ngnp has joined #aegir
[18:27:30]<jackinloadup>mig5, Thanks for the article earlier. Worked great!
[18:36:54]* TrevorT has joined #aegir
[18:41:34]* secoif has quit (Quit: secoif)
[18:53:12]* catatonicrelapse has joined #aegir
[19:05:18]* EugenMayer has joined #aegir
[19:08:15]<EugenMayer>Morning
[19:09:30]* jackinloadup has quit (Ping timeout: 240 seconds)
[19:19:59]* ngnp_ has joined #aegir
[19:21:28]* AntiNSA has quit (Ping timeout: 240 seconds)
[19:23:26]* ngnp has quit (Ping timeout: 276 seconds)
[19:23:26]* ngnp_ is now known as ngnp
[19:26:30]* AntiNSA has joined #aegir
[19:35:28]* sepehr has quit (Ping timeout: 240 seconds)
[19:38:32]* sepehr has joined #aegir
[19:47:58]* jonhattan has joined #aegir
[19:50:45]<EugenMayer>mig5: anarcat: maybe having time for a chat?
[19:58:19]* siliconmeadow has joined #aegir
[20:00:32]* AntiNSA has quit (Ping timeout: 246 seconds)
[20:01:24]* mikl has joined #aegir
[20:01:24]* mikl has quit (Changing host)
[20:01:24]* mikl has joined #aegir
[20:04:57]* AntiNSA has joined #aegir
[20:08:23]* skwashd has joined #aegir
[20:12:36]* mrfelton has joined #aegir
[20:15:20]* eft has left #aegir ()
[20:20:11]* samhassell has joined #aegir
[20:25:40]* Artusamak_afk is now known as Artusamak
[20:49:09]<Artusamak>somehow is it possible yet to see from the aegir backend if there are some modules that needs a security update on a site?
[21:00:40]<boztek>the aegir backend is drush - so yes.
[21:01:37]* ryanarmstrong has quit (Quit: Leaving.)
[21:02:09]* ryanarmstrong has joined #aegir
[21:03:53]* TrevorT has quit (Ping timeout: 246 seconds)
[21:04:38]<boztek>drush @site-alias pm-update --security-only
[21:05:37]<Artusamak>thanks boztek :)
[21:05:54]* adrinux has joined #aegir
[21:11:09]<EugenMayer>omega8cc: ping
[21:15:56]* ngnp_ has joined #aegir
[21:16:13]* ngnp_ has quit (Client Quit)
[21:16:39]* dob__ has joined #aegir
[21:17:31]<dob__>hello guys, how can i list all modules in a drupal instlalation? drush pm-list does not work...
[21:18:27]* ngnp has quit (Ping timeout: 250 seconds)
[21:22:29]* ngnp has joined #aegir
[21:24:00]* V1ntage_work has joined #aegir
[21:26:45]<EugenMayer>drush '@sitealias' pm-list
[21:26:50]<EugenMayer>dob__: ^^
[21:27:03]* ryanarmstrong has quit (Quit: Leaving.)
[21:28:28]<dob__>EugenMayer: thank u, already got it. It works on my aegir server, not with my local drush (without aegir) ....
[21:38:26]* boztek has quit (Quit: Computer has gone to sleep.)
[21:43:59]* penyaskito has joined #aegir
[21:49:28]<EugenMayer>oh man i really need some help on this code..
[22:11:52]* dipen has quit (Ping timeout: 240 seconds)
[22:12:24]* boztek has joined #aegir
[22:19:11]* parsingphase has joined #aegir
[22:22:36]* ngnp_ has joined #aegir
[22:24:52]* omega8cc has quit (Remote host closed the connection)
[22:24:59]* omega8cc has joined #aegir
[22:26:54]* ngnp has quit (Ping timeout: 260 seconds)
[22:26:54]* ngnp_ is now known as ngnp
[22:27:30]* psynaptic has joined #aegir
[22:35:04]* dipen has joined #aegir
[22:40:40]* boztek has quit (Ping timeout: 240 seconds)
[22:42:34]* jonhattan has quit (Quit: llevarรฉ una chaquete de guns'n'roses)
[22:45:22]* kannary has joined #aegir
[22:46:14]<kannary>I was wondering if I can upgrade to drush 4 in aegir without breaking the thing
[22:47:05]<adrinux>kannary: which version of Aegir?
[22:47:17]<kannary>rc1
[22:47:35]<kannary>latest
[22:49:21]<mig5>you can but you can't use multiserver features. if you need that, wait for the next drush 4 release
[22:50:43]<parsingphase>Hey mig5
[22:51:00]<mig5>hi
[22:51:00]<hefring>eh oh
[22:51:02]<parsingphase>you install modules inside profles, don't you?
[22:51:06]<kannary>mig5: Thanks man....VKOY
[22:51:16]<mig5>sorry i'm crashing, big dinner and 11pm here now
[22:51:22]<mig5>parsingphase: yeah, usually
[22:51:28]<mig5>drush_make file in the profile namespace
[22:52:07]<mig5>whats VKOY
[22:52:13]<mig5>oh
[22:52:15]<parsingphase>how / can you handle the case where you need a profile to override a module specfied in the platform makefile?
[22:52:17]<mig5>i got it :)
[22:52:23]<kannary>;)
[22:52:33]<mig5>parsingphase: it Just Works because of drupal i think
[22:52:41]<parsingphase>I think I've seen a few bug reps and things from you having issues with this
[22:52:41]<mig5>the module in the profile dir takes precedence over sites/all
[22:52:47]<parsingphase>not it doesn't
[22:52:56]<mig5>really? ok
[22:53:03]<mig5>well i've learnt something
[22:53:05]<parsingphase>sites/all is overriding profile/*/module
[22:53:11]<mig5>ok
[22:53:20]<mig5>then i guess that busts the whole idea
[22:53:23]<mig5>damn
[22:53:32]<parsingphase>damn, I thought you had a cunning solution to this one
[22:53:39]<mig5>no, my logic depended on that
[22:53:44]<parsingphase>do you just never override modules?
[22:53:51]<mig5>correct
[22:53:54]<parsingphase>eh... you not tested that logic?
[22:53:58]<mig5>if sites/all overrides, that's freaking retarded
[22:54:02]<parsingphase>yes
[22:54:04]<parsingphase>yes, it is
[22:54:06]<mig5>what a shame
[22:54:07]<parsingphase>it's drupal
[22:54:09]<mig5>i think i'll go to joomla
[22:54:17]<kannary>Ha!
[22:54:51]<mig5>i really thought i tested that. that's awful
[22:54:56]<parsingphase>*swears quite a lot*
[22:54:59]<mig5>oh well
[22:55:07]<parsingphase>eh, feel free to re-test
[22:55:13]<parsingphase>I'd love it to be as you think
[22:55:16]<EugenMayer>mig5: i really could need some assistance here. Iam hunting down bugs on verify and a lot of context issues, but its getting too complicated ..
[22:55:53]<mig5>EugenMayer it's 11pm and i've had a long day at work, i don't know if i can help now. i realise that's annoying
[22:55:57]<mig5>i am in bed half asleep
[22:56:02]<parsingphase>basically my distro as built from drush make has the outer makefile override the inner
[22:56:04]<EugenMayer>i see
[22:56:06]<mig5>is ther a ticket
[22:56:18]<EugenMayer>not for that one yet
[22:56:26]<parsingphase>if I move sites/all/modules to modules/contrib, it works according to the priority you're expecting
[22:56:29]<EugenMayer>its a general issue mig5
[22:56:32]<mig5>tomorrow night i will be nerding it up
[22:56:44]<mig5>so i will have time
[22:57:03]<EugenMayer>ok, good sleep over thre
[22:57:18]<parsingphase>mig5: any chance you can take a look at the module priority order while you're at it?
[22:57:26]<kannary>run man, run
[23:01:51]* samhassell has quit (Ping timeout: 250 seconds)
[23:06:49]* szczym has joined #aegir
[23:15:44]* Slydder3 has quit (Remote host closed the connection)
[23:18:53]* Slydder has joined #aegir
[23:19:55]* omega8cc_ has joined #aegir
[23:22:27]* omega8cc_ has quit (Remote host closed the connection)
[23:22:35]* omega8cc_ has joined #aegir
[23:23:04]* omega8cc has quit (Ping timeout: 240 seconds)
[23:23:05]* omega8cc_ is now known as omega8cc
[23:24:22]* Slydder has quit (Quit: Leaving.)
[23:45:08]* Slydder has joined #aegir
[23:52:34]* boztek has joined #aegir
[23:56:50]* catatonicrelapse has quit (Ping timeout: 240 seconds)
[00:07:52]* adrinux has quit (Ping timeout: 240 seconds)
[00:10:20]<skwashd>anarcat: ping
[00:13:26]* q0rban has joined #aegir
[00:16:41]* boztek has quit (Quit: Computer has gone to sleep.)
[00:21:25]* berniecram_ has quit (Quit: berniecram_)
[00:27:30]* EugenMayer has quit (Quit: Leaving.)
[00:39:20]<hefring>community => Install failed twice after removing upgrade and fresh resinstall. => http://community.aegirproject.org/node/374
[00:39:20]<hefring>community => Modules installed via profiles are overridden by those installed by main makefile => http://community.aegirproject.org/node/376
[00:40:03]* samhassell has joined #aegir
[00:41:48]* recidive has joined #aegir
[00:42:12]* Irishgringo has joined #aegir
[00:42:32]* Slydder has left #aegir ()
[00:44:10]* Slydder has joined #aegir
[00:51:56]* samhassell has quit (Ping timeout: 240 seconds)
[00:53:50]<omega8cc>The git@drupal.org works, yay! http://twitter.com/#!/omega8cc/status/39683696583778304
[00:54:14]<omega8cc>EugenMayer: pong
[00:54:43]<omega8cc>hefring: tell EugenMayer: pong
[00:54:43]<hefring>omega8cc: I'll pass that on when EugenMayer is around.
[00:56:34]* lloydpearsoniv has joined #aegir
[00:57:24]* adrinux has joined #aegir
[00:57:29]* kannary has quit (Quit: kannary)
[01:00:10]<anarcat>skwashd: pong
[01:00:20]<skwashd>anarcat: hey
[01:00:32]<skwashd>pm?
[01:01:28]<anarcat>sdboyer: provision import looking good! no author rewrite though, I guess that's normal?
[01:01:36]<anarcat>skwashd: sure
[01:03:39]* omega8cc_ has joined #aegir
[01:05:47]* EugenMayer has joined #aegir
[01:05:54]<EugenMayer>Hello. Devs arround?
[01:05:54]<hefring>EugenMayer: 11 min 11 sec ago <omega8cc> tell EugenMayer: pong
[01:06:08]<anarcat>EugenMayer: kinda
[01:06:39]<EugenMayer>omega8cc hey. Just wanted to be sure. nginx does not have a extra chain cert file ( only concatinatied?)
[01:06:45]<skwashd>EugenMayer: does a Dave count?
[01:07:06]* omega8cc has quit (Ping timeout: 268 seconds)
[01:07:06]* omega8cc_ is now known as omega8cc
[01:09:16]<EugenMayer>Dave always count twice!
[01:09:27]<skwashd>:)
[01:11:56]<anarcat>mig5: unofficial install scripts are popping up in the wiki: http://community.aegirproject.org/node/246
[01:12:02]<anarcat>mummy
[01:12:04]<anarcat>i'm scared
[01:12:35]<adrinux>oh great
[01:12:59]* Brandonian has joined #aegir
[01:13:39]<anarcat>i guess this means we should drop the HINTS files and just move the damn thing to the wiki already
[01:14:54]<adrinux>do we link to HINTS?
[01:15:07]<adrinux>I suppose you still have version control on the wiki
[01:15:31]<anarcat>yeah
[01:15:43]<anarcat>i'll let this simmer to see what mig5 thinks about it
[01:15:47]<anarcat>but for me, that's just telling
[01:16:02]<adrinux>also, last time Iooked there is not HINTS-Ubuntu
[01:16:15]<adrinux>I looked, even
[01:16:56]<anarcat>there doesn't *need* HINTS-ubuntu
[01:17:03]* EclipseGc has joined #aegir
[01:17:06]<anarcat>the INSTALL.txt works perfectly well in ubuntu
[01:17:15]<anarcat>heck, there's even a aegir-provision package that does exactly that right now
[01:17:45]<adrinux>sorry. it does seem to trip a lot of people up, at least in the past
[01:17:47]<anarcat>hum - although it's 0.3...
[01:18:09]<anarcat>people sure are tripping
[01:18:20]<adrinux>=D
[01:18:24]<anarcat>heck, i removed the provision package
[01:18:27]<anarcat>would you look at that
[01:18:44]<EugenMayer>anarcat: any ideas on http://drupal.org/node/1068114 ?
[01:20:16]<EclipseGc>morning all
[01:20:56]<adrinux>'lo
[01:22:42]* EclipseGc got a new rc1 up and running for himself yesterday
[01:22:42]<EclipseGc>:-D
[01:22:51]<mrbaileys>Hi all. I'm currently migrating a 0.3 aegir setup I've inherited to 0.4-beta2 (start before rc1 came out), and am running into a peculiar issue during the updatedb step: hosting_update_6002 directly calls hosting_update_6008 which needs the "hosting_server" table that is set up in hosting_update_6005, hence I'm getting "Table 'hosting_server' does not exist" errors and the migration halts
[01:23:01]<mrbaileys>Am I missing something obvious?
[01:23:03]<EclipseGc>aegir is getting so much easier to get running
[01:23:20]<anarcat>EugenMayer: answered, don't freak out :)
[01:24:40]<adrinux>mrbaileys: that rings bellsโ€ฆdamned if I know the solution though
[01:25:26]<omega8cc>EugenMayer: yes, see http://community.aegirproject.org/node/29 notes at the bottom
[01:25:36]<anarcat>mrbaileys: ouch.
[01:25:46]<anarcat>mrbaileys: please open an issue about this in d.o/project/issues/hosting
[01:25:57]<EugenMayer>anarcat: hehe :D
[01:26:15]* EugenMayer smells dupues
[01:26:22]<anarcat>mrbaileys: what I could suggest would be to upgrade to alpha8 first
[01:26:27]<mrbaileys>adrinux: anarcat: thanks, will open an issue, just wanted to make sure I wasn't missing something obvious as this is my first exposure to Aegir :)
[01:26:34]<anarcat>i don't think no one ever tried the upgrade path from 0.3
[01:26:44]<anarcat>i never thought there were still people running that :P
[01:26:56]<mrbaileys>anarcat: I inherited it :)
[01:27:14]<EugenMayer>omega8cc: perfect, just wanted to be sure that new feature includes nginx
[01:27:38]<anarcat>mrbaileys: good! it makes a good test case for us :)
[01:28:23]<EugenMayer>anarcat: in my sense of maintaining, closing support issues is not the task of the one answering :) But anyway you answer is not correct
[01:28:58]<anarcat>EugenMayer: then reopen it :)
[01:29:00]<EugenMayer>anarcat: the implementation of SSL is not done that way. the ssl class gets a new member "ssl_port" instead of overriding default_port in contructor
[01:29:27]<omega8cc>anarcat: we tested upgrade path from 0.3 to some 0.4-alpha with Vertice and it worked fine
[01:29:32]<anarcat>EugenMayer: as you may have noticed, we close issues quickly, and we don't mind the original submitter reopening it
[01:29:35]<EugenMayer>in general, the way the class architecture arround ssl / public is a bit unhandy.
[01:29:36]<anarcat>omega8cc: "some alpha"? :)
[01:29:43]<EugenMayer>anarcat: iam fine with that.
[01:29:53]<omega8cc>anarcat: too many of them! I believe it was alpha9
[01:29:57]<anarcat>EugenMayer: that said, i have no clue what you want to do, as I said
[01:30:08]<anarcat>omega8cc: right, so maybe we should advise people to upgrade to alpha8/9 beforehand
[01:30:25]<omega8cc>yep
[01:30:32]<EugenMayer>anarcat: well the UI i have build enables you to set stuff for the ssl host and for the public host, which can differ. E.g. if you want to set SSL specific stuff you gonna let your server detonate if those settings land in :80
[01:31:16]<omega8cc>anarcat: good idea, it wasn't tested with next alphas, afaik
[01:31:25]<EugenMayer>anarcat: i think i might rather change the api to include the port in that hook. It is actually very critical to speerate :80 / :443 configurations
[01:31:42]<anarcat>EugenMayer: you assume that SSL is on port 443, which may not be the case
[01:31:48]<anarcat>same for 80
[01:31:57]<anarcat>but maybe that's the way the API is right now
[01:32:04]<EugenMayer>right, i would love to actually check for the class type, but its not passed
[01:32:10]<anarcat>i'm sorry i can't help you more
[01:32:15]<EugenMayer>ok
[01:32:32]<EclipseGc>mrbaileys: you might find it easier to build a new aegir, and rsync your sites across instead of trying to follow the upgrade path
[01:33:10]<EugenMayer>any comments on http://drupal.org/node/1068126 ? somebody kind of veto this, because of something i missed? Seems to obvious someone missed that somehow
[01:34:18]* mattmcmanus has joined #aegir
[01:34:48]<mrbaileys>EclipseGc: Thanks for the tip, I might have to resort to that. However, I've been given a reasonable amount of time to migrate and so far troubleshooting the process has given me a good insight into how aegir works, so I see it as a learning experience :)
[01:35:27]<EclipseGc>mrbaileys: ok, well just remember, there's a very valid punt scenario here, don't become lost in upgrade hell
[01:38:10]<EugenMayer>omega8cc: are the irc minutes open or closed? I would have a suggestion on 0.4 stable ( i rather would advice not releasing it, rather jump to 0.5 with some important changes ).
[01:40:56]<EugenMayer>By high odds tehre are serious context issues with migrate / clone / verify. All 3 process differ a lot in options passed due to the amount of forks of processes in the background. This results in a horrible ammount of special cases / end scenarious for those processes ( which can be seen as one of the main processes arround aegir )
[01:41:32]<EugenMayer>I have tested it a lot and esp. when it comes to provision API those issues become visible
[01:43:03]<omega8cc>EugenMayer: not sure what you mean, but I'm not a core dev anyway :) but whatever it is, opening an issue on d.o is a good idea, imo, as it always helps to follow the discussion
[01:44:54]<EugenMayer>i opened several of them, but i need deeper insight of the code for the others. I cant really work them out without help of anarcat or mig5 i guess.
[01:45:17]<EugenMayer>one of the real issues while reading the code is the invisible change of the default context with d()
[01:46:29]<omega8cc>EugenMayer: there were already some known bugs related to lost context, but they were fixed already, so please open specific issue with steps to reproduce, maybe with tag "context" so it will be easier to find/list all related issue
[01:47:05]<omega8cc>issues*
[01:47:17]<EugenMayer>omega8cc: http://pastebin.com/JGiZVxyQ
[01:47:39]<EugenMayer>http/migrate.provision.inc of .... just looking at that piece of very small code
[01:48:27]<EugenMayer>or http://pastebin.com/54JUJUtb
[01:48:40]<EugenMayer>of http/deploy
[01:49:05]<EugenMayer>same code for rolback and the main hook. And thats it, d() context switched and reading that is really pain in the ass :)
[01:51:05]<EugenMayer>omega8cc: http://drupal.org/node/1067702 opened that issue already..
[01:51:42]<omega8cc>EugenMayer: please open an issue(s) and tag them, I'm at work now so it is hard to discuss it now and follow the snippets
[01:52:06]<omega8cc>great, so tag them to connect related issues
[01:53:05]<EugenMayer>Yeah thats a general issue with you guys - you are simply hight on load reasonable and kind of your "free time" falls out of my timezone often, so discussions are rare. Any i try to use the issue queue as communication channel, that makes it easier to work with all thos differen TZ
[01:56:09]<anarcat>discussions are *rare*?!
[01:56:12]<anarcat>dude
[01:56:33]<anarcat>we've been chatting with you more than ever :P
[01:57:21]<EugenMayer>i think your undestanding about this and mine might differ :)
[01:57:29]<anarcat>.. obviously
[01:57:56]<EugenMayer>Maybe not discussions are rare, but getting you focus on something while you are on your own work is hard
[01:58:45]<EugenMayer>and understanding stuff like http://pastebin.com/54JUJUtb needs a lot of focus, as you need to go back a huge callstack :) Its no offense, iam fine you guys have other prios then me
[01:59:15]* ergonlogic has joined #aegir
[02:00:03]<anarcat>yup
[02:00:15]<anarcat>i'm working on this now, to give you an idea: http://community.aegirproject.org/node/377
[02:00:25]<anarcat>EugenMayer: problem is - you're not the only one submitting stuff
[02:00:32]<anarcat>lots of people are sending lots of goodies into the project
[02:00:39]<anarcat>we need to responsive to *all* of those people
[02:00:50]<EugenMayer>jap.
[02:01:01]<anarcat>anyways
[02:01:03]<anarcat>heading to the office now
[02:01:18]<EugenMayer>Bye
[02:02:01]<anarcat>mig5: would love to hear your feedback on this: http://community.aegirproject.org/node/377
[02:02:12]<anarcat>and ergonlogic, if you want to work on documentation, that's a good place to start: http://community.aegirproject.org/node/377
[02:02:25]<anarcat>EugenMayer too, while i'm at it :)
[02:02:29]<anarcat>ok, ciao for real now
[02:03:13]<mrbaileys>is drupal.org/project/hosting still used as issue queue for Aegir? The version numbering seems to stop at 0.4-alpha3...
[02:03:18]<anarcat>yes
[02:03:24]<anarcat>that will be fixed with the git migration
[02:03:46]<mrbaileys>ah, I see, those are derived from CVS tags rather than set by the project maintainer
[02:04:01]<adrinux>yep
[02:04:26]<adrinux>and after that repo was moved to git.aegirproject.org
[02:09:06]* Artusamak is now known as Artusamak_afk
[02:10:16]* Irishgringo has quit (Ping timeout: 240 seconds)
[02:11:01]* Artusamak_afk is now known as Artusamak
[02:13:00]* scientist has joined #aegir
[02:13:15]<hefring>community => How about moving install documentation back here? => http://community.aegirproject.org/node/377
[02:23:31]* recidive_ has joined #aegir
[02:26:26]* recidive has quit (Ping timeout: 272 seconds)
[02:26:26]* recidive_ is now known as recidive
[02:32:26]* sepehr has quit (Ping timeout: 276 seconds)
[02:35:01]* kostajh has joined #aegir
[02:35:11]* sepehr has joined #aegir
[02:36:35]* omega8cc has quit (Remote host closed the connection)
[02:36:43]* omega8cc has joined #aegir
[02:39:31]* grugnog_ has joined #aegir
[02:39:31]* grugnog__ has joined #aegir
[02:40:06]* EclipseGc has quit (Ping timeout: 276 seconds)
[02:40:14]* FatGuyLaughing has joined #aegir
[02:40:59]* EclipseGc has joined #aegir
[02:41:42]* bertodsera has quit (Read error: Operation timed out)
[02:42:16]<sdboyer>anarcat: it is expected, b/c i'm waiting for you to do that part :) i followed up at your issue about this: http://drupal.org/node/1067500#comment-4116702
[02:43:09]* bertodsera has joined #aegir
[02:43:13]<sdboyer>there are a lot of reasons it's better for y'all to do the massaging commit authorship into shape, then i just take the results
[02:43:30]<anarcat>sdboyer: got it
[02:43:47]* sdboyer did finally figure out the cascading tower of stupid crap that was causing the other filter-branch errors
[02:43:51]<anarcat>sdboyer: that said, if the commit history is *not* being re-written on migration, i am not sure we'll do it anyways
[02:43:56]<anarcat>hehe
[02:43:57]<sdboyer>but nevertheless
[02:44:04]<sdboyer>anarcat: sure, it's really up to y'all
[02:44:08]<anarcat>k
[02:44:11]<sdboyer>makes no big difference to me
[02:44:19]<anarcat>sdboyer: what's our deadline?
[02:44:37]<sdboyer>yeah, how funny is it that git filter-branch isn't even written in perl...it's in freakin sh
[02:44:44]<sdboyer>horrible horribleness
[02:44:57]<anarcat>yuuuck
[02:45:02]<sdboyer>yup
[02:45:15]<sdboyer>it calls mkdir on whatever its cwd is
[02:45:19]<sdboyer>or within, rather
[02:45:22]<sdboyer>nice job, idiots
[02:45:28]<sdboyer>not a temp dir. not the repo. the cwd.
[02:45:32]<sdboyer>#fail
[02:45:35]* EugenMayer has quit (Quit: Leaving.)
[02:45:59]<sdboyer>(this is to generate a temp dir for doing the processing)
[02:46:12]<sdboyer>anarcat: well, if you were to give me an alternate repository location that you want me to pull from, then your deadline is whenever the migration happens
[02:46:32]<anarcat>whee
[02:46:35]<anarcat>okay!
[02:46:42]<sdboyer>anarcat: then y'all just make sure that's updated on migration day, with or without the filter-branch changes, and it'll be fine
[02:47:09]<sdboyer>anarcat: 'course this is git, so it doesn't need to be 100% up to date. just so long as you can push into it from your canonical
[02:47:56]<sdboyer>that's really the reason to do things this way - we have receive.denyNonFastForward set on all repos atm, so what woudl be generated from CVS import would definitely not be hash-compatible with yours
[02:48:25]<sdboyer>and because of receive.denyNonFastForward, you therefore wouldn't be able to push in your hash-incompat repo
[02:48:36]<anarcat>got it
[02:48:40]<sdboyer>right right
[02:48:52]<sdboyer>ugh i have to try to finish solving these release problems in the next 12 minutes before we open...
[02:48:55]* sdboyer has to run and do that
[02:50:12]<anarcat>ugh
[02:50:15]* timmillwood has joined #aegir
[02:50:20]<anarcat>good luck!
[03:03:07]* eft has joined #aegir
[03:04:09]* ezra-g has joined #aegir
[03:04:44]* ezra-g has quit (Client Quit)
[03:05:00]* ezra-g has joined #aegir
[03:07:57]* ezra-g has quit (Client Quit)
[03:07:57]* eft has quit (Ping timeout: 268 seconds)
[03:11:24]* jonhattan has joined #aegir
[03:11:26]* grugnog_ has quit (Remote host closed the connection)
[03:11:28]* grugnog__ has quit (Remote host closed the connection)
[03:16:40]* ezra-g has joined #aegir
[03:19:34]* eft has joined #aegir
[03:20:06]* timmillwood has quit (Quit: timmillwood)
[03:20:55]* omega8cc_ has joined #aegir
[03:21:26]* omega8cc_ has quit (Remote host closed the connection)
[03:21:35]* omega8cc_ has joined #aegir
[03:24:40]* omega8cc has quit (Ping timeout: 240 seconds)
[03:24:40]* omega8cc_ is now known as omega8cc
[03:28:39]* mrbaileys has quit (Quit: Ex-Chat)
[03:30:02]<V1ntage_work>I found a rather important bug
[03:30:20]<V1ntage_work>every url with the word "script" in it returns error 324 (net::ERR_EMPTY_RESPONSE)
[03:30:32]<V1ntage_work>omega8cc: ?
[03:31:57]* AquaticDisorder has joined #aegir
[03:33:47]<V1ntage_work>omega8cc: I opened an issue for this one https://github.com/omega8cc/nginx-for-drupal/issues/215/
[03:38:22]<V1ntage_work>omega8cc: I have to be off, will be back later
[03:38:30]* V1ntage_work has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
[03:39:09]* mweltin has joined #aegir
[03:50:15]* kvanderw has joined #aegir
[03:51:47]* jackinloadup has joined #aegir
[03:56:50]* Slydder1 has joined #aegir
[04:04:40]* lloydpearsoniv has quit (Quit: lloydpearsoniv)
[04:07:47]* volkan_ has joined #aegir
[04:11:26]* ryanarmstrong has joined #aegir
[04:15:35]* Chipie has quit (Remote host closed the connection)
[04:16:40]* siliconmeadow has quit (Ping timeout: 240 seconds)
[04:19:30]<adrinux>contemplates the drush-4 upgradeโ€ฆ.
[04:19:45]<adrinux>I don't need multiserver so it should be ok...
[04:20:07]<adrinux>he, it's a dev vm, what the hell
[04:22:55]* Chipie has joined #aegir
[04:30:39]* adrinux has quit (Quit: Leaving.)
[04:31:16]* volkan_ has quit (Quit: volkan_)
[04:34:16]* FatGuyLaughing has quit (Ping timeout: 240 seconds)
[04:34:37]* EclipseGc has quit (Read error: Connection reset by peer)
[04:35:09]* EclipseGc has joined #aegir
[04:41:03]* ngnp has quit (Quit: ngnp)
[04:42:20]* FatGuyLaughing has joined #aegir
[04:44:43]* parsingphase has quit (Quit: parsingphase)
[05:02:34]* V1ntage_ has joined #aegir
[05:04:54]* kylemathews has joined #aegir
[05:05:43]* adrinux has joined #aegir
[05:06:02]* dob__ has quit (Ping timeout: 272 seconds)
[05:06:03]<V1ntage_>omega8cc: I'm back
[05:08:27]* dob_ has joined #aegir
[05:10:53]* omega8cc_ has joined #aegir
[05:11:08]* omega8cc_ has quit (Remote host closed the connection)
[05:11:16]* omega8cc_ has joined #aegir
[05:14:16]* omega8cc has quit (Ping timeout: 272 seconds)
[05:14:16]* omega8cc_ is now known as omega8cc
[05:15:28]* EugenMayer has joined #aegir
[05:15:47]* EclipseGc sighs
[05:15:58]<EclipseGc>is there a good howto on getting ssh-agent running for the aegir user?
[05:16:03]<EclipseGc>on startup
[05:16:13]* Artusamak is now known as Artusamak_afk
[05:16:35]<EclipseGc>there doesn't appear to be...
[05:16:56]* ezra-g has quit (Quit: ezra-g)
[05:17:31]* dob_ has quit (Remote host closed the connection)
[05:17:53]* dob_ has joined #aegir
[05:18:24]* ezra-g has joined #aegir
[05:23:58]<V1ntage_>omega8cc: have you been able to take a look at this one? https://github.com/omega8cc/nginx-for-drupal/issues#issue/215
[05:24:06]<V1ntage_>omega8cc: I believe it's an important bug
[05:25:09]<V1ntage_>omega8cc: I mean, every url with the word "script" in it resolves in an error 324 (net::ERR_EMPTY_RESPONSE)
[05:28:49]<omega8cc>V1ntage_: it is by (paranoid mode ON) design, but the regex should be improved probably, also, posting the issue in the queue is enough, I don't need extra notices on the irc.
[05:29:43]<V1ntage_>omega8cc: ok, sorry, I thought it was important enough to post on irc
[05:29:51]<omega8cc>no
[05:29:58]<V1ntage_>omega8cc: ok, my apologies
[05:31:09]<omega8cc>V1ntage_: we are receiving already e-mail notices for every issue and every comment posted in the github queue
[05:31:33]<omega8cc>so there is no need to repeat it here
[05:31:44]<V1ntage_>omega8cc: ah yes, that explains it :) I know how it is to receive too many notices, sorry mate
[05:33:28]<omega8cc>V1ntage_: it works according to the BOFH rules - every extra notice gives karma -8 to the issue priority ;)
[05:33:40]<V1ntage_>lol
[05:36:50]<EugenMayer>omega8cc: are you guys and girls work on only hosting solutions in omega8cc? Or also drupal services?
[05:38:38]<omega8cc>EugenMayer: we also make BIG sites, but only to break sysadmin monotony, from time to time ;)
[05:38:48]<EugenMayer>;-)
[05:39:06]<V1ntage_>hmm, it would be very handy if a message is shown after something is posted and an email has been sent. So that way people know that someone has seen their post and will less likely react again
[05:39:49]<EugenMayer>V1ntage_: well its not payed support. Its just pay or pray :)
[05:40:00]<omega8cc>V1ntage_: we are moving to the d.o issue queue next week
[05:40:08]<V1ntage_>EugenMayer: of course, I'm aware of that
[05:40:18]<EugenMayer>omega8cc: i heard you cheering that git finally works on d.o?
[05:40:23]<V1ntage_>EugenMayer: and I'm also willing to move to omega8cc managed hosting sooner or later
[05:40:55]<V1ntage_>EugenMayer: I need my wordpress and modx sites to be converted
[05:41:02]<omega8cc>EugenMayer: yes, it works and will be public soon
[05:41:06]<EugenMayer>V1ntage_: jep, pretty cool stuff over at omega8cc and on a very good price level. would be also interesting for us
[05:41:16]<EugenMayer>but they have too much drupal knowhow for us :)
[05:41:28]<omega8cc>lol
[05:41:31]<EugenMayer>omega8cc: finally i can work with d.o again
[05:41:40]<omega8cc>how much is too much?
[05:42:21]<EugenMayer>omega8cc: well, you are not site builder there. You are rather just take what comes, integrate and build a proper solution out of it.
[05:42:31]<EugenMayer>Thats why we cant move our codebase there :)
[05:42:43]<V1ntage_>omega8cc: is it possible to downgrade barracuda and octopus to a previous version?
[05:42:51]<EugenMayer>Dont get me wrong, thats no way an offense - rather the opposite and a bit pitty for us :)
[05:44:29]* ezra-g has quit (Quit: ezra-g)
[05:45:04]<EugenMayer>Hrmm, "site_offline" does not work during migration :/
[05:45:05]<omega8cc>V1ntage_: you mean hostmaster/provision? yes, so long as you are moving from current head to latest stable, but possible != good idea
[05:45:59]<omega8cc>EugenMayer: your code is that bad? encode it ;)
[05:46:09]<EugenMayer>omega8cc: :)
[05:46:40]<V1ntage_>omega8cc: ok, well I'll probably better leave it then, in case anything bad happens, and trashing the installation with live sites isn't a very good idea :/
[05:46:47]* adrinux has quit (Quit: Leaving.)
[05:48:50]<omega8cc>V1ntage_: yep, we expected next stable when drush 4.3 will be released, but no later than this Thursday
[05:49:31]<V1ntage_>omega8cc: oh, that's fast :) thanks for mentioning
[05:50:42]<omega8cc>drush 3.3 with some backports from drush 4 is also not bad, so current stable is using it already (3.3 with backports related to managing site's users)
[05:54:36]<EugenMayer>omega8cc: stable of aegir?
[05:55:29]<omega8cc>EugenMayer: no, Barracuda + Octopus
[05:55:50]<EugenMayer>ah
[05:55:57]<EugenMayer>That is that nginx build, rightรŸ
[05:56:10]<omega8cc>it is using Aegir head (tested and known to work)
[05:56:12]<omega8cc>yes
[05:59:52]* totten has quit (Ping timeout: 240 seconds)
[06:01:25]* Artusamak_afk is now known as Artusamak
[06:10:34]* ezra-g has joined #aegir
[06:14:09]<omega8cc>hefring: tell obrienmd: could you post your SSL related how-to in the c.a.o handbook and link it in response to this comment? https://github.com/omega8cc/nginx-for-drupal/issues/8#comment_792144 Thanks in advance!
[06:14:09]<hefring>omega8cc: I'll pass that on when obrienmd is around.
[06:14:42]* talengix has joined #aegir
[06:17:35]<omega8cc>Met4physica: ^^ I hope obrienmd will post his working example
[06:23:27]* V1ntage_ is now known as V1ntage_afk
[06:29:55]<talengix>I'm trying to insall Aegir on CentOS 5 and can't get past the hostmaster-make part. I know this has been an issue for many others but can't seem to find any definitive solution. Can anybody point me in the right direction?
[06:32:43]<EugenMayer>Does aegir call the cron run as guesgt?
[06:38:16]* gusaus has joined #aegir
[06:40:06]<EugenMayer>i dont understand why people chose the most complicated, old or complex OS and install aegir there
[06:40:20]<EugenMayer>but are not able to manage the OS at the same time.
[06:41:53]<EugenMayer>centos is most probably some university / company using something "certified", so they dont have "any issues ":)
[06:43:45]<talengix>I think a lot of people share my opinion that centos is the best OS but that is not really the issue here.
[06:44:50]<EugenMayer>talengix: iam fine - take whatever OS you like or is the best. Master it :)
[06:48:02]<EugenMayer>anything not unix / bsd cant even try to call itself "best OS"
[06:48:12]* EugenMayer flames himself
[06:48:21]<EugenMayer>Not a single linux has a secure chroot :)
[06:48:30]<EugenMayer>BSD has
[06:48:46]* EugenMayer dreaming of once being competent enaugh to use BSD
[06:53:48]* psynaptic is now known as psynaptic|cuppa
[06:55:42]<talengix>it depends on your needs. as a business user, Centos (RHEL) is pretty dominant.
[06:55:43]<EugenMayer>talengix: you might ask more concrete. Any errors ... whatever.
[06:55:56]<EugenMayer>You know why?=
[06:56:10]<eft>EugenMayer: be nice ;)
[06:56:11]<EugenMayer>Because people taking decisions on this, which do not have a slighly clue :)
[06:56:21]<EugenMayer>Buissiness as usual :)
[06:56:26]<EugenMayer>eft: iam fine :)
[06:56:42]<talengix>the install script breaks. The drush command 'hostmaster-make /var/aegir/hostmaster-0.4-rc1' could not be found. [error]
[06:56:42]<talengix>A Drupal installation directory could not be found
[06:57:08]<EugenMayer>"iam the boss. There was this RHEL guy. told me they certifited all. They maintain it, they even give as a garanty. That must be awesomesouce :) "
[06:57:19]* mcmanusm has joined #aegir
[06:57:28]<EugenMayer>talengix: that could have several reasons:
[06:58:15]<talengix>i appreciate if you don't like REHL. but this is really a support a chat for Aegir and not about distro preferences ;o)
[06:58:17]<EugenMayer>1. your home directory is not set right
[06:58:45]<EugenMayer>2. thus .drush is missing or rather drush does not find it. So it does not find provision, so it cant run the command
[06:58:55]<talengix>the user aegir home directory is /var/aegir
[06:59:03]<EugenMayer>most probably because you login using "su aegir" and not giving a shell - missing ENV
[06:59:06]* catatonicrelapse has joined #aegir
[06:59:34]<EugenMayer>su -s /bin/sh aegir
[06:59:45]<EugenMayer>be sure .drush is owned by aegir
[07:00:14]* mattmcmanus has quit (Ping timeout: 260 seconds)
[07:00:41]<EugenMayer>or, even better you are not using the aegir user
[07:01:43]<talengix> su aegir -c "sh /tmp/install.sh.txt -w apache"
[07:02:00]<talengix>that changes the user to aegir
[07:02:24]<talengix>.drush is owned by aegir
[07:06:29]<EugenMayer>well ENV will not be set - your doomed.
[07:06:36]<EugenMayer>su -s /bin/sh aegir
[07:06:46]<EugenMayer>sh /tmp/install.sh.txt
[07:09:14]<talengix>what do you mean I am doomed? I followed the instructions
[07:09:52]* snlnz has quit (Ping timeout: 255 seconds)
[07:10:13]* shrop has quit (Quit: ZNC - http://znc.sourceforge.net)
[07:10:34]* gusaus has quit (Quit: gusaus)
[07:11:14]* shrop has joined #aegir
[07:13:28]* gusaus has joined #aegir
[07:14:11]* jackinloadup has quit (Quit: Leaving)
[07:14:36]* snlnz has joined #aegir
[07:14:52]* milk has joined #aegir
[07:18:21]<omega8cc>EugenMayer: please be nice to others, it is not the place to *mentor* others when they don't ask for it, use a mirror before trying it again maybe...
[07:18:29]* boztek has joined #aegir
[07:19:35]<EugenMayer>talengix: you could just use the commands i gave you
[07:19:38]* shrop has quit (Quit: ZNC - http://znc.sourceforge.net)
[07:20:16]* shrop has joined #aegir
[07:22:17]<V1ntage_afk>omega8cc: wow, Albert, didn't expect this, thanks so much :D
[07:23:02]<talengix>these are not red hat commands
[07:23:05]<talengix>i get su -s /bin/sh aegir
[07:23:08]<omega8cc>talengix: do you have the /tmp mounted as noexec maybe? I don't use CentOS but there is CentOS HINTS file in provision /docs/, but you probably tried that already?
[07:23:29]<talengix>sh-3.2$
[07:23:48]* psynaptic|cuppa is now known as psynaptic
[07:24:10]<talengix>yes. i followed the centos hint file precisely
[07:24:11]<omega8cc>V1ntage_afk: ? this is Grace here...
[07:24:22]<talengix>i will check the tmp permissions
[07:24:30]<EugenMayer>omega8cc: well he actually could execute the scrip - simply .drush has not beend found
[07:24:33]<V1ntage_afk>omega8cc: or Grace :) well Albert just committed a patch for the scripts thingy
[07:24:38]<EugenMayer>talengix: please echo $HOME
[07:24:44]<EugenMayer>or
[07:24:54]<EugenMayer>"cd" + "pwd"
[07:24:56]<omega8cc>V1ntage_afk: ah, nice
[07:25:13]* snlnz is gone, autoaway/10m (l!on)
[07:25:20]<talengix>home is /root
[07:25:25]<EugenMayer>:)
[07:25:33]<EugenMayer>ENV is not set.
[07:25:39]<EugenMayer>whois
[07:26:58]* TrevorT has joined #aegir
[07:27:04]<EugenMayer>talengix: http://studyhat.blogspot.com/2010/01/what-is-difference-between-su-and-s...
[07:27:25]<omega8cc>talengix: maybe switch to aegir user first and then run the install script, but not from /tmp
[07:28:03]<EugenMayer>omega8cc: i leave it to you, we start repeating ourself..
[07:28:04]<talengix>ok. where should i run the script from?
[07:29:29]<omega8cc>talengix: anywhere, just not from /tmp in case you have mounted it as noexec, just in case
[07:30:56]<EugenMayer>omega8cc:
[07:30:58]<EugenMayer>(20:56:42) talengix: the install script breaks. The drush command 'hostmaster-make /var/aegir/hostmaster-0.4-rc1' could not be found.
[07:31:09]* boztek has quit (Quit: Computer has gone to sleep.)
[07:31:24]<EugenMayer>-> tmp is not mounted noexec -> its executed -> and its still the ENV issue :)
[07:31:30]<omega8cc>talengix: however it should work for you: su -s /bin/bash aegir -c "bash install.sh.txt"
[07:31:42]* mcmanusm has quit (Ping timeout: 272 seconds)
[07:32:23]<EugenMayer>talengix: just in case the docs are wrong
[07:32:29]<EugenMayer>did you copied (21:01:43) talengix: su aegir -c "sh /tmp/install.sh.txt -w apache" somewhere?
[07:33:05]* mattmcmanus has joined #aegir
[07:33:11]* eft has quit (Ping timeout: 250 seconds)
[07:35:17]<talengix>yes. i copied it to the home and ran su aegir -c "sh /home/install.sh.txt -w apache" with same problem
[07:35:32]<EugenMayer>..
[07:35:48]* gusaus has quit (Quit: gusaus)
[07:36:34]<CIA-12>aegir/provision: anarcat provision-0.4 * rb4a3db9beea1 / (aegir.make provision.info): install hostmaster from the 0.4 branch now
[07:36:45]<talengix>it is a permissions problem
[07:36:53]<talengix>i ran su -s /bin/bash aegir -c "bash install.sh.txt"
[07:37:02]<anarcat>watch out
[07:37:06]<anarcat>CIA flood coming
[07:37:13]<talengix>but i can't imagine where the permissions problem can be
[07:37:21]<EugenMayer>anarcat: you are starting docsรŸ
[07:37:36]<anarcat>nevermind
[07:38:19]<talengix>now i am suddenly getting these Drush seems to be functionning properly
[07:38:19]<talengix>/usr/bin/drush: line 22: cd: /root: Permission denied
[07:38:27]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * r25a371f12d16 /modules/hosting/task/hosting_task.install: rebuild node_access perms and include modules properly in last hook
[07:38:29]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * r7cccc62e9245 /modules/hosting/package/hosting_package.install: add the indexes to the general schema definitions
[07:38:33]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * ra5d2a1213e5e / (16 files in 9 dirs): Merge branch 'hostmaster-0.4' into prod-koumbit
[07:38:36]<CIA-12>aegir/hostmaster: mig prod-koumbit * r6cb6770e7763 /modules/hosting/server/hosting_server.module: #959852 Add new server confirmation text indicates wrong server type
[07:38:40]<CIA-12>aegir/hostmaster: mig prod-koumbit * r521b557e5e89 /modules/hosting/platform/hosting_platform.module: #1039010 - enforce that platform names and paths must be unique, even across remote servers, because of the spoke model.
[07:38:44]<CIA-12>aegir/hostmaster: mig prod-koumbit * r42d6966fbaa1 /modules/hosting/client/hosting_client.install: #996578 - set uid 1 to client 1 in hosting_client_user on install, so that client-based platform access control actually works when granting access to client 1
[07:38:46]<CIA-12>aegir/hostmaster: mig prod-koumbit * r00cd805c98c6 /modules/hosting/platform/hosting_platform.module: #1039168 - after creating platform, publish path should not be changeable
[07:38:48]<CIA-12>aegir/hostmaster: mig prod-koumbit * rf4fd43d07647 /modules/hosting/site/hosting_site.module: #860582 by hadsie, mig5: Get site by alias as well as url
[07:38:51]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * r722f4b1fa6b3 /modules/hosting/task/hosting_task.module: #931420 by tstoeckler - remove underscores in task block
[07:38:55]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * r5e2735cb7aef /modules/hosting/package/hosting_package.install: fix yet another typo in the hosting_package indexing
[07:38:57]<CIA-12>aegir/hostmaster: mig prod-koumbit * r144a84a6f64e /modules/hosting/task/hosting_task.module: #1059328 add validation to restore and backup_delete forms, so that they can't be submitted with no values
[07:38:59]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * r4f16634d5cf6 /modules/hosting/site/hosting_site.module: make last commit function names and conditionnals more readable
[07:39:06]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * raad1c4f4114c /themes/eldir/ (eldir.info page.tpl.php): add footer to the eldir theme
[07:39:09]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * r9dc06fb989d8 / (28 files in 13 dirs): Merge commit 'hostmaster-0.4-beta2' into prod-koumbit
[07:39:13]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * ra5d2a1213e5e / (16 files in 9 dirs): Merge branch 'hostmaster-0.4' into prod-koumbit
[07:39:15]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * r8d68d7d39c52 /modules/hosting/package/hosting_package.install: #1033072 add index on hosting_package tables
[07:39:25]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * rac12ecd6993e /modules/hosting/package/hosting_package.install: those are not unique keys but indexes
[07:39:33]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * r1617564742d3 /modules/hosting/package/hosting_package.install: rah, fix db_add_index() call
[07:39:36]<CIA-12>aegir/hostmaster: anarcat hostmaster-0.4 * raafdcf69d650 /modules/hosting/package/hosting_package.install: fix typo
[07:39:39]<CIA-12>aegir/hostmaster: mig prod-koumbit * r0b9728c5e169 /modules/hosting/package/hosting_package.module: #1008954 - fix deprecated call to hosting_site_list with the new bulk-operations version
[07:39:43]<CIA-12>aegir/hostmaster: mig prod-koumbit * r024fa6a268ac /hostmaster.profile:
[07:39:43]<CIA-12>aegir/hostmaster: standardise wording of configurations made during install. remove special weird
[07:39:43]<CIA-12>aegir/hostmaster: admin_menu configuration, just installing it should work. remove creation of an
[07:39:43]<CIA-12>aegir/hostmaster: 'Administration' menu that we don't use. remove the insinuation of 'optional yet
[07:39:43]<CIA-12>aegir/hostmaster: recommended modules'. Add st() wrappers here and there.
[07:39:45]<CIA-12>aegir/hostmaster: mig prod-koumbit * r772cd8c2b5e8 /modules/hosting/server/hosting_server.module: don't allow servers to have the same hostname. breaks contexts.
[07:39:57]<CIA-12>aegir/hostmaster: mig prod-koumbit * r5c93918e3c53 /modules/hosting/server/hosting_server.module: a drupal_set_message was missing its variable substitution
[07:39:58]<CIA-12>aegir/hostmaster: mig prod-koumbit * r937fedb950d1 /modules/hosting/site/hosting_site.form.inc: #1003666 by hadsie - fix to allow editing existing site nodes even if quota has been reached
[07:40:01]<CIA-12>aegir/hostmaster: mig prod-koumbit * rd2a286f52fb8 /modules/hosting/platform/hosting_platform.drush.inc: switch to use hosting_domain_allowed hook when looking for sites to import. this prevents a site being imported that is already defined as an alias of another site
[07:40:04]<CIA-12>aegir/hostmaster: mig prod-koumbit * r7a1af61cb1fc /modules/hosting/site/ (3 files): #1042758 - display filesize of backups
[07:40:07]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * ref6507c9e04e /modules/hosting/package/hosting_package.install: #1033072 add index on hosting_package tables
[07:40:09]<CIA-12>aegir/hostmaster: mig prod-koumbit * r51dc81eb8177 /modules/hosting/site/hosting_site.module: #1057280 by univate - fix for site batch api error
[07:40:11]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * rdb1ffc214d68 /modules/hosting/task.hosting.inc: #1057178 by univate - fix php 5.3 warning: call-time pass-by-reference is deprecated
[07:40:13]<CIA-12>aegir/hostmaster: anarcat prod-koumbit * r7ac2c5fe7c98 /modules/hosting/site/hosting_site.module: #1005014 - display the right tasks in bulk operations
[07:41:39]* catatonicrelapse has quit (Ping timeout: 260 seconds)
[07:43:31]<CIA-12>aegir/provision: anarcat prod-koumbit * rb7bddf0d0502 /docs/UPGRADE.txt: warn the users about the possible --makefile flag
[07:43:33]<CIA-12>aegir/provision: anarcat prod-koumbit * rf8a7f8ef84fb / (install.hostmaster.inc install.sh.txt): simplify the MySQL credentials handling
[07:43:36]<CIA-12>aegir/provision: anarcat prod-koumbit * r2eab9c480a2c /install.hostmaster.inc: fix title, don't show entered password
[07:43:41]<CIA-12>aegir/provision: anarcat prod-koumbit * ra68a71b40263 /install.hostmaster.inc: mention mysql credentials
[07:43:42]<CIA-12>aegir/provision: anarcat prod-koumbit * re958a02d4de5 /migrate.hostmaster.inc: use simpler drush_confirm instead of custom prompt
[07:43:44]<CIA-12>aegir/provision: anarcat prod-koumbit * r99b6e4b6e9f6 /install.hostmaster.inc: use FQDN as default for site name and server name
[07:43:47]* CIA-100 has joined #aegir
[07:43:53]<CIA-100>aegir/provision: mig prod-koumbit * rae374ee7fe1a /install.hostmaster.inc: aegir install was broken. we seem to need to pass to the main hostmaster-install hook because it's no longer set there but in _validate instead. Using drush_set_option() for this
[07:43:55]<CIA-100>aegir/provision: adrian prod-koumbit * r7adc04d65766 /http/http.drush.inc: partial fix to the lack of disable - #958094
[07:44:00]<CIA-100>aegir/provision: mig prod-koumbit * r77ba4b17de53 /provision.api.php: fix typos
[07:44:02]<CIA-100>aegir/provision: mig prod-koumbit * r01dc28c4b23a /docs/INSTALL.txt: mention the required FQDN on install, shuffle some stuff around re client_email
[07:44:05]<CIA-100>aegir/provision: mig prod-koumbit * rdb595b356e81 /docs/ (INSTALL.txt UPGRADE.txt): some wording to suggest downloading the scripts to a place the aegir user can read in order to execute it..
[07:44:07]<CIA-100>aegir/provision: mig prod-koumbit * r8031053a3376 / (5 files in 2 dirs): change version information for release 0.4-alpha15, from
[07:44:09]<CIA-100>aegir/provision: mig prod-koumbit * r0ea7d24c8bac /migrate.hostmaster.inc: add a note to the upgrade prompt that we do replace the crontab and not just remove it
[07:44:12]<CIA-100>aegir/provision: mig prod-koumbit * r8e1195e86e2c /docs/UPGRADE.txt: clear up version-affected ambiguity over the conf.d/post.d renaming
[07:44:17]<CIA-100>aegir/provision: mig prod-koumbit * r64fdcd038d93 /docs/UPGRADE.txt: remove confusing wording
[07:44:19]<CIA-100>aegir/provision: anarcat prod-koumbit * ra6dea1546a57 /install.hostmaster.inc: mention the FQDN explicitely
[07:44:24]<CIA-100>aegir/provision: anarcat prod-koumbit * ra868f06f8c46 /install.hostmaster.inc: add a proper remote host for the dbserver
[07:44:25]<CIA-100>aegir/provision: anarcat prod-koumbit * rb4ef36e00d9f /install.hostmaster.inc: clarify we're prompting for the URL
[07:44:28]<CIA-100>aegir/provision: anarcat prod-koumbit * r989ee3ed0e93 /install.hostmaster.inc: settings are not guessed, they are provided
[07:44:30]<CIA-100>aegir/provision: anarcat prod-koumbit * reef31009f099 /install.hostmaster.inc: #977324 - default the FQDN to provision_fqdn() instead of the site name
[07:44:32]<CIA-100>aegir/provision: anarcat prod-koumbit * r299e9b83fdc6 / (5 files in 2 dirs): change version information for release 0.4-beta1, from 0.4-alpha15
[07:44:36]<CIA-100>aegir/provision: mig prod-koumbit * r73bc3e061919 /docs/UPGRADE.txt: point out that you may need to update OLD_DRUPAL_DIR when running the upgrade script. Fix the AEGIR_IP variable, per #985818
[07:44:39]<CIA-100>aegir/provision: anarcat prod-koumbit * rf211d202b2a3 /install.hostmaster.inc: use simpler drush_confirm() instead of hairy prompt
[07:44:40]<CIA-100>aegir/provision: mig prod-koumbit * rf49ddc0b9829 /platform/verify.provision.inc: fix typo
[07:44:44]<CIA-100>aegir/provision: anarcat prod-koumbit * r2ed7c1206fd4 /db/mysql/mysql_service.inc: #982452 - check for db existence correctly for dbs with underscorse
[07:44:47]<CIA-100>aegir/provision: anarcat prod-koumbit * r61c390f12751 /db/db.drush.inc: #911422 - Pass in creds for create_site_database and import_site_database
[07:44:51]<CIA-100>aegir/provision: omega8cc prod-koumbit * re9ead78f9636 /platform/drupal/deploy.inc: Add paths rewrite in the files table also for sites/default to make migration to Aegir easier.
[07:44:53]<CIA-100>aegir/provision: anarcat prod-koumbit * r9d8404be407e /platform/drupal/deploy.inc: #791262 - update color and theme paths during deploy
[07:45:03]<CIA-100>aegir/provision: anarcat prod-koumbit * ra71044ba5244 /http/http.drush.inc: #956432 - create the platforms dir automatically
[07:45:07]<CIA-100>aegir/provision: anarcat prod-koumbit * r387609f07086 /provision.info: somehow forgot to add the stupid .info file
[07:45:12]<CIA-100>aegir/provision: mig prod-koumbit * r27ae93af509a / (install.sh.txt upgrade.sh.txt): fix parsing of the info to fetch version
[07:45:18]<CIA-100>aegir/provision: mig prod-koumbit * rb72129fa4f4d / (6 files in 2 dirs): Revert "change version information for release 0.4-beta2, from 0.4-beta1"
[07:45:19]<CIA-100>aegir/provision: anarcat prod-koumbit * r75ec373e3415 /db/mysql/mysql_service.inc: describe required work for safe_shell_exec()
[07:45:24]<CIA-100>aegir/provision: mig prod-koumbit * r61585e53a278 /provision.context.inc: #1014638 - add compatability for Drush 4, where the 'options' context has been renamed to 'cli'
[07:45:26]<EugenMayer>anarcat: bad boy :)
[07:45:27]<CIA-100>aegir/provision: mig prod-koumbit * r197448ca2d42 /provision.context.inc: Revert "#1014638 - add compatability for Drush 4, where the 'options' context has been renamed to 'cli'"
[07:45:28]<CIA-100>aegir/provision: mig prod-koumbit * re0bcb013052f / (install.hostmaster.inc install.sh.txt upgrade.sh.txt): let's depend on new drush and drush_make
[07:45:30]<CIA-100>aegir/provision: mig prod-koumbit * r30bf20ea35a7 /provision.context.server.inc: Do not send delete = TRUE to the drush rsync call even if no-delete
[07:45:33]<CIA-100>aegir/provision: mig prod-koumbit * rfbcaad176798 / (docs/UPGRADE.txt install.sh.txt upgrade.sh.txt): revert use of Drush 4.x which breaks multiserver, see http://drupal.org/node/1041386
[07:45:35]<CIA-100>aegir/provision: mig prod-koumbit * r032352c65ac6 /docs/INSTALL.txt: #1042402 by omega8cc - Update docs/INSTALL.txt with Nginx related how-to and remove/update some outdated how-to for multiserver setup
[07:45:38]<CIA-100>aegir/provision: mig prod-koumbit * r9442dbb245bb /platform/provision_drupal_settings.tpl.php: #984396 remove hardcoded cache setting to avoid much DrupalDrama
[07:45:42]<CIA-100>aegir/provision: omega8cc prod-koumbit * rce080aedcec2 /platform/provision_drupal_settings.tpl.php: Allow local.settings.php to override global.inc to make it usable. (Grace)
[07:45:46]<CIA-100>aegir/provision: mig prod-koumbit * rc214fe6063fd / (provision.context.inc provision.drush.inc): #1016890 - a contributed fix for provision-save infinite loop when pulling options from stdin. happens to also fix cluster feature.
[07:45:58]<CIA-100>aegir/provision: mig prod-koumbit * r0ae46243707c / (provision.context.inc provision.drush.inc): #1016890 reapply contributed patch for fixing infinite loop - the reason it broke under Drush 4 was that I blew away our incorporation of the new cli context
[07:46:00]<CIA-100>aegir/provision: omega8cc prod-koumbit * ra38815b90d68 /http/nginx/ (nginx_advanced_include.conf nginx_simple_include.conf): Re-order locations in the shared Nginx configuration files for better performance and add required in d7 authorize.php to the list of allowed php files. (Grace)
[07:46:01]<CIA-100>aegir/provision: omega8cc prod-koumbit * rc6214063608d /http/nginx/server.tpl.php: Enable open_file_cache in Nginx for better performance. (Grace)
[07:46:03]<CIA-100>aegir/provision: omega8cc prod-koumbit * r8ac1dc3bd614 /http/nginx/server.tpl.php: Remove images from gzip_types and lower gzip_comp_level to optimal value: 5. (Grace)
[07:46:06]<CIA-100>aegir/provision: anarcat prod-koumbit * r3350f4f524a6 / (migrate.hostmaster.inc platform/drupal/deploy.inc): add @deprecated notices for the hack introduced for #1047922
[07:46:16]<CIA-100>aegir/provision: anarcat prod-koumbit * r300aab2bf6a8 /dns/dns.drush.inc: #1052028 by tbosviel - fix php 5.3 compatibility warning
[07:46:28]<CIA-100>aegir/provision: mig prod-koumbit * r6fa9ea1f63af / (provision.context.inc provision.drush.inc): Revert "#1016890 reapply contributed patch for fixing infinite loop - the reason it broke under Drush 4 was that I blew away our incorporation of the new cli context"
[07:46:46]<CIA-100>aegir/provision: omega8cc prod-koumbit * ref0239aaa34b /http/nginx/ (nginx_advanced_include.conf nginx_simple_include.conf): Fix for broken pop-ups in wysiwyg editors (Grace)
[07:46:47]<CIA-100>aegir/provision: mig prod-koumbit * r72f32d79e1b0 /provision.drush.inc: #1058650 by exnihilo - add www group to web groups for FreeBSD ports compatibility
[07:46:49]<CIA-100>aegir/provision: omega8cc prod-koumbit * r1dc778ffb8f8 /platform/provision_drupal.drush.inc: Add support for some common files/subdirs like css/js/ctools/imagecache (Grace)
[07:46:51]<CIA-100>aegir/provision: anarcat prod-koumbit * rc0d3c32ba9af /platform/provision_drupal.drush.inc: Revert "Better support for files common subdirs."
[07:47:00]<CIA-100>aegir/provision: anarcat prod-koumbit * r464d09557aa5 / (6 files in 2 dirs): change version information for release 0.4-rc1, from 0.4-beta2
[07:47:01]<CIA-100>aegir/provision: anarcat provision-0.4 * rad2086990521 /provision.context.server.inc: #946422 - don't destroy symlinks on remote servers, the right way
[07:47:04]<CIA-100>aegir/provision: anarcat provision-0.4 * rdb553ce489ac / (17 files in 7 dirs): Merge remote branch 'ceres/prod-koumbit' into prod-koumbit
[07:47:08]<CIA-100>aegir/provision: anarcat provision-0.4 * r4e6271826358 / (38 files in 11 dirs): Merge remote branch 'ceres/prod-koumbit' into prod-koumbit
[07:47:17]<CIA-100>aegir/provision: anarcat provision-0.4 * r0a22cd798e99 /http/apache/platform.tpl.php: move the /files alias before the .htaccess include, otherwise it just fails to work
[07:47:33]<CIA-100>aegir/provision: anarcat provision-0.4 * ra01ad0355a1a /platform/deploy.provision.inc: Merge branch 'prod-koumbit' into provision-0.4
[07:48:18]<CIA-100>aegir/provision: anarcat prod-koumbit * r8736061b8596 /migrate.hostmaster.inc: don't ask for confirmation for crontab
[07:48:48]<CIA-100>aegir/provision: anarcat prod-koumbit * r929f615fa7b6 /provision.inc: implement a fqdn() function to replace hostname -f and uname calls
[07:48:50]<CIA-100>aegir/provision: anarcat prod-koumbit * r67087a947760 /install.hostmaster.inc: wording
[07:49:00]<CIA-100>aegir/provision: anarcat prod-koumbit * ree9459c27638 / (install.hostmaster.inc install.sh.txt): move confirmation to hostmaster-install and explain what it does
[07:49:11]<CIA-100>aegir/provision: anarcat prod-koumbit * r69cb776d6b49 /docs/INSTALL.txt: fix rst fascist markup
[07:49:13]<CIA-100>aegir/provision: anarcat prod-koumbit * r59a00e974b41 /docs/INSTALL.txt: try to rework the install instruction for non-retards
[07:49:17]<talengix>I can su to change users no problem, but when I su to change to aegir I get a bash-3.2$ prompt
[07:49:51]<CIA-100>aegir/provision: anarcat prod-koumbit * r6892e27f82b3 /install.hostmaster.inc: display more variables, prompt for email earlier
[07:50:04]<CIA-100>aegir/provision: anarcat prod-koumbit * r26bd8f5e87a9 /install.hostmaster.inc: fix undefined variables
[07:50:11]<CIA-100>aegir/provision: anarcat prod-koumbit * r3209086efe42 /install.hostmaster.inc: add custom makefile parameter
[07:50:32]<CIA-100>aegir/provision: anarcat prod-koumbit * r35cf698b2a7d /provision.inc: resolve the hostname to find if it's local
[07:50:35]<CIA-100>aegir/provision: mig prod-koumbit * r04ea86e61e7b /docs/INSTALL.txt: fix typo, remove the stuff about not storing the mysql root password and about generating a new mysql superuser
[07:50:38]<CIA-100>aegir/provision: adrian prod-koumbit * r0a172d3f345a /http/ (apache_ssl/vhost_ssl_disabled.tpl.php http.drush.inc): Add disabled template for apache_ssl , was missing before. #958094
[07:50:41]<CIA-100>aegir/provision: adrian prod-koumbit * r2a8ec6616d0a /http/nginx_ssl/vhost_ssl_disabled.tpl.php: Add UNTESTED nginx_ssl_disabled.tpl.php. This needs to be verified as working before release. #958094
[07:50:48]<CIA-100>aegir/provision: mig prod-koumbit * rc888c249cb28 /docs/ (INSTALL.txt UPGRADE.txt): download install.sh to /tmp to avoid confusion for people who get pwned by POSIX
[07:50:52]* gusaus has joined #aegir
[07:51:04]<CIA-100>aegir/provision: mig prod-koumbit * r69710f24b93d /docs/HINTS_OSX.txt: #950976 by deviantintegral - Update hints for OS X
[07:51:05]<CIA-100>aegir/provision: mig prod-koumbit * rdb9999caa770 /docs/INSTALL.txt: small word change to note we depend on the mysql root user for new installs
[07:51:07]<CIA-100>aegir/provision: mig prod-koumbit * r4b183bc36ee6 /docs/ (INSTALL.txt UPGRADE.txt): Revert "download install.sh to /tmp to avoid confusion for people who get pwned by POSIX"
[07:51:09]<CIA-100>aegir/provision: mig prod-koumbit * r769cdb5b3a68 / (5 files in 2 dirs): Revert "change version information for release 0.4-alpha15, from"
[07:51:12]<CIA-100>aegir/provision: mig prod-koumbit * r379558729ccf /docs/UPGRADE.txt: encapsulate shell env variables in quotes for mysql GRANT statements
[07:51:26]<CIA-100>aegir/provision: mig prod-koumbit * r4eedab8a4396 / (docs/INSTALL.txt install.hostmaster.inc release.sh): fix install so --version is actually considered, before defaulting to HEAD. add --version to the hostmaster-install command in INSTALL.txt, and add this variable to be changed in the release script
[07:51:27]<CIA-100>aegir/provision: mig prod-koumbit * rca5ed31c9b52 /upgrade.sh.txt: don't bother checking for drush_make version at this stage, not relaible and causes problems for really old versions
[07:51:32]<CIA-100>aegir/provision: mig prod-koumbit * r667d87de4030 /docs/ (INSTALL.txt UPGRADE.txt): #898452 mention umask
[07:51:33]<CIA-100>aegir/provision: anarcat prod-koumbit * rc01baea0a202 /install.hostmaster.inc: don't say mysql root is a requirement here
[07:51:39]<CIA-100>aegir/provision: anarcat prod-koumbit * r7f2b92f6cdb9 /install.hostmaster.inc: create DB server objects properly in hostmaster-install
[07:51:41]<CIA-100>aegir/provision: anarcat prod-koumbit * rf73404a7a483 /install.hostmaster.inc: use the db_user properly
[07:51:52]<CIA-100>aegir/provision: anarcat prod-koumbit * r4968edd92979 / (install.hostmaster.inc platform/verify.provision.inc): pass --working-copy parameter all the way down to drush make
[07:51:57]<CIA-100>aegir/provision: anarcat prod-koumbit * rf602d13c9a95 / (install.hostmaster.inc platform/verify.provision.inc): Merge remote branch 'hostmaster/master'
[07:52:10]<CIA-100>aegir/provision: anarcat prod-koumbit * r7a3fc352d9c6 /install.hostmaster.inc: don't prompt for the FQDN
[07:52:14]<CIA-100>aegir/provision: anarcat prod-koumbit * re1967c01b16c /install.hostmaster.inc: use a more reasonable default email than you@example.com
[07:52:18]<CIA-100>aegir/provision: anarcat prod-koumbit * ra74fe9004a97 /install.hostmaster.inc: Merge branch 'dev-multiserver-install'
[07:52:37]<CIA-100>aegir/provision: yannick.brosseau prod-koumbit * r3bd86a1ae3a1 /db/mysql/mysql_service.inc: Add an empty exec option to the mysql command so than the shell can exit
[07:52:47]<CIA-100>aegir/provision: anarcat prod-koumbit * rd9b34cffb670 /install.hostmaster.inc: #977024 - set the default DB server to be localhost
[07:53:04]<CIA-100>aegir/provision: anarcat prod-koumbit * r57083da47d0f / (platform/backup_delete.provision.inc provision.drush.inc): #678636 - ability to delete backups from the frontend
[07:53:05]<CIA-100>aegir/provision: anarcat prod-koumbit * r0d705b65ff43 / (5 files in 2 dirs): Revert "change version information for release 0.4-beta1, from 0.4-alpha15"
[07:53:12]<CIA-100>aegir/provision: anarcat prod-koumbit * r4aa52ab528e6 / (parse.backend.inc provision.drush.inc): add a command to parse --backend output
[07:53:36]<CIA-100>aegir/provision: mig prod-koumbit * rc06911a6d687 /README.txt: #994212 update the README.txt
[07:53:43]<CIA-100>aegir/provision: anarcat prod-koumbit * r9c32f10ec3d6 /platform/provision_drupal.drush.inc: do not attempt to chown files/ dir during verification
[07:53:48]<CIA-100>aegir/provision: anarcat prod-koumbit * r3b7245e29b5b /db/mysql/mysql_service.inc: initialise $pipes array for clarity
[07:54:09]<CIA-100>aegir/provision: anarcat prod-koumbit * r70ad7e9cb412 / (5 files): store the aegir version in a single place: the .info file
[07:54:17]* dob_ has quit (Quit: dob_)
[07:54:18]<CIA-100>aegir/provision: anarcat prod-koumbit * rb1877ca2dfc8 /http/http.drush.inc: fix platforms path permission
[07:54:31]<CIA-100>aegir/provision: anarcat prod-koumbit * r3c1dd35d5c44 /release.sh: fix info parsing
[07:54:38]<CIA-100>aegir/provision: anarcat prod-koumbit * rb40035d93d91 / (aegir.make docs/INSTALL.txt docs/UPGRADE.txt provision.info): change version information for release 0.4-beta2, from 0.4-beta1
[07:54:45]<CIA-100>aegir/provision: anarcat prod-koumbit * rcce8462f7a10 / (aegir.make docs/INSTALL.txt docs/UPGRADE.txt provision.info): Revert "change version information for release 0.4-beta2, from 0.4-beta1"
[07:54:54]<CIA-100>aegir/provision: mig prod-koumbit * r14edbe1b3feb / (install.sh.txt release.sh upgrade.sh.txt): re-instate hardcoded aegir version in the two shell scripts, which can't depend on provision already being present.
[07:54:55]* mrchrisadams has joined #aegir
[07:54:58]<CIA-100>aegir/provision: mig prod-koumbit * r872e4c72e5c0 / (6 files in 2 dirs): change version information for release 0.4-beta2, from 0.4-beta1
[07:55:02]<CIA-100>aegir/provision: mig prod-koumbit * rb489aef3dec9 /http/http.drush.inc: #1009386 - don't sync the entire contents of the platforms dir to a remote server on server verify. Just ensure the platform dir has been created
[07:55:06]<CIA-100>aegir/provision: mig prod-koumbit * r904352183cf3 /provision.context.inc: #1014638 - add compatability for Drush 4, where the 'options' context has been renamed to 'cli'
[07:55:11]<CIA-100>aegir/provision: mig prod-koumbit * ra7120d3ea494 /upgrade.sh.txt: don't hardcode /var/aegir in upgrade.sh, rely on /home/miguel like install.sh.txt
[07:55:21]* LloydPearsonIV has joined #aegir
[07:55:23]<CIA-100>aegir/provision: mig prod-koumbit * r0353c03faa66 /docs/UPGRADE.txt: change drush/drush_make variables in UPGRADE.txt too. also don't hardcode /var/aegir and use AEGIR_HOME=/home/miguel to be consistent with install.sh and upgrade.sh
[07:55:28]<CIA-100>aegir/provision: anarcat prod-koumbit * r47f5e532a0ca / (23 files in 9 dirs): Merge commit 'provision-0.4-beta2' into prod-koumbit
[07:55:30]<CIA-100>aegir/provision: mig prod-koumbit * r3d7ff4152b73 /upgrade.sh.txt: #1037222 upgrade.sh and upgrade.txt ambiguous about drush and drush make versions
[07:55:34]<CIA-100>aegir/provision: mig prod-koumbit * r13eb49bcde33 /db/db.drush.inc: #1035400 replace deprecated ereg_replace with preg_replace
[07:55:48]<CIA-100>aegir/provision: mig prod-koumbit * r24edd32664be / (docs/UPGRADE.txt install.hostmaster.inc upgrade.sh.txt): use drush_make 2.0-beta11, fixes some bugs with referencing a remote makefile
[07:56:07]<CIA-100>aegir/provision: mig prod-koumbit * rd7825722c747 /provision.inc: #888194 - http_port was being fetched from web_server attribute instead of server
[07:56:10]<CIA-100>aegir/provision: mig prod-koumbit * r703a2354d9a5 /platform/backup.provision.inc: #1042758 - display filesize of backups
[07:56:13]<CIA-100>aegir/provision: mig prod-koumbit * r5f90962a0ee3 / (provision.context.inc provision.drush.inc): Revert "#1016890 - a contributed fix for provision-save infinite loop when pulling options from stdin. happens to also fix cluster feature."
[07:56:15]<CIA-100>aegir/provision: mig prod-koumbit * rb50120f0aab1 / (migrate.hostmaster.inc platform/drupal/deploy.inc): #1047922 introduce more compatibility with drush 4, to avoid breaking files table updating on migrate/clone, and possibly issues with upgrading aegir when using nginx
[07:56:19]<CIA-100>aegir/provision: omega8cc prod-koumbit * rea7fa804ad1d /http/ (8 files in 2 dirs): Batch Update of Nginx configuration - version 0.7.27 or newer required. (Grace)
[07:56:24]<CIA-100>aegir/provision: omega8cc prod-koumbit * r1b5164c05d4f /http/nginx/ (nginx_advanced_include.conf nginx_simple_include.conf): Fix for broken imagecache support after recent locations changes. (Grace)
[07:56:30]<CIA-100>aegir/provision: anarcat prod-koumbit * r355de39fe600 /dns/dns.drush.inc: #1053834 - silence a warning in dns rr-add
[07:56:38]<CIA-100>aegir/provision: anarcat prod-koumbit * r1e65d021a3a7 /platform/clone.provision.inc: #1057736 by EugenMayer - disable SSL when cloning sites
[07:56:42]<CIA-100>aegir/provision: omega8cc prod-koumbit * r2af94443b245 /platform/provision_drupal.drush.inc: Better support for files common subdirs.
[07:56:45]<CIA-100>aegir/provision: anarcat prod-koumbit * r13c1d4937708 / (28 files in 9 dirs): Merge commit 'provision-0.4-rc1' into prod-koumbit
[07:56:50]<CIA-100>aegir/provision: anarcat prod-koumbit * r13ccb29b28b3 /platform/deploy.provision.inc: show error properly when we can't bootstrap the drupal on deploy
[07:56:55]<CIA-100>aegir/provision: anarcat prod-koumbit * r4e6271826358 / (38 files in 11 dirs): Merge remote branch 'ceres/prod-koumbit' into prod-koumbit
[07:56:56]<CIA-100>aegir/provision: anarcat provision-0.4 * r0b1b1099c5cc /provision.context.server.inc: Revert "do not use relative mode, it breaks symlinks"
[07:57:02]<CIA-100>aegir/provision: anarcat provision-0.4 * r9a47abae11f5 /platform/provision_drupal.drush.inc: do not attempt to chown files/ dir during verification
[07:57:09]* AntiNSA has quit (Ping timeout: 246 seconds)
[07:57:14]<CIA-100>aegir/provision: anarcat provision-0.4 * r47f5e532a0ca / (23 files in 9 dirs): Merge commit 'provision-0.4-beta2' into prod-koumbit
[07:57:19]<CIA-100>aegir/provision: anarcat provision-0.4 * r13c1d4937708 / (28 files in 9 dirs): Merge commit 'provision-0.4-rc1' into prod-koumbit
[07:57:20]<CIA-100>aegir/provision: anarcat provision-0.4 * r13ccb29b28b3 /platform/deploy.provision.inc: show error properly when we can't bootstrap the drupal on deploy
[07:58:26]<talengix>when running command su -s /bin/bash aegir -c "bash install.sh.txt"
[07:58:26]<talengix>bash: install.sh.txt: Permission denied as root permission denied
[07:58:45]* AntiNSA has joined #aegir
[08:00:09]* eft has joined #aegir
[08:05:28]* mikl has quit (Ping timeout: 240 seconds)
[08:08:54]<EugenMayer>anarcat: you added 1,2MB to my IRC log!
[08:13:41]<anarcat>univate: are you coming to drupalcon?
[08:13:46]<anarcat>EugenMayer: sorry :)
[08:14:02]* EugenMayer bets he is not! :)
[08:17:04]* scientist has quit (Ping timeout: 240 seconds)
[08:19:04]<talengix>is there anymore help for me today or am I out of luck? ;o)
[08:20:36]* mikl has joined #aegir
[08:20:36]* mikl has quit (Changing host)
[08:20:36]* mikl has joined #aegir
[08:21:26]* psynaptic is now known as psynaptic|afk
[08:21:57]* V1ntage_ has joined #aegir
[08:23:28]* V1ntage_afk has quit (Ping timeout: 240 seconds)
[08:24:27]* V1ntage_ is now known as V1ntage
[08:25:47]* jonhattan has quit (Quit: Ex-Chat)
[08:30:53]<EugenMayer>talengix: without any attempt to offend you, but you might grab a small bash howto to get the basic there. I think also some basic knowledge about user / groups / permissions ( chmod ) and ENV will be very handy esp after installing aegir. You might make your life easier start with it now.
[08:32:03]* omega8cc_ has joined #aegir
[08:32:15]<EugenMayer>people tend to be pretty busy in here atm, so you might wait a long time for help here otherwise. But at least you can try :)
[08:33:52]<anarcat>yay! i found a critical!
[08:34:08]<anarcat>http://drupal.org/node/1068660
[08:34:09]<skwashd>data loss ftw!
[08:35:28]* omega8cc has quit (Ping timeout: 240 seconds)
[08:35:28]* omega8cc_ is now known as omega8cc
[08:39:51]* q0rban_ has joined #aegir
[08:40:23]* mikl has quit (Quit: Computer has gone to sleep.)
[08:41:38]* q0rban has quit (Read error: Operation timed out)
[08:43:06]<talengix> EugenMayer: No worries... no offense taken. I definitely want to learn more. However, I am reasonably technically savvy and did follow directions for the install.txt so I was hoping that would be sufficient to get aegir up and running
[08:44:00]<EugenMayer>Well i think aegirs setup is not complex, but the user / group / permission / ENV stuff is pretty important
[08:44:17]<EugenMayer>It is very important to work with the correct user due to one reason:
[08:44:36]<EugenMayer>When drush ( just a command ) is run, this command looks for the ~/.drush folder
[08:45:12]<EugenMayer>in there it looks for extensions for drush ( if any ). Thats how actually aegirs installs. it has a drush extension for installation. drush is completely seperated for aegir itself
[08:45:17]<talengix>i know, but correct user is just a matter of su, right?
[08:45:25]<EugenMayer>no and yes
[08:45:27]<talengix>the permissions is the thing i am perplexed about
[08:45:40]<EugenMayer>as explained before you have to be sure $HOME is set or simply, when logging in
[08:45:41]<EugenMayer>cd
[08:45:54]<EugenMayer>should let you land in the desired home so most prob /var/aegir
[08:46:21]<EugenMayer>please can you do me a favour, exectute the commands i give you
[08:46:27]<EugenMayer>su -s /bin/sh aegir
[08:46:31]* noecc has quit (Read error: Operation timed out)
[08:46:42]<EugenMayer>echo $HOME
[08:46:44]<talengix>how do i configure that? or verify it? in my users and groups aegir has a home of /var/aegir
[08:47:05]<EugenMayer>please let me help you and just run that commands :)
[08:47:29]<talengix>i get sh-3.2$
[08:49:05]<EugenMayer>now run
[08:49:07]<EugenMayer>echo $HOME
[08:49:12]<EugenMayer>pastebin the output
[08:49:14]<EugenMayer>then run
[08:49:15]<EugenMayer>env
[08:49:17]<EugenMayer>pastebin the output
[08:49:29]<EugenMayer>then run
[08:49:35]<EugenMayer>ll ~/.drush
[08:49:37]<EugenMayer>pastebin the output
[08:49:44]<EugenMayer>not ll, ls -la
[08:50:11]<talengix>i am not sure what pastebin means?
[08:50:19]* ergonlogic has quit (Ping timeout: 250 seconds)
[08:51:01]<ryanarmstrong>pastebin.com
[08:51:09]* Artusamak is now known as Artusamak_afk
[08:51:12]<ryanarmstrong>It lets you paste formatted code for other people to see
[08:51:23]<talengix>ok thanks
[08:51:26]<ryanarmstrong>np
[08:51:28]<EugenMayer>As pasting them here would trigger anarcat, and he will most probably eat you
[08:51:54]<EugenMayer>;-)
[08:51:55]* adrinux has joined #aegir
[08:55:56]* AntiNSA has quit (Ping timeout: 276 seconds)
[08:57:43]<talengix>http://pastebin.com/PhgyxRaZ
[09:00:41]* AntiNSA has joined #aegir
[09:00:51]* Artusamak_afk is now known as Artusamak
[09:00:55]* anarcat trigger happy
[09:03:57]<talengix>here are the actual install.sh.txt process results http://pastebin.com/qmRYp4ue
[09:04:41]* sepehr1 has joined #aegir
[09:06:16]<omega8cc>talengix: you are running it as root, are you sure you added aegir user?
[09:06:42]* secoif has joined #aegir
[09:06:53]* sepehr has quit (Ping timeout: 240 seconds)
[09:07:01]<talengix>absolutely
[09:07:15]* mikl has joined #aegir
[09:07:15]* mikl has quit (Changing host)
[09:07:15]* mikl has joined #aegir
[09:07:17]* Brandonian has left #aegir ()
[09:07:36]<omega8cc>talengix: so why you can't su -s /bin/bash aegir
[09:08:16]<talengix>i don't know. when i try i get bash-3.2$
[09:08:23]<talengix>prompt
[09:08:33]<eft>mig5: can we add a link to the IRC log for this channel in the header?
[09:08:50]* mattmcmanus has quit (Ping timeout: 240 seconds)
[09:09:02]<omega8cc>talengix: please type as root: su -s /bin/bash aegir
[09:09:09]<omega8cc>talengix: then type: cd
[09:09:15]* Slydder1 has quit (Quit: Leaving.)
[09:09:16]<omega8cc>talengix: then type: pwd
[09:09:26]<omega8cc>talengix: and post the output
[09:09:43]<talengix>[root@localhost ~]# su -s /bin/bash aegir
[09:09:43]<talengix>bash-3.2$ pwd
[09:09:43]<talengix>bash-3.2$
[09:10:00]<talengix>there should be /root in there
[09:10:13]<talengix>between the two bash
[09:10:23]<talengix>didn't copy for some reason
[09:10:39]<talengix>after pwd
[09:11:14]<omega8cc>talengix: no, you should get /var/aegir as a result of pwd
[09:11:45]<EugenMayer>talengix: thats what iam telling you all the time
[09:11:51]<omega8cc>but your are logged in via some serial console?
[09:11:52]<EugenMayer>the user and the home is _not_ setup correctly
[09:12:02]<EugenMayer>cat /etc/passwd | grep aegir
[09:12:06]<EugenMayer>as root please
[09:12:18]<EugenMayer>there is no password inside, dont worry, nothing sensible in there
[09:12:36]<talengix>[root@localhost ~]# cat /etc/passwd | grep aegir
[09:12:36]<talengix>aegir:x:501:505::/var/aegir:/bin/bash
[09:12:55]* Slydder1 has joined #aegir
[09:13:10]<EugenMayer>that looks good
[09:13:17]<talengix>i am logged in directly
[09:13:18]<EugenMayer>sp the user is setup
[09:13:24]<EugenMayer>+set up
[09:13:27]<omega8cc>su - aegir should be enough
[09:13:41]<EugenMayer>ls /bin | grep sh
[09:13:45]* catatonicrelapse has joined #aegir
[09:14:09]<talengix>[root@localhost ~]# ls /bin | grep sh
[09:14:09]<talengix>bash
[09:14:09]<talengix>csh
[09:14:09]<talengix>ksh
[09:14:09]<talengix>ksh93
[09:14:11]<talengix>sh
[09:14:13]<talengix>tcsh
[09:14:35]<EugenMayer>ok fine. So shell is there. User is there. Please do what omega8cc cc sugegsted
[09:14:40]<EugenMayer>echo $HOME then
[09:14:52]<omega8cc>talengix: how are you logged in to this machine?
[09:15:13]<talengix>[root@localhost ~]# su - aegir
[09:15:13]<talengix>-bash-3.2$
[09:15:40]<omega8cc>now type: cd; pwd
[09:16:01]* mikl has quit (Quit: Computer has gone to sleep.)
[09:16:07]<talengix>/var/aegir
[09:16:14]<omega8cc>or better: whoami
[09:16:31]<EugenMayer>perfect
[09:16:33]<talengix>-bash-3.2$ whoami
[09:16:33]<talengix>aegir
[09:16:33]<EugenMayer>run the isntall script
[09:16:37]<talengix>hehe
[09:16:39]<omega8cc>great, so you are logged in as aegir
[09:16:44]<talengix>yes
[09:17:01]<talengix>the install script does not work
[09:17:18]<omega8cc>how are you running it
[09:17:19]* Slydder1 has quit (Client Quit)
[09:17:42]<talengix>su aegir -c "sh install.sh.txt -w apache"
[09:17:47]<EugenMayer>no
[09:17:47]<omega8cc>nono
[09:17:53]<EugenMayer>ok, iam in my bed
[09:17:54]<talengix>su aegir -c "sh /home/install.sh.txt -w apache"
[09:17:58]<omega8cc>you are already aegir
[09:18:03]<EugenMayer>omega8cc: iam sure you deal with it :)
[09:18:10]<EugenMayer>n8 all, good luck here
[09:18:24]* EugenMayer has quit (Quit: Leaving.)
[09:18:52]<omega8cc>type: sh install.sh.txt (of first copy the script to /var/aegir)
[09:19:33]<talengix>if i switch back to root i can run it that way, right?
[09:19:55]<talengix>here is my problem
[09:19:57]<talengix>[root@localhost ~]# su aegir
[09:19:57]<talengix>bash-3.2$
[09:20:04]* joestewart|afk is now known as joestewart
[09:20:12]<omega8cc>su - aegir
[09:20:20]<omega8cc>not: su aegir
[09:20:31]<joestewart>don't just "su aegir", use "su - aegir"
[09:20:41]<omega8cc>http://studyhat.blogspot.com/2010/01/what-is-difference-between-su-and-s...
[09:21:48]<omega8cc>the "-" makes the difference
[09:21:57]<talengix>ok
[09:22:16]* szczym has quit (Ping timeout: 240 seconds)
[09:22:50]<talengix>now i get incorrect password. don't know why. i need to go change it at admin users i guess
[09:23:19]* q0rban_ has quit (Quit: Computer has gone to sleep.)
[09:23:22]<omega8cc>no, you are logged in as root?
[09:23:31]<talengix>yes
[09:23:37]<omega8cc>you don't need a password to su - aegir
[09:23:54]<eft>hefring: tell EugenMayer that he is to be commended for being nicer :)
[09:23:54]<hefring>eft: I'll pass that on when EugenMayer is around.
[09:24:18]<talengix>[root@localhost ~]# su - aegir
[09:24:18]<talengix>-bash-3.2$
[09:24:50]<omega8cc>eft: I gave a private how-to-be-nice to him ;)
[09:24:52]<eft>omega8cc: and you don't need to be told that - you are always nice - but you deserve buckets of karma for your patience and generosity :)
[09:25:06]<talengix>yes he does
[09:25:29]<eft>talengix: s/he/she
[09:25:48]<omega8cc>talengix: now please type: ls
[09:25:59]<eft>talengix: for omega8cc that is :)
[09:26:19]<talengix>-bash-3.2$ ls
[09:26:19]<talengix>backups config
[09:26:40]<talengix>looks like aegir dir to me
[09:26:56]<omega8cc>talengix: umm, so you have half baked aegir there
[09:27:14]<talengix>yes. because install script doesn't finish ;o)
[09:27:17]<omega8cc>talengix: you didn't copy the install script there, right?
[09:27:30]<talengix>that has been the whole problem hostmaster-make does not execute
[09:27:39]<talengix>no. i will do so now
[09:28:25]<omega8cc>talengix: ok, please type: rm -f -r /var/aegir/* and then copy install script there
[09:28:26]<univate>anarcat: no unfortunately not able to get to drupalcon
[09:28:38]<talengix>-bash-3.2$ ls
[09:28:38]<talengix>backups config install.sh.txt
[09:29:01]* Irishgringo has joined #aegir
[09:29:24]<omega8cc>so, now delete those 2 directories to start clean
[09:29:46]<omega8cc>rm -f -r backups config
[09:30:38]<omega8cc>type: whoami (to make sure you are aegir user now)
[09:30:49]* AquaticDisorder has quit (Remote host closed the connection)
[09:31:46]<talengix>.drush is still there. delete it too?
[09:31:51]<omega8cc>yes
[09:32:10]<omega8cc>rm -f -r .drush
[09:32:16]<talengix>ok directory is clean and i am aegir
[09:32:31]<omega8cc>and you have install script there
[09:32:33]<talengix>only thing there is install
[09:32:36]<talengix>yes
[09:32:39]<omega8cc>good
[09:32:59]<omega8cc>now type: bash install.sh.txt
[09:34:44]<talengix>http://pastebin.com/xRy0mhZT
[09:36:27]<talengix>same problem
[09:36:52]<talengix>something is wrong with hostmaster-make command in that script
[09:37:32]<omega8cc>you are using wrong install script version, we don't use Drush All-versions-4.2, afaik, also, you probably want some fqdn or just "aegir" mapped locally?
[09:37:36]<omega8cc>no
[09:37:54]<omega8cc>you are using wrong version of the install script
[09:38:35]<talengix>where is the right version? i want to install the latest rc1
[09:38:47]<talengix>yes mapped locally
[09:39:07]<omega8cc>grab it from head: http://git.aegirproject.org/?p=provision.git;a=blob;f=install.sh.txt;h=3...
[09:40:21]<omega8cc>hmm, wait
[09:41:02]<omega8cc>it will install head, but who cares, the head is now almost == rc1 (with one or two fixes)
[09:41:27]* catatonicrelapse has quit (Ping timeout: 246 seconds)
[09:42:14]<talengix>something is happening. moment
[09:42:15]<omega8cc>I guess you would need to download rc1 provision from files.aegirproject.org and extract it to find the rc1 version of install script
[09:42:33]<omega8cc>but the head is fine now
[09:42:51]<anarcat>actually, head is going to diverge from rc1 now
[09:42:56]<anarcat>you mean the 0.4 branch
[09:43:04]<omega8cc>ah, right
[09:43:11]<talengix>/usr/bin/drush
[09:43:11]<talengix>==> Drush is in the path, good
[09:43:11]<talengix>==> Drush seems to be functioning properly
[09:43:11]<talengix>==> Installing provision backend in /var/aegir/.drush
[09:43:11]<talengix>Cloning into /var/aegir/.drush/provision...
[09:43:12]<talengix>remote: Counting objects: 8227, done.
[09:43:16]<talengix>remote: Compressing objects: 100% (5489/5489), done.
[09:43:18]<anarcat>i ditched the prod-koumbit branch today and merged it into 0.4
[09:43:18]<talengix>remote: Total 8227 (delta 5964), reused 3629 (delta 2660)
[09:43:20]<anarcat>and vice versa
[09:43:20]<talengix>Receiving objects: 100% (8227/8227), 1.26 MiB | 439 KiB/s, done.
[09:43:22]<talengix>Resolving deltas: 100% (5964/5964), done.
[09:43:24]<talengix>==> Installing the frontend
[09:43:26]<talengix>Aegir HEAD automated install script
[09:43:28]<talengix>==============================================================================
[09:43:30]<talengix>Some settings have not been provided and will now be prompted.
[09:43:32]<talengix>Don't worry: you will get to review those settings after the final install
[09:43:33]<omega8cc>anarcat: ah, ok
[09:43:34]<talengix>Aegir frontend URL [localhost.localdomain]:
[09:43:49]<anarcat>sorry, but that could have gone on for a while
[09:44:00]<omega8cc>yeah...
[09:44:20]<anarcat>omega8cc: so basically, we'll be committing our hotfixes straight on the 0.4 branches... i *think*
[09:44:39]* ezra-g is now known as ezra-g|afk
[09:45:13]* ezra-g|afk has quit (Quit: ezra-g|afk)
[09:45:45]<omega8cc>anarcat: ok, so head is now open to messing with new stuff, or not yet?
[09:46:19]* talengix2 has joined #aegir
[09:46:23]<omega8cc>I should read the announcement probably ;)
[09:46:30]<talengix2>yeah
[09:46:46]<talengix2>my mistake
[09:46:59]* q0rban has joined #aegir
[09:47:11]<talengix2>i have pastebin now ;o)
[09:49:01]<talengix2>http://pastebin.com/KKviHktG
[09:50:02]<anarcat>talengix2: sorry for the kick, but that had to be stopped :)
[09:50:34]<talengix2>its ok. it was my mistake. i meant to paste it to pastebin
[09:50:54]<omega8cc>talengix2: accept or type your desired domain (locally mapped)
[09:50:56]<talengix2>too many open windows
[09:51:18]* capitan_ has joined #aegir
[09:57:11]<talengix2>iam not sure what this means .. i see some dummy errors and directories in aegir don't look right to me http://pastebin.com/0xY0mdUW
[09:58:40]<talengix2>there are no /var/aegir/hostmaster-0.x/profiles/hostmaster/
[09:58:40]<talengix2>* etc directories
[09:59:26]<joestewart>in your case /var/aegir/hostmaster-HEAD/profiles/hostmaster
[09:59:57]<joestewart>also for Centos I think you need to change WEB_GROUP=apache
[10:00:20]<adrinux>I suspect aegir may be incompatible with talengix2 :/
[10:00:44]<joestewart>Also did you see this in the CentOS hints file? http://git.aegirproject.org/?p=provision.git;a=blob;f=docs/HINTS_CentOS....
[10:00:54]* mrchrisadams has quit (Quit: mrchrisadams)
[10:00:55]<talengix2>i read the hints file
[10:01:06]<talengix2>should i change www-date to apache?
[10:01:59]<talengix2>i guess i need to delete all contents from aegir and start over?
[10:02:18]<talengix2>the directory looks like a mess to me
[10:02:26]* mrchrisadams has joined #aegir
[10:02:44]<joestewart>I don't run CentOS any more. but when I did apache ran as apache not www-data
[10:03:18]<talengix2>adrinux: I hope not!
[10:03:28]<adrinux>+D
[10:03:46]<joestewart>did you see in the hints file the instructions for adding aegir to sudoers and special not for CentOS?
[10:03:50]<talengix2>so i can change it... just a group rename right?
[10:04:51]<joestewart>It is also stored for later use.
[10:05:51]<talengix2>should i delete the contents of the aegir directory and start over or what?
[10:06:10]<omega8cc>talengix2: you have two problems, none related to CentOS
[10:06:40]* V1ntage has quit (Ping timeout: 240 seconds)
[10:06:44]<omega8cc>1. you didn't setup sudo for aegir user
[10:07:07]<omega8cc>2. you have user in your mysql who can connect without password
[10:07:23]<talengix2>hm
[10:07:48]<omega8cc>so you need to setup sudo for aegir user as explained in the docs/install.txt
[10:07:59]<talengix2>i am checking that. sure i did it
[10:08:02]<omega8cc>and delete that db user
[10:08:37]<omega8cc>"Dummy connection failed to fail:" is a sign you have insecure mysql setup
[10:09:06]<omega8cc>and "[sudo] password for aegir:" means you didn't setup sudo correctly
[10:09:14]* berniecram has joined #aegir
[10:09:49]<omega8cc>none of them is OS specific issue
[10:10:11]* psynaptic|afk is now known as psynaptic
[10:11:07]* mlncn has quit (Remote host closed the connection)
[10:11:47]<talengix2>the only thing i can find about sudo is to comment out Defaults requiregetty
[10:12:25]* q0rban has quit (Quit: Computer has gone to sleep.)
[10:12:41]<omega8cc>see: http://git.aegirproject.org/?p=provision.git;a=blob;f=docs/INSTALL.txt;h...
[10:15:08]<talengix2>/etc/sudoers configuration::
[10:15:08]<talengix2>aegir ALL=NOPASSWD: /usr/sbin/apache2ctl
[10:15:18]<talengix2>but i don't think this works with centos
[10:15:27]<talengix2>there is no apache2ctl
[10:15:40]<talengix2>i will have to find the centos name of the file
[10:15:40]<omega8cc>so replace /usr/sbin/apache2ctl with your centos command
[10:16:04]<omega8cc>it should be in hints probably?
[10:16:31]<omega8cc>http://git.aegirproject.org/?p=provision.git;a=blob;f=docs/HINTS_CentOS....
[10:16:35]<omega8cc>it is there
[10:17:32]<talengix2>it should be
[10:17:34]<talengix2>/etc/sudoers configuration::
[10:17:34]<talengix2>aegir ALL=NOPASSWD: /usr/sbin/apachectl
[10:17:41]<talengix2>without the 2 in apache
[10:17:46]<talengix2>so that is done.
[10:17:53]<talengix2>now onto db users.
[10:18:14]<talengix2>for aegis there is aegis aegis_root and some local hosts
[10:19:32]<omega8cc>delete any user allowed to access db server without password, or maybe add password for root user?
[10:19:50]<talengix2>root user has password
[10:20:04]<talengix2>how can i find who it is?
[10:20:10]<talengix2>is there a command for that?
[10:20:26]* susie_ has quit (Ping timeout: 276 seconds)
[10:20:40]<omega8cc>ok, so review grants and delete the user allowed to connect w/p password
[10:21:27]<omega8cc>if you are not familiar with command line for mysql, maybe install webmin?
[10:21:31]<talengix2>they are a couple local host
[10:21:44]<talengix2>looking at phpmyadmin now
[10:21:55]<omega8cc>or phpmyadmin
[10:22:01]<talengix2>user any. delete those i guess
[10:22:19]<talengix2>I have a user called Any.
[10:22:26]<talengix2>No password
[10:22:29]<talengix2>bad i think
[10:22:33]<omega8cc>delete
[10:22:56]* AntiNSA has quit (Ping timeout: 246 seconds)
[10:23:16]<talengix2>done
[10:24:19]<talengix2>so try install again?
[10:24:35]<omega8cc>now maybe delete all aegir related users and database, then empty /var/aegir and run install again
[10:24:40]<anarcat>omega8cc: head is open for messing around, yes.
[10:25:36]<omega8cc>anarcat: thanks, I'm already counting hours to the git grand opening on d.o :)
[10:26:39]<anarcat>:)
[10:26:51]<anarcat>well, head is opened for messing around before that though :)
[10:27:08]<omega8cc>haha, sure
[10:27:16]<skwashd>shrop: don't try DCCing me
[10:27:29]* Artusamak is now known as Artusamak_afk
[10:27:37]<skwashd>do it again and you'll be the second person I've got klined in 2 days :)
[10:27:52]<omega8cc>skwashd: he did it also to you? maybe it is a spambot?
[10:27:55]<shrop>my bad man.. just wanted to follow up on the email about the workshop
[10:28:16]<omega8cc>hah, he is a human!
[10:28:17]<skwashd>shrop: it is polite to ask then use dm
[10:28:20]<talengix2>so far so good
[10:28:25]<shrop>omega8cc: my apologies! I am sorry .. button mishap!
[10:28:40]<anarcat>dude.
[10:28:42]<shrop>omega8cc: Will do in the future.. thanks!
[10:29:03]<omega8cc>was curious who is hammering instead of asking for pm
[10:30:04]<skwashd>shrop: waiting for a reply :)
[10:30:57]<shrop>sure man. Do you mind initiating am dm? my client is a bit goofy wth znc in the middle.. thanks!
[10:31:11]<skwashd>i already have
[10:31:27]* secoif has quit (Remote host closed the connection)
[10:31:39]<talengix2>omegaBcc: I want to thank you for your help. I am very grateful. I now have the coveted installation profile and setup wizard. you rock
[10:32:14]<anarcat>mig5: it's frustrating that announcements like this one get buried way down the list in the discussion forum: http://community.aegirproject.org/node/360 any way to work around that?
[10:32:15]<omega8cc>talengix2: victory!
[10:32:26]* secoif has joined #aegir
[10:32:49]<talengix2>yes. the next nightmare is now how to keep local server and production server synced. dreading it
[10:33:04]* shrop has left #aegir ()
[10:33:41]<omega8cc>anarcat: I guess there is nothing like sticky for that list, so maybe we need a custom block/view?
[10:34:05]* shrop has joined #aegir
[10:34:52]* nick_santa has joined #aegir
[10:35:36]<anarcat>uh
[10:35:41]<omega8cc>anarcat: 500
[10:35:43]<anarcat>the community site is giving me empty pages
[10:35:43]<omega8cc>on http://community.aegirproject.org/user/login
[10:35:43]<anarcat>yeah
[10:35:44]<anarcat>wtf
[10:35:57]<anarcat>checking
[10:36:20]<skwashd>omega8cc: Vertice and devseed sold everyone's account details to spammers ;)
[10:36:29]<omega8cc>lol
[10:36:55]<anarcat>whoa
[10:36:55]<anarcat>[Mon Feb 21 18:36:48 2011] [notice] child pid 26335 exit signal Segmentation fault (11)
[10:36:56]<omega8cc>so they sold not just all their modules before switching to node.js? wow
[10:36:59]<anarcat>tons of em
[10:37:22]<omega8cc>anarcat: time to go Nginx :p
[10:37:34]<anarcat>restarted apache
[10:37:35]<anarcat>:P
[10:37:55]<anarcat>so anyways
[10:38:12]<anarcat>what i wanted to say was that the workflow settings don't appear in the node edit form, even if i'm admin
[10:38:24]<omega8cc>skwashd: but seriously, devseed just stopped working with drupal since October
[10:38:41]<omega8cc>hmm
[10:38:53]<omega8cc>check permissions?
[10:39:13]<omega8cc>they tend to mess sometimes in OA
[10:40:04]* EugenMayer has joined #aegir
[10:40:05]<omega8cc>anarcat: will check that
[10:40:13]<anarcat>aah i see
[10:40:20]<anarcat>the form block was hidden
[10:40:22]<anarcat>neat feature
[10:40:45]<EugenMayer>hello
[10:40:45]<hefring>EugenMayer: 1 hour 16 min ago <eft> tell EugenMayer that he is to be commended for being nicer :)
[10:41:11]<EugenMayer>Hehe
[10:41:24]<EugenMayer>"he" is watching you
[10:41:26]* EclipseGc has quit (Quit: EclipseGc)
[10:41:35]<anarcat>omega8cc: got it to work
[10:41:40]* joestewart is now known as joestewart|afk
[10:41:46]<anarcat>unfortunately, the sticky posts are unthemed so it's a bit of a WTF
[10:41:48]* catatonicrelapse has joined #aegir
[10:44:15]<talengix2>thanks to all for their help. see you tomorrow.
[10:44:26]<EugenMayer>gn8
[10:44:32]<EugenMayer>did you manage to get it working?
[10:44:54]* talengix2 has quit (Remote host closed the connection)
[10:45:08]<omega8cc>EugenMayer: yes
[10:45:15]<EugenMayer>good work :)
[10:45:25]<omega8cc>after some heavy battle
[10:45:39]<EugenMayer>i can imagin :-)
[10:47:49]<skwashd>omega8cc: i know
[10:47:55]* talengix has joined #aegir
[10:47:58]* capitan_ has quit (Remote host closed the connection)
[10:48:14]<omega8cc>yeah
[10:48:29]<talengix>yes. we got it to work. now I can't login because it doesn't recognize user aegir and password
[10:48:48]<talengix>i'm tired so i guess that is work for tomorrow
[10:49:21]<omega8cc>talengix: it displayed one-time login at the end, but you can reset password, it is drupal
[10:49:25]<talengix>unless i am missing something really basic here... i think i am now that i think about it :o)
[10:50:05]<omega8cc>goto /user/password
[10:50:31]<omega8cc>it should send you standard e-mail with new login link
[10:51:03]<talengix>do you mean like this? http://aegir/hosting/user/password
[10:51:03]<omega8cc>that url was displayed at the end of the install
[10:51:15]<talengix>right
[10:51:22]<omega8cc>no, just aegir/user/password
[10:51:47]<talengix>i accidentally closed my terminal so lost the url
[10:52:56]* adrinux has quit (Quit: Leaving.)
[10:53:37]<talengix>it looks like my posfix is not configured yet so i can't get any email from drupal. another thing to deal with tomorrow i guess
[10:54:09]<talengix>or is there a command to check email directly through terminal?
[10:58:32]* capitan_ has joined #aegir
[10:58:42]<omega8cc>talengix: if not send it should land in some delayed directory in the postfix queue, not sure where it is on centos
[10:59:38]<EugenMayer>/var/spool/mail
[10:59:40]<omega8cc>maybe check in /var/spool/postfix
[10:59:42]<EugenMayer>~/.mail
[10:59:55]<EugenMayer>or just type
[10:59:59]<EugenMayer>"mail", could work :)#