IRC log for #devuan on 20200610

00:04.08*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
00:09.44kjjjnobI made a minimal installation with mini.iso and commands to reboot, shutdown, are missed. I need other package to get working?
00:13.22*** join/#devuan Wafficus (~Wafficus@2601:483:4600:296:2ad2:44ff:fee6:6fce)
00:13.44WafficusHi there, I'm installing Devuan on my desktop, but I'm getting a red screen for the min install step for the "Select and install software" portion
00:14.01Wafficusit just says "Installation step failed" and prompts if I want to Continue to try again
00:14.21djph"try again" ?
00:14.24Wafficusnevermind, might have been a mirror thing
00:14.31Wafficusyeah I tried for the third time, now it seems to be working
00:14.34Wafficusmaybe the main mirror was down
00:14.41djphcould be
00:14.42Wafficussorry about that
00:15.45gnarfacekjjjnob: they're in package sysvinit-core
00:16.20Wafficusgonna stay on here for a bit as I plan on attempting to install the usual stuff I install for my Debian system, however, I plan on also trying out Steam on Devuan
00:16.45Wafficussomeone on here told me to pick the Devuan package version of Steam, so I'll try that
00:16.54kjjjnobgnarface: Yeah, found that but can't execute with su -c logged with my user. root is fine
00:17.04Wafficusdoes the same apply for Nvidia based drivers on Devuan? Or should I install drivers from Nvidia instead?
00:17.39gnarfacekjjjnob: it might just be missing from your path.  there was a change to the default su path in /etc/login.defs and there was also a change to su so it doesn't include the path by default anymore (use "su -")
00:18.17gnarfaceWafficus: same applies for nvidia drivers based on devuan. get them from the repo (but that's true for Debian, too, fyi)
00:18.43gnarfaceWafficus: if you need newer drivers than what is in the beowulf repo get them from beowulf-backports
00:18.57gnarfaceWafficus: (if you do that, make sure to get the kernel from there too)
00:19.41gnarfaceWafficus: if you have a steam controller you'll need some custom udev rules
00:19.55Wafficusno steam controller
00:20.02gnarfaceWafficus: otherwise everything else should behave the same
00:20.02Wafficusjust a Wii U pro controller with the adapter
00:20.10Wafficusgotcha
00:20.23Wafficusit would show up as just steam, not steam-proton in the package manager?
00:20.29gnarfacecorrect
00:20.31kjjjnobgnarface: thanks! I will check
00:20.47gnarfaceWafficus: correct.  it's in non-free though
00:21.03gnarfaceWafficus: (proton can be installed through the client after the fact)
00:21.06Wafficusgotcha
00:21.32Wafficusweird question but if Steam gets to me in terms of bothering my conscious about telemetry
00:21.44Wafficusif I apt remove it, that would nuke it completely from my Devuan install right?
00:22.00Wafficuscause I might just use the Desktop for emulators anyway to be totally honest
00:23.46gnarfaceWafficus: well... no.  first of all, by default every package will leave behind config files unless you add --purge to the remove command.  second of all, purging *Steam* will probably still leave behind all the games, which would need to be manually deleted, but i can't tell you for sure.
00:24.32gnarfaceWafficus: to be safe, if you don't know how to find your STEAMROOT and "rm -rf" it safely, i'd recommend uninstalling all the games through the steam client before purging the steam client package itself
00:24.53Wafficusgood idea
00:25.17gnarfaceWafficus: (and note that it's common for commercial software to be packaged rather less professionally than the open source stuff)
00:25.29djphgnarface: should be - steam installs games to $HOME/.steam/xxx as I recall
00:32.24*** join/#devuan sacioz (~sacioz@177.131.178.89)
00:33.35*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
00:34.51*** part/#devuan sacioz (~sacioz@177.131.178.89)
00:37.26gnarfacedjph: by default, yea but if you start adding libraries they can be anywhere
00:39.02djphgnarface: yeah ; I haven't noticed it be too crazy
00:44.15*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
00:58.16*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
01:09.45bgstack15has anyone here successfully used textbelt (https://github.com/typpo/textbelt) on a Devuan system?
01:10.10bgstack15Apparently, nodejs installs just fine but I cannot tell if the app needs more configuration or sendmail needs configuration (?)
01:14.48gnarfacebgstack15: default system mail daemon is exim4, which should include sufficient sendmail emulation.
01:15.07gnarfacebgstack15: if you need to reconfigure it, run this:  dpkg-reconfigure exim4-config
01:16.06bgstack15alas, I have removed exim4. I never really understood exim. I guess it's my fault; because I never quite grokked sendmail. I was more of a copy-paste the inherited postfix-config guy.
01:17.17gnarfacewell, sendmail and postfix should be installable too, but you shouldn't need to touch the exim4 config by hand for normal use cases
01:17.26bgstack15but I did do a dpkg-reconfigure on postfix.
01:18.40bgstack15ironically I think the silly nodejs payload thingy is just pumping to sendmail (or whichever one I set up on port 25) so it looks like it's just trying to do that old-school email-to-SMS stuff.
01:19.19bgstack15and I'm guessing my ISP does lame things with blocking port 25 outbound
01:20.03bgstack15So thank you for your guidance, gnarface! My /var/log/mail.log shows connection timing out to alltel.net and a bunch of other domains (related to the message I'm trying to send out)
01:26.24gnarfacebgstack15: yea, no problem. it's common these days for residential ISPs to block outbound mail by default.  some of them might unblock it for you if you ask tech support (not Comcast, though)
01:27.51bgstack15Supposedly I can configure the application to use another smtp server, e.g. gmail, so I'm going to check if I have access to those ports
01:28.02bgstack15and then just plug in one of my throwaway gmail account creds
01:51.21*** join/#devuan TwistedF1 (~TwistedFa@unaffiliated/twistedfate)
01:57.03se7enI'm back
01:57.17se7enI'm now convinced the problem is not with a depdendency hell but with permissions
01:57.31se7enI removed the setguid bit to msmtp and fixed it
01:57.50se7enI am still unable to do many things, and selinux fails on boot too, causing a reboot for reprofile
01:58.00se7enI am begining to think this issue may have existed prior to the upgrade
01:58.42gnarfacesystemd can hide permissions issues (it's less secure because of it, but it results in less complications for new users)
01:59.09gnarfacethe issue very well my have existed prior
01:59.28gnarfaceusually such complications are easy to iron out by hand though
01:59.45se7enI don't wish to use systemd, that's why I am on devuan since '16
02:00.00se7enI found a script on stack overflow claiming to rectify permission errors
02:00.02gnarfaceoh this wasn't an upgrade from a debian system?  i thought it was
02:00.10se7enThe problem is I have no default chmods to compare it to
02:00.18se7enNo, this was an upgrade from Devuan 2 to Devuan 3
02:00.31se7enDoes this script look valid, gnarface
02:00.39se7enchmod -R 755 /bin /boot /dev /etc/ /home /lib /lib64 \
02:00.47se7enfolowed by
02:00.49gnarfacelemme look, stand by
02:00.51*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
02:00.51se7enActually, I'll pastebin
02:01.03se7enI don't want a repeat of the shithead freenode k-line system
02:01.21se7enIf this was an important infrastrucute, freenode would be complicit in its damage
02:01.32se7enhttp://ix.io/2oMS
02:01.41se7enI don't know what the defaults are
02:01.47se7enSo I do not know if this is valid
02:02.14se7enThis was posted in response to a man who accidently chmod 777 /
02:02.20gnarfaceuh, i'm not clicking on that.  i'll look if you put it on paste.debian.net, but i can tell you right away from the first chmod line you pasted already that it will work but it's still too broadly targeted for my taste
02:02.38se7enI'll use paste.debian.net, but ix.io is a valid pastebin
02:02.48gnarface777 will work too but that's massively insecure in any context
02:02.57se7enhttp://paste.debian.net/plain/1151275
02:03.31se7enWhy was msmtp setguid anyway
02:03.43gnarface755 on /etc will end up making some text files executable that shouldn't be, even though it probably wouldn't break anything, what you'd want in there is 755 for directories and 644 for text files
02:04.12gnarfacei can only guess it's setguid so things in that group can send mail
02:04.19se7enIs it possible for you to make me an easy-to-run "fix it" script?
02:04.19gnarfaceor something like  that
02:04.25gnarfacei haven't messed with msmtp
02:04.34se7enI've never gotten errors surrounding msmtp permission errors before
02:04.43se7enOf course, it was not msmtp that made the error, but torsocks
02:04.51se7enWas there a change in torsocks I was not aware of?
02:05.09gnarfacei don't know but someone wsa complaining about tor timeouts earlier
02:05.13gnarfacesomething may be up with the server
02:05.36se7enThis has nothing to do with the server
02:05.47se7enNo connection is made, torsocks reports it can not use programs that are setguid
02:05.54gnarfaceoh, hmm
02:06.00gnarfacecould be a security setting then
02:06.01se7enRemoving setguid simply fixed the problem with msmtp
02:06.23se7enThis does not solve the error with my libraries, selinux, or other htings
02:06.39gnarfaceas for a quick fix-it script... nothing i'd want to take responsibility for
02:06.44se7enI recall that earlier in the year I was unable to properly use my mail setup due to issues surrounding my mailsetup
02:07.13se7enShortly after I foolheartedly installed devuan ascii onto this machine, and moved /bin and so on to this computer via cp
02:07.33se7enSo perhaps this issue has existed the entire time and is only now coming up
02:07.38se7enWhat can I do? What are my options?
02:08.30gnarfacewell, the fix-it script you are asking for is not a huge task, just one i'm not sober or well-fed enough at the moment to want to take on for you.  i think you should try it though
02:09.05*** join/#devuan systemdlete (~systemdle@c-73-66-141-72.hsd1.ca.comcast.net)
02:09.34gnarfacei had done something like it once
02:09.46gnarfaceyou want to chain the find command with your chmod commands
02:09.54gnarfacelike: chmod... `find ...`
02:10.09gnarfaceyou can use find to filter by -type for directories and regular files
02:11.09se7enDo you have a reference for the default system?
02:11.11gnarfaceand in regards to this:  http://paste.debian.net/plain/1151275....  /sys and /proc should be auto-generated at boot time. you shouldn't need to do shit to them but reboot
02:11.37gnarfacepermissions on /tmp is correct but don't "-R" it, those *contents* should also regenerate at boot
02:12.23gnarfaceand you're giving execute permission to the *symlinks* (which already have them) to the kernel and initrd (which don't need them)
02:12.38gnarfacei don't have a reference to the default system other than my default systems here
02:12.56gnarfaceif you need a reference to the default system a good way to get one fast is to debootstrap a minimal install into a chroot then look at that
02:13.32gnarface"chmod 700 /root" is appropriate, just not with the -R again here
02:13.46gnarfaceyou probably want to chmod 7000 all the users' home directories too in that case
02:13.50se7enI think that would take a large amount of time
02:13.53gnarface(which is *not* default)
02:13.55se7enI've never used debbootstrap
02:14.18*** join/#devuan systemdlete2 (~systemdle@c-73-66-141-72.hsd1.ca.comcast.net)
02:14.19gnarfaceminimal system is 400-500MB download.  it would take however long your connection allows
02:15.20gnarfacedebootstrap is super easy:  debootstrap beowulf ./targetdir http://deb.devuan.org/merged
02:16.27se7enAm I supposed to do that as root:
02:16.31gnarfacesorry chmod 700 all users' home directories i meant to type (hopefully that was obvious though)
02:16.42se7enI just installed debootstrap via apt and I still get a command not found error
02:17.28gnarfaceuh, it's in /usr/sbin/ so it's clearly intended to be run as root, i forget if that's a requirement
02:17.39gnarfaceyou might just need write permission to ./targetdir
02:17.59gnarfaceoh, no wait, you probably need root though to establish the lock on the apt cache or something
02:18.03se7enOk, it's running
02:18.13gnarfacewell, if it's running as non-root now then i'm wrong
02:18.21se7enSo it'll install an entire debian install to $HOME/test
02:18.26se7enAnd then
02:18.30se7enWhat do I do
02:18.50gnarfacejust "ls -l" stuff in there to look at the permissions
02:19.24se7enoh
02:19.29gnarfaceyou're able to translate between 0755 notation and rwxr-xr-x right?
02:19.33se7enYes
02:19.38se7enI believe so
02:19.45gnarfaceok, good, because i didn't want to explain binary math to you before dinner
02:19.51se7enIs there not an easy method of doing this
02:20.15gnarfaceyou're asking the wrong guy.  i just told you my easy way.  been doing this since 1997
02:21.19se7enI found this
02:21.29se7enIt says to do what you did
02:21.37gnarfacei suppose you could use tar to just overwrite the entire host filesystem with whatever you just extracted into the ./targetdir but i am avoiding steering you towards near certain destruction
02:21.40se7enhttps://askubuntu.com/questions/996993/tutorial-fix-a-chmod-disaster
02:22.48se7enSo can I do these find commands for the debootstrap directory?
02:22.53se7enWithout having to manually 1:1 it?
02:22.53gnarfacehmmm
02:23.33gnarfacewell the concept looks sound at first glance, but i would take ubuntu's default permissions with a grain of salt, and rely on the debootstrap'd version instead
02:23.55se7enSkip ahead
02:24.01se7enI'm asing if I could convert the command
02:24.05gnarfaceright away telling you to chmod 777 bin, dev, etc, lib... that's dangerous and i'm not sure it's reasonably qualified advice
02:24.06se7enfind /bin -depth -printf 'chmod %m %p\n' > bin
02:24.15se7enAnd replace it with the debootstrap directory
02:26.10se7enDo you not understand what I'm saying?
02:26.25gnarfaceyes, i do, i'm trying to figure out how to answer
02:26.33gnarfaceyou're trying to collapse two questions into one state and one answer
02:26.42gnarfacei understand why you would do this but reality won't comply
02:26.51gnarfacethere are two questions here
02:27.18gnarface1) would it work?  probably, within the parameters of the level of reliability and accuracy of Ubuntu's normal tech support
02:27.26se7enWell, it finished running, debootstrap
02:27.33se7enwhat do I do now
02:27.39gnarface2) would i do it myself blindly like you want to?  no... i'd meticulously fix my mess by hand
02:27.41se7enDo I go over every single file
02:28.21*** join/#devuan fling (~fling@fsf/member/fling)
02:28.21gnarfacewhat you should do is use this as inspiration to write a script that checks and compares all the permissions in an automated fashion so you don't have to do it one at a time
02:28.33gnarfacebut make sure the first revision of the script changes nothing
02:28.38gnarfacejust reports differences
02:28.51gnarfacethen edit it step by step to carefully start making the changes, do some test runs in isolated directories first
02:29.06gnarfacethat's how i would do it if i was selling you the script
02:29.33gnarfaceunder no circumstances am i advising you to just blindly copy& paste commands from anywhere
02:29.56gnarfaceyou won't serve yourself by trying to get through this without understanding the details
02:30.11gnarfaceyou can potentially make this a much bigger mess if you are not careful
02:31.02Wafficusdon't know if its relevant
02:31.05gnarfacebut what i'm really worried about on your behalf, is you accidentally making it work but unwittingly leaving it very vulnerable, because of some cavalier advice about chmod 777
02:31.12gnarfacese7en: ^
02:31.22Wafficusbut I'm trying to install 'pywal' on my Devuan desktop
02:31.33WafficusI pip3 installed it
02:31.40Wafficusyet 'wal' command isn't being recognized
02:31.48se7enI don't plan to run chmod 777
02:31.50Wafficusdoes that mean I have to add ~/.local to my path variable to handle pip3 installed modules?
02:32.16se7enAll I was asking was is there an easy way to make the permissions in this debootstrap directory become the permissions scheme for my larger hard drive
02:32.39se7enRather than going file by file, running `chmod nnnn /bin/file`
02:33.32gnarfacese7en: maybe you just didn't catch this:  chmod... `find...`
02:33.50se7enyeah, I was asking that but you went into some kind of tangent about ubuntu
02:34.16gnarfacese7en: that was just to warn you against using their default permissions
02:35.04*** join/#devuan debdog (~debdog@194.140.113.35)
02:35.47gnarfaceWafficus: i don't know the answer but i'm certain there is some python wiki page that should tell you
02:36.44gnarfaceWafficus: a quick google search does suggest to me that /home/$USER/.local/bin needs to be in your PATH, yes
02:36.51se7enok
02:36.55se7enI have done it
02:37.03se7enI have run find on all
02:37.08se7enfind var -depth -printf 'chmod %m %p\n' > $HOME/var.file
02:37.11se7enAs an example
02:37.19se7enThe output of all are chmod commands
02:37.56se7enAre these safe to run
02:38.08gnarfaceyou asking me?
02:38.37se7enYes, I am asking that if this is the chmod for the debootstrap install, it is safe to change the chmod to the host system
02:38.46se7enAn example output of one of these files was
02:38.48se7enchmod 644 usr/lib/x86_64-linux-gnu/gconv/GREEK7-OLD.so
02:39.03*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
02:40.45gnarfacese7en: your guess is as good as mine at this point, does it look right?  i don't have that file here but all the *.so files in that directory are indeed 0644
02:41.10gnarfacese7en: oh, sorry, yea i do have that file here.  but yea, all the *.so files should be 644 on the entire system
02:41.43gnarfacese7en: those should all be owned by root:root too
02:43.15gnarface0644 is rw-r--r--, the normal default for regular non-directory, non-executable files
02:45.05se7enI am now going to attempt to run this output
02:45.20se7enI have run the output
02:45.46se7enI still have the cmus error
02:45.49se7encmus: error while loading shared libraries: libcue.so.1: cannot open shared object file: No such file or directory
02:46.00se7enI don't know how to check if there are any other errors
02:50.16gnarfacewell that's not claiming a permissions error there.  it's claiming the file isn't even installed
02:50.42se7enYes, I see that
02:50.49se7enBut it was one of the many issues leading up to this
02:51.00gnarfacewell, library files like that are usually in packages named after them.  i'd say just install it
02:51.19gnarfaceif you're in doubt: apt-cache search ^libcue
02:51.48Wafficusquestion regarding dbus
02:52.10WafficusI installed "software-properties-common", however this installed a 'dbus' related utility
02:52.18Wafficusdoes that mean it installed a 'systemd' component that I need to worry about?
02:52.35se7enI've been doing that all day, gnarface
02:52.45gnarfacese7en: i don't have libcue.so.1 here on ceres, but libcue.so.2 is a symlink to libcue.so.2.2.1, so if you need libcue.so.1 and it's not present but there is a libcue or libcue2 package already installed, just add the symlink to whatever libcue.so.* file you have
02:53.04se7enlibcue-dev is already the newest version (2.2.1-2).
02:53.06se7enlibcue2 is already the newest version (2.2.1-2).
02:53.08se7enlibcue2 set to manually installed.
02:53.21gnarfaceWafficus: probably not
02:53.40WafficusI ask because I'm trying to utilize the add-apt-repository function
02:53.46Wafficushowever, if I knew the name of a PPA I wanted to add
02:53.54Wafficuswould i just revise this on the sources.list file?
02:54.02gnarfaceWafficus: oh.  sorry.   i thought you meant just from devuan repos.  if you added a 3rd party repo all bets are off
02:54.05WafficusI ask because I'm trying to add the PCSX2 emulator PPA
02:54.26gnarfaceWafficus: yea, uh... one of the primary risks of using 3rd party repos with devuan is accidentally getting systemd crap with it
02:54.30Wafficusno, I apt installed software-properties-common with apt
02:54.37se7enwhere would the libcue be
02:54.40Wafficusgotcha makes sense
02:54.55gnarfaceWafficus: i see pcsx2 already in the devaun repo here on ceres
02:54.56WafficusI don't see the PCSX2 emulator though in apt unfortunately
02:54.59Wafficushmm
02:55.08Wafficusweird I did apt-cache search pcsx2 and I didn't see anything
02:55.20gnarfacese7en: dpkg -L libcue2
02:55.38gnarfacese7en: (dpkg -L [any package name])
02:56.02WafficusI'm on Beowulf though
02:56.37se7enThat fixed it, gnarface
02:56.47se7enWhat about fixing selinux and the interupter?
02:57.06gnarfacese7en: can't tell you about selinux.  it's broken by design IMO
02:57.42gnarfaceWafficus: not sure why it's not in the repos, i have it in my package cache though.  maybe it recently got removed or is being renamed or it's just repo update time something
02:58.05gnarfaceWafficus: try "apt-cache search ^pcsx"
02:58.17gnarfaceafk, back later
02:58.22gnarfacesorry guys
02:58.25Wafficusthat did it
02:58.35Wafficusthanks for that regex idea
03:29.39Wafficusweird question but my Wii U pro controller isn't working in PCXS2 for some reason
03:29.47Wafficusif I try to toggle the rumble feature it rumbles
03:29.59Wafficusbut its not detecting input from the controller on that PCSX2 emulator for some reason
03:34.20gnarfaceprobably a permissions issue
03:35.28gnarfacesystemd would obviate this, but here you might have to assign yourself to the input group, or worst case, add a custom udev rule
03:35.42gnarfacefirst you have to figure out where in /dev/ it is showing up
03:36.04gnarface(if the answer is nowhere, you're missing a kernel module, but it might be in /lib/modules/ just not loading automatically by default)
03:39.38gnarfaceactaully for all i know it's all working and just showing up in a different place in /dev/ than where your program is looking.  that's possible too.  make sure to check
03:43.43Wafficushmm
03:43.48*** join/#devuan kaun_ (~kaun_@117.230.12.113)
03:44.05Wafficuswhat's weird is that the input is being detected in PCSXR just fine
03:44.18Wafficusthat's unfortunate ah, wanted it to work in pcsx2 today tbh
03:59.09se7enNow my procmail fails to work
03:59.11se7enugh
04:03.01se7enany idea for fix
04:03.03se7engnarface:
04:03.12se7enThe error is the same as a year ago
04:03.22se7enFetchnmail fails to pass to procmail
04:03.49se7enWith procmail giving the error "operation not permitted"
04:04.09se7enTo the mailspool
04:04.30se7enand the log says nothing
04:06.40Wafficusif anything, my audio's not working however. The volume on Alsamixer is all the way up, and nothing is muted
04:10.30WafficusI'm using a Scarlett Solo USB interface on the desktop running Devuan
04:21.16*** part/#devuan Wafficus (~Wafficus@2601:483:4600:296:2ad2:44ff:fee6:6fce)
04:27.43*** join/#devuan DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
04:29.54*** join/#devuan engidea (~damiano@46.141.120.243)
04:33.14gnarfacese7en: sorry, can't reall anything about that, but could also be a permissions issue?  maybe the user running it?
04:33.33gnarfacecan't really recall*
04:44.49*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
04:46.08*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
05:59.09*** join/#devuan infobot (ibot@c-174-52-60-165.hsd1.ut.comcast.net)
05:59.09*** topic/#devuan is Welcome to Devuan! https://devuan.org | Releases: https://files.devuan.org (Beowulf 3.0 stable, ASCII 2.1 old-stable) | Forum https://dev1galaxy.org | Chanlogs http://maemo.cloud-7.de/irclogs/freenode/_devuan/ | take offtopic chat to #debianfork
05:59.10*** mode/#devuan [+v infobot] by ChanServ
06:04.02*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
06:06.45*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
06:07.39*** join/#devuan blizzow (~blizzow@97-118-142-53.hlrn.qwest.net)
06:10.24*** join/#devuan KnoP (~KnoP@business-176-095-149-105.static.arcor-ip.net)
06:15.55*** join/#devuan Centurion_Dan (~Thunderbi@devuan/developer/centuriondan)
06:17.16*** join/#devuan Atari-Frosch (~frosch@seelilie.atari-frosch.de)
06:18.43*** join/#devuan petris (~quassel@docker01.dallas.linode.host.petris.net)
06:21.54*** join/#devuan Inepu (~Mithrandi@37.162.77.46)
06:30.38*** join/#devuan Joril (~joril@host-217-194-188-145.sbs.redder.net)
06:36.43*** join/#devuan TwistedF1 (~TwistedFa@unaffiliated/twistedfate)
06:43.10*** join/#devuan Humpelstilzchen (erik@p2e5b24f5.dip0.t-ipconnect.de)
06:48.40se7enI am leaving this message for tomorrow, since I am very tired
06:48.55se7engnarface: my alsa now fails
06:49.02se7enAnd I think I need help fixing it
06:49.14se7enI have no sound after reboot, it claims the device is busy
06:49.21se7enAnd I've tried several work-arounds
06:49.22se7enI am tired
06:49.29se7enI hope to see you tomorrow before I work
06:52.43*** join/#devuan aqu4bot (~aqu4bot@unaffiliated/subsen/bot/aqu4)
07:04.10gnarfacese7en: what did you change?  maybe the device is busy...
07:04.39gnarfacese7en: window managers sometimes use the soundcard
07:05.32gnarfacese7en: if your hardware requires software mixing (which is common) and you did something to disable it or bypass it then you could get this error
07:05.36*** join/#devuan zatumil (~debian@cgn-213-196-211-75.nc.de)
07:06.50tomtasticI wonder if that chap Guest3495 ever fixed his botched upgrade
07:07.32tomtasticI guess the 'veteran unix admins' part escaped him
07:17.09*** join/#devuan MasterdonX (~masterdon@66.115.175.41)
07:28.28*** join/#devuan xrogaan (~xrogaan@unaffiliated/xrogaan)
07:34.23*** join/#devuan kaun_ (~kaun_@117.230.1.7)
07:40.47*** join/#devuan mith_ (~Mithrandi@37.162.77.46)
07:55.53*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
07:58.18*** join/#devuan epony (epony@unaffiliated/epony)
07:59.45*** join/#devuan epony (epony@unaffiliated/epony)
08:01.50*** join/#devuan epony (epony@unaffiliated/epony)
08:11.03*** join/#devuan AntoFox (~Thunderbi@93.37.141.18)
08:18.14*** join/#devuan xinomilo (~xinomilo@gateway/tor-sasl/xinomilo)
08:26.59kaun_tomtastic: ha ha. What was the botched upgrade? I did a ASCII net-install and immediately dist-upgrade'd to Beowulf; I have working X/DM, etc. but no console ('no signal' if I switch to a console VT).
08:28.05tomtasticI feel your pain, last year I 'upgraded' from Ubuntu to beowulf. There were ... issues.
08:28.39tomtasticIt took quite a bit of hackery to fix the dependancies
08:29.15tomtasticI run headless, so didn't notice any console VT issues I'm afraid
08:30.20*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
08:30.42*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
08:42.02kaun_good for you (I use my TV panel as a screen when required, so I noticed)
08:48.18*** join/#devuan unixman_home (~unixman2@43-235-137-216.mtaonline.net)
08:48.19*** join/#devuan unixman_home (~unixman2@unaffiliated/eracc)
08:48.35*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
08:56.59*** join/#devuan ErRandir (~mhabets@81.168.73.77)
09:01.15*** join/#devuan nailyk (~nailyk@carbonfusion/co-admin/nailyk)
09:04.50*** join/#devuan mith__ (~Mithrandi@37.163.58.246)
09:12.46*** join/#devuan mith_ (~Mithrandi@37.162.39.150)
09:18.38*** join/#devuan __20h__ (~some_one@bitreich/member/-20h)
09:40.49*** join/#devuan rafalcpp (~racalcppp@ip-178-214.ists.pl)
10:29.57*** join/#devuan _william_ (~william@lfbn-cle-1-220-207.w2-3.abo.wanadoo.fr)
10:46.30tomtasticDoes that rely on having a particular getty setup in /etc/inittab
10:49.47tomtasticI forgot X let you CTRL-ALT-F6, etc.
10:51.37gnarfacedepends on the hardware
10:51.51gnarfaceand the driver
10:53.29gnarfacehmm, although...
10:54.03gnarfaceit would require you do have you know... some getty setup
10:54.09gnarfacelike, the stock one
11:03.21*** join/#devuan xinomilo (~xinomilo@gateway/tor-sasl/xinomilo)
11:05.46tomtasticI've no idea what the stock ASCII inittab looked like, but at a guess yes it's probably debian stock
11:20.13fsmithred<PROTECTED>
11:20.24fsmithred(5.0)
11:20.34tomtasticNice, then kaun_ has other issues then I guess
11:22.29cosurgitomtastic: didn't I boast about that yet?
11:23.18fsmithredmaybe he should try installing beowulf directly instead of upgrading to it.
11:23.33fsmithredI have no evidence to support that idea
11:23.37cosurgiuses 10 xservers, each for separate work/play focus. Each haa rox+sawfish setup with 40 viewports :) A total of 400 worspace size.
11:23.42cosurgiI never minimize any window!
11:24.05cosurgieach is a different user. Separate user for steam gaming! Separate user for devel.
11:24.47cosurgiAlso: three git statuses in the zsh prompt: https://gitlab.com/cosurgi/zsh-git-cal-status-cpp
11:25.06cosurgione for my documents, another for .dotfiles, anoher for git in current directory.
11:25.11cosurgiThat's soooo comfortable
11:26.01cosurgisome call it multiple personality disorder ;)
11:30.22specing> steam gaming
11:30.25specingPlay libre games
11:30.43cosurgiI even placed a sticker below the Fn keys on he keyboard with the usernames, that are logged in on each of the CTRL-ALT-Fn. The two remaining ones: is an always text console, which may come handy if xserver has issues, and a dropbox user which has access nowwhere. But all other users have access to it :)
11:30.49yetisawfish coughs
11:31.17cosurgispecing: fully agree. I did `pkill -SIGSTOP -u game` about 6 moonths ago :) That xserver isn't using any resources recently :)
11:31.18yetibut you can ignore the error... just click it away
11:31.38cosurgiwas a sawfish maintainer about 10 years ago :-P
11:31.49cosurgiyeti: say a bad word about sawfish and I kill you :)
11:32.06yetihttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851611
11:32.57yetiand now bedder dont addres me again
11:33.18cosurgihmmfph. I will let ohers know on the sawfish mailing list ;)
11:34.17cosurgiyeti: sorry about that ;)
11:34.29*** join/#devuan sgage (~sgage@h64-35-192-144.cntcnh.dsl.dynamic.tds.net)
11:34.52*** join/#devuan DocScrutinizer51 (~lagrange@openmoko/engineers/joerg)
11:34.52*** join/#devuan tobypus (~jr-logbot@neo900/bot/jr-logbot)
11:34.52*** mode/#devuan [+v tobypus] by ChanServ
11:35.24*** join/#devuan sixwheeledbeast (~zem@lagrange.cloud-7.de)
11:35.26*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
11:36.14yetiin netbsd the config terminate when trying to change the wallpaper
11:36.49yetiI'd use it if it were stable
11:36.53yetiIF
11:37.02cosurgihuh? sawfish has nothing to do with wallpaper.
11:37.52cosurgiyou are teasing me, I know. I wish I had time to fix these couple reamining bugs in sawfish.
11:38.09cosurgihow would I reproduce that one on netbsd?
11:38.24yetiwaits for EXWM to get stable
11:38.57yetiI tried SF on netbd9, standard X install, started via .xinitrc / startx
11:39.35yetithe config helper collapses when I wanto to enter that wallpaper (or background) stbtree
11:39.59yetimaybe a BSD problem.... on devuan SF is more important
11:40.14yetiit would make a nice and esy to customise WM for install media
11:41.27yetiused SF a while when Gnome3 was new... and with a bit of searching and customising the lispy things it was really nice soon
11:42.05yetihad a long break and when I tried later I always had some hiccups with SF
11:42.08yeti:-/
11:43.57*** join/#devuan rafalcpp (~racalcppp@ip-178-214.ists.pl)
11:44.06cosurgiI don't use gnome. The session is managed by rox-session.
11:44.24yetiI think I ran it without SM
11:44.53yetijust sawfish behind a DM or/and startx
11:45.01cosurgithough... I don't know if rox-session is still around. Yes, it can. But having a separate session manager makes life simpler in terms of WM restarts :)
11:46.33cosurgiEvery 3 months or so I do a sawfish restart on my xserver. Nothing lost, all windows remain in he same places. I do this after I for example launch by accident one of my crazy scripst that open 1000 xerms before I erminate it. Or sth like that.
11:47.00yetiif emacs evolves in hurd speed, EXWM will be stable 2050
11:47.03yeti:-/
11:47.12yetiuses screen and mosh
11:47.34yetiand restarts are infrequently
11:47.57yetiand currently the gnome system is my usual frontend to the net
11:48.09yetibut that may change
11:48.33yetibasically an xterm is an xterm... even on gnome
11:50.26cosurgiyeah, but did you know that xserver has a fixed limit of 256 opened windows?
11:51.24cosurgiThat was the first reason that I started to use different users for different tasks. Even recompiling xserver after changing that limit to 512 didn't help. Afer you reach the threshold, nasty things can happen. Recoverable though.
11:51.29ShorTiehow many you need ??
11:51.55yetiI dont need that much... thanks to screen... typically 1 per remote system + FF + evolution, occasionally a fullscreen emacs and some qemus
11:52.02yetifaaaar from 256
11:52.03cosurgiDefinitely more than 256 :) I wouldn't learn about this limi otherwise ;)
11:53.17cosurgiThese windows just stack up, after a couple of months.. I only do resarts when really-really necessary. Oherwise I use UPS+hibernation.
11:53.42yetiI dont count the shells in screen... ;-)
11:53.45cosurgiWho has time to close a window? Much more space, than on a regular desk, to have a total mess.
11:53.54yetiI'd go nuts if every shell were an own window
11:54.53cosurgiI would rather SIGSTOP unused users, than spend time to clean up those opened windows :)
11:56.07yetimaybe you need eagle-mode... :-Þ
12:03.30cosurgihttp://eaglemode.sourceforge.net/ - this one? Interesting.
12:03.49cosurgibut nah. I have no time to switch my interfaces. What I have right now is perfect ;>
12:04.18cosurgialright
12:04.30cosurgiI've sent a message to mailing list. Don't keep your hopes up.
12:05.26yetihttps://www.howtogeek.com/675569/why-linuxs-systemd-is-still-divisive-after-all-these-years/  <<<  is ther something new in it for "us"?
12:05.34cosurgiHowever, maybe sometimes I will get around trying to reproduce this. Without hurry.
12:06.31yetiok... when I get the feeling SF is "stable" again, I might ditch XFCE on lots of toys...
12:07.36yetior if EXWM get stable fast...    SANTA!!! hear me!!!
12:07.59cosurgiif you like it, you can do the SANTA's job ;)
12:08.01yeti(but that would need emacs to bevome multithreaded and that will take time)
12:08.30yetiI already have lots of dark energy in my to do list
12:45.43*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
12:46.10*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
12:51.40*** join/#devuan kelsoo1 (~kelsoo@dragora/developer/kelsoo)
12:52.04*** join/#devuan phyre (~phyre___@78.30.22.107)
12:52.11*** join/#devuan humpelstilzchen4 (erikmailus@gateway/shell/matrix.org/x-bawoftbwzwidykvc)
12:53.24*** join/#devuan TigerbotHesh_ (~tbhesh@bishibosh.stronk.com.au)
13:04.25*** join/#devuan Bjornn (~Bjornn@2604:6000:1503:3ac:493:1f16:d975:14a2)
13:09.13*** join/#devuan infobot (ibot@c-174-52-60-165.hsd1.ut.comcast.net)
13:09.13*** topic/#devuan is Welcome to Devuan! https://devuan.org | Releases: https://files.devuan.org (Beowulf 3.0 stable, ASCII 2.1 old-stable) | Forum https://dev1galaxy.org | Chanlogs http://maemo.cloud-7.de/irclogs/freenode/_devuan/ | take offtopic chat to #debianfork
13:09.14*** mode/#devuan [+v infobot] by ChanServ
13:18.34*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
13:21.10*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:21.25*** part/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:22.12*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:22.12*** part/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:23.03*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:24.03*** part/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:24.22*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:25.03*** part/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:25.58*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
13:30.44*** join/#devuan m4rley (~m4rley@207.148.96.120)
13:32.30*** join/#devuan gnarface (~gnarface@108-227-52-42.lightspeed.irvnca.sbcglobal.net)
13:35.55*** join/#devuan chapolin (~chapolin@84.17.36.65)
13:42.12*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
13:54.56*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
13:57.07*** join/#devuan Gnhugo (~yaaic@2806:2f0:90a0:ac55:997a:1f1b:642:91c6)
14:02.29*** join/#devuan chapolin_ (~chapolin@187.19.5.9)
14:34.20*** join/#devuan lvd (~lvd@213.251.197.13)
14:41.01*** join/#devuan CorvusCorax (~Corax@2a02:8070:ab8:b800:89e4:cbb8:3c0:64bb)
14:42.22CorvusCoraxHi, Does Devuan ascii have patches for GNU-TLS CVE-2020-13777 yet ?
14:47.30fsmithredCorvusCorax, yes. See https://security-tracker.debian.org/tracker/CVE-2020-13777
14:48.45CorvusCoraxodd. I just updated my system, and I didn't see an update for gnutls being pulled. I'll investigate
14:51.29*** join/#devuan gordonDrogon (~gordon@watertower.drogon.net)
14:53.38CorvusCoraxAh, that's why:  `apt list --installed |grep tls` gives me `libgnutls30/oldstable,now 3.5.8-5+deb9u4 amd64 [installed]` - which should be older than the 2 year old first affected version, unless a backport backported the bug, too
14:56.42*** join/#devuan Tashtari (~tashtari@unaffiliated/tashtari)
14:57.48*** join/#devuan engidea (~damiano@46.141.120.243)
14:57.51CorvusCoraxthanks @fsmithred
15:03.22BjornnI don't know what it means but I get the same result as CorvusCorax
15:05.56*** join/#devuan rsx (~rsx@ppp-188-174-153-71.dynamic.mnet-online.de)
15:06.55*** join/#devuan targz (~Thunderbi@unaffiliated/targz)
15:07.33CorvusCorax@Bjornn ascii is based on debian stretch - which still uses gnutls-3.5.8 (deb9u4) with some fixes backported. according to https://security-tracker.debian.org/tracker/CVE-2020-13777 this version is: "gnutls28 sourcestretch(not affected)"
15:08.37CorvusCoraxthe security flas is a regression introduced in GnuTLS-3.6.4 - released 2018-09-24 ... but ascii uses a much older version
15:11.18CorvusCoraxGnuTLS 3.5.8 was released Jan 9 2017
15:19.51*** join/#devuan enyc (~enyc@muddle.enyc.org.uk)
15:23.36*** join/#devuan jathan (~jathan@189.216.183.142)
15:24.40*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
15:26.42*** join/#devuan banisterfiend (~textual@ruby/staff/banisterfiend)
15:28.00*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
15:39.37*** join/#devuan engidea (~damiano@46.141.120.243)
15:48.06*** join/#devuan furrymcgee (~debian@cgn-213-196-211-75.nc.de)
15:49.30*** join/#devuan zatumil (~debian@cgn-213-196-211-75.nc.de)
16:12.04*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
16:14.53*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
16:33.46*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
16:34.28*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
16:38.13*** join/#devuan amesser (~amesser@p5b0554bc.dip0.t-ipconnect.de)
16:38.24*** join/#devuan nailyk (~nailyk@carbonfusion/co-admin/nailyk)
16:59.13*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
17:02.54*** join/#devuan scaniatrucker (~scaniatru@78-56-98-5.static.zebra.lt)
17:05.04*** part/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
17:10.17*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
17:10.41*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
17:14.39*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
17:17.28*** join/#devuan rafalcpp (~racalcppp@ip-178-214.ists.pl)
17:17.39*** join/#devuan IoFran (~Thunderbi@189.154.119.249)
17:27.32*** join/#devuan tomtastic (~tomtastic@90.194.114.233)
17:29.15*** join/#devuan cd (~cd@unaffiliated/cd)
17:35.43*** join/#devuan epony (epony@unaffiliated/epony)
17:44.52*** join/#devuan Acacia (~Acacia@unaffiliated/acacia)
17:50.17*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
17:53.18*** join/#devuan engidea (~damiano@46.141.120.243)
17:56.22*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
18:09.25*** join/#devuan rafalcpp (~racalcppp@ip-178-214.ists.pl)
18:10.34*** join/#devuan muawija (~muawija@p4fc2167e.dip0.t-ipconnect.de)
18:10.50muawijaHi! anyone there?
18:12.31golinuxJust ask
18:13.00*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
18:13.26golinuxand if someone knows the answer, they will pop up
18:15.09muawijaMy devuan upgraded itself and nothing works anymore
18:15.51muawija1) bonding bug:  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959236
18:15.55muawijatotal crap.
18:16.09muawija2) it's not possible to do dist-upgrade
18:16.53muawijait says:
18:17.35muawija"libc6-dev: Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-6 is to be installed
18:17.37muawija?
18:17.56muawija3) Xorg doesn't work anymore
18:19.44nemomuawija: did you force install apt -t  any packages?
18:19.48golinuxThat is out of my scope but you will likely be asked for exactly how you upgraded from what to what and the process you used and possibly your sources.list
18:20.03nemonot sure how you ended up with libgcc-8-dev from the future
18:20.14nemoor dpkg -i
18:20.29golinuxthanks nemo.  Carry on
18:20.32bgstack15so reality check, you've done a "apt-get upgrade" first, before the "apt-get dist-upgrade", right?
18:20.34muawijanemo: don't recall i would do that
18:20.41nemoI had problems like that alll the time when I was forcibly maintaining newer kernel in ascii, I just kinda put up with it and fixed the breakage manually ☺
18:20.45muawijabgstack: yep
18:20.53nemogolinux: I was just trying to break the silence 😉
18:21.01nemogolinux: get the debugging going 😝
18:21.12nemomuawija: can you share your sources.list.d and sources.list ?
18:21.28nemomuawija: and preferences.d just-in-case
18:21.45muawijanemo: when the machine is up. takes 5 min
18:21.48nemomuawija: I assume you're on beowulf btw
18:21.58nemo(based on the 8.3.0-6)
18:22.05nemoand well, libgcc-8-dev period
18:22.23nemohmmmm 8.4.0-2 feels like maybe you tried ceres/chimaera then fell back to beowulf
18:22.34nemoor (gods forbid) you are on ceres right now
18:22.44muawijayesterday I tried "apt update && apt upgrade" and it said, it will upgrade to chimeara
18:22.47*** join/#devuan mith__ (~Mithrandi@37.161.185.68)
18:22.49nemoO_o
18:22.54nemoWHAT THE F!@#$
18:23.02nemomuawija: what were you on *before* that
18:23.14muawijait must have been beowulf
18:23.20golinuxYou have "testing" in your sources.list?  OOPS!!
18:23.26muawijayes
18:23.28nemohaha
18:23.31nemoouch
18:23.42nemowelp. time to fix the sources and hope it can be unbroken without reinstall!
18:24.03nemogolinux: hm... when beowulf stabilised it'd be nice if stuff like that autodisabled
18:24.14golinuxCan't do that is devuan because beowulf = buster and testing = bullseye/chimaera
18:24.14nemothere was a certain amount of time beowulf was safe to use...
18:24.58golinuxThis is covered on the website and common knowledge that we are not in sync with debian
18:25.17muawijawell, I was living for 10 years with debian wheezy so I thought I need testing now, because it takes me some years to configure the system to be stable :-DDDD
18:25.33nemooh *whew*
18:25.42muawijaand I though, before I'm done, it'll be stable, hahaha
18:25.47nemoI thought you'd enabled testing because someone told you that was needed for beowulf at some point
18:25.55nemolike last fall or something
18:26.06golinuxmuawija: Please look at this page: https://devuan.org/os/releases
18:26.07nemoinstead it was just 'cause you like crashing
18:26.43muawijagolinux: I configured beowulf about 3/4 y ago according to devuan.org !
18:26.52muawijaor was it even before?
18:27.02golinuxEspecially the section "Codenames or suites?"
18:27.09muawijaOh, I got into xorg!
18:27.10muawija:)
18:27.22nemogolinux: so what I'm focusing on, I guess, is last year beowulf was "testing" right?
18:27.42nemobut was reasonably usable at the time 'cause you guys had worked on it a lot?
18:27.52golinuxbeowulf was "testing" until last week
18:28.01muawija/etc/devuan_version still says beowulf/ceres
18:28.18muawijahmm, no net
18:28.27muawijamoment, please
18:29.32muawijadeb http://auto.mirror.devuan.org/merged testing main
18:29.45muawijadeb http://auto.mirror.devuan.org/merged testing-updates main
18:29.56muawijadeb http://auto.mirror.devuan.org/merged testing-security main
18:30.03muawijabut security doesn't work
18:30.11muawijaAND:
18:30.31golinuxauto.mirror is deprecated.  Use deb.devuan.org
18:30.39muawijadeb http://deb.debian.org/debian/ stable non-free
18:30.58golinuxThat will get you beowulf
18:31.08muawijadeb http://deb.debian.org/debian-security stable/updates non-free
18:31.17golinuxYou are mixing beowulf and chimeara
18:31.40golinuxIOW a frankendevuan
18:31.48muawija:)
18:32.03muawijawell, until now it was working :)
18:32.20muawijaI just need some non-free stuff,
18:32.55golinuxThat's because everything changed last week.  Beowulf went to stable and chimaeraa to testing
18:33.30nemogolinux: I guess difference between his setup and my beowulf install last month was I had the word "beowulf" in that string
18:34.04golinuxThat's the way you need to configure sources.list in devuan.
18:34.08muawijaso how do I move that non-free stuff into chimaera ?
18:34.16muawija(what is that codeword in debian???)
18:34.24golinuxNEVER user use stable, testing etc in devuan
18:34.33muawijaok
18:34.37golinuxbullseye
18:34.46muawijathx
18:35.09golinuxI'm still on jessie so haven't a clue
18:35.44muawijaso can I just s/testing/chimaerra/ ?
18:36.07muawija(and s/testing/bullseye on that non-free stuff)?
18:36.39golinuxDon't mix debian and devuan repos
18:36.55golinuxIt's chimaera
18:36.58muawijaso, where can I get the non-free stuff from?
18:37.17golinuxWe have everything debian served through devuan
18:37.35golinuxAdd non-free to you sources.list
18:38.04muawijaok, unfortunatelly, this WASN'T well documented on devuan.org
18:38.24muawijaat least not when I was installing my system some year ago or so
18:38.34golinuxhttps://devuan.org/os/releases
18:39.20golinuxhttps://devuan.org/os/packages
18:39.56golinuxIt's been that way for 5 years
18:40.14*** join/#devuan bgustav (~bgustav@188.27.102.181)
18:40.32muawijayes. no word about non-free repositories...
18:40.36muawijahttps://devuan.org/os/packages
18:41.17muawijaok, now I see it
18:41.32golinux:)
18:41.57golinuxSorry your system got messed up.
18:43.01golinuxIf it's any consolation, you are not the first and won't be the last who doesn't rtfm.  ;)
18:43.37muawijawell, I *do* RTFM
18:45.00muawijaok, let's see
18:45.33muawijabut probably the bonding bug will still be there :/
18:45.59golinuxhas no idea what a bonding bug is
18:46.17golinux(and doesn't want to know)
18:46.22muawijahttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959236
18:46.32muawijaI already pointed to that above
18:47.52golinuxI saw that.  Just over my head
18:48.16golinuxand will never be useful to me.
18:48.31muawijaWell, as an workaround I can just use 1Gbit instead of 2x1gbit but it's annoying
18:49.59muawijathat's one of the reasons I wanted devuan because I don't like this "creativitiy" of breaking something was working for years :/
18:51.38se7enI am back gnarface
18:51.41se7engolinux:
18:51.43muawijaBTW, anyone knows what's the name of "mate"'s windowmanager.
18:51.47muawija?
18:51.49*** join/#devuan Uberius (~Uberius@gateway/tor-sasl/uberius)
18:51.51se7enThink you can help me with the alsa now
18:53.48golinuxse7en: ?
18:54.27se7enI left messages last night before bed
18:54.39bgustavmuawija: google says marco, in the first search result
18:54.45se7engolinux: to catch you up, I upgraded from devuan 2 to devuan 3, had dependency hell and thousands of permission errors
18:54.53*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
18:55.06se7enNow the latest problem is after fixing permission errors and dependency hell alsa fails to work, constantly claiming the device is busy
18:55.16se7enIt worked before
18:55.57*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
18:56.20muawijabgustav: yeah, if you can start the browser :-D
18:56.29muawijanow I did it from second pc...
18:57.47*** join/#devuan engidea (~damiano@46.141.120.243)
19:05.07*** join/#devuan IoFran2 (~Thunderbi@189.154.119.249)
19:22.12muawijahm, so dist-upgrade doesn't work anyway
19:22.52muawijaand chimaera-security doesn't seem to work
19:23.42fsmithredchimaera=bullseye
19:23.46*** join/#devuan xcm (~xcm@ipd114.250.tellas.gr)
19:23.57*** join/#devuan Akuli (~akuli@mobile-access-b0485d-199.dhcp.inet.fi)
19:24.03muawijayes?
19:35.14*** join/#devuan tom (~tom@206-212-236-243.static.onlinenw.com)
19:35.44Guest33070How can I change Devuan 3's cron behavior to set the USER environment variable instead of just LOGNAME for BSD-compliant operation?
19:36.04Guest33070man crontab(5) it says that vixiecron will set LOGNAME, HOME, and SHELL
19:36.12Guest33070and the it will also set USER in a BSD system
19:36.27Guest33070I want the BSD behavior on my Devuan 3 GNU system
19:37.08*** join/#devuan engidea (~damiano@46.141.120.243)
19:38.57*** join/#devuan bsd4me (~bsd@98-106-74-65.gci.net)
19:40.41*** join/#devuan AntoFox (~Thunderbi@93.37.141.18)
19:43.58Guest33070<PROTECTED>
19:45.23*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
19:51.23bgstack15are you talking about inside crontab -e?
19:51.30bgstack15or in /etc/cron.d/file.cron?
19:53.17bgstack15inside a /etc/cron.d/somefilename, the first parameter after the time fields is the username. E.g, "0 4 * * * root  /usr/local/bin/myscript.sh 1>/dev/null 2>&1"
19:53.35bgstack15but I'm pretty sure the user crontabs (crontab -e) simply have to be set from the user in question.
19:53.53bgstack15so crontab -u scriptuser -e
20:03.26*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
20:05.13*** join/#devuan sgage (~sgage@h64-35-192-144.cntcnh.dsl.dynamic.tds.net)
20:24.35*** join/#devuan Garb0_ (~Garb0@unaffiliated/garb0)
20:50.41*** join/#devuan phyre (~phyre___@78.30.22.107)
20:52.06*** join/#devuan Garb0__ (~Garb0@unaffiliated/garb0)
20:52.24*** join/#devuan TigerbotHesh (~tbhesh@bishibosh.stronk.com.au)
20:55.37Guest33070also noting a bug in beowulf
20:55.46Guest33070the voltage sensors are not read correctly
20:55.56Guest33070GPU core:     -0.02 V  (min =  +0.84 V, max =  +1.09 V)
20:56.07Guest33070my gpu is not a power source
20:56.49Guest33070temp1:         -0.0°C  (high = +95.0°C, hyst =  +3.0°C)
20:57.06Guest33070nor is it quantum chilled
20:57.56fsmithredwhat hardware you got?
21:08.48*** join/#devuan zyliwax (~zyliwax@unaffiliated/zyliwax)
21:20.22*** join/#devuan TwistedFate (~TwistedFa@unaffiliated/twistedfate)
21:23.57stiltrHey se7en, I don't know much about alsa, but glad to see you made it back.
21:30.07*** join/#devuan avbox111 (d5a03e0d@static-c-213-160-62-13.customer.ggaweb.ch)
21:31.50avbox111I wanted to start with a fresh devuan beowulf for pinephone, I found firmware.pine64_plus.img.gz and partition.img.gz, created sd card according readme file, but it does not start. Any ideas?
21:34.33*** join/#devuan Pali (~pali@Maemo/community/contributor/Pali)
21:35.19stiltrI'd say compare it to what was there for ascii and see if there's anything obviously missing.
21:41.40fsmithredavbox111, anything here useful? https://pkgmaster.devuan.org/devuan/dists/beowulf/main/installer-arm64/current/images/device-tree/allwinner/
21:46.16*** join/#devuan james1138 (~James1138@71-222-133-42.albq.qwest.net)
21:48.18*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
21:49.05*** join/#devuan Garb0 (~Garb0@unaffiliated/garb0)
21:51.13*** join/#devuan Inepu (~Mithrandi@37.160.33.148)
22:03.55gnarfacese7en: yea i asked what changed though?  the most common cause of that error is inadvertently disabling software mixing
22:04.59Guest33070fsmithred,  NVIDIA Corporation GF108M [NVS 5400M] (rev a1)
22:05.07Guest33070(Thinkpad T430)
22:05.08gnarfacese7en: for example if you uninstall pulseaudio then tell every program to use a alsa "hw" device instead of the default one
22:05.57gnarfacese7en: in that case only one program would be able to use it at a time, and even your window manager's sound effects count as a program "using" it (even while no sound effects are actually playing)
22:06.01Guest33070also, I was wondering if there was any way to dynamically reload certificates on MariaDB 10.3 (the version beowulf ships with). In 10.4 they have the FLUSH SSL; command
22:06.05Guest33070but 10.3 doesn't have that
22:06.20Guest33070https://mariadb.com/kb/en/securing-connections-for-client-and-server/#reloading-the-servers-certificates-and-keys-dynamically
22:06.36Guest33070Does this mean that I will be forced to restart the database server every 2 weeks?
22:07.48*** join/#devuan Human_G33k (~HumanG33k@62.147.242.8)
22:09.01se7enI was able to fix the problem, I was missing /etc/asound.conf
22:09.46gnarfacese7en: well it works here for me without that and without pulseaudio, but i've been very careful about my individual programs' configurations
22:10.03gnarfacese7en: the important part is that it works for you though
22:10.21fsmithredGuest33070, NVIDIA Corporation GT218 [GeForce 210] (rev a2) shows up correctly with lm-sensors in beowulf here.
22:10.32se7enI still have problems with cmus
22:10.47se7enit seems to skip tracks
22:10.52se7enIt's not an encoder problem
22:11.01se7enAll the files in the album are flac
22:11.10Guest33070fsmithred, what driver?
22:11.22gnarfacese7en: i've never touched that one.  does it always skip on the same tracks or does it seem random?
22:11.26se7enIt claims that the duration of all tracks it is skipping are 00:00
22:11.35fsmithrednouveau
22:11.42se7enI can play with mpv
22:11.51se7enit seems to be potentially a minor issue, as it is only one album
22:11.52gnarfacese7en: hmm.... that does sound like it's got some sort of format complaint about them though
22:12.47gnarfacese7en: i like vlc; it's known for playing stuff even if it's not strictly following the standards
22:12.50se7enIt plays just fine, it's not a problem of encoder
22:13.17gnarfacewell, unless you encoded them all yourself with the same version of flac, you don't know that
22:13.18se7enI've never had problems with this before
22:14.04se7enI'll have to troubleshoot this later,  Iguess
22:14.12se7enI don't see why I have so many problems upgrading
22:14.14gnarfacecould it be the characters in the file names or metadata?  foreign character sets might disrupt stuff if not properly supported by the player
22:14.20se7enI don't think this is a normal amount of problems to have
22:14.38gnarfacei honestly agree.  did you angry an old gypsy woman?
22:14.51gnarfaceanger*
22:15.41gnarfacesome amount of these issues are inevitably self inflicted the question is just retracing your steps better
22:17.54gnarfacelike, you tell me you fixed alsa by adding a asound.conf but you never explained what you changed to break it... letting that information slide is just not okay if you want to figure out why this is happening to you and not anyone else... and it really may be <i>not</i> your fault but we don't know that yet, and don't even have enough information about it to file a bug report
22:17.55*** join/#devuan coagen_ (~coagen@unaffiliated/coagen)
22:17.58se7enWell, the primary issue with cmus was libcue
22:18.14se7enI have no idea why I was missing /etc/asound.cong
22:18.16se7enI have no idea why I was missing /etc/asound.conf
22:18.33se7enMaybe it was removed during the dependency hell by an automated purge
22:18.36gnarfacei'm telling you, you were missing it probably because there isn't one by default, but it should still work
22:18.46se7enI have no memory of removing it
22:19.22gnarfacei would be suspicious it might be evidence you lost something else in there like /etc/alsa/conf.d/ or something
22:19.36Guest33070fsmithred, I don't know if it makes any difference but the NVS 5400M is a business card, not a 'gaming' card
22:19.42gnarfacese7en: but it also could just represent a regression in the kernel, for all i know based on just what you've told me
22:20.05fsmithredis it very new?
22:20.06gnarfacese7en: knowing whether it broke initially after the first reboot from a kernel upgrade would be a big hint
22:20.43gnarfaceGuest33070: support statuses here https://nouveau.freedesktop.org/wiki/FeatureMatrix/
22:21.14gnarfaceGuest33070: find your card on this page https://nouveau.freedesktop.org/wiki/CodeNames/
22:24.22Guest33070its not a geforce
22:30.54gnarfaceGuest33070: doesn't matter, it's still on that list somewhere
22:31.28gnarfaceGuest33070: the part you care about is this: GF108M
22:32.04gnarfaceGuest33070: whether it was sold to you as "GeForce" or not is immaterial
22:32.59gnarfaceGuest33070: the possibility that it just isn't supported is real, that's why i advised you check here.  but also since it is nouveau there is also a small possibility that an upgraded kernel might help, depending on which particular card you have
22:34.09gnarfaceGuest33070: if you can figure out for sure it's a driver bug and not a configuration error, they might be able to help you with it in #nouveau but it would probably start with them asking you to test their latest kernel patches
22:35.23gnarfaceGuest33070: if this is still supported by the non-free official or legacy drivers from nvidia, that might be a better choice, unless you care more about security than temperature sensors
22:36.00*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
22:36.40gnarfaceGuest33070: and if this used to work right on an older kernel, then you need to include which kernel version specifically in the bug report
22:38.53*** join/#devuan inak (~bsduser@98-106-74-65.gci.net)
22:40.37gnarfaceGuest33070: (but if it never worked right with nouveau or nvidia this could be actually something lm-sensors needs a patch for... lm-sensors munges sensor readings from a actually disturbingly large amount of devices, and needs individual mappings provided for many of them that never were provided
22:40.40gnarface)
22:40.42*** join/#devuan bsd4me (~bsduser@98-106-74-65.gci.net)
22:41.15gnarfaceGuest33070: (and in that case it's probably a simple fix, comparatively, but not one i can give you off the top of my head either)
22:45.57*** join/#devuan fylgje (~fylgje@84.red-2-139-134.dynamicip.rima-tde.net)
22:56.48*** join/#devuan freemangordon (~ivo@46.249.74.23)
23:02.18*** join/#devuan g4570n (~g4570n@unaffiliated/g4570n)
23:03.29*** join/#devuan Woodi (~iUser@hfy250.internetdsl.tpnet.pl)
23:28.14*** join/#devuan Woodi (~iUser@hfy250.internetdsl.tpnet.pl)

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