IRC log for #devuan on 20170924

00:26.43*** join/#devuan Artemis3 (~artemis3@190.213.226.219)
00:33.17*** join/#devuan matlock (~matlock@user-24-214-145-29.knology.net)
01:11.33*** join/#devuan sb35 (~athidhep@S0106602ad06acd48.vc.shawcable.net)
01:15.00*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
01:20.53*** join/#devuan Humpelstilzchen (erik@x4e36193f.dyn.telefonica.de)
01:24.59*** join/#devuan R0b0t1_ (~~@unaffiliated/r0b0t1)
01:28.38*** join/#devuan Obri (daniel@sonne.alt-f4.ch)
01:47.29*** join/#devuan Hoshpak (~Hoshpak@p200300C90BC8E30034702859719D09DB.dip0.t-ipconnect.de)
01:52.14*** join/#devuan CHCl3 (~CHCl3@46.6.48.140)
02:20.58*** join/#devuan jord (~jord@185.103.96.143)
02:35.14*** join/#devuan metaxy (~metax@gateway/tor-sasl/metax)
02:42.33*** join/#devuan tarbz2 (~Thunderbi@181.44.164.227)
03:56.49*** join/#devuan menip (~menip@c-73-53-122-132.hsd1.wa.comcast.net)
03:59.55*** join/#devuan MDrightsArch (~MDrightsA@159.203.143.174)
04:19.45*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
04:41.18*** join/#devuan chomwitt (~chomwitt@2a02:587:dc09:f100:b0bf:371c:4dd8:59d3)
04:41.54*** join/#devuan XuR (~quassel@2600:8800:980:e490:c5a:c287:69fa:bdaf)
05:09.37*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
05:15.25*** part/#devuan g4570n (~g4570n@unaffiliated/g4570n)
05:23.41*** join/#devuan sb35 (~athidhep@184.75.215.2)
05:31.56*** join/#devuan menip (~menip@c-73-53-122-132.hsd1.wa.comcast.net)
05:42.34*** join/#devuan athidhep (~eafaef@unaffiliated/athidhep)
05:53.33*** join/#devuan rrq (~ralph@60-242-139-200.static.tpgi.com.au)
06:00.20*** join/#devuan p4cman (uid171740@gateway/web/irccloud.com/x-hnsirzjdnjnmjegi)
06:04.50*** join/#devuan sb35 (~athidhep@S0106602ad06acd48.vc.shawcable.net)
06:05.31*** join/#devuan lantw44 (~Ting-Wei_@linux5.csie.ntu.edu.tw)
06:47.04*** join/#devuan Hoshpak (~Hoshpak@p200300C90BC8E300658A876953C3B1C1.dip0.t-ipconnect.de)
07:20.11*** join/#devuan mchasard (~mchasard@48.233.8.109.rev.sfr.net)
07:21.00*** join/#devuan Fervi (~fervi@89-76-224-228.dynamic.chello.pl)
07:22.55*** join/#devuan Besnik_b (~Besnik@ppp-94-66-221-19.home.otenet.gr)
07:40.25*** join/#devuan Guest1246 (~Guest@83.220.237.249)
08:21.57*** join/#devuan metaxy (~metax@gateway/tor-sasl/metax)
08:26.29*** join/#devuan Guest1326 (~Guest@83.220.238.166)
08:42.08*** join/#devuan eliasr (uid27497@gateway/web/irccloud.com/x-drbbjpijlmijuuzi)
08:57.34*** join/#devuan aggrora (~aggrora@213-66-22-167-no172.tbcn.telia.com)
09:38.13Enrico_MenottiHello. I'm trying to run anbox (Android in a box) on a Devuan system (on my laptop, x86). I'm facing with a problem. Seems anbox relies on XDG_RUNTIME_DIR. This in turn is set, on Ubuntu and Debian, by systemd, if I'm right. I found https://devuan.org/os/debian-fork/, letter by Roger Leigh. Is there any easy solution to get what anbox is expecting without using systemd?
10:02.45*** join/#devuan Oldmoss (~Oldmoss@anon-37-141.vpn.ipredator.se)
10:07.09blapEnrico_Menotti: do you know how to set environment variables in the shell?
10:08.25blapexport XDG_RUNTIME_DIR=[whatever]
10:08.29Enrico_Menottiblap I fear setting an environment variable would not be enough. I don't know exactly what relationships may be there behind that environment variable.
10:09.04blaphttps://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
10:09.22Artemis3magic? not xD its just pointing to a folder :P
10:09.55Enrico_MenottiI mean, in the letter I pointed to, Roger Leigh states that the specs are not clear. However, let me read the link provided by blap. Thanks.
10:12.45*** join/#devuan Katnija (~KittenGNU@unaffiliated/kittengnu)
10:15.51*** join/#devuan W_T (~wojciech@dynamic-78-8-148-230.ssp.dialog.net.pl)
10:19.40Enrico_Menotti"If $XDG_RUNTIME_DIR is not set applications should fall back to a replacement directory with similar capabilities and print a warning message." Seems anbox does not do this.
10:20.19*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
10:20.31Enrico_MenottiAlso in that specs there are default values specified for all these dirs *except* the last, $XDG_RUNTIME_DIR. So I'd like a hint to decide where to place this dir.
10:21.48Enrico_MenottiAnd last point, the specs say this dir should be created at login and removed at logout, and shared by concurrent simultaneous sessions. How to manage this thing without systemd? Isn't there any fix/workaround already developed? Should I do that by hand?
10:30.42gnarfaceok, well it belongs in /tmp
10:30.50gnarfacei don't know where systemd puts it though
10:31.18gnarfacei think it probably also barely matters
10:31.25gnarfaceexcept in a security sense
10:31.43gnarfacebut probably a better question is whether it really needs it
10:31.55gnarfacehow exactly does anbox rely on that value?  does it just refuse to run if it's not set?
10:32.09gnarfacefor that matter, are you sure it's not set?
10:34.56Enrico_Menottignarface Ok, let's go by steps from the message error I get to why I think the problem is XDG_RUNTIME_DIR. Honestly, I'm not sure this is the actual problem, but indeed the code seems to look for that variable, and seems it is not defined in my user session.
10:35.36gnarfaceok and if you create an arbitrary empty directory in your home directory and point it at that, does it fix the error?
10:36.17Enrico_MenottiLet me try.
10:36.17*** join/#devuan l41f3n (~xav@unaffiliated/l41f3n)
10:37.12gnarfacealso, do you have any of these XDG environment variables set?
10:37.13*** join/#devuan aitor (~aitor@171.85-84-183.dynamic.clientes.euskaltel.es)
10:37.23gnarface? env |grep XDG
10:37.45aitorhi
10:38.14aitorparazyd, are you there?
10:38.37gnarfaceoh, Enrico_Menotti probably this part is important:
10:38.45gnarface$XDG_RUNTIME_DIR defines the base directory relative to which user-specific non-essential runtime files and other file objects (such as sockets, named pipes, ...) should be stored. The directory MUST be owned by the user, and he MUST be the only one having read and write access to it. Its Unix access mode MUST be 0700.
10:39.09gnarfaceso make sure that directory is owned by the user and chmod 0700
10:39.55Enrico_Menottignarface In fact just creating ~/test and export XDG_RUNTIME_DIR=~/test does not work yet.
10:39.59parazydaitor: yes?
10:40.10Enrico_MenottiWell be back in a while (lunchtime). Thanks for now.
10:40.20aitorhi, parazyd :)
10:40.34MinceRmaybe it needs a full path
10:40.48gnarfaceno it clearly says there it needs to be mode 0700
10:40.50aitori'm getting the following error in jessie with live-sdk:
10:40.53aitormksquashfs: Unrecognised compressor option -Xbcj
10:41.15aitorrunning it in the command line, it works
10:41.37gnarfaceEnrico_Menotti: i notice that e17 defines XDG_DATA_DIRS=/usr/share/enlightenment:/usr/share:/usr/local/share:/usr/share
10:42.08gnarfacenot sure if defining that would suffice instead
10:43.20aitorbut, within the strapdir, it doesn't work
10:43.32aitor[E] error in: iso_xorriso_build
10:43.37parazydare you building i386 or amd64?
10:43.49aitori386
10:44.16aitori386 workek in ascii for me
10:44.21aitorworked*
10:45.06aitori didn't know pushd and popd in zsh :)
10:45.16parazydaitor: try out this patch: http://sprunge.us/MTKN
10:46.16aitorpaazyd: i'll try
10:46.47aitor`mksquashfs . ../filesystem.squashfs` without parameters works in the strapdir
10:47.40aitorthanks
10:49.25aitoras i can see, the patch replaces `-Xbcj x86` by `${extraopts}`, isn't it?
10:50.08parazydyeah, only when amd64 is being built
10:50.12parazydoh sry
10:50.23aitorok
10:50.30parazydi made a typo
10:50.32parazyduse this: http://sprunge.us/EERY
10:50.42aitorparazyd: i suggest you to change the name of the $kernel_version variable
10:50.50parazydwhere?
10:51.35aitoruse "abiname" or "kernel_abiname" instead, leaving the other one for the sources
10:52.17aitorfor example: 3.16.0-4 would be the abiname, and 3.16.48 the version of the kernel
10:53.07parazydbut nowhere regarding live a kernel version is declared
10:54.50aitornope?
10:55.28parazydno
10:55.50aitori saw it somewhere, maybe in a blend done by fsmithred...
10:56.34aitorparazyd: which is the antonym of nope?
10:56.38aitoryeap?
10:56.43parazydhahah
10:57.01parazydyeah if you saw kernel versions, probably a blend
10:57.16aitori'll aply the patch, see you later and thanks
10:57.54fsmithredI can't find the string 'linux-image' in my blend files
10:58.34aitorfsmithred: $kernel_version
10:59.08fsmithrednope
10:59.24fsmithredthere's something for choosing 686 vs. 586
10:59.30fsmithredbut not version
11:01.18aitorok, i'll try to find it this afternoon, it's in another hard disk
11:01.29fsmithredso are most of mine
11:02.06fsmithredwhy no -Xbcj with i386?
11:03.31aitori don't know, i'm trying it in the command line and it dosn't work
11:04.02aitorthe installed kernel is 3.16.0-4-586
11:04.34fsmithredI'm sure I haven't tried that.
11:05.37aitorbbr :)
11:24.09*** join/#devuan pillepalle (~Thunderbi@5.146.73.225)
11:36.52*** join/#devuan malinas_ (~user@137.132.22.252)
11:45.07*** join/#devuan Katnija (~KittenGNU@unaffiliated/kittengnu)
11:51.23Enrico_Menottignarface I'm trying to read anbox code. I'm not comfortable enough with c++ syntax to understand fully what's going on. I will try to ask also on #anbox. But if you don't mind it, I'd like to ask here first. So, I'm reading https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/cmds/container_manager.cpp#L104.
11:51.59Enrico_MenottiThe error I get is [container_manager.cpp:205@setup_mounts] Failed to mount Android cache directory.
11:52.33Enrico_MenottiThis message is risen here: https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/cmds/container_manager.cpp#L203.
11:53.27Enrico_Menottisrc_dir_path and target_dir_path are defined here: https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/cmds/container_manager.cpp#L186.
11:54.14gnarfaceEnrico_Menotti: did you see what i said about permissions?
11:54.28Enrico_Menottignarface Yes, already tried that. No luck.
11:54.53gnarfacei wonder if it actually has to be created at login...
11:54.59gnarfacethat would be possible with the login scripts for bash
11:56.04Enrico_Menottignarface Let me go on a bit - I'd like to explain how I came to XDG_RUNTIME_DIR.
11:56.32Enrico_Menottiandroid_rootfs_dir is defined by https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/cmds/container_manager.cpp#L116.
11:57.34Enrico_MenottiSo all goes to SystemConfiguration::instance(), right?
11:58.11Enrico_MenottiThat one is https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/system_configuration.cpp#L84.
11:59.22Enrico_MenottiHere I get lost. I don't find rootfs_dir() nor data_dir().
12:01.13Enrico_MenottiBut by looking around, I've seen https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/system_configuration.cpp#L30.
12:01.52Enrico_MenottiIn particular, https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/system_configuration.cpp#L33, and that's where I see XDG_RUNTIME_DIR.
12:02.29Enrico_MenottiThat's it, if anybody has the patience to read at those links and try to explain to me what's going on...
12:11.00gnarfacesorry Enrico_Menotti i'm not gonna even claim to be able to understand any of it at the moment
12:11.10gnarfacei was aiming for a much simpler form of troubleshooting here
12:11.26gnarfaceit would not surprise me to find out it's not doing what the docs say it should
12:12.46Enrico_Menottignarface Ok, np. I will ask on #anbox and see if anybody sheds some light on it.
12:13.26gnarface(it also wouldn't surprise me if systemd doesn't do what it says it does with it either)
12:18.35*** join/#devuan berndj (~berndj@mail.azna.co.za)
12:24.02*** join/#devuan berndj (~berndj@mail.azna.co.za)
12:35.26*** join/#devuan p4cman (uid171740@gateway/web/irccloud.com/x-dtiibpyulafzzrbu)
12:36.32*** join/#devuan justinsm (~justinsm@82-69-63-196.dsl.in-addr.zen.co.uk)
12:50.39*** join/#devuan asbesto (~asbesto@5.170.224.24)
12:59.07*** join/#devuan user42 (59f6c521@gateway/web/cgi-irc/kiwiirc.com/ip.89.246.197.33)
13:00.36user42fsmithred: hi i found the problem(/bug?) on my hp 250 G5 :D
13:05.29*** join/#devuan Madda (~Madda@95.232.151.17)
13:08.29gnarfaceEnrico_Menotti: do you think missing XDG_DATA_DIRS might be why you can't find data_dir()?
13:09.10gnarfaceif not, maybe it really just does care about the timestamp of the directory...
13:09.23gnarface?
13:09.26gnarfacejust a guess
13:18.15*** join/#devuan Madda (~Madda@95.232.151.17)
13:18.43Enrico_Menottignarface I don't know, I don't understand completely the code... I see both src_dir_path and target_dir_path seem to come from SystemConfiguration::instance(), but I'd expect them to be different from each other, so I think each time that instance() is called it returns a different object, or something like that. I was wondering whether each call to that method creates a new session, so initialises again the
13:18.43Enrico_Menotti<PROTECTED>
13:19.53Enrico_MenottiIt would be great if I could understand what this definition means:
13:20.05Enrico_Menottiauto detect_resource_path = [] () -> fs::path { *function definition* }
13:21.46Enrico_MenottiSeems to me this defines a function detect_resource_path(), which is indeed called later, but I don't know what the [] mean, nor whether the () are to be associated with the [] or with detect_resource_path. And what about the -> ? A pointer? Very confused.
13:21.54Enrico_Menotti(I should study some c++.)
13:30.09gnarfaceEnrico_Menotti: [] might be an empty array literal
13:30.49Enrico_Menottignarface The syntax seems to be http://en.cppreference.com/w/cpp/language/lambda, (2).
13:32.06gnarfaceoh hmmm
13:32.13gnarface[] captures nothing
13:32.14gnarfaceinteresting
13:34.07Enrico_MenottiHowever I don't understand the details. Even not the main concept. I'll try to find a tutorial.
13:34.52gnarfacewell a lambda function think of it more like a function literal
13:35.08gnarfacethat's clear enough, but this syntax is confusing to me too though
13:35.34gnarfacefs::path is the return type?
13:36.36gnarfaceso detect_resource_path stores the function and fs::path is the object that is the return type expected
13:36.38gnarfacei guess?
13:37.58gnarfacei don't get what the good of [] capturing nothing though is exactly
13:45.03*** join/#devuan user42 (59f6c521@gateway/web/cgi-irc/kiwiirc.com/ip.89.246.197.33)
13:52.42*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
13:52.46*** join/#devuan Levure (~quassel@109.133.217.186)
13:53.07*** join/#devuan jord (~jord@185.103.96.135)
13:56.34Enrico_Menottignarface https://www.cprogramming.com/c++11/c++11-lambda-closures.html says a bit more, although still not enugh basic for me - some concepts are implicit. What I understood is that yes, fs::path is the return type, which in the case of lambdas is postponed to the lambda def and separated from it by an arrow ->. detect_resource_path seems indeed to store the function.
14:01.06*** join/#devuan Achylles (~Achylles@200-161-188-161.dsl.telesp.net.br)
14:03.16gnarfacei'm assuming that having a type of auto means it gets defined by the return type of the lambda
14:03.27gnarfaceor it inherits it or something
14:05.22gnarfacefs::path must be the object it uses to represent a filesystem path i assume
14:05.40gnarfacethough this suggests that may not always be the return type
14:06.17*** join/#devuan Xenguy (~Xenguy@unaffiliated/xenguy)
14:06.21gnarfaceit might help to look for other definitions of "detect_resource_path" throughout the code
14:20.05*** join/#devuan furrywolf (~randyg@172.56.39.192)
14:34.44*** join/#devuan blap (~blap@p54BEF68E.dip0.t-ipconnect.de)
14:35.19*** join/#devuan athidhep (~eafaef@unaffiliated/athidhep)
14:39.04*** join/#devuan tarbz2 (~Thunderbi@181.44.164.227)
15:18.09*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
15:24.25*** join/#devuan Evilham (~Evilham@2a02:2770::216:3eff:fee1:cf9)
15:25.39*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
15:38.05*** join/#devuan zer0def (~zer0def@178.32.124.239)
15:39.00*** join/#devuan devil (~quassel@173.212.198.154)
15:41.22*** join/#devuan solo (59f6c521@gateway/web/cgi-irc/kiwiirc.com/ip.89.246.197.33)
15:44.39*** join/#devuan Akuli (~Akuli@mobile-access-bceefe-112.dhcp.inet.fi)
15:46.43soloHi I got some questions about devuan:
15:46.43solo1) Is there a SecureBoot key to imort in UEFI
15:46.43solo2) How can I disable sshd service? Like systemctl disable sshd.service && systemctl stop sshd.service
15:46.43solo3) Is there a automatic update installation/notification feature?
15:46.43soloThanks in advance.
15:48.10Akuli2) sudo service sshd stop? i'm not sure about disabling, afaik the init just runs "filename start" for all executable files in /etc/init.d on startup
15:48.33*** join/#devuan pillepalle (~Thunderbi@5.146.73.225)
15:49.04Akuli3) there's probably some program that notifies you of new updates, i can't recommend anything because i don't use auto-updaters
15:50.18Akuli2) i think you can "chmod -x /etc/init.d/sshd" if nobody has better ideas
15:59.43nailykso my yesterday ipv6 speed problem was caused by known issues on some packages
16:00.02nailykand by design debian/devuan have old version, not patched. Installing alpine linux solve it
16:03.26soloAkuli: ok thanks, gonna try that
16:04.22Akulione of my favorite things about sysvinit is that it's incredebly simple
16:04.48Akuliit just runs everything in /etc/init.d and a bunch of gettys (or whatever you tell it to do in inittab(5))
16:05.53*** join/#devuan menip (~menip@c-73-53-122-132.hsd1.wa.comcast.net)
16:06.15fsmithredsolo, 'update-rc.d -f ssh remove' or else install sysv-rc-conf and run it. Uncheck all runlevels for ssh.
16:07.34*** join/#devuan W_T (~wojciech@dynamic-78-8-148-230.ssp.dialog.net.pl)
16:07.56soloCould you explain "Uncheck all runlevels for ssh. " please?
16:08.40fsmithreduse arrow keys to navigate, use space bar to check/uncheck
16:08.57soloah ok thanks
16:08.58fsmithredactually, you only need to uncheck for runlevel 2
16:09.07fsmithredsince that's the default runlevel
16:09.17solok
16:09.26fsmithredsysv-rc-conf is pretty obvious
16:09.31fsmithreduse q to quit
16:23.45*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-59-110.clienti.tiscali.it)
16:26.40*** join/#devuan CHCl3 (~CHCl3@46.6.48.140)
16:34.08*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-59-110.clienti.tiscali.it)
16:35.50*** join/#devuan xar- (xar-@2600:3c00::f03c:91ff:fe24:4661)
16:40.26AntoFoxo/
16:45.02*** join/#devuan tsuggs (~tsuggs@adsl-074-171-024-060.sip.int.bellsouth.net)
16:49.12*** join/#devuan Madda (~Madda@95.232.151.17)
16:57.33Xenguyo/
16:57.57*** join/#devuan solo (59f6c521@gateway/web/cgi-irc/kiwiirc.com/ip.89.246.197.33)
17:03.03*** join/#devuan pillepalle (~Thunderbi@5.146.73.225)
17:40.41*** join/#devuan Oldmoss (~Oldmoss@anon-34-215.vpn.ipredator.se)
17:46.29*** join/#devuan Xenguy (~Xenguy@unaffiliated/xenguy)
18:11.42*** join/#devuan amphi (~amphi@unaffiliated/amphi)
18:17.02*** join/#devuan rleigh (~rleigh@unaffiliated/rleigh)
18:19.55*** join/#devuan wifiProb (59f6c521@gateway/web/cgi-irc/kiwiirc.com/ip.89.246.197.33)
18:20.52wifiProbHello my wifi doesn't work. lspci output: Network controller: Intel Corporation Device [8086:24fb] (rev 10) . Does somebody know how to fix this?
18:24.45AlexLikeRockare  you migrate ?
18:24.47AlexLikeRockferom debian
18:24.51AlexLikeRockfrom ***
18:25.29*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
18:25.55AlexLikeRockwifiProb,
18:26.00wifiProbno
18:26.25wifiProbfresh devuan install on clean laptop
18:29.00AlexLikeRockopen a terminal
18:29.05AlexLikeRocksu
18:29.18AlexLikeRock(pasword***)
18:29.35AlexLikeRock# ifconfig
18:30.08AlexLikeRockcopy  and paste  ....
18:30.25AlexLikeRockhir     wifiProb   http://paste.debian.net/
18:30.32AlexLikeRockther ***
18:32.56*** join/#devuan Ltem (~ltem@h081217057026.dyn.cm.kabsi.at)
18:33.47*** join/#devuan Jjp137 (~Jjp137@cpe-75-83-16-81.socal.res.rr.com)
18:34.56wifiProbthe output is eth0.... lo ...
18:35.01wifiProbno wlan0
18:39.05fsmithredapt-get install firmware-iwlwifi
18:39.13fsmithredwifiProb, ^^^
18:39.29fsmithredmake sure you have contrib and non-free in your sources
18:41.38wifiProbgonna try that
18:47.43*** join/#devuan dvn- (~dvn@2604:a880:1:20::505:b001)
18:48.50wifiProbdoesn't seems to work :/
18:49.04fsmithredyou just installed it now?
18:49.11wifiProby
18:49.18fsmithredyou using wicd?
18:49.22wifiProbshould i reboot the system
18:49.28fsmithredmaybe no need
18:49.36fsmithredlsmod |grep iwl
18:49.57fsmithredyou refreshed wicd?
18:50.47wifiProbinstalling wicd
18:50.55fsmithredwhat are you using?
18:51.07fsmithreddon't change because of my preference
18:51.50wifiProbi planned to install it
18:51.52*** join/#devuan freemangordon (~ivo@46.249.74.23)
18:51.55fsmithredok
18:53.01wifiProbit shows only the wired connection
18:53.11fsmithredlsmod (as above)
18:53.17AlexLikeRockone more  time
18:53.25AlexLikeRock#  ifconfig
18:53.44wifiProblsmod no result
18:54.01fsmithredand ifconfig still shows the same?
18:54.12wifiProbifconfig still no wlan0
18:54.52fsmithredmodprobe iwlwifi
18:55.40fsmithredtry lsmod again
18:56.03wifiProbno output modprbe iwlwifi
18:56.14wifiProby
18:56.17fsmithredis there a physical switch for the wireless on this laptop?
18:56.21wifiProboutput
18:56.26wifiProbnope
18:56.33fsmithredoh, iwl3945?
18:57.07wifiProbiwlwifi    9657    0
18:57.10fsmithredwhat output?
18:57.34wifiProbcfg   413828   1 iwlwifi
18:57.35fsmithredoh, ok
18:57.39fsmithredcool
18:57.54fsmithredopen wicd (or refresh it)
18:57.54wifiProbcfg80211 *
18:58.25wifiProbno wireless networks found
18:58.30fsmithredifconfig again
18:59.03wifiProbagain only eth0 and lo
18:59.37fsmithredbefore you reboot, check that wicd is set to use wlan0 as wireless interface
19:00.00*** join/#devuan Drugo (~Drugo@62-11-1-95.dialup.tiscali.it)
19:00.03fsmithredin wicd, on the top right is a little triangle that will give you a drop-down menu
19:00.14fsmithredgo to preferences or settings, whatever it's called
19:00.23wifiProby is
19:00.41wifiProbbut added manually if thats important
19:00.41fsmithredok, may as well try a reboot
19:00.45fsmithredno
19:02.21fsmithredbrb
19:06.15wifiProbrebooted.ethernet cable disconnected. wicd: no wireless network found. ifconfig same
19:07.22wifiProblsmod | grep iwl : no output
19:08.55*** join/#devuan freemangordon (~ivo@46.249.74.23)
19:11.46OldmossIf relevant: Move the laptop as close as possible to router/hotspot?
19:13.17wifiProbi dont think thats the problem^^
19:21.47dvn-look at dmesg
19:22.14dvn-grep for wifi, iwl, Radio respectively
19:22.50wifiProbkk
19:22.57dvn-also wlan0
19:24.19wifiProball no output :/
19:25.24dvn-huh
19:25.31*** join/#devuan msiism (~devdoc@dslb-188-103-138-063.188.103.pools.vodafone-ip.de)
19:25.37dvn-if you just look through your dmesg output, do you see anything at all?
19:26.32wifiProbthere is a lot
19:26.54dvn-dmesg | more
19:28.24dvn-for me, I see CPU coming up, then ATA, then network devices
19:28.55*** join/#devuan pillepalle (~Thunderbi@5.146.73.225)
19:29.23dvn-do you know what the model of your wireless card is?
19:30.28*** part/#devuan Oldmoss (~Oldmoss@anon-34-215.vpn.ipredator.se)
19:30.47wifiProbThis one i think Intel Dual Band Wireless-AC 3165 802.11 ac (1x1) WiFi + Bluetooth 4.2 Combo
19:31.05dvn-oh, I see
19:31.38dvn-afaik Intel AC chips are not well supported
19:32.28wifiProbQ_Q
19:33.03dvn-kind of a wrong way to say it - more like the linux wireless community hasn't had enough time to battle through intel's poor documentation and support
19:33.03wifiProbis this relevant from dmesg: platform MSFT0101:00: failed to claim resource 1
19:33.30dvn-don't think so
19:33.32wifiProbacpi: MSFT0101:00: ylatform device creation failed: -16
19:34.05wifiProbso i have to wait and hope?
19:35.11dvn-looks like intel did release firmware for linux kernel 4.2+
19:35.15dvn-https://www.intel.com/content/www/us/en/support/network-and-i-o/wireless-networking/000005511.html
19:35.39dvn-intel's linux firmware is notorious for being buggy and garbage
19:36.17wifiProbk
19:36.23wifiProbxD
19:36.40dvn-so no guarantee, but you will need to upgrade your kernel, and try that firmware
19:36.46wifiProb(starting from firmware XX.XX.13.0 and kernel 4.1)
19:37.14dvn-yea
19:37.32wifiProbyeah, got to learn how to do that
19:38.05dvn-this might be helpful: https://codeyarns.com/2017/02/04/how-to-make-intel-wireless-ac-3165-work-in-ubuntu/
19:38.28dvn-What device is this card in?
19:38.35dvn-i.e. laptop model
19:39.19wifiProbhp 250 g5
19:40.16wifiProbwill this work with devuan?
19:40.27dvn-I *believe* you can change out the wifi cards on those, without running into whitelisting problems
19:42.21wifiProbso much trouble for a new laptop .-. next time i buy something older
19:43.30dvn-yes, always a good idea :)
19:46.04wifiProbwould a wifi usb stick work?
19:46.35dvn-yes
19:47.01dvn-Get something with an Qualcomm Atheros
19:47.07dvn-ath9k
19:47.16*** part/#devuan msiism (~devdoc@dslb-188-103-138-063.188.103.pools.vodafone-ip.de)
19:54.39*** join/#devuan Katnija (~KittenGNU@unaffiliated/kittengnu)
19:55.15*** join/#devuan b0stik (~b0stik@217-133-135-59.static.clienti.tiscali.it)
20:06.39wifiProbok thanks for your help going to order one tomorrow, goodbye
20:14.08*** join/#devuan b0stik (~b0stik@217-133-135-59.static.clienti.tiscali.it)
20:49.29xkr47hi
20:50.03xkr47I tried dowloading the source code for the kernel running on my system (3.16.0-4-amd64)
20:50.19xkr47so: apt-get source linux-image-3.16.0-4-amd64
20:50.38xkr47but that results in
20:50.40xkr47...
20:50.42xkr47Picking 'linux' as source package instead of 'linux-image-3.16.0-4-amd64'
20:50.42xkr47NOTICE: 'linux' packaging is maintained in the 'Git' version control system at:
20:50.42xkr47https://anonscm.debian.org/git/kernel/linux.git
20:50.44xkr47Skipping already downloaded file 'linux_3.16.43-2+deb8u5.dsc'
20:50.47xkr47...
20:51.05xkr47so it doesn't get the source code for the currently running kernel but something elase
20:51.20xkr47am I doing something wrong or any idea how to fix it?
20:51.50xkr47is my 3.16.0-4 kernel the newest kernel in devuan?
20:51.59xkr47or am I missing something?
20:52.03fsmithredit's the stock kernel for jessie
20:52.12fsmithreddo you want to compile your own kernel?
20:52.23fsmithredor just need to compile some modules?
20:52.24fromportisn't there a newer kernel in backports available ?
20:52.35xkr47I want to patch one driver to be able to get my special mouse to work properly
20:52.38fsmithred4.9 in backports
20:52.42xkr47(a module)
20:52.49fsmithredthen you only need the headers
20:52.59fsmithredapt-get install linux-headers-`uname -r`
20:53.06xkr47the module is part of the kernel source
20:53.19fsmithredoh, ok
20:54.06xkr47fsmithred, wouldn't mind a newer kernel.. can I enable some apt repo to get it ?
20:54.15fsmithredyeah
20:54.19fsmithredto get source...
20:54.23fsmithredapt-get install linux-source
20:54.37xkr47hmm.. what's the diff to apt-get source <...> ?
20:54.39fsmithredto get 4.9 kernel, add (or uncomment) jessie-backports
20:54.51fsmithredlinux-source is the name of a package
20:54.57fsmithredit's a metapackage
20:55.28fsmithredyou could install linux-source-3.16, -4.9, -4.11 or -4.12
20:55.46fsmithredwell, forget those last two
20:56.18fsmithreddeb http://packages.devuan.org/merged jessie-backports main
20:56.23xkr47$ cat /etc/apt/sources.list.d/devuan.list
20:56.25fsmithredadd that to sources.list
20:56.27xkr47# autogenerated by devuan-baseconf
20:56.27xkr47# decomment following lines to  enable the developers devuan repository
20:56.27xkr47#deb http://packages.devuan.org/devuan jessie main
20:56.27xkr47#deb-src http://packages.devuan.org/devuan jessie main
20:56.29fsmithredupdate
20:56.45xkr47ok.. I guess the old kernel will not be autoremoved?
20:57.03fsmithreduh, no. It will be in use when you install the newer kernel.
20:57.19fsmithredwhen you reboot, the newer kernel will be the default choice
20:57.46xkr47do I need a deb-src line also ?
20:57.52fsmithredapt-get -t jessie-backports install linux-image-4.9... linux-source-4.9
20:58.05fsmithredhm, good question
20:58.08fsmithredprobably not
20:58.51xkr47yeah I didn't get any new packages automatically when enabling the jessie-backports
20:59.05fsmithredgood
20:59.38xkr47will I always have to use -t when installing the newer kernel ?
20:59.52xkr47s/the/a/
21:00.00fsmithredwhen installing from backports, you need to tell it to install from backports
21:00.16fsmithrednot sure if upgrades will come automatically - I think they will
21:00.21xkr47ugh
21:00.28xkr47The following extra packages will be installed:
21:00.28xkr47<PROTECTED>
21:00.29fsmithredupgrades/security updates
21:00.31xkr47Suggested packages:
21:00.33xkr47<PROTECTED>
21:00.36xkr47The following packages will be REMOVED:
21:00.38xkr47<PROTECTED>
21:00.41xkr47The following NEW packages will be installed:
21:00.43fsmithredwtf?
21:00.44xkr47<PROTECTED>
21:00.49xkr47The following packages will be upgraded:
21:00.52xkr47<PROTECTED>
21:00.52*** join/#devuan blinkdog (~blinkdog@wipac-user-nat.icecube.wisc.edu)
21:01.20xkr47not to mention 50+ packages in the "autoremove" section
21:01.30xkr47that normally don't appear when -t is not used
21:01.32fsmithredhow did you get to this?
21:01.58xkr471. add line you suggested to /etc/apt/sources.list.d/newer-kernel.list
21:02.01xkr472. apt-get update
21:02.03fsmithredwhich kernel did you try to install?
21:02.08xkr473. apt-get -t jessie-backports install linux-image-4.9
21:02.13xkr47-
21:02.14fsmithrednot quite
21:02.20fsmithred4.9-something
21:02.27fsmithredpick one
21:02.35xkr47well it seemed to have picked one for me heh
21:02.46fsmithredlinux-image-4.9.0-0.bpo.3-amd64
21:03.03fsmithredlooks like it picked them all
21:03.06xkr47ok list is shorter now
21:03.18xkr47The following package was automatically installed and is no longer required:
21:03.18xkr47<PROTECTED>
21:03.18xkr47Use 'apt-get autoremove' to remove it.
21:03.18xkr47The following extra packages will be installed:
21:03.18xkr47<PROTECTED>
21:03.20xkr47Suggested packages:
21:03.23xkr47<PROTECTED>
21:03.25xkr47The following NEW packages will be installed:
21:03.28xkr47<PROTECTED>
21:03.30xkr47The following packages will be upgraded:
21:03.33xkr47<PROTECTED>
21:03.42fsmithredyeah, that looks about right
21:03.54xkr47apparently apt-cache is able to "see" the jessie-backports packages even if they don't get updated by default
21:04.08fsmithredyes
21:04.38xkr47hmm is it bad that it updates linux-base?
21:04.45fsmithredno
21:04.49fsmithredit's required
21:04.50xkr47now I have 3.5
21:05.02xkr47I mean will the old kernel stop working with the newer linux-base?
21:05.11fsmithredno, the old kernel will still work
21:05.20xkr47taking your word for it.. thx
21:05.33fsmithredI've done this a few times
21:05.46xkr47welp, maybe I make a btrfs snapshot to be shure
21:05.50fsmithredthis is not a new install?
21:06.09fsmithredbackup can't hurt
21:06.19*** join/#devuan greenjeans (~greenjean@50.120.67.195)
21:06.21*** join/#devuan AlexLikeRock_ (~AlexLikeR@unaffiliated/alexlikerock)
21:06.49xkr47well used it for a month now
21:06.50fsmithredMr. G!
21:06.57xkr47?-)
21:07.27xkr47I'm running kxstudio on top of this, been working mostly great, some programs crash but can't be bothered to investigate right now :)
21:07.55*** join/#devuan bpmedley (~bpm@c-24-72-144-105.ni.gigamonster.net)
21:07.57fsmithredkxstudio is audio editing?
21:08.12xkr47yes lots of audio progrs, jack autoconfiguration etc
21:08.30fsmithredI should look at it some time
21:08.48xkr47it's available as a /etc/apt/sources.list.d/kxstudio.list
21:09.03xkr47or well a few of them
21:10.22AlexLikeRock_hi
21:10.26fsmithredhi
21:10.30xkr47hi
21:10.36AlexLikeRock_help to  rename a  PATH
21:10.48xkr47thanks fsmithred for all the help so far, let's see if this thing still booots :)
21:10.58fsmithredlol
21:11.00fsmithredit will
21:11.07fsmithredAlexLikeRock_, what path?
21:12.38AlexLikeRock_echo " file:///home/user/Piratas del Caribe 5.mp4"  >>>>TO >>>  echo "/home/user/Piratas del Caribe 5.mp4"
21:12.43AlexLikeRock_i need  to remove :
21:12.53AlexLikeRock_" file:// "
21:13.32AlexLikeRock_in my scrip  i have :
21:13.36fsmithredis this a line in a
21:13.40fsmithredyes, script
21:13.47AlexLikeRock_" read fichero "
21:14.08AlexLikeRock_but, i need remove  " file:// "
21:14.12fsmithredwhere is the file:/// coming from?
21:14.21AlexLikeRock_dolphin,
21:14.27AlexLikeRock_on PC
21:14.31AlexLikeRock_not WWW
21:14.33AlexLikeRock_:)
21:14.52fsmithredcan you paste the script somewhere?
21:14.56xkr47I am back
21:15.03AlexLikeRock_yes  fsmithred
21:15.04fsmithredtold you it would boot
21:15.10AlexLikeRock_paste.debian.net
21:15.13AlexLikeRock_wait ....
21:15.18fsmithredok
21:15.23*** join/#devuan bill-auger (~quassel@75-138-187-221.dhcp.oxfr.ma.charter.com)
21:16.18AlexLikeRock_http://paste.debian.net/hidden/33cead4e/
21:16.46xkr47fsmithred, :)
21:17.08xkr47fsmithred, but now when I "apt-get install linux-source-4.9" it installs 4.9.30-2+deb9u2~bpo8+1
21:17.19xkr47which is not 4.9.0-0.bpo.3 is it ?
21:17.25xkr47or?
21:17.50AlexLikeRock_fsmithred,   the idea its  click  RIGTH  from DOLPHIN copy and paste at KONSOLE
21:18.04AlexLikeRock_and automatic  delete  "file://"
21:19.18*** join/#devuan Achylles (~Achylles@200-161-188-161.dsl.telesp.net.br)
21:19.46fsmithreddolphin puts the file:// onto the clipboard with the file name?
21:20.57AlexLikeRock_yes
21:23.24fsmithredlet me try something, and if it works, I'll show you
21:25.02greenjeanswow....KDE, still as .....'fun'...as it used to be I see....
21:25.28bozoniusapparently was sleeping when mirrors went offline?
21:25.56bozoniusus.mirrors.devuan.org not pinging
21:27.50bozoniusswitches all references to us to auto ...
21:28.07AlexLikeRock_i do fsmithred
21:28.13AlexLikeRock_with this
21:28.26bozoniussmiles upon devuan again ...
21:29.10fsmithredecho "$fichero" | sed 's_file://__'
21:29.23fsmithredthat's two underscores at the end
21:30.02fsmithredor some-var=$(echo "$fichero" | sed 's_file://__')
21:30.18AlexLikeRock_<PROTECTED>
21:30.30AlexLikeRock_Daaaaaaaaaaam!
21:30.43AlexLikeRock_<PROTECTED>
21:30.58AlexLikeRock_this are my floating  idea :-D
21:31.39fsmithredanother approach might be to use 'find' to get the file names.
21:32.38fsmithredor use yad or zenity's file-chooser instead of dolphin
21:33.05fsmithredor even an options list in bash
21:36.28greenjeansor a good DE
21:36.35bozoniusOn Debian snapd is available as part of the testing (currently ‘stretch’) and unstable (‘sid’) versions. It is currently not available in any stable version but will be soon.
21:37.06bozoniusis snapd considered "good" by devuan devs?  Or is this another misfire with good intentions?
21:37.22bozoniusI won't use it if it gets thumbs down here
21:37.39AlexLikeRock_tanks
21:37.52greenjeans@fsr: been playing with refracta2usb all weekend, it's addicting once you finish the short learning curve
21:38.03fsmithredlol
21:38.42greenjeansi bricked a small stick screwing around with gparted though, hazard of the job, lol
21:39.25fsmithredcan't zero it and start over?
21:40.18AlexLikeRock_fsmithred,
21:40.21greenjeansnahh, tried that and even gparted livecd (which fixed another one) but no joy, no biggie, it was old and had been run hard
21:40.21AlexLikeRock_fsmithred,
21:40.40fsmithredAlexLikeRock_, ?
21:41.17AlexLikeRock_noting
21:41.21AlexLikeRock_<PROTECTED>
21:41.23fsmithredselect choice in /home/user/*.mp4 ; do some-command "$choice" ; done
21:41.23AlexLikeRock_:)
21:41.37AlexLikeRock_echo $fichero | rev | cut -d'/' -f-1 | rev
21:43.28greenjeansbefore I forget though, after choosing 'yes' to initiate syslinux install, all windows disappear until it's installed, so nothing to indicate it's actually working, first time I thought the program had died
21:43.45greenjeanstakes a few minutes on a low-spec machine
21:43.59greenjeansto install syslinux on a stick
21:44.09fsmithredisn't there something in the terminal?
21:44.24greenjeansnope, it all goes bye-bye until syslinux is done installing
21:44.29fsmithredhow low spec we talking?
21:44.43greenjeanssecond time I had a stick that had an LED to indicate activity
21:44.52greenjeansmy main laptop
21:45.00greenjeansCompaq CQ58
21:45.10greenjeanscirca 2012-2013 or so
21:45.12fsmithredprobably a slow usb stick
21:45.42fsmithredmy main rig is 11 or 12 years old
21:46.53greenjeansso maybe a small window that stays up that says "Installing syslinux, please wait"
21:48.06fsmithredhang on
21:48.34greenjeansone other deal other than minor stuff, a couple of the secondary windows that came up as I was going through everything, appeared way too long vertically, they extended past the bottom of my screen and so I couldn't select the options at bottom (i.e. "quit task" etc.)
21:49.06fsmithredwhich version of yad are you using?
21:49.18greenjeansone sec
21:52.10fsmithredyeah, it doesn't say anything. I'll echo a message to the terminal.
21:52.37fsmithredmaybe add --progress to the rsync
21:53.09*** join/#devuan fChanX (~fChanX@2a02:c7d:bf76:c200:38d0:2ddd:5ce1:4825)
21:53.12fChanXHello
21:53.41greenjeansyad version is 0.37.0-1, haven't updated that lately, it was what was current in debian jessie
21:53.45greenjeansat the time
21:53.53greenjeansis it in Devuan repo yet?
21:53.56greenjeanshaven't checked
21:54.07fsmithredno, there's no yad in jessie
21:54.19fsmithredbut anyway, you got a gtk3 version
21:55.22fsmithredfor jessie, you can use either 0.27 or this 0.38 - http://distro.ibiblio.org/refracta/files/extra_packages/
21:56.10fsmithredbrb, and no it's not in devuan jessie, either. It is in ascii/stretch, but it's gtk3, which causes the problem you have
21:56.21greenjeansahh, makes sense now
21:57.36greenjeansdownloading the 0.38 now
21:57.51lime_how does devuan perform as a use case for a build server
21:58.22*** join/#devuan aitor (~aitor@171.85-84-183.dynamic.clientes.euskaltel.es)
21:58.26aitorhi
21:58.46lime_i always feel like thats the wrong question
21:59.54aitorfsmithred: what is fig29? http://distro.ibiblio.org/refracta/files/extra_packages/
21:59.58aitordocumentation?
22:00.30aitorthere was a figos documentation in refracta
22:01.00*** join/#devuan chomwitt (~chomwitt@2a02:587:dc09:f100:b0bf:371c:4dd8:59d3)
22:01.02bozoniusonce again, I am unable to access the mirrors...
22:01.38fsmithredaitor, fig is a programming language written by figleafdev/figosdev
22:01.51fsmithredan educational language
22:01.53bozoniusunknown host auto.mirror.devuan.org
22:02.01bozonius(was working 10 minutes ago...)
22:02.11aitoryes, i know, i read it
22:02.22greenjeansrefracta2usb.conf line #3, program also tests for pluma ;) <<<virgo moment
22:02.41fsmithredlol, you instigated that
22:03.06fsmithredbozonius, it's working here
22:03.16bozoniuswait, let me try again...
22:03.17*** join/#devuan rrq (~ralph@60-242-139-200.static.tpgi.com.au)
22:03.21fsmithredusing auto.mirror and I am in US
22:03.33aitorthen, figleafdev and figosdev are the same person
22:03.55fsmithredyes
22:03.56bozoniususing auto.mirror and I am in US also
22:03.57greenjeansyou know I may actually be running 0.38 yad, have the .debs but can't remember if I updated the newer iso's, gotta go check
22:04.06bozonius(I think it is the same US, lol)
22:04.17fsmithredyad --version
22:04.24bozoniusafter updating to auto from us, it worked... briefly
22:04.41bozoniusI'll try changing my dns servers...
22:04.42greenjeansdon't have yad on this partition
22:05.00fsmithredchroot it
22:05.20greenjeansnope, it's still 0.37, will update that tonight, thanks for mentioning that
22:05.34greenjeansi need to check for updates to a couple more things that aren't repo items
22:05.44greenjeanspalemoon too
22:05.47bozoniusnow it's working again (and I never changed my dns config even)
22:06.21fsmithredsounding a bit like a twilight zone episode
22:12.07Enrico_Menottignarface After a long search, and much c++ learning, I have found something strange in the command which tries to mount Android's directories: https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/cmds/container_manager.cpp#L203.
22:12.56Enrico_MenottiThis in turn calls https://github.com/anbox/anbox/blob/df774db4a8e1f0b59b4de6e61a71e3c209b66d53/src/anbox/common/mount_entry.cpp#L36.
22:13.44Enrico_MenottiSo one ends up to <sys/mount.h>, right?
22:15.40Enrico_MenottiNow I have looked at the manual for the latter: http://man7.org/linux/man-pages/man2/mount.2.html. There, in section "Changing the propagation type of an existing mount", they say "The only flags that can be used with changing the propagation type
22:15.40Enrico_Menotti<PROTECTED>
22:16.57Enrico_MenottiIn the end, I see that in anbox mount() is called with MS_BIND and MS_PRIVATE at the same time, and if I got it right according to the manual this is not permitted.
22:17.52Enrico_MenottiTomorrow I'll try to drop the MS_PRIVATE to see what happens. Meanwhile, if anyone has a comment, please let me know.
22:18.06bozoniusor maybe that movie "gaslight"
22:19.24bozoniuswhat is the deal with xcb -- Shotcut fails to load with an erorr about missing xcb module?
22:19.40bozoniuslibx11-xcb1 is installed
22:20.53bozonius"This application failed to start because it could not find or load the Qt platform plugin "xcb"
22:21.51*** join/#devuan s_kunk (~s_kunk@224.99.204.77.rev.sfr.net)
22:21.51*** join/#devuan s_kunk (~s_kunk@unaffiliated/s-kunk/x-5139101)
22:22.00greenjeanshi aitor
22:23.42greenjeansanyhoo, @ FSR: I love the swiss-army knife! But still wondering if a "simple installation" option/version would have merit
22:23.51AlexLikeRock_fsmithred,
22:23.53AlexLikeRock_help
22:23.55greenjeanslike you have with Refracta-Installer
22:24.20aitorhi, greenjeans
22:24.35g4570nhi aitor
22:24.46greenjeansplug a stick in and have it do all the things with only a couple questions (i.e. only essentials, like where the chosen iso is)
22:25.51greenjeanshave it zero. format two partitions, install, and spit out a working livusb with /home persisitence
22:29.38greenjeansRare group photo of the VUA's : https://image.tmdb.org/t/p/w780/GtodNrQnorVd3Gv6f6i4bdEwkP.jpg
22:30.37bozoniusno mountain climbing boots, no long gray beards ... I think this is photoshopped
22:30.53greenjeans2nd from the right is Katolaz, you can tell cause he's got that " *%*%*&^ your feature request" look in his eyes....
22:30.58greenjeans;)
22:31.18greenjeansfar right is parazyd, don't mess with him....
22:33.29greenjeanshttp://i.neoseeker.com/ca/ragnarok_online_conceptart_EmE0H.jpg  <<< Golinux
22:34.38greenjeanshttp://1.bp.blogspot.com/-Ur0KsQk0zpQ/VZ1fozJEcwI/AAAAAAAAI2Q/eATcDY7YWQU/s1600/deadpool1.jpg  <<<<FSR
22:35.33MinceRFuturistic Sex Robotz!
22:39.07fsmithredAlex, come back
22:40.08fsmithredgreenjeans, I don't think I could decide which installation method would be the default.
22:41.13fsmithredthere are four choices. Two of the assume you're currently in a live session.
22:41.34greenjeansi know what you mean FSR, and i am still wrestling with wondering if anybody BUT a very dedicated computer user would use a liveusb anyway...so my idea may be crap on multiple fronts
22:41.42*** join/#devuan menip (~menip@c-73-53-122-132.hsd1.wa.comcast.net)
22:41.51greenjeansbut dang, it's so cool
22:42.19greenjeansliveusb session runs faster than a regular session on my machine
22:42.25fsmithredthat's dzz's brainchild.
22:42.27greenjeansso many different options too
22:42.41fsmithredI added some options.
22:42.50*** join/#devuan Olufunmilayo (~Olufunmil@unaffiliated/olufunmilayo)
22:42.58fsmithredand got the menu generation to work.
22:42.59*** join/#devuan Drugo (~Drugo@62-11-1-95.dialup.tiscali.it)
22:43.00greenjeansI have one doing dual duty, it's also being used for my mp3 source in my truck
22:43.29fsmithredI don't suppose the truck will boot from usb
22:44.00greenjeansas far as a default option for the simple version, I think plain livusb with a persistent home is the way to go
22:45.22fsmithredI don't do automatic partitioning
22:45.24greenjeansactually I can start my truck with a liveusb, i'm a mechanic and a 12-volt tech too, I have wife's jeep set up so she can start it remotely with her phone
22:45.55fsmithredshe needs a Devuan Inside bumper sticker
22:46.43fsmithredwe should not continue to stray off-topic here
22:47.03greenjeansautomatic partitioning: I can understand your unwillingness, but in this use-case scenario we are talking about someone with a 5-dollah stick that just wants a quickie portable OS
22:48.43greenjeansso they get the simple decisive option, if they want different they can use the "expert installation" choice
22:49.04fsmithredmaybe
22:49.28fsmithredyou're not the first to ask for that
22:50.38greenjeansoh I figured as much, and i'll only bug you this one time about it....mostly...
22:50.47greenjeanshehehe
22:51.04fsmithrednot a problem
22:51.25greenjeanssuper cool little program, you and dzzz have done great work
22:53.28greenjeansI just need to make it work for my lil ol auntie, who's always a little offput by "too danged many checkboxes boy, how am I supposed to know what all that blather is about?", lol
22:53.58fsmithredoh, no, you just need to prepare it for her. She can plug it in and press the power button.
22:54.04greenjeansokay, gotta run, have a great evening all, thanks FSR!
22:54.09fsmithredbye
22:56.29*** join/#devuan rdav (~rdav@211.114.220.111.sta.wbroadband.net.au)
23:04.52*** part/#devuan fChanX (~fChanX@2a02:c7d:bf76:c200:38d0:2ddd:5ce1:4825)
23:12.05*** join/#devuan Achylles (~Achylles@200-161-188-161.dsl.telesp.net.br)
23:13.47*** join/#devuan Xenguy (~Xenguy@unaffiliated/xenguy)
23:24.12*** join/#devuan CHCl3 (~CHCl3@46.6.48.140)
23:26.21*** join/#devuan CHCl3 (~CHCl3@46.6.48.140)
23:30.25*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
23:32.09*** join/#devuan CHCl3 (~CHCl3@46.6.48.140)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.