Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2013-02-15

00:00:24lorenzo92wait
00:01:36lorenzo92kugel: http://pastebin.com/LyB9GrCY
00:04:02 Quit Jack87 (Ping timeout: 276 seconds)
00:04:11 Quit Rondom (Remote host closed the connection)
00:04:32kugellorenzo92: try SIGUSR2
00:04:50lorenzo92kugel: reason?
00:04:59 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
00:05:25 Quit Gareth (Ping timeout: 245 seconds)
00:05:32kugellorenzo92: thread-unix.c sets a signal handler for SIGUSR1 temporarily. it *should* unset it but worth a try
00:05:41kugellorenzo92: how do you obtain the pid?
00:05:46kugelyou could use pidof to get it, or run killall (which allows to specify the process by name)
00:05:56lorenzo92indeed, see the code
00:06:11lorenzo92and yes I could even use killall
00:06:19kugeloh there, sorry
00:06:33kugelthis seems better
00:06:37***Saving seen data "./dancer.seen"
00:06:56lorenzo92kugel: the problem is that it actually works by hand, but *not* in the /hotplug
00:07:09lorenzo92i.e. kill -s blabla by hand in a shell works
00:07:20kugellorenzo92: /proc/sys/kernel/hotplug should contain a program name. perhaps a full command line doesnt work
00:07:33lorenzo92kugel: that's it, unfortunately pff
00:07:46 Quit nateloaf (Quit: Leaving.)
00:08:14kugelyou could install a shell script
00:08:22lorenzo92hum I tried, no luck
00:08:38lorenzo92also chmodding it + #/bin/sh doesn't do the trick
00:09:04lorenzo92kugel: I may end up writing a small C program...
00:09:15lorenzo92but that's odd
00:09:30kugellorenzo92: nah, a script should work
00:09:35kugelthe problem is somewhere else
00:09:48lorenzo92ok
00:10:15lorenzo92for sure hotplug gets called, tested,
00:10:32lorenzo92hotplug = programm in the sysfs entry
00:11:22 Join Jack87 [0] (Jack87@nasadmin/admin/jack87)
00:11:48 Join Gareth [0] (~gareth@2607:ff38:2:83::3)
00:15:59 Quit lorenzo92 (Remote host closed the connection)
00:16:53 Join heff [0] (~2e40455b@www.haxx.se)
00:16:53 Nick heff is now known as rephlex (~2e40455b@www.haxx.se)
00:18:31rephlexhello, i'm having a slight problem with my sansa clip+: i've been missing my progress/seek bar while playing a song ever since updating rockbox to v3.11, and i just updated to 3.12 and it's still missing
00:19:14rephlexcan anyone give some suggestions as to how i might fix this or what the problem might be? ideally i'd like to be able to do it while preserving my settings and files
00:20:15rephlexto be clear, the progress bar is blankwhile a song is playing, instead of moving along as the song progresses
00:23:24rephlexi've searched the forums etc to no avail
00:23:35 Quit lebellium (Quit: ChatZilla 0.9.90 [Firefox 19.0/20130212082553])
00:27:18 Join dfkt [0] (dfkt@unaffiliated/dfkt)
00:27:33 Quit bertrik (Remote host closed the connection)
00:27:47 Quit dfkt_ (Disconnected by services)
00:34:18 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
00:36:08rephlexi've tried some other themes which display the progress bar differently and they seem to work; it's just yellowbar and yellowbardynamic that seem not to
00:38:12JdGordonrephlex: pastebin your theme
00:39:46rephlexhttp://pastebin.com/i0tJPpsb
00:40:32rephlexit used to work until i updated rockbox to v3.11
00:40:48rephlexalthough maybe i messed it up somehow
00:40:52JdGordonnow you just need [Saint_] to tell you what needs fixing :p
00:41:11JdGordonis it drawing the background image over the bar?
00:41:56rephlexwell the bar is just a box, and now it's just empty, so i don't know
00:42:03rephlexit draws the box
00:42:06JdGordon%pb(0,0,128,6,pb.bmp, backdrop, a)
00:42:06rephlexbut that's all
00:42:13JdGordontry that and remove the %xd(a) line above it
00:42:31rephlexok i'll try
00:42:32rephlexhold on
00:47:20gevaertsI think I'd use the backdrop layer there
00:47:40rephlexomg
00:47:52rephlexi think....i think you fixed it!
00:47:55gevaertsBut yes, that %x() %xd() combination is broken
00:48:08rephlexwow
00:48:12rephlexthank you so much!
00:48:18rephlexthat's been bugging me for AGES
00:48:37rephlexjust out of curiosity, can you elaborate on this, when you say the combination is broken?
00:48:46gevaerts%x means "load and display"
00:48:53gevaerts%xd is "display"
00:49:15rephlexi see
00:49:17gevaerts%xd is really meant to be used with %xl (load)
00:49:29gevaertsSo it was showing the image twice
00:49:41*gevaerts lets JdGordon explain why that causes real issues :)
00:50:19rephlexso it was a bug in the theme, then? you'd think then that more people would experience the issue and report it on the forums then, no?
00:50:36gevaertsI don't know how common the theme is
00:51:27rephlexwell i think it's fairly common, i think the rockbox util said something along those lines
00:51:35 Quit Spaceghost (Quit: Leaving.)
00:51:38rephlexor i may just be imagining it
00:51:44JdGordondisplaying it twice isnt reazlly a problem
00:51:52 Quit pamaury (Ping timeout: 256 seconds)
00:51:54JdGordonit will actually only be drawn once
00:51:55rephlexis there any way the theme can be updated so other people don't run into this in future?
00:52:02JdGordonthe draw order was the issue i tinhk
00:52:19JdGordonrephlex: upload it to the theme site with the same title i think
00:52:25rephlexok
00:52:34gevaertsAnd the same submitter email address...
00:52:44rephlexand i'm allowed to do that?
00:53:47gevaertsThat won't work, no
00:54:29rephlexwell i think it's quite obvious that i have really no idea what i'm doing, but i'd like to thank you both for helping me
00:55:09rephlexi was about to try wiping rockbox and the bootloader and all config files and starting the whole thing again
00:55:13rephlexgood thing i didn't!
00:55:25gevaertsThose things won't solve theme issues :)
00:56:02rephlexyeah, but i wasn't sure whether it was a rockbox issue because i hadn't edited the theme since i updated rockbox
00:56:13rephlexbut i guess theme devs aren't as smart as rockbox devs :P
00:56:46rephlexand i'm not as smart as either
00:57:23rephlexanyway, i g2g, but thanks again
00:58:28 Quit rephlex (Quit: CGI:IRC 0.5.9 (2006/06/06))
00:58:46 Quit Krosis_ (Quit: There's no place like 127.0.0.1)
00:59:09 Join Krosis_ [0] (~Krosis@24-180-66-46.dhcp.bycy.mi.charter.com)
01:00
01:08:26 Quit Guest71489 (Read error: Connection reset by peer)
01:08:40 Quit AlexP (Read error: Connection reset by peer)
01:08:55 Join AlexP [0] (~alex@rockbox/staff/AlexP)
01:17:26 Join Spaceghost [0] (~Pablo@unaffiliated/spaceghost)
01:21:54 Quit Gareth (Ping timeout: 256 seconds)
01:22:01 Join Gareth [0] (~gareth@2607:ff38:2:83::3)
01:25:11 Quit mirak (Quit: Ex-Chat)
01:27:06 Quit foolsh (Quit: poof)
01:27:55 Quit Belzebub (Ping timeout: 245 seconds)
01:42:51 Join Belzebub [0] (~torrentow@195.117.144.66)
01:43:47 Quit Belzebub (Read error: Connection reset by peer)
01:47:12 Join SuperBrainAK_ [0] (~Andy@97-124-66-231.phnx.qwest.net)
01:48:15 Join Belzebub [0] (~torrentow@195.117.144.66)
01:50:38 Quit SuperBrainAK (Ping timeout: 276 seconds)
01:57:38 Quit AlexP (Ping timeout: 248 seconds)
02:00
02:06:39***Saving seen data "./dancer.seen"
02:11:40 Quit XavierGr (Read error: Connection reset by peer)
02:23:34 Quit crwl (Ping timeout: 260 seconds)
02:42:48 Join AlexP [0] (~alex@rockbox/staff/AlexP)
03:00
03:09:35 Quit TBCOOL (Ping timeout: 245 seconds)
03:34:08 Quit [Saint_] (Remote host closed the connection)
03:34:28 Quit bluebrother (Disconnected by services)
03:34:33 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
03:35:52 Join [Saint] [0] (~quassel@rockbox/user/saint)
03:36:40 Quit fs-bluebot (Ping timeout: 264 seconds)
03:38:06 Join fs-bluebot [0] (~fs-bluebo@g224237161.adsl.alicedsl.de)
04:00
04:06:42***Saving seen data "./dancer.seen"
04:08:49 Join TBCOOL [0] (~tb@c-893571d5.09-42-73746f22.cust.bredbandsbolaget.se)
04:29:04 Quit Spaceghost (Ping timeout: 248 seconds)
04:29:22 Join foolsh [0] (~foolsh@nc-76-0-175-2.dhcp.embarqhsd.net)
04:30:32 Quit foolsh (Remote host closed the connection)
04:33:16 Join foolsh [0] (~foolsh@nc-76-0-175-2.dhcp.embarqhsd.net)
04:55:55 Quit pixelma (Disconnected by services)
04:55:56 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:55:58 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:56:05 Quit amiconn (Disconnected by services)
04:56:05 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:56:08 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:57:02 Join froggymana [0] (~me@dhcp-155-92-103-86.nebula.msoe.edu)
04:57:02 Quit froggymana (Changing host)
04:57:02 Join froggymana [0] (~me@unaffiliated/froggyman)
05:00
05:00:13 Quit froggyman (Ping timeout: 244 seconds)
05:08:56 Join zamboni [0] (~bottledwa@unaffiliated/zamboni)
05:15:09 Join TheSphinX^ [0] (~briehl@pD9FBB623.dip.t-dialin.net)
05:18:28 Quit TheSphinX_ (Ping timeout: 248 seconds)
05:21:30 Join Rower [0] (husvagn@v-413-alfarv-177.bitnet.nu)
05:35:32 Join uberushaximus [0] (~uberushax@shepard.sypherz.com)
05:51:28 Quit [7] (Disconnected by services)
05:51:37 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:00
06:00:38 Nick SuperBrainAK_ is now known as SuperBrainAK (~Andy@97-124-66-231.phnx.qwest.net)
06:01:52 Quit JimZat (Ping timeout: 248 seconds)
06:02:24 Join JimZat [0] (~JimZat@99.135.169.218)
06:06:44***Saving seen data "./dancer.seen"
06:13:27 Join froggyman [0] (~me@unaffiliated/froggyman)
06:13:46 Quit SuperBrainAK (Quit: pbly going to sleep /_\)
06:17:08 Quit froggymana (Ping timeout: 255 seconds)
06:31:12 Join enriched [0] (~quassel@101.98.163.139)
06:31:23 Quit froggyman (Ping timeout: 260 seconds)
06:45:44 Quit foolsh (Ping timeout: 256 seconds)
06:49:12 Join melmothX [0] (~melmoth@unaffiliated/melmothx)
06:49:39 Quit Krosis_ (Quit: There's no place like 127.0.0.1)
07:00
07:05:03 Quit ps-auxw (Remote host closed the connection)
07:12:42 Join Gallomimia [0] (~gallo@key.cha0sgaming.net)
07:14:04 Quit Gallomimia (Excess Flood)
07:14:12 Join Gallomimia [0] (~gallo@key.cha0sgaming.net)
07:14:56 Join ps-auxw [0] (~arneb@p4FF7F95A.dip.t-dialin.net)
07:21:28 Join kevku [0] (~kevku@2001:470:27:773:0:feed:c0f:fee)
08:00
08:06:48***Saving seen data "./dancer.seen"
08:07:36 Quit zamboni ()
08:08:30 Quit jhMikeS (Ping timeout: 256 seconds)
08:23:58 Join ender` [0] (~ender@foo.eternallybored.org)
08:29:40 Quit dv_ (Remote host closed the connection)
08:30:23 Join jlbiasini [0] (~metaphysi@109.103.46.91)
08:38:20 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
08:44:04 Quit mc2739 (Ping timeout: 260 seconds)
08:53:02 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
08:55:26 Join LinusN [0] (~linus@giant.haxx.se)
09:00
09:18:47 Join petur [0] (~petur@rockbox/developer/petur)
09:21:18 Quit bertrik (Remote host closed the connection)
09:22:39 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
09:33:49 Quit JdGordon (Ping timeout: 252 seconds)
09:34:40 Join JdGordon [0] (~jonno@CPE-58-168-77-87.lns4.ken.bigpond.net.au)
09:34:40 Quit JdGordon (Changing host)
09:34:40 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
09:45:42 Join crwl [0] (~crwlll@a91-156-110-12.elisa-laajakaista.fi)
09:49:58 Join mortalis [0] (~mortalis@77.108.98.176)
09:56:30 Join lorenzo92 [0] (~chatzilla@host180-25-dynamic.21-79-r.retail.telecomitalia.it)
09:56:41 Join kretender [0] (~kaspar@158-20.194-178.cust.bluewin.ch)
10:00
10:06:51***Saving seen data "./dancer.seen"
10:13:09 Join Ward [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr)
10:13:32 Nick Ward is now known as Guest22291 (~Mirandaha@176-120-190-109.dsl.ovh.fr)
10:13:39 Join Zagor [0] (~bjst@sestofw01.enea.se)
10:13:39 Quit Zagor (Changing host)
10:13:39 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
10:16:16 Quit kaputnik (Ping timeout: 248 seconds)
10:28:26 Quit mc2739 (Ping timeout: 256 seconds)
10:29:55 Join dv_ [0] (~quassel@chello080108009040.14.11.vie.surfer.at)
10:29:58 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
10:32:48 Quit kretender (Remote host closed the connection)
10:33:03 Join kaputnik [0] (~kaputnik@port-92-206-119-74.dynamic.qsc.de)
10:41:13 Quit kaputnik (Ping timeout: 244 seconds)
10:52:24 Join kaputnik [0] (~kaputnik@port-92-206-10-28.dynamic.qsc.de)
10:52:25 Quit Belzebub (Changing host)
10:52:26 Join Belzebub [0] (~torrentow@unaffiliated/blown-engine)
11:00
11:00:12 Quit lorenzo92 (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201190337])
11:00:30 Join lorenzo92 [0] (~chatzilla@host180-25-dynamic.21-79-r.retail.telecomitalia.it)
11:02:04lorenzo92pamaury (logs): ID 04e8:5041 Samsung Electronics Co., Ltd YP-Z5
11:06:12 Quit ps-auxw (Quit: leaving)
11:06:36 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
11:15:40 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
11:29:27 Quit mortalis (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
11:34:59 Quit jlbiasini (Quit: jlbiasini)
11:47:51lorenzo92pamaury (logs): I have been working on YP-Z5's drivers, lcd, buttons and backlight are quite done. Well not tested...I'll send you a diff
12:00
12:02:08 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
12:06:08 Quit petur (Read error: Connection reset by peer)
12:06:53***Saving seen data "./dancer.seen"
12:31:12 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
12:47:34 Join dfkt [0] (dfkt@unaffiliated/dfkt)
12:58:27 Quit amiconn (Read error: Connection reset by peer)
12:58:37 Join amiconn [0] (quassel@rockbox/developer/amiconn)
13:00
13:10:27 Quit shai (Read error: Connection reset by peer)
13:38:56 Quit melmothX (Quit: #)
13:47:12 Join shai [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
13:52:13 Join lebellium [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
13:54:02 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr)
14:00
14:00:11 Quit Guest22291 (Read error: Connection reset by peer)
14:06:56***Saving seen data "./dancer.seen"
14:16:19 Quit kaputnik (Ping timeout: 248 seconds)
14:18:38 Join webguest965 [0] (~58d42413@www.haxx.se)
14:19:34 Join amayer_ [0] (~amayer@mail.weberadvertising.com)
14:26:54 Quit wodz (Quit: Leaving)
14:29:29webguest965Guys I got one problem, I connected my rockboxed Clip+ to the PC, the first time it says that the driver was not installed.. So I booted in the OF, checked USB mode and its set to MSC, as before (Thats how it should be, right?). So I connected it again, now it said that the driver was installed.. There is a USB icon on the screen but it doesnt show the player as a drive, so I cant access the files and copy my music. Any idea what might be the problem? T
14:31:21 Quit y4n (Quit: 6,000,000 ways to die — choose one.)
14:37:40 Join nateloaf [0] (~nwild@S0106bcaec5c3e90e.wp.shawcable.net)
14:45:25webguest965Anyone?
14:53:12 Join hype_ [0] (~hype@82.199.174.16)
15:00
15:00:28 Quit liar (Read error: No route to host)
15:04:32pamaurythose guys at samsung are really basards, not only they don't put open source code which is older than a fews years but they also *remove* code which was online after a few years
15:10:12 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
15:18:42webguest965Guys I got one problem, I connected my rockboxed Clip+ to the PC, the first time it says that the driver was not installed.. So I booted in the OF, checked USB mode and its set to MSC, as before (Thats how it should be, right?). So I connected it again, now it said that the driver was installed.. There is a USB icon on the screen but it doesnt show the player as a drive, so I cant access the files and copy my music. Any idea what might be the problem? T
15:30:59 Quit webguest965 (Quit: CGI:IRC)
15:31:20 Join webguest965 [0] (~58d42413@www.haxx.se)
15:34:56pixelmaI believe that's the current problem with USB on these type of players. You could boot into the OF and connect to the computer there
15:39:31 Quit AlexP (Ping timeout: 248 seconds)
15:40:46 Part amayer_
15:46:21webguest965@pixelma: I thought USB is working on current version. Btw is this a bug or normal behavior? And thanks for the help kind sir, it works! :)
15:49:27pixelmaa hard to trace (and fix) bug, definitely not normal
15:51:23 Join amayer_ [0] (~amayer@mail.weberadvertising.com)
15:52:36 Join AlexP [0] (~alex@rockbox/staff/AlexP)
15:57:49gevaertsamayer_: you missed some details in the themesite changes. All fixed now though :)
16:00
16:00:24 Quit lorenzo92 (Quit: ChatZilla 0.9.90 [Firefox 18.0.2/20130201190337])
16:03:27 Quit webguest965 (Quit: CGI:IRC)
16:04:18 Join froggyman [0] (~me@msoe-00033403.nebula.msoe.edu)
16:04:18 Quit froggyman (Changing host)
16:04:18 Join froggyman [0] (~me@unaffiliated/froggyman)
16:06:57***Saving seen data "./dancer.seen"
16:07:58amayer_gevaerts: what do you mean?
16:10:41 Quit copper (Quit: ZNC - http://znc.in)
16:11:08amayer_gevaerts: were there bugs or something in my code? if so could you send me a copy so i can update my repo?
16:11:24gevaertsThere were a few bugs, yes. They're in the tree now
16:11:39gevaertsWell, the fixes are :)
16:12:08gevaertshttp://git.rockbox.org/?p=themesite.git;a=commit;h=90304f3e05c73f3875d7dea04e53a88f0255c713 and http://git.rockbox.org/?p=themesite.git;a=commit;h=b939c00116805e00648db449d05e5797507ddf10
16:14:03amayer_gevaerts: thanks for fixing them. they may have been copy paste errors...
16:14:34gevaertsProbably. Large changes combined with no form of unit testing will lead to this sort of thing...
16:14:46amayer_im glad someone else understands my code tho. that means im not completely crazy(yet)
16:15:56 Quit Synergist (Read error: Connection reset by peer)
16:16:02*gevaerts was just confused why he couldn't log in :)
16:16:30amayer_i dont have a login so i couldnt test
16:16:59amayer_i guess i could create one on my local server(havent gotten that far yet)
16:17:05 Join Synergist [0] (~synfn@node1.customhost.org.uk)
16:17:05 Quit Synergist (Changing host)
16:17:05 Join Synergist [0] (~synfn@unaffiliated/synergist)
16:17:17amayer_is there a list of features people would like to implement into the themesite?
16:18:02gevaertsI think the big one is forum integration, really
16:18:22gevaertsI also think we may have some database issues when under load
16:18:28*gevaerts isn't sure
16:19:54 Join copper [0] (~copper@unaffiliated/copper)
16:25:19 Join synergst` [0] (~synfn@node1.customhost.org.uk)
16:25:27 Quit Synergist (Read error: Connection reset by peer)
16:27:59amayer_gevaerts: do we have a seperate thread i can test under?
16:28:01amayer_if i create and delete a bunch of stuff so it doesnt confuse people reading the "new posts"
16:28:03amayer_im not sure if there is a way to make it so only specific users(ie. me) can see it
16:29:02 Join RAThomas [0] (~chatzilla@r74-195-239-222.stl1cmta01.stwrok.ok.dh.suddenlink.net)
16:29:35 Part RAThomas
16:31:01 Quit mc2739 (Quit: leaving)
16:32:32 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
16:40:35gevaertsamayer_: you're also amayer on the forums?
16:52:46amayer_yes
16:52:53amayer_or AlexMayer... i cant remeber
16:53:15amayer_yeah amayer
16:54:00 Quit Zagor (Quit: Clint excited)
16:56:26gevaertsamayer_: ok. If I did things right there should be a new "themesite integration" subforum (that only you and admins can see for now)
16:56:50amayer_sweet! i see it
16:57:05 Quit froggyman (Ping timeout: 264 seconds)
16:57:06gevaertsI hope you can also post there :)
16:57:41amayer_looks like it. how do i delete posts
16:57:44gevaertsLet me know if you need anything else, such as access for other forum users
16:58:10gevaertsDo you have a "remove topic" button?
16:59:06amayer_all the way at the top of the forums or when im viewing the topic?
16:59:08amayer_(hint: i dont see a remove button anywhere)
16:59:15amayer_i have a lock topic button
16:59:20gevaertsWhen you're viewing the topic
16:59:41gevaertsRight. It should be in the same row as the lock button
16:59:43*gevaerts looks
17:00
17:00:02amayer_i dont see one. lock button is very lonely
17:01:38gevaertsCan you look again?
17:01:41gevaertsHm, no, wait
17:01:49amayer_still nothing
17:02:05gevaertsNow?
17:02:28amayer_i see it and it works. thanks
17:02:34*gevaerts should register another user for this sort of thing. This "admins see everything" makes things hard to test :)
17:03:33amayer_gevaerts: i do have a question tho. when someone submits a theme(or updates one) do you make them sign into the forums or do we just post as user "Theme Bot"
17:04:22gevaertsI'd havd a theme bot user for now. Integrating login is going to be tricky I think
17:05:11gevaertsFull login integration would be nice (although maybe some people disagree...), but I suspect it means a lot more work on the theme site side
17:05:16amayer_im wondering if we could integrate the openID login into every page on the site
17:05:54amayer_then you login once and it works on Gerrit, forums, wiki, themesite
17:06:04Torneno.
17:06:39Tornesso is a separate tbing from openid for a statt.
17:07:05Tornealso, many of our forum users probably would find that difficult
17:07:25amayer_Torne: sso? and statt?
17:07:31Tornestart.
17:08:00gevaertssingle sign om
17:08:02gevaerts*on
17:08:15amayer_oh ok.
17:08:56amayer_so single sign on site wide wont work...
17:09:28Tornewe could try and do sso, but that is not related to openid
17:09:52Torneit would be rather difficult
17:10:01amayer_i just said open id because thats what gerrit uses. and i figured that would be convinient if you already have one
17:10:08Tornethose services are not on the same machhine, no?
17:10:14Torneand they dont share a db.
17:10:38amayer_as long as we have a database that all servers could connect to i think i could hack something up
17:11:17Tornei am not sure you could :)
17:11:40amayer_*raises one eyebrow* is that a challange?
17:11:54Tornegerrit specifically is probably rathet tricky.
17:12:26amayer_yeah gerrit would be the tricky one.
17:12:28amayer_the wiki should be easy. and forums not much harder then that
17:12:51Tornemodifying all the code we are running is not a particularly nice way either
17:13:02Tornewill cause us ongoing maintenance burdens for upgrades.
17:14:09amayer_it would be a big project but if we got it working it would be very convinient
17:14:22Tornei don't think tge benefit is at all worth it tbh
17:14:28amayer_maybe not
17:14:44amayer_the main problem would be usernames not matching up. and registering new users
17:14:48Tornehaving the theme site sharr data eith the forum is much simpler
17:14:54Torneas the themesite is all our code
17:15:11Torneand can just do whatever it needs to do to work with the forum unmodified
17:21:06 Part LinusN
17:21:39 Join froggyman [0] (~me@dhcp-155-92-103-232.nebula.msoe.edu)
17:21:39 Quit froggyman (Changing host)
17:21:39 Join froggyman [0] (~me@unaffiliated/froggyman)
17:22:21 Quit mystica555 (Read error: Connection reset by peer)
17:23:30amayer_if we integrated a log in we could do a better voting system for themes too.
17:23:32amayer_and maybe post the theme topic in the forums as the user who is signed in.
17:23:53amayer_and make the update theme process easier
17:26:54amayer_if i was willing to work on that would people be ok with it?
17:27:24Tornewhich machine do these things run on?
17:27:39gevaertsTheme site and forums run on scorche's server
17:27:58Torneso i guess they could access each other's dbs
17:28:05TorneSSO is still difficult
17:28:15Torneyou can share the user database fairly easily
17:28:19gevaertsThere is one possible issue: we ask for a real name on the theme site, we don't on the forums
17:28:21Tornebut, actually only having to sign on once is fiddly
17:28:32Tornebecause of cookie paths and argh horrible web security nonsense
17:29:40 Join Ward [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr)
17:30:04 Nick Ward is now known as Guest554 (~Mirandaha@176-120-190-109.dsl.ovh.fr)
17:30:27amayer_if we are worried about security im probably not the right guy for this job. i can hack something together that works but i dont know how to test for security(self taught web dev)
17:30:43Torneno, i don't mean you need to be worried about security
17:30:58Tornei mean, that the security mechanisms implemented in browsers make it nontrivial to have a single sign on between different websites
17:31:10Torneyou can share hte user db such that the same login details work on both things, that's easy
17:31:20Tornebut actually making it so that you can just log in once and both sites recognise you is harder
17:32:39gevaertshttp://wiki.simplemachines.org/smf/How_to_use_the_SMF_user_system_outside_of_SMF is probably useful
17:33:28amayer_gevaerts: are you suggesting we cheat?
17:33:30amayer_thats not proper hacker form
17:33:44amayer_*looks over shoulder* opens link
17:33:57gevaertsI'm suggesting that if we do this, we should use a mechanism that will still work three years from now :)
17:34:37amayer_i know. this looks pretty simple. assuming scorche isnt running 2 seperate virtual servers
17:34:45gevaertsNo, it's the same machine
17:34:57Tornethe forum will need to be reconfigured to use a different cookie path
17:34:59Torneit hink
17:35:35Torneyeah, currently it sets the cookei for forums.rockbox.org which means the themesite won't be able to see the login
17:35:37amayer_possibly but that should be easy.
17:36:06Torneif it gets cahgned to *.rockbox.org you need to look out for anything else on that domain that uses php which may have clashing ideas about PHPSESSID
17:36:09Torne:)
17:36:14amayer_if we just modify it to register to 'rockbox.org' then it will be seen by all under that domain right?
17:36:24Torneyes, which may break other things under that domain :)
17:36:44amayer_oh... ok
17:36:46Tornebecause PHP has this horrible generically named cookie that can easily clash between apps
17:37:13Torneif the SMF integration stuff works with only its own cookie and the changed path only applies to that one, then that's fine
17:38:20amayer_can you do a list with cookies? 'themes.rockbox.org,forums.rockbox.org'
17:38:34Torneno
17:38:58Tornethat would be a hideous security risk
17:39:16Torne(you could set cookies for other sites with it)
17:39:25 Join mystica555 [0] (~Mike@71-218-63-82.hlrn.qwest.net)
17:39:48Torneanyway, it looks like smf actually has api support for this so it's just a matter of.. details
17:39:49amayer_maybe just generate 2 cookies at login? not pretty but i think it would work
17:45:48 Join melmothX [0] (~melmoth@unaffiliated/melmothx)
17:47:30 Quit froggyman (Ping timeout: 245 seconds)
17:53:16 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
18:00
18:02:12 Quit Guest554 (Read error: Connection reset by peer)
18:07:00***Saving seen data "./dancer.seen"
18:20:06 Join n1s [0] (~n1s@nl118-168-30.student.uu.se)
18:20:06 Quit n1s (Changing host)
18:20:06 Join n1s [0] (~n1s@rockbox/developer/n1s)
18:21:27 Quit hype_ (Quit: ["Textual IRC Client: www.textualapp.com"])
18:25:45 Quit uberushaximus (Quit: Reconnecting)
18:25:51 Join uberushaximus [0] (~uberushax@hacked.thegov.us)
18:35:04 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
19:00
19:27:48 Join stoffel [0] (~quassel@pD9E43CE1.dip.t-dialin.net)
20:00
20:07:03***Saving seen data "./dancer.seen"
20:13:41 Quit DonAman (Ping timeout: 276 seconds)
20:14:42 Join DonAman [0] (~DocHollid@108-217-220-250.lightspeed.chtnsc.sbcglobal.net)
20:14:42 Quit DonAman (Changing host)
20:14:42 Join DonAman [0] (~DocHollid@unaffiliated/phifedoc)
20:17:31AlexPFreeze tomorrow chaps
21:00
21:24:59 Quit stoffel (Ping timeout: 245 seconds)
21:31:33 Nick Staphylo` is now known as Staphylo (~Staphylo@mareo.fr)
21:36:37 Join thegeek_ [0] (thegeek@110.36.34.95.customer.cdi.no)
21:38:47 Quit thegeek (Ping timeout: 252 seconds)
22:00
22:02:20 Quit pamaury (Ping timeout: 256 seconds)
22:07:07***Saving seen data "./dancer.seen"
22:10:07 Join froggyman [0] (~me@dhcp-155-92-103-232.nebula.msoe.edu)
22:10:08 Quit froggyman (Changing host)
22:10:08 Join froggyman [0] (~me@unaffiliated/froggyman)
22:10:41 Quit thegeek_ (Read error: Connection reset by peer)
22:10:59 Join thegeek [0] (thegeek@110.36.34.95.customer.cdi.no)
22:16:43 Quit thegeek (Read error: Connection reset by peer)
22:17:02 Join thegeek [0] (thegeek@110.36.34.95.customer.cdi.no)
22:17:15 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
22:21:23 Quit Gallomimia (Excess Flood)
22:21:48 Join Gallomimia [0] (~gallo@key.cha0sgaming.net)
22:28:56 Quit melmothX (Quit: #)
22:50:09 Quit Rower (Quit: Hmmm...)
22:55:36 Join kaputnik [0] (~kaputnik@p5DD9E921.dip.t-dialin.net)
23:00
23:00:03 Quit shamus (Read error: Connection reset by peer)
23:00:25 Join shamus [0] (~shmaus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
23:06:45 Join ^7heo [0] (~7heo@7heo.tk)
23:06:51^7heohowdy :)
23:06:58 Part amayer_
23:07:15^7heoI have a brand new Philips GoGEAR ViBE SA4VBE04KN
23:07:21^7heoDoes it run rockbox?
23:07:33^7heoIt seems not, but I would like to check, just to be sure
23:12:30pamaury^7heo: no it doesn't
23:21:13 Quit kaputnik (Ping timeout: 244 seconds)
23:34:30 Join stoffel [0] (~quassel@pD9E43CE1.dip.t-dialin.net)
23:41:35 Quit kevku (Ping timeout: 264 seconds)
23:42:14 Quit shai (Quit: Leaving)
23:47:50 Join crose [0] (~John@116-66-190-109.dsl.ovh.fr)
23:51:45 Quit crose (Client Quit)
23:54:42 Quit thegeek (Read error: Connection reset by peer)

Previous day | Next day