Times are UTC Toggle Colours
01:38:28 *** KenjiE20|LT has joined #openttdcoop.devzone 01:40:23 *** KenjiE20 has quit IRC 02:06:31 *** PeterT has quit IRC 03:40:21 *** KenjiE20|LT has quit IRC 03:41:51 *** Frankr has joined #openttdcoop.devzone 06:01:14 *** welshdragon has quit IRC 06:09:55 *** Frankr has quit IRC 08:04:08 *** welshdragon has joined #openttdcoop.devzone 08:11:20 *** Webster has joined #openttdcoop.devzone 08:11:28 *** welshdragon has joined #openttdcoop.devzone 08:13:08 *** welshdragon has quit IRC 09:03:57 *** ODM has joined #openttdcoop.devzone 09:46:11 *** welshdragon has joined #openttdcoop.devzone 09:48:33 *** welshdragon has quit IRC 10:12:58 *** welshdragon has joined #openttdcoop.devzone 10:34:15 *** welshdragon has quit IRC 11:13:13 *** KenjiE20 has joined #openttdcoop.devzone 15:11:38 *** Chris_Booth has quit IRC 16:34:07 *** welshdragon has joined #openttdcoop.devzone 17:17:01 *** Hyronymus has joined #openttdcoop.devzone 17:29:40 *** Chris_Booth has joined #openttdcoop.devzone 17:55:47 *** welshdragon has quit IRC 17:56:21 *** welshdragon has joined #openttdcoop.devzone 18:00:59 *** welshdragon has quit IRC 18:01:50 *** welshdragon has joined #openttdcoop.devzone 18:06:41 *** welshdragon is now known as Guest672 18:06:43 *** welshdragon has joined #openttdcoop.devzone 18:07:20 *** welshdragon has quit IRC 18:12:54 *** welshdragon has joined #openttdcoop.devzone 18:13:39 *** Guest672 has quit IRC 18:42:18 *** welshdragon has quit IRC 19:03:59 *** DJNekkid has joined #openttdcoop.devzone 19:07:59 <DJNekkid> hi guys 19:10:48 <planetmaker> hi DJNekkid 19:16:27 <DJNekkid> how r u? 19:27:06 <DJNekkid> Ammler: are u there? :) 19:30:39 <Ammler> DJNekkid: replace your client ;-) 19:30:50 <DJNekkid> my client? 19:30:55 <DJNekkid> whats wrong with chatzilla? 19:31:07 <Ammler> it seems not to tell, who is online 19:31:30 <Ammler> :-) 19:31:40 <DJNekkid> that i didnt understand, but ok :) 19:31:44 <Ammler> oh, and hello DJNekkid :-D 19:31:49 <DJNekkid> howdy ho :) 19:32:04 <DJNekkid> i did get that server-hardware i've been messing about... 19:32:07 <Ammler> (yes, I am here, if you didn't realize, yet) 19:32:16 <DJNekkid> installed CenOS 5.4 19:32:39 <DJNekkid> trying to get redmine to work according to http://blog.b2netsolutions.com/dedicated-hosting/installing-redmine-on-centos-5/ 19:32:40 <Webster> Title: Installing Redmine + MySQL on CentOS 5 | B2 Net Solutions Blog (at blog.b2netsolutions.com) 19:33:57 <Ammler> yes, and? 19:34:21 <DJNekkid> "RAILS_ENV=production rake redmine:load_default_data" fails :) 19:34:45 <DJNekkid> Error: Mysql::Error: SELECT command denied to user 'redmine'@'localhost' for table 'roles': SELECT * FROM `roles` WHERE (`roles`.`builtin` = 0) LIMIT 1 19:34:47 <DJNekkid> Default configuration data was not loaded. 19:35:08 <DJNekkid> i got a feeling that MySQL-part abit longer up werent done properly? 19:35:12 <Ammler> then you didn't setup mysql proper 19:35:59 <DJNekkid> i used "KenjiE20's" webmin to set it up, just probably not properly :) 19:36:12 <Ammler> :-) 19:36:29 <Ammler> mysql itslef is fine 19:36:59 <Ammler> just check, if you can view your database with the credentials you use in database.yml 19:37:32 <KenjiE20> huh? 19:37:33 <Ammler> did you install redmine trunk? 19:37:41 <DJNekkid> yes i did' 19:37:59 <DJNekkid> i needed to update "rails" to 2.3.5 and not 2.3.4 as the guide told me to 19:38:03 <Ammler> I would switch to branch 0.9 19:39:02 <Ammler> we use 2.3.4 on devzone 19:39:34 <DJNekkid> hmm... 19:39:44 <Ammler> and I didn't use other docs than those: http://www.redmine.org/wiki/redmine/Guide 19:39:45 <Webster> Title: Redmine - Guide - Redmine (at www.redmine.org) 19:40:10 <DJNekkid> oki... :) 19:40:53 <Ammler> we run r2924 on our server, the dependencies might have changed since then 19:41:03 <DJNekkid> it might... 19:41:09 <Ammler> but I am right now switching to 0.9 branch here too 19:41:36 <Ammler> so I will see if I have to change rails 19:42:00 <Ammler> but the error you got has nothing to do with rails 19:43:20 <DJNekkid> mysql? 19:43:40 <Ammler> your config 19:44:15 <DJNekkid> database.yml? 19:46:21 <DJNekkid> the only difference in mine and the guides is "my_password" is set to "*****" :D 19:46:37 <Ammler> rake generate_session_store 19:46:53 <Ammler> then try again 19:47:20 <DJNekkid> in redmine/config ? 19:47:39 <DJNekkid> or ./redmine ? 19:47:40 <Ammler> no, in the console 19:47:46 <DJNekkid> well, yes 19:47:47 <Ammler> rake is make for ruby 19:48:02 <DJNekkid> but in what dir in the console? 19:48:19 <Ammler> where you run the otehr things 19:48:22 <Ammler> root I would say 19:48:33 <Ammler> (root of redmine) 19:48:36 <DJNekkid> yes 19:48:48 <DJNekkid> ./opt/redmine 19:50:21 <Ammler> seems fine 19:50:33 <DJNekkid> still the same error i pasted futher up 19:50:46 <Ammler> then it _is_ your config 19:51:10 <Ammler> you tried to view redmine? 19:51:15 <Ammler> in mysql 19:51:23 <DJNekkid> ehm ... and how would i do that? :P 19:51:40 <Ammler> mysql -uredmine 19:52:18 <DJNekkid> Error: Mysql::Error: Table 'redmine.roles' doesn't exist: SELECT * FROM `roles` WHERE (`roles`.`builtin` = 0) LIMIT 1 19:52:20 <DJNekkid> Default configuration data was not loaded. 19:52:22 <DJNekkid> no, sorry 19:52:28 <DJNekkid> ERROR 1045 (28000): Access denied for user 'redmine'@'localhost' (using password: NO) 19:52:34 <DJNekkid> password error it seems 19:52:40 <Ammler> mysql -uredmine -p<pass> 19:53:14 <DJNekkid> "welcome to mysql" 19:53:17 <Ammler> webmin does tell you the password, it used 19:54:11 <DJNekkid> im "in" mysql now 19:54:23 <DJNekkid> "view redmine" gives me a: 19:54:25 <DJNekkid> -> 19:57:01 <Ammler> I don't kow view 19:57:15 <Ammler> and you need to close commands with ";" 19:57:26 <Ammler> so type ";"<enter> 19:57:41 <Ammler> then you might see something or you get an error as I don't know what view does 19:57:51 <Ammler> then type "use redmine" 19:57:52 <Ammler> ; 19:58:02 <Ammler> I always forgot ";" too 19:58:38 <Ammler> I guess, view is for tables 19:58:48 <DJNekkid> i thought i had to "view redmine" :p 19:58:50 <DJNekkid> nvm that 19:59:02 <DJNekkid> but a pure ; gives "no quer specified" 19:59:36 <Ammler> are you in the redmine database now? 19:59:59 <DJNekkid> i did: 20:00:09 <DJNekkid> mysql -uredmine -p<password> 20:00:22 <DJNekkid> Welcome to the MySQL monitor. Commands end with ; or \g. 20:00:23 <DJNekkid> Your MySQL connection id is 168 20:00:25 <DJNekkid> Server version: 5.0.77 Source distribution 20:00:36 <DJNekkid> with a mysql> 20:01:15 <Ammler> yes, than you are in the mysql console 20:01:21 <DJNekkid> seems so :) 20:01:22 <Ammler> so now type use redmine 20:01:36 <DJNekkid> with a ; 20:01:38 <DJNekkid> behind :) 20:01:40 <Ammler> yes 20:01:43 <Ammler> :-P 20:01:45 <DJNekkid> "database changed" 20:01:59 <Ammler> ok, so your config seems fine 20:02:13 <DJNekkid> that should be a good thing :) 20:02:27 <Ammler> http://www.redmine.org/wiki/redmine/RedmineInstall <-- can't you not just use that manual 20:02:28 <Webster> Title: Redmine - RedmineInstall - Redmine (at www.redmine.org) 20:02:39 <Ammler> it is a bit hard to find your error 20:03:16 <Ammler> might be quite similar to your centos specific howto 20:03:39 <DJNekkid> sure... :) 20:03:41 <DJNekkid> np :) 20:06:09 <DJNekkid> should i make a redmine linux-user as well? 20:07:52 <DJNekkid> wanna try to see if you can come in from the outside? 20:08:05 <DJNekkid> http://83.243.128.249:3000 20:08:06 <DJNekkid> ? 20:09:54 <Ammler> DJNekkid: seems blocked 20:10:25 <Ammler> I setup a virtual domain for redmine, which also creates a unix user 20:10:39 <Ammler> I think, it is a good diea 20:12:32 <DJNekkid> hmm 20:12:49 <DJNekkid> i did set my route to route everything from 1 to 20000 to this IP 20:13:00 <DJNekkid> both TPC and UPC 20:13:05 <DJNekkid> or UDP or whatever that is 20:15:22 <DJNekkid> and another stupid question... 20:15:29 <DJNekkid> can this machine now act as a mail-server? 20:15:34 <DJNekkid> atleast outgoing mail? 20:17:22 <Ammler> DJNekkid: yes, 0.9 needs 2.3.5 now 20:17:57 <Ammler> DJNekkid: every server can act as a mailserver 20:18:32 <Ammler> but some "good" mailservers mark mails from server which don't belong to mx or spf of a domain as spam 20:18:59 <DJNekkid> oki... 20:19:10 <DJNekkid> but things such as hotmail always have that "spam"-can 20:19:43 <Ammler> well, why should you setup your server for outgoing mails? 20:20:18 <DJNekkid> wont that redmine registraion (other users) require a confirmation mail?= 20:20:24 <Ammler> ah ok 20:20:51 <DJNekkid> or can i just go and edit some file, and "add" them manually? 20:21:01 <Ammler> do you have hostname for your server? 20:21:11 <DJNekkid> only IP :) 20:21:21 <Ammler> well, should also work :-) 20:21:29 <DJNekkid> 83.243.128.249 20:22:00 <Ammler> check the Administrator on redmine 20:23:37 <DJNekkid> and that would be ... what? where? *sorry for beeing a COMPLETE noob* 20:23:48 <DJNekkid> i *will* get used to it soon :P 20:24:16 <Ammler> login as Admin 20:24:25 <Ammler> and you will see the link on top 20:25:35 <DJNekkid> aha :) 20:25:41 <DJNekkid> i can just add uses from there :) 20:25:46 <Ammler> yes 20:26:15 <Ammler> but currently, nobody is able to join your server from outside ;-) 20:27:45 <DJNekkid> well, that sux! 20:27:57 <Ammler> just btw. how did you decide for centos? 20:28:33 <Ammler> (it is the 2nd best server distro) ;-) 20:28:35 <DJNekkid> a RL-friend of mine told me it were good :P 20:28:52 <DJNekkid> he has just moved away from my home-town 20:33:35 <DJNekkid> wanna try now? 20:33:41 <DJNekkid> and see if you can access from the outside? 20:35:52 <Ammler> http://dev.openttdcoop.org:3000/ <-- DevZone updated to 0.9 20:36:18 <Ammler> DJNekkid: YES! 20:36:44 <DJNekkid> it seemed like i forgot to "save" the config in the modem 20:37:40 <DJNekkid> wanna try to log in as "ammler" ? 20:37:43 <DJNekkid> with ammler as pwt 20:37:47 <DJNekkid> *pwd 20:37:50 <Ammler> I tried to register 20:37:55 <Ammler> :-) 20:38:04 <DJNekkid> did you get the mail and shit? 20:39:00 <Ammler> no mail 20:39:10 <Ammler> check the user list, am I there? 20:39:23 <DJNekkid> no 20:40:19 <Ammler> are you sure? 20:40:32 <Ammler> it tells me the username is already taken 20:40:39 <DJNekkid> there is an ammler, but i created that for you 20:40:57 <Ammler> ah, that is why my reg failed 20:41:39 <DJNekkid> probably 20:41:46 <DJNekkid> shal i delete "you" ? 20:41:52 <Ammler> you can't :-P 20:42:36 <DJNekkid> i cant? 20:43:38 <DJNekkid> but brb, gonna shower real quick 20:47:57 <DJNekkid> back 20:49:25 <Ammler> OMFG 20:49:32 <DJNekkid> i were quick? 20:49:40 <Ammler> yes that too 20:49:43 <DJNekkid> btw, you are under "registration" 20:49:47 <DJNekkid> i can activate you manually 20:49:57 <Ammler> but I accidentially make a productive update 20:50:12 <Ammler> made* 20:51:37 <DJNekkid> congratulations ... 20:51:43 <DJNekkid> and that is, 0.9 on devzone? 20:52:04 <Ammler> no 20:52:12 <Ammler> that is still something trunkish 20:52:35 <Ammler> but the update seems fine, so I do now "full" productive update 20:52:58 <DJNekkid> hehe 20:53:25 <Ammler> http://dev.openttdcoop.org:3000/ <-- that is 0.9-stable 20:55:28 <DJNekkid> goodie :) 20:55:48 *** Hyronymus has quit IRC 20:56:37 <DJNekkid> hmm 20:56:45 <DJNekkid> now i only need to find my raid-array :) 20:57:27 *** welshdragon has joined #openttdcoop.devzone 21:11:23 <DJNekkid> i guess i "need" some disk GUI :) 21:18:09 <Ammler> one reason, it is 2nd best only ;-) 21:19:44 <DJNekkid> it lacks a disk GUI ? 21:20:37 <Ammler> :-) 21:20:48 <Ammler> no idea, I don't know it that well 21:21:11 <DJNekkid> "gparted" seems ok... 21:21:16 <Ammler> yes 21:21:27 <DJNekkid> so ... 21:21:35 <DJNekkid> i download a "zip", "unzip" it, then what? :P 21:21:40 <DJNekkid> make ? 21:21:44 <Ammler> of? 21:21:47 <Ammler> gparted? 21:21:48 <DJNekkid> gparted 21:21:52 <Ammler> no, NEVER 21:22:03 <Ammler> use yum 21:22:06 <Ammler> yum install gparted 21:22:23 <Ammler> never install software like you did on windows 21:22:40 <DJNekkid> hehe 21:22:46 <DJNekkid> i'll *try* to remember that 21:22:54 <Ammler> never install something self, unless you know why.... 21:23:06 <DJNekkid> or a guide tells me to? :P 21:23:29 <DJNekkid> it didnt seem to work tho :( 21:23:36 <Ammler> yum? 21:23:58 <DJNekkid> "no package gparted available" 21:24:21 <Ammler> I don't know your repos, you have installed, you might need, rpmforge.org 21:25:00 <DJNekkid> and where do i add that? :P 21:25:03 <DJNekkid> or, how? 21:25:05 <DJNekkid> hehehehe 21:25:10 <DJNekkid> soooo many questions :) 21:25:22 <Ammler> http://wiki.centos.org/AdditionalResources/Repositories 21:25:22 <Webster> Title: AdditionalResources/Repositories - CentOS Wiki (at wiki.centos.org) 21:25:33 <Ammler> I have 0 CentOS server installed ;-) 21:25:51 <DJNekkid> hehe 21:25:55 <Ammler> but I had some time ago 21:26:28 <Ammler> we thought about making the DevZone a CentOS server 21:27:00 <Ammler> but CentOS uses more acient software than Debian, so I luckly find another way.... 21:28:53 <Ammler> http://wiki.centos.org/AdditionalResources/Repositories/RPMForge <-- most important 3rd party repo 21:28:54 <Webster> Title: AdditionalResources/Repositories/RPMForge - CentOS Wiki (at wiki.centos.org) 21:28:59 <DJNekkid> http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.x86_64.rpm 21:29:03 <DJNekkid> i installed that one 21:29:06 <DJNekkid> and now it worked :) 21:29:44 <DJNekkid> where "it" is "yum install gparted" 21:30:39 <DJNekkid> but hmm, im not sure, but i find it wierd that two disks are found 21:30:44 <Ammler> http://download.opensuse.org/repositories/home:/openttdcoop/CentOS_5 <-- another fine repo :-) 21:30:48 <Ammler> :-P 21:31:04 <DJNekkid> and they _should_ be a raid1 disk 21:31:26 <DJNekkid> and i would think they wouold show up as one drive 21:31:31 <DJNekkid> its even hardware raid 21:31:36 <Ammler> hmm 21:31:44 <Ammler> what does fdisk -l tell? 21:32:18 <Ammler> or df 21:33:15 <DJNekkid> http://paste.openttd.org/221028 21:35:45 <Ammler> yes, no RAID, IMO 21:35:58 <Ammler> but I am no expert in that matte 21:36:17 <Ammler> are you sure, you have Hardware RAID? 21:36:21 <DJNekkid> hehe 21:36:23 <DJNekkid> yes... 21:36:35 <Ammler> well, ask pros then 21:36:44 <DJNekkid> i "just" (read: around 1800ish) installed it :) 21:36:48 <Ammler> in in #centos :-) 21:37:22 <DJNekkid> probably need to join freenode 21:45:16 <DJNekkid> i think i'll reboot, and see what more i can do about the hardware/bios on that raidcard 21:45:23 *** DJNekkid has quit IRC 21:51:53 *** DJNekkid has joined #openttdcoop.devzone 21:53:16 <DJNekkid> hmm 21:54:38 <DJNekkid> oh... 21:55:31 <DJNekkid> aha :) 22:09:41 <Ammler> you found something? :-) 22:36:37 <DJNekkid> no 22:36:52 <DJNekkid> well, according to the raidcontroller is the raid set up properly 22:37:25 <DJNekkid> but i think this is it for me today.... 23:05:04 *** PeterT has joined #openttdcoop.devzone 23:09:12 *** ODM has quit IRC