*** sq-one has quit IRC | 00:01 | |
*** piggz__ has quit IRC | 00:02 | |
*** piggz__ has joined #maemo | 00:03 | |
*** futpib has quit IRC | 00:14 | |
*** dos11 has joined #maemo | 00:23 | |
*** Guest4004 has quit IRC | 00:23 | |
*** dos1 has quit IRC | 00:23 | |
*** hardaker has quit IRC | 00:28 | |
*** OkropNick has quit IRC | 00:28 | |
kerio | i really hope this version of the bme replacement doesn't have the forced shutdown on SEDV1, or i won't be able to calibrate it :s | 00:34 |
---|---|---|
*** messerting has quit IRC | 00:37 | |
*** wicket64 has quit IRC | 00:41 | |
*** kwtm1 has joined #maemo | 00:43 | |
*** kwtm has quit IRC | 00:45 | |
*** piggz__ has quit IRC | 00:45 | |
Raimu-X | Where can I download the bme-rep now? | 00:46 |
*** Raimu-X is now known as Raimu | 00:46 | |
kerio | ~bme-replacement | 00:51 |
infobot | bme-replacement is probably http://atrey.karlin.mff.cuni.cz/~pali/rx51-bme-replacement http://atrey.karlin.mff.cuni.cz/~pali/projects/maemo/bme-replacement.html See also: http://wiki.maemo.org/Bme_replacement . Please, use wiki page to report bugs/problems and/or solutions to them! | 00:51 |
*** nox- has joined #maemo | 00:53 | |
*** wicket64 has joined #maemo | 00:55 | |
*** rikanee has joined #maemo | 01:04 | |
*** cyborg-o1e has quit IRC | 01:05 | |
*** cyborg-one has joined #maemo | 01:05 | |
*** orson has quit IRC | 01:05 | |
*** orson has joined #maemo | 01:06 | |
*** rikanee_ has quit IRC | 01:06 | |
*** kwtm1 has quit IRC | 01:06 | |
*** kwtm has joined #maemo | 01:06 | |
*** hardaker has joined #maemo | 01:10 | |
*** Guest90818 has joined #maemo | 01:12 | |
*** trx has quit IRC | 01:14 | |
*** florian has quit IRC | 01:20 | |
*** darodi has quit IRC | 01:24 | |
*** thopiekar has quit IRC | 01:24 | |
*** eijk has quit IRC | 01:24 | |
*** wicket64 has quit IRC | 01:25 | |
*** atlas has quit IRC | 01:27 | |
*** lbt_ is now known as lbt | 01:30 | |
*** darodi has joined #maemo | 01:32 | |
*** sv has quit IRC | 01:39 | |
*** s1gk1ll has joined #maemo | 01:40 | |
*** discopig has joined #maemo | 01:44 | |
*** discopig has quit IRC | 01:44 | |
*** discopig has joined #maemo | 01:44 | |
*** hardaker has quit IRC | 01:51 | |
*** darodi has quit IRC | 01:55 | |
*** mvp has quit IRC | 01:56 | |
*** darodi has joined #maemo | 01:56 | |
*** zeq1 has joined #maemo | 02:04 | |
*** markinfo has quit IRC | 02:05 | |
*** GI_Jack has joined #maemo | 02:14 | |
*** zeq1 has quit IRC | 02:14 | |
*** GI_Jack has quit IRC | 02:15 | |
*** discopig has quit IRC | 02:16 | |
*** rcg has quit IRC | 02:17 | |
*** orson has quit IRC | 02:21 | |
*** GI_Jack has joined #maemo | 02:28 | |
*** discopig has joined #maemo | 02:31 | |
*** discopig has quit IRC | 02:31 | |
*** discopig has joined #maemo | 02:31 | |
*** RiD has quit IRC | 02:38 | |
*** hurbu_ has quit IRC | 02:40 | |
*** muellisoft has quit IRC | 02:40 | |
*** fmunozs has joined #maemo | 02:42 | |
*** WielkiTost has joined #maemo | 02:44 | |
*** dos11 has quit IRC | 02:45 | |
*** xes has quit IRC | 02:56 | |
*** hardaker has joined #maemo | 02:58 | |
*** ketas has joined #maemo | 03:00 | |
*** darodi has quit IRC | 03:07 | |
*** kwtm has quit IRC | 03:13 | |
*** WielkiTost has quit IRC | 03:13 | |
DocScrutinizer05 | request for community feedback: we plan to switch maemo.org VM filesystem (ext3) to support ACL(5) - are there any known issues, tips, bugs, flaws, whatever, around ACL and ext3 and ubuntu12.04? | 03:18 |
*** robink_ has joined #maemo | 03:19 | |
*** robink has quit IRC | 03:19 | |
rikanee | DocScrutinizer05: tried doing it for a shared file repository involving a thin client setup, and it works just fine, the ACL handling code is fairly mature. | 03:23 |
rikanee | Although, I'd advise migrating to ext4 as ext3 isn't particularly friendly to unclean unmounts. | 03:24 |
cehteh | for what do you need ACL's .. imo they only make things more complicated, backup tools need to support them and a lot other issues can show up | 03:29 |
cehteh | consider if just adding a few more unix groups would work as well | 03:30 |
*** LauRoman has quit IRC | 03:35 | |
*** teotwaki_ has quit IRC | 03:42 | |
*** teotwaki_ has joined #maemo | 03:42 | |
*** Martix has quit IRC | 03:43 | |
DocScrutinizer05 | adding a few more unix groups would require that we have full comprehensive knowledge about any tools that use the current file group of file xy, and if there's any such tool that depends on a particular group on file xy, we obviously can't assign a new group to xy | 03:46 |
DocScrutinizer05 | above rationale applies particularly for all those root:root files the we want to allow access by maintainer of that subsystem the file belongs to | 03:47 |
DocScrutinizer05 | our backup tools also need to support mysql dumps prior to doing a (incremental live) backup | 03:48 |
DocScrutinizer05 | they will learn to handle getfacl -R as well | 03:49 |
DocScrutinizer05 | and setfacl <acl-backup.txt, for restore | 03:49 |
*** valerius has quit IRC | 03:50 | |
DocScrutinizer05 | sure ACL make stuff "more complicated", since they are a copy of the more complicated situation and requirements we need to get handled | 03:51 |
DocScrutinizer05 | however I am quite interested to hear about those other issues in detail | 03:51 |
cehteh | yes, admin headache .. if you want to go that way have fun | 03:51 |
DocScrutinizer05 | hey, what's the added headache, when ACL are stricly supplementary to what we have currently? | 03:52 |
cehteh | also from security standpoint ... evey executable and script and the dirs thereof need to be mangaged/supervised not that someone has an ACL allowing to modify stuff which is not oblivious by looking at standard unix permission | 03:53 |
DocScrutinizer05 | we have headache since we need to give maintainers root permissions just to allow them reading a few logfiles or whatever. ACL will rather be the cure for that headache | 03:53 |
cehteh | i admit in few cases ACL's make sense, but I'd first consider everything else :) | 03:53 |
cehteh | for admins it adds complexity, for users it adds confusion | 03:54 |
DocScrutinizer05 | we have no users | 03:55 |
DocScrutinizer05 | and yes, it adds complexity, but that's the complexity of the situation | 03:55 |
DocScrutinizer05 | a more simple solution is: everybody is in group sudo | 03:56 |
DocScrutinizer05 | and THAT gives _me_ real headache | 03:56 |
DocScrutinizer05 | or you could try to handle all that stuff with sophisticated sudoers rules | 03:57 |
cehteh | i dont know your exact setup but would be adding groups and few setgid dirs do already? | 03:57 |
DocScrutinizer05 | which for sure is more complex than ACL | 03:57 |
DocScrutinizer05 | see above | 03:57 |
DocScrutinizer05 | we have lots of existing files with more or less "fixed" grups | 03:58 |
cehteh | yes .. well i agree with your sudo thoughts, i have no sudo on servers | 03:58 |
DocScrutinizer05 | root:root, root:www-data, ... | 03:59 |
cehteh | if you think you can handle the acl's and you know all your tools/use-cases (backup, chrootkit, logging, whatever) will work with ACL's go ahead | 03:59 |
DocScrutinizer05 | we can't chown :myleetenewgroup thefiles, without breaking stuff | 03:59 |
cehteh | if so, thats pita | 04:00 |
cehteh | cant you fix this one by one? | 04:00 |
DocScrutinizer05 | we plan to fix other things | 04:01 |
DocScrutinizer05 | which is why we need those access permissions for maintainers | 04:01 |
DocScrutinizer05 | and there's a thing called ACL that seems to do what we need | 04:02 |
cehteh | have fun then, it was just my opinion that ACL's are in most case not worth the trouble | 04:02 |
DocScrutinizer05 | well, we use them for maintenance only, not for productive stuff | 04:02 |
cehteh | when you find out that backups cant be restored correctly, or things slip under the radar, ... | 04:02 |
cehteh | rsync supports acl's since some time but i remmeber there where bugs handling them for example | 04:03 |
DocScrutinizer05 | well, then we are back to where we are right now | 04:03 |
DocScrutinizer05 | if whole ACL stuff goes poof, we are no worse than today | 04:04 |
cehteh | ok | 04:05 |
DocScrutinizer05 | and we have all the time in the world to figure why it went haywire and fix it, since... it's only for granting maintainers access to root stuff selectively | 04:05 |
cehteh | i mean unix permissions are certainly not that great either, they are very very simplicistic | 04:05 |
cehteh | but that makes them easily understand and manageable on the other hand, which is a huge win when you think about security, you certainly trade some flexibility for that | 04:06 |
DocScrutinizer05 | not really | 04:07 |
DocScrutinizer05 | since the alternative is granting root permissions | 04:07 |
*** Guest82854 is now known as pigeon | 04:07 | |
cehteh | yeah thats not an alternative | 04:07 |
cehteh | the only alternative would be umask and setgid dirs .. if that doesnt work for you use ACL's | 04:08 |
DocScrutinizer05 | :nod: | 04:08 |
DocScrutinizer05 | thanks for the chat | 04:08 |
cehteh | maybe in the long run you can fix thing at least in most places to work with setgid dirs and remove the ACL's one by one | 04:09 |
cehteh | and linux acls are at least more sane than the acl's in windows :) | 04:10 |
cehteh | more regular | 04:10 |
DocScrutinizer05 | :nod: | 04:10 |
*** hardfalcon1 has joined #maemo | 04:11 | |
*** hardfalcon has quit IRC | 04:13 | |
*** Wulfe has quit IRC | 04:21 | |
*** M4rtinK has quit IRC | 04:54 | |
*** maybeArgh has joined #maemo | 05:00 | |
*** 77CAA3RRH has quit IRC | 05:03 | |
*** maybeWTF has quit IRC | 05:03 | |
*** Konsieur_ has joined #maemo | 05:03 | |
*** konelix has quit IRC | 05:19 | |
*** uen| has joined #maemo | 05:24 | |
*** uen has quit IRC | 05:27 | |
*** uen| is now known as uen | 05:27 | |
*** qwazix has quit IRC | 05:29 | |
*** qwazix has joined #maemo | 06:00 | |
*** dockane_ has joined #maemo | 06:01 | |
*** lxp has joined #maemo | 06:01 | |
*** lxp1 has quit IRC | 06:03 | |
*** DocScrutinizer05 has quit IRC | 06:04 | |
*** DocScrutinizer05 has joined #maemo | 06:04 | |
*** dockane has quit IRC | 06:04 | |
*** GI_Jack has quit IRC | 06:18 | |
*** ab has quit IRC | 06:25 | |
*** unclouded_ has joined #maemo | 06:48 | |
*** s1gk1ll has quit IRC | 06:55 | |
*** s1gk1ll has joined #maemo | 07:02 | |
*** robink_ is now known as robink | 07:09 | |
*** nox- has quit IRC | 07:16 | |
Macer | ok wth | 07:28 |
Macer | this is the strangest thing | 07:28 |
Macer | i can bluetooth tether | 07:28 |
Macer | but the n900 won't connect to tmobile :-/ | 07:28 |
*** q_plaz has quit IRC | 07:29 | |
*** Konsieur has quit IRC | 07:32 | |
*** q_plaz has joined #maemo | 07:33 | |
*** cyborg-one has quit IRC | 07:34 | |
*** cyborg-one has joined #maemo | 07:35 | |
*** npm has quit IRC | 07:36 | |
*** cyborg-one has quit IRC | 07:39 | |
*** cyborg-one has joined #maemo | 07:40 | |
*** npm has joined #maemo | 07:41 | |
*** guampa has quit IRC | 07:42 | |
*** rikanee has quit IRC | 07:47 | |
*** rikanee has joined #maemo | 07:48 | |
*** VDVsx has quit IRC | 07:48 | |
Macer | wtf. this is like the weirdest thing ever | 07:51 |
*** hardaker has quit IRC | 07:57 | |
*** ds3 has quit IRC | 08:05 | |
*** discopig has quit IRC | 08:05 | |
*** SmilyOrg has joined #maemo | 08:06 | |
*** discopig has joined #maemo | 08:06 | |
*** discopig has joined #maemo | 08:06 | |
*** ds3 has joined #maemo | 08:07 | |
*** Smily has quit IRC | 08:09 | |
*** VDVsx has joined #maemo | 08:14 | |
*** guerby has quit IRC | 08:18 | |
*** Vlad_on_the_road has joined #maemo | 08:30 | |
*** Vlad_on_the_road has quit IRC | 08:34 | |
*** andre__ has joined #maemo | 08:51 | |
*** messerting has joined #maemo | 09:06 | |
*** XATRIX has joined #maemo | 09:07 | |
*** LauRoman has joined #maemo | 09:08 | |
*** fmunozs has quit IRC | 09:34 | |
*** darodi has joined #maemo | 09:45 | |
*** darodi has quit IRC | 09:47 | |
*** murrayc has joined #maemo | 10:05 | |
*** freemangordon has quit IRC | 10:06 | |
*** ketas has quit IRC | 10:11 | |
*** dhbiker has joined #maemo | 10:17 | |
*** eMHa_ has quit IRC | 10:18 | |
*** WielkiTost has joined #maemo | 10:23 | |
*** rcg has joined #maemo | 10:25 | |
*** croppa has joined #maemo | 10:26 | |
*** darodi has joined #maemo | 10:26 | |
*** OkropNick has joined #maemo | 10:31 | |
*** WielkiTost has quit IRC | 10:32 | |
*** eijk has joined #maemo | 10:38 | |
*** guerby has joined #maemo | 10:39 | |
*** florian_kc has joined #maemo | 10:39 | |
*** florian_kc has quit IRC | 10:39 | |
*** florian_kc has joined #maemo | 10:39 | |
*** unclouded_ has quit IRC | 10:40 | |
*** florian_kc is now known as florian | 10:42 | |
*** StyXman has quit IRC | 10:45 | |
*** prometoys has joined #maemo | 10:54 | |
*** croppa has quit IRC | 10:56 | |
*** croppa has joined #maemo | 10:57 | |
*** norayr has joined #maemo | 10:58 | |
*** zeq1 has joined #maemo | 10:58 | |
*** markinfo has joined #maemo | 11:03 | |
*** AD-N770 has joined #maemo | 11:07 | |
*** darodi has quit IRC | 11:09 | |
*** darodi has joined #maemo | 11:09 | |
*** markinfo has quit IRC | 11:10 | |
*** muellisoft has joined #maemo | 11:13 | |
*** geaaru has joined #maemo | 11:15 | |
*** eMHa_ has joined #maemo | 11:17 | |
*** norayr has quit IRC | 11:29 | |
*** narcos has joined #maemo | 11:34 | |
*** ds3 has quit IRC | 11:36 | |
*** lxp1 has joined #maemo | 11:38 | |
narcos | Hi all. I have two N900s - I'd previously set them both up to run a script on boot, but had disabled one some months back. I can't seem to get the startup script to run now. I have a file in /etc/event.d/ - is this the correct approach? | 11:38 |
*** messerting_ has joined #maemo | 11:40 | |
*** lxp has quit IRC | 11:40 | |
*** ZogG_laptop has joined #maemo | 11:41 | |
*** ZogG_laptop has quit IRC | 11:41 | |
*** ZogG_laptop has joined #maemo | 11:41 | |
narcos | Meh, "endscript" should be "end script" | 11:41 |
*** vi__1 has joined #maemo | 11:46 | |
*** vblazquez has quit IRC | 11:49 | |
*** messerting has quit IRC | 11:49 | |
*** ZogG_lap1op has quit IRC | 11:49 | |
*** muellisoft is now known as Muelli | 12:00 | |
*** M4rtinK has joined #maemo | 12:02 | |
*** utanapischti has quit IRC | 12:03 | |
*** utanapischti has joined #maemo | 12:08 | |
*** jas4711 has joined #maemo | 12:10 | |
*** murrayc has quit IRC | 12:15 | |
*** norayr has joined #maemo | 12:23 | |
*** mvp has joined #maemo | 12:28 | |
*** Guest90818 is now known as trx | 12:28 | |
*** trx has joined #maemo | 12:29 | |
*** trx has joined #maemo | 12:29 | |
*** OkropNick^ has joined #maemo | 12:29 | |
*** 50UACK88Y is now known as odin_ | 12:34 | |
*** aslani has left #maemo | 12:49 | |
*** futpib has joined #maemo | 12:54 | |
*** M4rtinK has quit IRC | 12:56 | |
*** LauRoman has quit IRC | 13:16 | |
*** SmilyOrg is now known as Smily | 13:21 | |
*** eijk_ has joined #maemo | 13:25 | |
*** chenca has joined #maemo | 13:27 | |
*** eijk has quit IRC | 13:29 | |
*** lizardo has joined #maemo | 13:37 | |
*** Konsieur has joined #maemo | 13:39 | |
*** markinfo has joined #maemo | 13:39 | |
*** narcos has quit IRC | 14:09 | |
*** sasquatch has joined #maemo | 14:14 | |
*** utanapischti has quit IRC | 14:16 | |
*** gadgetoid has quit IRC | 14:22 | |
*** Muelli has quit IRC | 14:38 | |
*** NIN101 has joined #maemo | 14:43 | |
* DocScrutinizer05 wonders if somebody could provide long term graphs of the number of users in this channel - might be interesting. Particularly when also netsplits are marked (though probably you can tell those easily by sudden drops od number-of-users) | 14:46 | |
*** Pali has joined #maemo | 14:53 | |
* MohammadAG wonders how to add a \t to the start of every new line | 14:56 | |
MohammadAG | sed 's/^/\t/g' | 14:58 |
Pali | DocScrutinizer05: maemo midgard package interface bug: package callnotify from extras-devel was promoted to extras-testing, but still missing in extras-testing (since 2013-04-06 11:23) http://maemo.org/packages/view/callnotify/ | 15:01 |
DocScrutinizer05 | hmm, I guess all promoting is broken | 15:01 |
Pali | same for package: http://maemo.org/packages/view/fiasco-image-update-ask/ | 15:01 |
DocScrutinizer05 | MohammadAG: you can save the /g, since ^ only occurs once per line | 15:02 |
DocScrutinizer05 | MohammadAG: so /g does nothing except slow down execution by at least factor 2 (for the core process loop) | 15:03 |
MohammadAG | sed 's/^/\t/g' | 15:04 |
MohammadAG | oops | 15:04 |
MohammadAG | thanks DocScrutinizer05 :D | 15:04 |
DocScrutinizer05 | yw | 15:04 |
MohammadAG | now I'm stuck at doing functions with parameters | 15:04 |
MohammadAG | seems like a normal $n should do it | 15:04 |
DocScrutinizer05 | in sed? | 15:05 |
MohammadAG | no, bash | 15:05 |
Pali | DocScrutinizer05: same for package: http://maemo.org/packages/view/ipv6-support/ | 15:06 |
Pali | when will be promoting working again? | 15:06 |
Pali | DocScrutinizer05: maybe bug in midgard, look at log of this package: http://maemo.org/packages/view/kbd/ | 15:08 |
Pali | why is this log very big? | 15:08 |
*** DocScrutinizer05 has quit IRC | 15:08 | |
*** DocScrutinizer05 has joined #maemo | 15:08 | |
DocScrutinizer05 | damn netsplits and server outages | 15:09 |
Pali | DocScrutinizer05: what happened 2013-05-11 03:26 UTC with package interface? | 15:09 |
*** florian has quit IRC | 15:09 | |
DocScrutinizer05 | [2013-05-14 14:05:25] <MohammadAG> no, bash | 15:09 |
DocScrutinizer05 | [2013-05-14 14:06:14] <DocScrutinizer05> well, where's the problem? think of every function as a separate script(-file) | 15:09 |
DocScrutinizer05 | [2013-05-14 14:07:02] <DocScrutinizer05> and invocation of the function as a normal cmdline invocation of a script | 15:09 |
DocScrutinizer05 | [2013-05-14 14:07:22] <DocScrutinizer05> that's just vfine for a first approach to how it works | 15:09 |
Pali | it imported kernel-power-bootimg v52 to extras-devel, see: http://maemo.org/packages/view/kernel-power-bootimg/ | 15:10 |
DocScrutinizer05 | Pali: how am I supposed to know? | 15:10 |
Pali | did not you restarted or did somehing? | 15:10 |
DocScrutinizer05 | I personally did nothing | 15:10 |
DocScrutinizer05 | and I don't know of anybody else doing sth | 15:11 |
DocScrutinizer05 | ask merlin1991 | 15:11 |
*** florian has joined #maemo | 15:11 | |
*** florian has quit IRC | 15:11 | |
*** florian has joined #maemo | 15:11 | |
Pali | merlin1991: ping | 15:11 |
*** jrayhawk_ has joined #maemo | 15:11 | |
DocScrutinizer05 | we had fun with wiki/bugs VM last week | 15:12 |
*** FIQ has quit IRC | 15:12 | |
DocScrutinizer05 | I'm not aware of anybody tweaking stuff in midgard or autobuilder or repo | 15:13 |
*** q_plaz has quit IRC | 15:16 | |
*** jrayhawk has quit IRC | 15:16 | |
*** RiD has joined #maemo | 15:18 | |
*** dhbiker has quit IRC | 15:20 | |
*** dhbiker has joined #maemo | 15:23 | |
*** q_plaz has joined #maemo | 15:23 | |
*** WielkiTost has joined #maemo | 15:28 | |
*** norayr is now known as vishap | 15:33 | |
*** StyXman has joined #maemo | 15:37 | |
*** StyXman has joined #maemo | 15:37 | |
*** ab has joined #maemo | 15:43 | |
*** jas4711 has quit IRC | 15:47 | |
*** XATRIX has quit IRC | 15:47 | |
*** odin_ has quit IRC | 15:47 | |
*** DocScrutinizer05 has quit IRC | 15:49 | |
*** DocScrutinizer05 has joined #maemo | 15:49 | |
*** Martix has joined #maemo | 15:51 | |
*** chenca has quit IRC | 15:52 | |
*** hardaker has joined #maemo | 15:53 | |
*** Milhouse has quit IRC | 15:54 | |
*** XATRIX has joined #maemo | 15:54 | |
ludens | so.. i'm reading at http://www.developer.nokia.com/Community/Wiki/Maemo_5_SDK_installation_for_beginners#Scratchbox_installation : "Nokia binaries are provided via an APT repository and it is necessary to accept the Maemo 5.0 (Fremantle) SDK End User License Agreement. There is a token at the end of the agreement page and you need to type it in order to be redirected to a page with your repository line." | 15:57 |
ludens | clicking that link ( http://tablets-dev.nokia.com/eula/index.php ) only takes me to an error page. does anyone know how i can obtain the token mentioned+ | 15:57 |
ludens | ? | 15:57 |
*** esaym153 has quit IRC | 15:58 | |
*** esaym153 has joined #maemo | 15:58 | |
Pali | ludens: http://repository.maemo.org/tabletsdev/eula/index.php | 15:59 |
ludens | Pali: \o/ thank you! | 15:59 |
Pali | ludens: http://tablets-dev.nokia.com is now on http://repository.maemo.org/tabletsdev | 16:00 |
ludens | i see | 16:00 |
ludens | great | 16:00 |
*** chenca has joined #maemo | 16:10 | |
*** FIQ has joined #maemo | 16:15 | |
DocScrutinizer05 | and Pali fixed that very token thing :-) | 16:16 |
DocScrutinizer05 | I added a wiki page, so you *could* find the same instructions there | 16:24 |
ludens | cool | 16:27 |
ludens | hey i dont need to run X11 in order for the system to work, right? | 16:27 |
*** teotwaki_ has quit IRC | 16:28 | |
ludens | i mean i just want to build a program and make a .deb for it | 16:28 |
merlin1991 | that goes without X11 | 16:28 |
merlin1991 | Pali: pong | 16:28 |
merlin1991 | and Pali I didn't touch anything | 16:29 |
ludens | yeah thought so, great | 16:29 |
DocScrutinizer05 | ludens: you mean the xephyr (or what's the name) X11 server? That's only needed for the (pretty cool) emulation | 16:30 |
DocScrutinizer05 | for building you don't need it, afaik | 16:30 |
DocScrutinizer05 | I.E. you can build and then test on _real_ device instead of test in xephyr-emu | 16:31 |
ludens | right | 16:31 |
ludens | yeah i was hoping that's only needed for testing gui behavior | 16:32 |
*** teotwaki_ has joined #maemo | 16:32 | |
*** Milhouse has joined #maemo | 16:33 | |
DocScrutinizer05 | exactly | 16:36 |
ludens | this is awesome | 16:36 |
DocScrutinizer05 | well, actually any behaviour on a maemo system, since such system won't come up in an emu that's missing the hildon-desktop | 16:37 |
*** ab has quit IRC | 16:37 | |
DocScrutinizer05 | in simple words: your maemo emu will not start when xephyr is missing, so you can't even test daemons or other UI-less programs | 16:38 |
ludens | ah | 16:38 |
ludens | okay | 16:38 |
DocScrutinizer05 | but you can test all you like, on a _real_ device | 16:38 |
ludens | yeah | 16:38 |
rikanee | speaking of the Maemo emu, has anyone figured out how to start Hildon on the x86 SB? | 16:39 |
*** messerting_ has quit IRC | 16:43 | |
*** ab has joined #maemo | 16:43 | |
*** RiD has quit IRC | 16:47 | |
*** tanty has joined #maemo | 16:49 | |
*** stephg has joined #maemo | 16:51 | |
*** stephg has quit IRC | 16:58 | |
*** otep has joined #maemo | 17:01 | |
*** konelix has joined #maemo | 17:04 | |
*** heroux has quit IRC | 17:06 | |
ludens | wow creating .debs is... a nightmare | 17:08 |
merlin1991 | how come? | 17:09 |
ludens | because i knew nothing about how it works :D | 17:12 |
ludens | just reading up | 17:12 |
*** florian has quit IRC | 17:12 | |
merlin1991 | it's a complicated process :D | 17:14 |
merlin1991 | especially since there are various ways todo it | 17:15 |
*** StyXman has quit IRC | 17:15 | |
ludens | yeah | 17:17 |
ludens | i found a git tree for debian now that seems to be better prepared for it | 17:17 |
merlin1991 | out of curiosity, what are you trying to build? | 17:17 |
ludens | fish-shell | 17:17 |
*** konelix_ has joined #maemo | 17:20 | |
*** Konsieur__ has joined #maemo | 17:21 | |
*** konelix has quit IRC | 17:22 | |
*** konelix_ is now known as konelix | 17:23 | |
* DocScrutinizer05 wonders if to pester nokia to change the tablets-dev.nokia.com DNS to a CNAME to point to r.m.o/tabletsdev/ | 17:23 | |
DocScrutinizer05 | http://maemo.org/community/maemo-community/re-big_problem_with_maemo_repositories/#aac20aae483011e2adba418735b87e6a7e6a | 17:24 |
*** Konsieur_ has quit IRC | 17:25 | |
*** totalizator_ has joined #maemo | 17:26 | |
*** valeriusL has quit IRC | 17:28 | |
*** lxp has joined #maemo | 17:28 | |
*** Ikarus has quit IRC | 17:29 | |
*** Ikarus has joined #maemo | 17:29 | |
*** marek_ has joined #maemo | 17:30 | |
*** VDVsx has quit IRC | 17:31 | |
ludens | i want to install aptitude in scratchbox... | 17:32 |
*** XAT has joined #maemo | 17:33 | |
*** ieatlint_ has joined #maemo | 17:34 | |
*** NIN101 has quit IRC | 17:34 | |
*** Macor_ has joined #maemo | 17:34 | |
*** NIN102 has joined #maemo | 17:35 | |
*** Raimu-X has joined #maemo | 17:35 | |
*** saidinesh has joined #maemo | 17:35 | |
*** XATRIX has quit IRC | 17:35 | |
*** markinfo has quit IRC | 17:35 | |
*** lxp1 has quit IRC | 17:35 | |
*** totalizator has quit IRC | 17:36 | |
*** niwakame|away has quit IRC | 17:36 | |
*** chiappa has quit IRC | 17:36 | |
*** Raimu has quit IRC | 17:36 | |
*** StyXman has joined #maemo | 17:36 | |
*** StyXman has joined #maemo | 17:36 | |
*** grinseka1ze has joined #maemo | 17:37 | |
*** crope_ has joined #maemo | 17:37 | |
*** Elleo_ has joined #maemo | 17:37 | |
*** inz_ has joined #maemo | 17:37 | |
*** NIN102 is now known as NIN101 | 17:37 | |
*** sobukus_ has joined #maemo | 17:37 | |
*** jabis_ has joined #maemo | 17:38 | |
*** mhlavink has quit IRC | 17:38 | |
*** XAT has quit IRC | 17:41 | |
*** XATRIX has joined #maemo | 17:42 | |
ludens | so i want to build this package in FREMANTLE_ARMEL but my debhelper and python are too old. what can i do? | 17:42 |
*** valerius has joined #maemo | 17:42 | |
*** Termana has quit IRC | 17:42 | |
*** grinsekatze has quit IRC | 17:42 | |
*** sobukus has quit IRC | 17:42 | |
*** crope has quit IRC | 17:42 | |
*** jabis has quit IRC | 17:42 | |
*** Macor has quit IRC | 17:42 | |
*** Elleo has quit IRC | 17:42 | |
*** ieatlint has quit IRC | 17:42 | |
*** tg has quit IRC | 17:42 | |
*** inz has quit IRC | 17:42 | |
*** saidinesh5 has quit IRC | 17:42 | |
*** grinseka1ze is now known as grinsekatze | 17:42 | |
*** niwakame|away has joined #maemo | 17:42 | |
ludens | there doesnt seem to be newer versions available from repository.maemo.org | 17:42 |
*** ieatlint_ is now known as ieatlint | 17:43 | |
*** mhlavink_afk has joined #maemo | 17:43 | |
*** tg has joined #maemo | 17:45 | |
*** Elleo_ is now known as Elleo | 17:47 | |
*** Elleo has quit IRC | 17:48 | |
*** Elleo has joined #maemo | 17:48 | |
*** chiappa has joined #maemo | 17:49 | |
*** Termana has joined #maemo | 17:49 | |
*** Termana is now known as Guest68665 | 17:49 | |
*** konelix_ has joined #maemo | 17:50 | |
*** konelix has quit IRC | 17:50 | |
*** konelix_ is now known as konelix | 17:55 | |
*** valeriusL has joined #maemo | 17:59 | |
ludens | is repository.maemo.org the working host to use for all repositories now? | 18:03 |
*** vishap has quit IRC | 18:04 | |
*** FlameReaper-PC has joined #maemo | 18:07 | |
*** FR-PC has quit IRC | 18:08 | |
*** FlameReaper-PC has quit IRC | 18:14 | |
*** FlameReaper-PC has joined #maemo | 18:15 | |
*** FlameReaper-PC has quit IRC | 18:15 | |
*** hardfalcon has joined #maemo | 18:15 | |
*** Martix_ has joined #maemo | 18:16 | |
*** npm_ has joined #maemo | 18:16 | |
*** croppa_ has joined #maemo | 18:17 | |
*** lxp1 has joined #maemo | 18:18 | |
*** prometoys__ has joined #maemo | 18:18 | |
*** cyborg-o1e has joined #maemo | 18:19 | |
*** Pali_ has joined #maemo | 18:19 | |
*** chiappa has quit IRC | 18:19 | |
*** jabis has joined #maemo | 18:20 | |
*** Pali_ has quit IRC | 18:22 | |
*** Pali_ has joined #maemo | 18:22 | |
DocScrutinizer05 | well, basically yes | 18:22 |
*** VDVsx has joined #maemo | 18:22 | |
*** jabis_ has quit IRC | 18:23 | |
*** lxp has quit IRC | 18:23 | |
*** Martix has quit IRC | 18:23 | |
*** Pali has quit IRC | 18:23 | |
*** sasquatch has quit IRC | 18:23 | |
*** ZogG_laptop has quit IRC | 18:23 | |
*** croppa has quit IRC | 18:23 | |
*** prometoys has quit IRC | 18:23 | |
*** npm has quit IRC | 18:23 | |
*** cyborg-one has quit IRC | 18:23 | |
*** hardfalcon1 has quit IRC | 18:23 | |
*** Pali_ is now known as Pali | 18:25 | |
*** WielkiTost has quit IRC | 18:25 | |
ludens | ok | 18:26 |
*** LjL has quit IRC | 18:26 | |
*** prometoys__ is now known as prometoys_away_a | 18:29 | |
*** prometoys_away_a is now known as prometoys | 18:29 | |
*** sasquatch has joined #maemo | 18:30 | |
ludens | so... i need debhelper >= 8.00 to build this package but the maemo version is 5.something | 18:31 |
ludens | any advice? | 18:31 |
DocScrutinizer05 | ask the hardcode-devels | 18:31 |
Pali | in extras-devel is debhelper 7 | 18:31 |
DocScrutinizer05 | like Pali, freemangordon, merlin1991 | 18:32 |
ludens | Pali: i installed that | 18:32 |
Pali | look at wiki there is info how to use debhelper7 is scratchbox | 18:32 |
Pali | is it really tricky due to scratchbox redirect | 18:32 |
ludens | could i change the requirements? | 18:32 |
ludens | okay | 18:32 |
*** zeq1 has quit IRC | 18:33 | |
Pali | I think that there was not big change between debhelper 7 and 8 so you can replace 8 with 7 in your package | 18:33 |
Pali | and it could work | 18:33 |
ludens | but this package will still require 8.0.0 | 18:33 |
ludens | ah ok | 18:33 |
Pali | ~debhelper7 | 18:33 |
*** zeq1 has joined #maemo | 18:33 | |
ludens | mm | 18:33 |
ludens | what about python 2.6 | 18:33 |
ludens | dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 8.0.0) python (>= 2.6) | 18:33 |
ludens | i installed python2.7 | 18:33 |
*** LjL has joined #maemo | 18:33 | |
ludens | but it doesnt look for that ofc | 18:33 |
*** louisdk has joined #maemo | 18:34 | |
Pali | ~#maemo debhelper7 is https://wiki.maemo.org/Packaging#Debhelper_7 | 18:34 |
ludens | could i replace python with python2.7? | 18:34 |
infobot | Pali: okay | 18:34 |
Pali | I do not know nothing about python... | 18:34 |
Pali | rather ask someone else about python packaging | 18:35 |
ludens | ok thx | 18:35 |
ludens | hm it only recommends python 2.6 | 18:37 |
ludens | doesnt depend on it | 18:37 |
ludens | then why won't it build | 18:37 |
ludens | no sorry build-depends includes it | 18:38 |
*** totalizator_ is now known as totalizator | 18:38 | |
*** shamus has quit IRC | 18:40 | |
*** shamus has joined #maemo | 18:40 | |
*** XATRIX has quit IRC | 18:41 | |
*** messerting_ has joined #maemo | 18:52 | |
ludens | debhelper7 doesnt seem to cut it | 18:54 |
*** valeriusL has quit IRC | 18:57 | |
*** ferulo has joined #maemo | 18:57 | |
*** WielkiTost has joined #maemo | 19:02 | |
*** niwakame|away has quit IRC | 19:05 | |
*** kaptenen has joined #maemo | 19:05 | |
*** freemangordon has joined #maemo | 19:07 | |
*** sixwheeledbeast has joined #maemo | 19:08 | |
*** FlameReaper-PC has joined #maemo | 19:09 | |
*** sardini has joined #maemo | 19:10 | |
*** Vlad_on_the_road has joined #maemo | 19:10 | |
*** ds3 has joined #maemo | 19:10 | |
*** darodi has quit IRC | 19:18 | |
*** M4rtinK has joined #maemo | 19:20 | |
sixwheeledbeast | <<17:23 DocScrutinizer05 wonders if to pester nokia to change the tablets-dev.nokia.com DNS to a CNAME to point to r.m.o/tabletsdev/>> oh we have a rmo tablets-dev now. cool :) | 19:38 |
*** FlameReaper-PC has quit IRC | 19:45 | |
*** FReaper-PC has joined #maemo | 19:46 | |
*** ketas has joined #maemo | 19:47 | |
*** frafl has joined #maemo | 19:48 | |
*** emma_ has joined #maemo | 19:51 | |
*** emma_ is now known as em | 19:52 | |
*** Skry has quit IRC | 19:54 | |
*** eMHa_ has quit IRC | 19:57 | |
*** darodi has joined #maemo | 19:57 | |
*** geaaru has quit IRC | 19:58 | |
*** M4rtinK has quit IRC | 19:58 | |
*** Martix_ has quit IRC | 20:00 | |
*** Skry has joined #maemo | 20:01 | |
*** ab has quit IRC | 20:02 | |
*** M4rtinK has joined #maemo | 20:02 | |
*** AD-N770 has quit IRC | 20:02 | |
*** Wulfe has joined #maemo | 20:02 | |
*** valerius has quit IRC | 20:06 | |
*** Martix_ has joined #maemo | 20:18 | |
*** darodi has quit IRC | 20:26 | |
*** darodi has joined #maemo | 20:27 | |
*** LjL has quit IRC | 20:32 | |
*** rcg has quit IRC | 20:34 | |
*** darodi has quit IRC | 20:39 | |
*** LjL^ has joined #maemo | 20:39 | |
*** StyXman_ has joined #maemo | 20:40 | |
*** StyXman_ has joined #maemo | 20:40 | |
*** eMHa_ has joined #maemo | 20:41 | |
*** Ijon_Tichy has joined #maemo | 20:42 | |
*** sasquatch has quit IRC | 20:44 | |
*** saidinesh is now known as saidinesh5 | 20:46 | |
*** hardaker has quit IRC | 20:49 | |
*** otep has quit IRC | 20:49 | |
*** LjL^ is now known as LjL | 20:56 | |
*** Richlv_ is now known as Richlv | 20:59 | |
*** piggz__ has joined #maemo | 21:09 | |
*** niwakame|away has joined #maemo | 21:09 | |
*** Richlv has left #maemo | 21:11 | |
*** otep has joined #maemo | 21:16 | |
sixwheeledbeast | disgraceful. bloody dyndns have made it even harder to keep your free account. You now have to login to the account via a browser every month to stop it expiring. | 21:18 |
* sixwheeledbeast now wonders if he can automate this with a wget script... | 21:24 | |
*** sq-one has joined #maemo | 21:25 | |
*** hardaker has joined #maemo | 21:26 | |
*** florian has joined #maemo | 21:34 | |
*** florian has joined #maemo | 21:34 | |
*** orson has joined #maemo | 21:35 | |
*** marek_ has quit IRC | 21:43 | |
*** lokimotive has joined #maemo | 21:45 | |
lokimotive | hey | 21:45 |
*** rcg has joined #maemo | 21:45 | |
*** xes has joined #maemo | 21:48 | |
*** rd has joined #maemo | 21:51 | |
*** rd is now known as Guest22565 | 21:51 | |
*** heroux has joined #maemo | 21:55 | |
*** _rd has joined #maemo | 21:58 | |
*** Guest22565 has quit IRC | 22:00 | |
DocScrutinizer05 | sixwheeledbeast: :-/ And I bet they will implement some nasty capcha once more than a few dozen users go the wget path | 22:02 |
DocScrutinizer05 | but hey, that's the way it goes. Nothing is for free | 22:02 |
sixwheeledbeast | mmm, I am thinking javascript login or something. trying to bash something together now. | 22:03 |
DocScrutinizer05 | you always pay, with your attention, your clicks, your stupidity to accept pro-plans, whatever | 22:03 |
*** shamus has quit IRC | 22:03 | |
sixwheeledbeast | It's the only DDNS service my router supports. | 22:04 |
*** shamus has joined #maemo | 22:04 | |
DocScrutinizer05 | all the skype and google+ and facebook and wazapp victims never will learn, but you always pay, sooner or later | 22:04 |
sixwheeledbeast | It was a good service. shame they've pulled free and are making it harder for free long term users. | 22:05 |
DocScrutinizer05 | I wonder when I'll get first bitching mail from them | 22:05 |
sixwheeledbeast | they advertise on my webhop so why make it hard for me? | 22:05 |
*** lokimotive has quit IRC | 22:06 | |
DocScrutinizer05 | I probably should set up my own "dyndns" service. I got enough fixed IP services | 22:06 |
DocScrutinizer05 | can't be too hard to set up some service for that on my hetzner server | 22:07 |
sixwheeledbeast | that would be nice if my router could have anything other than Dyn. | 22:08 |
DocScrutinizer05 | yeah, I know those friggin routers | 22:08 |
DocScrutinizer05 | zyxel? | 22:08 |
sixwheeledbeast | I haven't gone down the open firmware route yet but may have to if it will help. | 22:09 |
sixwheeledbeast | wag200 | 22:09 |
DocScrutinizer05 | never heard of | 22:09 |
sixwheeledbeast | linksys WAG200 (cisco) | 22:10 |
DocScrutinizer05 | rebranded? | 22:10 |
DocScrutinizer05 | ooh | 22:10 |
DocScrutinizer05 | the linksys firmware been not all bad, but in the long run unbearable | 22:11 |
DocScrutinizer05 | moved to openWRT | 22:11 |
DocScrutinizer05 | err DD-WRT | 22:11 |
zeq1 | http://wiki.openwrt.org/doku.php?id=oldwiki:openwrtdocs:hardware:linksys:wag200 | 22:12 |
sixwheeledbeast | openwag200 is an option but never needed so haven't bothered. | 22:12 |
*** chenca has quit IRC | 22:20 | |
DocScrutinizer05 | sixwheeledbeast: how will dynDNS inform you about that new shit? Or will they at all? | 22:23 |
DocScrutinizer05 | and since when is this in effect? | 22:24 |
sixwheeledbeast | DocScrutinizer05: I just had a e-mail today, looking on the dyn forums they've been rolling it out this month. | 22:24 |
DocScrutinizer05 | :-S | 22:25 |
DocScrutinizer05 | once you hacked sth, share it please! | 22:25 |
sixwheeledbeast | Also I can't find the option to e-mail on 5 days before expiration | 22:25 |
*** _rd has quit IRC | 22:26 | |
sixwheeledbeast | DocScrutinizer05: I need to work out how to get wget to fill in this page. https://account.dyn.com/entrance/ | 22:26 |
*** ferulo has quit IRC | 22:27 | |
*** Pali has quit IRC | 22:29 | |
zeq1 | sixwheeledbeast: you'll need to grab the captcha and try to OCR it, obviously it's designed to defeat that. So good luck... | 22:34 |
sixwheeledbeast | there's no captcha at present for existing users login | 22:35 |
sixwheeledbeast | DocScrutinizer05: zeq1: It my not be possible there is some javascript that seems to change the login field name (form_id) on each visit. However I am no expert. very basic html skills only here :( | 22:42 |
*** OkropNick has quit IRC | 22:52 | |
*** shamus has quit IRC | 22:56 | |
*** shamus has joined #maemo | 22:57 | |
*** futpib has quit IRC | 22:57 | |
merlin1991 | sixwheeledbeast: the login field is something like login%i_username | 23:03 |
merlin1991 | it changes each reload | 23:03 |
merlin1991 | though without javascript | 23:04 |
sixwheeledbeast | yeah a random number. looking at loading cookies somehow. | 23:04 |
*** BCMM has joined #maemo | 23:08 | |
*** sq-one has quit IRC | 23:10 | |
*** sr71_ is now known as sr71 | 23:12 | |
merlin1991 | sixwheeledbeast: cookies and posts are easier with curl imho | 23:14 |
sixwheeledbeast | ok ta | 23:15 |
*** Pali has joined #maemo | 23:18 | |
*** messerting_ has quit IRC | 23:23 | |
*** trumee has quit IRC | 23:34 | |
*** kaptenen has quit IRC | 23:35 | |
*** sunny_s has joined #maemo | 23:35 | |
*** trumee has joined #maemo | 23:36 | |
*** orson has quit IRC | 23:40 | |
*** LauRoman has joined #maemo | 23:44 | |
*** dhbiker has quit IRC | 23:46 | |
*** thopiekar has joined #maemo | 23:50 | |
*** Woody14619a has joined #maemo | 23:51 | |
*** Woody14619a has joined #maemo | 23:51 | |
*** Woody14619 has quit IRC | 23:55 | |
*** lizardo has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!