| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 00:30 | |
| *** Anxuiz <Anxuiz!~anxuiz@unaffiliated/anxuiz> has joined #rtems | 01:21 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has joined #rtems | 01:33 | |
| sebhub | good morning | 01:34 |
|---|---|---|
| xiangfu | Hi | 02:30 |
| xiangfu | I have some problem with the FTPd service under RTEMS. | 02:31 |
| sebhub | which problem? | 02:31 |
| xiangfu | when I upload files to rtems.(device). the FTPd always close connect . | 02:34 |
| xiangfu | this is happen when I using GUI tools. like filezilla, nautilus. etc. | 02:34 |
| sebhub | they open to many connections at once | 02:35 |
| xiangfu | sebhub,how can I fix this? don't want all end users use the command line tools. :) | 02:36 |
| sebhub | you probably need to fix this in the ftpd | 02:37 |
| xiangfu | sebhub, thanks. please give me some advice. :) | 02:37 |
| xiangfu | sebhub, the FTP works fine before. before we switch to upstream cvs. | 02:38 |
| sebhub | the ftpd worked and after a cvs update it is broken now? | 02:39 |
| xiangfu | sebhub, yes. but I can't find which commit we used before. we(milkymist project) delete our local rtems fork repo. :( | 02:41 |
| xiangfu | now we are stick to upstream. | 02:41 |
| sebhub | the ftpd worked with filezilla, nautilus. etc. some time in the past? | 02:42 |
| xiangfu | sebhub, yes. | 02:42 |
| sebhub | and you lost the working version somehow or do you have the file? | 02:43 |
| xiangfu | no source code. only the ELF file. is that ok? | 02:44 |
| xiangfu | this one: http://milkymist.org/updates/2011-07-13/flickernoise | 02:45 |
| sebhub | you can test the last revisions of the ftpd.c file and check if they work or not | 02:46 |
| xiangfu | the last ftpd.c is '2010-12-02 Sebastien Bourdeauducq <sebastien@milkymist.org>' right? | 02:52 |
| xiangfu | (cvs update is very slow here ) | 02:52 |
| xiangfu | (I am in China. access outside China website is always verrrrrrrrry slow :( | 02:53 |
| xiangfu | Repository revision:1.30/usr1/CVS/rtems/cpukit/ftpd/ftpd.c,v | 02:55 |
| sebhub | revision 1.30 | 03:01 |
| sebhub | date: 2011/12/08 05:36:27; author: ralf; state: Exp; lines: +2 -2 | 03:01 |
| sebhub | 2011-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> | 03:01 |
| sebhub | * ftpd/ftpd.c: Make split_command static. | 03:01 |
| sebhub | this is the last, there are several updates of ftpd.c in this year | 03:01 |
| sebhub | please try revision 1.23 | 03:03 |
| xiangfu | 1.30 give errors. with 'filezilla', 'nautilus' | 03:06 |
| xiangfu | now trying 1.23 | 03:06 |
| xiangfu | recompile from the first step. (./bootstrap -c && ./bootstrap -p && ./bootstrap) this needs ~15 mins in my compute. | 03:17 |
| sebhub | there is no need to update the rtems tree, just update ftpd.c | 03:18 |
| sebhub | and maybe ftpd.h | 03:18 |
| sebhub | you can also copy the files into you application directory, this saves the rtems rebuild | 03:19 |
| xiangfu | it give me "make[5]: *** No rule to make target `ftpd/ftpd.h', needed by `all-am'. Stop." so I update the rtems tree. | 03:19 |
| xiangfu | I run command like: 'tems/cpukit/ftpd$ cvs update -r 1.23 .' | 03:20 |
| sebhub | this is ok, but in this case you don't need the bootstrap | 03:21 |
| sebhub | you need the bootstrap only if configure.ac and Makefile.am files changed | 03:21 |
| xiangfu | after run `cvs update -r 1.23 .` ftpd.h and preinstall.am are no longer in the repository. | 03:34 |
| sebhub | you should do this "cvs up -r 1.23 ftpd.c" | 03:40 |
| xiangfu | ok. compiling now. | 03:42 |
| xiangfu | any other issue. is the '*root; /* Root for FTPD or 0 for / */' never worked. :( | 03:45 |
| xiangfu | now. it give me" Error: Unexpected end of stream | 04:11 |
| xiangfu | Please select another viewer and try again." | 04:11 |
| xiangfu | filezilla give : http://pastebin.com/uHxgUHpk | 04:12 |
| xiangfu | and nothing output from 'serial console' | 04:12 |
| sebhub | can you try revision 1.25 | 04:14 |
| xiangfu | sebhub, ok. you can tell me what command I should do. thanks. don't want run './bootstrap' again. | 04:16 |
| xiangfu | thanks. | 04:16 |
| xiangfu | don't know much about 'cvs' :( | 04:16 |
| sebhub | cvs up -r 1.25 ftpd.c | 04:16 |
| sebhub | in the ftpd directory | 04:17 |
| xiangfu | yes. | 04:17 |
| xiangfu | done. then just 'make all install' right? | 04:17 |
| sebhub | yes | 04:18 |
| xiangfu | I have to remove those four lines under ftpd.h: http://pastebin.com/MDB540yz | 04:19 |
| xiangfu | 6 lines. | 04:19 |
| sebhub | this is ok | 04:19 |
| *** kiwichris_ <kiwichris_!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has quit IRC (Ping timeout: 276 seconds) | 04:21 | |
| xiangfu | same behavior. :( when copy 4 files. nautillus umount the ftp. | 04:23 |
| sebhub | and the ftpd.c which worked is lost completely? | 04:24 |
| xiangfu | I think so. | 04:25 |
| xiangfu | I would like to help fix last version :) | 04:25 |
| *** kiwichris_ <kiwichris_!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has joined #rtems | 04:26 | |
| xiangfu | filezilla give more error info: | 04:26 |
| xiangfu | http://pastebin.com/eYkRN7nL | 04:26 |
| sebhub | we have two options: 1. find a version that worked and compare it with the current version or 2. debug the current version | 04:26 |
| xiangfu | "550 Error creating file." | 04:26 |
| xiangfu | option 2. | 04:29 |
| xiangfu | if the error is 550 Error creating file, maybe this is the filesystem error. :) | 04:34 |
| verm__ | xiangfu: go get lftp http://lftp.yar.ru/ | 04:36 |
| verm__ | type 'debug 10' then open a connection, paste that log | 04:36 |
| verm__ | it will give you much better debug output | 04:36 |
| verm__ | err put the log on pastebin not on irc :) | 04:37 |
| xiangfu | thanks | 04:37 |
| xiangfu | downloading | 04:38 |
| xiangfu | verm__, on. it always works fine with command line tools. | 04:47 |
| xiangfu | verm__, only GUI tools give errors. like 'filezilla' 'nautilus' macos 'find' etc. | 04:48 |
| xiangfu | verm__, like when copy 4 files. | 04:48 |
| verm__ | use 'mirror --parallel=5' | 04:49 |
| verm__ | to open 5 parallel connections | 04:49 |
| verm__ | you can increase this to whatever value | 04:49 |
| verm__ | pget -n 5 <file> will open 5 connections to get a single file | 04:50 |
| xiangfu | verm__, is there parallel upload? | 04:54 |
| verm__ | yes | 04:54 |
| verm__ | mirror -R | 04:54 |
| xiangfu | verm__, here is the log: | 04:56 |
| xiangfu | http://pastebin.com/mBuHseBw | 04:56 |
| xiangfu | I try to sync my '/usr/share/backgrounds/*' to the device by using lftp | 04:57 |
| verm__ | you didn't set debug also 'permission' denied means you don't have permission to write the file remotely | 04:57 |
| xiangfu | let me do that again. | 04:58 |
| verm__ | do you have write permission to that directory? | 04:59 |
| xiangfu | yes. I have. that 'permissin' is my local folder /ssd is 644 not 755. | 05:01 |
| verm__ | mirror: Access failed: /home/xiangfu/Software/lftp-4.3.3/xiangfu-tmp/ssd: Permission denied | 05:01 |
| verm__ | this says you don't | 05:01 |
| xiangfu | (sorry for confuse) we just ignore that. let me do from 0. | 05:04 |
| verm__ | ok | 05:07 |
| sebhub | what is the status of the git conversion? do you need some help? | 05:09 |
| verm__ | i need to look over the branch/tag map today then send it out to joel/chris for review | 05:10 |
| verm__ | once that's settled i'll fix it.. then we need to use PGP to sign the tags (for security).. then we'll do a private review for a day and re-run chris' compare script | 05:10 |
| verm__ | that should be it | 05:10 |
| verm__ | should be done on tuesday or wednesday | 05:10 |
| sebhub | great | 05:10 |
| xiangfu | verm__, thanks for git conversion. | 05:12 |
| verm__ | sure | 05:12 |
| verm__ | it's been needed for a while :) | 05:13 |
| xiangfu | verm__, if I set '--parallel=5' it give a looooooot of error. still coping... | 05:13 |
| xiangfu | I think the log if enough. | 05:14 |
| verm__ | you can reduce the debug setting to make it managable | 05:14 |
| xiangfu | here is the output from terminal: http://pastebin.com/Kj8TaPqx | 05:16 |
| *** kristianpaul <kristianpaul!~kristianp@unaffiliated/kristianpaul> has quit IRC (Quit: leaving) | 05:16 | |
| verm__ | where is the debug log? | 05:16 |
| xiangfu | uploading... | 05:17 |
| *** kristianpaul <kristianpaul!~kristianp@cl-498.udi-01.br.sixxs.net> has joined #rtems | 05:17 | |
| *** kristianpaul <kristianpaul!~kristianp@unaffiliated/kristianpaul> has joined #rtems | 05:17 | |
| xiangfu | verm__, http://downloads.qi-hardware.com/people/xiangfu/tmp/lftp.1.log | 05:17 |
| verm__ | forbidden | 05:18 |
| xiangfu | ah 600 . chmod now. | 05:21 |
| xiangfu | wait | 05:21 |
| xiangfu | should be ok now. | 05:21 |
| verm__ | yeah you're going to have to debug the ftpd in rtems to see why it's returning a 550 | 05:23 |
| verm__ | someone else will have to help you with that :) | 05:23 |
| xiangfu | ftpd.c line 1030: creat(filename, | 05:25 |
| xiangfu | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); | 05:25 |
| xiangfu | give -1. | 05:25 |
| xiangfu | I added one line: ' syslog(LOG_INFO,"xiangfu fd: %d\n", fd); " :) | 05:26 |
| xiangfu | for the create() I should look into 'rtems_filesystem_operations_table' mknod right? | 05:31 |
| xiangfu | for the create() I should look into 'rtems_filesystem_operations_table' mknod right? | 05:31 |
| *** arvind_khadri <arvind_khadri!~arvind@117.192.148.54> has joined #rtems | 05:33 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 05:33 | |
| xiangfu | there is a 'ylock(dev);' under the 'mknod' maybe that is why when '--parallel=5' give errors. | 05:34 |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 248 seconds) | 06:03 | |
| verm__ | i would post this to the -devel list | 06:29 |
| xiangfu | yes. will do. now try to dig more info :) | 06:44 |
| *** timakima <timakima!makimatt@kapsi.fi> has quit IRC (Ping timeout: 244 seconds) | 06:46 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has quit IRC (Ping timeout: 240 seconds) | 06:47 | |
| *** lcpfnvcy <lcpfnvcy!~mememe@lee2.tlabs.ac.za> has quit IRC (Ping timeout: 240 seconds) | 06:47 | |
| *** lcpfnvcy <lcpfnvcy!~mememe@lee2.tlabs.ac.za> has joined #rtems | 06:47 | |
| *** mwalle <mwalle!~mw@services.serverraum.org> has quit IRC (*.net *.split) | 06:52 | |
| *** timakima <timakima!makimatt@kapsi.fi> has joined #rtems | 06:52 | |
| *** mwalle <mwalle!~mw@services.serverraum.org> has joined #rtems | 06:52 | |
| *** timakima <timakima!makimatt@kapsi.fi> has quit IRC (*.net *.split) | 06:57 | |
| *** mwalle <mwalle!~mw@services.serverraum.org> has quit IRC (*.net *.split) | 06:57 | |
| *** timakima <timakima!makimatt@kapsi.fi> has joined #rtems | 07:00 | |
| *** mwalle <mwalle!~mw@services.serverraum.org> has joined #rtems | 07:00 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 08:32 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 09:23 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 268 seconds) | 09:25 | |
| verm__ | quiet | 10:47 |
| *** arvind_khadri <arvind_khadri!~arvind@117.192.198.78> has joined #rtems | 12:42 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 12:42 | |
| Anxuiz | Hi! I'm a GCI student interested in the BSP spreadsheet tasks. Two questions: What does MANUAL_CHECK in the CPU Model mean, and what kind of information is expected for the descriptions? | 13:00 |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 268 seconds) | 13:08 | |
| *** kiwichris_ <kiwichris_!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has quit IRC (Quit: Leaving) | 13:42 | |
| verm__ | Anxuiz: manual_check means to check the source code to verify some fields | 14:11 |
| verm__ | you'll probably need help with that | 14:11 |
| verm__ | as for the descriptions most (all?) of it is currently on the wiki it should be a short, terse description of what it is | 14:11 |
| verm__ | just a sentence or three | 14:12 |
| Anxuiz | alright | 14:12 |
| verm__ | ask via the website in the task for the first one (2-12?) someone will help you | 14:13 |
| verm__ | (probably me but i have to go out soon) | 14:13 |
| *** Ivaylo <Ivaylo!~d_c_@94.155.73.100> has joined #rtems | 14:34 | |
| Ivaylo | Hello | 14:35 |
| Ivaylo | verm__: Can you claim it please : http://www.google-melange.com/gci/task/view/google/gci2011/7234209 | 14:35 |
| Ivaylo | Best wishes | 14:35 |
| verm__ | done.. i'm out for the evening. | 14:44 |
| Ivaylo | thanks | 14:47 |
| *** Ivaylo <Ivaylo!~d_c_@94.155.73.100> has quit IRC () | 14:47 | |
| *** antgreen <antgreen!~user@70.50.66.140> has joined #rtems | 15:28 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 20:04 | |
| *** kiwichris <kiwichris!~kiwichris@220-244-175-250.static.tpgi.com.au> has joined #rtems | 20:25 | |
| *** kiwichris <kiwichris!~kiwichris@220-244-175-250.static.tpgi.com.au> has quit IRC (Client Quit) | 20:28 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 252 seconds) | 21:01 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 21:05 | |
| xiangfu | Hi | 00:46 |
| xiangfu | just sent one patch about ftpd root setup. | 00:46 |
| xiangfu | :) | 00:46 |
| xiangfu | to the devel list | 00:46 |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 00:53 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 01:28 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 01:31 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has joined #rtems | 02:12 | |
| sebhub | good morning | 02:12 |
| xiangfu | good morning | 02:20 |
| xiangfu | sebhub, I sent one small patch about ftpd today to the devel mailing list. | 02:21 |
| xiangfu | sebhub, also I send your code on rtems-yaffs2 to upstream. you may already receive those 32 emails. :D | 02:22 |
| xiangfu | sebhub, if there any advice on those patches. just let me know. I just try to send them to upstream. | 02:23 |
| sebhub | ok, thanks, i will check your ftpd patch now | 02:24 |
| xiangfu | sebhub, by the way. after update 'rtems-yaffs2' and thise ftpd root patch. 'filezilla' and 'lftp' don't give any errors. only 'nautilus' still give errors. | 02:26 |
| sebhub | what errors do occur with nautilus? | 02:27 |
| xiangfu | when I copy a whole 300KB folder to ftpd. the nautilus close the ftp connect. and leave the 'File Operations bar' there. | 02:31 |
| xiangfu | the syslog give "syslog: ftpd: COnnection aborted" | 02:31 |
| xiangfu | rtems not hang. I can still use 'nautilus' connect again. | 02:32 |
| xiangfu | delete files under 'nautilus' works fine. | 02:32 |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 248 seconds) | 02:41 | |
| xiangfu | sebhub, I think this is my system error not ftpd. | 03:04 |
| xiangfu | I am using a ubuntu 11.04. | 03:04 |
| xiangfu | GNOME nautilus 2.32.2.1, after mount ftp. I open terminal goto '/home/xiangfu/.gvfs/ftp as a on 192.168.0.42' | 03:05 |
| xiangfu | and cp the same folder by using command 'cp' . works fine. | 03:05 |
| xiangfu | nautilus using different way copy files compare to command 'cp' | 03:06 |
| *** arvind_khadri <arvind_khadri!~arvind@117.192.143.216> has joined #rtems | 03:12 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 03:12 | |
| xiangfu | sebhub, is that ok I 'git push -f' to rtems-yaffs.git? since I have rebased your commit on top of upstream. | 03:13 |
| xiangfu | now reboot, see if 'MacOS' find works fine | 03:14 |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 03:18 | |
| verm__ | sebhub: you around? | 07:00 |
| *** Ivaylo <Ivaylo!~d_c_@94.155.73.100> has joined #rtems | 07:05 | |
| Ivaylo | Hello | 07:05 |
| Ivaylo | Can someone make a review of this task please | 07:05 |
| Ivaylo | http://www.google-melange.com/gci/task/view/google/gci2011/7234209 | 07:05 |
| *** Ivaylo <Ivaylo!~d_c_@94.155.73.100> has quit IRC () | 07:17 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 07:33 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 248 seconds) | 07:36 | |
| *** peerst_ <peerst_!~peer@yrael.stritzinger.com> has joined #rtems | 08:49 | |
| *** peerst <peerst!~peer@yrael.stritzinger.com> has quit IRC (*.net *.split) | 08:50 | |
| *** timakima <timakima!makimatt@kapsi.fi> has quit IRC (*.net *.split) | 08:50 | |
| *** mwalle <mwalle!~mw@services.serverraum.org> has quit IRC (*.net *.split) | 08:50 | |
| *** peerst_ is now known as peerst | 08:50 | |
| *** timakima <timakima!makimatt@kapsi.fi> has joined #rtems | 08:50 | |
| *** mwalle <mwalle!~mw@services.serverraum.org> has joined #rtems | 08:50 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 08:55 | |
| *** xiangfu <xiangfu!~xiangfu@61.49.252.40> has joined #rtems | 09:14 | |
| *** xiangfu <xiangfu!~xiangfu@61.49.252.40> has quit IRC (Remote host closed the connection) | 09:34 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 09:39 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 240 seconds) | 09:50 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has quit IRC (Remote host closed the connection) | 10:47 | |
| *** antgreen <antgreen!~user@70.50.66.140> has quit IRC (Remote host closed the connection) | 11:47 | |
| *** antgreen <antgreen!~user@70.50.66.140> has joined #rtems | 12:09 | |
| *** gedare <gedare!~gedare@128.164.201.103> has joined #rtems | 13:09 | |
| *** antgreen <antgreen!~user@70.50.66.140> has quit IRC (Remote host closed the connection) | 14:12 | |
| *** antgreen <antgreen!~user@70.50.66.140> has joined #rtems | 14:30 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has joined #rtems | 14:44 | |
| kiwichris | Hi | 14:46 |
| gedare | hello kiwichris | 14:50 |
| kiwichris | Just looking at the ins and outs of git via http. | 14:51 |
| gedare | i saw that request, i can't imagine its too hard to satisfy | 14:51 |
| gedare | at least for read-only | 14:51 |
| kiwichris | Yeah, just need to right magic to make it happen | 14:52 |
| kiwichris | ... need to find the right ... | 14:52 |
| gedare | i had a thought yesterday night. I wonder if we should have a best-fit version of malloc; most of the time malloc is called during system initialization when wasting space may be less important than time. | 14:53 |
| gedare | i've been staring at memory management code too much lately :) | 14:54 |
| kiwichris | Best fit is nice when memory is tight. | 14:54 |
| gedare | yeah, which is a common problem rtems users have | 14:56 |
| kiwichris | Plugable ? | 14:56 |
| gedare | that's what I was thinking | 14:56 |
| gedare | a pluggable Heap_Control would work | 14:56 |
| gedare | pluggable allocators :) | 14:56 |
| * gedare does everything pluggable | 14:57 | |
| kiwichris | Make the current one pluggable and then others could be added. | 14:57 |
| gedare | yeah i'll ponder that over the break | 14:57 |
| gedare | maybe add it to my growing list of things I don't have time to do | 14:57 |
| gedare | :) | 14:57 |
| kiwichris | Nice. | 14:58 |
| kiwichris | I was playing with the loader while travelling yesterday. | 14:58 |
| gedare | is it getting stable? | 14:58 |
| kiwichris | The rtems-ld tool can create a sort of application which is a bunch of object files in AR archive format file. | 14:59 |
| kiwichris | The target loader how-ever wants object files so I am thinking of changing it to load all in an archive if that is given. | 14:59 |
| gedare | ahh | 15:00 |
| kiwichris | This raises the problem of the entry point etc. | 15:00 |
| gedare | that makes sense... usually libraries come like that | 15:00 |
| gedare | yeah | 15:00 |
| gedare | that's in the feature list for the release right? | 15:01 |
| kiwichris | I would add a new extension type header to the archive with RTEMS specific details. | 15:01 |
| gedare | iirc one of the blockers :) | 15:01 |
| kiwichris | Yeah the 4.11 one | 15:01 |
| gedare | great | 15:01 |
| gedare | i guess that makes sense since we need custom toolchain anyway, not too dirty | 15:02 |
| gedare | ralf may complain;) | 15:02 |
| kiwichris | The issue is being a standard archive format has advantages. One if the efltools has a strip tool that can strip the library in one command. Means I do not have to handle this. | 15:03 |
| gedare | Yeah | 15:03 |
| gedare | reduces tool dependencies | 15:03 |
| kiwichris | I could add a dummy elf file with some special sections. Don't like this one as much. | 15:04 |
| kiwichris | I did not want an RTEMS specific file format. Being an AR format the standard tool can be used to edit the executable. | 15:05 |
| kiwichris | You can unpack it, delete or replace object files. | 15:05 |
| gedare | yes i would lean toward the standard format as a requirement... makes it easier to think about and can borrow documentation | 15:07 |
| verm__ | git via http is horrible | 15:15 |
| verm__ | it's extremely slow | 15:15 |
| kiwichris | Better slow than nothing at all. There was a request on the devel list from a user who has the git protocol blocked. | 15:15 |
| verm__ | the *protocol* or port? | 15:16 |
| kiwichris | git over http | 15:16 |
| kiwichris | Just read-only | 15:16 |
| verm__ | there's more issues than it simply being slow, if it's the port we can put it on another port | 15:16 |
| kiwichris | What other issues ? | 15:17 |
| kiwichris | I suspect the actual port number is not the issue, rather every port other than say http is blocked. | 15:18 |
| verm__ | it thrashes the webserver | 15:19 |
| verm__ | if we're going to do that we need to password protect it and make it by request only | 15:19 |
| kiwichris | Ah ok. | 15:19 |
| kiwichris | this is search bots | 15:20 |
| kiwichris | ? | 15:20 |
| verm__ | no, i just don't want any users using it as an alternative | 15:20 |
| verm__ | if someone wants access via http they'll have to request it | 15:20 |
| gedare | seems reasonable to me, especially with the argument about webserver performance. | 15:21 |
| verm__ | i can setup that perl script which is basically the git protocol over http | 15:22 |
| verm__ | that's supposed to be much better | 15:22 |
| kiwichris | Is this on a different port ? | 15:22 |
| verm__ | i have no idea how oit works i've never used it | 15:23 |
| verm__ | it's called smart http transport i think | 15:23 |
| verm__ | sec | 15:23 |
| verm__ | http://progit.org/2010/03/04/smart-http.html | 15:24 |
| verm__ | it was done for github | 15:24 |
| *** gedare <gedare!~gedare@128.164.201.103> has quit IRC (Quit: Ex-Chat) | 16:38 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 19:55 | |
| *** antgreen <antgreen!~user@70.50.66.140> has quit IRC (Ping timeout: 240 seconds) | 00:01 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 00:39 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 00:42 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has joined #rtems | 01:54 | |
| sebhub | good morning | 02:05 |
| xiangfu | good morning :) | 02:09 |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 03:32 | |
| *** monstr-rtems <monstr-rtems!~microblaz@178.23.216.97> has joined #rtems | 04:45 | |
| peerst | what is the easiest to use powerpc emulator with rtems? | 06:35 |
| peerst | psim? | 06:35 |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 06:38 | |
| sebhub | peer: please have a look at: c/src/lib/libbsp/powerpc/motorola_powerpc/README.qemu | 07:54 |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 08:03 | |
| *** monstr-rtems <monstr-rtems!~microblaz@178.23.216.97> has quit IRC (Ping timeout: 252 seconds) | 09:22 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 09:27 | |
| *** arvind_k <arvind_k!~arvind@117.216.159.62> has joined #rtems | 09:41 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 244 seconds) | 09:41 | |
| *** arvind_k is now known as arvind_khadri | 09:43 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 09:44 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has quit IRC (Ping timeout: 252 seconds) | 10:31 | |
| *** antgreen <antgreen!~user@bas3-toronto06-1177890505.dsl.bell.ca> has joined #rtems | 11:08 | |
| *** arnie__ <arnie__!75c26840@gateway/web/freenode/ip.117.194.104.64> has joined #rtems | 11:17 | |
| arnie__ | Hi..I need help with setting up RTEMS...pleaseee help someone | 11:18 |
| *** arnie__ <arnie__!75c26840@gateway/web/freenode/ip.117.194.104.64> has quit IRC (Quit: Page closed) | 11:22 | |
| *** juli1- <juli1-!~julien@53557108.cm-6-6b.dynamic.ziggo.nl> has joined #rtems | 11:51 | |
| juli1- | hi all | 11:51 |
| verm__ | hi | 12:59 |
| *** monstr-rtems <monstr-rtems!~microblaz@178.23.216.97> has joined #rtems | 13:51 | |
| *** antgreen <antgreen!~user@bas3-toronto06-1177890505.dsl.bell.ca> has quit IRC (Remote host closed the connection) | 13:56 | |
| *** monstr-rtems <monstr-rtems!~microblaz@178.23.216.97> has quit IRC (Ping timeout: 240 seconds) | 13:59 | |
| *** arvind_k <arvind_k!~arvind@117.192.200.89> has joined #rtems | 14:22 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 248 seconds) | 14:23 | |
| *** antgreen <antgreen!~user@bas3-toronto06-1177890505.dsl.bell.ca> has joined #rtems | 15:36 | |
| *** arvind_k <arvind_k!~arvind@117.192.200.89> has quit IRC (Ping timeout: 240 seconds) | 18:12 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has quit IRC (Ping timeout: 240 seconds) | 19:00 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has joined #rtems | 19:05 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 19:41 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 252 seconds) | 21:14 | |
| *** antgreen <antgreen!~user@bas3-toronto06-1177890505.dsl.bell.ca> has quit IRC (Ping timeout: 268 seconds) | 21:18 | |
| *** antgreen <antgreen!~user@70.50.66.55> has joined #rtems | 21:27 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 22:08 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 276 seconds) | 23:07 | |
| *** antgreen <antgreen!~user@70.50.66.55> has quit IRC (Read error: Operation timed out) | 00:05 | |
| *** dr__house <dr__house!~vattam@unaffiliated/drhouse/x-385045> has left #rtems | 00:50 | |
| *** monstr-rtems <monstr-rtems!~microblaz@178.23.216.97> has joined #rtems | 01:00 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has joined #rtems | 02:08 | |
| sebhub | good morning | 02:09 |
| *** arvind_k <arvind_k!~arvind@122.167.9.188> has joined #rtems | 04:37 | |
| *** arvind_k is now known as arvind_khadri | 04:41 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 04:41 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 276 seconds) | 05:43 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has quit IRC (Ping timeout: 268 seconds) | 06:30 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has joined #rtems | 06:34 | |
| *** kristianpaul <kristianpaul!~kristianp@unaffiliated/kristianpaul> has quit IRC (Quit: leaving) | 08:10 | |
| *** kristianpaul <kristianpaul!~kristianp@cl-498.udi-01.br.sixxs.net> has joined #rtems | 08:14 | |
| *** kristianpaul <kristianpaul!~kristianp@unaffiliated/kristianpaul> has joined #rtems | 08:14 | |
| *** kristianpaul <kristianpaul!~kristianp@unaffiliated/kristianpaul> has quit IRC (Quit: leaving) | 08:21 | |
| *** kristianpaul <kristianpaul!~kristianp@unaffiliated/kristianpaul> has joined #rtems | 08:21 | |
| *** monstr-rtems <monstr-rtems!~microblaz@178.23.216.97> has quit IRC (Quit: Leaving) | 08:56 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has joined #rtems | 09:37 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has quit IRC (Ping timeout: 240 seconds) | 09:49 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 11:28 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has quit IRC (Ping timeout: 248 seconds) | 12:24 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 252 seconds) | 12:30 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has joined #rtems | 13:14 | |
| *** easwar <easwar!~inpressi@rsass-rcs.uncc.edu> has joined #rtems | 15:38 | |
| *** easwar <easwar!~inpressi@unaffiliated/inpressi> has joined #rtems | 15:38 | |
| *** easwar <easwar!~inpressi@unaffiliated/inpressi> has left #rtems | 15:39 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 19:25 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has quit IRC (Ping timeout: 255 seconds) | 21:04 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has joined #rtems | 21:06 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has quit IRC (Ping timeout: 240 seconds) | 22:04 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has joined #rtems | 22:09 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has quit IRC (Ping timeout: 240 seconds) | 22:28 | |
| *** arvind_khadri <arvind_khadri!~arvind@117.192.140.65> has joined #rtems | 23:17 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 23:17 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 252 seconds) | 00:52 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 252 seconds) | 01:25 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 01:47 | |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has joined #rtems | 01:52 | |
| sebhub | good morning | 01:52 |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 01:54 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 248 seconds) | 02:01 | |
| *** arvind_khadri <arvind_khadri!~arvind@117.202.17.26> has joined #rtems | 02:15 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 02:15 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 03:20 | |
| *** xiangfu <xiangfu!~xiangfu@61.49.252.40> has joined #rtems | 03:39 | |
| *** xiangfu_ <xiangfu_!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 03:56 | |
| *** xiangfu <xiangfu!~xiangfu@61.49.252.40> has quit IRC (Ping timeout: 252 seconds) | 03:59 | |
| *** leinad <leinad!~dani@79.114.205.121> has joined #rtems | 04:00 | |
| *** leinad is now known as Guest36501 | 04:01 | |
| *** Guest36501 <Guest36501!~dani@79.114.205.121> has quit IRC (Ping timeout: 255 seconds) | 04:44 | |
| *** dani_ <dani_!~dani@79.114.205.84> has joined #rtems | 04:50 | |
| *** dani_ <dani_!~dani@79.114.205.84> has left #rtems ("Leaving") | 05:20 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 252 seconds) | 05:40 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has quit IRC (Ping timeout: 252 seconds) | 05:58 | |
| *** kiwichris <kiwichris!~kiwichris@CPE-58-172-130-75.nfcz1.ken.bigpond.net.au> has joined #rtems | 06:03 | |
| *** dani_ <dani_!~dani@79.114.205.84> has joined #rtems | 08:51 | |
| *** antgreen <antgreen!~user@70.50.66.113> has joined #rtems | 08:58 | |
| dani_ | hello | 09:14 |
| dani_ | i am the student working on this gci task: http://goo.gl/fjhEq | 09:14 |
| verm__ | hi | 09:16 |
| dani_ | and i need an editing rights on the spreadsheet | 09:16 |
| dani_ | the spreadsheet is located here http://goo.gl/8O6E9 | 09:16 |
| verm__ | i will email joel | 09:18 |
| dani_ | ok thanks for your help | 09:19 |
| verm__ | dani_: ask via the website | 09:19 |
| dani_ | i asked multiple times | 09:19 |
| verm__ | where? | 09:20 |
| dani_ | on the spreadsheet there is a chat windows | 09:20 |
| verm__ | you should have asked via the GCI website | 09:20 |
| verm__ | i'll send an email | 09:20 |
| dani_ | i see that mister joel is viewing that spreadsheet rigth now but is not responding | 09:21 |
| verm__ | emailed | 09:22 |
| verm__ | dani_: the GCI website is the best place to ask for anything, irc works too sometimes though i can't help with the spreadsheet since i don't have access | 09:25 |
| verm__ | dani_: you have write permission | 09:52 |
| dani_ | it works | 09:53 |
| dani_ | thank you for the support | 09:53 |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 11:04 | |
| sebhub | merry christmas, a happy new year, and good by for this year ;-) | 11:26 |
| *** sebhub <sebhub!~sh@host-82-135-62-35.customer.m-online.net> has quit IRC (Read error: Operation timed out) | 11:30 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Read error: Operation timed out) | 12:01 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has joined #rtems | 12:15 | |
| *** arvind_khadri <arvind_khadri!~arvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Ping timeout: 240 seconds) | 14:02 | |
| *** antgreen <antgreen!~user@70.50.66.113> has quit IRC (Remote host closed the connection) | 16:34 | |
| *** antgreen <antgreen!~user@70.50.66.113> has joined #rtems | 16:34 | |
| *** antgreen <antgreen!~user@70.50.66.113> has quit IRC (Remote host closed the connection) | 16:44 | |
| *** dr__house <dr__house!~vattam@static.88-198-40-10.clients.your-server.de> has joined #rtems | 17:46 | |
| *** dr__house <dr__house!~vattam@unaffiliated/drhouse/x-385045> has joined #rtems | 17:46 | |
| *** dr__house <dr__house!~vattam@unaffiliated/drhouse/x-385045> has left #rtems | 17:47 | |
| *** dani_ <dani_!~dani@79.114.205.84> has quit IRC (Remote host closed the connection) | 18:11 | |
| *** leinad <leinad!~dani@79.114.205.172> has joined #rtems | 03:39 | |
| *** leinad is now known as Guest46561 | 03:39 | |
| *** wyuka <wyuka!d2d40555@kde/developer/chatterjee> has joined #rtems | 04:07 | |
| wyuka | hello | 05:01 |
| wyuka | is there a definitive guide to porting applications to the RTEMS operating system? | 05:24 |
| *** wyuka <wyuka!d2d40555@kde/developer/chatterjee> has quit IRC (Ping timeout: 258 seconds) | 05:56 | |
| *** xiangfu_ <xiangfu_!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 07:25 | |
| *** Guest46561 <Guest46561!~dani@79.114.205.172> has quit IRC (Ping timeout: 240 seconds) | 07:59 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has joined #rtems | 08:16 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has quit IRC (Ping timeout: 252 seconds) | 09:16 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has joined #rtems | 09:19 | |
| *** xiangfu_ <xiangfu_!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 09:24 | |
| *** xiangfu_ <xiangfu_!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 09:34 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has quit IRC (Ping timeout: 252 seconds) | 09:49 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has joined #rtems | 09:53 | |
| *** Suner <Suner!~Sun@unaffiliated/suner> has quit IRC (Ping timeout: 240 seconds) | 10:12 | |
| *** verm__ <verm__!~verm@ntp/developer/amar> has quit IRC (Read error: Connection reset by peer) | 22:13 | |
| *** verm__ <verm__!~verm@64.71.190.22> has joined #rtems | 22:13 | |
| *** verm__ <verm__!~verm@64.71.190.22> has quit IRC (Changing host) | 22:29 | |
| *** verm__ <verm__!~verm@ntp/developer/amar> has joined #rtems | 22:29 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 22:44 | |
| *** verm__ <verm__!~verm@ntp/developer/amar> has quit IRC (Ping timeout: 248 seconds) | 22:46 | |
| *** verm__ <verm__!~verm@64.71.190.22> has joined #rtems | 23:00 | |
| *** verm__ <verm__!~verm@64.71.190.22> has quit IRC (Changing host) | 23:08 | |
| *** verm__ <verm__!~verm@ntp/developer/amar> has joined #rtems | 23:08 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 03:09 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 03:54 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 03:56 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 04:16 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 04:25 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 04:28 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Ping timeout: 240 seconds) | 06:43 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 08:32 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has quit IRC (Remote host closed the connection) | 09:45 | |
| *** xiangfu <xiangfu!~xiangfu@fidelio.qi-hardware.com> has joined #rtems | 18:37 | |
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!