IRC log for #debian on 20201022

00:00.05genr8_then redo the install for backport's acpi-call-dkms
00:00.59*** join/#debian Gerowen (~Gerowen@172.97.21.136)
00:01.15genr8_youll likely need to be root or sudo to deal with those kernel source commands
00:01.36dkahttp://paste.debian.net/1168212/
00:01.50dkathos cmd fails
00:02.03genr8_you'll need to be root or sudo to deal with those kernel source commands
00:02.12dkaI did sudo before, see the logs
00:02.29genr8_you need to use them for each command
00:02.38genr8_cd /usr/src/linux-headers-5.8.0-0.bpo.2-amd64; sudo make oldconfig && sudo make prepare
00:02.44*** join/#debian magenbrot (~magenbrot@oozulldsbuddlasbaa.de)
00:02.48dkaI did.\
00:02.58dkahttp://paste.debian.net/1168213/
00:03.18dkaThis is the relevant part with sudo, if you ctrl+f in previous log you 'll find it too
00:03.55genr8_something isnt right here
00:04.31*** join/#debian gpunk (~gpunk@170.81.13.93.rev.sfr.net)
00:04.34dkaI already know this, what's the appropriate action? downgrading seems not to resolve the new bugs I have
00:04.43*** join/#debian AliasNumber10 (~crix@cpe-76-167-192-248.san.res.rr.com)
00:04.46gpunkmanufaturers dont provide or help devs to have proper drivers, that's all
00:04.49genr8_I would suggest removing the linux-source package that corresponds to this 5.8 kernel, and re-install it
00:05.01*** join/#debian edk_ (e@freenode/staff/spy.edk)
00:05.04dkagenr8_, I already did, multiple times, it wont help
00:05.19genr8_the source ?
00:05.37dkaI am hoping a 5.9 kernel will be released with those kernel fixes.. to me bp 5.8 linux kernel is not ready for stable
00:05.39genr8_sudo apt purge linux-source-5.8
00:05.49genr8_then install it again
00:05.51dkaok
00:06.02*** join/#debian disillusion- (disillusio@gateway/vpn/privateinternetaccess/disillusion)
00:06.28dkaIT also fail, same error: http://paste.debian.net/1168214/
00:06.41*** join/#debian corey1 (~corey@cpe-65-30-129-133.wi.res.rr.com)
00:06.50genr8_ehh Package 'linux-source-5.8' is not installed, so not removed
00:06.55genr8_thats unusual
00:07.12*** join/#debian maxrazer (~siducer88@pool-108-28-98-158.washdc.fios.verizon.net)
00:07.15maxrazerHow can I get no results from "apt search g++-multilib" I know that packages.debian.org shows "g++-multilib_10.2.0-1_amd64.deb" package
00:07.23dkahttps://termbin.com/amzn
00:07.28genr8_dka, do this: dpkg -S /usr/src/linux-headers-5.8.0-0.bpo.2-amd64  and find out what package it came from
00:07.55dkahttps://termbin.com/8nxxa
00:08.17genr8_ok, do a purge and re-install on that one
00:08.33dkaperhaos: sudo apt-get install linux-source-5.8
00:09.36genr8_sudo apt purge linux-headers-5.8.0-0.bpo.2-amd64 linux-headers-5.8.0-0.bpo.2-common && sudo apt install linux-headers-5.8.0-0.bpo.2-amd64 linux-headers-5.8.0-0.bpo.2-common
00:10.21genr8_my mistake. I was confusing "source" and "headers" before. its headers.
00:10.32dkahttp://paste.debian.net/1168215/
00:11.07dkawell, that's still not fixing anything =/
00:11.35genr8_wait
00:11.39genr8_no that made progress
00:11.53dkahow? I dont see one
00:11.57dkasudo apt autoremove
00:12.00dkaoups
00:12.10genr8_consult the log of now /var/lib/dkms/evdi/5.2.14/build/make.log
00:12.36n4dirmaxrazer: it might be the double ++ is seen as a bash glob, and that is the problem. If you escape them, or one of them, you get a result \+\+ like. I can't explain the details
00:12.43mtlswyou also need the headers-all package as well for that version iirc
00:12.54*** join/#debian MrFixIt (~Sam@c-73-246-215-75.hsd1.il.comcast.net)
00:13.00dkahttps://termbin.com/s8e2
00:13.41genr8_bah. same thing :/
00:14.05maxrazern4dir, I thought maybe, but I tried with double quotes too.
00:15.12n4dirmaxrazer: same here. double qoutes didn't work  :-) As said: i don't understand the details, just a vague guess. You could ask in #bash, if no one knows for sure here. They should know "what happens when" in and out
00:15.25genr8_dka, i still think you're making forward progress. even if nothing is fixed youve eliminated variables of whats broken. if you wanna reinstall thats up to you. I dont know how to fix it.
00:15.32dkaWhat package are you refering to mtlsw ?
00:15.53genr8_I dont see an "all" for 5.8
00:16.01dkagenr8_, if I can't fix it, can I safely downgrade to 5.7 ? And wait till a new kernel is coming out?
00:16.42n4dirapt-cache search --names-only g++ multilib did work too. But way too many results. And as "gobject" was in the results, i thought of that globbing thing (assuming it is called like that)
00:16.44mtlswdka, I think it may be the "common" named package  -- I think that particular name may change to saying "all" instead, but I think the dependencies check would also tell you.
00:16.45genr8_yes, your grub config said you still had the 5.7 installed
00:17.05mtlswdka, so nothing to worry, if your repos are set correctly.
00:17.31dkawell, there's stil this acpi-call-dkms that have been upgraded (with failure), should I also downgrade this one ?
00:18.42mtlswdka, actually afaict when "apt-cache search  linux-headers|grep -i all" , it's all about kernel 4.x with things like linux-headers-4.19.0-10-all  -- but they are described as "meta packages" -- so they're virtual packages likely pointing to common I suppose --- I don't see all here on Debian -- I may have been drunk and recall something with -all on Shoe-Buntu :)
00:19.08genr8_i dont think thats necessary, but you would need to have the 5.7 headers then. which you'd need to get seperately from snapshots now that you forced 5.8 in
00:19.21genr8_mtlsw, thats correct
00:19.43genr8_4.19 has all, 5.8 doesnt. idk why
00:19.58genr8_but it is a meta package that points to your arch + common
00:20.07mtlswits ok, it's not needed.. it's a meta-virtual package that instead queries to install those other -common header packages.
00:20.21dkaso how do I revert?
00:20.38mtlswdka, just ignore everything I said.
00:20.48*** join/#debian sammy1231 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
00:20.49dkasudo apt purge linux-headers-5.8.0-0.bpo.2-amd64 linux-headers-5.8.0-0.bpo.2-common
00:21.26dkaI am not ignoring, but you are discussing with genr8_ about meta packages not being here for 5.x kernel, I also agree that they are 4.x package that are not server for 5.x, can't tell why
00:22.26mtlswif you have things for dkms-compiling for external/proprietary drivers, then package "dkms" afaik needs to be installed
00:22.46*** join/#debian jealousmonk (~jealousmo@2804:431:e7c4:9b7f:6997:62a7:c236:3448)
00:23.01sponixdka: is this used as a desktop, server, or both ?
00:23.06*** part/#debian jealousmonk (~jealousmo@2804:431:e7c4:9b7f:6997:62a7:c236:3448)
00:23.15dkadkms is already the newest version (2.6.1-4).
00:23.18dkadesktop
00:24.21sponixdka: would you be apposed to trying a different kernel completely ?
00:24.31dkafrom where?
00:24.41sponixdka: liquorix.net
00:24.48dkayes I am opposed.
00:24.57dkaI rather stay on 5.7 and see where it goes, then format if I must
00:24.58sponixdka: It is legit, I'm on it - and Unit193 the IRC opper mirrors it :)
00:25.42sponixdka: it might come down to that -- I had a LMDE user earlier today that had the backport 5.8 blow up his rig also
00:26.23genr8_dka, do you remember exactly what 5.7 you had before ?
00:26.26sponixdka: his kept saying something about couldn't create a link error. Luckily he had a split off /boot -- and unmounting that in installing the kernel to the root boot directory worked out
00:26.30genr8_5.7.17-1 ?
00:26.46dka=> /boot/vmlinuz-5.7.0-0.bpo.2-amd64
00:27.01genr8_I cant find that one :/
00:27.21dka5.7.10-1~bpo10+1
00:27.23*** join/#debian r4u1 (~raf@cpe-76-173-32-66.hawaii.res.rr.com)
00:27.26genr8_ok i found it
00:27.48genr8_http://snapshot.debian.org/package/linux/5.7.10-1%7Ebpo10%2B1/
00:28.38*** join/#debian cdown (~cdown@89.32.122.5)
00:29.02*** mode/#debian [+l 1155] by debhelper
00:29.21genr8_linux-headers-5.7.0-0.bpo.2-common 5.7.10-1~bpo10+1      linux-headers-5.7.0-0.bpo.2-amd64 5.7.10-1~bpo10+1    linux-source 5.7.10-1~bpo10+1    linux-kbuild-5.7 5.7.10-1~bpo10+1   linux-compiler-gcc-8-x86 5.7.10-1~bpo10+1   linux-config-5.7 5.7.10-1~bpo10+1
00:29.40genr8_remove all the 5.8 stuff, download those 5.7 ones, and put them in
00:29.58dkawhat do you mean put them in?
00:30.21genr8_youll have to download those files manually and install the .debs manually
00:30.39genr8_dpkg -i *.deb
00:30.40dpkgpackage *.deb is already installed
00:30.45genr8_thanks.
00:31.10budlighthi
00:32.44*** join/#debian cdown_ (~cdown@163.114.131.1)
00:34.48*** join/#debian chalcedny (~chalcedon@unaffiliated/chalcedony)
00:35.06dkahow bad is it without dkms?
00:35.34*** join/#debian queip (~queip@unaffiliated/rezurus)
00:35.55dkagenr8_, I don't know how to downgrade now : http://paste.debian.net/1168218/
00:36.44dka5.7 seems to be disappeared when I ask for policy of linux-headers-amd64
00:37.02mtlswfwiw there's also this one -> linux-image-5.8.0-0.bpo.2-amd64-unsigned
00:37.26mtlswif linux-image-5.8.0-0.bpo.2-amd64 is a problem you can try the -unsigned package  -- which is also available from bp
00:37.28mtlsw./bpo
00:37.48dkai'll try it mtlsw
00:37.55genr8_dka, thats why i have linked to the webpage, said you have to download the .deb's manually and install them manually with dpkg -i
00:38.02*** join/#debian smidlers (smyers@redhat/smyers)
00:38.21dkaSho8uld I say Yes : http://paste.debian.net/1168219/
00:38.24genr8_it does look like you have most of them installed
00:38.41genr8_yes
00:39.12dkadamn
00:39.22dkaI said no and it installed the unsigned version, same error mtlsw
00:39.43dkaI'll try using the downloaded .deb and dpkg -i
00:39.44mtlswI came late, I'm lost in the clutter of irc, what error is that?
00:40.00genr8_well just remove it and go back to 5.7
00:40.46dkaI tried, it's ggetting bad; http://paste.debian.net/1168220/
00:41.30genr8_Module build for kernel 5.7.0-0.bpo.2-amd64 was skipped since the kernel headers for this kernel does not seem to be installed.
00:41.41*** part/#debian deadrom (~mccoy@p5dcbade8.dip0.t-ipconnect.de)
00:41.52genr8_your last paste said you had them installed though
00:42.18dkaThat's my whole terminal session: http://paste.debian.net/1168221/
00:42.22dkaI am not touching anything
00:42.28dkaI feel like rebooting will be a black hole
00:43.10genr8_dka i see a problem
00:43.12genr8_Hit:9 http://deb.debian.org/debian sid InRelease
00:43.25genr8_You used a sid repo on buster.
00:43.26*** join/#debian Scotty_Trees (~Scotty_Tr@user-24-96-5-46.knology.net)
00:43.42mtlswdka, do you really need the evdi driver?
00:43.42*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
00:43.50dkaI'll remove it
00:43.54dkaI don't know mtlsw
00:44.17dkaMy hardware is a Lenovo X1 Carbon 7th Generation (2019)
00:44.19mtlswthen you could of just removed that dkms-evdi package and hten do "apt-get -f i nstall" to finishe the headers installer.
00:44.27mtlswwhat are you um trying to get fixed?
00:44.40dkaWell, I wanted to get my microphone fixed
00:44.48dkathe fix was released in 5.8
00:45.00*** join/#debian bigterd (~askme@16.146.119.74.wiredns.net)
00:45.08dkaSo far I need to use a bluetooth headeset, and when I have no more battery, I look like a fool
00:45.13mtlswok, so remove the evdi package -- that's just a virtual-display driver ... you can just remove that if its not used
00:45.59mtlswalso 5.7 is not considered a stable release -- that's why it's not listed on https://www.kernel.org/ :)
00:46.15mtlswdka, 5.8 is considered more tested/stable-ready for things.
00:46.25bigterdhooked up an old weird camera, usb identifies in dmesg, trying to pull data from /dev/bus/usb/ with dd has odd errors.
00:46.54bigterd5 entires, i tried to dd from all those files, nothing copies.
00:46.59*** join/#debian nickname123 (~nickname1@adsl-84-227-65-72.adslplus.ch)
00:48.19genr8_dka, i honestly would have left the acpi-call-dkms=1.1.0-6~bpo10+1
00:48.24dkasorry I got disconnected
00:48.25dkamtlsw, what package are you referring to ?
00:48.26dkaam I safe to reboot =//// ??
00:48.31dkaI shouldn't have tried to redo the 5.8 upgrade, now I feel like I am owned
00:48.42*** join/#debian oerheks (~OerHeks@ubuntu/member/oerheks)
00:48.54dkathis version failed
00:48.58dkawhy would I keep one that couldn't succeed it's install?
00:48.58genr8_5.7 still should boot
00:49.10genr8_dka, it did install. the error failed on evdi now
00:49.10mtlswdka, the postinst scripts run again when you just type "apt-get -f install"
00:49.16dkaAre you sure =>  rc  linux-image-amd64                        5.8.10-1~bpo10+1                    amd64        Linux for 64-bit PCs (meta-package) ?
00:49.21mtlswdka, the 5.8 headers are optional if you're not compiling anything
00:49.31genr8_dka, as long as /boot/ has the 3 5.7 files then yes
00:49.47genr8_and grub can find them
00:49.47mtlswdka, for a 5.8 kernel, you only need the kernel package
00:50.10genr8_and grub did find it, so
00:50.25mtlswdka, but for anything that you want built in /var/lib/dkms, you'll need to have the headers installed
00:51.12genr8_he's getting those build errors from the headers, and i dont get why.
00:51.20mtlswdka, the headers package was failing to compile things under that /var/lib/dkms path -- on the evdi driver --- if you don't know what the evdi driver is for, you can delete its package   (dpkg -S /var/lib/dkms/evdi/)
00:51.39dkaAm I safe to reboot : http://paste.debian.net/1168224/ ?
00:51.46*** join/#debian bn_work (uid268505@gateway/web/irccloud.com/x-izmukxhkzfbcyuil)
00:52.03mtlswdka, well you said you want 5.8
00:52.07dkadpkg-query: no path found matching pattern /var/lib/dkms/evdi/
00:52.10jimthis is really weird... it won't let me -build- the 5.4 kernel, without all the -images- for that kernel installed... how nuts is that? so now I'm looking for linux-image-5.4.0-4-amd64-unsigned but it's not on snapshot that I can find
00:52.15mtlswdka, dpkg -l|grep evdi ?
00:52.17dkamtlsw, I can't upgrade to 5.8 :'(((( it fail
00:52.27mtlswdka, actually you should be able to
00:52.33dkamtlsw, none
00:52.40*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
00:52.43mtlswdka, you can just do, mkdir /var/lib/dkms/_disable, and then move the evdi to there
00:52.53dkaWell, I've tried over and over, each times ones here tell me I can, but can't help me get to it
00:52.58mtlswdka, and again, that is if you want to use the kernel-source-headers.
00:53.15dkamtlsw, I don't know if I want it
00:53.20mtlswdka, the "headers" are actually source files... it's only used if you need to compile some external/proprietary drivers.
00:53.42mtlswdka, or just move that /var/lib/dkms/evdi to /root/backup
00:53.43dkaI want the SOF audio fix for my soundcard so it detect the microphone, that's a human use case, I don't know what  kernel-source-headers helps a real human use case
00:54.24dkaok it's in backup, now what? reinstall 5.8?
00:54.25*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
00:54.29mtlswdka, why are you installing  5.7.0-0.bpo.2-cloud-amd64 ?
00:54.41mtlswdka, is this on a local pc or somewhere out there in a vm? :)
00:54.45dkabecause all my attempt to upgrade to 5.8 fail and I can't stay on a fucked kernel
00:54.55dkaIt's my work laptop, it's local in front of me
00:54.56genr8_he means you have a "cloud" version in addition to normal version
00:55.04dkaX1 Carbon Gen 7 (2019), Lenovo
00:55.12dkait's a local PC
00:55.24genr8_theres no need for the cloud package then. you can deal with that later though
00:55.45mtlswthe current boot/kernel is /boot/vmlinuz-5.7.0-0.bpo.2-amd64
00:55.59genr8_grub said it found it, and it should boot
00:56.00dkayes, I wish I can upgrade to 5.8, if only acpi-call-dkms was not failing ...
00:56.09mtlswnot sure what you guys are after, but he said his mic is supposed to work with 5.8.
00:56.21dkashould I try again to install 5.8 now that I have moved /var/lib/dkms/evdi to /root/backup ?
00:56.41genr8_he cant get 5.8 to work, the headers do not build DKMS properly
00:56.42mtlswdka, no need to... because it looks like you don't need to bother with any headers.
00:57.06genr8_he has two DKMS, acpi-call-dkms and evdi-dkms
00:57.09mtlswdka, eventually if you need it, you'll know where to look for things in /var/lib/dkms  -- the logs you pasted showed the errors.
00:57.23dkayes, and it's not supposed, it's true: https://gist.github.com/hamidzr/dd81e429dc86f4327ded7a2030e7d7d9#gistcomment-3484195
00:57.33genr8_the errors were he cant build cause of the headers :P
00:57.57mtlswdka, ok that's good, then you can worry about the headers later
00:58.23mtlswdka, just install the image package -- unless that image package forces to install the headers then um..
00:58.30dkaok, so what should I do?I already removed the 5.8, but I am still on it, if I reboot, I may lost my session
00:58.50genr8_you can be at this all day or you can risk rebooting to 5.7
00:58.57genr8_pick
00:59.01dkabrb
00:59.01mtlsw"Depends: kmod, linux-base (>= 4.3~), initramfs-tools (>= 0.120+deb8u2) | linux-initramfs-tool"
00:59.18mtlswwho's forcing you to install the headers package?
00:59.22mtlswlol
00:59.37mtlsw(eventually you'll want to fix it -- but it's not needed atm)
00:59.46genr8_he has two DKMS, acpi-call-dkms and evdi-dkms
00:59.48genr8_he wants acpi-call-dkms (1.1.0-6~bpo10+1) <-- just keep this version, stop messing with reverting.
01:00.22dkaHi
01:00.22mtlswthe error logs shows that it is skipped when installing 5.8 headers
01:00.23dkaI am back
01:00.29mtlswdka, so what happened
01:00.35dkaLinux dka 5.7.0-0.bpo.2-amd64 #1 SMP Debian 5.7.10-1~bpo10+1 (2020-07-30) x86_64 GNU/Linux
01:00.46genr8_ok
01:00.55mtlswdka, ok, so install 5.8
01:00.55genr8_i thought it would work and it did
01:00.57dkaI use acpi-call-dkms=1.1.0-6~bpo10+1
01:01.05dkamtlsw, ok
01:01.16mtlswdka, this one->linux-image-5.8.0-0.bpo.2-amd64
01:01.29mtlswdka, and give the output of "grub-update"
01:01.40genr8_it auto runs that
01:01.50mtlswdka, if it gives other kernels like cloud, etc.. then just remove those kernel images.. you want kernels for PC only
01:02.09genr8_yea you can remove the cloud one
01:02.11dkahttp://paste.debian.net/1168227/
01:02.16mtlsw-- https://wiki.archlinux.org/index.php/Pacman/Rosetta
01:02.17dkaI can't upgrade the kernel using dist-upgrade anymore
01:02.32mtlswdka, "apt-get install linux-image-5.8.0-0.bpo.2-amd6"
01:02.35mtlswdka, "apt-get install linux-image-5.8.0-0.bpo.2-amd64"
01:02.53dka<PROTECTED>
01:02.55dkaok
01:02.58mtlswdka, "apt-get -t buster-backports install linux-image-5.8.0-0.bpo.2-amd64"   <<< otherwise
01:03.29mtlswdka, you might have to use -t , if you can't access backports --- its because your apt preferences sees bpo as not a high-priority -- that can be fixed much later as desired.
01:03.29dkahttp://paste.debian.net/1168228/
01:03.33ectospasmwhy not use apt, instead of apt-get?  Isn't apt-get deprecated?
01:03.41*** join/#debian voidSurfr (~todd_dsm@12.21.38.37)
01:03.56mtlswdka, that looks fine, "Found linux image: /boot/vmlinuz-5.8.0-0.bpo.2-amd64"
01:03.57genr8_inconsequential
01:03.57alex11it's not
01:04.02mtlswdka, so it should be able to boot 5.8
01:04.07*** join/#debian diniwed (~gavron@45.91.22.223)
01:04.11dkait is able, but look at the error...
01:04.30genr8_ACPI disabled in this kernel, not building module.
01:04.31dkaFrom L33 to L41
01:04.44genr8_why would ACPI be disabled in the kernel ?
01:04.45mtlswdka, those initrd-dkms errors are quite benign you can ignore htem
01:04.49mtlswdka, ^
01:05.18mtlswacpid is a separate package -- the acpi-call-dkms is something external and named differently
01:05.41mtlswif acpid should work, then "acpid" shoudl be installed -- it tends not to be installed sometimes -- that can be installed if whoever needs it.
01:06.35genr8_ACPI in the kernel is different than acpid userspace daemon
01:06.58mtlswyeah I have no idea what that is acpi-call-dkms, it looks like it is for developers.
01:07.12genr8_could be useful for his laptop
01:07.21*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
01:07.24genr8_for buttons and stuff
01:07.33mtlsw"Description: Kernel module that enables you to call ACPI methods
01:07.33mtlsw<PROTECTED>
01:07.34mtlsw<PROTECTED>
01:07.34mtlsw<PROTECTED>
01:07.34mtlsw<PROTECTED>
01:07.34*** kick/#debian [mtlsw!~debhelper@unaffiliated/debhelper] by debhelper (flood)
01:07.39*** join/#debian mtlsw (~mtlsw@modemcable079.243-202-24.mc.videotron.ca)
01:08.02genr8_well maybe another program relies on those calls
01:08.07mtlsw(apt show acpi-call-dkms)
01:08.41genr8_i have no idea why he installed it to begin with but its probably from some tutorial about fixing his laptop to do some specific hardware command
01:08.42mtlswit's an uncompiled kernel module
01:08.43*** join/#debian k4nz (~Thunderbi@122.231.141.247)
01:08.59mtlswlooks like its for some development purpose.
01:09.18mtlswacpi is actually hardware
01:09.22mtlsw:)
01:09.29genr8_i hear you, but you're not processing what im trying to convey
01:09.33mtlswdmesg |grep -i acpi
01:10.14dkaSo I am on 5.8.0-0.bpo.2-amd64 and I still have issue with chrome not being able to maximize or full screen without freezing it's window, (i can recover by minimize or exiting full screen still) ... AND ... the microphone works but it's super low
01:10.16genr8_ACPI on laptops controls essential hardware functions, like fans, backlight, buttons, switches, any number of proprietary things for his X1 Carbon laptop. its not clear why he has that module, but some program could be relying on those ACPI calls
01:10.26mtlswdka, that's good
01:10.35mtlswdka, at least getting somewhere woohoo
01:11.00genr8_he is back where he was before I started trying to help :/
01:11.04genr8_i give up
01:11.20*** join/#debian gordonfish (~gordonfis@unaffiliated/gordonfish)
01:11.20dkagenr8_, thanks a lot for your time and support
01:11.36genr8_yw
01:12.51mtlswgenr8_, he was claiming no mic support on 5.7
01:13.08mtlswgenr8_, I wonder why you think it is necessary to remove 5.8 if it was booting?
01:13.22genr8_this was his idea
01:13.23mtlswgenr8_, the kernel priority can be changed by editing /etc/default/grub if that needs to be the caes
01:13.32mtlswhe's obvious too new to know?
01:13.42genr8_he knows when somethings not working
01:14.00genr8_did it boot? yes. did it work? no
01:14.14mtlswsure, but no need to remove kernel packages. You can specifiy the order in /etc/default/grub with GRUB_DEFAULT=
01:14.22dkamtlsw, I know, and I never used that way, I rather rename the kernel file so it gets weaker priority, because this work fine
01:14.23genr8_ok
01:15.02mtlswdka, another way is to just do -> mkdir /boot/_dis and move the vmlinuz-*number-version into /boot/_dis and then re-applay update-grub -- the highest-number kernel is the default.
01:15.10mtlswbut no need to apt-get remove things...
01:15.14mtlswlol
01:16.05mtlswyou can always checck what is the default kernel with "less /etc/grub/grub.cfg"
01:17.11genr8_<dka> Should I remind you the history? my debian was working super fine on 5.7, since this error, downgrading to 5.7 or keeping the upgrade to 5.8 keeps an issue with google chrome not being able to full screen or maximize without it's window freezing, but it's not crashed, I onloy need to minimize or to disable full screen
01:17.11genr8_<dka> since 5.8 can't be instlled without failure of acpi-call-dkms from backport, I wanted to revert to 5.7, now I am stuck with this bad video issue and 5.8 can't help
01:17.44genr8_Gl fixing it bro
01:17.53mtlswhis issue was the mic
01:18.07*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
01:18.15mtlswthe dkms is irrelevant because -- the errors around kernel-headers is just for things you want built in /var/lib/dkms
01:18.26mtlswbut it looks like he doesn't seem to care or need it...
01:18.43genr8_ok, he just brought up the mic, the acpi may be irrelevant, but the chrome video freezing was the first issue he had.
01:18.49dkaI don't know what's DKMS to be honest
01:19.03dkayes genr8_ is right, I just reboot and purged google-chrome-stable
01:19.13dkaI am a web developer, I can't have such a big issue with my primary browser
01:19.27dkaI'll try to reinstall it, without any extension, see if it goes better, etc...
01:19.47dkathis bug started with acpi-call-dkms failing to install when upgrading from 5.7 to 5.8
01:19.52genr8_do you know if maybe chrome auto-updating to 86 caused the bug, and the kernel was just a coincidence ?
01:19.57dkadowngrading didn't helped, upgrading to 5.8 didn't help
01:20.05dkaperhaps.
01:20.52genr8_i would look into going back to older chrome then. maybe you still have the .deb in your /var/cache/apt/archives
01:21.27mtlswdka, what do you want to get fixed?
01:21.30mtlswdka, chrome?
01:21.38mtlswdka, "chrome full-screen" ?
01:21.53mtlswdka, that sounds like your video-driver is not being utilized with your X11/Wayland instance.
01:22.02mtlswdka, you'd have to check the X logs for that.
01:22.35dkachrome full-screen and maximisez, yeah it look like the video driver failed, but it used to work and I didn't change anything
01:22.39mtlswdka, but even if you're trolling that doesn't bother me, at least a few new other users are learning something ;-)
01:22.48dkaexcept that "coincidance"
01:22.57mtlswyeah yeah "coincidence" :)
01:23.05mtlswtry spelling that correctly kiddo ;-)
01:23.09mtlswgood luck
01:23.14mtlswyeeps
01:23.15genr8_hes not trolling lol. it started with chrome
01:23.16dkaSorry, it's late, I am not trolling
01:23.50genr8_he left cause fixing video driver issues are too complex :P way beyond "check the logs"
01:23.50dkamtlsw, and I appreciated your help, see I told genr8_ I was grateful for he's support and time, why would I do that If I am not concerned with my own problem =/
01:24.31dkaanyhow, I think you are on the right track, it sounds like a xvideo issue, but I don't know how it came up, the one thing i did that started this instantly was upgrading a working 5.7 to a 5.8 and hit that acpi-call-DKMS error , which I don't know anything about
01:24.31*** join/#debian tsal_ (~tsal@i59F5FE56.versanet.de)
01:24.33mtlswI don't know what the problem is. I disgressed long ago. I was just trying to understand why kernel headers was needed at all.
01:24.45dkaI left, because I reboot , that's all I try to fix things
01:25.15dkamtlsw, I am also grateful for your help, I feel less lonely and more confident by reading other people opinion
01:25.36mtlswdka, um I said I disgressed long ago. I really don't care what the issue is. good luck.
01:25.43genr8_now im curious, what is the output of 'cat /proc/cmdline'
01:25.46dkareinstalling google-chome-stable didn't helped
01:26.02genr8_Chrome is basically 1 gigantic binary, reinstalling doesnt do much
01:26.03*** join/#debian blurkis (~blurkis@213-67-53-121-no157.tbcn.telia.com)
01:26.06dkamtlsw, well, in that case, may I ask what did you disagree on?
01:26.17mtlswdka, are you sure you know the difference between kernel/+_+-userspace___?
01:26.17genr8_revert to old version would achieve more
01:26.39dkamtlsw, no I am not
01:26.52dkaand now I do understand this was a mistake
01:26.53mtlswthinks dka is a b*t
01:26.59mtlswlol
01:27.12dkaAnd since I know that, I would say that kernel and user space are seperated concerns, and I am safe to keep N kernels on my laptop
01:27.18mtlswthey're getting better
01:27.22mtlsw;-)
01:27.52dkait was a mistake to downgrade, but since I saw that ERROR on DKMS module and I am not used to see that error on my kernel upgrade step, I freaked out
01:27.57mtlswtoo repetitive though.
01:28.03dkaat least, I freaked out ^^
01:28.05mtlswit dwindles the same statements.
01:28.14mtlswit's like a machine punch
01:28.24*** join/#debian Onyx47_ (~onyx@95-178-239-132.dsl.optinet.hr)
01:28.24dkaI am not getting your point sorry mtlsw
01:28.27mtlswyou feed it text, and it splindes things on different strays.
01:28.44dkaperhaps, time to sleep for both of us ^^
01:29.12dkaI won't bother your any longer, thanks for your support and your time mtlsw
01:29.38mtlswyou probably shouldn't have wasted time with genr8_ who doesn't know what he's doing...
01:29.40dkaCan xvideo issue cause error only for chrome ?
01:29.45genr8_wow
01:30.34mtlsw!dkms
01:30.34dpkgDynamic Kernel Module Support (DKMS) is a framework for generating out-of-tree Linux kernel modules.  Packages using DKMS build modules during installation and when updated Linux versions are installed, provided Linux kernel headers are present (these are not installed by dkms).  DKMS-managed modules are installed to /lib/modules/$(uname -r)/updates/dkms/ .  The module build log file is at /var/lib/dkms/$module/$version/build/make.log
01:30.39mtlsw!acpi
01:30.39dpkgAdvanced Configuration and Power Interface (ACPI) is a power management interface that gives more control to the BIOS, or horribly horribly broken, or "run this arbitrary code in ring 0", or generally better than <APM>.  For a list of supported systems/BIOSes, see http://www.lesswatts.org/projects/acpi/ .  See also <acpid>, <suspend>.
01:30.43mtlsw!headers
01:31.13genr8_we still have no idea why he was using that acpi-call-dkms. I still think its for his Lenovo Thinkpad X1 Carbon Gen 7
01:32.03mtlswgenr8_, only you.
01:32.06mtlswgenr8_, don't know.
01:32.14dkagenr8_, just a bet: I installed this to use my portable MB168B+ screen : https://github.com/AdnanHodzic/displaylink-debian (but it didn't work so I bough ta new potable USB-C screen)
01:32.19mtlswthere are many things I know that I don't say because it'll confuse you.
01:32.36dkaand I also have a Fibocom L850GL WWAN card I had to install things to get it work on linux
01:33.01mtlswdka, and what's that?
01:33.03dkahttps://github.com/xmm7360/xmm7360-pci
01:33.13genr8_dka, ahhh this is where the "evdi-dkms" came from
01:33.37dkato be more specific, I installed this, It used to work and I was able to send SMS or use 4G with it, but I don't use it often and I lost it's benefits I dont know when, when I upgraded the kernel probably, long ago.
01:33.54mtlswdka, do you have like a medical condition of some sort? there's something wrong over here.
01:34.10mtlswdka, it's ok to say it, because I can tell you have real life issues.
01:34.18mtlswdka, you're very repetitive.
01:34.25dkamtlsw, I do, I am hyperactive and stressed, probably because of my childhood condition, should we fix that first ?
01:34.27dkax]
01:34.47mtlswdka, try to read up about those things that "!" the dpkg factoid pointed out, if you're interested on what dkms is about that you mention a million times.
01:35.01dkaI did read every dot
01:35.02mtlswdka, ok. you do have issues. That' why I was patient.
01:35.11mtlswdka, and I did provide an answer to your questions.
01:35.29mtlswdka, DKMS -- as I said at least couple times, pertains to "driver source code"
01:35.37mtlswdka, if you don't know what it is, you don't need it.
01:35.47mtlswdka, that doesn't mean you need to remove packages. Just leave it as is.
01:35.52mtlswdka, and it'll be fine.
01:35.57dkaI got it 100%
01:36.37dkawhat about the google-chrome-stable issue? Won't you advise on that one too ?
01:36.39mtlswyou can /msg dpkg on terms and that factoid can also point out things to help out while learning debian
01:36.41*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
01:36.43genr8_I'm not convinced this "displaylink-debian" would have worked anyway, judging from the code thats on this github anyway.
01:36.49*** join/#debian Grldfrdom (uid391113@gateway/web/irccloud.com/x-tgxuuyqsocdyolzc)
01:37.04mtlswand I answered the issue around the google-chrome issue -- I did say about checking your X logs, but you refused to do that as well.
01:37.20mtlswso that's why I disgressed and signaled good-luck to your endeavors.
01:37.22dkagenr8_, it used to work, on jessie with a x1 carbon gen 1, now I gave up, I don't use that screen since I only use linux and it does not work with debian, only with ubuntu, apparently, and it's not so good
01:37.36genr8_the kernel versions dont match
01:37.45genr8_maybe it was an older kernel then
01:37.47dkamtlsw, did I refuse or did I get lost in the mutliple parallele discussion? I am checking them right now.
01:37.58mtlswdka, so how long you've been using linux?
01:38.37dkaintensively, 7y, but I am in it for about double, and I am reading on it since I am kid, i started with mandrake linux
01:38.59mtlswdka, mandrake came out in the 1990's.
01:39.01*** mode/#debian [+l 1149] by debhelper
01:39.05mtlswdka, that's more than 20 years ago.
01:39.08mtlsw!ops dka trolling
01:39.08dpkgHydroxide, dondelelcaro, LoRez, RichiH, mentor, abrotman, Maulkin, stew, peterS, Myon, Ganneff, weasel, zobel, themill, babilen, SynrG, jm_, somiaj, jelly, petn-randall, bremner: mtlsw complains about a problem (see above)
01:39.11dkabut that's just for doing web development. It's probably not the same usage as you
01:39.21dkamtlsw, well it's true, I am not trolling
01:39.27dkahow would I know that name ???
01:39.38mtlswbecause I've been using Linux for 20 years.
01:39.43dkaall I did with mandrake was ruining ruining it ruining it
01:40.00*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
01:40.08dkawell, I can tell you had a CD and I was in high school
01:40.14abrotmanmaybe you two should put each other on /ignore ?
01:40.34genr8_lol @ pinging 20 ops
01:40.41*** join/#debian n4dir (~n4dir@i59F77C1B.versanet.de)
01:40.43mtlswabrotman, I suppose that individual is very noisy-cluttery -- despite how much help me and genr8_ provide to him on solutions he just ignores all answers we provide to him.
01:40.43dkaI installed in on a given server, a big Dell things, it was horrible, I didn t get anything, was reading linux for dummies, all I do was destroying it not on purpose, long after I went into a company and fixed what I was doing wrong, at least a little
01:40.46dkabut that's off topics
01:41.00dkaok
01:41.04abrotmanthen use #debian-offtopic ?
01:41.06dkaSorry for this, I am out
01:41.09genr8_i have no issue with dka
01:41.33dkathings mtlsw should rest
01:41.48abrotmanmove on, eat tacos, drink a beer ..
01:43.43*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
01:43.48*** join/#debian sidmo (~ident@p5b3d899f.dip0.t-ipconnect.de)
01:44.09mtlswdrink beer I will do!
01:44.45mtlswtakes a big sip ** gloo gloo gloo **
01:44.52*** join/#debian nickodd (~nickodd@unaffiliated/nickodd)
01:46.08mtlswnot referring to "that"
01:46.33mtlswfor whatever record I recall last mandark release was around 2011 -- but it wasn't even called that anymore -- it was name change years prior as well.
01:46.38mtlsw:)
01:47.27mtlswresurrected projects around its base are connected to mageia, pclinuxos, and of course the respun/revitalized Mandriva-->to "OpenMandriva" iirc around 2013-2015...
01:47.51ectospasm!ot
01:47.52dpkg#debian is primarily a support channel for Debian users.  Please keep the discussions in #debian on-topic and take longer discussions and non-support questions to #debian-offtopic.  Imagine the chaos if each of the hundreds of people in the channel felt the need to wander off topic for a few minutes every day.
01:48.12mtlswhides and takes a long sighing break from nonsense. :)
01:52.21alex11debian sucks! ubuntu forever.
01:52.24alex11sorry, trying to be edgy
01:53.10*** join/#debian Ceber (~cerberus@dynamic-093-135-002-047.93.135.pool.telefonica.de)
01:53.47*** join/#debian fmaurer (~quassel@188.126.165.48)
01:54.28*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
01:54.52*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
01:56.12*** join/#debian BrianG61UK_ (~BrianG61U@2a02:8010:66b7:dddd:40fc:9483:9498:10d6)
01:58.48*** join/#debian taketasama (main@gateway/vpn/protonvpn/satousama)
01:59.29*** join/#debian citypw (~citypw@gateway/tor-sasl/citypw)
02:02.08leonimtlsw: Hey, I'm sorry for not replying earlier, your message at 20:44 I mean. I already added the contrib and non-free repositories because my computer needed those anyways. But thanks.
02:05.22mtlswleoni, good -- but you'd be delighted to know, that the reason why I mention the "unofficial" (but it is hosted on the debian official servers -- and is safe) installer, is because some network cards require the "non-free" firmware in order to work -- so you're stuck in this catch-22 situation...
02:06.13mtlswleoni, so it might be a good idea to keep this in mind, when you install debian, and it "fails" the network, but Ubuntu/Mint etc work because those distributions come with the non-free firmware on their installers..
02:06.52mtlswleoni, (and ^ that I mean the "official" Debian installer, which does not come with the non-free firmware)
02:07.35mtlswleoni, (-- which you then added the non-free repositories with apt --- but then of course your "network" should already be happy enough with what is installed) ... glad it worked. :)
02:12.00*** join/#debian nyov (~nyov@unaffiliated/nyov)
02:19.10*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
02:39.02*** mode/#debian [+l 1142] by debhelper
02:43.45*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
02:44.38*** join/#debian v01t (~matrixbot@i59F539F3.versanet.de)
02:45.06*** join/#debian secntech (~secntech@unaffiliated/secntech)
02:54.16*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
02:54.30*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
02:56.01*** join/#debian soul-d (~name@2a02-a456-85ad-1-1041-b58-9be2-7efe.fixed6.kpn.net)
02:58.28*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
03:00.06*** join/#debian bkersh (~bkersh@75.97.120.215.res-cmts.brd4.ptd.net)
03:00.14*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
03:11.45*** join/#debian nyov (~nyov@unaffiliated/nyov)
03:13.15*** join/#debian Dagger (~dagger@sawako.haruhi.eu)
03:14.33*** join/#debian ephemer0l_ (~ephemer0l@pentoo/user/ephemer0l)
03:33.07*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
03:44.04*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
03:49.01*** mode/#debian [+l 1136] by debhelper
03:54.49*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
03:55.02*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
04:02.29*** join/#debian TripleDES_ (~sjr@213.195.115.134)
04:03.10*** join/#debian zykotick9 (~zykotick9@fsf/member/zykotick9)
04:03.25willow_anyone tried Microsoft Edge yet?
04:04.44willow_not a big fan of it but am going to test it.  https://www.microsoftedgeinsider.com/en-us/
04:05.46*** join/#debian lavender- (~lavendere@gateway/tor-sasl/lavendereyes)
04:10.06*** join/#debian mirrorbird (~psutcliff@2a00:801:42b:7891:16b1:e53f:55b2:15e1)
04:10.20leoniIs this real?
04:10.54willow_yes they just released a "dev" version for Linux with a .deb you can install.  am trying it.  it's actually pretty good
04:12.25leoniWait what.
04:12.32leoniI wasnt referring to that but ok.
04:20.38*** join/#debian incal (~user@c-fd84225c.021-67-7570702.bbcust.telenor.se)
04:21.14incalhi guys, is there an apt -history # ish command that will output every pack that you have installed from the repos? TIA
04:21.49*** join/#debian nyaomi (~naomi@cpe-74-75-6-125.maine.res.rr.com)
04:21.59leoniapt list --installed?
04:22.32themill"dpkg -l"
04:22.59leoniOh, dpkg seems more detailed.
04:23.13themillDepends on what the info is needed for
04:23.28leoniAgreed.
04:24.19leoniI'm still fairly new to Debian but I had read some of dpkg's manual, I don't remember much of it because I mostly use apt.
04:24.43leoniBut now that I see the -l option, it seems far more readable than apt list --installed.
04:25.18themillapt's output tells you where the package may have come from which is handy
04:25.45themillapt's output is also very easy to process via awk and friends if you want it
04:26.14*** join/#debian ax562 (aec2ce6f@unaffiliated/ax562)
04:26.51leoniI'm still really bad with regex so I don't use things like grep and awk too often, I mostly remember basic regex and that's it. But I don't really have a need for it either, for now.
04:28.07*** join/#debian alex11 (~alex11@bras-base-mtrlpq5302w-grc-27-206-172-182-34.dsl.bell.ca)
04:28.59*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
04:34.06*** join/#debian rf-n00b_ (rf-n00b@gateway/vpn/privateinternetaccess/rf-n00b)
04:34.16*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
04:42.15*** part/#debian nomad84 (~hybris@540078FB.dsl.pool.telekom.hu)
04:43.06*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
04:44.42*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
04:45.18*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
04:49.23*** join/#debian leoni (~leoni@181.23.206.162)
04:55.25*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
05:06.03leoniGood night folks.
05:06.14ax562gn
05:09.01*** mode/#debian [+l 1130] by debhelper
05:13.20*** join/#debian Grldfrdom (uid391113@gateway/web/irccloud.com/x-oxuxnhnxbuycogds)
05:17.05*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
05:18.23*** join/#debian diogenes_ (~diogenes_@188.208.120.52)
05:19.29*** join/#debian bocaneri (sauvin@about/linux/staff/sauvin)
05:28.33*** join/#debian bocaneri (sauvin@about/linux/staff/sauvin)
05:29.49*** join/#debian bocaneri (sauvin@about/linux/staff/sauvin)
05:30.50*** join/#debian aliceussr (~redarmy@host-95-152-32-68.dsl.sura.ru)
05:31.02*** join/#debian bocaneri (sauvin@about/linux/staff/sauvin)
05:31.07aliceussrHello! I detect security issies with packages: exim4, exim4-light - its packages have suid in debian and devuan repositories - it`s is viruses or troyans!
05:31.10*** join/#debian r4u1 (~raf@cpe-76-173-32-66.hawaii.res.rr.com)
05:32.18*** join/#debian bocaneri (sauvin@about/linux/staff/sauvin)
05:33.32jellyaliceussr: setuid on executables serve a specific purpose, if an application is designed to need them, it probably needs them to continue working correctly
05:33.33*** join/#debian bertbob (~bertbob@67-2-51-181.slkc.qwest.net)
05:34.05aliceussrjelly:  The mta agent does not need suid. It works great without it. And with it, he independently changes the logging security settings.
05:34.50aliceussrOk! Deal with this security issue as you wish. I warned you about the potential danger and compromise of Debian-based systems with exim4 * packages installed
05:35.05aliceussrI told you something new: after installing these packages, the security settings in the system change.
05:35.14*** join/#debian blurkis (~blurkis@213-67-53-121-no157.tbcn.telia.com)
05:35.45*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
05:37.16jellyaliceussr: this channel is an end-user support channel; if you know of a way to reduce attack surface and keep the functionality intact, please file a bug report
05:37.18*** join/#debian cupcake90 (~cupcake90@14.143.148.82)
05:37.20jelly!reportbug
05:37.20dpkgreportbug is used to submit bugs to the Debian <BTS>.  Install reportbug, then run reportbug.  See http://www.debian.org/Bugs/ http://www.debian.org/releases/stable/i386/ch05s04#problem-report for some general information about using reportbug and/or for <debian-installer> bug reporting.  Also ask me about <report-bugs>.  http://wiki.debian.org/reportbug  http://www.debian.org/Bugs/Reporting, or <reportbug MTA>
05:38.05themillYou'll just need a new way to bind port 25 and to deliver mail securely to the users. No worries.
05:38.30jellybut but they said things worked great without it!
05:40.00anotherhm.. why *does* exim need suid?
05:40.54anotheri mean, it should get started by root anyway
05:43.35*** part/#debian nickodd (~nickodd@unaffiliated/nickodd)
05:43.39*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
05:43.47incalapt list --installed, dpkg -l, doesn't matter what is the best, I take both :)
05:43.47aptincal: I think you lost me on that one
05:44.02incalleoni, themill, thanks
05:45.03*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
05:45.48*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
05:46.58*** join/#debian wytchmaster (~wytchmast@gateway.proxion.net)
05:47.08*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
05:50.16*** part/#debian incal (~user@c-fd84225c.021-67-7570702.bbcust.telenor.se)
05:51.53*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
05:52.26*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
05:52.50*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
05:53.15*** join/#debian recyclehero (~alistar@ec2-18-192-2-50.eu-central-1.compute.amazonaws.com)
05:54.01themillUsually to allow users to send local mail without going via the network
05:54.30*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
05:54.32*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
05:54.37*** join/#debian fredl (~fredl@smtp.3dn.nl)
05:55.26*** join/#debian pankid (~quassel@pankid.club)
05:57.16anothererr.. okay. that is a use case which could be solved by lo
05:58.04*** join/#debian cluelessperson (~cluelessp@unaffiliated/cluelessperson)
05:59.18themillExcept that you'd then have to have to teach every mail client to talk to the network and there are lots that don't, they just talk to /usr/sbin/sendmail
05:59.30*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
06:02.46*** join/#debian fstd_ (~fstd@unaffiliated/fisted)
06:05.03*** join/#debian Barralastic (~Barralast@92.255.124.118)
06:06.16*** join/#debian astronavt__ (~astronavt@unaffiliated/astronavt)
06:06.27*** join/#debian nifker (~Thunderbi@200116b80adeb300b99e6e70f97a214a.dip.versatel-1u1.de)
06:09.10*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
06:11.47*** join/#debian pankid (~quassel@pankid.club)
06:13.13*** join/#debian babygnu (~robert@gateway/tor-sasl/babygnu)
06:16.07*** join/#debian chele (~chele@ip5b416ea2.dynamic.kabel-deutschland.de)
06:19.59*** join/#debian bocaneri (sauvin@about/linux/staff/sauvin)
06:22.48*** join/#debian wytchmaster (~wytchmast@2003:a:a13:3002:8d6c:bc87:dcb7:c9c9)
06:24.14anotherfair point
06:24.39anotheralthough, you could simply make sendmail suid
06:25.17anothererr.. i mean ship a sendmail that does connect to network
06:25.23*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
06:29.44*** join/#debian coot (~coot@37.30.51.94.nat.umts.dynamic.t-mobile.pl)
06:31.15*** join/#debian randombit (~randombit@92-249-153-58.pool.digikabel.hu)
06:31.51*** join/#debian anonymip (~anonymip@unaffiliated/anonymip)
06:32.19*** join/#debian binaryhermit (sid462772@gateway/web/irccloud.com/x-eohudjuddawmzitd)
06:34.51*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
06:35.00*** join/#debian fstd_ (~fstd@unaffiliated/fisted)
06:36.07*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
06:37.45*** join/#debian Anderson69s (~Thunderbi@74-132-190-109.isp.overthebox.ovh)
06:38.50*** join/#debian Cymew (~ante@c-b580225c.023-1144-7570702.bbcust.telenor.se)
06:42.27*** join/#debian Haudegen (~quassel@178.115.237.87.static.drei.at)
06:43.40*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
06:44.07*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
06:44.23*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
06:44.27*** join/#debian recyclehero (~alistar@91.98.141.64)
06:46.58*** join/#debian ihristov (55c48532@gateway/web/cgi-irc/kiwiirc.com/ip.85.196.133.50)
06:49.01*** mode/#debian [+l 1136] by debhelper
06:50.14*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
06:52.39*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
06:54.28*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
06:54.52*** join/#debian nobyk (~nobyk@gateway/tor-sasl/nobyk)
06:56.37*** join/#debian Ycarus (~Ycarus@2001:bc8:47b0:1b0b::1)
06:59.34*** join/#debian MagnusOl (~olsen@84-55-65-82.customers.ownit.se)
07:00.47MagnusOlHi will debian switch to the fork of cups https://github.com/OpenPrinting/cups ??
07:01.10*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:03.01*** join/#debian recyclehero (~alistar@ec2-18-192-2-50.eu-central-1.compute.amazonaws.com)
07:03.48tarzeauMagnusOl: how is it better?
07:06.52*** join/#debian randombit (~randombit@92-249-153-58.pool.digikabel.hu)
07:08.04*** join/#debian Newami (~Newami@ip70-179-45-125.sd.sd.cox.net)
07:09.00*** join/#debian Haohmaru (~Haohmaru@195.24.53.110)
07:09.15*** join/#debian mezzo (~mezzo@176-141-171-88.abo.bbox.fr)
07:09.27*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:09.37*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
07:11.38*** join/#debian winy (~vince@82-64-134-124.subs.proxad.net)
07:12.49jellywill this be like the libreoffice fork, where debian was already using it all along
07:13.25*** join/#debian skalis (1000@static.42.26.181.135.clients.your-server.de)
07:13.59jelly> The standard service for printing under Unix, Cups, is used in many Linux distributions and also under Apple's MacOS. Its public development has stagnated since the then main developer Michael Sweet left his employer Apple at the end of last year . With the support of the OpenPrinting project, Sweet has now started a "temporary fork" of Cups, which is supposed to collect bug fixes and patches from distributions .
07:14.11*** join/#debian GrimKriegor (~grimkrieg@unaffiliated/grimkriegor)
07:15.27*** part/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
07:16.08*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
07:16.38*** join/#debian frgo (~frgo@business-178-015-209-051.static.arcor-ip.net)
07:16.48*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
07:17.43*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:18.03*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
07:20.36*** join/#debian HerbY_NL2 (~HerbY_NL2@2001:67c:2564:518:a02c:fdaf:38f:96c1)
07:22.11*** join/#debian towo` (~towo@unaffiliated/towo/x-4064351)
07:22.27*** join/#debian uvolmer (~uvolmer@2001-4dd0-212c-fd-c06f-48c1-8-e719.ipv6dyn.netcologne.de)
07:23.21*** join/#debian alexandros_c (~quassel@unaffiliated/alexandros-c/x-1684531)
07:23.21*** join/#debian alexandros_tab (~quassel@unaffiliated/alexandros-c/x-1684531)
07:25.59*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:31.37*** join/#debian black_ant (~antilope@unaffiliated/black-ant/x-1505394)
07:32.01*** join/#debian luuuciano_ (~luuuciano@unaffiliated/luuuciano)
07:34.21genr8_this article came out last week https://www.theregister.com/2020/10/15/apple_cups_develoment/
07:34.31*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:38.54Haohmaruaww
07:40.49*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
07:42.47*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:43.02*** join/#debian freebench (~freebench@92.253.250.48)
07:43.47*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
07:45.22*** join/#debian greknod (~g@114-198-54-198.dyn.iinet.net.au)
07:48.00*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:48.33*** join/#debian Makerblaker (~Makerblak@nrbaon0452w-lp130-06-67-70-1-103.dsl.bell.ca)
07:49.30*** join/#debian tagomago (~tagomago@83.138.215.7.dyn.user.ono.com)
07:49.36*** join/#debian Mathisen (~mathisen@about/windows/staff/Mathisen)
07:49.45*** join/#debian CxP (~CxP@mail.paulcosma.com)
07:49.56*** join/#debian terrorjack (~terrorjac@static.23.111.201.195.clients.your-server.de)
07:50.42*** join/#debian DreamThief (~delaylama@1337h4x0r.eu)
07:50.45*** join/#debian bogus (~bogus@83-83-165-7.cable.dynamic.v4.ziggo.nl)
07:50.48*** join/#debian rebrec (~rebrec@82-64-53-213.subs.proxad.net)
07:51.06*** join/#debian grinsekatze (~andreas@unaffiliated/grinsekatze)
07:51.17*** join/#debian Night-Shade (~TimF@31.17.229.181)
07:51.20*** join/#debian WardenOfNight (~WardenOfN@095-096-016-253.static.chello.nl)
07:51.52*** join/#debian lazywalker (~lazywalke@unaffiliated/lazywalker)
07:52.04*** join/#debian snuffy666 (~a@92.119.17.139)
07:52.30*** join/#debian Attoy (~attoy@ybox.io)
07:52.56*** join/#debian werneta (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net)
07:54.10*** join/#debian David-- (~none@pdpc/supporter/active/david--/x-2357539)
07:54.33*** join/#debian {41444d494e} (~kvirc@46.56.69.233)
07:54.33*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
07:54.38*** join/#debian m0rr1gan (~m0rr1gan@141.193.239.135)
07:55.11*** join/#debian hanasaki (~hanasaki@pool-71-179-12-157.bltmmd.fios.verizon.net)
07:56.17*** join/#debian mz` (~mz@unaffiliated/mz/x-1545692)
07:58.32*** join/#debian vincent- (~vincent-@unaffiliated/vincent-)
07:59.19*** join/#debian alpernebbi (~quassel@178.233.176.159)
08:01.51*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
08:02.05*** join/#debian ledeni (~ledeni@fedora/ledeni)
08:03.52*** join/#debian brokencycle (~brokencyc@2a02:c7f:c67d:d100:bd40:cfee:acc4:e048)
08:05.32*** join/#debian GuiltySpark343 (~GuiltySpa@unaffiliated/guiltyspark343)
08:08.30*** join/#debian cupcake90 (~cupcake90@103.142.31.114)
08:10.40*** join/#debian netcrash (~charmande@97.245.60.94.rev.vodafone.pt)
08:10.53*** join/#debian Slashman (~Slash@cosium-fo-152-18.fib.nerim.net)
08:11.36*** join/#debian czesmir (~stefan@ekj202.neoplus.adsl.tpnet.pl)
08:12.18*** join/#debian bertbob (~bertbob@67-2-51-181.slkc.qwest.net)
08:14.10*** join/#debian fflori (~fflori@nat-wlan-uzh-89-206-64-008.uzh.ch)
08:17.43*** join/#debian pingfloyd (~pingfloyd@unaffiliated/pingfloyd)
08:19.02*** mode/#debian [+l 1145] by debhelper
08:26.27*** join/#debian oiaohm (~oiaohm@unaffiliated/oiaohm)
08:26.32*** join/#debian CrazyEddy (crazyed@wrongplanet/CrazyEddy)
08:32.51*** join/#debian diogenes_ (~diogenes_@188.208.121.154)
08:35.26*** join/#debian xet7 (~xet7@85-156-126-139.elisa-laajakaista.fi)
08:38.22*** join/#debian dasher00 (~dasher00@90.205.55.140)
08:39.15udetshould the runlevens /etc/rcX.d not be gone with systemd?
08:44.05*** join/#debian unluckyshrubbery (~unluckysh@unaffiliated/unluckyshrubbery)
08:44.08*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
08:45.27*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
08:45.53*** join/#debian Scotty_Trees (~Scotty_Tr@user-24-96-5-46.knology.net)
08:48.32*** join/#debian Deknos (~deknos@unaffiliated/menace)
08:48.53*** join/#debian vivid (~ViViD@unaffiliated/vivid)
08:50.32*** join/#debian banox (~banox@82.102.22.228)
08:51.20*** join/#debian Raito_Bezarius (~Raito_Bez@unaffiliated/raito-bezarius/x-8764578)
08:53.04*** join/#debian deadrom (5dcba71e@p5dcba71e.dip0.t-ipconnect.de)
08:53.30*** join/#debian asymptotically (~asymptoti@gateway/tor-sasl/asymptotically)
08:53.50*** join/#debian mbrad (~mbrad@94.13.84.251)
08:54.48*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
08:55.42*** join/#debian palimaar (~oasd@KD113148020047.ppp-bb.dion.ne.jp)
08:55.56deadromhi. previously: banged together low power pc from leftovers, at the core embeded Celeron J1900 board with integrated graphics and boatloads of random crashes trying to pull backups from an NFSv4 server. for shits and giggles tried via CIFS. machine did not crash overnight, but cifs module had a world class fit: http://paste.debian.net/1168247/
08:56.39deadromcouple minutes before that X reset the i915 module. not sure if there is a correlation.
08:57.36*** join/#debian Pjusur (~Pjusur@178.74.20.105)
08:57.55ksk,v linux-image-amd64
08:57.56juddPackage: linux-image-amd64 on amd64 -- jessie: 3.16+63+deb8u2; jessie-security: 3.16+63+deb8u7; stretch-security: 4.9+80+deb9u6; stretch: 4.9+80+deb9u11; stretch-backports: 4.19+105+deb10u4~bpo9+1; buster: 4.19+105+deb10u6; buster-security: 4.19+105+deb10u7; buster-backports: 5.8.10-1~bpo10+1; bullseye: 5.8.14-1; sid: 5.9.1-1
08:59.01*** mode/#debian [+l 1154] by debhelper
08:59.54deadromI installed the intel microcode package and created an xorg.conf explicitly stating intel video drivers as I was told random system freezes in debian 10 might go away then. did not: NFS transfer still crashed the machine. now unsure: cifs issue or is that hardware simply shot? intel has a history of neglecting old iGPU hardwware after a while and
08:59.54deadromthe J1900 iGPU has a couple years on its back, so possibly  a vector.
09:00.22*** join/#debian Brigo (~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com)
09:02.08*** join/#debian zamnedix (~zamnedix@zamnedix.net)
09:07.36*** join/#debian oerheks1 (~OerHeks@ubuntu/member/oerheks)
09:07.43*** join/#debian Praematura (~quassel@2603:3006:1498:8000:95f2:18e5:e42d:c22f)
09:10.27*** join/#debian k4nz1 (~Thunderbi@122.231.141.131)
09:10.36*** join/#debian s8548a (~s8548a@unaffiliated/s8548a)
09:11.36*** join/#debian nifker (~Thunderbi@200116b80adeb300b99e6e70f97a214a.dip.versatel-1u1.de)
09:14.58*** join/#debian Jerrynicki (~niklas@p200300f5770817004022dc6c5e4d3ee6.dip0.t-ipconnect.de)
09:15.58jellydeadrom: unless you get your hands on a kernel panic trace, it'll be hard to tell
09:16.13jellydoes that atom have pstore?  Or a serial port?
09:16.39jellyoh, nor atom, celeron
09:17.27*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
09:25.14*** join/#debian dreamon (~dreamon@unaffiliated/dreamon)
09:27.56*** join/#debian nksegos (~Thunderbi@45.83.220.216)
09:28.13*** join/#debian nksegos (~Thunderbi@45.83.220.216)
09:29.50*** join/#debian lucad111 (~lucad111@linaro/lucad111)
09:31.13*** join/#debian Antoine| (~Antoine@unaffiliated/airnf)
09:34.10*** join/#debian Antoine- (~Antoine@unaffiliated/airnf)
09:35.10*** join/#debian bolovanos (~bolovanos@185.8.239.54)
09:35.21*** join/#debian NetTerminalGene (~Thunderbi@unaffiliated/dontknow)
09:36.05*** join/#debian wbrawner (~wbrawner@165.22.166.190)
09:37.04*** join/#debian iamjfk11 (~sw0p@mob-37-176-120-231.net.vodafone.it)
09:39.01*** mode/#debian [+l 1161] by debhelper
09:39.21*** join/#debian dionysus69 (~Thunderbi@unaffiliated/dionysus69)
09:40.24*** join/#debian McFloss (~McFloss@cpc160081-irvi3-2-0-cust24.14-1.cable.virginm.net)
09:42.01*** join/#debian zbychuk (~zbychuk@83-238-147-146.static.ip.netia.com.pl)
09:43.46*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
09:44.26*** join/#debian blurkis (~blurkis@213-67-53-121-no157.tbcn.telia.com)
09:47.22*** join/#debian dArK_IcE (~lawl@a95-94-220-92.cpe.netcabo.pt)
09:49.08*** join/#debian joze (~joze@mhna.info)
09:53.40*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:61cf:2f51:714f:18db)
09:54.26*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
10:00.42deadromjelly, funny thing is the machine is still working. everything else so far is fine and dandy. can ssh in, do things etc.
10:01.17deadromso I can pull and info you fancy right from the machine.
10:01.33*** join/#debian puke (~vroom@217.138.252.183)
10:01.58*** join/#debian Hokedli (~laslie@gateway/tor-sasl/lasliedv)
10:02.58jellytry a differeny kernel version for fun, then
10:05.42ws2k3i have a question. im researching on a project where i would like to setup a ssh server where users can upload files. and im thinking of i should go with proftpd or i just should just sshd. cause the setup with sshd requires chroot and everything to be setup. my feeling is that proftpd handles this a bit better. but i was curious what the opinion here would be on this matter.
10:06.04ksk!ftpmustdie
10:06.05dpkgFTP MUST DIE! http://mywiki.wooledge.org/FtpMustDie . For authenticated file transfer, ask me about <sftp>. For unauthenticated download, HTTP: http://daniel.haxx.se/docs/ftp-vs-http.html . Debian ceased offering mirrors via FTP on 2017-11-01 https://www.debian.org/News/2017/20170425
10:06.32*** join/#debian JohnML (~john1@ip-178-202-6-56.hsi09.unitymediagroup.de)
10:06.32kskws2k3: just use sshd with sftp-only (or internal-sftp? kind of mixing them up all the time..) and chroot it. Its really just 3 or 4 things you have to edit for that
10:08.20jellyksk: proftpd can do sftp these days I think
10:08.32kskws2k3: https://wiki.archlinux.org/index.php/SFTP_chroot looks reasonable to me, though as it is arch it migt not be 1:1 fit
10:08.42ws2k3ok thx ksk
10:08.53ws2k3ksk: then i will follow down that path
10:09.01kskYes it can, but I stand by my argument, that proftpd itself sucks ;)
10:09.32jellyperhaps, I haven't used it in a decade or more, it did its job back then
10:09.35kskIf you have proftpd running already for your ftp needs, okay. I personally would just not pull it in for sftp applications.
10:09.56ws2k3we currently run public ftp but i would like to get rid of this
10:10.18jellyhome dirs for sftp-only upload require some setup each time a user is added or removed
10:10.54kskYou can also hack it into pam (flashbacks incoming).
10:10.57*** join/#debian dselect (~dselect@unaffiliated/themill/bot/dselect)
10:11.50jellywe didn't have a lot of requirements, a) separate upload dir for each user b) logs, and it got a bit complex.  Not too much.
10:12.06*** join/#debian trysten (~user@unaffiliated/trysten)
10:12.18ksk(like, dynamicly created read-only unionfs/bind-mount based homedirs on user login)
10:12.30*** join/#debian laslie (~laslie@gateway/tor-sasl/lasliedv)
10:16.14deadromjelly, another 4.x or rather 5?
10:16.48*** join/#debian mapperr (~mapperr@vmi389916.contaboserver.net)
10:17.02jellydeadrom: whatever you got nearby.  If it's debian 10, there's a 5.something in buster-backports
10:17.19jellyremember to also grab firmware from there
10:17.26jelly!bdo kernel
10:17.26dpkgNewer kernels for Debian stable releases are available from the <buster-backports> repository.  After modifying your sources.list, run «apt update».  To install the current backported kernel: «apt -t buster-backports install linux-image-`uname -r|sed 's,[^-]*-[^-]*-,,'`».  To list available backported kernel image packages: «aptitude search '?narrow(~nlinux-image,?origin(Debian Backports))'».
10:18.12deadromjelly, if that's ok with X and DRI to go with nvidia... (not installed for debugging right now but will be in the final build... if this crate ever runs smooth)
10:18.44jellyoh, you have an nvidia card in there?  that can introduce all sorts of instability
10:19.17jellydisregards if you just plan to put it and it's not there right now
10:34.33dkaI am on an updated debian buster system, on linux 5.8. I have issue with google chrome, I can use it minimized, but as soon as I maximize or full screen it's windows, the content is frozen, I can recover by minimnizing or exiting full screen. This is painful for web development, watching video in full screen, I am stuck, it used to work, no clue what changed. How can I fix chrome ?
10:37.10kskdka: since "google chrome" is not part of Debian, eh, ask Google? ;)
10:38.12kskthere is chromium available, but I have heard it does not have the best support (meaning versions are outdated, stuff might not work for some users)
10:38.12dkathis sounds to be an issue with xvideo-org not chrome
10:39.01kskdka: If you can reproduce the issue with firefox-esr from Buster it could be, why not.
10:40.03dkaI can't
10:40.37*** join/#debian bolovanos_ (~bolovanos@185.8.239.54)
10:40.47dkaI don't get something ksk, about chromium. I am using google-chrome-stable downloaded from chrome website
10:41.24dkawhen I run in my cmd google-chrome-stable --help, I get at the end the feeling that it is already chromium: https://termbin.com/coky
10:41.50kskGoogle Chrome is based upon Chromium.
10:43.45*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
10:48.43willow_dka: install the chromium snap
10:49.55ratracewhat for?  apt install chromium
10:50.19willow_more recent version and will automatically stay updated
10:50.51willow_i use snaps for a lot of apps now
10:51.17ratracewhy not switch to ubuntu then, it's native there
10:51.35*** join/#debian drl (~l@2600:1700:8360:3870:b568:c9c0:8c61:59f1)
10:51.47willow_because i like debian?
10:52.31kskBut you are not using it, kind of :P
10:52.34willow_not sure what you mean by native on ubuntu.  i have one 18.04 LTS server and it still uses apt/dpkg
10:52.55kskUbunt is like "we dont actually supply software XY via package, since there is a snap"
10:53.00*** join/#debian Betal (~Betal@unaffiliated/betal)
10:53.04ratracewillow_: I mean snapd is designed for, default and integrated on ubuntu. it is not on debian and some snaps don't work without further fiddling with config
10:53.36willow_i only use snaps for a few things: eclipse, intellij. android-studio, libreoffice, etc. - versions are always current and they are automatically updated.
10:53.51ratracedespite their claims, snaps really aren't cross-platform and frankly not even on ubuntu (some snaps fail to run on 16.04 for example)
10:54.05*** join/#debian iViLe (~bob@151.87.70.115.static.exetel.com.au)
10:54.11drlWhere can I find makeinfo for Linux Buster?
10:54.21ratracewillow_: well, if it works for you... .:)
10:54.23willow_ratrace: not sure what you mean "not on debian".  apt install snapd   now it's on!
10:54.30*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
10:55.06willow_and in my experience it works great.  only a couple minor sandbox-related issues may occur with some apps, need to use --no-sandbox  switch
10:55.27*** join/#debian garo (~garo-ircc@d54c4771e.access.telenet.be)
10:55.35ratraceinstalling snaps doesn't integrate well on debian is what I mean
10:55.42dkaWhat is better for working on debian ? Chromium or chrome  ? If chrome is a fork of chromium, is it just for keeping things up to date (ksk stated chromium as a poor support)
10:56.26willow_i don't notice any problems.  seems to integrate will AFAICT.  as I mentioned, a couple minor sandbox-related issues.  for example atom editor must be launched with  atom --no-sandbox
10:56.27dkaChromium can full screen
10:56.59ratracewillow_: that's okay, you're only using a few snaps that, luckily, worked out of the box :)
10:57.18garoFrom https://www.debian.org/releases/stretch/ : "Security updates have been discontinued as of July 6th, 2020. "
10:57.22willow_but yes, i would not want to use snap for system-related stuff like postfix, nginx, etc.
10:57.22garoBut this is followed by "However, stretch benefits from Long Term Support (LTS) until the end of June 2022."
10:57.56ratracegaro: "LTS" is only a subset of community effort to keep it patched
10:58.02garoIsn't the whole idea of LTS to pr provide security updates ?
10:58.13ratraceit's not the regular debian secteam's job for example
10:58.21willow_dka: chromium is better - it's de-Googleized Chrome
10:58.31*** join/#debian epony (epony@unaffiliated/epony)
10:58.34ratracegaro: https://wiki.debian.org/LTS/FAQ
10:58.53ratracebetween chrome and chromium, I'd always install Firefox :)
10:59.16garoSo it boils down to "We won't do it but there are probably enough volunteers that will", right ?
10:59.20dkaHow can I sync chromium with my google account ? I 'll switch to it
10:59.33ratracegaro: %s/enough/some/  and you got it :)
10:59.33*** join/#debian AimHere (~David@92.237.236.151)
10:59.33dka(in order to get my bookmarks back)
10:59.46joepublicchromium is in no way de-googlized
10:59.59ratracedka: start chromium follow the "sign up to google account!" nagware popups
11:00.26dkaI didn't have it
11:00.37willow_i just tried the new Microsoft "dev" .deb release of Edge.  it's actually pretty decent but not what i would use.  it's also based on chromium
11:00.44*** join/#debian gryffus (~gryffus@unaffiliated/gryffus)
11:00.48ratracegaro: personally I think the whole concept of LTS debian is moot.  if someone really has such needs, then RHEL and maybe CentOS are way better fits.
11:01.17willow_https://www.microsoftedgeinsider.com/en-us/
11:01.28ratracegaro: ubuntu even , if one really wants to remain within the .deb paradigm
11:02.10willow_i've always thought of debian/stable as being LTS, and preferable to LTS version of e.g. Ubuntu
11:02.13*** join/#debian JasonO (~jason@fsf/member/jasono)
11:02.52ratracewillow_: except L for debian stable is really only 2 years. ubuntu is 5, or 10 for paid support
11:03.36willow_ratrace: i guess that would be good for the army or something where they would not upgrade their system for like 20 years ;-)
11:03.50ratraceand if one needs actual long term support (you have enterprisey software under "don't touch!" conditions) then it's only in their best to pay up for such support
11:04.29willow_missle-silo OS   LOL
11:04.49garoI'm replacing someone that was managing some servers, so i run "lsb_release -r"
11:04.57*** join/#debian Matrox (~Matrox@188.4.137.6.dsl.dyn.forthnet.gr)
11:04.59ratracewillow_: and banks, and a lot of enterprises with huge IT networks and applications running for decades now
11:05.03garo"Release: 7.11"
11:05.17ratracegaro: apt upgrade :)
11:05.18garoThat will be a LOT of work :-(
11:05.25*** join/#debian dpkg (~dpkg@unaffiliated/dpkg)
11:06.03garoI hope I'll be able to skip 8 and 9 and jump to 10 immediately...
11:06.04ratracegaro: probably less work when that server gets compromised.
11:06.13ratracegaro: less work THAN when ....
11:06.28ratracegaro: you can't unless you wipe and reinstall
11:06.42garosounds like less work :-)
11:06.59*** join/#debian msantana (~darkstar@unaffiliated/darkstar)
11:07.00ratracegaro: what services is that running?
11:07.18garoI'll do it in steps anyway otherwise i'll miss configs, data, ...
11:07.48ratracegaro: maybe it'd be way better to install 10 in a VM, install services, configure, test them, and if all is fine, just repeat the procedure for production
11:07.55ratraceautomating that with something like ansible will help quite a lot
11:08.59Matroxwhat is this about? in apt-get update: E: Release file for http://debian.noc.ntua.gr/debian/dists/buster-updates/InRelease is expired (invalid since 14h 43min 3s). Updates for this repository will not be applied.
11:09.30garothere are too much services running: i'll do just have to do in steps so that i don't miss anything
11:09.48ratracegaro: i'd really recommend the VM way
11:09.51*** join/#debian diogenes_ (~diogenes_@93.116.130.26)
11:10.08ratraceunless you're okay with services failing and general downtime until you catch up with major config changes and backward incompatibilities
11:10.13Matroxshould i somehow notify them? change server in apt/sources , or just wait?
11:10.28willow_remebers my last major upgrade and dealing with postgres pg_upgradecluster and a bunch of dovecot conf file changes. not fun.
11:10.31ratraceMatrox: yes
11:10.39garook, i'll follow your suggestion. I have backups anyway
11:11.58ratracepostgres upgrades will be a mess, because you need both bins for every upgrade step. better dump and restore
11:12.56willow_IIRC i had to upgrade minor versions incrementally before it allowed to upgrade to the next major version
11:13.21ratraceyes because in postgres the minor versions WERE major vesions until 10.x
11:13.32willow_basically it *wasn't smooth*  :-/
11:13.46jellyMatrox: if it's a mirror in the official lists, there are automated tests in place which will detect their mirror's gone too old (that happens after 14 days of no updates I think)
11:14.06ratracenow 10.x, 11.x, 12.x  are whwat 9.7.x, 9.8.x and 9.9.x would've been
11:14.10jellypick a different one in the meantime
11:14.56*** join/#debian Arimil (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
11:15.02willow_also picking through dovecot's multifarious conf files *wasn't smooth*  LOL
11:15.19Matroxjelly, so main debian mirrors are 14 days ahead of me?
11:16.04ratracewillow_: that switch from one to gazillion confs was very stupid. I kept on single dovecot.conf even today.
11:16.47jellyMatrox: that mirror is more than 14 days behind.
11:16.50willow_ratrace: :-)
11:17.42jellyratrace: i like being able to put only local modifications into a local.conf
11:18.10ratracejelly: well fine that's a single (and default)  include_try, and basically still one file to maintain
11:18.22garohm, seems to run subversion, i wonder if that will be easy to upgrade...
11:18.25garoWho even uses this ? Couldn't they just from CVS to git
11:18.37garos/just/just switch/
11:18.43*** join/#debian willcl_ark (~quassel@cpc123762-trow7-2-0-cust7.18-1.cable.virginm.net)
11:18.51*** join/#debian hubutm20 (~hubutm20@p200300eb4702cb0064f4bfc7b1f977eb.dip0.t-ipconnect.de)
11:19.13ratracegaro: BSDs use svn and cvs. then again they still think it's 1980s and everything is a text file.
11:19.47jellygaro: LTS isn't done by volunteers, it's a paid effort separate from Debian Security Team
11:20.01*** join/#debian iliv (~iliv@93.77.147.152)
11:21.34jellygoing 7 -> 8 -> 9 -> 10 is not too many steps
11:21.55jellyif you have enough debian experience already
11:22.26ratrace"apt ugprade" itself maybe isn't, but config changes and other things packages specific may be an epic weeklong endeavor.
11:22.37garobut it will take a long time...
11:22.54garoa really, really, long time
11:22.55*** join/#debian manopola (~manoqola@gateway/tor-sasl/manopola)
11:22.55ratraceVM, install, configure, test, and redeploy in prod when ready.
11:25.02*** join/#debian fossrox (~fossrox@unaffiliated/fossrox)
11:25.52jellyon one hand, that's true if you want to make everything work for each release upgrade.  But you don't have to.
11:26.22*** join/#debian shtrb (~shtrb@unaffiliated/shtrb)
11:26.24jellyso apache access rules break after 7 -> 8?  Don't care, fix them when you get to 10
11:26.56shtrbhow can I duplicate audio on several outputs at once , I wish to connect three headsets and for each to play the same audio
11:27.49*** join/#debian zeden (~user@unaffiliated/zeden)
11:27.54*** join/#debian HerbY_NL2 (~HerbY_NL2@82-197-210-209.dsl.cambrium.nl)
11:28.14jellygaro: it's 2-4 hours per release upgrade if it's not your first time doing that particular step.  So 6-12 hours, and then a week fixing things at the worst
11:28.46jellydoing a fresh install is always nice, but one of the nice things about Debian is you don't _have to_
11:29.01*** mode/#debian [+l 1170] by debhelper
11:29.44shtrbjelly, assuming you CAN fix it
11:30.16jellyshtrb: I can always fix it.
11:30.40shtrbyou,  maybe , the rest of us not so much  :D
11:30.55jellyor at least, haven't found a release upgrade issue that couldn't be fixed, going from Debian 2.1 until now
11:31.17*** join/#debian winy (~vince@82-64-134-124.subs.proxad.net)
11:31.29shtrbRIP KDE` 3.5 , no plasma fix can fix it to this day :)
11:32.10jellyit's go basic functionality that I need, even if it had to be configured anew
11:33.06jellyand component apps can be ignored or replaced.  amarok 2 sucks?  clementine is good enough.
11:34.12shtrbisn't clementine dead project ?
11:35.14jellythat was just an example.  I don't know how dead it is, it still works and is installable.
11:35.50shtrb,v clementine
11:35.52juddPackage: clementine on amd64 -- jessie: 1.2.3+dfsg-2+b1; stretch: 1.3.1+git276-g3485bbe43+dfsg-1; buster: 1.3.1+git609-g623a53681+dfsg-1; bullseye: 1.4.0~rc1+git174-gcb64d9705+dfsg-2+b2; sid: 1.4.0~rc1+git346-g4e3e9c8d1+dfsg-1
11:38.39*** join/#debian hiq[m] (hiqmatrixo@gateway/shell/matrix.org/x-ysdsovorqkyffvyk)
11:43.12*** join/#debian TomyWork (~TomyLobo@p200300e80f4d5400bc39ab5dc5d10e2b.dip0.t-ipconnect.de)
11:43.29*** join/#debian s8548a_ (~s8548a@unaffiliated/s8548a)
11:43.43*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
11:48.12*** join/#debian shibboleth (~shibbolet@gateway/tor-sasl/shibboleth)
11:48.26*** join/#debian Mazhive (~Mazhive@143.0.32.23)
11:49.40*** join/#debian winy (~vince@pop.92-184-116-164.mobile.abo.orange.fr)
11:49.41*** join/#debian greknod3 (~g@ppp121-45-131-160.bri-pow-que-bras31.tpg.internode.on.net)
11:51.41*** join/#debian HerbY_NL2 (~HerbY_NL2@82-197-210-209.dsl.cambrium.nl)
11:54.56*** join/#debian Trieste_ (~T@unaffiliated/trieste)
11:55.25*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
11:56.23*** join/#debian nsegkos (Thunderbir@gateway/vpn/mullvad/nksegos)
11:58.18*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
12:03.51deadromjelly the nv was not in until a moment ago, which indeed introduces a new thing, it recovers every couple seconds telling from Xorg.0.log. but otherwise I have been a hppy nv/linux users for *years*
12:05.51shtrbjelly, do you have a clue about my question about duplicting audio source ?
12:06.44*** join/#debian nsegkos (~Thunderbi@2a01:cb15:93:1800:e5b1:5090:7184:c5e4)
12:07.07*** join/#debian nsegkos (~Thunderbi@2a01:cb15:93:1800:e5b1:5090:7184:c5e4)
12:07.50jellyshtrb: no
12:08.51shtrb:-/ thnaks
12:08.53*** join/#debian s8548a (~s8548a@unaffiliated/s8548a)
12:10.03jellyPA usually has a virtual sink called something like "Simultaneous output to every-audio-card-in-the-system"
12:10.37*** join/#debian s8548a_ (~s8548a@unaffiliated/s8548a)
12:10.42jellybut you've probably already seen that, and I have no info how to generalize that
12:11.10*** join/#debian wrksx_ (~wrksx@60.91.83.79.rev.sfr.net)
12:11.59jellyshtrb: saying "rtfm" seems useless, so if that's the best I can say, I keep quiet.  That also means you don't have to ask me if I know something about foo separately.  If I knew, and I had the time, I'd have commented.
12:13.45*** join/#debian Amun_Ra (~amun-ra@retro.rocks)
12:14.30deadromshtrb, only skimmed the chat, but do you know of Trinity Desktop? based on last 3.5. not too active but works.
12:14.31shtrbthanks
12:16.23*** join/#debian captSamIngram (~Thunderbi@unaffiliated/captsamingram)
12:17.28shtrbyes i know , every day I promise to myself I would move back to it as soon as I could , and I fail (as it is also not in debian as far as I remember )
12:18.10shtrb,v trinity
12:18.11juddPackage: trinity on amd64 -- jessie: 1.3-1; stretch: 1.7-1; buster: 1.8-6; bullseye: 1.9+git20200331.4d2343bd18c7b-1; sid: 1.9+git20200331.4d2343bd18c7b-1
12:18.19shtrboh bummer , sorry
12:18.38jellythat might be a different thing
12:18.45shtrbit is
12:20.10*** join/#debian hmuller (~hmuller@2601:404:ce00:1b57:7285:c2ff:fe61:40ac)
12:23.30willow_shtrb: maybe this is useful to you: https://linuxconfig.org/how-to-enable-multiple-simultaneous-audio-outputs-on-pulseaudio-in-linux
12:29.36*** join/#debian polymorphisme1 (~Thunderbi@2a01:e0a:208:ddc0:7627:eaff:fe50:a29b)
12:29.53shtrbThank you willow_ and jelly , I will revise what I had done maybe I had missed some intellectually chalenged  thing
12:33.12*** join/#debian taman (~znc1@2a00:1098:82:30::94)
12:33.26*** join/#debian jpe (~jp@88.130.222.82)
12:35.09*** join/#debian babygnu (~robert@gateway/tor-sasl/babygnu)
12:38.48*** join/#debian taman (~znc1@2a00:1098:82:30::94)
12:40.25*** join/#debian norbert (~norbert@unaffiliated/norbert)
12:40.32norbertyo yo yo
12:40.45norbertI have a question; why does the former give 0 results and the latter 2?
12:40.49norbert@ren /home/norbert # apt search e-book|grep calibre
12:40.49norbert@ren /home/norbert # apt search calibre|grep e-book
12:40.49norbertp   calibre                         - powerful and easy to use e-book manager
12:40.49norbertp   calibre-bin                     - powerful and easy to use e-book manager
12:40.49*** kick/#debian [norbert!~debhelper@unaffiliated/debhelper] by debhelper (flood)
12:40.52*** join/#debian norbert (~norbert@unaffiliated/norbert)
12:41.31norbertlittle weird that when I search for e-book, there's calibre with e-book in its description, yet it's not showing up...
12:42.11*** join/#debian nksegos (~Thunderbi@2a01:cb15:93:1800:e5b1:5090:7184:c5e4)
12:43.11*** part/#debian norbert (~norbert@unaffiliated/norbert)
12:43.15*** join/#debian affix (~affix@fedora/affix)
12:43.46*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
12:44.22*** join/#debian thiras (~thiras@unaffiliated/thiras)
12:46.26*** join/#debian gpunk (~gpunk@170.81.13.93.rev.sfr.net)
12:47.24*** join/#debian MikeDebian (~none@bl12-167-178.dsl.telepac.pt)
12:48.21*** join/#debian derpadmin (~derpadmin@cloudbase.200013.net)
12:54.35*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
12:54.44*** join/#debian martinus__ (~martin@86.16.201.77.rev.sfr.net)
12:55.40*** join/#debian slv (~slv@209.6.49.147)
12:56.55*** join/#debian debsan (~debsan@unaffiliated/debsan)
13:00.36*** join/#debian corey1 (~corey@cpe-65-30-129-133.wi.res.rr.com)
13:00.56*** join/#debian funnyhex89 (~root@86-92-140-44.fixed.kpn.net)
13:02.41*** join/#debian steven_saus (~steven_sa@cpe-74-131-36-220.kya.res.rr.com)
13:02.43*** join/#debian nifker (~Thunderbi@200116b80adeb300b99e6e70f97a214a.dip.versatel-1u1.de)
13:05.58deadromaptitude -t buster-backports search nvidia  <- won't list the nvidia 450 driver from buster-backports. how do I properly search the bp repos?
13:06.31*** join/#debian luna_is_here_ (~quassel@port-92-200-146-40.dynamic.as20676.net)
13:06.50*** join/#debian paulgrmn (~paulgrmn@c-98-250-183-21.hsd1.mi.comcast.net)
13:07.22*** join/#debian EagleTRG (~eagletg@c-68-80-69-121.hsd1.pa.comcast.net)
13:09.30*** join/#debian nifker (~Thunderbi@200116b80adeb300b99e6e70f97a214a.dip.versatel-1u1.de)
13:13.13*** join/#debian Mad_Hat (~Mad_Hat@wsip-70-185-88-7.ks.ks.cox.net)
13:14.10*** join/#debian jpe (~jp@88.130.222.82)
13:14.11hmullernorbert: I get two results for the first, calibre and calibre-bin
13:14.58avume too. But they're gone
13:20.37*** join/#debian Crises (~Crises@unaffiliated/crises)
13:24.03*** join/#debian Haudegen (~quassel@91.114.49.10)
13:25.00codedmartI tried running `sudo btrfs fi du / -s` and I get a few "failed to walk dir/file: ... permission denied" messages and then `ERROR: cannot check space of '/': Permission denied`?
13:25.33LtLdeadrom: apt search nvidia  wil show all matches from backports, and all sources
13:28.39*** join/#debian Streaker (~Streaker@unaffiliated/streaker)
13:29.15*** join/#debian polymorphisme1 (~Thunderbi@2a01:e0a:208:ddc0:7627:eaff:fe50:a29b)
13:35.24*** join/#debian madage (~madage@gateway/tor-sasl/madage)
13:36.33*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:0:db01:be7a:1c9a)
13:38.10deadromspeaking of apt: does it have a single-line mode?
13:39.49Brigodeadrom, ?
13:40.11*** join/#debian palimaar (~oasd@KD113148020047.ppp-bb.dion.ne.jp)
13:40.58deadromwel,, like aptitude search. the apt multi line format is messy to me
13:41.20deadromLtL, did not add contrib and non-free.. my fault
13:43.25Brigodeadrom, i didn't even know apt has multi line mode. I have ever used it single line.
13:43.52deadromBrigo, when you apt search the output is across 3 lines
13:44.14*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
13:44.21deadrom...per match
13:45.39*** join/#debian wr201 (~wrodrigue@210.89.38.200)
13:46.39*** join/#debian puke (~vroom@217.138.252.180)
13:48.45Brigoah, the output, right, i was thinking about the input, sorry.
13:49.01*** mode/#debian [+l 1176] by debhelper
13:49.20Brigodeadrom, use apt-cache search
13:51.29Brigodeadrom, and you can try axi-cache too, is faster and a bit weird.
13:52.19*** join/#debian Raito_Bezarius (~Raito_Bez@unaffiliated/raito-bezarius/x-8764578)
13:52.55LtLdeadrom: aptitude search outputs a wide format, on a small screen i imagine multiple lines would be normal. when i do aptitude search i get only one line entries
13:53.37*** join/#debian blurkis (~blurkis@213-67-53-121-no157.tbcn.telia.com)
13:54.53deadromBrigo, when I use apt-cache, say apt-cache search intel-microcode it shows me the package name, but not which repos it was found in.
13:55.07*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
13:55.44deadromLtL, yes, and I'd like apt to put all in one line like aptitude. I'll live, but does not help with clarity.
13:56.21*** join/#debian hanasaki (~hanasaki@pool-71-179-12-157.bltmmd.fios.verizon.net)
13:57.16*** join/#debian rsx (~rsx@ppp-188-174-134-17.dynamic.mnet-online.de)
13:58.08*** join/#debian donofrio (~donofrio@host-252.subnet-17.med.umich.edu)
13:59.57*** join/#debian cromnion (~cromnion@173.244.200.125)
14:00.44*** join/#debian aesthe (~aesthe@192-195-83-200.static.monkeybrains.net)
14:01.21*** join/#debian cromnion (~cromnion@173.244.200.125)
14:04.21*** join/#debian dez (uid92154@fedora/deSouza)
14:10.46*** join/#debian mcossey (mcossey@gateway/vpn/mullvad/mcossey)
14:15.13*** join/#debian Antioch (~Antioch@h175-177-044-119.catv02.itscom.jp)
14:16.45*** join/#debian Jerrynicki (~niklas@p200300f5770817004022dc6c5e4d3ee6.dip0.t-ipconnect.de)
14:19.28*** join/#debian mohabaks (~mohabaks@gateway/tor-sasl/mohabaks)
14:20.04*** join/#debian anonymip (~anonymip@unaffiliated/anonymip)
14:20.11*** join/#debian n4dir (~n4dir@i59F77C1B.versanet.de)
14:25.19*** join/#debian stree (~stree@50-108-72-205.adr01.mskg.mi.frontiernet.net)
14:26.04*** join/#debian mtn (~mtn@unaffiliated/mtn)
14:26.54*** join/#debian bn_work (uid268505@gateway/web/irccloud.com/x-yoegrdbvbrujkubs)
14:26.56deadromjelly, nv450+5.8.0 from backports, same recovery errors in Xorg.0.log
14:27.13deadromeither hardware or something about that pcie stunt I'm unaware of
14:27.57*** join/#debian Kamilion (kamilion@botters/Kamilion)
14:28.01*** join/#debian Kulrak (Kulrak@tlug/member/kulrak)
14:28.23*** join/#debian fstd_ (~fstd@unaffiliated/fisted)
14:29.36deadromonly other board I have right now is legacy, non uefi - does anything speak against using that?
14:30.27n4dirwhen using "apt-cache search" pattern  with special characters, man apt-get says it uses . ? and * as regular expressions, while man apt-cache speaks of Posix regular expressions. How does it look at a "+" in the search pattern ?
14:31.07n4dirto put it different: how to search for a pattern with a + character in it (and, if possible, why) ?
14:31.50*** join/#debian Barralastic (~Barralast@92.255.124.118)
14:32.44*** join/#debian fstd (~fstd@unaffiliated/fisted)
14:33.01*** join/#debian cromnion (~cromnion@173.244.200.125)
14:33.46*** join/#debian babygnu (~robert@gateway/tor-sasl/babygnu)
14:34.42*** join/#debian OlCe (~user@amarseille-657-1-5-191.w90-8.abo.wanadoo.fr)
14:36.13*** join/#debian ChmEarl (~chmearl@unaffiliated/prymar56)
14:37.07*** join/#debian Grldfrdom (uid391113@gateway/web/irccloud.com/x-pbyomdxqufywjjbb)
14:38.16*** join/#debian ax562 (aec2ce6f@unaffiliated/ax562)
14:38.30*** join/#debian pathompong (~user@49.49.240.228)
14:39.01*** mode/#debian [+l 1183] by debhelper
14:40.41pathompongHello everybody, I have a little problem about autoScorlling. I've searched and found that my 'Page Down' key is auto-pressing. The problem is like the one which is demostrated in this video: https://www.youtube.com/watch?v=yOVa5ZhUxnI.
14:40.42*** join/#debian bolovanos__ (~bolovanos@185.8.239.54)
14:41.49delial@n4dir, you need 2 backslashes to get a backslash to escape the + sign: apt-cache search \\+
14:42.12pathompongThe video's solution is by downloade Keytweak, which I guess not work in Debian. But if it works then it is not by free software way. Does anybody have any idea how to fix it?
14:42.18n4dirdelial: ok, and why?
14:42.47*** join/#debian cg505 (~cg505@flood.ocf.berkeley.edu)
14:44.19n4diris it seen as a regex? that is my question? and by apt-cache ?
14:44.42*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
14:44.48*** join/#debian Ycarus (~Ycarus@2001:bc8:47b0:1b0b::1)
14:45.20*** join/#debian AquaL1te (~AquaL1te@unaffiliated/aqual1te)
14:45.20*** join/#debian deicide- (~deicide-@unaffiliated/deicide-)
14:46.15*** join/#debian dotcom (~dotcom@216.16.52.218)
14:46.38pathompongMy laptop is acer E5-572G-78HY. And this problem has been arising since this week. It's maybe affected by some update/upgrade?
14:47.00*** join/#debian sweatsuit (~sweatsuit@unaffiliated/sweatsuit)
14:48.07pathompongI've tried to use backward kernel but the problem didn't solved. Now my 'uname -a' command show me my machine system is Linux aceraspiree15 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux
14:49.11delialn4dir: `apt-cache search` expects a regex, and backslashes have meaning in bash so they need to be escaped. Interestingly, `apt-get install` has special handling for '+' and '-', so it first tries to see if you want to add/remove the package before falling back to a posix regex if the package name has a '.', '?', or '*'
14:49.45*** join/#debian ctrlbreak_MAD (~ctrlbreak@159.2.182.106)
14:49.46n4dirdelial: ok, thanks a lot. I think i got it.
14:49.59*** join/#debian greycat (~greg@209.142.155.49)
14:51.31*** join/#debian AquaL1te (~AquaL1te@unaffiliated/aqual1te)
14:51.43pathompongOr I need to do something with my hardware?
14:51.46delialHello, newb contributor here. I have a manpage to contribute to resolve a bug, but I'm not sure the process for contributing it. Should I just email it to the package maintainer?
14:53.42greycatAttach it in your email to the bug.
14:54.50delialgreycat: thx!
14:55.13*** join/#debian k4nz (~Thunderbi@115.196.141.158)
14:55.22*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
14:58.49*** join/#debian Ooze (~Ooze@unaffiliated/ooze)
15:00.20*** part/#debian deadrom (5dcba71e@p5dcba71e.dip0.t-ipconnect.de)
15:02.51*** join/#debian HerbY_NL2 (~HerbY_NL2@82-197-210-209.dsl.cambrium.nl)
15:03.42*** join/#debian cromnion (~cromnion@173.244.200.125)
15:04.46*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
15:05.40*** join/#debian k-man (~jason@unaffiliated/k-man)
15:06.02*** join/#debian citypw (~citypw@gateway/tor-sasl/citypw)
15:07.01*** join/#debian Oksana (~Wikiwide@Maemo/community/ex-council/Wikiwide)
15:07.43*** join/#debian Elirips (~Elirips@242.109.22.178.ftth.as8758.net)
15:08.31*** join/#debian kini (~kini@unaffiliated/kini)
15:09.02*** mode/#debian [+l 1190] by debhelper
15:11.10*** join/#debian diogenes_ (~diogenes_@188.208.120.175)
15:11.34*** join/#debian corey1 (~corey@cpe-65-30-129-133.wi.res.rr.com)
15:13.03*** join/#debian Python1320 (Python1320@unaffiliated/python1320)
15:13.56*** join/#debian Tom01 (~tom@a89-183-22-58.net-htp.de)
15:14.28*** join/#debian |subz3r0| (~subz3r0@unaffiliated/subz3r0/x-1361105)
15:15.06*** join/#debian nsegkos (Thunderbir@gateway/vpn/mullvad/nksegos)
15:20.49*** join/#debian bertbob (~bertbob@67-2-74-121.slkc.qwest.net)
15:21.05*** join/#debian vonsyd0w (~vonsyd0w@unaffiliated/vonsyd0w)
15:21.26*** join/#debian exceptionz (~exception@taylor.uberspace.de)
15:21.28*** join/#debian Ycarus (~Ycarus@2001:bc8:47b0:1b0b::1)
15:22.40*** join/#debian diniwed (~gavron@ool-44c21938.dyn.optonline.net)
15:28.23*** join/#debian nt1036 (~nt1036@2605:e000:1805:4ebb:54ec:1cc2:68f7:94f2)
15:29.12*** join/#debian cromnion_ (~cromnion@173.244.200.125)
15:31.54*** join/#debian ob-sed___ (~obesd@unaffiliated/obesd)
15:32.14*** join/#debian ledeni (~ledeni@fedora/ledeni)
15:35.57*** join/#debian alex11 (~alex11@bras-base-mtrlpq5302w-grc-32-76-71-172-84.dsl.bell.ca)
15:39.38zerocoolhey ya'll. im experiencing something weird. i have a dell pe t440, stock nics (broadcom netxtreme bcm5720), used the non-free firmware media for installation (debian 10), fully updated.
15:39.54zerocoolproblem is, i cannot seem to vlan.
15:40.33zerocool/etc/network/interfaces is configured properly but the only network i'm getting is native vlan/untagged
15:41.09zerocoolwhen i change the native vlan on the switch port, i dhcp to the proper network.
15:42.08*** join/#debian milkt (~debian@gateway/tor-sasl/milkt)
15:42.11zerocoolin /etc/modules i have... 8021q, vhost_net, loop, lp, rtc, bonding.
15:42.37sneyeven with the firmware I'd trust bnx2 about as far as I could throw the whole server. maybe check if something is disabled in the bios? otherwise better gigabit nics are not super expensive
15:42.38*** join/#debian mtn (~mtn@unaffiliated/mtn)
15:43.31zerocoolsney: you know... i haven't checked bios, can't imagine why i'd have to do that but never know. :) thanks for the suggestion
15:43.59*** join/#debian |subz3r0| (~subz3r0@unaffiliated/subz3r0/x-1361105)
15:44.14*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
15:46.46*** join/#debian Error451 (~R@unaffiliated/mastergrab)
15:46.51*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
15:53.28*** join/#debian leoni (~leoni@181.23.206.162)
15:54.56*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
15:55.40*** join/#debian dreamon (~dreamon@unaffiliated/dreamon)
15:57.13*** join/#debian cromnion (~cromnion@173.244.200.125)
15:58.30*** join/#debian Matrox (~Matrox@188.4.137.6.dsl.dyn.forthnet.gr)
16:01.35*** join/#debian Ericounet (~Eric@2a01:e0a:d0:3c20:d41:a498:c5cd:c7c7)
16:03.14*** join/#debian v01t (~matrixbot@i59F539F3.versanet.de)
16:07.15*** join/#debian huwjr (~huwjr@host86-147-12-154.range86-147.btcentralplus.com)
16:07.40*** join/#debian pingfloyd (~pingfloyd@unaffiliated/pingfloyd)
16:10.15*** join/#debian sdoubleyou (~sdoubleyo@unaffiliated/sdouble25)
16:10.26*** join/#debian hubutm20__ (~hubutm20@p200300eb4702cb0064f4bfc7b1f977eb.dip0.t-ipconnect.de)
16:10.43*** join/#debian phwalkr (~phwalkr@unaffiliated/phwalkr)
16:11.32*** join/#debian chele (~chele@ip5b416ea2.dynamic.kabel-deutschland.de)
16:17.42*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
16:17.42*** join/#debian manopola2 (~manoqola@gateway/tor-sasl/manopola)
16:24.51*** join/#debian CrystalMath (~coderain@reactos/developer/theflash)
16:25.23jhutchinszerocool: Basic network troubleshooting.  Ping localhost, ping local DHCP/Gateway, ping 8.8.8.8, ping google.com.
16:25.49jhutchinszerocool: Ping the system you're trying to connect from, ping from that system to your host.
16:29.02*** mode/#debian [+l 1183] by debhelper
16:30.33*** join/#debian cromnion (~cromnion@173.244.200.125)
16:32.12*** join/#debian HerbY_NL2 (~HerbY_NL2@82-197-210-209.dsl.cambrium.nl)
16:33.23*** join/#debian ob-sed (~obesd@unaffiliated/obesd)
16:34.04*** join/#debian rf-n00b (rf-n00b@gateway/vpn/privateinternetaccess/rf-n00b)
16:36.44*** join/#debian banisterfiend (~textual@ruby/staff/banisterfiend)
16:37.53karlpincWhat package has the gcc docs?  (I'm looking for cpp, but can't seem to find any of the docs for some reason.)
16:38.57karlpinc!tell delial about reportbug
16:39.04karlpincdelial: In case you don't know.
16:39.59*** join/#debian finalbeta (~finalbeta@ptr-e2o38d555rqcb3bv794.18120a2.ip6.access.telenet.be)
16:42.39*** join/#debian zapatista (~zapatista@94.54.29.188)
16:42.53delialkarlpinc: I already sent it in via bugs.debian.org, but thx for the info! reportbug is awesome!
16:44.14*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
16:46.05*** join/#debian fossrox (~fossrox@unaffiliated/fossrox)
16:47.25*** join/#debian SlaSerX (~Linux@unaffiliated/slaserx)
16:48.09*** part/#debian SlaSerX (~Linux@unaffiliated/slaserx)
16:49.03*** join/#debian Kaboon (~kaboon@82-74-12-166.cable.dynamic.v4.ziggo.nl)
16:49.27*** join/#debian Steeve (~steve@unaffiliated/steeve)
16:50.37*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
16:51.55genr8_I have a bug too
16:52.18genr8_i'm getting a lot of segfaults in libglib2.0-0
16:53.03genr8_xfce4-panel[1808]: segfault at 1e ip 00007d0eb94629ea sp 00007fff4d4d4580 error 4 in libglib-2.0.so.0.5800.3[7d0eb9412000+7e000]   xfdesktop[1812]: segfault at 1e ip 00007c048154e9ea sp 00007ffec5179ba0 error 4 in libglib-2.0.so.0.5800.3[7c04814fe000+7e000] gmain[2088]: segfault at 1e ip 00007bd3ac6339ea sp 00007bd3a9b94470 error 4 in libglib-2.0.so.0.5800.3[7bd3ac5e3000+7e000]    traps: mate-system-log[1715] trap int3 ip:7ecd6d712c75 sp:7ffde935b270
16:53.03genr8_error:0 in libglib-2.0.so.0.5800.3[7ecd6d6da000+7e000]
16:53.40genr8_the mate-system-log one gave me some clues :   ../../../../gtk/gtktextbtree.c:4041: byte index off the end of the line  Byte index 6176 is off the end of the line
16:53.56tamanWhat do the errors at lines 10 and 11 mean in <https://paste.debian.net/1168293/> ?  It didn't stop wlan0 from getting an ip address so does they matter?
16:54.09tamans/does/do/
16:54.26jellykarlpinc: gcc docs are not free by DFSG standards; you have to enable contrib and non-free sources to be able to install gcc-doc
16:54.45jelly!non-free sources
16:54.45dpkgEdit /etc/apt/sources.list, ensure that the two main Debian mirror lines end with "main contrib non-free" rather than just "main", then «apt-get update».  But bear in mind that you'll be installing <non-free> software.  These may have onerous terms; check the licenses.  See also <sources.list>.
16:54.49karlpincjelly: Should have thought of that.  Thanks.
16:54.50sneytaman: looks like dhclient tried to send a bigger packet than your link supported, but was able to negotiate the right size afterwards
16:54.50*** join/#debian nksegos (~Thunderbi@45.83.220.216)
16:55.33sneygenr8_: to keep following that thread, see https://wiki.debian.org/HowToGetABacktrace, though glib2.0 stuff is usually very stable so you may want to test your memory as well.
16:55.52*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
16:55.56tamansney, ok... I don't think I've seen it before.  This is is since I've configured wireguard.  It isn't stopping me using irc for example.
16:56.03genr8_yea that was my next question
16:56.14genr8_I should be able to replicate the crash
16:56.15tamanIs that a Known Thing?
16:57.47sneyif it's a wireguard interaction it might be known somewhere, but wg isn't widespread enough yet for stuff like that to be common knowledge
16:57.55*** join/#debian EagleTG (~eagletg@c-68-80-69-121.hsd1.pa.comcast.net)
16:58.04sneybut if it's not breaking anything I wouldn't worry about it
16:58.10*** join/#debian Haudegen (~quassel@91.114.49.10)
16:58.14*** join/#debian cromnion (~cromnion@173.244.200.125)
16:59.56tamansney, thanks... I'm a pioneer!
17:00.06*** join/#debian gpunk (~gpunk@170.81.13.93.rev.sfr.net)
17:01.18*** join/#debian gpunk (~gpunk@170.81.13.93.rev.sfr.net)
17:04.10*** join/#debian Jerrynicki (~niklas@p200300f5770817004022dc6c5e4d3ee6.dip0.t-ipconnect.de)
17:09.45*** join/#debian platvoeten (~platvoete@178-85-122-247.dynamic.upc.nl)
17:11.16astronavthow are users meant to use 'webext-*' packages?
17:11.34*** join/#debian ceska (~Cieska@31.124.204.126)
17:13.26astronavte.g. in firefox, if i do `apt install webext-ublock-origin-firefox`, will it be added to FF automatically, as if i had added it through the firefox addons interface? or will i need to add it manually somehow?
17:14.19sneyafaik it will be added automatically. you may need to restart the browser.
17:17.21*** join/#debian mtn (~mtn@unaffiliated/mtn)
17:18.57*** join/#debian debsan (~debsan@unaffiliated/debsan)
17:20.54*** join/#debian Urk (~Gigglebyt@2601:647:5a00:34::5f03)
17:20.58*** join/#debian dtcrshr (~dtcrshr@unaffiliated/datacrusher)
17:21.37*** join/#debian zalt__ (~devp@unaffiliated/lambda443)
17:22.26*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
17:26.41*** join/#debian cromnion (~cromnion@173.244.200.125)
17:26.50*** join/#debian platvoeten (~platvoete@178-85-122-247.dynamic.upc.nl)
17:29.36*** join/#debian fflori (~fflori@194.230.155.224)
17:34.26*** join/#debian zalt___ (~devp@unaffiliated/lambda443)
17:36.46*** join/#debian dead (~dead@unaffiliated/dead)
17:37.12karlpincjelly: AFAICT there are no gcc-7 doc packages.  https://sources.debian.org/search/gcc/  So, no gcc docs in buster.  (That's ... odd.)
17:37.18deadwell this is a very odd problem...all of the sudden when I try to take a screenshot with `import` command. Awesome-window manager stops responding, until the screenshot is taken
17:37.45deadI can't switch screens or anything, it just freezes the display until I take screenshot...never had this issue in my life wtf?
17:38.05*** join/#debian Prints (~333@unaffiliated/prints)
17:38.06karlpincdead: (Dunno.  I use scrot, if you want to try a work-around.)
17:38.08deadif i switch screens, after the snapshot, it goes to that screen like it did switch but the video didn't update
17:38.11deadvery very strange
17:38.33jelly,depends gcc-doc
17:38.34juddNo package named 'gcc-doc' was found in buster/amd64.
17:38.48deadim thinking compositing is causing this or something, let me try scrot
17:39.09jelly,v gcc-doc
17:39.10juddPackage: gcc-doc on amd64 -- jessie/contrib: 5:4.9.1-3; stretch/contrib: 5:6.1.0-1; buster-backports/contrib: 5:8.3.0-1~bpo10+1; bullseye/contrib: 5:10.1.0-1; sid/contrib: 5:10.1.0-1
17:39.19jellyhuh!
17:39.54jellykarlpinc: I guess they were buggy?  you got backports of gcc-8-doc / gcc-doc there
17:40.10*** join/#debian gangstacat (~gangstaca@unaffiliated/gangstacat)
17:40.11*** join/#debian Dreadnaught (Kulrak@tlug/member/kulrak)
17:40.21*** join/#debian Examknow (~examknow@unaffiliated/examknow)
17:40.27greycathttps://tracker.debian.org/news/1000584/gcc-doc-defaults-removed-from-testing/
17:42.28*** join/#debian Kulrak (Kulrak@tlug/member/kulrak)
17:44.02*** join/#debian Examknow (~examknow@unaffiliated/examknow)
17:44.15*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
17:45.24*** join/#debian dreamon (~dreamon@unaffiliated/dreamon)
17:46.42*** join/#debian mirrorbird (~psutcliff@2a00:801:42b:7891:16b1:e53f:55b2:15e1)
17:49.01*** mode/#debian [+l 1190] by debhelper
17:54.57*** join/#debian Rothgar (~admin@ppp201-15.static.internode.on.net)
17:57.48*** join/#debian cromnion (~cromnion@173.244.200.125)
18:01.25*** join/#debian format_c (~format_c@unaffiliated/format-c/x-8927423)
18:02.02*** join/#debian kriger (~norge@unaffiliated/kriger)
18:02.48*** join/#debian blurkis (~blurkis@213-67-53-121-no157.tbcn.telia.com)
18:05.00*** join/#debian highvoltage (~highvolta@ubuntu/member/highvoltage)
18:05.03*** join/#debian ikus060 (~ikus060@173-246-15-25.qc.cable.ebox.net)
18:05.04*** part/#debian highvoltage (~highvolta@ubuntu/member/highvoltage)
18:05.49karlpincI say we dock the gcc maintainer's pay.
18:09.15*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
18:10.42jellythey're getting a 10% reduction from the current 0
18:11.26GNU\colossusmake that a 20% reduction instead, to really drive the message home
18:12.14*** join/#debian manopola2 (~manoqola@gateway/tor-sasl/manopola)
18:12.53jellyDebian Human Resources are not animals.
18:13.10jellyit's 10% and public flogging
18:13.38delialthe gcc maintainer: promise?
18:17.20*** join/#debian fossrox (~fossrox@unaffiliated/fossrox)
18:18.13*** join/#debian NotKyros (kyros@gateway/vpn/privateinternetaccess/kyros)
18:22.26*** join/#debian R2AMO (~rdanilov7@skazo4nik.comex.ru)
18:23.00*** join/#debian c10l (~c10l@2a01:4b00:9d42:9602::1e0)
18:26.50*** join/#debian eventhorizon5 (~smuxi@c-98-228-26-70.hsd1.il.comcast.net)
18:29.10*** join/#debian bubi67 (~klo_jnk@139.47.18.160)
18:29.50*** join/#debian cromnion (~cromnion@173.244.200.125)
18:34.00*** join/#debian gryffus (~gryffus@unaffiliated/gryffus)
18:38.38*** join/#debian HelloShitty (~narayan@bl20-171-222.dsl.telepac.pt)
18:42.15*** join/#debian egos (~egos@mc3.data.slu.se)
18:42.17*** join/#debian gelignite (~gelignite@55d4b336.access.ecotel.net)
18:42.42*** join/#debian brokencycle (~brokencyc@2a02:c7f:c67d:d100:bd40:cfee:acc4:e048)
18:42.44*** join/#debian BrianG61UK_ (~BrianG61U@2a02:8010:66b7:dddd:1036:b353:81:4195)
18:46.43*** join/#debian debhack (~debhack@85.218.105.190)
18:48.32*** join/#debian chalcedny (~chalcedon@unaffiliated/chalcedony)
18:55.05*** join/#debian linzst (~linzst@unaffiliated/linzst)
18:57.47*** join/#debian freebench (~freebench@92.253.250.48)
18:57.52*** join/#debian shingouz (~not@85-76-23-68-nat.elisa-mobile.fi)
19:01.30*** join/#debian cromnion (~cromnion@173.244.200.125)
19:03.20*** join/#debian madage (~madage@gateway/tor-sasl/madage)
19:03.36*** join/#debian Tobbi (~Tobbi@supertux/tobbi)
19:05.17*** join/#debian zyley (~zyley@unaffiliated/zyley)
19:05.45*** join/#debian Colti (Miramar-FL@2a00:c1e0:0:2:0:1:208:ab5e)
19:08.03*** join/#debian foul_owl (~foul_owl@108.62.57.54)
19:11.49genr8_sney, I think its actually a bug. I found out our libgtk-3-0 version 3.24.5-1 is behind, and a fix that I believe to be related was committed in 3.24.19
19:12.39genr8_and I got a backtrace thats at least 80% complete. still missing some symbols but its close
19:14.03karlpincwonders if the gcc maintainers are paid 0 in dollars, euro, or bitcoin -- you know there are tax implications
19:14.54greycatzorkmids
19:14.57genr8_the problem is theres just so many dang packages to debug when dealing with this.  I thought it was confined to one libglib-2.0 but its not, its linked to gtk-3 and gdk-3 as well :/
19:15.10*** join/#debian HelloShitty (~narayan@bl20-171-222.dsl.telepac.pt)
19:15.56*** part/#debian dead (~dead@unaffiliated/dead)
19:17.30*** join/#debian mohabaks_ (~mohabaks@gateway/tor-sasl/mohabaks)
19:20.25Brigoafaik Debian works in dollars :)
19:22.14*** join/#debian JuggleTux (~tux@194.230.146.79)
19:23.49*** join/#debian c-c (csmr@hilla.kapsi.fi)
19:29.01*** mode/#debian [+l 1183] by debhelper
19:29.35*** part/#debian tanguito (~usr@unaffiliated/tanguito)
19:29.49*** join/#debian Examknow (~examknow@unaffiliated/examknow)
19:30.49*** join/#debian mohabaks_ (~mohabaks@gateway/tor-sasl/mohabaks)
19:31.29*** join/#debian bolovanos (~bolovanos@185.8.239.54)
19:31.43jellyBrigo: monopoly dollars, of course
19:32.01*** join/#debian cromnion (~cromnion@173.244.200.125)
19:32.27*** join/#debian n4dir (~n4dir@i59F77C1B.versanet.de)
19:32.59Brigojelly, really i should have said euros: https://bits.debian.org/2020/10/debian-donation-peertube.html
19:40.11*** join/#debian greycat (~greg@209.142.155.49)
19:40.25*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
19:40.58genr8_i should donate $1 and tell them to update the https://peertube.live letsencrypt certificate that expired back on august 1st
19:42.02*** join/#debian qubenix (~qubenix@66.172.11.228)
19:49.26*** join/#debian escanor (uid387784@gateway/web/irccloud.com/x-dqgxyoqzybkrfguf)
19:50.22*** join/#debian rare_energy (~quassel@c-73-248-161-44.hsd1.nj.comcast.net)
19:52.47*** join/#debian cybiko123 (~cybiko123@thinkpad-18-wlan.dyn.wpi.edu)
19:53.19*** join/#debian madage (~madage@gateway/tor-sasl/madage)
19:53.29*** join/#debian polymorphisme (~Thunderbi@2a01:e0a:208:ddc0:7627:eaff:fe50:a29b)
19:55.36*** join/#debian Prints (~333@unaffiliated/prints)
19:55.59*** join/#debian Spr1ng (~Spr1ng@unaffiliated/spr1ng)
19:58.58*** join/#debian cromnion (~cromnion@173.244.200.125)
20:04.27*** join/#debian wbrawner (~wbrawner@165.22.166.190)
20:06.31*** join/#debian m4rley (~m4rley@207.148.96.120)
20:06.33*** join/#debian Onyx47 (~onyx@95-178-239-132.dsl.optinet.hr)
20:06.50*** join/#debian MI6 (~examknow@unaffiliated/examknow)
20:12.44dob1the fact that firefox has the title "row" on top is because it is the esr version?
20:14.56*** join/#debian catbehemoth (~vasyl@bras-base-lnglpq6100w-grc-17-174-89-2-4.dsl.bell.ca)
20:15.31*** join/#debian p8m (p8m@gateway/vpn/protonvpn/p8m)
20:16.00jmcnaughtdob1: try going to the menu, then "Customize" and look for the "Title Bar" check box in the bottom left corner.
20:17.03dob1jmcnaught, ah nice!
20:19.02*** mode/#debian [+l 1177] by debhelper
20:27.01*** join/#debian bolovanos_ (~bolovanos@185.8.239.54)
20:30.36*** join/#debian astronavt (~astronavt@unaffiliated/astronavt)
20:31.19*** join/#debian coot (~coot@37.30.51.94.nat.umts.dynamic.t-mobile.pl)
20:32.32*** part/#debian owl (~owl@104.238.130.126)
20:34.53*** join/#debian well_laid_lawn (~Jean-luc@203-221-165-155.tpgi.com.au)
20:35.47*** join/#debian pvdp665564 (~pvdp@180-150-101-81.b49665.bne.static.aussiebb.net)
20:40.13*** join/#debian d1cor (~d1cor@unaffiliated/d1cor)
20:41.50*** join/#debian randomgry (~test@unaffiliated/gryllida)
20:48.01*** join/#debian zykotick9 (~zykotick9@fsf/member/zykotick9)
20:51.14*** join/#debian raver (f98f5ce56e@2a02:908:522:3620::1)
20:54.56*** join/#debian Oksana (~Wikiwide@Maemo/community/ex-council/Wikiwide)
20:55.50*** join/#debian Onyx47 (~onyx@95-178-239-132.dsl.optinet.hr)
20:59.02*** mode/#debian [+l 1171] by debhelper
21:07.14*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
21:08.00*** join/#debian moetunes (~Jean-luc@203-221-165-155.tpgi.com.au)
21:08.23*** join/#debian ndegruchy (~ndegruchy@fsf/member/ndegruchy)
21:09.13*** join/#debian DJDan (~DJDan@210.185.115.231)
21:09.31*** join/#debian Gm4n (~Gm4n@unaffiliated/gm4n)
21:15.16*** join/#debian Bjornn- (~Bjornn@2604:6000:1503:3ac:0:db01:be7a:1c9a)
21:15.23*** join/#debian gacekjk (~gacekjk@unaffiliated/jkuchars)
21:15.43*** join/#debian Onyx47 (~onyx@95-178-239-132.dsl.optinet.hr)
21:24.38*** join/#debian phogg (~phogg@pdpc/supporter/student/phogg)
21:25.59*** join/#debian tijara_ (~tijara@dynamic-adsl-78-12-14-12.clienti.tiscali.it)
21:26.58*** join/#debian thiras_ (~thiras@unaffiliated/thiras)
21:30.33*** part/#debian dotcom (~dotcom@216.16.52.218)
21:31.20*** join/#debian mtn (~mtn@unaffiliated/mtn)
21:31.52*** join/#debian Mat63 (a8b5d136@168.181.209.54)
21:31.55Mat63Hi. What are the characters of: Username and Password. Debian 10
21:35.06c-cNAME_REGEX="^[a-z][-a-z0-9]*\$"
21:35.32Mat63When you start in advanced options, you need the user to enter username and password. Since it is installed in the magnetic disk it does this and I can not enter until now
21:35.46hopthat's not active by default, though
21:37.07Mat63I apologize, I will check if I have a password
21:37.43c-cI wonder if name regex omits ., - and _
21:38.41*** join/#debian kZel (~kZel@2.122.229.43)
21:38.47hophm. hm. that regex is commented out in my config on a fresh box
21:38.57hopbut it still is enforced by adduser
21:39.02*** mode/#debian [+l 1165] by debhelper
21:40.05hopc-c: the above regex allows - and digits after the first letter, but nothing else
21:40.06*** join/#debian bonesoul (uid19341@gateway/web/irccloud.com/x-bkwwtdmwhuiezdaj)
21:40.56c-cyep, was confused when asking, shoulda wondered why _ and . are omitted.
21:41.30*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
21:41.57hopthis is what's hardcoded in adduser as the absolute no-go: /^[_.A-Za-z0-9][-\@_.A-Za-z0-9]*\$?$/
21:42.26*** join/#debian ctrlbreak_MAD (~ctrlbreak@159.2.182.106)
21:42.43hopsee Debian-exim, etc
21:46.11phogghuh, it allows a username to start with a dot
21:46.28hopphogg: is that a question?
21:46.37phoggthat's an exclamation
21:46.42hopok :)
21:47.17greycatI wouldn't do that, though.  Some BSD-based utilities use . as separator between username and groupname (SystemV/POSIX uses : instead).
21:47.21hopit seems to allow names ending with a $ as well
21:47.27phoggsuper biased of it to permit . and _ but not - as the first character. In practice I would expect bugs if you start a username with anything outside [a-zA-Z]
21:47.34*** join/#debian ghost43_ (~daer@gateway/tor-sasl/daer)
21:47.59delialhop: that's what I found weirdest, why optionally one $ at the end?
21:48.00phogggreycat: I thought the BSDs followed along with the switch from . to :
21:48.01greycatYeah, you definitely want to start your usernames with a letter if at all possible.
21:48.03hopgreycat: chown, etc will recognize . as well as :, so yes, bad idea
21:48.23phoggdelial: maybe it's a windows compat thing? Some of their special usernames end in $
21:48.26greycatphogg: I'm referring to historical practice which may linger in some tools, who the hell knows, there are how many thousands of pkgs...
21:48.59phogggreycat: fair enough; just because the standard *officially* changed 20 years ago doesn't mean a little maintained tool won't bite you.
21:49.56phoggI know I've seen code naively doing 'if starts with digit then user ID else user name', and I'
21:50.14phoggI'm sure there must be some out there that does "if starts with alphabetic then username else user ID"
21:50.20*** join/#debian poop (~wigums@unaffiliated/wigums)
21:50.41phoggso tl;dr start with a letter unless you like finding bugs
21:51.23hopi wonder whether all this actually has any bearing on their original question…
21:51.29hophard to talk through google translate
21:52.18*** join/#debian xcm (~xcm@static.90.45.69.159.clients.your-server.de)
21:52.27phogghop: it hardly matters now since the dude left
21:53.27*** join/#debian kreyren (~kreyren@fsf/member/kreyren)
21:53.27*** join/#debian prodnec (~prodnec@gateway/tor-sasl/amlchief)
21:53.28*** join/#debian babygnu (~robert@gateway/tor-sasl/babygnu)
21:53.33*** join/#debian manopola2 (~manoqola@gateway/tor-sasl/manopola)
21:53.33*** join/#debian de-facto (~de-facto@gateway/tor-sasl/de-facto)
21:54.34*** join/#debian winy (~vince@gre92-13-83-156-229-210.fbx.proxad.net)
21:54.46hopi know, i know
21:55.00*** join/#debian a3Dman (~3Dman@unaffiliated/a3dman)
21:55.15hoprh also matches a trailing $. with a different regex, but now reason given, either
21:55.31*** join/#debian asymptotically (~asymptoti@gateway/tor-sasl/asymptotically)
21:55.36*** join/#debian milkt (~debian@gateway/tor-sasl/milkt)
21:56.25c-chop: so, to prevent trailing dollar sign?
21:57.03hopgah. just go to the man page, stupid.
21:57.05hop"The "$" sign is allowed at the end of usernames (to conform to samba)."
21:57.31*** join/#debian melpy (~melpy@gateway/tor-sasl/melpy)
21:57.44phogghop: Just as I suspected!
21:58.01hopbut now we _know_. science! it works! ;)
21:58.14hop.oO(i should go to bed)
21:58.16phoggIt's not science until you blog about it.
21:58.47phogg"The difference between science and just screwing around is writing things down" -- common saying.
21:59.01*** mode/#debian [+l 1157] by debhelper
22:01.07hopgrowing the first primary partition, shrinking the second one and all live with several domUs running without interruption, though… that's alchemy (:
22:02.30*** join/#debian tete_ (~John@2a02:168:859e::ff9)
22:02.53*** join/#debian HeXiLeD (~grumpy@gateway/tor-sasl/hexiled)
22:03.01tete_hi, i am facing a problem with my mail server. no mails are going through. so i checked the log and it says: Oct 23 00:02:15 server postfix/smtp[3341]: 54FE55FA51: to=<me@xxx.de>, relay=none, delay=0.14, delays=0.12/0.02/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
22:03.09tete_but amavis is listening on localhost:10024
22:03.28tete_tcp6       0      0 ::1:10024               :::*                    LISTEN      1634/amavisd-new (m
22:03.41hoptete_: that's a different ip
22:03.50tete_you mean because ipv6?
22:04.26Daggernot because of IPv6, but because the socket is listening on ::1 while it's trying to connect to 127.0.0.1
22:04.31*** join/#debian thiras (~thiras@unaffiliated/thiras)
22:04.51tete_but is ::1 not ipv6 127.0.0.1?
22:05.12tete_also wierd why it does not list the ipv4 connection
22:05.20Dagger::1 is localhost in v6, 127.0.0.1 is localhost in v4
22:05.20*** join/#debian s7r (~s7r@openvpn/user/s7r)
22:05.35tete_Dagger, thats what i mean
22:05.45Mazhivecan somebody explain me why i cant print pdf with cups i tried tons of permissions on the cups PDF folder but still cant get it to work...
22:05.55tete_so netstat -alpn | grep 10024 should print 2 results? or only the ipv6 one?
22:06.12Daggerif it was listening on :: then the socket would be able to accept v4 connections too, but only sockets listening on :: get that feature, not ::1
22:06.14tete_because i had this once that it only printed the ipv6 one (iirc it was apache) but it was listening on ipv4 and ipv6
22:06.48*** join/#debian fb_ (~freebench@92.253.250.48)
22:07.19*** join/#debian jjrh (~weechat12@2607:f0b0:7:8072:216:3eff:fefe:444f)
22:07.26tete_now i did "systemctl restart amavis" and now i have 2 results with netstat :X
22:07.47tete_but i did not change any configuration...
22:09.26tete_hm, will have an eye on that... when i reboot the machine the next time
22:09.35tete_mails go through again, thanks
22:10.05tete_another question: when i send an email from me2@xxx.de to me@xxx.de with X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* content, it should get rejected/deleted by amavisd shouldnt it?
22:10.20*** join/#debian rf-n00b (rf-n00b@gateway/vpn/privateinternetaccess/rf-n00b)
22:10.24hopyou own xxx.de and still have to work? o.O
22:10.31*** join/#debian Cecil (~cecil@140-188-045-062.dynamic.caiway.nl)
22:10.31*** join/#debian Sabaku (~Sabaku@82-65-100-232.subs.proxad.net)
22:10.32*** join/#debian Emmanuel_Chanel (~Emmanuel_@ZN020150.ppp.dion.ne.jp)
22:10.32*** join/#debian oerheks1 (~OerHeks@ubuntu/member/oerheks)
22:10.32*** join/#debian dbristow (~dbristow@nylug/member/dbristow)
22:10.46tete_no, its not my domain, that was just an example
22:10.52tete_should i have taken example.com? :)
22:10.58hopuse example.com/.org for obfuscation, if you must
22:11.01tete_ok
22:11.59tete_amavis gives me Passed CLEAN {RelayedInbound} but i would have expected something like Failed VIRUS or so..?
22:12.00*** join/#debian blurkis (~blurkis@213-67-53-121-no157.tbcn.telia.com)
22:13.33sneytete_: that sounds like amavis isn't running it through the clamd (or whatever av daemon you're using) process
22:15.12sneymaybe you are filtering the messages within mynetworks less? e.g. from foo@mydomain.com to bar@mydomain.com instead of testing from elsewhere
22:15.27*** join/#debian nksegos (~Thunderbi@45.83.220.216)
22:16.34tete_hm no it must then be a problem in amavis config, because i see in the log that the message went through amavis but was not blocked
22:17.01*** join/#debian c10l (~c10l@2a01:4b00:9d42:9602::1e0)
22:17.06sneyamavis is not an antivirus and can't detect the EICAR test file itself, it needs an external program to do that
22:17.14tete_yes it should use clamd
22:17.30tete_i found the problem, i disabled for testing the bypass_virus_checks_maps :>
22:17.52sneythere you go
22:18.48*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
22:20.45*** join/#debian auk (auk@gateway/vpn/protonvpn/auk)
22:20.46*** join/#debian dpkg (~dpkg@unaffiliated/dpkg)
22:21.07*** join/#debian Mazhive_one (~Mazhive@143.0.32.23)
22:23.56*** join/#debian qqx (~qqx@pug.qqx.org)
22:24.11*** join/#debian Mazhive (~Mazhive@143.0.32.23)
22:24.56*** join/#debian Tobbi (~Tobbi@supertux/tobbi)
22:25.42*** join/#debian nsegkos (~Thunderbi@86.106.143.202)
22:26.54*** join/#debian zalt___ (~devp@unaffiliated/lambda443)
22:28.17*** join/#debian nksegos (~Thunderbi@193.27.14.151)
22:31.15*** join/#debian zalt (~devp@unaffiliated/lambda443)
22:31.20*** join/#debian Renari (~Renari@70.44.83.129.res-cmts.bgr.ptd.net)
22:32.27*** join/#debian nsegkos (~Thunderbi@193.27.14.71)
22:33.39*** join/#debian zeden (~user@unaffiliated/zeden)
22:33.45*** join/#debian sammy123 (~0xe3b7@cpe5c7695dc6a3c-cm5c7695dc6a3a.cpe.net.cable.rogers.com)
22:34.04*** join/#debian foul_owl (~foul_owl@75-172-120-197.tukw.qwest.net)
22:44.15*** join/#debian paulgrmn (~paulgrmn@c-98-250-183-21.hsd1.mi.comcast.net)
22:45.17*** join/#debian n4dir (~n4dir@i59F77C1B.versanet.de)
22:46.19*** join/#debian thiras (~thiras@unaffiliated/thiras)
22:50.25*** join/#debian torbo (~user@162.249.163.177)
22:52.47*** join/#debian leoncaet27 (~leoncaet2@168-90-146-110.jrnetdns.net.br)
22:53.20*** join/#debian nt1036 (~nt1036@2605:e000:1805:4ebb:54ec:1cc2:68f7:94f2)
22:54.19*** join/#debian leoncaet27 (~leoncaet2@168-90-146-110.jrnetdns.net.br)
22:58.21*** join/#debian borsin (~borsin@unaffiliated/borsin)
22:58.42*** join/#debian Steeve (~steve@unaffiliated/steeve)
22:58.57tete_my emails now get dropped and i dont understand why: https://paste.debian.net/hidden/5b480481/
22:59.09tete_thats what happens when i write from my gmail address to my server, when i write from my server to my server it works
22:59.35*** join/#debian bmlzootown (~bmlzootow@unaffiliated/bmlzootown)
23:00.07tete_i modified the main.cf: https://paste.debian.net/hidden/4f0ce070/ as mentioned here http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt
23:00.27tete_i see no reason why its not delivered
23:00.47sneyyou're trying to use a dnsbl and it's failing on lookup and dropping the mail
23:00.58*** join/#debian c10l_ (~c10l@2a01:4b00:9d42:9602::1e0)
23:02.10sneywhenever you're hosting something on the public internet, always be ready to blame dns for your problems. I'm not familiar with dnsblog specifically, but everyone knows what "lookup error, host not found" means
23:02.12*** join/#debian corey1 (~corey@cpe-65-30-129-133.wi.res.rr.com)
23:02.28tete_i also know what it means, but i did not expect that it drops the mail
23:02.40tete_especially because its dnsWL, not dnsBL
23:04.34tete_i removed the dnswl entries and still have the same behaviour
23:06.40*** join/#debian c10l (~c10l@89.36.66.207)
23:07.34sneyif dns isn't the problem then it's one of your other rejects. comment them out one by one, keep testing, figure out which one it is.
23:07.57sneyI don't have a prod email server anymore so I can't check a working configuration, but I will tell you that it's easy to be too restrictive.
23:09.48*** join/#debian c10l (~c10l@2a01:4b00:9d42:9602::1e0)
23:13.35*** join/#debian hubutm20 (~hubutm20@p200300eb4702cb00f817f7e8de64274c.dip0.t-ipconnect.de)
23:14.13*** join/#debian Onyx47_ (~onyx@89-201-185-176.dsl.optinet.hr)
23:15.25sponixdka: you alive ?
23:17.38*** join/#debian Wulf4 (~Wulf@unaffiliated/wulf)
23:19.03*** join/#debian ghost43 (~daer@gateway/tor-sasl/daer)
23:20.51*** join/#debian Obi-Wan (~obi-wan@unaffiliated/obi-wan)
23:22.08*** join/#debian DJDan (~DJDan@210.185.115.231)
23:26.45*** join/#debian benj_ (~benj_@107.159.26.5)
23:36.29*** join/#debian snuffy666 (~a@154.70.152.113)
23:37.04*** join/#debian r4u1 (~raf@2605:e000:112a:6b5:1d11:bc9d:6b0c:4cb4)
23:39.02*** mode/#debian [+l 1151] by debhelper
23:40.24*** join/#debian tabb (tabb@unaffiliated/tabb)
23:41.49*** join/#debian snuffy666 (~a@176.107.184.152)
23:42.24*** join/#debian diniwed (~gavron@89.38.226.133)
23:43.06*** join/#debian alexandros_tab (~quassel@unaffiliated/alexandros-c/x-1684531)
23:45.14*** join/#debian Bjornn (~Bjornn@2604:6000:1503:3ac:0:db01:be7a:1c9a)
23:48.12*** join/#debian dvs (~hibbard@cwv.teksavvy.com)
23:53.17*** join/#debian Heart_And_Chops (~Heart_And@S0106cc2de0099182.no.shawcable.net)
23:57.02*** join/#debian nsegkos (~Thunderbi@193.27.14.135)

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