Friday, 2010-10-15

*** Quits: micahg (~micah@ubuntu/member/micahg) (Quit: Leaving.)00:22
*** Joins: micahg (~micah@ubuntu/member/micahg)00:32
*** Joins: davidinc (~davidinc@213.55.100.134)01:18
*** Joins: kirillka (~Miranda@195.242.142.17)01:27
*** Quits: kirillka (~Miranda@195.242.142.17) (Client Quit)01:27
*** Quits: davidinc (~davidinc@213.55.100.134) (Read error: Connection reset by peer)01:59
*** Joins: davidinc (~davidinc@213.55.100.134)02:00
*** Joins: kirillka (~Miranda@195.242.142.17)02:04
*** Joins: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)02:47
*** Joins: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl)02:48
*** Quits: Cupertino (~Cupez@62-177-158-122.dsl.bbeyond.nl) (Changing host)02:48
*** Joins: Cupertino (~Cupez@unaffiliated/cupertino)02:48
*** Quits: dhx1 (~anonymous@c122-107-170-247.eburwd5.vic.optusnet.com.au) (Remote host closed the connection)03:55
*** Joins: dhx1 (~anonymous@c122-107-170-247.eburwd5.vic.optusnet.com.au)04:01
*** Joins: Al_Chapone (~chatzilla@ATuileries-152-1-54-44.w82-123.abo.wanadoo.fr)04:17
*** Quits: davidinc (~davidinc@213.55.100.134) (Remote host closed the connection)04:52
*** Joins: davidinc (~davidinc@213.55.100.134)06:25
*** Quits: Al_Chapone (~chatzilla@ATuileries-152-1-54-44.w82-123.abo.wanadoo.fr) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])06:40
nuclear_eclipseholy developer list, batman!08:20
dhx1more!!08:24
dhx1more talk = more code... err... wait :p08:24
*** Joins: istvanb (d917e473@gateway/web/freenode/ip.217.23.228.115)09:24
istvanbhello there09:24
istvanbwhen a user creates a report he/she assigns the issue to a developer. Is there a way to show only the developers in the list and not everybody who has at least developer credentials?09:25
istvanbits somehwat confusing to have the admins there09:26
nuclear_eclipseistvanb: no, all access controls in mantis are based around minimum privilege levels09:27
istvanbok, thanks09:27
istvanbI have another question :)09:28
istvanbI need to migrate the existing mantis database to another server. I have tried the sqldump but I have failed (actually I have no real experience in these things). Is there like a step by step or easy solution described somewhere?09:28
nuclear_eclipseit should just be a matter of: dump the sql database, import the dump into the new database, install mantis on the new server, copy all the old config files and plugins to the new install, and update the config with the new database credentials, and that should be it09:29
istvanbyeah09:30
istvanbhowever I was not able to perform the dump09:30
istvanbI am using win xp on the old server and win2k8 on the destination09:32
nuclear_eclipseI'm not really sure how to help you with that =\09:33
istvanbjust give me the commands :D09:34
nuclear_eclipseI don't know teh commands on windows09:34
nuclear_eclipseon linux, it's `mysqldump databasename > dump.sql` to export and `mysql databasename < dump.sql` to import09:35
nuclear_eclipsealthough with -u and -p parameters to define access credentials09:35
istvanbactually thats what I have tried09:35
istvanbexactly09:35
istvanbdo you know what is --opt09:35
nuclear_eclipsebut that won't work on windows09:35
istvanbwell I wrote something like09:36
nuclear_eclipseyou'll need to use something like mysqladmin or phpmyadmin to handle the export/import process09:36
istvanbmysqldump --opt -p[askdjlfsd] user==username --all-database > dump.sql09:36
istvanbbrb in a sec!09:37
istvanbback09:40
*** Quits: kirillka (~Miranda@195.242.142.17) (Quit: kirillka)09:56
istvanbI have tried it again09:57
istvanbon my source the database is protected, so I have executed the following command:09:57
istvanbmysqldump --user=username --password=password --all-databases > MANTIS.SQL09:58
istvanbon the destination I have a fresh xampp install (I have checked the phpmyadmin and it worked)09:58
istvanbthen gave the following command:09:58
istvanbmysqldump --user=root --all-databases < MANTIS.SQL09:59
istvanbthere were a lot of numbers and things running on the dos prompt09:59
istvanband then it says dump completed09:59
istvanbbut now I can not launch the phpmyadmin10:00
istvanbit says connection for controluser as defined in your configuration failed10:00
istvanbI think I am almost there I just need to resolve this10:00
istvanbany guess plz,10:00
istvanb?10:00
nuclear_eclipsewell, you shouldn't be trying to use mysqldump to import the databases into your new intsall, that tool is only designed to export data10:01
istvanboh ok10:01
istvanbso what would be the correct approach?10:01
nuclear_eclipseit should just be `mysql --user=... --password=... < file.sql`10:02
istvanbok... is the first commmand correct or I have to repeat that on the source server as well?10:02
nuclear_eclipsethe first command is correct, although I personally don't like to use --all-databases, as that usually dumps a lot of stuff yo udon't want to dump; I prefer to just specify a single database name per dump10:03
istvanbGEEZ man10:04
istvanbafter using the mysql instead of mysqldump10:04
istvanbnot it works10:04
istvanbif you would be god I would join to your church10:04
istvanbthanks a lot man, you just solved my problem10:05
istvanb"not it works" means "now it works"10:05
nuclear_eclipseyou're welcome10:06
*** Joins: daryn (~daryn@h158.249.190.173.static.ip.windstream.net)10:25
*** Quits: Cupertino (~Cupez@unaffiliated/cupertino) (Quit: I give up...)11:02
*** Quits: istvanb (d917e473@gateway/web/freenode/ip.217.23.228.115) (Quit: Page closed)11:15
*** Joins: geemee (~ocs@mailhost.exterity.com)11:54
geemeeHi there. When deleting a user the assigned to changes from the users name to a scored though "user X" How can I modify this table to change it to "A Name - Deleted Account"11:57
geemeefound it. just create a user in sql with the user ID and modfy the name to suit12:03
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 265 seconds)12:16
*** Joins: moto-moi (~hylke@cara.xs4all.nl)12:28
*** Quits: geemee (~ocs@mailhost.exterity.com) (Remote host closed the connection)12:36
*** Joins: siebrand (~beis@sm.xs4all.nl)12:57
*** Joins: micahg (~micah@ubuntu/member/micahg)13:07
*** Quits: micahg (~micah@ubuntu/member/micahg) (Remote host closed the connection)13:17
*** Joins: micahg (~micah@ubuntu/member/micahg)13:19
*** Joins: orac1 (~jb_buldog@082-146-096-042.dyn.adsl.xs4all.be)13:23
*** Quits: davidinc (~davidinc@213.55.100.134) (Read error: Connection reset by peer)14:08
*** Joins: davidinc (~davidinc@213.55.100.134)14:08
*** Joins: billson (3c317a29@gateway/web/freenode/ip.60.49.122.41)14:15
billsonhi all14:15
billsonanyone read me?14:15
*** Parts: Rixie (~Rixie@0x4dd7390e.adsl.cybercity.dk)14:17
billsontesting 1 2 314:17
moto-moiyeah14:18
moto-moitest succeeded billson14:18
*** billson is now known as billson_2914:18
billson_29hi moto-moi14:19
billson_29i'm new to mantis...14:19
billson_29try few times to setup pass few months, and today 1st time succeeded connect from eclipse to mantis via mylyn14:20
billson_29anyone can help?14:21
moto-moipff, tried that a couple of times myself, and failed :P14:22
billson_29>_<14:22
billson_29did this chanel still active? :P14:23
moto-moiyeah, but it seems it is atm a bit slow :)14:28
moto-moimaybe people are eating or something like that14:29
billson_29ic, tks for infor14:29
billson_29coz i'm 1st time here14:29
moto-moinp :)14:29
billson_29seems now is not a active time over here, c ya, here is 2am, gtg14:30
billson_29bye all14:30
*** Quits: davidinc (~davidinc@213.55.100.134) (Ping timeout: 264 seconds)14:33
*** Parts: billson_29 (3c317a29@gateway/web/freenode/ip.60.49.122.41)14:33
*** Joins: orac1_ (~jb_buldog@082-146-096-103.dyn.adsl.xs4all.be)15:31
*** Quits: orac1 (~jb_buldog@082-146-096-042.dyn.adsl.xs4all.be) (Ping timeout: 265 seconds)15:32
*** orac1_ is now known as orac115:32
*** Quits: orac1 (~jb_buldog@082-146-096-103.dyn.adsl.xs4all.be) (Quit: ChatZilla 0.9.86 [Firefox 3.6.10/20100914125854])16:14
*** Quits: micahg (~micah@ubuntu/member/micahg) (Ping timeout: 265 seconds)16:49
*** Joins: micahg (~micah@ubuntu/member/micahg)17:32
*** Joins: djSupport_ (~djsupport@188-221-240-190.zone12.bethere.co.uk)17:46
*** Quits: djSupport (~djsupport@188-221-240-190.zone12.bethere.co.uk) (Ping timeout: 260 seconds)17:49
*** Quits: micahg (~micah@ubuntu/member/micahg) (Quit: Leaving.)18:45
*** Quits: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de) (Remote host closed the connection)20:00
*** Joins: scribe9343423 (~scribe934@static.96.23.63.178.clients.your-server.de)20:00
*** Quits: tavasti (~tavasti@ov1.tavasti.fi) (Ping timeout: 240 seconds)22:25
*** Quits: daryn (~daryn@h158.249.190.173.static.ip.windstream.net) (Quit: Ex-Chat)22:33

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