*** jyrjyr has quit IRC | 00:06 | |
*** jyrjyr has joined #maemo | 00:07 | |
*** jyrjyr has quit IRC | 00:11 | |
*** jyrjyr has joined #maemo | 00:12 | |
*** jyrjyr has quit IRC | 00:16 | |
*** jyrjyr has joined #maemo | 00:18 | |
*** jyrjyr has quit IRC | 00:22 | |
*** jyrjyr has joined #maemo | 00:23 | |
*** jyrjyr has quit IRC | 00:28 | |
*** jyrjyr has joined #maemo | 00:29 | |
*** jyrjyr has quit IRC | 00:37 | |
*** jyrjyr has joined #maemo | 00:39 | |
*** hurrian has joined #maemo | 00:43 | |
*** jyrjyr has quit IRC | 00:43 | |
*** mkaindl has left #maemo | 00:43 | |
*** jyrjyr has joined #maemo | 00:44 | |
*** jyrjyr has quit IRC | 00:49 | |
*** jyrjyr has joined #maemo | 00:50 | |
*** shentey has quit IRC | 00:55 | |
Pali | http://www.heise.de/open/meldung/Unix-Veteranen-sammeln-fuer-Debian-ohne-Systemd-2467930.html | 00:58 |
---|---|---|
Pali | debian was forked: https://devuan.org/ | 00:58 |
Pali | no systemd anymore | 00:58 |
*** jyrjyr has quit IRC | 01:05 | |
*** jyrjyr has joined #maemo | 01:06 | |
*** mvp has quit IRC | 01:07 | |
*** jyrjyr has quit IRC | 01:21 | |
*** jyrjyr has joined #maemo | 01:22 | |
*** javispedro has quit IRC | 01:24 | |
Luke-Jr | woo | 01:25 |
*** jyrjyr has quit IRC | 01:26 | |
*** hurrian has quit IRC | 01:27 | |
*** jyrjyr has joined #maemo | 01:27 | |
*** jyrjyr has quit IRC | 01:31 | |
*** jyrjyr has joined #maemo | 01:33 | |
*** jyrjyr has quit IRC | 01:37 | |
*** jyrjyr has joined #maemo | 01:38 | |
*** arcean has quit IRC | 01:42 | |
*** jyrjyr has quit IRC | 01:42 | |
*** jyrjyr has joined #maemo | 01:44 | |
*** jyrjyr has quit IRC | 01:48 | |
*** jyrjyr has joined #maemo | 01:49 | |
*** jyrjyr has quit IRC | 01:53 | |
*** jyrjyr has joined #maemo | 01:55 | |
*** jyrjyr has quit IRC | 01:59 | |
*** konelix has quit IRC | 02:00 | |
*** jyrjyr has joined #maemo | 02:00 | |
*** jyrjyr has quit IRC | 02:05 | |
*** jyrjyr has joined #maemo | 02:06 | |
*** futpib has quit IRC | 02:06 | |
M4rtinK | well, there are already dozens of Debian forks | 02:09 |
M4rtinK | like Ubuntu :) | 02:09 |
*** hurrian has joined #maemo | 02:14 | |
*** jyrjyr has quit IRC | 02:14 | |
*** jyrjyr has joined #maemo | 02:15 | |
*** bef0rd has joined #maemo | 02:18 | |
*** bef0rd has joined #maemo | 02:18 | |
*** jyrjyr has quit IRC | 02:19 | |
*** jyrjyr has joined #maemo | 02:21 | |
*** RedW has quit IRC | 02:21 | |
*** jyrjyr has quit IRC | 02:27 | |
*** jyrjyr has joined #maemo | 02:28 | |
*** jyrjyr has quit IRC | 02:32 | |
*** jyrjyr has joined #maemo | 02:34 | |
Pali | M4rtinK: but there is no fork without systemd | 02:35 |
M4rtinK | Pali: that is a good point | 02:38 |
M4rtinK | Pali: but still, I think all the systemd hate recently is more or less a needless witchhunt | 02:39 |
M4rtinK | Pali: and really dislike how they basically chased away the debian Systemd maintainer | 02:40 |
*** jyrjyr has quit IRC | 02:40 | |
Pali | M4rtinK: one thing is systemd itself and other is what happened in debian (and with systemd maintainer) | 02:41 |
*** jyrjyr has joined #maemo | 02:41 | |
Pali | and if there is a distribution without systemd I will switch to it | 02:42 |
M4rtinK | any specific things about systemd you don't like ? :) | 02:42 |
Pali | yes, first thing which I do not like is that it is big package of lot of applications which I do not need | 02:43 |
Pali | in package with init daemon there is dhcp server... no thanks I do not need dhcp server on desktop | 02:44 |
Pali | there is udev... again I want to use other netlink based event reciver | 02:45 |
Pali | binary logs in non ACID database... I think that I do not need to comment this stupid idea | 02:46 |
Pali | massive paralelism... ehm... I do not need this on my server | 02:46 |
M4rtinK | indeed, I think some would appreciated it to be split to more packages | 02:52 |
M4rtinK | it is built from quite distinct components anyway | 02:52 |
*** jyrjyr has quit IRC | 02:52 | |
M4rtinK | hmm, the main package seems to have about 12 MB | 02:53 |
*** b1101 has quit IRC | 02:53 | |
*** jyrjyr has joined #maemo | 02:53 | |
M4rtinK | not small, but at least storage vise not problematic | 02:54 |
*** nox- has quit IRC | 02:55 | |
*** b1101 has joined #maemo | 02:55 | |
*** b1101 has joined #maemo | 02:55 | |
M4rtinK | as for the dhcp server, I guess that is probably for containers/VMs ? if you don't have those it would indeed be useless | 02:56 |
*** florian has quit IRC | 02:57 | |
M4rtinK | as for udev - that has some serious architectural issues in itself that one can't really blame on systemd (huge event spam when you have a lot of devices, race conditions, etc.) | 02:58 |
M4rtinK | as for the binary logs - works good enough for me so far and I really like the systemd - journald integration | 02:59 |
M4rtinK | so you can do stuff like journalctl -u <unit name> and get log messages from the given unit | 02:59 |
M4rtinK | that is quite the time saver | 02:59 |
Pali | I hate that idea of only one systemd and for everyone | 03:00 |
M4rtinK | but it is not perfect for sure - IIRC when you enable compression, it does not compress whole log database files but individual records | 03:00 |
M4rtinK | so it is not very effective | 03:00 |
Pali | why they are forcing me to use only those systemd components? | 03:00 |
M4rtinK | well, I would not really say they are forcing anyone | 03:01 |
Pali | yes, they force me... lennart want to have systemd everywhere | 03:01 |
M4rtinK | they just have some roadmap in mind and are working towards it | 03:02 |
Pali | he already said that | 03:02 |
Pali | I can understand that they create *stable* API for components and they provide one implementation of each component | 03:02 |
M4rtinK | well, every developer wants his software everywhere | 03:02 |
Pali | not every! | 03:02 |
M4rtinK | or at least that it is widely used - that's kinda why most people are doing it in the first place | 03:03 |
M4rtinK | in my opinion | 03:03 |
M4rtinK | hmm, having an API between the component sounds good | 03:03 |
M4rtinK | BTW, the components all talk over DBUS IIRC, but the API is probably not officially stable | 03:04 |
Wizzup | of course not | 03:05 |
Wizzup | that's part of the political trick | 03:05 |
M4rtinK | of course that means more work for developers | 03:05 |
sixwheeledbeast1 | ~uselessd | 03:05 |
Pali | before systemd I was able to use any dhcp server, any http server, any init daemon, any udev-like program (which watch netlink), any other daemon... | 03:05 |
Wizzup | don't document it, make heavy dependencies | 03:05 |
Pali | now with systemd I'm forced to use only one | 03:05 |
Wizzup | result: noone can compete with your ever changing api | 03:05 |
M4rtinK | probably like the internal kernel API - it is not stable on purpose | 03:06 |
sixwheeledbeast1 | covers all of the arguement against systemd | 03:06 |
Wizzup | M4rtinK: no,no,no | 03:06 |
Wizzup | that's completely different | 03:06 |
Wizzup | there no competing internal kernel apis, makes no sense | 03:06 |
M4rtinK | sixwheeledbeast1: those are the people rewriting unit files back into init scripts ? | 03:06 |
Wizzup | there are* | 03:06 |
sixwheeledbeast1 | ~systemd | 03:07 |
infobot | systemd cabal: a bunch of people (Lennart Poettering, Kay Sievers, Harald Hoyer, Daniel Mack, Tom Gundersen, David Herrmann) who want to turn linux into their wet dream perverted version of windows-me-too. See http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html -- Rumor has it that 2016 systemd will have replaced the linux kernel, or see http://boycottsystemd.org/, or see http://uselessd.darknedgy.net/ | 03:07 |
M4rtinK | at least uselessd & OpenRC are doing something to demonstrate their case | 03:10 |
M4rtinK | but most of the hate feels kinda like unsubstantiated trolling | 03:11 |
M4rtinK | or outright "we like something because it is not systemd" not "we like something because it does X better than systemd" | 03:12 |
sixwheeledbeast1 | boycottsystemd also explains the issues well. I think the issue is not just systemd, more the fact there is no option to run something else. | 03:14 |
M4rtinK | well I see two options: 1) keep the old thing 2) develop an alternative | 03:14 |
sixwheeledbeast1 | I would rather ubuntu stick with upstart myself | 03:15 |
sixwheeledbeast1 | It's not like there aren't other init options. | 03:15 |
M4rtinK | sure, but then you have to keep maintaining it | 03:17 |
M4rtinK | as more or less only user | 03:18 |
M4rtinK | and the Canonical CLA might prevent some people from contributing to it | 03:18 |
*** LjL has quit IRC | 03:20 | |
*** bef0rd has quit IRC | 03:21 | |
sixwheeledbeast1 | upstart was the way forward before systemd, fedora used upstart for a short period. So would you prefer that systemd took over so everybody contributed to one init system? | 03:29 |
M4rtinK | IIRC there were talks between the future Systemd devs and the Upstart devs about contributing to Upstart | 03:30 |
M4rtinK | but it was blocked by the canonical CLA | 03:31 |
M4rtinK | so a separate project (systemd) was started | 03:31 |
M4rtinK | BTW, upstart was the init in fedora before systemd IIRC | 03:31 |
M4rtinK | and is till the init used in RHEL6, 7 has systemd | 03:31 |
sixwheeledbeast1 | maybe this was to stop upstart becoming upstartd :P | 03:38 |
*** sixwheeledbeast1 is now known as sixwheeledbeast | 03:39 | |
M4rtinK | BTW, there is a discussion about the system & upstart CLA situation: https://news.ycombinator.com/item?id=7639714 | 03:41 |
M4rtinK | looks like I remembered it correctly :) | 03:42 |
*** jyrjyr has quit IRC | 03:47 | |
*** jyrjyr has joined #maemo | 03:48 | |
*** bef0rd has joined #maemo | 03:50 | |
*** jyrjyr has quit IRC | 03:52 | |
*** jyrjyr has joined #maemo | 03:53 | |
*** jyrjyr has quit IRC | 03:57 | |
*** jyrjyr has joined #maemo | 03:59 | |
*** jyrjyr has quit IRC | 04:05 | |
*** jyrjyr has joined #maemo | 04:06 | |
*** jyrjyr has quit IRC | 04:13 | |
*** jyrjyr has joined #maemo | 04:14 | |
*** jyrjyr has quit IRC | 04:18 | |
*** jyrjyr has joined #maemo | 04:19 | |
*** RedW has joined #maemo | 04:19 | |
*** jyrjyr has quit IRC | 04:23 | |
*** jyrjyr has joined #maemo | 04:24 | |
*** jyrjyr has quit IRC | 04:29 | |
*** jyrjyr has joined #maemo | 04:30 | |
*** jyrjyr has quit IRC | 04:34 | |
*** jyrjyr has joined #maemo | 04:35 | |
*** jyrjyr has quit IRC | 04:40 | |
*** jyrjyr has joined #maemo | 04:41 | |
*** RedW has quit IRC | 04:42 | |
*** jyrjyr has quit IRC | 04:47 | |
*** jyrjyr has joined #maemo | 04:48 | |
*** jyrjyr has quit IRC | 04:52 | |
*** jyrjyr has joined #maemo | 04:54 | |
*** jyrjyr has quit IRC | 04:58 | |
*** jyrjyr has joined #maemo | 04:59 | |
*** jyrjyr has quit IRC | 05:04 | |
*** jyrjyr has joined #maemo | 05:05 | |
*** M4rtinK has quit IRC | 05:10 | |
*** jyrjyr has quit IRC | 05:12 | |
*** jyrjyr has joined #maemo | 05:13 | |
*** jyrjyr has quit IRC | 05:17 | |
*** jyrjyr has joined #maemo | 05:18 | |
*** jyrjyr has quit IRC | 05:25 | |
*** jyrjyr has joined #maemo | 05:26 | |
*** samueldr has joined #maemo | 05:37 | |
*** samueldr has left #maemo | 05:37 | |
*** jyrjyr has quit IRC | 05:39 | |
*** jyrjyr has joined #maemo | 05:39 | |
*** LauRoman|Alt has quit IRC | 05:42 | |
*** jyrjyr has quit IRC | 05:44 | |
*** spoofy has quit IRC | 05:44 | |
*** jyrjyr has joined #maemo | 05:45 | |
*** jyrjyr has quit IRC | 05:49 | |
*** jyrjyr has joined #maemo | 05:50 | |
*** jyrjyr has quit IRC | 05:55 | |
*** jyrjyr has joined #maemo | 05:56 | |
*** jyrjyr has quit IRC | 06:02 | |
*** jyrjyr has joined #maemo | 06:03 | |
*** jyrjyr has quit IRC | 06:08 | |
*** jyrjyr has joined #maemo | 06:09 | |
*** jyrjyr has quit IRC | 06:13 | |
*** jyrjyr has joined #maemo | 06:14 | |
*** jyrjyr has quit IRC | 06:19 | |
*** jyrjyr has joined #maemo | 06:20 | |
*** SAiF has left #maemo | 06:20 | |
*** jyrjyr has quit IRC | 06:25 | |
*** jyrjyr has joined #maemo | 06:25 | |
*** jyrjyr has quit IRC | 06:32 | |
*** jyrjyr has joined #maemo | 06:33 | |
*** jyrjyr has quit IRC | 06:37 | |
*** jyrjyr has joined #maemo | 06:38 | |
*** RedW has joined #maemo | 06:39 | |
*** jyrjyr has quit IRC | 06:45 | |
*** jyrjyr has joined #maemo | 06:46 | |
*** jyrjyr has quit IRC | 06:50 | |
*** jyrjyr has joined #maemo | 06:51 | |
*** jyrjyr has quit IRC | 06:58 | |
*** jyrjyr has joined #maemo | 06:59 | |
*** king1337-2 has quit IRC | 07:00 | |
*** jyrjyr has quit IRC | 07:06 | |
*** jyrjyr has joined #maemo | 07:06 | |
*** jyrjyr has quit IRC | 07:11 | |
*** jyrjyr has joined #maemo | 07:12 | |
*** jyrjyr has quit IRC | 07:19 | |
*** jyrjyr has joined #maemo | 07:19 | |
*** jyrjyr has quit IRC | 07:24 | |
*** jyrjyr has joined #maemo | 07:25 | |
*** jyrjyr has quit IRC | 07:29 | |
*** jyrjyr has joined #maemo | 07:30 | |
*** jyrjyr has quit IRC | 07:35 | |
*** jyrjyr has joined #maemo | 07:36 | |
*** jyrjyr has quit IRC | 07:40 | |
*** jyrjyr has joined #maemo | 07:41 | |
*** protem has joined #maemo | 07:44 | |
*** RedW has quit IRC | 07:44 | |
*** jyrjyr has quit IRC | 07:46 | |
*** jyrjyr has joined #maemo | 07:47 | |
*** jyrjyr has quit IRC | 07:52 | |
*** jyrjyr has joined #maemo | 07:52 | |
*** jyrjyr has quit IRC | 07:57 | |
*** jyrjyr has joined #maemo | 07:58 | |
*** Tekk_`` is now known as Tekk_ | 07:59 | |
*** mkaindl has joined #maemo | 08:04 | |
*** jyrjyr has quit IRC | 08:05 | |
*** jyrjyr has joined #maemo | 08:05 | |
*** jonwil has quit IRC | 08:08 | |
*** jyrjyr has quit IRC | 08:10 | |
*** jyrjyr has joined #maemo | 08:11 | |
*** mkaindl has left #maemo | 08:11 | |
*** mkaindl has joined #maemo | 08:13 | |
*** jyrjyr has quit IRC | 08:15 | |
*** jyrjyr has joined #maemo | 08:16 | |
*** jyrjyr has quit IRC | 08:21 | |
*** jyrjyr has joined #maemo | 08:22 | |
*** jyrjyr has quit IRC | 08:26 | |
*** jyrjyr has joined #maemo | 08:27 | |
*** BitEvil has joined #maemo | 08:28 | |
*** Neutron9 has joined #maemo | 08:28 | |
*** OnkV has joined #maemo | 08:29 | |
*** dhbiker has joined #maemo | 08:32 | |
*** jyrjyr has quit IRC | 08:36 | |
*** SpeedEvil has quit IRC | 08:37 | |
*** Haudegen has quit IRC | 08:37 | |
*** Milhouse has quit IRC | 08:37 | |
*** Neutron8 has quit IRC | 08:37 | |
*** jyrjyr has joined #maemo | 08:37 | |
*** Milhouse has joined #maemo | 08:42 | |
*** jyrjyr has quit IRC | 08:44 | |
*** `0660 has quit IRC | 08:45 | |
*** jyrjyr has joined #maemo | 08:45 | |
*** `0660 has joined #maemo | 08:46 | |
*** mkaindl has left #maemo | 08:48 | |
*** jyrjyr has quit IRC | 08:50 | |
*** jyrjyr has joined #maemo | 08:51 | |
*** jyrjyr has quit IRC | 09:01 | |
*** jyrjyr has joined #maemo | 09:02 | |
*** RedW has joined #maemo | 09:02 | |
*** jyrjyr has quit IRC | 09:06 | |
*** jyrjyr has joined #maemo | 09:07 | |
*** jyrjyr has quit IRC | 09:14 | |
*** jyrjyr has joined #maemo | 09:15 | |
*** jyrjyr has quit IRC | 09:19 | |
*** jyrjyr has joined #maemo | 09:20 | |
*** mavhc has quit IRC | 09:21 | |
*** flynx has joined #maemo | 09:21 | |
*** mavhc has joined #maemo | 09:23 | |
*** RedW has quit IRC | 09:24 | |
*** jyrjyr has quit IRC | 09:29 | |
*** jyrjyr has joined #maemo | 09:30 | |
*** jyrjyr has quit IRC | 09:35 | |
*** jyrjyr has joined #maemo | 09:36 | |
*** jyrjyr has quit IRC | 09:40 | |
*** jyrjyr has joined #maemo | 09:41 | |
*** jyrjyr has quit IRC | 09:46 | |
*** jyrjyr has joined #maemo | 09:47 | |
*** bef0rd has quit IRC | 09:48 | |
*** protem has quit IRC | 09:57 | |
*** jyrjyr has quit IRC | 10:00 | |
*** jyrjyr has joined #maemo | 10:00 | |
*** jyrjyr has quit IRC | 10:05 | |
*** jyrjyr has joined #maemo | 10:06 | |
*** jyrjyr has quit IRC | 10:10 | |
*** jyrjyr has joined #maemo | 10:11 | |
*** jyrjyr has quit IRC | 10:16 | |
*** jyrjyr has joined #maemo | 10:17 | |
*** jyrjyr has quit IRC | 10:23 | |
*** jyrjyr has joined #maemo | 10:24 | |
*** jyrjyr has quit IRC | 10:29 | |
*** jyrjyr has joined #maemo | 10:30 | |
*** maybeWTF has quit IRC | 10:32 | |
*** jyrjyr has quit IRC | 10:34 | |
*** jyrjyr has joined #maemo | 10:35 | |
*** ecloud has quit IRC | 10:39 | |
*** ecloud has joined #maemo | 10:40 | |
*** jyrjyr has quit IRC | 10:40 | |
*** jyrjyr has joined #maemo | 10:41 | |
*** jyrjyr has quit IRC | 10:46 | |
*** jyrjyr has joined #maemo | 10:46 | |
*** jonwil has joined #maemo | 10:50 | |
*** sparetire_ has quit IRC | 10:50 | |
*** jyrjyr has quit IRC | 10:51 | |
*** jyrjyr has joined #maemo | 10:52 | |
*** jyrjyr has quit IRC | 10:56 | |
*** jyrjyr has joined #maemo | 10:57 | |
*** jyrjyr has quit IRC | 11:01 | |
*** RedW has joined #maemo | 11:02 | |
*** jyrjyr has joined #maemo | 11:03 | |
*** jyrjyr has quit IRC | 11:07 | |
*** jyrjyr has joined #maemo | 11:08 | |
*** jyrjyr has quit IRC | 11:13 | |
*** jyrjyr has joined #maemo | 11:14 | |
*** wotan147 has joined #maemo | 11:17 | |
*** jyrjyr has quit IRC | 11:18 | |
*** jyrjyr has joined #maemo | 11:19 | |
*** jyrjyr has quit IRC | 11:24 | |
*** jyrjyr has joined #maemo | 11:25 | |
*** jyrjyr has quit IRC | 11:30 | |
*** jyrjyr has joined #maemo | 11:30 | |
*** swartulv has quit IRC | 11:33 | |
*** _rd has joined #maemo | 11:36 | |
*** BitEvil is now known as SpeedEvil | 11:37 | |
*** swartulv has joined #maemo | 11:37 | |
*** jyrjyr has quit IRC | 11:39 | |
*** jyrjyr has joined #maemo | 11:40 | |
*** florian has joined #maemo | 11:43 | |
*** jyrjyr has quit IRC | 11:48 | |
*** jyrjyr has joined #maemo | 11:49 | |
*** florian has quit IRC | 11:53 | |
*** jyrjyr has quit IRC | 11:53 | |
*** Pali has quit IRC | 11:54 | |
*** jyrjyr has joined #maemo | 11:55 | |
*** futpib has joined #maemo | 11:57 | |
*** Pali has joined #maemo | 11:57 | |
*** dhbiker has quit IRC | 12:00 | |
*** dhbiker has joined #maemo | 12:01 | |
*** jyrjyr has quit IRC | 12:06 | |
*** RedW has quit IRC | 12:06 | |
*** jyrjyr has joined #maemo | 12:06 | |
*** RzR is now known as rZr | 12:08 | |
*** jyrjyr has quit IRC | 12:11 | |
*** jyrjyr has joined #maemo | 12:12 | |
*** jyrjyr has quit IRC | 12:16 | |
*** jyrjyr has joined #maemo | 12:17 | |
*** strohalm has quit IRC | 12:21 | |
*** jyrjyr has quit IRC | 12:22 | |
*** jyrjyr has joined #maemo | 12:23 | |
*** wotan147 has quit IRC | 12:37 | |
*** jyrjyr has quit IRC | 12:38 | |
*** jyrjyr has joined #maemo | 12:39 | |
*** strohalm has joined #maemo | 12:40 | |
*** sec has joined #maemo | 12:43 | |
*** jyrjyr has quit IRC | 12:45 | |
*** RedW has joined #maemo | 12:45 | |
*** _rd has quit IRC | 12:46 | |
*** jyrjyr has joined #maemo | 12:46 | |
*** jyrjyr has quit IRC | 12:51 | |
*** jyrjyr has joined #maemo | 12:52 | |
*** jyrjyr has quit IRC | 12:58 | |
*** jyrjyr has joined #maemo | 12:59 | |
*** jyrjyr has quit IRC | 13:04 | |
*** jyrjyr has joined #maemo | 13:05 | |
*** RedW has quit IRC | 13:06 | |
*** Kabouik_ has joined #maemo | 13:08 | |
*** bef0rd has joined #maemo | 13:09 | |
*** Kabouik has quit IRC | 13:11 | |
*** jyrjyr has quit IRC | 13:16 | |
*** jyrjyr has joined #maemo | 13:17 | |
*** MohammadAG has quit IRC | 13:17 | |
*** jyrjyr has quit IRC | 13:21 | |
*** jyrjyr has joined #maemo | 13:22 | |
*** Ex-Opesa has quit IRC | 13:25 | |
*** Ex-Opesa has joined #maemo | 13:26 | |
*** Kabouik_ has quit IRC | 13:27 | |
*** jyrjyr has quit IRC | 13:27 | |
*** jyrjyr has joined #maemo | 13:28 | |
*** wotan147 has joined #maemo | 13:28 | |
*** sec has quit IRC | 13:32 | |
*** Kabouik has joined #maemo | 13:34 | |
*** jonwil has quit IRC | 13:36 | |
*** _rd has joined #maemo | 13:36 | |
*** ddark has joined #maemo | 13:48 | |
*** jyrjyr has quit IRC | 13:50 | |
*** jyrjyr has joined #maemo | 13:51 | |
*** jyrjyr has quit IRC | 13:55 | |
*** jyrjyr has joined #maemo | 13:56 | |
*** RiDD has joined #maemo | 13:58 | |
*** flynx has quit IRC | 13:58 | |
*** jyrjyr has quit IRC | 14:03 | |
*** jyrjyr has joined #maemo | 14:04 | |
*** RedW has joined #maemo | 14:05 | |
*** jyrjyr has quit IRC | 14:10 | |
*** jyrjyr has joined #maemo | 14:11 | |
*** _rd has quit IRC | 14:15 | |
*** jyrjyr has quit IRC | 14:16 | |
*** jyrjyr has joined #maemo | 14:17 | |
*** _rd has joined #maemo | 14:18 | |
*** jyrjyr has quit IRC | 14:24 | |
*** jyrjyr has joined #maemo | 14:24 | |
*** arcean has joined #maemo | 14:26 | |
*** jyrjyr has quit IRC | 14:31 | |
*** jyrjyr has joined #maemo | 14:32 | |
*** jyrjyr has quit IRC | 14:37 | |
*** jyrjyr has joined #maemo | 14:37 | |
*** freemangordon has quit IRC | 14:39 | |
*** wotan147 has quit IRC | 14:40 | |
*** xjiujiu has joined #maemo | 14:41 | |
*** Smily has quit IRC | 14:41 | |
*** jyrjyr has quit IRC | 14:42 | |
*** freemangordon has joined #maemo | 14:42 | |
*** jyrjyr has joined #maemo | 14:43 | |
*** wotan147 has joined #maemo | 14:44 | |
*** wotan147 has quit IRC | 14:47 | |
*** arcean has quit IRC | 14:49 | |
*** jyrjyr has quit IRC | 14:50 | |
*** arcean has joined #maemo | 14:50 | |
*** sec has joined #maemo | 14:50 | |
*** Openbot has joined #maemo | 14:50 | |
*** jyrjyr has joined #maemo | 14:50 | |
*** Openbot is now known as Nokiabot_alt | 14:52 | |
sec | Is there an update OpenSSH package lying around with someone? | 14:52 |
freemangordon | sec: update as in? | 14:54 |
*** LjL has joined #maemo | 14:54 | |
freemangordon | as in CSSU there is openssh with some CVEs fixed | 14:55 |
freemangordon | oh, wai | 14:55 |
freemangordon | there is openssl :), my bad | 14:55 |
sec | Yep, no OpenSSH | 14:56 |
*** Nokiabot_alt has quit IRC | 14:56 | |
*** jyrjyr has quit IRC | 15:01 | |
*** jyrjyr has joined #maemo | 15:02 | |
sec | Dropbear is still at a slightly updated version, but no SFTP with it :( | 15:03 |
*** jyrjyr has quit IRC | 15:08 | |
*** jyrjyr has joined #maemo | 15:09 | |
*** jyrjyr has quit IRC | 15:16 | |
*** jyrjyr has joined #maemo | 15:17 | |
*** florian has joined #maemo | 15:19 | |
*** jyrjyr has quit IRC | 15:24 | |
*** jyrjyr has joined #maemo | 15:25 | |
NIN101 | yeah, you must compile openssh yourself. | 15:28 |
NIN101 | for an updated version | 15:28 |
*** jyrjyr has quit IRC | 15:29 | |
*** jyrjyr has joined #maemo | 15:30 | |
*** jyrjyr has quit IRC | 15:35 | |
*** jyrjyr has joined #maemo | 15:36 | |
sec | It spews out erros about OpenSSL headers that I can't get my head around atm | 15:38 |
*** jyrjyr has quit IRC | 15:40 | |
*** florian has quit IRC | 15:41 | |
*** jyrjyr has joined #maemo | 15:41 | |
*** bef0rd has quit IRC | 15:45 | |
*** _rd has quit IRC | 15:49 | |
*** _rd has joined #maemo | 15:50 | |
*** jyrjyr has quit IRC | 15:55 | |
*** jyrjyr has joined #maemo | 15:55 | |
*** jyrjyr has quit IRC | 16:00 | |
*** jyrjyr has joined #maemo | 16:01 | |
*** jyrjyr has quit IRC | 16:05 | |
*** jyrjyr has joined #maemo | 16:06 | |
*** _rd has quit IRC | 16:11 | |
*** Openbot has joined #maemo | 16:12 | |
*** jyrjyr has quit IRC | 16:17 | |
*** jyrjyr has joined #maemo | 16:18 | |
*** Openbot has left #maemo | 16:20 | |
*** basiaf has quit IRC | 16:24 | |
*** jyrjyr has quit IRC | 16:24 | |
*** jyrjyr has joined #maemo | 16:25 | |
*** basiaf has joined #maemo | 16:39 | |
*** king1337-2 has joined #maemo | 16:41 | |
*** jyrjyr has quit IRC | 16:42 | |
*** jyrjyr has joined #maemo | 16:42 | |
*** sec has quit IRC | 16:43 | |
*** sec has joined #maemo | 16:44 | |
*** Ariadeno has joined #maemo | 16:48 | |
*** Openbot has joined #maemo | 16:56 | |
*** jyrjyr has quit IRC | 16:57 | |
*** jyrjyr has joined #maemo | 16:57 | |
*** xjiujiu has quit IRC | 17:00 | |
*** jyrjyr has quit IRC | 17:02 | |
*** jyrjyr has joined #maemo | 17:03 | |
*** jyrjyr has quit IRC | 17:07 | |
*** jyrjyr has joined #maemo | 17:08 | |
*** sec has quit IRC | 17:09 | |
* Wizzup is happy he finally got sip to work decently on the n900 | 17:13 | |
Wizzup | iptel works quite well | 17:13 |
Wizzup | (iptel.org) | 17:13 |
Openbot | Wizzup: great | 17:14 |
*** jyrjyr has quit IRC | 17:15 | |
*** jyrjyr has joined #maemo | 17:16 | |
Sicelo | :) | 17:19 |
*** dhbiker has quit IRC | 17:19 | |
Sicelo | iirc (of the major ones), only ekiga doesn't work on N900 | 17:19 |
Openbot | Sicelo why ? | 17:20 |
*** dhbiker has joined #maemo | 17:20 | |
Sicelo | something about REGISTER command .. see their wiki .. they mention it as well | 17:21 |
Sicelo | actually i did get ekida to work, but that was only once and thereafter it never worked | 17:21 |
Openbot | Any internet telephony that provides free calls to ph numbers or ultra cheap ? | 17:22 |
*** xjiujiu has joined #maemo | 17:22 | |
Sicelo | Openbot: you got me confused there .. i'm talking about Ekiga.net sip service | 17:24 |
Openbot | Sicelo ah m asking if anything that provides cheap calls to regular numbers | 17:25 |
*** jyrjyr has quit IRC | 17:30 | |
*** jyrjyr has joined #maemo | 17:31 | |
*** jyrjyr has quit IRC | 17:35 | |
*** jyrjyr has joined #maemo | 17:36 | |
Wizzup | Sicelo: Yeah I mainly tried ekiga... | 17:37 |
*** jyrjyr has quit IRC | 17:43 | |
*** jyrjyr has joined #maemo | 17:44 | |
*** jyrjyr has quit IRC | 17:48 | |
*** jyrjyr has joined #maemo | 17:49 | |
*** Kabouik has quit IRC | 17:50 | |
*** vakkov has quit IRC | 17:51 | |
*** jyrjyr has quit IRC | 17:56 | |
*** jyrjyr has joined #maemo | 17:57 | |
*** vakkov has joined #maemo | 17:57 | |
*** jyrjyr has quit IRC | 18:03 | |
*** Openbot has quit IRC | 18:04 | |
*** jyrjyr has joined #maemo | 18:04 | |
*** Kabouik has joined #maemo | 18:05 | |
*** M4rtinK has joined #maemo | 18:07 | |
*** jyrjyr has quit IRC | 18:09 | |
*** Kabouik_ has joined #maemo | 18:09 | |
*** jyrjyr has joined #maemo | 18:10 | |
*** trumee has quit IRC | 18:12 | |
*** jyrjyr has quit IRC | 18:17 | |
*** jyrjyr has joined #maemo | 18:17 | |
*** blueLumocolor has joined #maemo | 18:25 | |
*** jyrjyr has quit IRC | 18:26 | |
*** astr has quit IRC | 18:26 | |
*** jyrjyr has joined #maemo | 18:27 | |
*** flynx has joined #maemo | 18:27 | |
*** jyrjyr has quit IRC | 18:31 | |
*** RedW has quit IRC | 18:32 | |
*** jyrjyr has joined #maemo | 18:32 | |
*** jyrjyr has quit IRC | 18:37 | |
*** jyrjyr has joined #maemo | 18:38 | |
*** jyrjyr has quit IRC | 18:43 | |
*** jyrjyr has joined #maemo | 18:43 | |
*** _rd has joined #maemo | 18:47 | |
*** jyrjyr has quit IRC | 18:48 | |
*** jyrjyr has joined #maemo | 18:49 | |
*** protem has joined #maemo | 18:51 | |
*** RedW has joined #maemo | 18:52 | |
*** xjiujiu has quit IRC | 18:52 | |
*** Ariadeno has quit IRC | 18:53 | |
*** LauRoman|Alt has joined #maemo | 18:53 | |
*** sixwheeledbeast has left #maemo | 18:56 | |
*** Ariadeno has joined #maemo | 18:57 | |
*** jyrjyr has quit IRC | 18:57 | |
*** jyrjyr has joined #maemo | 18:58 | |
*** sixwheeledbeast has joined #maemo | 18:59 | |
*** infobot has quit IRC | 19:00 | |
*** jyrjyr has quit IRC | 19:05 | |
*** jyrjyr has joined #maemo | 19:06 | |
*** sec has joined #maemo | 19:07 | |
*** sixwheeledbeast has quit IRC | 19:08 | |
*** sixwheeledbeast has joined #maemo | 19:08 | |
*** Kabouik_ has quit IRC | 19:12 | |
*** protem has quit IRC | 19:12 | |
*** jyrjyr has quit IRC | 19:12 | |
*** infobot has joined #maemo | 19:13 | |
infobot | DocScrutinizer: infobot joined! | 19:13 |
*** jyrjyr has joined #maemo | 19:13 | |
*** maybeHere has joined #maemo | 19:13 | |
*** jyrjyr has quit IRC | 19:18 | |
*** jyrjyr has joined #maemo | 19:19 | |
*** FlameReaper-PC has quit IRC | 19:23 | |
*** FlameReaper-PC has joined #maemo | 19:23 | |
*** jyrjyr has quit IRC | 19:23 | |
*** jyrjyr has joined #maemo | 19:24 | |
*** Ariadeno has quit IRC | 19:26 | |
*** RedW has quit IRC | 19:32 | |
*** VDVsx has quit IRC | 19:35 | |
*** jyrjyr has quit IRC | 19:40 | |
*** jyrjyr has joined #maemo | 19:41 | |
*** trumee_ has joined #maemo | 19:44 | |
*** jyrjyr has quit IRC | 19:45 | |
*** jyrjyr has joined #maemo | 19:46 | |
*** jyrjyr has quit IRC | 19:51 | |
*** jyrjyr has joined #maemo | 19:52 | |
*** mavhc has quit IRC | 19:55 | |
*** jyrjyr has quit IRC | 19:56 | |
*** jyrjyr has joined #maemo | 19:57 | |
*** mavhc has joined #maemo | 19:58 | |
*** jyrjyr has quit IRC | 20:04 | |
*** jyrjyr has joined #maemo | 20:05 | |
*** jyrjyr has quit IRC | 20:10 | |
*** jyrjyr has joined #maemo | 20:11 | |
*** jyrjyr has quit IRC | 20:15 | |
*** jyrjyr has joined #maemo | 20:16 | |
*** jyrjyr has quit IRC | 20:23 | |
*** jyrjyr has joined #maemo | 20:24 | |
*** jyrjyr has quit IRC | 20:29 | |
*** jyrjyr has joined #maemo | 20:29 | |
*** jyrjyr has quit IRC | 20:34 | |
*** jyrjyr has joined #maemo | 20:35 | |
*** jyrjyr has quit IRC | 20:40 | |
*** jyrjyr has joined #maemo | 20:40 | |
*** Vajb has quit IRC | 20:45 | |
*** Vajb has joined #maemo | 20:45 | |
*** phlixi_ has joined #maemo | 20:47 | |
*** javispedro has joined #maemo | 20:48 | |
*** phlixi has quit IRC | 20:49 | |
*** jyrjyr has quit IRC | 20:49 | |
*** jyrjyr has joined #maemo | 20:50 | |
*** mattaustin has quit IRC | 20:52 | |
*** jrayhawk has joined #maemo | 20:56 | |
*** jrayhawk_ has quit IRC | 20:56 | |
*** netkat has quit IRC | 20:56 | |
*** netkat_ has joined #maemo | 20:56 | |
*** jyrjyr has quit IRC | 20:57 | |
*** jyrjyr has joined #maemo | 20:58 | |
*** mattaustin has joined #maemo | 20:58 | |
*** valdyn has quit IRC | 20:59 | |
*** maybeWTF has joined #maemo | 21:00 | |
*** maybeHere has quit IRC | 21:03 | |
*** ketas has quit IRC | 21:05 | |
*** jyrjyr has quit IRC | 21:11 | |
*** jyrjyr has joined #maemo | 21:12 | |
*** jyrjyr has quit IRC | 21:16 | |
*** jyrjyr has joined #maemo | 21:17 | |
*** jyrjyr has quit IRC | 21:22 | |
*** jyrjyr has joined #maemo | 21:23 | |
*** jyrjyr has quit IRC | 21:28 | |
*** jyrjyr has joined #maemo | 21:28 | |
*** RedW has joined #maemo | 21:30 | |
*** robink has quit IRC | 21:30 | |
*** jyrjyr has quit IRC | 21:33 | |
*** jyrjyr has joined #maemo | 21:34 | |
*** robink has joined #maemo | 21:34 | |
*** jyrjyr has quit IRC | 21:39 | |
*** jyrjyr has joined #maemo | 21:39 | |
*** BCMM has joined #maemo | 21:42 | |
*** robink has quit IRC | 21:42 | |
*** jyrjyr has quit IRC | 21:44 | |
*** jyrjyr has joined #maemo | 21:45 | |
*** robink has joined #maemo | 21:47 | |
*** jyrjyr has quit IRC | 21:52 | |
*** jyrjyr has joined #maemo | 21:52 | |
*** jyrjyr has quit IRC | 21:57 | |
*** dhbiker has quit IRC | 21:57 | |
*** jyrjyr has joined #maemo | 21:58 | |
*** honestly has quit IRC | 21:59 | |
*** honestly has joined #maemo | 22:01 | |
*** valdyn has joined #maemo | 22:03 | |
*** jyrjyr has quit IRC | 22:07 | |
*** SpeedEvil has quit IRC | 22:07 | |
*** SpeedEvil has joined #maemo | 22:08 | |
*** jyrjyr has joined #maemo | 22:08 | |
*** florian has joined #maemo | 22:12 | |
*** jyrjyr has quit IRC | 22:12 | |
*** jyrjyr has joined #maemo | 22:13 | |
*** king1337-2 has quit IRC | 22:16 | |
*** raccoon_ has quit IRC | 22:16 | |
bencoh | freemangordon: have you tried maemo with omapdrm (kms) ? | 22:20 |
sec | \o bencoh | 22:21 |
bencoh | o/ | 22:21 |
*** jyrjyr has quit IRC | 22:23 | |
bencoh | sec: regarding your irssi-perl package, try building on current irssi debsrc, and once everything works (no regression :) contact current maintainer, and push to extras-devel | 22:23 |
*** jyrjyr has joined #maemo | 22:23 | |
*** jyrjyr has quit IRC | 22:28 | |
*** jyrjyr has joined #maemo | 22:29 | |
*** javispedro has quit IRC | 22:33 | |
*** jyrjyr has quit IRC | 22:34 | |
*** jyrjyr has joined #maemo | 22:34 | |
*** jyrjyr has quit IRC | 22:39 | |
*** jyrjyr has joined #maemo | 22:40 | |
sec | Everything works! I'll get in touch with the dev. Lets hope he's active. | 22:41 |
Sicelo | didn't look like. iirc i tried to contact him. | 22:42 |
Sicelo | but do check :) | 22:42 |
*** Kabouik_ has joined #maemo | 22:43 | |
*** Kabouik has quit IRC | 22:45 | |
*** javispedro has joined #maemo | 22:47 | |
*** jyrjyr has quit IRC | 22:51 | |
*** arcean has quit IRC | 22:51 | |
*** jyrjyr has joined #maemo | 22:52 | |
*** jonwil has joined #maemo | 22:53 | |
*** arcean has joined #maemo | 22:53 | |
*** BCMM has quit IRC | 22:56 | |
*** jyrjyr has quit IRC | 23:00 | |
*** jyrjyr has joined #maemo | 23:01 | |
*** jyrjyr has quit IRC | 23:06 | |
*** jyrjyr has joined #maemo | 23:07 | |
*** sec has quit IRC | 23:09 | |
*** jyrjyr has quit IRC | 23:11 | |
*** jyrjyr has joined #maemo | 23:12 | |
*** FlameReaper-PC has quit IRC | 23:13 | |
*** hurrian has quit IRC | 23:14 | |
*** APic has joined #maemo | 23:14 | |
*** sparetire_ has joined #maemo | 23:18 | |
*** jyrjyr has quit IRC | 23:19 | |
*** jyrjyr has joined #maemo | 23:20 | |
*** jyrjyr has quit IRC | 23:24 | |
*** jyrjyr has joined #maemo | 23:25 | |
*** jyrjyr has quit IRC | 23:30 | |
*** jyrjyr has joined #maemo | 23:31 | |
*** ketas has joined #maemo | 23:39 | |
*** jyrjyr has quit IRC | 23:39 | |
*** jyrjyr has joined #maemo | 23:40 | |
*** jyrjyr has quit IRC | 23:51 | |
*** jyrjyr has joined #maemo | 23:52 | |
*** shentey has joined #maemo | 23:54 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!