*** err0r3o3 has quit IRC | 00:05 | |
*** l_bratch has joined #maemo | 00:20 | |
DocScrutinizer05 | what's the problem with dsme? | 00:26 |
---|---|---|
*** Kabouik_ has joined #maemo | 00:28 | |
DocScrutinizer05 | afaik dsme just monitors the system temperature and watchdogs, and probably is the resident daemon behind dsmetool monitoring processes and restarting them | 00:28 |
*** Kabouik- has quit IRC | 00:31 | |
DocScrutinizer05 | http://paste.opensuse.org/47801012 | 00:31 |
DocScrutinizer05 | "Houston, we have a problem" anybody? ;-) | 00:35 |
*** l_bratch has quit IRC | 00:38 | |
*** ced117 has quit IRC | 00:40 | |
*** ced117 has joined #maemo | 00:42 | |
*** l_bratch has joined #maemo | 00:43 | |
*** atk has quit IRC | 01:31 | |
*** atk has joined #maemo | 01:32 | |
*** auenfx8 has joined #maemo | 02:01 | |
*** auenf has quit IRC | 02:02 | |
*** auenfx8 has quit IRC | 02:02 | |
*** Oxyd76 has joined #maemo | 02:03 | |
*** auenf has joined #maemo | 02:04 | |
*** xy2_ has quit IRC | 02:22 | |
*** Juesto has joined #maemo | 02:34 | |
*** atk has quit IRC | 03:02 | |
*** atk has joined #maemo | 03:02 | |
*** xes has quit IRC | 03:13 | |
*** tm has quit IRC | 03:20 | |
*** tm has joined #maemo | 03:23 | |
*** Venemo has quit IRC | 03:29 | |
*** xes has joined #maemo | 03:38 | |
*** Pali has quit IRC | 03:40 | |
*** Maxdamantus has quit IRC | 04:31 | |
*** Maxdamantus has joined #maemo | 04:33 | |
*** xes has quit IRC | 04:34 | |
*** pkill9 has quit IRC | 05:15 | |
wicket64 | DocScrutinizer05: There's no problem with dsme | 05:50 |
wicket64 | Sometimes for development purposes, we don't want to start Hildon and the quickest way to do this is to disable dsme | 05:51 |
wicket64 | Having said that, I do think dsme can be very aggressive as it can cause a system reboot just from the user changing runlevels | 05:53 |
wicket64 | It may be desirable to replace dsme (or at least some of its funtionality) with a process supervisor like runit or s6 | 05:56 |
*** xes has joined #maemo | 05:56 | |
*** Vajb has quit IRC | 06:17 | |
DocScrutinizer05 | hmm, I don't think there's anything wrong with dsme, you just need to use it correctly | 06:28 |
DocScrutinizer05 | inded dsme can reboot system when a process started with dsmetoll --start-reset or --start-restart quits (too often) | 06:30 |
DocScrutinizer05 | indeed even | 06:31 |
DocScrutinizer05 | the key is to use dsmetool --stop to stop the process | 06:32 |
DocScrutinizer05 | and ideally you wrap that stuff into an init script | 06:32 |
Maxdamantus | imo if a regular debian (or devuan) doesn't use dsme (which it obviously doesn't), a proper debian/devuan port probably shouldn't either. | 06:32 |
Maxdamantus | It sounds like it deals with problems that OSes should already be solving. | 06:33 |
Maxdamantus | restarting processes, running watchdogs .. this shouldn't be device-specific stuff. | 06:33 |
Maxdamantus | "modern devuan with a user experience identical to Maemo 5" seems contradictory to me. If the user experience is truly identical, you should still be limited to whatever versions of software were used in that old Debian-like OS. | 06:35 |
DocScrutinizer05 | unrelated: I found a few 'funny' scripts in /etc/osso-cud-scripts/ | 06:35 |
DocScrutinizer05 | cud is likely Clean Up Device | 06:36 |
*** Kabouik_ has quit IRC | 06:38 | |
*** florian_kc has joined #maemo | 06:55 | |
*** florian has quit IRC | 06:58 | |
*** mike727 has joined #maemo | 07:09 | |
mike727 | I've got a Droid4 now. It's running Android 2.3.6. It's still carrier locked and unlocking it, seems difficult. Is there a lazy way to test cellular? | 07:17 |
spiiroin | Maxdamantus: very roughly sysvinit+dsme = upstart = systemd; some of the things dsme does are indeed covered by more modern things, some probably are not - like having active emergency call => even thermal shutdown is not allowed | 07:24 |
wicket64 | Maxdamantus: Agreed. I'd like to see (and will help with) Leste moving away from certain Maemo-isms like dsme where appropriate. The more Maemo-isms we can get rid of, the easier it will be to maintain, upgrade, etc | 07:25 |
spiiroin | then those things dsme & co do, have bindings in maemo mw/ui etc -> completely replacing is a lot of work | 07:25 |
wicket64 | By "user experience", I think it means UX/UI rather than software versions | 07:26 |
spiiroin | already in nokia & continuing in mer/sfos -> the role of dsme is made smaller step by step as more standard ways of doing things are available and make sense | 07:26 |
Maxdamantus | Yeah, and just to be clear, the thing I had in quotations wasn't an actual quote, just a sentiment I've seen before. | 07:29 |
spiiroin | one problem with these old maemo services is that while they serve some generic purpose, they were forked/device -> things that should come from config files are likely to be hardcoded somewhere | 07:29 |
Maxdamantus | I think it's fairly reasonable to create an OS that pretty much behaves the same way as Maemo 5 as far as a typical phone user would be concerned (assuming typical phone users would be likely to start using Maemo 5 nowadays) | 07:29 |
Maxdamantus | which means they don't care about things like dsme or upstart | 07:30 |
Maxdamantus | that doesn't include me though, since part of my "UX" involves editing startup scripts and configurations to get the device to behave in certain ways. | 07:32 |
*** Kilroo has quit IRC | 07:33 | |
spiiroin | for me "behaving in certain ways" is more about low level details, like "process watchdogs" in systemd vs in dsme. former = apps decide when/how ; latter = synchronized in system wide manner | 07:41 |
spiiroin | both have "a feature", but one of them is more pm & mobile friendly | 07:42 |
Maxdamantus | Indeed, so the migration process should not cater to my such uses. | 07:44 |
Maxdamantus | It should be free to reorganise /etc such that my alterations don't work. | 07:44 |
Juesto | well | 08:02 |
Juesto | Leste goal is provide a remastered fremantle | 08:03 |
Juesto | a updated system while maintaining the overall user experience | 08:03 |
Juesto | modernized backends | 08:03 |
Juesto | while UX being the same, that is one of the reasons hildon and co got reversed | 08:04 |
Juesto | it means a non-constrained community maintenance | 08:04 |
*** ced117 has quit IRC | 08:11 | |
*** ced117 has joined #maemo | 08:12 | |
*** Maxdamantus has quit IRC | 08:23 | |
*** Maxdamantus has joined #maemo | 08:49 | |
*** Oxyd76 has quit IRC | 09:27 | |
*** jrayhawk has quit IRC | 09:28 | |
*** jrayhawk has joined #maemo | 09:28 | |
*** Oxyd76 has joined #maemo | 09:29 | |
*** Oxyd76 has joined #maemo | 09:29 | |
KotCzarny | Oxyd76: fix your connection | 09:30 |
*** Oxyd76 has quit IRC | 09:30 | |
KotCzarny | or client | 09:30 |
KotCzarny | (or both) | 09:30 |
*** ced117 has quit IRC | 09:39 | |
*** ced117 has joined #maemo | 09:41 | |
*** Vajb has joined #maemo | 10:05 | |
*** xes has quit IRC | 10:34 | |
*** xes has joined #maemo | 10:38 | |
*** trx has quit IRC | 10:40 | |
*** trx has joined #maemo | 10:44 | |
*** trx has quit IRC | 10:44 | |
*** trx has joined #maemo | 10:44 | |
*** freemangordon_ has joined #maemo | 10:53 | |
*** eMHa_ has quit IRC | 10:57 | |
*** geaaru has quit IRC | 11:05 | |
*** freemangordon_ has quit IRC | 11:07 | |
*** freemangordon_ has joined #maemo | 11:09 | |
*** jrayhawk has quit IRC | 11:25 | |
*** geaaru has joined #maemo | 11:27 | |
*** jrayhawk has joined #maemo | 11:33 | |
*** Oxyd76 has joined #maemo | 11:50 | |
*** Oxyd76 has quit IRC | 11:57 | |
*** Pali has joined #maemo | 11:59 | |
*** Oxyd76 has joined #maemo | 12:00 | |
*** Oxyd76 has quit IRC | 12:03 | |
*** Oxyd76 has joined #maemo | 12:05 | |
*** Oxyd76 has quit IRC | 12:20 | |
*** Oxyd76 has joined #maemo | 12:21 | |
*** Oxyd76 has quit IRC | 12:24 | |
*** Oxyd76 has joined #maemo | 12:26 | |
*** Oxyd76 has quit IRC | 12:30 | |
*** Oxyd76 has joined #maemo | 12:31 | |
*** gonp[m] has joined #maemo | 12:32 | |
*** Oxyd76 has quit IRC | 12:34 | |
*** Oxyd76 has joined #maemo | 12:37 | |
*** Oxyd76 has joined #maemo | 12:42 | |
*** freemangordon_ has quit IRC | 12:49 | |
*** Oxyd76 has quit IRC | 12:55 | |
*** Oxyd76 has joined #maemo | 13:13 | |
*** eMHa_ has joined #maemo | 13:16 | |
*** Oxyd76 has quit IRC | 13:21 | |
*** Oxyd76 has joined #maemo | 13:23 | |
*** pkill9 has joined #maemo | 13:30 | |
*** Kabouik_ has joined #maemo | 13:31 | |
*** Oxyd76 has quit IRC | 13:33 | |
*** Oxyd76 has joined #maemo | 13:33 | |
sicelo | one of my n900 keys fell out. what type of glue is best to stick it back? | 13:38 |
sicelo | glue/adhesive | 13:38 |
*** dafox has joined #maemo | 13:40 | |
*** Oxyd76 has quit IRC | 13:41 | |
*** Kabouik- has joined #maemo | 13:51 | |
*** Kabouik_ has quit IRC | 13:53 | |
*** Oxyd76 has joined #maemo | 13:59 | |
*** Oxyd76 has quit IRC | 14:00 | |
*** CatButts has joined #maemo | 14:01 | |
*** sicelo has quit IRC | 14:01 | |
CatButts | my n900 has unfortunatelly gathered dust in the last month or two | 14:01 |
CatButts | has anything interesting happened in this time? | 14:01 |
CatButts | for maemo/the n900 | 14:01 |
enyc | CatButts: yes, maemo-leste coming along | 14:11 |
*** Oxyd76 has joined #maemo | 14:20 | |
*** Oxyd76 has quit IRC | 14:22 | |
*** APic has quit IRC | 14:22 | |
pkill9 | ^ | 14:34 |
*** dafox has quit IRC | 14:35 | |
*** jrayhawk has quit IRC | 14:38 | |
*** jrayhawk has joined #maemo | 14:38 | |
*** dafox has joined #maemo | 14:40 | |
*** xy2_ has joined #maemo | 14:46 | |
*** dos1 has quit IRC | 15:13 | |
*** mike727 has quit IRC | 15:27 | |
*** sicelo has joined #maemo | 16:15 | |
*** APic has joined #maemo | 16:18 | |
*** freemangordon has quit IRC | 16:36 | |
*** xy2_ has quit IRC | 16:36 | |
*** freemangordon has joined #maemo | 16:36 | |
*** xy2_ has joined #maemo | 16:37 | |
*** Oxyd76 has joined #maemo | 16:40 | |
*** xy2_ has quit IRC | 16:50 | |
*** Oxyd76 has quit IRC | 16:52 | |
*** Oxyd76 has joined #maemo | 16:56 | |
*** shentey has joined #maemo | 16:57 | |
*** Oxyd76 has joined #maemo | 17:01 | |
*** shentey_ has joined #maemo | 17:05 | |
*** shentey_ has quit IRC | 17:09 | |
*** shentey_ has joined #maemo | 17:11 | |
*** Oxyd76 has joined #maemo | 17:12 | |
*** Oxyd76 has quit IRC | 17:17 | |
*** Oxyd76 has joined #maemo | 17:22 | |
*** xy2_ has joined #maemo | 17:26 | |
*** jrayhawk has quit IRC | 18:10 | |
*** g3kk3r has quit IRC | 18:16 | |
*** g3kk3r has joined #maemo | 18:18 | |
*** jrayhawk has joined #maemo | 18:21 | |
*** pagurus has joined #maemo | 18:22 | |
*** pagurus` has quit IRC | 18:24 | |
*** dos1 has joined #maemo | 18:34 | |
*** drrty2 has joined #maemo | 18:52 | |
*** xes has quit IRC | 19:15 | |
*** dafox has quit IRC | 19:19 | |
*** xes has joined #maemo | 19:20 | |
*** jrayhawk has quit IRC | 19:23 | |
*** jrayhawk has joined #maemo | 19:25 | |
*** clopez_ has quit IRC | 19:41 | |
*** clopez has joined #maemo | 19:45 | |
*** siceleste has joined #maemo | 19:49 | |
*** jon_y_ has joined #maemo | 19:54 | |
*** jon_y has quit IRC | 19:54 | |
*** jon_y_ is now known as jon_y | 19:54 | |
*** Oxyd76 has joined #maemo | 19:58 | |
*** Oxyd76 has quit IRC | 19:58 | |
*** dos1 has quit IRC | 20:00 | |
*** jrayhawk has quit IRC | 20:01 | |
*** jrayhawk has joined #maemo | 20:01 | |
*** Oxyd76 has joined #maemo | 20:03 | |
*** Oxyd76 has quit IRC | 20:09 | |
*** Oxyd76 has joined #maemo | 20:14 | |
*** Oxyd76 has quit IRC | 20:15 | |
*** Oxyd76 has joined #maemo | 20:19 | |
*** shentey has quit IRC | 20:23 | |
*** Oxyd76 has joined #maemo | 20:24 | |
*** Oxyd76 has quit IRC | 20:27 | |
*** Oxyd76 has joined #maemo | 20:30 | |
*** siceleste has quit IRC | 20:30 | |
*** Oxyd76 has quit IRC | 20:32 | |
*** Oxyd76 has joined #maemo | 20:35 | |
*** Oxyd76 has quit IRC | 20:42 | |
*** siceleste has joined #maemo | 20:42 | |
*** Oxyd76 has joined #maemo | 20:45 | |
*** Oxyd76 has joined #maemo | 20:51 | |
*** Oxyd76 has quit IRC | 20:52 | |
*** CatButts has left #maemo | 20:52 | |
*** geaaru_ has joined #maemo | 20:55 | |
*** Oxyd76 has joined #maemo | 20:56 | |
*** geaaru has quit IRC | 20:57 | |
*** Oxyd76 has quit IRC | 21:00 | |
*** Oxyd76 has joined #maemo | 21:01 | |
*** Oxyd76 has quit IRC | 21:03 | |
*** Kabouik- has quit IRC | 21:05 | |
*** Oxyd76 has joined #maemo | 21:06 | |
*** jrayhawk has quit IRC | 21:08 | |
*** Oxyd76 has joined #maemo | 21:12 | |
*** Oxyd76 has quit IRC | 21:13 | |
*** Oxyd76 has joined #maemo | 21:17 | |
*** Oxyd76 has quit IRC | 21:19 | |
*** Oxyd76 has joined #maemo | 21:22 | |
*** Oxyd76 has quit IRC | 21:30 | |
*** Oxyd76 has joined #maemo | 21:33 | |
*** dafox has joined #maemo | 21:35 | |
*** Oxyd76 has quit IRC | 21:38 | |
*** Oxyd76 has joined #maemo | 21:43 | |
*** Oxyd76 has quit IRC | 21:45 | |
*** Oxyd76 has joined #maemo | 21:48 | |
*** Oxyd76 has quit IRC | 21:49 | |
*** jrayhawk has joined #maemo | 21:51 | |
*** siceleste has quit IRC | 21:52 | |
*** Oxyd76 has joined #maemo | 21:54 | |
*** Oxyd76 has quit IRC | 21:59 | |
*** Kabouik has joined #maemo | 22:00 | |
*** dafox has quit IRC | 22:04 | |
*** Oxyd76 has joined #maemo | 22:04 | |
*** Oxyd76 has quit IRC | 22:10 | |
*** dafox has joined #maemo | 22:11 | |
*** dos1 has joined #maemo | 22:22 | |
*** jrayhawk has quit IRC | 22:23 | |
*** Kabouik_ has joined #maemo | 22:29 | |
*** Oxyd76 has joined #maemo | 22:30 | |
*** Kabouik has quit IRC | 22:31 | |
*** Oxyd76 has quit IRC | 22:35 | |
*** Oxyd76 has joined #maemo | 22:40 | |
*** Oxyd76 has quit IRC | 22:45 | |
*** florian_kc is now known as florian | 22:45 | |
*** jrayhawk has joined #maemo | 22:46 | |
*** Oxyd76 has joined #maemo | 22:46 | |
*** Oxyd76 has quit IRC | 22:47 | |
*** Oxyd76 has joined #maemo | 22:51 | |
*** Oxyd76 has joined #maemo | 22:56 | |
*** Guest35166 has quit IRC | 22:58 | |
*** Oxyd76 has quit IRC | 22:58 | |
*** Oxyd76 has joined #maemo | 23:02 | |
*** Oxyd76 has joined #maemo | 23:02 | |
*** Oxyd76 has quit IRC | 23:04 | |
*** Oxyd76 has joined #maemo | 23:08 | |
*** Oxyd76 has joined #maemo | 23:13 | |
*** Oxyd76 has quit IRC | 23:17 | |
*** Oxyd76 has joined #maemo | 23:18 | |
*** Oxyd76 has quit IRC | 23:19 | |
*** jrayhawk has quit IRC | 23:23 | |
*** Oxyd76 has joined #maemo | 23:24 | |
*** Oxyd76 has quit IRC | 23:25 | |
*** jrayhawk has joined #maemo | 23:26 | |
*** juiceme has joined #maemo | 23:26 | |
*** juiceme is now known as Guest37839 | 23:27 | |
*** Oxyd76 has joined #maemo | 23:29 | |
*** jrayhawk has quit IRC | 23:39 | |
*** Oxyd76 has quit IRC | 23:40 | |
*** jrayhawk has joined #maemo | 23:41 | |
*** Oxyd76 has joined #maemo | 23:44 | |
*** Oxyd76 has quit IRC | 23:48 | |
*** Oxyd76 has joined #maemo | 23:50 | |
*** shentey_ has quit IRC | 23:55 | |
*** Oxyd76 has joined #maemo | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!