IRC log for #devuan on 20180324

00:00.36n4dirnot that sure what "apt-get check" does, same for "apt-get policy", but both might be worth a try to figure out if something is broken
00:01.03n4dirperhaps apt-cache policy ? oh jesus.
00:05.31tocsachillfan: my /etc/devuan_version says ascii/ceres
00:05.47chillfanthat should be ok then
00:06.46*** join/#devuan zyliwax (~zyliwax@unaffiliated/zyliwax)
00:07.26tocsachillfan `dpkg -l | grep deb` shows mixed deb9u1 and deb9u2
00:07.52chillfanyeah the u2 is ok, they are both from debian 9 (stretch/ascii)
00:08.02tocsaThe problem is that most of the scripts try to feed off of lsb_release -a output to determine distribution and version and it errors out
00:08.04*** join/#devuan IoFran (~Thunderbi@189.231.114.2)
00:08.34tocsaHow can I "repair" `lsb_release -a` to show ascii?
00:08.56tocsaOr I just shouldn't worry?
00:09.38n4diri never used lsb_release, so i would probably simply grep <yada> /etc/devuan_version (or what the name of the file is)
00:09.49tocsaMy external mic and my touhpad doesn't work, so I thought tracking down this may point to some skeletons in my closet
00:11.45tocsa@n4dir These are scripts not authored by me, and they meant to work distribution agnostic way. A lot of scripted PPA additions work that way. They understand debian and ubuntu, and if my lsb_release would be OK they could potentially handle devuan as well
00:12.12tocsaAnyway, thanks for help
00:12.40tocsaDoes the kernel matter in the output of `lsb_release` ?
00:12.57tocsaMaybe I'm looking at the wrong plpace
00:13.03tocsaMaybe I'm looking at the wrong place
00:24.25*** join/#devuan GoatAvenger (~GoatAveng@unaffiliated/goatavenger)
00:28.18*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
00:49.20*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
00:51.06*** part/#devuan msiism (~msiism@i577BC08F.versanet.de)
00:53.10*** join/#devuan blitzed (~blitzed@23.83.37.182)
01:12.06chillfanhm if tocsa comes back.. he should try with xserver-xorg-input-synaptics and check /etc/group (or setup alsa indexing) for sound
01:15.24*** join/#devuan furrywolf (~furrywolf@172.58.35.65)
01:17.18furrywolfback from work...  and back to trying to make things work that should work out of the box.
01:17.45furrywolfno wifi on a fresh install __needs__ to be fixed.  I know it's a debian issue too, but we should do better.  :P
01:18.34furrywolfthe installer obviously knows how to configure wpa_supplicant.  this configuration should be copied to the target.
01:19.41chillfanI saw a Debian user had this issue the other day.. they had a choice between getting all of gnome or chrooting to set it up themselves
01:20.15chillfanso they could have network-manager without gnome
01:21.31furrywolfI don't mean we should install network-manager by default...  just copy over wpa_supplicant's config so the box has working connectivity after install, and you can install more things.
01:21.48furrywolfas it is now, you get in a situation where you have no network, so you can't install networking stuff.
01:22.13chillfanyeah, I get ya.. the point being their network could have been setup differently if network-manager wasn't included
01:22.21furrywolfwhich is quite a catch-22, and entirely avoidable.  heh.
01:23.01fsmithred<PROTECTED>
01:23.39furrywolfthe firmware may be (I didn't load any), but you have to manually set up wpa_supplicant.  which is pretty much impossible to do without googling.  :)
01:23.49furrywolfwpa_supplicant is one of the least-configuring-friendly tools out there.
01:24.06fsmithredif you installed the full desktop, wicd should be there
01:24.30furrywolfand if you select, say, "console productivity"?  heh
01:24.46chillfan/etc/network/interfaces can take care of that, but I think if you use network-manager it will ignore that or conflict with it
01:24.55fsmithredcheck for setnet.sh
01:25.02furrywolfnetwork-manager is shit.  so is wicd, sadly.
01:25.20furrywolfwicd can't even do basic things like autodetect encryption type
01:26.14chillfanwell maybe it is, my use case is limited.. anyway, I think if this is done it should avoid using interfaces if something that will install will interfere
01:26.22furrywolfno setnet.sh on the install.
01:26.41chillfanbut otherwise interfaces is the easiest way
01:26.50furrywolfI know!  we should have the init system manage wireless connections.  :)
01:27.15furrywolfmanaging wifi is a perfect task for pid 1.
01:27.20chillfanlol
01:28.21furrywolftrying to use wicd, which was installed...  no connection.  bleh.
01:28.56furrywolftries another encryption type
01:29.04furrywolfyay, wifi
01:29.25furrywolfwhat's the proper way to install unstable's linux-image-amd64?
01:29.39furrywolf(without, obviously, switching to unstable)
01:29.54fsmithredyou should use the backports kernel if you need newer
01:29.56chillfanhm a backport I'd say
01:30.00furrywolfI've done it before by adding it later in sources.list, and found that was a step down the road to frankendebian.
01:30.17chillfanyeah that would be
01:30.28furrywolfI want to rule out, or at least try to, the lack of working X being a kernel bug...
01:30.46furrywolffrom what I could find googling, it's either the kernel or udev config.
01:31.53chillfanwhat issue do you have?
01:32.50furrywolfascii-backports does not have a newer kernel
01:33.15chillfanI read linux-image-4.14.0.0.*
01:33.27furrywolfchillfan:  xorg radeon module can't load because /dev/dri/ doesn't exist.
01:33.50furrywolfhrmm, I just tried, and it's trying to upgrade to 4.9.0-6 instead of the current 4.9.0-4...
01:34.09chillfanah ok, try without the meta package linux-image-amd64, I think latest  would be linux-image-4.14.0-0.bpo.3-amd64
01:34.28chillfanso install that along side current kernel and it should become default
01:34.38furrywolflooks like I might need to manually specify the one with bpo in the package name
01:34.49chillfanit will also upgrade the 4.9 kernel because of the spectre/meltdown fixes
01:35.09fsmithredapt-get -t ascii-backports install linux-image-4.14-whatever
01:35.11furrywolfweeeird.  mouse on console?  I guess I get that crap if I install the console-productivity task.
01:35.31fsmithredgpm, I think
01:35.37chillfanyeah I guess it contains GPM.. that's mostly for console users only
01:35.54chillfanso I wouldn't install it with xorg stuff, unless you want that
01:35.54*** join/#devuan theLambda (~theLambda@i577BCD15.versanet.de)
01:36.44*** join/#devuan justinsm (~justinsm@82-69-63-196.dsl.in-addr.zen.co.uk)
01:37.02furrywolfdownload kernel now
01:37.06LeanderI had to do just that yesterday: for some reason now you need to type the whole package name when install the kernel from ascii-backports (as opposed to how it worked in jessie-backports)
01:37.23furrywolfX is sorta functional, but stretching a low-res 4:3 vesa mode onto my high-res widescreen is exceptionally ugly.  :)
01:37.53fsmithredis it new hardware?
01:38.22furrywolf"apparmor" got installed along with the new kernel, gives errors when installing the package.  if it's from devuan, that should be fixed.
01:38.29furrywolfno
01:39.22furrywolfwell, that helped!  now I get an error about missing firmware.
01:39.29furrywolfwhich is much better than just-not-working.
01:40.03chillfanfirmware-linux-nonfree is probably wanted for radeon
01:40.50furrywolffirmware-amd-graphics according to the error, which is downloading now
01:41.52furrywolfapparmor is now loading on boot, and giving errors relating to the non-existence of systemd
01:41.56furrywolfthis package is broken.
01:42.15furrywolfyay, working X!
01:42.42furrywolffirmware-amd-graphics should be installed automagically.
01:42.46*** join/#devuan bwn (~bwn@c-76-114-20-89.hsd1.ca.comcast.net)
01:43.33fsmithreddid you select expert install? It should have asked if you wanted nonfree stuff added
01:43.44furrywolflol, xfce fails miserably if you change the dpi.
01:43.44furrywolfno, I didn't.
01:44.20furrywolfit renders all the letters bigger, but displays them in the same size box, for no reason at all (i.e. there's nothing in the way).
01:45.25furrywolfsigh.  seems a LOT of stuff breaks if you change the dpi...
01:45.40furrywolfnot a devuan issue, just a very sad comment on the suitability of linux for modern hardware.
01:45.53furrywolfI have a 151dpi monitor...
01:46.31fsmithredyou need bigger desktop fonts?
01:46.49furrywolfit's 1920x1200 on a 15" panel.
01:47.06furrywolfI can read it, but it's not perfect for general use.
01:47.29furrywolf... why the fuck is pulseaudio installed?
01:47.37furrywolfhave we really not killed it yet?
01:49.20furrywolfI installed icewm, but the default login manager (slim) still only lets me select xfce.
01:50.05fsmithredF1
01:50.23furrywolfyes.  which lets me select...  xfce.
01:50.24furrywolfand nothing else.
01:50.34fsmithreddamn, it should toggle
01:50.54*** join/#devuan xes (~xes@unaffiliated/xes)
01:50.58furrywolfreboots again to double-check
01:51.20*** join/#devuan Schallaven (~Schallave@ip-198-96-38-155.dynamic.yorku.ca)
01:51.37furrywolfworking now.  hrmm.
01:51.56furrywolfoh god that's horrible wallpaper.
01:51.57furrywolflol
01:52.10fsmithredblood and guts?
01:52.23furrywolfpenguins in a circle.
01:52.30fsmithred?
01:52.36fsmithredin slim?
01:53.30furrywolficewm, with the default theme
01:55.00furrywolfremoving apparmor.  it's broken without systemd, it seems.
02:00.24furrywolficewm has no icon for firefox
02:01.28*** join/#devuan obeardly (~obeardly@12.153.3.14)
02:01.42furrywolfalso, firefox seems to entirely ignore X's dpi setting.  that's pretty sad.
02:01.49fsmithred<PROTECTED>
02:01.50furrywolflinux is obviously not ready for high-dpi displays
02:02.15furrywolfxrandr reports 144x144 now, like I set it to, and just about nothing changes.
02:02.43furrywolfmy display isn't nearly as fine-pixeled as a retina or something.
02:04.22MinceRfirefox entirely ignores common sense
02:08.01furrywolfso...  linux is essentially unusable on retina displays.
02:08.08furrywolfthat's pretty pathetic if we want to claim it's a usable desktop os.
02:11.00specingnobody claims its usable
02:11.05specingI claim its the best!
02:11.37specing(people not knowing the difference between an OS and a kernel aside)
02:12.32furrywolfno packages for either xmms or bitchx in ascii.  :(
02:14.25furrywolfhehee...  xterms are about 3" by 2".  lol
02:15.27furrywolf319 columns if you maximize them.  :)
02:16.28*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
02:17.53fsmithredxmms2
02:17.59MinceRthere's no such thing as a "retina display"
02:18.11MinceRretinas detect light, they do not display
02:18.21furrywolfxmms2 is shit.
02:18.29fsmithredaudacious
02:18.36*** join/#devuan minnesotags (~herbgarci@c-24-118-22-254.hsd1.mn.comcast.net)
02:18.42furrywolfthe icon problem I believe is icewm looking for "firefox", not "firefox-esr".
02:18.44fsmithredyou can even make it looks like xmms
02:19.27furrywolflast I checked, you couldn't even make it do basic things like play music without failing.
02:19.47furrywolfhave they fixed all the million or so bugs, and made it not a huge massive bloated waste that can't even do its basic functions?  heh
02:21.20fsmithredI've been using audacious for a few years and never have trouble with it. It's pretty basic.
02:21.33furrywolfI mean xmms2.
02:21.38fsmithrednever tried it
02:21.59furrywolfdoes audacious let you work with files directly, or does it insist you first add files to some form of internal library?
02:22.22*** join/#devuan fsmithred (~fsmithred@68-184-46-18.dhcp.oxfr.ma.charter.com)
02:22.22*** join/#devuan fsmithred (~fsmithred@devuan/developer/fsmithred)
02:22.30furrywolfdoes audacious let you work with files directly, or does it insist you first add files to some form of internal library?
02:22.39fsmithredfiles!
02:22.52fsmithredI usually just open from a file manager
02:23.03fsmithredbut you can select files and add them to the current playlist
02:24.04furrywolfhow do you hibernate on current ascii?  pm-* seems gone.
02:24.31fsmithrednot gone
02:24.46furrywolfthen it's in a package I didn't get by default.  heh.
02:25.09fsmithredpm-utils
02:26.33furrywolfalready installed
02:26.50furrywolfhrmm.  it seems to be a path issue.
02:27.49fsmithredusr/sbin/pm-hibernate
02:28.33furrywolfyeah, I found it, but hitting pm<tab><tab> in bash doesn't list it.
02:28.44fsmithredis bash-completion installed?
02:28.46furrywolfjust pm-is-supported.
02:28.53furrywolfand pmap, whatever that is.
02:29.26fsmithredbecause /usr/sbin isn't in user's path, I guess
02:29.50MinceRaudacious is one of the few sane audio players that don't insist on this media library insanity
02:30.27MinceRi wish i could find a TUI audio player that works that way and can actually play my most common files
02:30.40fsmithredmoc?
02:30.53furrywolfTUI?
02:31.06fsmithredyes
02:31.16*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
02:31.26fsmithredrun 'mocp'
02:31.32specingMinceR: mpv?
02:31.45MinceRthe m3u i tested mocp with made it freeze immediately
02:31.47furrywolfwhy does audacions, upon installing, have items like "open files" vs "add files", and "search library"?  I do not want any kind of library.  heh.
02:31.51MinceRalso, there was no mp4/m4a support
02:32.10MinceRdoes mpv do playlists with shuffle?
02:32.23furrywolfhrmm, which is less-painfully-slow, usb2 or 802.11g?  probably usb2...
02:32.28MinceRfurrywolf: TUI is Text User Interface
02:32.50fsmithredopen files, open url,
02:32.51furrywolfah.  never heard that before.  whatever happened to "console"?  heh
02:33.11furrywolfthere is no quick way to get my music between these two boxes.  heh.
02:33.22MinceRconsole could also be a command line utility or one that relies on a command line of its own
02:33.24fsmithredsshfs
02:33.45MinceR(though technically x also runs on a virtual console :> )
02:33.49furrywolffsmithred:  <furrywolf> hrmm, which is less-painfully-slow, usb2 or 802.11g?  probably usb2...
02:34.03furrywolfsshfs would be the 802.11g option.  :P
02:35.29furrywolfgrrrr. pulse needs to fucking die.
02:35.50furrywolfwhy the fuck is "working sound" not a default setting?
02:36.47furrywolfI have two audio output devices.  this IS NOT UNUSUAL.
02:36.55furrywolfpulse is "it works for 75% of people, so it's good" crap.
02:37.12fsmithredremove it
02:38.06MinceRbecause poettering decided that working sound is not "modern"
02:39.41furrywolfI need to kill grub's 5-second timeout...  it's longer than the entire rest of the boot, including post, combined.
02:39.59furrywolfgrrrrr.  slim doesn't remember your session?
02:40.07furrywolfyou have to f1 every boot?
02:42.00furrywolfudevd just segfaulted on boot
02:42.12furrywolf...  followed by a kernel panic.
02:43.50furrywolfsee, THIS is why I fucking never upgrade anything.
02:44.00furrywolfsupposedly easy things always end up taking a fucking week.
02:46.28fsmithredupdate-alternatives --config x-window-manager
02:49.36furrywolfwhy does it seem that with every new version, _less_ just works?  :(
02:51.40*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
02:58.34furrywolfupdate-alternatives didn't help.  slim fucking STILL starts xfce every time.
02:58.39*** join/#devuan Humpelstilzchen (erik@p2E5B2A9C.dip0.t-ipconnect.de)
02:58.50*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
02:59.35furrywolflabels slim as shit and looks for a replacement
03:00.27furrywolfupdate-alternatives does indeed show icewm as the default still.
03:07.57*** join/#devuan Hoshpak (~Hoshpak@200116b80058a00045f254987d8d9f73.dip.versatel-1u1.de)
03:08.40furrywolfgoogling suggests slim does, indeed, lack the utterly basic functionality of remembering which session you last used.
03:08.48furrywolfanything this shit should not be default.
03:09.26gnarfacegave up on default setups a long, long time ago
03:10.00fsmithredlightdm or lxdm
03:11.46furrywolfinstalling lightdm
03:11.53furrywolflxdm wants way too many dependencies
03:13.10furrywolfyay, lightdm works.
03:13.13furrywolfslim does not work.
03:16.40furrywolfalsamixergui does not show up in menus when installed
03:24.02*** join/#devuan fluffywolf (~randyg@172.58.35.65)
03:24.19fluffywolfgood thing bitchx still compiles.  why do we not have a package of it?  :)
03:30.04fluffywolf<PROTECTED>
03:36.11fsmithredmaybe you need to restart icewm to get it to show up in the debian menu
03:36.53fsmithredunless you want to edit the icewm menu file'
03:37.36gnarfaceshouldn't there be a button to regerate the menus?
03:37.42gnarfaceif not i'd try `dpkg-reconfigure menu` then relog
03:38.00gnarfaceblackbox and enlightenment both have a menu option to rebuild the menus
03:38.27gnarfacenew package installations are supposed to call that from the postinst hook but they don't always remember i guess
03:38.33fluffywolflooks like icewm is trying to get its menus from two different places
03:38.52fsmithredyes, it has its own menu, and it uses the debian menu
03:38.56gnarfacethe "menu" package is the debianized one
03:39.20fluffywolf<PROTECTED>
03:41.00fluffywolf(it doesn't have a large percentage of things it should have)
03:41.22fluffywolfalso, xfce4-terminal fails at selecting if you select text starting from the leftmost pixel.
03:41.25fluffywolfseriously.
03:41.47fluffywolfI have to intentionally mouse over one pixel to select a line.
03:42.08fluffywolfhow the fuck is it 2018 and we can't handle selecting text in a terminal window properly?
03:42.28gnarfacei dunno i use urxvt :)
03:43.06fsmithredI use xfce terminal, and I don't have a problem selcting text
03:43.28fluffywolffsmithred:  maximize the window.  mouse to the very left of the screen.  click.  drag right.
03:43.49fsmithreddrag?
03:44.01fsmithredoh, you mean to highlight
03:44.03fluffywolfmove the mouse while holding the button down
03:44.04fluffywolfyes
03:44.15gnarfacei've seriously though over the years seen a lot of people put a lot of credence in a lot of different utterly pathetic attempts at improving upon xterm but urxvt (aka. rxvt-unicode-256color) is so far the only one that is even acceptable and also has unicode support
03:44.30fsmithredyeah, I do it every day
03:44.34fluffywolfin xfce4-terminal, nothing happens!   but if you move over 1px and try again, it works fine.
03:44.40fsmithredstill works with window maximized
03:44.52fluffywolfgreat, it's a heisenbug.
03:45.24gnarfacefluffywolf: maybe you have some weird settings changing the margin settings?
03:45.34gnarfacesomething in ~/.Xsettings or something like that
03:45.35fsmithredtoo many pixels
03:45.53gnarfaceor a super broken set of font glyphs, but you'd have to have tried hard to switch the default...
03:45.56fluffywolfI haven't changed ANY settings.
03:46.00fluffywolfbrb
03:46.08gnarfacehmmm. upgrade from an older system perhaps...?
03:46.15*** join/#devuan fluffywolf (~randyg@172.58.35.65)
03:46.31fluffywolfin xterm, I can select text from the left of the screen.  :P
03:46.33gnarfaceupgrade from an older system, fluffywolf?
03:46.33fsmithredfluffywolf, is it a new install or upgrade?
03:46.43fluffywolffresh ascii install, this morning.
03:47.13gnarfacenot even a copied home directory?  there's always the possibility some ~/.* file contained some old vestigial settings that suddenly got paid attention to again (maybe in error)
03:47.29fluffywolffresh.  install.
03:47.55fluffywolfon a brand new hard drive.
03:49.26MinceRfluffywolf: do other libvte terminal emulators have the same issue?
03:49.36MinceRs/vte/vte-based/
03:50.17fluffywolfI don't know what that is.
03:50.19fluffywolfxterm works great.
03:51.43fluffywolfgoogling isn't telling me where /etc/X11/icewm/programs comes from...  is it packaged or generated?
03:52.48gnarfacefluffywolf: if it shows up in 'dpkg -S [filename]' it's packaged
03:53.47fluffywolfdpkg-query: no path found matching pattern /etc/X11/icewm/programs
03:55.29fluffywolfit's missing at least half the stuff that should be in it, and I can't even figure out what's making it.
03:57.42fsmithredI don't have that file on a fresh install of icewm
03:57.52fsmithredbut I do have /usr/share/icewm/programs
03:58.04fsmithredmost of it is commented out. No, all of it.
03:58.34fluffywolfthe generated one is /etc/X11/icewm/programs, /usr/share is examples/templates
03:58.59fsmithredmy /etc/X11/icewm is empty
04:00.22fluffywolftry installing something that will update-menus?
04:00.55fluffywolf"The programs file should be automatically generated by wmconfig (Redhat), menu (Debian) or an equivalent program"
04:02.06gnarfacefluffywolf: did you try running `dpkg-reconfigure menu` ?
04:02.22gnarfacethat's what it means by "menu (Debian)"
04:02.33fluffywolfI think the problem is that alsamixergui is not putting anything in /usr/share/menu
04:02.40fluffywolfit used to.
04:03.47gnarfaceso i should interperet that response as "no, and i'm not even interested in finding out if that was the right option despite the instructions also mentioning it?"
04:04.20fluffywolfit's "no, I've figured out that running that can't help because the data source it's going to use isn't there".
04:04.58fluffywolfruns it anyway, and it helps not
04:05.44gnarfacethe real question i think is how did you get /etc/X11/icewm/programs in the first place
04:06.20fluffywolfupdate-menus creates it
04:06.50gnarfacehmmm, but that belongs to the menu package
04:06.55fluffywolfusing data from /usr/share/menu.  however, alsamixergui in ascii lacks /usr/share/menu/alsamixergui, while alsamixergui in jessie has it.
04:08.09fluffywolfhttps://packages.debian.org/jessie/armhf/alsamixergui/filelist  vs   https://packages.debian.org/stretch/armhf/alsamixergui/filelist
04:08.16fluffywolfwhoops, wrong arch.  same problem, though.
04:08.25fluffywolfdebian removed the menu file between releases
04:08.34fluffywolfand thus alsamixergui no longer shows up in menus
04:08.57fsmithredbed time here. good luck.
04:09.38fluffywolflooks like debian has been trying to kill menu in general, actually.
04:10.06gnarfacesure why not, because that's something systemd could do too
04:10.47fluffywolfsadly, while you mean that as a joke, I think it's what they're doing!
04:11.42fluffywolfdebian's menus are being killed, and all things must now be "Freedesktop Desktop Entry
04:11.48fluffywolf<PROTECTED>
04:12.04fluffywolfand if you want to use software that doesn't use it...  sod off.
04:12.50fluffywolf<PROTECTED>
04:12.50fluffywolf<PROTECTED>
04:12.50fluffywolf<PROTECTED>
04:12.51fluffywolf<PROTECTED>
04:13.25gnarfaceyikes
04:14.33fluffywolfso....  yeah.  I can't launch alsamixergui because debian is now using systemd-menus.  :P
04:16.44*** join/#devuan hellvis_ (~dflmg@dslb-088-078-098-244.088.078.pools.vodafone-ip.de)
04:20.55fluffywolfbbl, bedtime here too.
04:21.21fluffywolfand once again, freedesktop.org crap is why something I have doesn't work.
04:21.32fluffywolfsound started working when I removed pulse.  heh.
04:21.43fluffywolfunfortunately, fixing menus is going to be a lot harder.
05:15.38*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
05:50.42*** join/#devuan Irrwahn_pi_ (~Irrwahn@p5797DA7A.dip0.t-ipconnect.de)
05:56.55*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
06:30.32*** join/#devuan Gup (~Gup@jh3.jhodges.co.uk)
06:39.10*** join/#devuan finalriposte (~finalripo@chat.staringintotheabyss.com)
06:47.09*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
06:52.23*** join/#devuan thrasymachus (~thrasymac@c-24-17-18-14.hsd1.wa.comcast.net)
06:54.39*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
07:11.45*** join/#devuan Besnik_b (~Besnik@ppp-94-66-221-41.home.otenet.gr)
07:19.25*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
07:50.08*** join/#devuan koris (~koris@185.65.134.169)
07:50.55korishmmm I read online that btrfs doesn't use a journal but in devuan's installer it says it is "journaling" or so I seem to recall.  anyone know which way is right?
07:52.09gnarfaceit might be one of those hair-splitting redefinitions of the term
07:52.28gnarfacelike the WINE people claiming it's not an emulator because they consider it to be a fundamentally new type of emulator
07:54.26gnarfacewhereas debian would classify it as a journaling filesystem because it provides similar features as far as the end-user would be concerned
07:56.07*** join/#devuan amarsh04 (~amarsh04@ppp118-210-175-207.bras2.adl6.internode.on.net)
07:56.42gnarfacethe filesystem openbsd uses also claims not to be a "journaling" filesystem but their documentation is careful to point out that they've implemented most of the same types of data protection mechanisms in other ways
07:57.16gnarfaceand i think i remember that it actually inferred it had been doing so for longer than this "journaling" thing had been a fad
07:58.04gnarfaceso i know there is precedent for it
08:00.05*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
08:02.07korishm....  well perhaps what I should really ask is what filesystem should I use on an SSD.  I heard using a journaling one on it is bad
08:05.47*** join/#devuan aitor (~aitor@90.85-84-168.dynamic.clientes.euskaltel.es)
08:05.58aitorg'morning devuaners
08:10.55aitoranaybody gave a try to webpy (a project started by Aaron Swartz)?
08:10.56aitorhttp://webpy.org/
08:12.04aitori'm tempted to try webpy or django
08:15.53aitorthe link to github at the bottom of the website is broken
08:17.53aitoroh, sorry! the emphasis is shifting from my main issue: amprolla3
08:21.07*** join/#devuan rsx (~rsx@ppp-46-244-240-43.dynamic.mnet-online.de)
08:26.30*** join/#devuan inhetep (~inhetep@gateway/tor-sasl/inhetep)
08:27.09*** join/#devuan clemens3 (~clemens@80-218-38-71.dclient.hispeed.ch)
08:29.56*** join/#devuan Oldmoss (~Oldmoss@anon-43-132.vpn.ipredator.se)
08:35.54*** join/#devuan okf (~Thunderbi@62-11-137-23.dialup.tiscali.it)
08:41.33*** join/#devuan Fervi (~fervi@2a02:a317:e144:d900:baac:6fff:fe99:7804)
09:09.27*** join/#devuan bluemarlin (~bluemarli@unaffiliated/bluemarlin)
09:14.29*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
09:22.14nacelleI use webpy
09:22.18nacelleshrugs
09:22.33nacelledjango is a bit more widely known
09:22.56nacellebut if theres one are of python thats a bit oversaturated.. its web frameworks
09:24.18Humpelstilzchenaitor: How about Ruby on Rails?
09:26.23aitorruby on rails was used by hellekin in devuan discourse, unless i am mistaken
09:26.50*** join/#devuan most_enter (~most_ente@91-113-68-212.adsl.highway.telekom.at)
09:28.17Humpelstilzchenwikipedia says discourse is written in RoR & js
09:30.14aitoryes
09:42.03*** join/#devuan thaller (~thaller@2001:a61:425:9200:8d6b:90d0:9cf4:1a41)
09:53.56*** join/#devuan _0bitcount (~Big_Byte@2a01:c50e:8821:4200:2502:35b6:19de:c11a)
10:06.34*** join/#devuan bwn (~bwn@c-76-114-20-89.hsd1.ca.comcast.net)
10:19.20*** join/#devuan freemangordon (~ivo@46.249.74.23)
10:27.55*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
10:30.29*** join/#devuan d9867eb (~d9867eb@194.103.46.106)
10:31.48d9867ebhi, i mistakenly uninstalled postgresql database without purging. I have a backup but it is from a while back. Would it be possible get my data back?
10:46.47KatolaZd9867eb: I don't think databases are removed when you remove postgresql...
10:48.53d9867ebKatolaZ: do i am fine then?
10:50.06KatolaZwho knows?
10:50.55d9867ebKatolaZ: I have command that need to run be ran and restarted each day. What would be the best way to do that?
10:51.28KatolaZman cron
10:52.39d9867ebKatolaZ: cron is just for running command on automated basis, right? so how do I start the command?
10:53.00KatolaZd9867eb: uh?
10:53.05KatolaZwhat do you need to do?
10:54.27*** join/#devuan drawkula (~username@p57BDF8B3.dip0.t-ipconnect.de)
10:55.41d9867ebKatolaZ: before migrating to devuan I ran a testing environment for my ownmade web software on testing server. I used a systemd service to start the web app and a systemd timer to restart it daily.
10:56.43d9867ebKatolaZ: the command that need to run is: cd projectdir && bundle exec passenger start
10:56.48gnarfacethat really makes me sad
10:57.29d9867ebit needs to restarted because i make changes in the code
10:57.30KatolaZd9867eb: man cron
10:57.30*** join/#devuan speedio (~speedio@37.247.117.48)
10:57.34d9867ebok
10:57.40d9867ebgnarface: why?
10:57.57KatolaZyou don't need a systemd-unit for something that can be done by cron
10:58.15KatolaZthat is what makes gnarface sad, probably
10:58.20d9867ebKatolaZ: ok
10:59.17d9867ebKatolaZ: well, people have used systemd units for worse things. and i am not using it anymore.
10:59.27speedioi just tried to update devuan, and it failed with the following error "update-rc.d: error: insserv rejected the script header" and "insserv: script eudev: service udev already provided!" how can i fix this?
10:59.59d9867ebspeedio: the latter is not a problem
11:00.20KatolaZspeedio: it's known
11:00.30KatolaZsorry for that
11:00.32KatolaZhold on
11:00.59speediook, how can it be solved?
11:01.47d9867ebspeedio: are you on ascii or jessie?
11:01.47KatolaZttps://lists.dyne.org/lurker/message/20180323.184528.db170f27.en.html <- speedio
11:01.56KatolaZthat's a jessie error
11:02.00KatolaZand is due to eudev
11:02.47*** join/#devuan drawkula (~username@p57BDF8B3.dip0.t-ipconnect.de)
11:02.59speedioascii
11:03.11d9867ebspeedio: me too
11:03.49KatolaZspeedio: ^^^
11:03.55KatolaZsorry
11:04.02KatolaZseems like the paste didn't work
11:04.09KatolaZhttps://lists.dyne.org/lurker/message/20180323.184528.db170f27.en.html <- speedio
11:07.03speedioit followed the steps in the link, looks like it worked
11:07.08speediothank you
11:08.28*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
11:08.42aitorhi again
11:08.52aitorKatolaz?
11:09.49aitorare you still there, KatolaZ?
11:09.57*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
11:10.20d9867ebKatolaZ:
11:10.46KatolaZaitor: ?
11:10.58d9867ebKatolaZ: bye
11:11.01d9867ebthanks
11:11.05aitorhi, KatolaZ
11:11.16KatolaZhi aitor
11:11.25aitoramprolla3 is working in packages.gnuinos.org
11:11.55aitortest it with:
11:11.58aitordeb http://packages.gnuinos.org/merged/ jessie main
11:13.17aitori only added the base-files_8+gnuinos1 package for now, but this is my firts little step
11:15.44aitorfirst*
11:28.49aitorneed to go, bye :)
11:38.37*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
11:50.22*** join/#devuan DarkUranium (~DarkUrani@77.38.34.248)
12:10.52*** join/#devuan fugitive (~fugitive@95.211.147.186)
12:12.08*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
12:13.36*** join/#devuan markong (~marco@173.44.37.98)
12:27.05*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:27.28*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:27.51*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:28.14*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:28.36*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:28.58*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:29.21*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:29.43*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
12:30.05*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
13:05.06*** join/#devuan zarez (~Thunderbi@176.158.31.178)
13:09.14*** join/#devuan justinsm (~justinsm@82-69-63-196.dsl.in-addr.zen.co.uk)
13:10.38*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
13:15.31*** join/#devuan AntoFox (~Thunderbi@dynamic-adsl-78-12-42-93.clienti.tiscali.it)
13:49.03*** join/#devuan zarez (~Thunderbi@176.158.31.178)
13:57.27*** join/#devuan eliasr (uid27497@gateway/web/irccloud.com/x-lndmqgezxlmuekjo)
14:18.46*** join/#devuan amphi (~amphi@unaffiliated/amphi)
14:29.35*** join/#devuan koris (~koris@185.65.134.169)
14:34.47*** join/#devuan Xenguy (~Xenguy@unaffiliated/xenguy)
14:44.00*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
14:52.48*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
14:56.08*** join/#devuan blitzed (~blitzed@23.83.37.182)
15:11.32*** join/#devuan Besnik_b (~Besnik@ppp-94-66-221-41.home.otenet.gr)
15:22.44*** join/#devuan IoFran (~Thunderbi@201.144.174.24)
15:31.38*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
16:17.51*** join/#devuan n4dir (~user@200116b86805ce00021a4bfffe4896d9.dip.versatel-1u1.de)
16:50.25*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
17:00.46*** join/#devuan DeFender1031 (~DeFender1@89-138-91-7.bb.netvision.net.il)
17:04.43*** join/#devuan inhetep (~inhetep@gateway/tor-sasl/inhetep)
17:09.47*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
17:12.08*** join/#devuan saptech (~saptech@unaffiliated/saptech)
17:12.16*** part/#devuan saptech (~saptech@unaffiliated/saptech)
17:41.48*** join/#devuan Akuli (~Akuli@mobile-access-5d6a8b-211.dhcp.inet.fi)
18:17.23*** join/#devuan Oldmoss (~Oldmoss@185.128.40.162)
18:19.16*** join/#devuan menip (~menip@c-73-83-2-241.hsd1.wa.comcast.net)
18:29.56*** join/#devuan sedrosken_ (~sedrosken@static-204-62-58-150.ptr.shelbybb.com)
18:38.01*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
18:47.36*** join/#devuan d9867eb (~d9867eb@81-230-24-35-no168.bredband.skanova.com)
18:48.26d9867ebhi, I would like to run Nextcloud client on my Devuan installation. Is that possible?
18:55.16*** join/#devuan Fervi (~fervi@2a02:a317:e144:d900:baac:6fff:fe99:7804)
19:07.16*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
19:17.45*** join/#devuan zarez (~Thunderbi@176.158.31.178)
19:25.39*** join/#devuan Tom-_ (~tomg@64-7-154-56.agas2a-dynamic.dsl.sentex.ca)
19:28.43*** join/#devuan koris (~koris@185.65.134.169)
19:29.24*** join/#devuan hellvis (~dflmg@dslb-088-078-098-244.088.078.pools.vodafone-ip.de)
19:30.55*** join/#devuan triffid (triffid@lovecraft-ipv6.eldergods.org)
19:39.41*** join/#devuan IoFran (~Thunderbi@189.231.114.2)
19:41.53*** join/#devuan ToffeeYogurtPots (~ToffeeYog@gateway/tor-sasl/toffeeyogurtpots)
19:46.50*** join/#devuan msiism (~msiism@200116b845ce9400ee086bfffe1ced28.dip.versatel-1u1.de)
19:50.17*** join/#devuan amphi (~amphi@unaffiliated/amphi)
19:58.59*** join/#devuan IoFran2 (~Thunderbi@189.231.114.2)
20:37.28minnesotagsd987eb, yes. you can run OwnCloud or NextCloud on devuan. I have for years.
20:40.10d9867ebalso, i dont seem to get plex to work. what should i do?
20:42.45d9867ebminnesotags, do you use the ppa?
20:55.18*** join/#devuan merzbow (~merzbow@rrcs-64-183-56-162.west.biz.rr.com)
20:57.01merzbowhey, is there 'libvert' somewhere in the ascii repos?
21:02.06*** join/#devuan telst4r (~telst4r@fsf/member/telst4r)
21:08.51fsmithredmerzbow, you probably want libvirt0 (note the spelling)
21:20.31*** join/#devuan Gup (~Gup@jh3.jhodges.co.uk)
21:23.21d9867ebfsmithred, would it be possible to run plex on devuan?
21:23.38d9867ebor emby
21:25.39*** join/#devuan cocoadaemon (~foo@2a01:e35:8a99:e90:1202:b5ff:fe91:e4ca)
21:33.41*** join/#devuan thaller (~thaller@ppp-62-216-203-76.dynamic.mnet-online.de)
21:36.37fsmithredd9867eb, I don't have any idea what those things are
21:37.05d9867ebfsmithred, self hosted movie streaming
21:37.28fsmithreddo they run on debian, and do they require systemd?
21:38.08d9867ebthey run on debian. i am unsure on if they require systemd
21:38.52d9867ebit is not in their repos but I need to download debs from  site
21:44.01*** join/#devuan furrywolf (~furrywolf@172.58.46.158)
21:47.33*** join/#devuan g4570n_ (~g4570n@unaffiliated/g4570n)
21:50.29*** join/#devuan aitor (~aitor@90.85-84-168.dynamic.clientes.euskaltel.es)
21:50.33aitorhi
21:55.16*** join/#devuan phogg (~phogg@pdpc/supporter/student/phogg)
21:59.53aitortime to dinner, be back later
22:17.47*** join/#devuan mcr (~mcr@209.226.201.247)
22:21.26*** join/#devuan n4dir (~user@200116b86805ce00021a4bfffe4896d9.dip.versatel-1u1.de)
22:31.17*** join/#devuan HumanG33k (~HumanG33k@62.147.242.8)
22:35.26*** join/#devuan flrn (~flrn@unaffiliated/flrn)
22:36.13*** join/#devuan flrn_ (~flrn@unaffiliated/flrn)
22:50.33*** join/#devuan chomwitt (~chomwitt@ppp-94-66-61-199.home.otenet.gr)
23:18.23*** join/#devuan gattuso (~gattuso@pompel.me)
23:21.57*** join/#devuan xes (~xes@unaffiliated/xes)
23:23.40*** join/#devuan mcr (~mcr@209.226.201.247)
23:38.46*** join/#devuan DPA (~irc@devuan/contributor/DPA)
23:44.12DPAI just tried to debootstrap something on my system, but I had to find out that I somehow got version 1.0.92~bpo9+1 from ascii-backports from pkgmaster. That's the debian version instead of the devuan one. Someone should fix that. Also, maybe packages replacing the devuan ones like this should be prevented in the future.
23:54.11fsmithredDPA, did you somehow enable backports in your debootstrap install?

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