Thursday, 2009-07-02

../irclogs/#mantishelp.2009-07-02.log
--- scribe started ---00:00
vb123nuclear_eclipse: is mibbit working for you?  Whenever I try the IRC Chat plugin it connects then disconnects right away.05:04
[KK]Kirillpaul_: git.mantisforge.org will be sync with git.mantisbt.org?06:17
[KK]Kirillvb123: I can't connect to06:19
FlorealGood evening every one08:13
Florealor morrning08:13
FlorealI got some trouble installing mantisbt on a test environment, because I cannot set my Database port08:14
FlorealIs there a way to enter it using configuration file before running the installation script?08:15
FlorealI also have defined default port to my php.ini file (I'm using MySQLi Driver.08:19
FlorealOh and the hostname:port seems not to work neither08:21
FlorealOk, dso nobody could help me08:37
kenguestupgraded to php5.3.0. getting this: SYSTEM WARNING: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Eire' for 'IST/1.0/DST' instead09:37
giallukenguest, I believe we are now doing the right thing in 1.209:39
kenguestis there an easy way to see what version of mantis I've installed?09:45
giallukenguest, open core/constant_inc.php and search for MANTIS_VERSION11:02
kenguestthanks11:08
nuclear_eclipsehi giallu12:32
nuclear_eclipseand morning all12:32
gialluhi12:32
nuclear_eclipseis your email/mantis "bridge" available anywhere for others to look at/use?12:33
nuclear_eclipseI ask because a) it uses SOAP, and it would be nice to have a "canonical" place to point as an example of how to use SOAP with Mantis, and b) because I think I want to try setting something up like that for one of my installs...12:34
dhx_mhi12:38
nuclear_eclipsehi dhx_m12:38
dhx_mtesting CSRF now12:38
nuclear_eclipseawesome :)12:38
giallunuclear_eclipse, nope, it's not published anywhere at this time, but it would be surely nice to have you test drive it...13:35
giallunuclear_eclipse, Database connection failed. Error received from database was #1040: Too many connections.13:50
nuclear_eclipsehooray!13:54
nuclear_eclipsegiallu: try now -- I just killed about 10 pegged httpd processes from the server...13:56
nuclear_eclipseok, now try -- just had to kick the mysql process to restart it13:57
giallunuclear_eclipse, thanks, that's ok14:13
nuclear_eclipsewould really like to know what keeps causing the hanging apache processes14:14
gialluI'd start by disabling the forums14:16
nuclear_eclipseah, right, I forget that we even have those :P14:16
brad_hi. is anyone using the recmail plugin? I have been fighting with it since yetserday. seems like it sort of works, but doesn't honor priority and category stuff.17:03
nuclear_eclipsebrad_: what version of mantis?17:03
brad_1.2.x17:04
brad_current17:04
brad_i couldn't get the patches to work on 1.1 at all17:04
nuclear_eclipsehmm, haven't seen/used it, but a plugin shouldn't need patches...17:04
brad_i am sort of winding my way through the code to see where it is dropping the ball17:04
brad_no, sorry17:04
brad_in 1.1 it was a patch and in 1.2 it is a plugin17:04
nuclear_eclipseah17:04
brad_i will keep poking at it. didn't know if anyone else had used it.17:05
nuclear_eclipsewhere is it located?17:05
brad_http://www.mantisbt.org/bugs/print_bug_page.php?bug_id=428617:05
nuclear_eclipseah, that one17:06
brad_yeah. it is the only one i have found17:06
nuclear_eclipsebrad_: giallu has been working on an external python application that acts as a "bridge" between email and the SOAP API for Mantis -- I'm trying to get him to post the project source code in the open; hopefully that will help to solve this issue17:07
brad_i'll keep an eye out, thanks!17:07
paul_15:09 < nuclear_eclipse> ok, now try -- just had to kick the mysql process to restart it17:27
* paul_ slaps nuclear_eclipse 17:27
paul_dhx_m: lo17:40
dhx_mpaul_: hey17:41
paul_kill john for me :)17:41
dhx_mwhat did he do? :p17:41
paul_restarted mysql17:41
paul_we'd agreed before when it hit 100 connections17:42
paul_we'd diagnose what was going on17:42
paul_and not restart it17:43
paul_now we've restarted it17:43
paul_we can't see why it's hanging again17:43
paul_and are back at square one ;/17:43
nuclear_eclipsepaul_: that was like, months ago...17:44
paul_yes17:44
paul_it's not done it since....17:44
paul_as box hangs instead :P17:44
nuclear_eclipseand who knows how long it will take you to get in and diagnose it17:44
dhx_msounds fun to debug17:45
nuclear_eclipsedidn't want box just sitting there with db errors -- looks bad17:45
dhx_mblame Red Hat :p17:45
paul_dhx_m: well, I know how i'd solve the problem17:46
paul_wget mysql;./configure;make;makeinstall17:46
paul_solved!17:46
dhx_mhaha get ready for some errors then17:47
paul_doubt it17:47
dhx_muse Gentoo if you want to do that :p17:47
dhx_mthey can get the paths consistent across all apps for you17:47
dhx_msort of17:47
nuclear_eclipsemy fix is to stop using a "stable" distro that patches the hell out of everything, and get something that actually resembles upstream17:49
paul_that's kinda the same thing ;/17:49
dhx_mI personally use and recommend Debian OpenSSL :p17:50
nuclear_eclipseyeah, except installing Ubuntu's packages for Apache/PHP/MySQL is infinitely simpler than compiling everything from scratch, and gets you 99% of the way to what compliing from scratch gives you17:50
paul_ubuntu server works fine too imo17:50
paul_given we all use ubuntu on our home pc's17:50
dhx_m... when they compile in the features you want to use in each app :p17:50
nuclear_eclipsewell, not all of us :P17:50
paul_nuclear_eclipse: well, i've never compiled mysql17:51
* nuclear_eclipse has17:51
paul_but php+apache compile and setup takes about 20-30 minutes to do and configure17:51
* nuclear_eclipse has done both from-scratch and fram-distro installations of entrie LAMP stacks17:51
nuclear_eclipsedistro packages are exceedingly worthwhile, assuming the distro stays close to upstream17:52
paul_it depends what your doing I guess17:52
dhx_mI compile everything... it's not that slow17:52
nuclear_eclipsebeing able to get the latest security and bug fixes just by running `aptitude full-upgrade` is pure win17:52
dhx_mthere are a few bad ones like webkit, openoffice, libc, etc17:52
paul_I mean, I fixed with someone from php.net a php bug other day that he commited17:52
paul_so in terms of php17:52
paul_i'm kinda following what's happening17:52
Wildmanhey guys happy fourth of july!17:53
nuclear_eclipsethanks, two days early :)17:53
dhx_mlol17:53
paul_4th july is independence day?17:53
dhx_mwas going to ask where in the universe you lived? :p17:53
nuclear_eclipseyep17:53
WildmanThat is because I'll be drinking some where and I won't be talking on here so I wanted to get it out of the way lol17:53
Wildmananyway17:54
nuclear_eclipselol17:54
Wildmanquick question17:54
Wildmanregarding columns displayed on View Issues page17:54
paul_nuclear_eclipse: either way17:54
paul_whenever box breaks17:54
paul_it kills mantisforge syncing with git ;/17:54
Wildmandoes anyone know if there are any plans to implement a method of changing those on the fly?17:54
paul_oyu can change them under user preferences17:55
Wildmanok and I know you can change them globally in manage17:55
Wildmanbut there is no way to change them on the fly like during your session sort of like that other bugtracker allows LOL17:56
WildmanThe reason I am interested is that we are trying to get Mantis accepted here and this is one of the points that one of the decision makers are stuck on what he wants to do this for I don't know but17:57
CIA-16Mantisbt: s.mazeland * r2a94e8305070 /lang/strings_english.txt: Shorten UI message 'proceed' and 'click_to_login'17:58
Wildmananyway I gotta go to a meeting have fun guys!17:59
nuclear_eclipseWildman: not currently -- you must remember that much of the Mantis design/interface is many years old...17:59
nuclear_eclipseie, from before "AJAX" and such were ever even possible..17:59
Wildmanyes I know18:00
Wildmanhopefully that can change in the future I know it's a big job but.... anyway later18:01
Wildmanthanks for your help!18:01
paul_why'd it reboot?21:04
* paul_ pokes nuclear_eclipse 21:04
nuclear_eclipsehi paul_21:05
nuclear_eclipsedon't know21:05
nuclear_eclipsewasn't me21:06
paul_I see21:06
* nuclear_eclipse heads home21:07
nuclear_eclipsecheers21:07

Generated by irclog2html.py