**** BEGIN LOGGING AT Sun May 08 02:59:58 2016 May 08 13:24:42 is python 2.5 the only version i can use for maemo dev? May 08 13:41:24 we have some higher versions in extras-devel, but .... May 08 13:55:23 random systemd bugreport: running a cronjob for user XY *creates* a stale symlink ~XY/.local/share/systemd/user May 08 13:56:55 now figure this cronjob was a rsync job doing a sync of the user's homedir, where the user is only owning this shared dir and not supposed to ever log in interactively May 08 13:57:51 WTF systemd??!! May 08 14:03:22 http://paste.opensuse.org/48973407 May 08 14:06:27 it would apppear that all distributions will go systemd eventually, except may be those designed particularly against it (e.g. Devuan) May 08 14:15:35 or where maintainers arent 'everyone is doing it so we must do it too'-drones May 08 14:15:50 but keeping to 'do one thing, but do it perfect' May 08 14:25:27 maybe someone has to make a fork that gets the best bits of systemd, and the best of sysv :) May 08 14:30:13 erm, and which are the 'best bits' ? May 08 14:31:38 remember, if you simply want your os to boot quick, then disable unneeded services and enable parallel booting, or just use tux-on-ice (also known as swsusp2) it's that simple May 08 14:32:15 otherwise it's just overcomplicating things that are simple into abomination taking over your system May 08 14:49:27 aka Devuan May 08 14:50:33 [2016-05-08 Sun 14:42:31] it isn't us blocking systemd, is systemd blocking us to adopt it :) May 08 14:51:32 how often are you booting your fucking computer that makes boot time such an issue May 08 14:51:47 maybe you should work on the cause of your constant reboots May 08 14:52:13 like the fact that you can't fucking restart dbus-daemon May 08 14:52:20 because otherwise you need to restart everything that uses it May 08 14:52:21 i reboot my n900 usually after every few battery empty messages May 08 14:55:24 btw can someone explain to me why it's so hard to get a tarball of an installed linux system May 08 14:55:40 because uboot? May 08 14:55:49 no no, an amd64 install May 08 14:56:42 just grab longsleep bare image May 08 14:57:01 * DocScrutinizer05 frowns at kerio and suspects he's talking to an invisible (to DocScrutinizer05) source May 08 14:57:15 i'm talking to myself May 08 14:57:19 i've been spoiled by freebsd May 08 14:58:08 so lemme answer: *I* am booting my fscking computer maybe 2 to 3 times a year, and boot time is a total non-issue to me May 08 14:58:20 DocScrutinizer05: indeed May 08 14:58:41 ahm, amd64, not arm64. May 08 14:58:41 like, i understand that maybe it's a bit more of an issue for embedded May 08 14:58:44 but... May 08 14:58:48 actually servers see reboots less frequently May 08 14:59:08 servers aren't rebooted nearly often enough May 08 14:59:37 uptime is a measure of how unsure you are that everything will start up properly :> May 08 15:00:01 hmm up 44 days 15:43 - seems I has a kernel update, the only legitimate reason for a reboot May 08 15:00:23 but still, is sync boot really much slower than the sort of async crap that upstart/systemd do, especially on a single-core machine? May 08 15:00:52 kerio: some startup scripts have sleep commands in them May 08 15:01:07 thats why its so slow on sync boot May 08 15:01:07 I dunno, my sysv-init did async startup since ages May 08 15:01:40 at least as option, which I never cared about May 08 15:01:49 so I can't even tell if it been used or not May 08 15:02:03 anyway, my question stands May 08 15:02:29 why can't i just download "the debian tarball" and unpack it in a directory to have a complete rootfs May 08 15:02:44 also, it seems that systemd is just a disease introduced as a cure-it-all pill May 08 15:02:58 umm, you're sort of doing this for maemo May 08 15:03:14 kerio, because updates May 08 15:03:35 as well as a huge number of other embedded devices May 08 15:03:42 and because netinstall May 08 15:03:55 also because modularity May 08 15:03:57 DocScrutinizer05: freebsd does it for i386 and amd64 May 08 15:05:24 yast (Opensuse) basically also does it for a number of defined default configs, then applying deltas on top of that to exactly match your individual setup May 08 15:06:03 "basically" is what upsets me May 08 15:06:20 basically each .rpm and .deb is a tarball May 08 15:06:21 debian is also "basically" doing that, if by "basically" you mean that the base system is a huge amount of udebs May 08 15:06:24 kerio, but you are overcomplicating May 08 15:06:32 just install one susyem May 08 15:06:34 system May 08 15:06:40 then tar and untar on another machine. done May 08 15:07:02 it's just about granularity of config you can have May 08 15:07:12 but i prefer rsync over tar May 08 15:08:09 KotCzarny: https://download.freebsd.org/ftp/releases/amd64/10.3-RELEASE/ May 08 15:08:20 you're asking for (A B B D E F), standard is (A) (B) (C) (D) (E) (F), and e.g. Suse does (ABCDE) (F) May 08 15:08:22 base.txz is literally a tarball of the freebsd / May 08 15:08:43 s/A B B/A B C/ May 08 15:08:44 DocScrutinizer05 meant: you're asking for (A B C D E F), standard is (A) (B) (C) (D) (E) (F), and e.g. Suse does (ABCDE) (F) May 08 15:08:52 containing which packages? May 08 15:09:03 base isn't packaged May 08 15:09:59 Suse even might do (ABCDEFG) - (G) May 08 15:10:03 i've installed debian many times on a virtual machine just to tar the whole rootfs and install that on a slower machine, or a machine with bad connectivity May 08 15:10:16 yup May 08 15:10:26 i do the same if i get new machine May 08 15:10:34 just rsync os without /home May 08 15:10:59 (regenerating keys etc later) May 08 15:11:21 I think live DVDs do a simple copy instead of tarball extract May 08 15:12:10 when you use the "install this Live system as permanent OS" feature May 08 15:12:45 afk, sorry May 08 15:17:02 also, why the hell doesn't linux ps support "d" May 08 15:20:24 # ps d May 08 15:20:25 error: unsupported option (BSD syntax) May 08 15:20:26 lol May 08 15:20:37 it refuses to support it ;) May 08 15:21:10 like May 08 15:21:17 you've got a thing that outputs a list of processes May 08 15:21:23 it doesn't seem farfetched to add a tree view to it May 08 15:21:28 instead of requiring a separate program May 08 15:21:58 To print a process tree: May 08 15:21:59 ps -ejH May 08 15:21:59 ps axjf May 08 15:23:00 ps faux May 08 15:23:11 is the one i like May 08 15:23:51 i usually use: ps axwwu May 08 15:24:37 ps auxwwdJ0 May 08 15:24:44 because otherwise there's way too much crap May 08 16:30:43 question about jabber. In which server i should register? Newest or closest or totally irrelevant? May 08 16:31:05 why not both? May 08 16:32:30 well it seems im not too familiar of how it works... May 08 16:33:12 i thought it is like facebook or something that there is only one place to register etc May 08 16:33:40 i think its more like local server hubs talking to each other May 08 16:33:49 ie. kind of irc structure May 08 16:34:13 you need only register on one server, and yes, irc is the best analogy May 08 16:34:29 you can even have own server May 08 16:35:12 but they are all connected to each others? May 08 16:35:16 you will be able to talk to people on other servers, unless one of the involved servers is private May 08 16:35:23 you have id@domain right? May 08 16:35:30 domain part is the id of the server May 08 16:35:41 and they can connect users together if needed May 08 16:36:26 pick the one you trust May 08 16:36:27 and how do i tell my whatsapp friends what to do if there is too many choices :p May 08 16:36:37 see id@domain part May 08 16:37:17 ah that'll be "me" shown to them? May 08 16:37:26 KotCzarny: if they are on completely different domain, Vajb_ can talk to them May 08 16:37:29 i guess i'll go by newest software May 08 16:37:59 jabber/xmpp is federated, unless someone has explicitylt decided to make their server private May 08 16:37:59 plus security grade May 08 16:38:14 sicelo, yes, that's what i meant 'servers talking to each other by domain' May 08 16:39:18 also, google talk is also using xmpp/jabber network May 08 16:39:56 not anymore. they went private May 08 16:40:02 ahm, pity May 08 16:40:28 yes i was thinking of google talk as alternative May 08 16:40:41 but thought it wont work because google May 08 16:40:54 facebook was also standard xmpp, decided to go proprietary too May 08 16:41:31 Vajb_: try google .. it works for some, but you have to ensure you add your friends, particularly if they are on android/hangouts May 08 16:41:59 well rather not May 08 16:42:16 im looking for alternative for longer time May 08 16:42:32 IRC :) May 08 16:42:42 if it is owned by some big blahblah u never know... May 08 16:42:54 no irssi for android :( May 08 16:43:00 vajb: not true May 08 16:43:19 if you root your device you can ssh to it and run on screen May 08 16:43:20 ;) May 08 16:43:24 lol? why irssi? May 08 16:43:30 well wasn't visible in galaxy apps when my gf checked May 08 16:43:33 there are many irc clients for them May 08 16:43:45 but it wont be battery friendly for sure May 08 16:43:59 your best bet is to use mosh + irssi on screen somehwere May 08 16:44:13 yeah i guess some im client is better May 08 16:44:20 i don't even get why it has to be irssi? May 08 16:45:07 * Sicelo started IRC with jmIrc on Nokia dumb phone May 08 16:45:08 well it is just something i trust :) May 08 16:45:25 vajb, irssi, bitchx, epic May 08 16:45:32 depends on your initial poison May 08 17:33:20 IRC has webchat :-) May 08 17:34:06 so literally everybody can use it, as long as you got a browser that can do what the webchat needs May 08 17:34:53 also creating multiuser chats is as simple as it gets: just join a random channel of your choice May 08 17:36:19 invite people: send http://webchat.freenode.net/?channels=ourleetechannel May 08 17:37:27 really convincing people never been simpler May 08 17:38:49 no strings attached May 08 17:39:54 on N900 you're free to use a decen IRC client like xchat May 08 17:41:41 "good" LUL May 08 17:42:13 o.O ? May 08 18:06:55 shell irc: still Just Works, unlike any of the other so-called better IM solutions :p May 08 18:07:15 if I had an android/iphone I'd try Signal perhaps May 08 18:07:36 with friends/family or so, but it's not the same anyway as irc May 08 19:01:05 well i ended up registering at chinwag May 08 22:13:56 how easy is it to take apart n900 and swap the screen? May 08 22:22:25 easy .. depends on you really (and tools) :) **** ENDING LOGGING AT Mon May 09 02:59:59 2016