libera/#devuan/ Wednesday, 2021-10-20

adhocmorning all01:16
adhoctrying to figure out what happened to the 'at' command01:16
adhocas it does not appear to be in the repo, tried searching and what replaced it?01:17
adhocdpkg --search at | grep "/at$"01:18
adhocdoes not come up with any likely candidates01:18
gnarfacepkginfo lists it still.  if it has been removed then it was very recently...01:21
peterrooneyadhoc: apt-get install at # ; apt-file allows for searching for not-installed files: apt install apt-file && apt-file update && man apt-file01:21
adhocits its own package now ?01:22
adhochmm01:22
gnarfacesince jessie at least01:22
adhocah01:22
adhocthanks folks01:23
peterrooneyadhoc: you're welcome. apt-file has prevented  more google searches than duckduckgo01:23
adhocthat searches files in packages?01:24
rrqhttps://pkginfo.devuan.org/cgi-bin/policy-query.html?c=file&q=bin%2Fat&x=submit01:24
adhocdang, could not find pkginfo.devuan.org from searches01:25
adhocrrq: that would have saved a lot of time and me posting here =P01:25
adhoc=)01:25
adhocactually, that is just package name search?01:27
gnarfacei think so01:28
adhocweird it times out searching for package names01:28
gnarfacenot sure01:28
adhocoh well, thanks for the help folks, laters =)01:28
rrqpkginfo.devuan.org does package search (apt-policy) or file search (apt-file)01:46
rrqan empty search results in fantastic page of description.01:46
CAPTCHA_REQUIRED/etc/default/grub is missing, how do I configure grub's config generator settings on Devuan 4?03:38
CAPTCHA_REQUIREDalso, what is the process when a patch that fixes a bug in stable gets submitted?03:39
CAPTCHA_REQUIREDi'm looking at a bug report, and it looks like the patch was merged into unstable03:39
CAPTCHA_REQUIREDbut03:39
CAPTCHA_REQUIREDit never came back down to stable, fixing the bug03:39
bb|hcbThat is a long road - first the patch is included in the packaging, then the package uploaded to unstable, then it may (or may not) migrate to testing and finally comes out as stable with the next stable version. In case the bug is serious enough, there is a process for the maintainer to upload a stable update, but that is also quite slow...03:47
bb|hcbWhich bug is that?03:48
CAPTCHA_REQUIREDbug #983505 on Debian's BTS03:49
CAPTCHA_REQUIREDare you saying that a simple bugfix like this isn't going to make it to stable until Daedalus?03:49
CAPTCHA_REQUIREDas in only MAJOR bugs get patched in stable?03:50
CAPTCHA_REQUIREDthat seems absurd, by the time Daedalus release, the patch won't even be relevant as a new version will be released03:51
gnarfaceis grub a package devuan forks?04:01
gnarfaceunforked packages aren't changed so we'll get the patches for them when debian gets them04:02
bb|hcbYes, exactly. That is the definition for stable as per Debian04:02
bb|hcbAnd from what I see the doas package came in unstable yesterday, 4 more days to go in testing. Because testing and stable and close enough now, it may be OK to install the package from testing, but in case they have diverged, the only option is to backport it04:04
bb|hcbhttps://qa.debian.org/developer.php?email=scupake%40riseup.net04:05
bb|hcbDevuan will automatically fetch stable(bullseye) in chimaera and testing(bookworm) in daedalus04:05
CAPTCHA_REQUIREDok04:07
CAPTCHA_REQUIREDI thought only major version changed were not allowed per debian stable, but bug fixes and patch levels were04:07
bb|hcbI do not say that I agree with that policy; just explain how it works :)04:08
CAPTCHA_REQUIREDthankyou, clearly i just didn't understand how debian stable worked well enough04:09
CAPTCHA_REQUIREDis there an easier place to grab a compiled binary package from unstable then browsing a package mirror manually?04:11
bb|hcbThat is why I use testing on my lap/desk-tops; servers are a different story04:12
CAPTCHA_REQUIREDwell04:12
CAPTCHA_REQUIREDdoesn't testing have major version changes in software?04:13
CAPTCHA_REQUIREDthat can break with an update of the system04:13
bb|hcbhttps://packages.debian.org/unstable/doas (on the previous link, package name links to package tracker, there on the left is binaries)04:13
CAPTCHA_REQUIREDok04:17
gnarfaceso, i think debian stable does allow non-major updates that are critical security or stability related fixes04:17
gnarfacebut stuff that's a feature add or not considered important they wait until the next release04:17
gnarfaceit would have to be something serious that affects everyone04:18
CAPTCHA_REQUIREDi wonder if that will be considered serious04:18
CAPTCHA_REQUIREDit is very annoying04:19
bb|hcbannoying!=serious IMHO, definitely not considered04:19
gnarfaceit would also have to be something not resulting from a corner-case due to a rare or unorthodox configuration or a mistake04:20
gnarfacethough if it's actually a bug in the installer itself rather than the grub package, someone here will have to manually deal with it04:21
CAPTCHA_REQUIREDwe aren't talking about bugs in grub but bugs in the package script of doa04:22
CAPTCHA_REQUIREDs04:22
bb|hcbHow does doas relate to the installer?04:22
bb|hcbhttps://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&q=doas&x=submit04:22
CAPTCHA_REQUIREDno relation04:22
CAPTCHA_REQUIREDno relation to grub04:23
bb|hcbThere you can see if the package is forked. Forked packages contain +devuanN in the version04:23
rrqand there's a package download link for manual downloading as well04:25
CAPTCHA_REQUIREDis there a non-gtk3 alternative to synaptic?04:27
gnarfacedselect?04:27
CAPTCHA_REQUIREDwas hoping for a gui but i'll check this out04:28
CAPTCHA_REQUIREDit's not that apt is intimidating, it's that it's more convienent and faster to explore packages and do large operations in a gui04:28
gnarfaceonly other gui i'm coming up with is gnome-software and something called gdebi04:29
golinuxNot for the last several releases.  It's been all gtk304:29
golinuxThat will install individual packages that you have downloaded04:29
CAPTCHA_REQUIREDisn't gdebi only for installing individual out of tree .dev files?04:30
gnarfacemaybe, i don't really know04:30
golinuxNo.  It will install any deb04:30
CAPTCHA_REQUIREDi wonder if it'd be possible forward-port the last synaptic gtk2 release04:30
gnarfacei can't claim to really know how to use dselect either but i know advocates of it sited improved package exploration times as a big feature of it04:31
golinuxThere hasn';t bee a gtk2 synaptic since jessie04:31
CAPTCHA_REQUIREDthanks04:31
CAPTCHA_REQUIREDi heard they are going to remove synaptic because it's not compatible with gnome on wayland04:31
golinuxI know quite painfully because I do the theming for the desktop.04:31
CAPTCHA_REQUIREDthankyou golinux for that04:32
golinuxAnd moving to ascii synaptic was a cluster****04:32
CAPTCHA_REQUIREDhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=81836604:33
CAPTCHA_REQUIREDcorrection, GNOME-wayland isn't compatible with synaptic04:33
CAPTCHA_REQUIREDso debian is going to drop synpatic04:33
CAPTCHA_REQUIRED(yes people realize the irony and it's discussed in the bug)04:34
golinuxThere will be an upstream package I'm sure.04:34
golinuxWhich Devuan can use if someone offers to maintain it.04:35
golinuxTime for tea . . .04:36
CAPTCHA_REQUIREDi don't want to maintain gtk3 programs04:36
CAPTCHA_REQUIRED> /etc/default/grub is missing, how do I configure grub's config generator settings on Devuan 4?07:54
CAPTCHA_REQUIREDI still need help with this07:54
rwpCAPTCHA_REQUIRED, If /etc/default/grub is missing are you sure you have grub installed?  Try: dpkg -l | grep grub08:24
CAPTCHA_REQUIREDyes08:25
CAPTCHA_REQUIREDi installed grub-efi-amd64-signed08:25
rwpDid you happen to remove it at some point?  Because it is a conffile then dpkg will preserve your change as an intended local configuration change.08:30
rwpI disagree with that and I will avoid mentioning who but a developer argued intensely that removing a conffile was an intentional local configuration change that had to be preserved and won the debate and so now that is the way it is.08:31
rwpYou might need to purge grub and then install it from pristine in order to get back to a known good state.08:32
rrqCAPTCHA_REQUIRED: by the looks of it grub (or grub-common) has complexified its configuration with a combination of /etc/default/grub.d/ and /etc/grub.d/ ... if it locks up on also needing a /etc/default/grub file then maybe an empty such is enough08:33
CAPTCHA_REQUIREDrwp, no it was never installed before08:34
CAPTCHA_REQUIREDthis is a fresh install of devuan that was made via debootstrap from another os08:35
CAPTCHA_REQUIREDan empty file isn't enough, because my system requires extra things added to the cmdline to boot08:36
hyrcanusgrub is one of those things i don't muck with often enough to remember anything about08:36
hyrcanuslife with a working brain would be so much better08:37
CAPTCHA_REQUIREDhow do you know your brain insn't only stuck in a preboot strate08:39
CAPTCHA_REQUIREDstate08:39
CAPTCHA_REQUIREDlike realmode08:39
rrqinteresting. I have such a file (upgrade from beowulf) but no package admitting to owning it08:39
rwprrq, Try: grep -l /etc/default/grub /var/lib/dpkg/info/grub*08:39
CAPTCHA_REQUIREDyeah, there08:39
CAPTCHA_REQUIREDthere08:39
CAPTCHA_REQUIREDthere's a grub.d in it's place08:39
rrqmaybe your use case is unheard of in grub dev circles.08:40
CAPTCHA_REQUIREDwith an empty (only comments) 10.whatever08:40
rwpI haven't used the -signed version before.08:40
CAPTCHA_REQUIREDit's for secureboot08:40
CAPTCHA_REQUIREDthe kernels are signed too08:40
rwpRight.  But not having used it I don't personally know if it uses /etc/default/grub or not.  It might consider that insecure or something.08:41
CAPTCHA_REQUIREDrrq, what happens when you run grub2-mkconfig?08:41
rrqseems to be set up by grub-efi-amd64.postrm08:41
CAPTCHA_REQUIREDno it means the binary elf is signed08:41
CAPTCHA_REQUIREDthat's verified by the motherboard efi itself08:42
rrqie grub-efi-amd6408:42
rrqI don't have grub2-mkconfig08:43
CAPTCHA_REQUIREDwhat about grub-mkconfig08:46
rrqI have that, but it just tell me "You must run this as root" which is outside my comfort zone08:48
CAPTCHA_REQUIREDit doesn't do anything but print to stdout08:49
rrqI would have thought so too :)08:50
CAPTCHA_REQUIREDyou have to pipe it somewhere to make it dangerous08:50
CAPTCHA_REQUIREDit's weird08:50
CAPTCHA_REQUIREDwhy so many grub changes this release?08:51
CAPTCHA_REQUIREDevery other distro besides redhat uses grub208:51
CAPTCHA_REQUIREDgrub2.conf08:51
CAPTCHA_REQUIREDgrub2-mkconfig08:51
CAPTCHA_REQUIREDwhy are we reverting back to grub1 names08:51
CAPTCHA_REQUIRED(not really looking for the answer to that08:51
CAPTCHA_REQUIREDwhere's the debate you were talking about rwp? maybe it has some answers on what the new precedure from configuring grub is08:52
CAPTCHA_REQUIREDsince all the documentation is now obselete08:52
rrqok, I disabled that stupid root test and ran grub-mkconfig (as me) to be blessed with some output, yes08:53
CAPTCHA_REQUIREDthat is stupid that it checks if it has root08:54
CAPTCHA_REQUIREDthere's no reason for it to need to be root08:54
CAPTCHA_REQUIREDbut rrq, does it look like if you just delete the grub.d and use the old grub.conf everything works the same?08:54
rwpCAPTCHA_REQUIRED, Honestly I would have trouble digging it out of the BTS archives.  But it was about dpkg conffile handling at the time and not grub so I don't think that helps.  It just set Policy.08:54
rrqCAPTCHA_REQUIRED: I can pastebin my grub, if you just want to deal with this problem. Otherwise it needs a bug report (to debian) and a short period of waiting08:57
rrqor both, is also an option08:58
CAPTCHA_REQUIREDok09:00
CAPTCHA_REQUIREDif you can pastebi your /etc/default/grub that would be nice09:00
rrqor perhaps this is with the installer failing to also install grub-efi-amd64 as well as the signed09:00
rrqsec09:00
CAPTCHA_REQUIREDi'm not really sure how to make a bug report over lack of documentation09:00
rrqhttps://paste.debian.net/1216084/09:02
rrqa bug report is an email to submit at either bugs.devuan.org or bugs.debian.org with the first 2 line "formal", statimg "Package: packagename" and "Version: versioncode"09:04
rrqthen polite description of the problem, tests and whatever would be useful09:05
rrqthere is also a program "reportbug" that is able to make such a form letter based on a few prompted responses, and possibly even emailing it for you09:06
debdogwhat service or whatever controls the power management in Chimaera on a system without display manager and a simple window manager, fluxbox in this case?14:30
debdogit's not acpi14:31
GyrosGeierit should be acpi14:31
GyrosGeierX11 integration into power management is mostly a kernel thing14:32
debdogoy vey, I was afraid of that14:32
GyrosGeierthe kernel performs a VT switch to a dummy terminal to make X11 stop using the graphics card14:33
debdogwhat's a VT switch?14:33
GyrosGeiervirtual terminal14:33
GyrosGeierX11 uses tty7 by default14:34
debdogX11's VT?14:34
GyrosGeieryes14:34
GyrosGeiersuspend switches from X11 to an empty text console14:34
hyrcanuswe could use a multiple virtual framebuffer btw14:35
GyrosGeierso graphics card state is saved by X1114:35
hyrcanusfor high res monitors14:35
hyrcanushas anyone done this?14:35
hyrcanuse.g. 6 VTs displayed at once on hdmi out14:35
debdogno luck switching to (ctrl-)alt-F714:35
debdoglike it's not there14:35
GyrosGeierthe kernel switches back automatically on resume14:36
GyrosGeiergraphics state belongs to the X server14:36
debdogok, can I disable the kernel's interference?14:37
GyrosGeierthat would likely make it worse14:37
debdogso I got back the behaviour like in ASCII?14:37
GyrosGeierthe kernel only knows how to restore whatever state it set itself14:37
debdoghmm14:37
GyrosGeiereither because X11 used kernel mode setting, or because it is a text console14:38
GyrosGeierthat's why the VT switch is done: so X11 switches back to a mode the kernel understands well enough to restore it14:38
GyrosGeierI have a potential suspicion on what might cause X to terminate14:39
GyrosGeierthere is a mechanism to lock the screen on lid close and/or suspend14:39
debdogok, from a diffenent point of view: I close the laptop's lid. /etc/acpi/events/lidbtn calls /etc/acpi/lid.sh14:40
GyrosGeierand locking screensavers often instruct X to shut down if they close automatically14:40
GyrosGeierso maybe the screen locking is broken14:40
GyrosGeieryes, lid.sh should try to lock the screen14:40
GyrosGeiernot sure how14:41
GyrosGeierit just magically started working for me one day14:41
debdog/etc/acpi/lid.sh runs til line 13 then exits. meaning one of the functions CheckPolicy || HasDBusLogin1 returens TRUE. the functions are defined in  /usr/share/acpi-support/power-funcs14:41
debdogand that's where I get stuck14:41
debdogmeaning lid.sh exits before it executes any acpi related commands14:42
debdogso something else takes over control14:42
debdogthis is only the case if X11 is running. in plain console it works as expected, acpi wise14:43
debdognow, that 'something' should™ be configureable somewhere14:43
debdogbut first I have to know what said 'something' is. how do I do that?14:44
GyrosGeierthese probably live in /usr/share/acpi-support/policy-funcs14:44
debdogthese what?14:45
debdogthese functions?14:45
GyrosGeierCheckPolicy and HasDBusLogin114:45
debdogright, my bad. I meant policy-funcs14:45
debdogsorry, kind of confused (and a tad angry) atm14:45
GyrosGeierCheckPolicy looks if some program is running that is known to want to override default behaviour14:46
GyrosGeierlike, if you run xfce, then pressing the power button brings up a menu14:46
GyrosGeierhmm14:47
GyrosGeierit seems HasDBusLogin1 got renamed to HasLogindAndSystemd1Manager14:47
debdogaptitude search power | grep ^i14:48
GyrosGeierthat is the other case when acpi shouldn't default to shutdown: if there is an attachment point for power policies through dbus14:48
debdogonly returns fdpowermon powermgmt-base powertop.14:48
debdogso most likely non of the progs mentioned in CheckPolicy is installed14:49
GyrosGeierso that returns false14:49
GyrosGeierand it tries HasDBusLogin114:49
GyrosGeierand likely that got renamed14:49
debdogright, I've searched on the debian side for help but they completely rely on systemd for these tasks. so I thought this prolly is a Devuan issue14:50
debdogrenamed...14:51
GyrosGeierDebian also uses lid.sh (or policy-funcs) to delegate to systemd14:51
GyrosGeierso no systemd -> no delegation14:51
GyrosGeierthe library function is in a file below /usr14:51
GyrosGeierso it got updated at some point14:51
GyrosGeierbreaking existing scripts such as yours14:51
debdogok, now I am totally lost14:53
debdog/usr/share/acpi-support/policy-funcs line 49: HasDBusLogin1() {14:54
debdogso the funtion is there14:54
debdogand it sends a dbus command thingy14:54
GyrosGeierthat should fail too14:55
GyrosGeierunless you have dbus14:55
GyrosGeier(which you likely have in the form of dbus-x1114:55
GyrosGeier)14:55
debdogso, I have to learn dbus to prevent the laptop to do anything if the lid is closed14:55
GyrosGeiernah14:56
debdogyes, dbus-X11 is installed (removing it would cause too many progs to be removed along)14:56
GyrosGeierjust put "exit" at the top of lid.sh14:56
GyrosGeier(well, below the #!)14:56
GyrosGeierthen, nothing will happen14:56
debdoghmm, I think that was the first thing I've tried a couple of days back. if memory serves (sorry, I am also a tad sickly and brain is not working at high capacity)14:57
debdogbut let me do it again, just to be certain...14:58
debdogthis will take some minutes (also need to make some tea...)14:58
GyrosGeierIIRC default for lid switch is to find any running X11 session and notify it that it should lock the screen14:59
GyrosGeierand then suspend14:59
GyrosGeierif nothing listens to notifications, I think it enters the session and starts xtrlock15:00
debdogok, line 2 of lid.sh contains now 'exit'. here are the symptoms: TTY1: on lid close laptop suspends/hybenates or something. on lid open it resumes.15:12
debdogX11: on first lid close it does nothing (which is what I want) but on second lid close ist suspends/hybernates/something. on lid open it does not come back entirely (black screen, backlight on. ssh into the system is possible)15:12
debdogs/ist/it/15:14
GyrosGeierhmm15:17
debdogdbus-monitor15:17
debdogsignal time=1634735821.373462 sender=org.freedesktop.DBus -> destination=:1.0 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired15:17
debdog   string ":1.0"15:17
debdogsignal time=1634735821.373490 sender=org.freedesktop.DBus -> destination=:1.0 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost15:17
debdog   string ":1.0"15:17
debdogwill check dbus-monitor again after a reboot. mayhap these entries lead in the right direction?15:18
debdognah, same entries as before. even without closing and opening the lid.15:20
debdogand that's where I am stuck for days now15:20
debdogat this point I am tempted to physically disable that lid button15:21
GyrosGeierthe first lid close is special for me as well15:22
GyrosGeierbecause it disables my Wifi and Bluetooth with rfkill15:23
debdoginteresting15:23
GyrosGeierso something definitely goes wrong there15:23
GyrosGeierhmm15:24
GyrosGeieris there some config for the lid button in /etc/acpi/events ?15:24
debdogGyrosGeier: yes, that was my starting point (and where I have disabled suspend/something in ASCII15:28
debdogevent=button[ /]lid15:28
debdogaction=/etc/acpi/lid.sh15:28
hyrcanusthis seems like something that should be easier to toggle/change15:28
debdogon ASCII I just commented the second line and then nothing happened on lid close15:28
debdogthen, on Chimaera I altered it to action=/etc/acpi/fakelid.sh which only contained the shebang and and exit15:29
debdogexit/exit 0, none did the trick15:30
debdoghence my comment earlier "it's not acpi"15:30
debdogs/and and/and an/15:31
debdoghehe, been try to paste the syslog of the testrun earlier on paste.debian.net and it returened: Could not add your entry to the paste database: do not spam"15:43
buZzdebdog: yeah , it doesnt like email addresses ;)15:45
buZzdebdog: maybe hastebin.com15:45
Tenkawadebdog: how big is the entry and which pastebin? some of those pastebins have small buffers and look for characer combos that can be used for buffer overflows15:45
buZzafaik they love spam15:45
buZz:D15:45
buZzTenkawa: nah, paste.debian just doesnt allow email addresses15:46
TenkawabuZz: that too15:46
debdogthere it is (if it helps?): https://dpaste.org/ggji15:46
Tenkawabut yeah if he was using debian.net it usually allows anything15:46
buZzwhat are we looking for15:46
buZzpfffff15:47
buZzOct 20 15:18:19 envy brltty[861]: select: Unterbrechung während des Betriebssystemaufrufs15:47
buZzlearn english already, debdog :D15:47
debdogbuZz: what takes over for lid close event if acpi is told to do nothing.15:47
buZzhw, probably15:48
debdogbut it still does suspend/hybernate/or something15:48
debdognot hw. worked well on ASCII15:48
buZzso here?15:48
buZzOct 20 15:08:21 envy kernel: [ 326.777871] Freezing user space processes ... (elapsed 0.001 seconds) done.15:48
buZzits doing suspend, yeah15:49
debdog*disabling it in /etc/acpi/events/lidbtn worked well on ASCII15:49
debdogbut I don't want it to suspen or anything15:49
debdog. o O (is it really so uncommon these days to plug in a monitor, a mouse and keyboard, close the lid and then work on the laptop as if it were a desktop?)15:51
Tenkawadebdog: your lid switch "is" running acpi15:51
TenkawaOct 20 15:03:06 envy kernel: [   12.165186] ACPI: Lid Switch [LID0]15:51
debdogcool15:51
Tenkawaneed to read closer15:51
buZzyeah that event file edit doesnt stop ACPI running15:52
buZzi dont have any laptop here so cant check for you, sry15:52
debdogI am not in a hurry. been working on this for days now. please read the backlog so I don't have to explain it all over again. the paste was for GyrosGeier in case it helps him to conpare with his system.15:52
Tenkawaacpi events can be hard boiled into the kernel15:53
buZzdebdog: how about you just add 'acpi=off' to kernel parameters ;)15:53
buZzhehe15:53
TenkawabuZz: or minimally turn the one for lid off15:53
buZzis that a seperate kernel parameter15:53
Tenkawahe'd need to look that one up15:53
buZz?15:53
Tenkawayes15:53
Tenkawalet me see if I can find it15:54
debdog<Tenkawa> buZz: or minimally turn the one for lid off  BUT HOW!?!?!15:54
Tenkawafound it.. just a sec15:54
buZzhttps://unix.stackexchange.com/questions/552406/how-to-make-linux-userland-applications-think-that-laptop-lid-is-always-open15:54
buZzcheck under 615:54
TenkawabuZz: that wont help 100515:55
Tenkawaer %15:55
Tenkawathis will15:55
buZzi think debdog would be helped by 90% solutions aswell :P15:55
Tenkawadebdog: sudo find /etc -type f | xargs grep "HandleLidSwitch="15:57
Tenkawafind which conf file has that on devuan15:57
TenkawaI know which does in systemd based but not non-systemd15:57
buZzthats a systemd parameter15:58
debdogTenkawa: /etc/elogind/logind.conf:#HandleLidSwitch=suspend15:58
buZzoh15:58
Tenkawayep thats the one15:58
Tenkawauncomment that15:58
Tenkawaand put igore15:58
buZzremove the comment and set to 'ignore'15:58
buZzyeah15:58
Tenkawaer ignore15:58
Tenkawaand reoot15:58
Tenkawaer reboot15:58
Tenkawathat "should" now ignore the switch15:59
debdogTenkawa: a quick test suggests that this seems working. will report back if in the upcoming I discover any issue related16:07
Tenkawadebdog: cool.. good luck.. hopefully it does16:07
buZz\o~/16:07
buZz#devuan strikes again16:08
debdogGyrosGeier: in case you're investigating the 1st and 2nd lid close discrepancy and I can be of any assistence feel free to ping me any time (though I will be off grid for two weeks starting sunday)16:09
debdogbuZz: yah, my nerves16:09
* buZz glues nerves down16:09
* Tenkawa has no nerves left16:09
buZzzen buddhist?16:10
Tenkawayou couldn't be in the industry I was in for almost 30 yrs and have any lol16:10
buZzhehe16:10
TenkawabuZz: no.. they were ripped out16:10
* tr-amarsh04 had to look up the town of Tenkawa16:10
debdogok, now the second problem I've stumbled upon since switching to Chimaera: autocompletion is borked in certain cases.16:10
buZztr-amarsh04: ah its a town16:10
debdogwell, I need a snack first...16:10
buZzi read it like '10k uWu'16:11
buZzlol16:11
Tenkawatr-amarsh04: no my reference is Akito Tenkawa16:11
Tenkawatry looking that one up16:11
buZzits a martian16:11
buZzfamily of that marvin the martian?16:11
TenkawabuZz: from Nadesico indeed16:11
TenkawaMartian Successor Nadesico16:12
Tenkawadepending on translation16:12
buZzi always try to consume media in original languages16:12
Tenkawaor Mobile Battleship Nadesico16:12
buZzso, Kidō Senkan Nadeshiko16:12
tr-amarsh04Yes, I have the 8cm CD of "You get to burning" and have heard Yumi Matzuzawa sing it live16:13
TenkawabuZz: same here but I don't have a Japanese keyboard16:13
buZzthats ok, they arent really unique16:13
buZzthough my altgr international layout cant type ō either16:14
* Tenkawa notes the shows are so different in the 90's and newer than the ones he watched in the 70's-80's16:14
* tr-amarsh04 just uses mozc for Japanese input16:27
* GyrosGeier uses a Japanese keyboard16:35
hyrcanusis there a tl;dr resolution for not-making my laptop go to sleep when i close lid?16:46
Tenkawahyrcanus: edit  /etc/elogind/logind.conf:#HandleLidSwitch=suspend16:49
Tenkawauncomment that16:49
Tenkawachange it to ignore16:49
Tenkawauncomment the line16:50
Tenkawareboot16:50
Tenkawaone person tested it succcessfully so far16:51
debdog*most likely successfully16:51
hyrcanusthanks Tenkawa16:53
Tenkawanp... hopefully that works16:54
hyrcanusdont have devuan on laptop to test16:56
HumanG33khi17:09
HumanG33ki m the only the update broke apache mod php ?17:10
Tenkawadefine "broke"17:14
Tenkawayou need to be a bit more descriptive than that17:15
hyrcanusdo any of you have hacks to rebuild a .deb after making small changes?17:15
hyrcanusmaybe removing17:16
hyrcanus   dh_auto_clean --buildsystem=kf517:16
hyrcanus   dh_clean17:16
hyrcanusso it doesn't rebuild everything?17:16
gnarfacedpkg-buildpackage?17:17
Tenkawahyrcanus: thats defined in the build command17:17
Tenkawagnarface: exactly17:17
hyrcanusyes i'm using dpkg-buildpackage17:17
hyrcanusalias buildit="dpkg-buildpackage -rfakeroot -b -uc -us"17:18
Tenkawa-nc17:18
hyrcanusty!17:18
Tenkawa -nc, --no-pre-clean17:19
Tenkawa              Do not clean the source tree before building (long option17:19
Tenkawa              since dpkg 1.18.8).  Implies -b if nothing else has been17:19
Tenkawa              selected among -F, -g, -G, -B, -A or -S.  Implies -d with17:19
Tenkawa              -S (since dpkg 1.18.0).17:19
TenkawaI use it frequently17:19
Tenkawaheh17:20
Tenkawasaves a fair amount of rebuild time for small changes17:20
hyrcanusi launched a two hour build but there's other things to do in the meantime17:20
* Tenkawa really likes having a build cluster for that exact reason17:21
HumanG33kTenkawa: broke as package see as broken 7.3 and new 7.4 install but php mod is not load17:22
Tenkawawon't install, load, or run?17:23
HumanG33khave to manualy purge 7.3 and a2emod 7.4 (and i do some step install, reintall on 7.4 mod to make work again )17:23
HumanG33k7.4 is install17:23
Tenkawaare you trying to install 7.4 from source or from apt?17:24
HumanG33k7.3 is broken (not load anymore)17:24
HumanG33ki only use apt17:24
HumanG33ki follow chimaera upgrade steps17:24
HumanG33ki currently upgrade an other server i will see if works or not17:24
* tr-amarsh04 uses aptitude except for packages that have to be manually installed via dpkg -i17:24
HumanG33kaptitude not able to find a solution in resonable time17:25
HumanG33k(my current server is weak)17:25
HumanG33kalso there is issue php-pgsql (or whatever is name is) was remove and i have to reinstall it17:26
TenkawaI don't have a chimaera x86 box handy to recreate this.. this sounds like an upgrade issue to me17:26
HumanG33kit's an upgrade issue for sure17:27
HumanG33kthats for why i here17:27
Tenkawano I mean as in not completely followed procedure17:27
HumanG33kme ?17:27
Tenkawayes17:27
HumanG33ki do not see what step i can miss17:28
HumanG33khttps://www.devuan.org/os/documentation/install-guides/chimaera/upgrade-to-chimaera17:28
HumanG33kand for me a work have to be done on that part :17:30
HumanG33kIn the event of any package failures, fix the failed packages then start the upgrade again.17:30
HumanG33kroot@devuan:~# apt-get -f install17:30
HumanG33kroot@devuan:~# apt-get dist-upgrade17:30
Tenkawaok.. I take back what I said. I already have a problem with their docs17:30
TenkawaModify sources.list to look like the one provided. Comment out all other lines.17:30
Tenkawanever do this17:30
Tenkawanot when  you are doing a release upgrade especially17:31
Tenkawayou could quicky get yourself in trouble17:31
Tenkawaand not know it17:31
Tenkawathe "Comment out all other lines." being the key part I mean17:32
Tenkawaif someone installs things from another repo they have to be resolved first17:32
HumanG33kfor now packages download (on the server i upgrade now) for the other one after my fix not issue services run fine17:33
Tenkawaapt-get -f install should only be used by those versed in apt too17:33
HumanG33kand for me the php-pgsql issue is just because mod php 7.4 failed17:33
TenkawaHumanG33k: is apt failing or apache?17:34
Tenkawa(sorry my short term memory is shot)17:34
HumanG33kapt fail ==> broke php7.3 mod for apache17:42
HumanG33kso i guess apt fail after when need to auto activate php7.4 mod for apache (it's a symptom)17:43
HumanG33ki will come back after my current upgrade to present my result17:43
Tenkawaok17:44
carlosso everyone here is is upgrading, cool17:50
carlosim upgrading too 😊17:50

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!