**** BEGIN LOGGING AT Wed Oct 02 02:59:58 2013 Oct 02 04:40:23 01:24:19 okias | divVerent: ping, you tried compile mpv on maemo? Oct 02 04:40:26 no, not yet Oct 02 04:40:30 don't expect this to go well anyway Oct 02 04:40:37 did already anyone build sdl2 for maemo? Oct 02 04:41:10 the only maemo supported vo of mpv would be x11 (forget it), xv (I heared Xv extension is there but broken on Maemo) and sdl2 (via GLES2) Oct 02 04:41:29 even IF it should work, it'd eat battery like hell Oct 02 04:41:53 to properly run on Maemo, probably this omx thing would need supporting for the HW overlay Oct 02 05:51:28 pdanek: it's probably immoral Oct 02 05:51:29 but who cares? Oct 02 06:00:13 Unless you happen to be that unfortunate owner whom is footing the bill and any civil liabilities for allowing someone to carry out malicious acts using another person's identity. Oct 02 06:00:34 i.e. footing the bill and impersonation. Oct 02 06:08:02 I see. Oct 02 06:17:45 * psycho_oreos certainly wouldn't want a 'freeloader' that would do businesses with say for instance terrorists groups and all of the sudden have feds knocking on my door. :p Oct 02 07:38:26 is there a sendmail client or equivalent like msmtp that we can use to directly send email without using the N900's GUI email program? Oct 02 07:45:43 kwtm: compile and use msmtp Oct 02 07:47:09 Pali: Ah, so msmtp is available. Will look into it. Unfortunately I will not have time to figure out how to compile before I need it (perhaps another day) so if it does need to be compiled I'll have to look for alternatives. Thx. Oct 02 07:47:32 Pali: I don't suppose there's some SMTP program that is installed by default that the Nokia app uses? Oct 02 07:47:53 I think these is only modest mail client Oct 02 07:47:57 nothing more Oct 02 10:20:51 Why doesn't hildon-desktop have niceness of -5 or less? I've tried -10 and didn't see any drawbacks, only impovements in responsiveness. Oct 02 10:27:47 Also, while using swap on SD it looks like file transfers doesn't slow down the system as much as with swap on emmc. Does something uses swap to download files before writing them to the actual location? Oct 02 10:28:13 Although, nice in /etc/event.d/hildon-desktop doesn't seem to work Oct 02 14:17:24 int_ua: this is one of the main benefits to swap on uSD Oct 02 14:20:04 (niceness) yes, should be, dunno if or why it isn't. (swap) indeed that's exactly what kills performance on e.g. large copy operations: buffers in RAM cause swap activity Oct 02 14:20:43 swappiness=100 doing that to the system Oct 02 14:21:45 also mmc-queue-nr or whatever the name of that parameter Oct 02 14:23:38 having a large number of queue entries inproves performance for many tiny writes since the fs-driver can concatenate them into one write of ideally flashpage size. OTOH many queue entries also mean many buffers in RAM which in turn swaps out all the program text Oct 02 14:24:32 thus for slightly larger chunk writes a huge number of queue entries is detrimental Oct 02 14:25:46 which bites your ass on e.g. `cp -r $uSD/* MyDocs/ ` Oct 02 14:27:17 the swap "pressure" crated by the lots of buffers cp will create results in all other tasks constantly swapping out and then in again when they need to run Oct 02 14:27:48 this constant swapping brings system to a grinding halt that even can result in watchdog booting the system Oct 02 14:28:33 and, kswapd isn't preempt-able Oct 02 14:30:01 as soon as kernel - for even a low-prio task - needs to swap in some missing pages, the system is "frozen" inside kswapd and no other task fill run until the swap event got completed Oct 02 14:30:26 all of the above disclaimer: aiui Oct 02 17:11:44 DocScrutinizer05: are you working on fixing www.scratchbox.org ? Oct 02 17:35:48 not exactly, what's to fix with it? Oct 02 17:37:26 maintainer of that "domain" is thedead1440 Oct 02 18:16:15 The following NEW packages will be installed: Oct 02 18:16:17 libsystemd-daemon0 Oct 02 18:16:19 SO IT BEGINS Oct 02 18:20:24 o.O Oct 02 18:23:37 i'm sure it's just for some optional daemonization for something Oct 02 18:23:38 but still Oct 02 18:29:15 Which distro is that? Oct 02 18:34:46 deb Oct 02 18:47:53 what debian and systemd together? Oct 02 18:47:55 now? Oct 02 18:47:59 WTF? Oct 02 18:49:01 kerio: do you want that all people here on #maemo will need to see a doctor?? Oct 02 18:49:17 Priority: extra Oct 02 18:49:38 well Oct 02 18:49:53 see above "... has quit" messages... Oct 02 18:50:02 apparently it's only depended upon by systemd, python-systemd, libsystemd-daemon-dev, syslog-ng-core, php5-fpm, mpd, transmission-daemon Oct 02 18:50:14 and meh, it's just a lib Oct 02 18:51:03 somebody already got headache ^^ Oct 02 18:51:21 syslog?? Oct 02 18:51:31 php?? Oct 02 18:51:42 mpd?? Oct 02 18:51:49 iirc debian unstable has had sysv, upstart and systemd for some years now Oct 02 18:51:53 This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Oct 02 18:51:56 wnd: exactly Oct 02 18:51:57 what would be next getty? Oct 02 18:52:02 it still defaults to sysv though :3 Oct 02 18:52:20 as it should until all issues are ironed out Oct 02 18:52:40 systemd is one big issue Oct 02 18:52:50 Pali: i think it's to offer multiple init scripts Oct 02 18:52:54 but still :v Oct 02 18:53:23 why debian cannot use openrc? Oct 02 18:53:35 but must start using that systemd? Oct 02 18:54:09 debian will use openrc I think Oct 02 18:55:32 Pali: hold your horses Oct 02 18:55:39 there's support Oct 02 18:59:51 *I* already got headache Oct 02 19:00:27 and is debian really going to systemd? I hope not Oct 02 19:00:36 * Wizzup cherishes his gentoo Oct 02 19:01:24 latest OpenSuse already declares sysV-init "unsupported, please check systemd if you experience any problems during boot" >:-(( Oct 02 19:01:42 all sanity is lost Oct 02 19:01:42 suckers Oct 02 19:03:04 seems like redhat CEO actually wears a red hat Oct 02 19:03:15 didn't debian switch to upstart for a while? Oct 02 19:03:26 otherwise they would've fired lennart long ago Oct 02 19:04:46 and OpenSuse sheep following that nonsense :-/ Oct 02 19:05:41 a shame Oct 02 19:05:42 http://people.debian.org/~biebl/lpc-2010/debian-init.pdf : "there is no mechanism in Debian to force something like systemd into the distribution, but having -- makes such a large transition possible" Oct 02 19:06:10 o.O Oct 02 19:07:30 "acknowledge that Debian users are more conservative and expect that upgrades don't break their system" Oct 02 19:07:31 haha Oct 02 19:07:33 hahahah Oct 02 19:07:35 are you fucking kidding me Oct 02 19:07:37 hahahahahah Oct 02 19:07:52 "guys, these users actually expect shit to not break horribly" Oct 02 19:08:59 kerio: start supporting kfreebsd port of debian Oct 02 19:09:04 hell no Oct 02 19:09:12 then systemd cannot be part of debian Oct 02 19:09:28 because bsd is incompatible with systemd Oct 02 19:13:37 don't worry, systemd won't be default in Debian Oct 02 19:14:31 it's already supported for a long time as an option Oct 02 19:14:35 I think it will be... Oct 02 19:14:57 in every distribution somebody forced systemd Oct 02 19:15:17 it can't, thanks to Debian GNU/kFreeBSD and Debian GNU/Hurd Oct 02 19:15:31 and this system shit is everywhere... Oct 02 19:15:56 some future gnome version want to have system shit dependency Oct 02 19:16:27 http://youtu.be/rWux-PA6JCU Oct 02 19:16:37 and if this gnome do, then also other developers of others DE got this stupid idea... Oct 02 19:17:27 and some other devs of some other sw start doing similar... because DE already using it Oct 02 19:17:43 and we will see system shit everywhere Oct 02 19:18:10 look what happened with PA Oct 02 19:18:25 now maybe every app has support for PA Oct 02 19:18:39 and some will drop alsa support Oct 02 19:18:43 so? I don't have PA installed on my Debian Oct 02 19:18:49 everything works well Oct 02 19:21:44 then its ok Oct 02 19:21:55 but I'am afraid of systemd... Oct 02 19:21:57 [general notice] autobuilder VM paused for maintenance, ETA now+24h Oct 02 19:54:33 I also hate systemd >_> Oct 02 19:56:04 echo -e "Package: pulseaudio\nPin: origin ""\Ĺ‹Pin-Priority: -1" | sudo tee /etc/apt/preferences.d/no-pulseaudio # wtf :-) Oct 02 19:56:17 erm, s/wtf/ftw/ Oct 02 19:59:33 still, there are already packages that hard-depend on PA :-( Oct 02 19:59:55 even when the application in question has a configure option to be compiled with alsa Oct 02 23:47:24 * ernest75 greeting the room Oct 02 23:48:46 anybody noticed scratchbox hator repo stopped to work? i got error when updating catalogs on ubuntu. W:Failed to fetch http://scratchbox.org/debian/dists/hathor/main/source/Sources 404 Not Found Oct 03 01:44:36 hmmpf Oct 03 01:44:48 thedead1440: ^^ Oct 03 01:45:44 * DocScrutinizer05 idly wonders wwhen ernest75 last time updated catalogs Oct 03 01:46:11 must have been like a year ago Oct 03 01:46:48 thedead1440: some symlinks missing? **** ENDING LOGGING AT Thu Oct 03 02:59:58 2013