IRC log for #devuan on 20170517

00:02.48greenjeansrats, gotta run, thanks parazyd and jonadab! Y'all have a good one
00:02.56parazydcya!
00:09.22*** join/#devuan tgragnato (~tgragnato@host200-186-dynamic.52-82-r.retail.telecomitalia.it)
00:23.23*** join/#devuan infobot (ibot@rikers.org)
00:23.23*** topic/#devuan is Recent (2017-05-5): Jessie 1.0.0 RC2 | https://devuan.org/ discussion channel (logged at https://botbot.me/freenode/devuan - with useful 'search') | Please take off-topic conversation to #debianfork | /msg chanserv info #devuan | !listkeys #devuan <foo> | Devuan Forum: https://dev1galaxy.org/
00:30.58*** join/#devuan nighty-- (~nighty@d246113.ppp.asahi-net.or.jp)
00:39.12*** join/#devuan tgragnato (~tgragnato@host200-186-dynamic.52-82-r.retail.telecomitalia.it)
00:55.48*** join/#devuan thehornet (~a0225280@192.91.101.32)
01:01.03*** join/#devuan thehornet (~a0225280@192.91.75.12)
01:06.46*** join/#devuan dardevelin_ (~dardeveli@unaffiliated/dardevelin)
01:21.07*** join/#devuan zono50 (~zono50@67-197-149-18.fttp.sta.comporium.net)
01:21.17zono50anyone know a good tutorial for installing wine on devuan?
01:25.09gnarfacezono50: i don't, but i'll help you out of pity, such as i can
01:25.12*** join/#devuan Humpelstilzchen (erik@x4e3668bc.dyn.telefonica.de)
01:26.45gnarfacezono50: if you're lucky, all it takes is "apt-get install wine" but if you're on jessie, that version is probably too old to do anything interesting with regards to current games
01:26.57zono50that's what i figured
01:27.28gnarfacezono50: the wine-development package in unstable is more current, but you can also just use the wine-staging package from winehq directly if you want CSMT and other bleeding-edge stuff
01:27.44zono50is that a deb package?
01:28.09gnarfacezono50: yes.  in general, mixing in 3rd party repos is not advised, but in this case it's your best option (don't get comfortable with the idea)
01:28.47gnarfaceobviously you could make your own build too, but it's a royal p.i.t.a. if you want 64-bit support too
01:30.29gnarfacewine-development was 2.0 last i checked
01:30.33gnarfacewine-staging is 2.6
01:30.34zono50i don't think i really need 64 bit anyways
01:30.51gnarfacei think the regular "wine" package in jessie is like 1.6 or something, but should work fine if you aren't playing recent games
01:31.20gnarface(the Blizzard games are all completely broken without the latest wine)
01:33.14gnarfacehmm, wine-development 1.8.7 appears to be in jessie-backports
01:33.28gnarfacethat might be a good compromise if you don't need a post-2.0 version
01:33.58zono50yeah i added the deb https://dl.winehq.org/wine-builds/debian/ DISTRO main, and then ran apt-get update, but when i search for wine, it finds version 1.6
01:34.13*** join/#devuan nthrow (~nthrow@unaffiliated/nthrow)
01:34.16gnarfaceoh and it's probably worth mentioning that if you're using a newer AMD GPU, just forgo the standard wine builds entirely and skip to something called "wine-gallium-9" (i think)
01:34.37zono50says run this command, but it can't find it
01:34.37gnarfaceyou added that line literally?
01:34.39zono50sudo apt-get install --install-recommends winehq-stable
01:34.44zono50yes
01:35.05gnarfaceyou were supposed to swap out "DISTRO" with your actual distro.  in this case, jessie (i presume)
01:35.18zono50haha lol
01:35.20zono50thanks
01:35.23gnarfacenp
01:36.22gnarfacei haven't tested wine-staging on jessie myself, but it works on ceres
01:36.32gnarfaceyou might run into dependency issues
01:37.17zono50ah there they are
01:38.47zono50ok so wine is installed, what now
01:39.12gnarfaceok the most helpful thing i think i can do at this point is make sure you understand the WINEPREFIX environment variable's significance and use
01:39.20zono50i'm listening
01:39.25gnarfaceby default your wine prefix will be ~/.wine
01:39.40gnarfaceall your games go in there, your "c:\" is a subdirectory of that
01:39.47gnarfacehowever that's just by default
01:39.50zono50there is no ~/.wine directory
01:39.58gnarface(it's created on the fly at start up)
01:40.04zono50ah ok
01:40.18gnarfaceif you want to change it, set WINEPREFIX to another path your user has access to
01:40.32gnarfacethis can be set to a new path *every time you start wine*
01:40.46gnarfaceso in this way, you can keep and manage multiple separate wine prefixes
01:40.48gnarfaceunderstand?
01:41.25zono50so WINEPREFIX is an environment variable that simply stores the path to my games and applications
01:41.55gnarfaceyes.  it's important you understand.  why you'd want to do that - segregate all your games into separate prefixes - only becomes more apparent when winetricks for one breaks another in the same prefix
01:42.25zono50so what would an example command look like
01:42.37gnarfaceif WINEPREFIX is set to an empty directory it just creates a new wineprefix on the fly there
01:43.14zono50ok
01:44.36zono50so let's say I want to install a game
01:44.49zono50i type wine then the path to the exe?
01:44.58gnarfaceyea
01:45.40gnarface(or "wine-development" literally, if you're using the debian wine-development package)
01:45.49gnarfacein most the other packages, wine is called wine
01:46.24gnarfaceif you want to just initialize a bare prefix and mess with the settings before installing anything into it, use the "winecfg" (or "winecfg-development") binary, which also obeys WINEPREFIX the same way
01:46.46gnarfaceso for example you want to install a game to /usr/local/games/my_starcraft_prefix
01:46.56gnarfaceassume this directory is created and chowned to you already
01:47.04zono50is wine 32 bit by default?
01:47.26gnarfaceyou would run this command: WINEPREFIX="/usr/local/games/my_starcraft_prefix" winecfg
01:47.41gnarfaceit at least used to be 32-bit by default.  i don't know for sure if they changed it
01:47.51gnarfacebut you specify with another environment variable: WINEARCH
01:48.13gnarfaceWINEARCH="win64" for 64-bit (note NOT "wine64")
01:48.42gnarfacewinecfg also obeys WINEARCH
01:48.46zono50so wine WINEPREFIX="BLAH BLAH BLAH"
01:49.20gnarfacei like to put environment variables before the command, but i guess in bash it doesn't matter
01:50.55zono50says cannot find wineprefix
01:51.04gnarfaceWINEARCH="win64" WINEPREFIX="/usr/local/games/my_starcraft_prefix" wine 'c:\Program Files\StarCraft II
01:51.07gnarfacewoops
01:51.19gnarfaceWINEARCH="win64" WINEPREFIX="/usr/local/games/my_starcraft_prefix" wine 'c:\Program Files\StarCraft II\StarCraft\ II.exe'
01:51.20gnarfacethere
01:51.42gnarfacethe WINEPREFIX directory MUST EXIST
01:51.51zono50it does
01:51.52gnarfaceit can be empty but it has to exist and be writeable by the user you run wine as
01:52.06gnarface(never run wine as root though)
01:53.34*** join/#devuan tarbz2 (~Thunderbi@181.44.20.92)
01:53.40gnarfacestill can't find it?
01:54.06gnarfacetry moving the WINEPREFIX setting before the binary on the command-line (though i doubt it matters)
01:54.25gnarfacei can tell you how to fix the permissions if you show me them (ls -ld [wineprefix])
01:55.11zono50export WINEPREFIX=/directory/ wine winecfg
01:55.35gnarfaceuh
01:55.41gnarfaceexport works differently
01:55.43gnarfacethat might be your issue
01:55.47gnarfacetry that without the "export"
01:56.01zono50export changed the directory to where i wanted it
01:56.11gnarfaceare you not using BASH?
01:56.16gnarfaceare you using tcsh or some weird shell?
01:56.19zono50yakuake
01:56.35gnarfacealright well, never heard of it.  all my previous advice assumed BASH
01:56.59gnarfacei assure you though, that's the environment variable, that's how it works
01:57.10zono50i appreciate it
01:57.22zono50saying broken nvidia randr detected, falling back to randr 1.0
01:57.28zono50please consider using the nouveau driver
01:57.36gnarfaceheh
01:57.42gnarfacewell the jessie drivers are probably just too old
01:58.03gnarfacethere are newer nvidia official drivers as well as nouveau ones in backports though
01:58.14zono50i've installed the nvidia drivers from the website
01:58.19gnarfaceyikes
01:58.23gnarfacewell that's always a huge mistake
01:58.32gnarfacebut that doesn't explain why it thinks they're too old
01:58.36gnarfacemaybe it's expected behavior
01:58.42gnarfacedoes winecfg at least give you the cfg panel?
01:59.04zono50yes it does
01:59.45gnarfacewell that's good.  seems like mission successful here.  just for future reference though; the nvidia.com shell script installer for linux hoses your distro and generally comes with poorly-tested drivers (even when not marked "beta" explicitly)
02:00.07gnarfacein general you should always stick with the nvidia drivers packaged by your distro
02:00.18gnarface(if they're old there is probably a good reason)
02:00.31*** join/#devuan Hoshpak (~Hoshpak@p200300C90BC9070004E4125A44D8490B.dip0.t-ipconnect.de)
02:00.57gnarfacenouveau support is hit and miss.  in some cases it does certain things better (especially on "legacy" cards) but usually for 3d games it will choke
02:01.19*** part/#devuan tgragnato (~tgragnato@host200-186-dynamic.52-82-r.retail.telecomitalia.it)
02:01.25zono50yeah when i installed the nvidia drivers, it gave an error about not being able to find the 32 bit compatibility libraries
02:01.57gnarfaceyea, if i'd caught you before installing them, i could have told you how to add that
02:02.08zono50i can always reinstall video drivers
02:02.20gnarfacemulti-arch must be enabled but it is not by default.  then some 32-bit libraries have to be installed concurrently with the 64-bit ones
02:02.48zono50which libraries, and how do i enable multiarch?
02:02.51gnarfacethe problem is that this all requires a very careful dance of interlocking package dependencies that the nvidia installer script just trampled rough-shod
02:03.22gnarfaceso that mistake may actually lead to you eventually needing to reinstall
02:03.24gnarfacefair warning
02:03.34gnarfacebut i'm wishing for your sake this time it'll be fine
02:03.40zono50will that cause a problem with me running games in wine?
02:04.15gnarfacenot directly - the most likely evidence of damage will come later during some system upgrade that mysteriously fails for you when it shouldn't have
02:04.36gnarfaceok so
02:04.37gnarfacemultiarch
02:05.04gnarfacei'm gonna give you some commands to run as root
02:05.08zono50alrighty
02:05.21gnarfaceas a sanity check, paste me back the responses (or just say "none" if there was no response)
02:05.30gnarfacefirst command: dpkg --print-architecture
02:06.03gnarfacesecond command:  dpkg --print-foreign-architectures
02:06.10zono50run as root? or no
02:06.14gnarfaceas root
02:06.23zono50amd645
02:06.25zono50amd64
02:06.29gnarfacewell, with these it won't actually matter whether you run them as root or not
02:06.43zono50what is foreign architectures?
02:06.56gnarfacedid it print nothing?
02:07.11gnarfaceor did it print "i386" ?
02:07.23*** join/#devuan pekman (~pekman@unaffiliated/pekman)
02:07.25zono50i386
02:07.39gnarfaceyou already have multi-arch enabled, no need to invoke root
02:07.48zono50ah ok
02:08.03gnarfaceapt-get install libgl1-nvidia-glx:i386 libgl1-nvidia-glx:amd64
02:08.11gnarfacethis will need root^
02:09.09gnarfacelibgl1-nvidia-glx:amd64 should alreay be there
02:09.21gnarfacelibgl1-nvidia-glx:i386 will probably pull in a boat load of other stuff though
02:09.30zono50those packages are not available, but is referred to by another package
02:09.36zono50in the first string of text you sent
02:09.48gnarfaceoh, you have to have non-free enabled in your /etc/apt/sources.list
02:09.58gnarfacethe nvidia driver packages are in a different part of the repos
02:10.34zono50i have main contrib non-free
02:10.41gnarfacehmm.  you sure?
02:10.53gnarfaceyou ran "apt-get update" after adding them, right?
02:11.00zono50yeah from auto.mirror.devuan.org/merged
02:11.15gnarfacepastebin your sources.list
02:11.18gnarfacesomething doesn't sound right
02:11.30gnarfacei've done this on hundreds of machines at this point
02:14.31*** join/#devuan tarbz2 (~Thunderbi@181.44.20.92)
02:15.01gnarfacezono50: comment out the cdrom line and the winehq line, then add " contrib non-free" to all the remaining lines
02:15.54zono50done
02:16.52zono50ok now it's finding the packages, what does contrib non-free do
02:17.29gnarface"main" only contains stuff that is actually open source
02:17.43zono50it's asking me if i want to run nvidia-installer --uninstall, but i imagine i have to stop the display manager before i do that?
02:18.02gnarfacei imagine it'll damn well stop it for you
02:18.12gnarfacemight not be very elegant
02:18.45gnarfaceso, contrib is just stuff that may rely on non-free
02:18.54gnarfacenon-free is actually proprietary stuff (like nvidia drivers)
02:19.08gnarfacemain is only open source stuff that doesn't depend on non-open-source stuff
02:19.27gnarfaceit seems annoying, but it keeps patent trolls from sabotaging development of unrelated software
02:19.54gnarfaceearlier you had " contrib non-free" added to your security and updates lines, but not the main one
02:20.22gnarfacealso you'd want to add them to backports as well for any chance of newer nvidia drivers through distro-approved channels
02:20.55zono50gotcha
02:21.24zono50If you plan to no longer use the NVIDIA driver, you should make sure that no X screens are configured to use the NVIDIA X driver in your X configuration
02:21.24zono50file. If you used nvidia-xconfig to configure X, it may have created a backup of your original configuration. Would you like to run `nvidia-xconfig
02:21.24zono50--restore-original-backup` to attempt restoration of the original X configuration file?
02:21.32*** join/#devuan tarbz2 (~Thunderbi@181.44.20.92)
02:21.34gnarface*personally* though, when i use backports and/or non-free to update nvidia drivers, i always disable them again right after
02:22.31gnarfacere: the nvidia-xconfig; you didn't customize your /etc/X11/xorg.conf or any other part of Xorg though, i assume? if you didn't, you can just ignore that message
02:22.48zono50i had to edit xorg.conf to edit my rat 9 mouse
02:22.56gnarfaceoh
02:22.59zono50and i did edit the xorg.conf through nvidia-settings
02:22.59gnarfacehrm
02:23.19gnarfacewell you might want to make a manual backup
02:23.19gnarfacei dont' trust that shell script to not mangle stuff
02:23.34gnarfaceotherwise i'd say just ignore
02:23.49zono50I understand.  I'll be on tomorrow to work on it.  Work calls early
02:23.55zono50Thanks for the info
02:33.13*** join/#devuan kelsoo (~kelsoo@dragora/developer/kelsoo)
02:35.00*** join/#devuan misto6_ (~misto6@dslb-178-000-241-062.178.000.pools.vodafone-ip.de)
02:35.42*** join/#devuan tarbz2 (~Thunderbi@181.44.20.92)
02:40.36*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
03:34.16*** join/#devuan JohnTheRipper (~JohnTheRi@2.229.193.226)
03:52.20*** join/#devuan chomwitt (~chomwitt@athedsl-163002.home.otenet.gr)
04:07.37*** join/#devuan syco_ (~mike@91.181.73.169)
04:15.55*** join/#devuan LeoTh3o (~LeoTh3o@phoxden.xyz)
04:23.02*** join/#devuan alexlikerock (~alexliker@200.52.221.20)
04:44.12*** join/#devuan ppisati (~ppisati@net-2-42-72-147.cust.vodafonedsl.it)
05:26.28*** join/#devuan mchasard (~mchasard@glg95-h03-89-81-23-36.dsl.sta.abo.bbox.fr)
05:36.35*** join/#devuan Levure (~quassel@91.181.29.158)
05:49.12*** join/#devuan DPA (~Daniel@194.230.159.186)
05:58.43*** join/#devuan DPA (~Daniel@194.230.159.186)
05:59.19*** join/#devuan rrq (~ralph@60-242-139-200.static.tpgi.com.au)
06:03.19*** join/#devuan mchasard (~pierre@glg95-h03-89-81-23-36.dsl.sta.abo.bbox.fr)
06:06.27*** join/#devuan mchasard (~mchasard@glg95-h03-89-81-23-36.dsl.sta.abo.bbox.fr)
06:21.55*** join/#devuan level7 (~quassel@31.44.17.250)
06:28.05*** join/#devuan aaro (~aaro@unaffiliated/xyox/x-040147)
06:29.28*** join/#devuan godbed (~Wowbagger@HSI-KBW-078-042-209-105.hsi3.kabel-badenwuerttemberg.de)
06:59.16*** join/#devuan Irrwahn (UNKNOWN@p57993162.dip0.t-ipconnect.de)
07:05.58*** join/#devuan JohnnyRun (~gianni@net94-124-67-2.static.bb.mainsoft.it)
07:23.34*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-39-168.clienti.tiscali.it)
07:31.26AntoFoxmorning!
07:37.23jaromilgood morning!
07:37.51*** join/#devuan zyliwax (~zyliwax@unaffiliated/zyliwax)
07:50.02*** join/#devuan cocoadaemon (~foo@x53.octopuce.fr)
07:54.21*** join/#devuan edbarx (~edbarx@78.133.19.222)
07:55.27*** join/#devuan amphi (~amphi@222.red-81-32-135.dynamicip.rima-tde.net)
07:58.01edbarx"git push" --> "Please make sure you have the correct access rights". DNG states repository keys changed. How am I going to chance those keys and what should I do with the posted "clutter" aka keys on DNG?
07:58.51zdzichuremove old keys from ~/.ssh/known_hosts
07:59.07zdzichuyou can do ssh-keygen -R git.devuan.org
08:00.06edbarxThanks.
08:04.15edbarx"git push" complains "The authenticity of host 'git.devuan.org (188.165.53.255)' can't be established.
08:04.15edbarxECDSA key fingerprint is SHA256:Zvn7XQAIeSX63n+/3oeHAQ3gdKDunanS79EsDD9k2o0.
08:04.15edbarx"
08:10.50jaromilthis is correct
08:11.02jaromilwe migrated the git server (see Centurion_Dan's signed message also on dng)
08:11.16jaromilthe new fingerprint is a8:8d:25:ac:eb:84:80:a4:52:05:84:27:23:de:8c:ce.
08:11.37jaromilplease check and update known_hosts accordingly - and many thanks for your patience and contributions edbarx !
08:12.15parazydstop using md5
08:33.18*** join/#devuan Ryushin (chris@2001:470:4b:38f:527b:9dff:fe9e:37e6)
08:36.05*** join/#devuan Madda (~Madda@hq.m3team.it)
08:37.06jaromiloh, ack
08:39.38*** join/#devuan peetaur (~peter@p200300E10BCF1300667002FFFE2E10FC.dip0.t-ipconnect.de)
09:02.36*** join/#devuan rleigh (~rleigh@unaffiliated/rleigh)
09:15.16*** join/#devuan djph (~dpurgert@104-57-151-177.lightspeed.bcvloh.sbcglobal.net)
09:18.40*** join/#devuan cocoadaemon (~foo@x53.octopuce.fr)
09:19.31*** join/#devuan thijso (~thijs@109-46-132-5.ftth.glasoperator.nl)
09:22.21*** join/#devuan rrq (~ralph@60-242-139-200.static.tpgi.com.au)
09:27.36*** join/#devuan alazred (~alazred@unaffiliated/alazred)
09:27.49*** join/#devuan Besnik_b (~Besnik@athedsl-4367270.home.otenet.gr)
09:29.16*** join/#devuan level7 (~quassel@31.44.16.132)
09:32.53*** join/#devuan reetp_x5 (~john@194.149.220.77)
09:34.24*** join/#devuan reetp (~john@239.red-80-59-216.staticip.rima-tde.net)
09:36.42*** join/#devuan athidhep (~afoakf@unaffiliated/athidhep)
09:51.34*** join/#devuan DPA (~Daniel@194.230.159.186)
10:00.31*** join/#devuan Gup (~Gup@jh3.jhodges.co.uk)
10:05.30*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-55-241.clienti.tiscali.it)
10:33.15*** join/#devuan rrq (~ralph@60-242-139-200.static.tpgi.com.au)
10:37.08*** join/#devuan Centurion_Dan (~Icedove@office.centurion.net.nz)
10:55.33*** join/#devuan syco_ (~mike@91.86.103.44)
10:57.55Centurion_Dan1o/
10:58.02KatolaZo/
11:02.55*** join/#devuan unixman (~aunixman@209.165.134.7)
11:02.55*** join/#devuan unixman (~aunixman@unaffiliated/eracc)
11:04.09nepugia`°
11:07.18*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-55-241.clienti.tiscali.it)
11:08.48*** join/#devuan syco_ (~mike@91.86.103.44)
11:23.35*** join/#devuan aitor (~aitor@213.143.48.10)
11:23.39aitorhi
11:24.27AntoFoxo/
11:25.10aitor\o
11:26.01aitori can find an available port for simple-netaid at every click on the connect button, it's not need to be necessary constant
11:26.23aitorjust running:
11:26.25aitor$ netstat --all
11:27.04aitorthere is no need do it constant
11:27.18aitorhere is the ouput:
11:27.26aitorhttps://paste.debian.net/932826/
11:27.40aitornow, the port 21234 is failing for me
11:28.36aitoras you can see in the output, there is a UDP protocol:
11:28.42aitorudp      704      0 0.0.0.0:21234           0.0.0.0:*
11:28.48aitorusing this port
11:30.08aitorso, i'll run "netstat" and try to find the ":PORT " string
11:30.16KatolaZaitor: why do you need this?
11:30.24KatolaZjust choose a port
11:30.29KatolaZand use it consistently?
11:31.57aitorok
11:33.16aitorthere are two groups in the ouput:
11:33.36aitorActive Internet connections (servers and established), that is the TCP and the UDP
11:33.49aitorActive UNIX domain sockets (servers and established)
11:34.28aitorthis last one mentioned by Detha, i seem to remember
11:36.32KatolaZaitor: just use
11:36.34dethais still in favour of https://troydhanson.github.io/network/Unix_domain_sockets.html
11:36.42KatolaZnetstat -nt
11:36.48KatolaZfor tcp sockets
11:36.57KatolaZagrees with detha on this point....
11:37.22dethano need to hunt for free ports, just declare /var/run/simple-netaid/socket your spot
11:37.23*** join/#devuan ferdy- (~ferdy@funtoo/contrib/ferdy-)
11:38.24aitorand what about defining: sin_port = 0
11:38.51*** join/#devuan cocoadaemon (~foo@x53.octopuce.fr)
11:38.53*** join/#devuan ferdy- (~ferdy@funtoo/contrib/ferdy-)
11:38.56dethahow does the other side know what it selects?
11:39.06aitorok detha, thanks
11:40.27aitorKatolaZ: i'm using udp
11:41.39Hellewhy couldn't we have OpenFirmware on PCs......
11:42.28*** join/#devuan syco_ (~mike@91.86.103.44)
11:43.40aitoras i explained in the irc, i have to follow the following steps for the network connection
11:44.09aitor1) Remove /run/network/.ifstate.lock
11:44.45aitor2) Remove /run7network/ifstate.wlp3s0    (in my case, wlp3s0)
11:45.17aitor3) Run /usr/lib/simple-netaid/bin/backend 1 ESSID PASSWD
11:45.59aitorin the most of the cases, this last step fails at the first attempt, giving:
11:46.15aitorifup: interface wlp3s0 already configured
11:46.29aitorbut, trying again, it always works
11:46.47aitorso, i run the backend twice
11:46.58aitori have to improve this point
11:47.35*** join/#devuan syco_ (~mike@91.86.103.44)
11:47.51aitorif the connectioon attept fails due to a wrong passward, two attemps whould take a lot of time
11:47.54*** join/#devuan level7 (~quassel@31.44.17.250)
11:49.09aitorthe solution is to measure the time of the attemp
11:49.58aitori've been taking times
11:50.22aitorin the first case, less than 20 miliseconds
11:50.27dethathat /could/ be a reason to implement the backend as a daemon (although I am generally opposed to the 'daemons for everything' designs). Hand interface name+ESSID+PASSWD to a daemon, let the daemon sort out retries etc.
11:50.43aitorin the second case more than 7000 miliseconds
11:51.40aitorOoop, 13:50
11:51.48aitorneed to go, see you :)
11:54.44*** join/#devuan syco_ (~mike@91.86.103.44)
11:56.49*** join/#devuan DGMurdockIII (~dgmur@c-73-146-35-181.hsd1.in.comcast.net)
12:16.04*** join/#devuan mchasard (~pierre@glg95-h03-89-81-23-36.dsl.sta.abo.bbox.fr)
12:17.59*** join/#devuan rrq (~ralph@60-242-139-200.static.tpgi.com.au)
12:18.42*** join/#devuan quite (quite@unaffiliated/quite)
12:19.48*** join/#devuan amdgoon_ (~amdgoon@002129a181f5.cpe.westmancom.com)
12:31.02*** join/#devuan phylophyl (~phylophyl@242.red-79-151-138.dynamicip.rima-tde.net)
12:31.42drawkulais /etc/binfmt.d a systemd invention? I dont see it on an old wheezy for cubietruck and not in devuan-jessie on PI3. Or: where should I search? which package might be missing?
12:34.24*** join/#devuan Oldmoss (~Oldmoss@anon-46-32.vpn.ipredator.se)
12:36.33*** join/#devuan amdgoon (~amdgoon@216.73.79.74)
12:41.11*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-55-241.clienti.tiscali.it)
12:42.51*** join/#devuan chomwitt (~chomwitt@athedsl-163002.home.otenet.gr)
12:44.10*** join/#devuan thehornet (~a0225280@192.91.101.30)
12:49.06rrqhttps://www.freedesktop.org/software/systemd/man/binfmt.d.html
12:55.54*** join/#devuan k0nsl (~k0nsl@feel.the.power.feel.the.k3k.su)
12:57.27*** join/#devuan k0nsl (~k0nsl@unaffiliated/k0nsl)
13:08.39*** join/#devuan furrywolf (~randyg@172.56.38.97)
13:09.06*** join/#devuan athidhep (~afoakf@unaffiliated/athidhep)
13:13.10*** join/#devuan gattuso (~gattuso@pompel.me)
13:17.02*** join/#devuan jathan (~jathan@201.99.106.102)
13:19.55*** join/#devuan Spass (~malysps@agmt25.neoplus.adsl.tpnet.pl)
13:20.12*** join/#devuan snux (~snux@net-5-95-198-148.cust.vodafonedsl.it)
13:35.24*** join/#devuan koris (~koris@185.65.134.80)
13:36.43drawkularrq: thanks... that url and man page has several times systemd in it... <trump voice> SO SAD! </trump voice>
13:41.30*** join/#devuan dardevelin_ (~dardeveli@unaffiliated/dardevelin)
13:43.23*** join/#devuan AntoFox1 (~Thunderbi@dynamic-adsl-78-12-55-241.clienti.tiscali.it)
13:43.38*** join/#devuan marame (~marame@85-76-20-126-nat.elisa-mobile.fi)
13:49.00*** part/#devuan Oldmoss (~Oldmoss@anon-46-32.vpn.ipredator.se)
14:05.45*** join/#devuan TemporalBeing (~Ben_Meyer@72.32.180.179)
14:08.32*** join/#devuan cyteen (~cyteen@155.28.93.209.dyn.plus.net)
14:10.13*** join/#devuan alazred (~alazred@unaffiliated/alazred)
14:12.26*** join/#devuan alazred (~alazred@5.93.13.62)
14:12.27*** join/#devuan alazred (~alazred@unaffiliated/alazred)
14:13.49*** join/#devuan IoFran (~Icedove@189.231.74.45)
14:17.46*** join/#devuan amdgoon_ (~amdgoon@002129a181f5.cpe.westmancom.com)
14:24.13*** join/#devuan Centurion_Dan (~Icedove@office.centurion.net.nz)
14:26.25*** join/#devuan captain_fixerpc1 (~captainfi@32.218.8.106)
14:27.08*** join/#devuan b0stik (~b0stik@net-2-42-70-204.cust.vodafonedsl.it)
14:30.16*** join/#devuan menip (~menip@c-73-83-133-80.hsd1.wa.comcast.net)
14:32.50*** join/#devuan AntoFox1 (~Thunderbi@dynamic-adsl-78-12-45-90.clienti.tiscali.it)
14:35.54*** join/#devuan AntoFox1 (~Thunderbi@dynamic-adsl-78-12-48-2.clienti.tiscali.it)
14:39.32*** join/#devuan catprints (~realperso@172.58.83.103)
14:52.59*** join/#devuan Oldmoss (~Oldmoss@46.165.242.166)
15:01.41*** join/#devuan AntoFox1 (~Thunderbi@dynamic-adsl-78-12-48-2.clienti.tiscali.it)
15:08.19*** join/#devuan AntoFox1 (~Thunderbi@dynamic-adsl-78-12-40-102.clienti.tiscali.it)
15:32.59*** join/#devuan Wacky_Tobaccy (~koguma@2001:f40:901:afed:24a7:f26a:75b9:2839)
15:32.59*** join/#devuan DPA (~Daniel@194.230.159.186)
15:33.27Wacky_TobaccyAnyone here use OpenVZ 7/ Virtuozzo 7?
15:34.56Wacky_TobaccyAnyone?
15:35.14Wacky_TobaccyWas hoping someone could help me test the Devuan template for it.
15:36.48Wacky_Tobaccyhttps://github.com/azilber/openvz7 if anyone is interested.
15:46.29*** join/#devuan fsmithred (~fsmithred@68-184-46-18.dhcp.oxfr.ma.charter.com)
15:50.49*** join/#devuan reetspetit (~john@194.149.220.77)
15:51.38*** join/#devuan reetp_x5 (~john@239.red-80-59-216.staticip.rima-tde.net)
15:51.57*** part/#devuan catprints (~realperso@172.58.83.103)
15:56.41*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
15:58.47*** join/#devuan tgragnato (~tgragnato@host32-252-dynamic.30-79-r.retail.telecomitalia.it)
16:05.18*** join/#devuan greenjeans (~greenjean@45.53.139.135)
16:06.16*** join/#devuan edbarx (~edbarx@78.133.27.161)
16:14.19*** join/#devuan DPA (~Daniel@75-128-16-94.static.cable.fcom.ch)
16:18.56*** join/#devuan alazred (~alazred@5.93.13.62)
16:18.56*** join/#devuan alazred (~alazred@unaffiliated/alazred)
16:26.22*** join/#devuan Guest (~Guest@83.220.239.170)
16:40.18*** join/#devuan CaptainFixerpc14 (~captainfi@unaffiliated/captainfixerpc14)
16:41.47*** join/#devuan furrywolf (~randyg@172.56.38.141)
16:41.54*** join/#devuan AlexLikeRock (~AlexLikeR@unaffiliated/alexlikerock)
16:43.08AlexLikeRockhi
16:43.16DPAhi
16:43.26AlexLikeRocki need help
16:43.44DPAok
16:44.11AlexLikeRocki run  this  line
16:44.25AlexLikeRockfind / -type f -exec  rename 's/\.png$/\.jpg/' *  '{}' \;
16:44.32AlexLikeRockso...
16:44.40AlexLikeRocki run at  "/"
16:44.56AlexLikeRockby error
16:45.10AlexLikeRockthen i lose backgroun
16:45.19AlexLikeRockmouse  coursor
16:45.21AlexLikeRock<PROTECTED>
16:47.50DPAOk, i'll just mate a list of all pngs on my system and upload a script to correct everything, just wait a second...
16:48.15AlexLikeRockthe ting  , its  make  switch BACK
16:48.29AlexLikeRock<PROTECTED>
16:48.38AlexLikeRockbut, not  ALL jpg
16:48.40*** join/#devuan ltem (~ltem@h081217057026.dyn.cm.kabsi.at)
16:48.44AlexLikeRocki need  detect
16:49.00AlexLikeRockhow  are  realy  PNG  renamed  to jpg
16:52.46furrywolffind / -type f -name \*.png -exec rename 's/\.png$/\.jpg/' \{\} \;
16:53.14DPANo, that would rename everything
16:53.45furrywolfI missed the start of this conversation.  I just saw a statement that could be optimized.  :P
16:53.45AlexLikeRockexactly , no rename  ALL
16:53.49furrywolfwhat are you trying to do?
16:54.31AlexLikeRocki rename  by error  PNG to jpg
16:54.45AlexLikeRocki ned  put back to JPG
16:55.11AlexLikeRockbut  REAL JPG,  stay like JPG
16:55.27furrywolfso you have a bunch of .png files with .jpg extensions, and you need to know which they are, and rename them to .png, without changing actual jpegs?
16:55.41AlexLikeRockyes  furrywolf
17:00.04AlexLikeRockexample   :
17:00.20AlexLikeRockfile  picture1234.jpg
17:00.41furrywolffind / -type f -name \*.png -exec file \{\} \; | grep -i jpeg | cut -d ':' -f 1 | xargs -d '\n' rename -n 's/\.png/\.jpg/'
17:00.45AlexLikeRockPNG  image data, progressive, precision 8,
17:01.39furrywolfthere may be a prettier way to do it, but that should work
17:02.00furrywolfremove the -n from the rename after verifying it's doing sane things
17:02.22furrywolfoh, I got it backwards.
17:02.32furrywolfsec
17:03.35furrywolffind / -type f -name \*.jpg -exec file \{\} \; | grep -i png | cut -d ':' -f 1 | xargs -d '\n' rename -n 's/\.jpg/\.png/'
17:03.58furrywolfwon't work if your files have colons or newlines in the name.  deal with it.  :P
17:04.48*** join/#devuan DPA (~irc@75-128-16-94.static.cable.fcom.ch)
17:04.58furrywolfwith the -n on the rename, it will tell you what it would do, but not do it.  remove the -n to actually perform the renames.
17:05.40DPAOr put the following into a file:
17:05.51DPA#!/bin/sh
17:05.51DPAjpg="$1"
17:05.51DPApng="$(printf "$1" | head -c -4).png"
17:05.51DPAecho "$png"
17:05.53DPAif ! dpkg -S "$jpg" &>/dev/null && dpkg -S "$png" &>/dev/null
17:05.56DPAthen
17:05.58DPA<PROTECTED>
17:06.01DPA<PROTECTED>
17:06.03DPAfi
17:06.30DPAThen chmod +x scriptfile
17:06.34*** join/#devuan OxFEEDBACC (~what@unaffiliated/oxfeedbacc)
17:07.15furrywolfthat would only work for images from installed packages.
17:07.17DPAAnd then: find / -iname "*.jpg" -not -path /home/ -not -path /usr/local/ -not -path /usr/src/ -exec ./scriptfile {} \;
17:08.19furrywolfdid I miss where he said it was only images from packages?  heh
17:08.24AlexLikeRock<PROTECTED>
17:09.24DPAShouldn't matter. -name works too. Havn't tested it thought, and dpkg may print some wornings.
17:09.58AlexLikeRock<PROTECTED>
17:10.02furrywolfAlexLikeRock:  what did you do to mis-name the files?  does it affect only files installed by dpkg?
17:10.28AlexLikeRockextension  files
17:10.38AlexLikeRockat  root
17:10.43AlexLikeRock<PROTECTED>
17:11.34furrywolfso you renamed files everywhere on the system, not just those installed by dpkg?
17:12.29furrywolfdid you see what is output by   find / -type f -name \*.jpg -exec file \{\} \; | grep -i png | cut -d ':' -f 1 | xargs -d '\n' rename -n 's/\.jpg/\.png/'
17:12.54furrywolfdid you mis-name them in a case-sensitive or case-insensitive fashion?
17:16.16*** join/#devuan peetaur (~peter@p57AAACBB.dip0.t-ipconnect.de)
17:17.05AlexLikeRock<PROTECTED>
17:17.21*** join/#devuan OxFEEDBACC (~what@unaffiliated/oxfeedbacc)
17:18.01furrywolfok, so DPA's script that depends on dpkg won't work, then.  it'll only fix ones installed as part of packages.
17:18.13furrywolftry the command I gave.  If it looks correct, remove the -n and run it again.
17:18.14AlexLikeRockfurrywolf,   yesah,  this are  solution
17:18.18AlexLikeRock<PROTECTED>
17:21.07furrywolfsigh.  did you rename them in a case-sensitive or case-insensitive fashion?  what did you do to mis-name them?
17:21.36AlexLikeRockyes,   work  fine  , without  "-n"
17:21.43AlexLikeRock<PROTECTED>
17:21.51furrywolfgood  :)
17:22.57*** join/#devuan Irrwahn_ (UNKNOWN@p5799250C.dip0.t-ipconnect.de)
17:23.16*** join/#devuan OxFEEDBACC (~what@unaffiliated/oxfeedbacc)
17:23.19furrywolfthat command very uglyly (it's a word now!) chains together several unix commands...  find looks for .jpg files, file identifies them, grep looks for ones where file said they're pngs, cut grabs the part before the ':' find printed, which is the filename, then xargs sends all those filenames to rename.  lol
17:24.18furrywolfit's not done well - it will break if you have filenames containing a colon or a newline.  but I figured it's pretty unlikely you have any of those.  a cleaner version wouldn't break like that, but I didn't want to spend much time thinking about it.  :)
17:26.20AlexLikeRockdot  worrye,    tanks so much
17:28.10*** join/#devuan NewGnuGuy (~NewGnuGuy@69.41.81.178)
17:29.03furrywolfnow, the right way to do it is to send systemd-file-renamer a dbus message from systemd-image-analysis service....  :P
17:30.11*** part/#devuan NewGnuGuy (~NewGnuGuy@69.41.81.178)
17:30.54*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-40-102.clienti.tiscali.it)
17:34.26*** join/#devuan cyteen (~cyteen@155.28.93.209.dyn.plus.net)
17:41.54*** join/#devuan minnesotags (~herbgarci@c-50-137-242-97.hsd1.mn.comcast.net)
17:46.20djphfurrywolf: you forgot allowing systemd-imager to listen to systemd-human-input
17:47.38*** join/#devuan ChubYann (~ChubYann@LFbn-1-8790-85.w193-250.abo.wanadoo.fr)
18:05.25*** join/#devuan greenjeans (~greenjean@45.53.139.135)
18:09.21nepugiafurrywolf: you forgot the required gnome frontend
18:09.29greenjeansI think I create more bugs than I find and squash
18:10.35nepugiagreenjeans: happens to everyone :)
18:10.47DPADoes anyone know when aitor will show up again? I need to ask him which compiler he uses for simple-netaid-gtk, because gcc4.9 from jessie doesn't appear to support c++11 threads.
18:12.00greenjeansi got another weird small one, and it's definitely me, not devuan or mate (which is what i'm working on)
18:12.21golinuxDPA: aitor is like a flame in the wind . . .  :)
18:13.43greenjeansmaking a very small bare mate mini, built up package by package instead of using the meta-packages or tasks, so it's probably missing something here
18:14.26greenjeanshave set a bunch of custom keybindings, and they work fine, as long as you click on the empty desktop in between trying to use them
18:14.58greenjeansnot like that on my other mate install, so i know it's not mate that's broken, something i don't have somewhere
18:16.50nepugiahmm missing x packages, had a problem where it would map the trackpad 1:1 on the monitor, do you have all required x input drivers installed?
18:26.27*** join/#devuan Spass (~malysps@agmt25.neoplus.adsl.tpnet.pl)
18:26.48greenjeansi do
18:27.38greenjeansseems they are all there, checking for differences between working install and the mess i'm making now
18:29.31greenjeansthe keybindings will also all work properly if I have the keyboard-shortcuts gui open, or the dconf-editor open, you can click any one of them as many times as you want and they keep working
18:29.36*** join/#devuan reetspetit (~john@239.red-80-59-216.staticip.rima-tde.net)
18:30.42greenjeansbut other than that, you get one click of a keycombo and you can't get it to work again until you right-click the mouse somewhere on the desktop
18:31.07greenjeans*edit* make that left-click the mouse
18:31.54nepugiafor some reason wine comes to mind, but i kinda doubt that is the problem
18:32.28*** join/#devuan dardevelin__ (~dardeveli@unaffiliated/dardevelin)
18:43.36*** join/#devuan dardevelin_ (~dardeveli@unaffiliated/dardevelin)
19:07.52*** join/#devuan minnesotags (~herbgarci@c-50-137-242-97.hsd1.mn.comcast.net)
19:11.18greenjeanshttp://www.linuxquestions.org/questions/linux-newbie-8/keyboard-shortcuts-only-work-after-clicking-on-the-desktop-818405/
19:11.58greenjeansonly other similar problem I could find, and this guy's issue apparently went away all on it's own
19:15.54*** join/#devuan minnesotags (~herbgarci@c-50-137-242-97.hsd1.mn.comcast.net)
19:17.04*** join/#devuan aitor (~aitor@229.85-84-19.dynamic.clientes.euskaltel.es)
19:17.19aitorhi DPA
19:18.35aitori'm building simple-netaid in ascii
19:21.23*** join/#devuan minnesotags (~herbgarci@c-50-137-242-97.hsd1.mn.comcast.net)
19:26.41*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-40-102.clienti.tiscali.it)
19:26.57aitorDPA: but i started building it in jessie with -std=gnu++11
19:27.53aitorno idea about incompatibilities with c++11 threads
19:29.47aitorthe spinner uses the Glib::Threads::Thread class and worked in jessie
19:31.24aitorlook at the ActiveWifis class, it was my first step
19:32.35DPAOk, thanks
19:33.37*** join/#devuan tgragnato (~tgragnato@host32-252-dynamic.30-79-r.retail.telecomitalia.it)
19:34.20DPAI'm currently working on a c++ wrapper around fork & exec to replace system. I think it may be possible to avoid the tcp socket using file descriptor inheritance.
19:35.49aitorno idea what are you talking about :(
19:36.28aitorfork  & exec ?
19:38.01DPASystem just takes the whole command, but fork & exec allow to start a process and specify individual arguments. That way, the arguments don't need escaping.
19:38.03aitorDPA: it's not a tcp socket, it's a udp
19:38.09aitorbut similar...
19:38.33*** join/#devuan reetspetit (~john@239.red-80-59-216.staticip.rima-tde.net)
19:39.23aitori'm lost :)
19:41.28DPAAnyways, it's possible to use the socketpair function to optain an unix socket with internal udp protocol. Sockets are just filedescriptors. When a program is started in linux, it inherits all filedescriptors from the calling programm which don't have the SO_CLOEXEC flag set.
19:45.24*** part/#devuan Guest (~Guest@83.220.239.170)
19:47.36aitori read about the filedescriptors
19:50.22dethaDPA: I've been wondering, when you use anonymous unix sockets like that, what is the difference in functionality with using pipe() + fork() ?
19:50.40aitorso, the udp protocol is possible within an unix socket using a "socketpair" function...
19:51.45DPAYes, and unix sockets allow to pass filedescriptors between applications.
19:52.03aitorthanks, DPA
19:52.26aitorsorry, but need to go :)
19:52.31DPAok
19:52.44aitorsee you tomorrow, thanks
20:09.35*** join/#devuan chomwitt (~chomwitt@athedsl-163002.home.otenet.gr)
20:09.41*** join/#devuan cocoadaemon (~foo@2a01:e35:8a99:e90:1202:b5ff:fe91:e4ca)
20:26.22*** join/#devuan DPA (~Daniel@75-128-16-94.static.cable.fcom.ch)
20:38.42*** join/#devuan berndj (~berndj@mail.azna.co.za)
20:42.09*** join/#devuan xes_ (~xes@unaffiliated/xes)
20:45.23*** join/#devuan tgragnato (~tgragnato@host32-252-dynamic.30-79-r.retail.telecomitalia.it)
20:53.56*** join/#devuan agl (~Die_Kirsc@ipb21bb0b8.dynamic.kabel-deutschland.de)
20:56.10*** join/#devuan tgragnato (~tgragnato@host32-252-dynamic.30-79-r.retail.telecomitalia.it)
20:57.34*** join/#devuan greenjeans (~greenjean@45.53.139.135)
20:58.20*** join/#devuan ppisati (~ppisati@net-2-32-41-200.cust.vodafonedsl.it)
21:21.54*** join/#devuan hightower4 (~hightower@146-65.dsl.iskon.hr)
21:26.54*** join/#devuan tgragnato (~tgragnato@host32-252-dynamic.30-79-r.retail.telecomitalia.it)
21:29.28*** join/#devuan minnesotags (~herbgarci@2603:3016:1e01:7500:21b:77ff:fe09:d563)
21:32.57*** join/#devuan hellais (~art@37.218.240.126)
21:50.48*** join/#devuan syco_ (~mike@91.86.103.44)
21:59.06greenjeansgolinux: you rock
22:00.05golinuxis speechless
22:00.18golinuxWhat did I do now?  LOL!
22:01.15greenjeanshehe, you just rock, that's all, you made my day which has otherwise been very frustrating
22:04.17golinuxAh Vuu-do.  I was a little slow getting around to posting that but better late yada, yada
22:06.15greenjeanswell I appreciate it a lot, was really cool seeing it there, made the effort worthwhile, I got the openbox RC-1 out a couple days ago, and am working on the mate alpha now
22:07.38greenjeansI gotta run for now, have a great evening everyone!
22:07.39golinuxIt's been added to the list in the upcoming stable announcement too.
22:22.15*** join/#devuan Centurion-Dan2 (~Icedove@office.centurion.net.nz)
22:26.17*** join/#devuan Centurion_Dan (~Icedove@office.centurion.net.nz)
22:27.58*** join/#devuan TemporalBeing (~Ben_Meyer@172-6-231-225.lightspeed.tukrga.sbcglobal.net)
22:38.08*** join/#devuan tgragnato (~tgragnato@host32-252-dynamic.30-79-r.retail.telecomitalia.it)
22:38.21*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-40-102.clienti.tiscali.it)
22:38.51*** join/#devuan syco_ (~mike@91.86.103.44)
22:52.23*** join/#devuan Besnik_b (~Besnik@athedsl-4367270.home.otenet.gr)
22:54.18korisare there any other good linux distros that don't use systemd?
22:55.15MinceRslackware, funtoo
22:56.00nepugiagood is prety subjective, here is a list of distros http://without-systemd.org/wiki/index.php/Main_Page (no idea if they are good or not)
22:56.17korisah, thank you
22:59.55*** join/#devuan reetp_x5 (~john@194.149.220.77)
23:10.58*** join/#devuan tarbz2 (~Thunderbi@181.44.20.92)
23:22.17*** join/#devuan zono50 (~zono50@67-197-149-18.fttp.sta.comporium.net)
23:22.29zono50Hola gnarface
23:26.48*** join/#devuan ppisati (~ppisati@net-2-32-41-200.cust.vodafonedsl.it)
23:30.56tarbz2Hola, veo idioma español :)
23:31.58Sleakerkoris: I think the most tested one is mx16
23:32.46zono50poquito senior
23:33.50golinuxMX offers sysvinit as default but it's hardly free of systemd!  In fact they offer instructions on how to enable systemd!  https://mxlinux.org/wiki/system/systemd  I only found this a few days ago and was shocked because so many people are hyping MX as systemd-free.  I don't see this as a long term strategy because the ability to use other init systems can be denied at any time.  It also doesn't address the issue of 'entanglements'.  I have used St
23:33.50golinuxeve Pusser's repos in the past and they have always been compatible but if they are riddled with systemd deps that is probably now a risky choice for devuan users.
23:34.29tarbz2Seguramente tendrás más español que yo inglés ;)
23:34.34zono50so i read a news story saying that systemd has some sort of security vulnerability where you can access all of someones files
23:39.24Sleaker'This page simply provides information for those interested in the question.'
23:39.34Sleaker'The MX Linux team strongly urges users to remain with this configuration which uses sysvinit instead'
23:42.13*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-40-102.clienti.tiscali.it)
23:49.05nepugiapretty happy with the init freedom i have here, using openrc ob all my jessie installs ( did when those systems were debian too, but could not remove libsystemd0, so i changed my os :) )
23:50.58*** join/#devuan reetspetit (~john@239.red-80-59-216.staticip.rima-tde.net)
23:51.37*** join/#devuan OxCEA5ED (~what@37.80.188.204)
23:53.11zono50me too, i love it
23:55.56gnarfaceyo zono50
23:56.06zono50whats up
23:56.21gnarfacenothing, you flagged me
23:56.30zono50flagged?
23:56.35gnarfacedid you figure out that wineprefix stuff?
23:56.40zono50ah, yeah i did
23:56.44gnarfaceoh, good
23:57.23zono50next i gotta set up my ipvanish vpn, but can't remember my password -_-
23:57.52gnarfaceheh
23:58.11zono50looking at the wine directory, why is there a dosdevices folder and a drive c folder, what's the difference?
23:59.36*** join/#devuan Lydia_K (~Lydia_K@li328-145.members.linode.com)
23:59.49gnarfacethe dosdevices c:\ is just a symlink to drive_c
23:59.59gnarfacethey look like different directories but they're just the same directory

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