--- | Log | opened Thu Aug 19 00:00:00 2021 |
00:00 | -!- | jlsantos [~jlsantos@000280e9.user.oftc.net] has quit [Ping timeout: 480 seconds] |
00:06 | -!- | ronald [~ronald@190.148.209.146] has joined #debian |
00:06 | -!- | ronald is "Ronald Marín" on #debian |
00:07 | -!- | anon7 [~anon7@157.49.236.22] has quit [Ping timeout: 480 seconds] |
00:08 | -!- | caseih [caseih@lfbn-lyo-1-492-30.w2-7.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
00:08 | -!- | mode/#debian [+l 971] by debhelper |
00:08 | -!- | craigevil [~craig@00012e49.user.oftc.net] has joined #debian |
00:08 | -!- | craigevil is "craig" on #debian-raspberrypi #debian-next #debian-offtopic #debian |
00:11 | -!- | czesmir_ [~stefan@aecf159.neoplus.adsl.tpnet.pl] has joined #debian |
00:11 | -!- | czesmir_ is "Stefan" on #linux #debian-next #debian |
00:12 | -!- | yik [~quassel@d142-179-121-158.bchsia.telus.net] has joined #debian |
00:12 | -!- | yik is "yik" on #freedombox #debian |
00:15 | -!- | alex_fly_ [~quassel@p200300f5f712ca0014262942835605f5.dip0.t-ipconnect.de] has joined #debian |
00:15 | -!- | alex_fly_ is "Alexander,,," on #debian #debian-de |
00:18 | -!- | craigevil [~craig@00012e49.user.oftc.net] has quit [Remote host closed the connection] |
00:18 | -!- | alex_fly [~quassel@p200300f5f70fce0014262942835605f5.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
00:18 | -!- | czesmir [~stefan@aeem8.neoplus.adsl.tpnet.pl] has quit [Ping timeout: 480 seconds] |
00:18 | -!- | SZO [~anon@192.30.89.67] has quit [Remote host closed the connection] |
00:20 | -!- | jlsantos [~jlsantos@172-1-133-102.lightspeed.irvnca.sbcglobal.net] has joined #debian |
00:20 | -!- | jlsantos is "jlsantos" on #debian-next #debian |
00:28 | -!- | YuGiOhJCJ [~YuGiOhJCJ@00021b1f.user.oftc.net] has joined #debian |
00:28 | -!- | YuGiOhJCJ is "YuGiOhJCJ" on #dri #dri-devel #oolite #tor #oftc @#yugiohjcj #llvm #debian |
00:32 | -!- | jm_ [flier@000125af.user.oftc.net] has joined #debian |
00:32 | -!- | jm_ is "." on #debian |
00:33 | -!- | tuxd3v [~tuxd3v@87-196-186-199.net.novis.pt] has joined #debian |
00:33 | -!- | tuxd3v is "realname" on #debian |
00:35 | <Hash> | Hello what's the best way to deploy debian server using some automated way |
00:35 | -!- | A|an [~Alan@173.216.51.200] has quit [Quit: A|an] |
00:36 | <Hash> | install OS, packages, and configure some php, nginx, few other things, automatically |
00:36 | <Hash> | Does anyone have any working ansible playbook or maybe some other config I can look at? |
00:36 | <tuxd3v> | hello guys |
00:36 | <Hash> | Hi |
00:36 | <tuxd3v> | I want to load a zram module on boot |
00:37 | <tuxd3v> | I am trying to load it on '/etc/modules' |
00:37 | -!- | NomadJim [~Jim@72.168.160.45] has quit [Read error: Connection reset by peer] |
00:37 | <Hash> | you don't need to load it like that |
00:37 | <tuxd3v> | 'zram num_devices=4' |
00:37 | <Hash> | It's part of the kernel and comes with it |
00:37 | <Hash> | this would go into your bash script that starts a device and configures it |
00:37 | <jm_> | Hash: https://www.debian.org/releases/stable/amd64/apb.en.html |
00:38 | <Hash> | https://gist.github.com/hashborgir/ec70dd1317e20d89c5f56a125af40fe9 take a look here at my custom zram script |
00:38 | <Hash> | I put this into /etc/init.d/ and use /etc/init.d/zram start|stop |
00:38 | <Hash> | you can configure whatever number of devices etc. etc. you want |
00:39 | -!- | foresto [~foresto@0001f5fe.user.oftc.net] has joined #debian |
00:39 | -!- | foresto is "realname" on #debian |
00:39 | <Hash> | https://www.kernel.org/doc/Documentation/blockdev/zram.txt part of kernel and seperate module does not need installing. modprobe zram should do it. |
00:39 | <Hash> | (unless something in debian changed) |
00:40 | <tuxd3v> | my problem is that /etc/modules is not loading zram num_devices=4 |
00:40 | <tuxd3v> | I have a udev rule to do what you have in that script :) |
00:40 | <tuxd3v> | thanks for sharing :) |
00:40 | <jm_> | debian comes with zram-tools, look at that |
00:40 | <Hash> | Oh there are packages for it now |
00:40 | <Hash> | Interesting |
00:40 | <jm_> | make sure to rebuild initrams after editing /etc/modules |
00:41 | <tuxd3v> | that doesn´t allow to set lz4 as the compressor :) |
00:41 | <Hash> | https://wiki.debian.org/ZRam have you seem this? |
00:41 | <tuxd3v> | ho, I can test updating my initramfs , thanks for the clue :) |
00:43 | <Hash> | jm_: thanks |
00:44 | <Hash> | jm_: preseeding over ansible type config management? |
00:44 | <Hash> | jm_: any reason why (other than officially supported) |
00:45 | <Hash> | https://www.debian.org/releases/bullseye/example-preseed.txt hmm that's easy enough. I wonder if pre seeding is able to run some bash scripts at the end, clone some respos, and grab data |
00:45 | <tuxd3v> | This is my /etc/udev/rules.d/10-zram.rules: |
00:46 | <tuxd3v> | https://paste.debian.net/hidden/52b37e1c/ |
00:46 | -!- | f10_ [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
00:46 | -!- | f10_ is "f10" on #debian |
00:47 | <tuxd3v> | you just need to load the modules and udev deals with all the rest, ho and you can choose what algo to use , size and such :) |
00:48 | <tuxd3v> | in my case its for a 4 core cpu |
00:48 | <tuxd3v> | 1 line per cpu core :) |
00:50 | <tuxd3v> | Hash, your init deamon is also nice :) |
00:50 | -!- | hybridwipe [~null@cpe-173-174-99-192.austin.res.rr.com] has quit [Ping timeout: 480 seconds] |
00:52 | -!- | SZO [~anon@192.30.89.67] has joined #debian |
00:52 | -!- | SZO is "anon" on #debian-next #debian |
00:56 | -!- | tuxd3v [~tuxd3v@87-196-186-199.net.novis.pt] has quit [Remote host closed the connection] |
00:59 | -!- | tuxd3v [~tuxd3v@87-196-186-199.net.novis.pt] has joined #debian |
00:59 | -!- | tuxd3v is "realname" on #debian |
01:00 | -!- | hybridwipe [~null@2603-8080-2700-d768-0000-0000-0000-0b6a.res6.spectrum.com] has joined #debian |
01:00 | -!- | hybridwipe is "realname" on #debian #debian-next #msys2 #msys2-ci #llvm #llvmlinux |
01:00 | <tuxd3v> | nope.. updating initramfs doesn´ t solve the problem of /etc/modules not loading zram module :/ |
01:00 | -!- | zeh [~pgup@2600:3c00::f03c:92ff:fec6:da18] has quit [Quit: Quit] |
01:01 | <tuxd3v> | but it does load all the other modules there, just not 'zram num_devices=4' |
01:02 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has quit [Remote host closed the connection] |
01:04 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has joined #debian |
01:04 | -!- | pavlushka is "Pavel Sayekat" on #debian #oftc |
01:05 | <tuxd3v> | /etc/init.d/kmod start, doesn´ t solve the problem.. |
01:12 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:bd17:4813:5cd7:f1ec] has joined #debian |
01:12 | -!- | Ericounet is "realname" on #freedombox #debian |
01:19 | -!- | craigevil [~craig@00012e49.user.oftc.net] has joined #debian |
01:19 | -!- | craigevil is "craig" on #debian-raspberrypi #debian-next #debian-offtopic #debian |
01:25 | -!- | ronald [~ronald@190.148.209.146] has quit [Ping timeout: 480 seconds] |
01:27 | -!- | foresto [~foresto@0001f5fe.user.oftc.net] has quit [Quit: Leaving] |
01:28 | <jm_> | Hash: sorry, no idea about ansible, I also remembered there's fai https://fai-project.org/ |
01:31 | <jm_> | Hash: yes, preseed can do that, see «d-i preseed late_command» in the example preseed |
01:32 | -!- | heiserhorn is "Michele Cane" on #oftc #debian-next |
01:32 | -!- | heiserhorn [~heiserhor@185.159.157.45] has joined #debian |
01:35 | -!- | slowly [~andy@223.198.106.89] has joined #debian |
01:35 | -!- | slowly is "purple" on #debian |
01:36 | -!- | gtristan [~tristan@223.38.24.114] has quit [Ping timeout: 480 seconds] |
01:38 | -!- | slowly [~andy@223.198.106.89] has left #debian [] |
01:39 | -!- | slowly [~andy@223.198.106.89] has joined #debian |
01:39 | -!- | slowly is "purple" on #debian |
01:39 | -!- | slowly [~andy@223.198.106.89] has left #debian [] |
01:39 | -!- | slowly is "purple" on #debian |
01:39 | -!- | slowly [~andy@223.198.106.89] has joined #debian |
01:40 | -!- | slowly [~andy@223.198.106.89] has left #debian [] |
01:42 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has quit [Quit: Zzzzzz..... ] |
01:43 | -!- | secntech [~secntech@0002a124.user.oftc.net] has quit [Quit: Leaving] |
01:50 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has joined #debian |
01:50 | -!- | jpw is "..." on #debian-offtopic #debian |
01:53 | -!- | eroux [~eroux@0002c23f.user.oftc.net] has quit [Remote host closed the connection] |
01:56 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:bd17:4813:5cd7:f1ec] has quit [Ping timeout: 480 seconds] |
01:58 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:6655:26ed:447d:1225] has joined #debian |
01:58 | -!- | Ericounet is "realname" on #debian #freedombox |
02:00 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
02:01 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has joined #debian |
02:01 | -!- | anjan is "ZNC - https://znc.in" on #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
02:04 | -!- | awal1 [~awal1@bras-base-mtrlpq0315w-grc-17-70-55-154-185.dsl.bell.ca] has joined #debian |
02:04 | -!- | awal1 is "realname" on #debian-devel-changes #debian-next #debian |
02:05 | -!- | quazgar [~quazgar@p200300cf0735750089b9441d52cd24be.dip0.t-ipconnect.de] has joined #debian |
02:05 | -!- | quazgar is "quazgar" on #debian-kde #debian |
02:08 | -!- | lonewulf` [~lonewulf@00020897.user.oftc.net] has joined #debian |
02:08 | -!- | lonewulf` is "U-lonewulf-PC\lonewulf" on #linode #debian-offtopic #debian #oftc |
02:09 | -!- | Xaldafax [~xaldafax@cpe-198-72-160-101.socal.res.rr.com] has quit [Quit: Bye...] |
02:11 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
02:11 | -!- | bittin is "realname" on @#debcamp2021 #debian-next #debcamp #debian |
02:16 | -!- | seednode [~seednode@0002b892.user.oftc.net] has quit [Quit: Nihil supernum.] |
02:16 | -!- | seednode [~seednode@0002b892.user.oftc.net] has joined #debian |
02:16 | -!- | seednode is "seednode" on #debian #alpine-linux |
02:21 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has quit [Remote host closed the connection] |
02:22 | -!- | alex_fly_ [~quassel@p200300f5f712ca0014262942835605f5.dip0.t-ipconnect.de] has quit [Quit: No Ping reply in 180 seconds.] |
02:22 | -!- | qrpnxz [abc4f95c31@0002b46b.user.oftc.net] has left #debian [Disconnected: closed] |
02:23 | -!- | qrpnxz [~qrpnxz@2600:1700:130:4f70:3678:575:72ca:4ce2] has joined #debian |
02:23 | -!- | qrpnxz is "qrpnxz" on #debian-next #debian |
02:23 | -!- | alex_fly [~quassel@p200300f5f712ca00486519b165f7fa39.dip0.t-ipconnect.de] has joined #debian |
02:23 | -!- | alex_fly is "Alexander,,," on #debian #debian-de |
02:24 | -!- | jlsantos [~jlsantos@172-1-133-102.lightspeed.irvnca.sbcglobal.net] has quit [Remote host closed the connection] |
02:27 | -!- | hbautista_ [~hbautista@187.171.122.100] has quit [Ping timeout: 480 seconds] |
02:32 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:6655:26ed:447d:1225] has quit [Ping timeout: 480 seconds] |
02:35 | -!- | ibx2496 [~FE865@92.60.40.247] has joined #debian |
02:35 | -!- | ibx2496 is "realname" on #debian @#linuxmint |
02:47 | -!- | tallbarr [~none@0002bff2.user.oftc.net] has quit [Remote host closed the connection] |
02:48 | -!- | tallbarr [~none@0002bff2.user.oftc.net] has joined #debian |
02:48 | -!- | tallbarr is "none" on #debian.se #debian |
02:52 | -!- | tagomago [~tagomago@static-96-219-230-77.ipcom.comunitel.net] has joined #debian |
02:52 | -!- | tagomago is "Tagomago" on #debian |
02:52 | -!- | yz9889o [~uiop@86.pool85-55-92.dynamic.orange.es] has joined #debian |
02:53 | -!- | yz9889o is "qwerty" on #debian |
02:53 | -!- | ronald [~ronald@190.148.209.146] has joined #debian |
02:53 | -!- | ronald is "Ronald Marín" on #debian |
02:54 | -!- | bertbob [~bertbob@67-2-54-184.slkc.qwest.net] has joined #debian |
02:54 | -!- | bertbob is "Bert" on #debian #debian-next |
02:56 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has quit [Remote host closed the connection] |
02:59 | -!- | f10_ [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
03:04 | -!- | rajivmars [~rajivmars@2405:204:a116:44ad:a046:843d:8cae:58b0] has joined #debian |
03:04 | -!- | rajivmars is "realname" on #debian |
03:07 | -!- | Tj [~soggy@2a01:7e00:e001:ee00:fa75:a4ff:fef3:42b4] has quit [Ping timeout: 480 seconds] |
03:07 | -!- | Tj is "soggy" on #linode #debian-next |
03:07 | -!- | Tj [~soggy@2a01:7e00:e001:ee00:fa75:a4ff:fef3:42b4] has joined #debian |
03:07 | -!- | rajivmars [~rajivmars@2405:204:a116:44ad:a046:843d:8cae:58b0] has quit [] |
03:08 | -!- | rpittau|afk is now known as rpittau |
03:13 | -!- | greknod [~grek@0002cc1f.user.oftc.net] has joined #debian |
03:13 | -!- | greknod is "nod" on #debian |
03:16 | -!- | towo` [~towo@00012f0f.user.oftc.net] has joined #debian |
03:16 | -!- | towo` is "Torsten (towo) Wphlfarth" on #kanotix #debian-next #debian #vbox #kvm #radeon #kernelnewbies #siduction-admin |
03:16 | -!- | kathenas [~kathenas@51.194.175.38] has quit [Quit: Leaving] |
03:19 | -!- | hybridwipe [~null@2603-8080-2700-d768-0000-0000-0000-0b6a.res6.spectrum.com] has quit [Ping timeout: 480 seconds] |
03:21 | -!- | vv222[BI] [~vv221BI]@2a01cb0881af0b00bab4f712010c0308.ipv6.abo.wanadoo.fr] has joined #debian |
03:21 | -!- | vv222[BI] is "vv221[BI]" on #debian |
03:22 | -!- | Haudegen [~quassel@178.115.237.87.static.drei.at] has joined #debian |
03:22 | -!- | Haudegen is "AP,,," on #debian-next #debian.or.at #security #debian |
03:26 | -!- | downtrip [~downtrip@188.166.151.198] has quit [Quit: WeeChat 3.2] |
03:26 | -!- | colargol [~colargol@lfbn-ren-1-1730-198.w86-253.abo.wanadoo.fr] has joined #debian |
03:26 | -!- | colargol is "colargol" on #debian |
03:27 | -!- | colargol [~colargol@lfbn-ren-1-1730-198.w86-253.abo.wanadoo.fr] has quit [] |
03:28 | -!- | kathenas [~kathenas@51.194.175.38] has joined #debian |
03:28 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
03:28 | -!- | downtrip [~downtrip@188.166.151.198] has joined #debian |
03:28 | -!- | downtrip is "downtrip" on #suckless #debian-next #debian |
03:29 | -!- | hybridwipe [~null@cpe-173-174-99-192.austin.res.rr.com] has joined #debian |
03:29 | -!- | hybridwipe is "realname" on #debian #debian-next #msys2 #msys2-ci #llvm #llvmlinux |
03:29 | -!- | ao2 [~ao2@host-79-18-147-141.retail.telecomitalia.it] has joined #debian |
03:29 | -!- | ao2 is "ao2" on #linux-media #gstreamer #vcs-home #debian #cell |
03:29 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
03:31 | -!- | gtristan [~tristan@223.38.23.3] has joined #debian |
03:31 | -!- | gtristan is "Tristan van Berkom" on #debian-next #kernelnewbies #debian |
03:36 | -!- | andi89gi [~andi89gi@p200300ddff0aab557ce1a1b5e521055e.dip0.t-ipconnect.de] has joined #debian |
03:36 | -!- | andi89gi is "realname" on #debian-lxc #debian |
03:37 | -!- | gry [~quassel@203-129-25-247.cb8119.syd.static.aussiebb.net] has quit [Ping timeout: 480 seconds] |
03:38 | -!- | mode/#debian [+l 980] by debhelper |
03:39 | -!- | Despatche [~desp@72.11.37.193] has quit [Remote host closed the connection] |
03:42 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has joined #debian |
03:42 | -!- | }ls{ is "nobody" on #kvm #debian-nginx #debian-lan #debian-kde #debian-django #debian |
03:42 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
03:42 | -!- | mimi89999 is "mimi89999" on #debian #debian-live #debian-next #fdroid |
03:43 | -!- | bullgard4_ [~bullgard4@dslb-094-222-255-079.094.222.pools.vodafone-ip.de] has joined #debian |
03:43 | -!- | bullgard4_ is "realname" on #debian #bluez #kernelnewbies #debian-next |
03:45 | -!- | kalos_ [~kalos@ponyo.loleggio.net] has joined #debian |
03:45 | -!- | kalos_ is "Calogero Lo Leggio" on #packaging #freebsd #debian-next #debian #C |
03:45 | -!- | kalos [~kalos@ponyo.loleggio.net] has quit [Read error: Connection reset by peer] |
03:46 | -!- | andi89gi [~andi89gi@p200300ddff0aab557ce1a1b5e521055e.dip0.t-ipconnect.de] has quit [Remote host closed the connection] |
03:46 | -!- | Soliton [~Soliton@0002b566.user.oftc.net] has quit [Remote host closed the connection] |
03:47 | -!- | Slashman [~Slash@cosium-fo-152-18.fib.nerim.net] has joined #debian |
03:47 | -!- | Slashman is "Slash" on #debian |
03:47 | -!- | Maduro51 [~4564asdf6@31.4.141.56] has joined #debian |
03:47 | -!- | Maduro51 is "Si SI" on #debian |
03:48 | -!- | Soliton [~Soliton@0002b566.user.oftc.net] has joined #debian |
03:48 | -!- | Soliton is "Soliton" on #spi #debian @#wesnoth-dev @#wesnoth #debian-games |
03:51 | -!- | Maduro51 [~4564asdf6@31.4.141.56] has quit [] |
03:51 | <vv221> | Etua, if you were still idling I could have given you this paste: https://paste.debian.net/plainh/6ae9eabd |
03:51 | -!- | Maduro51 [~4564asdf6@31.4.141.56] has joined #debian |
03:51 | -!- | Maduro51 is "Si SI" on #debian |
03:51 | <vv221> | (but you’re not, so this will have to wait) |
03:54 | -!- | user_ [~user@88.246.105.38] has joined #debian |
03:54 | -!- | user_ is "aon" on #debian |
03:54 | -!- | Maduro51 [~4564asdf6@31.4.141.56] has quit [] |
03:54 | -!- | Maduro51 [~4564asdf6@31.4.141.56] has joined #debian |
03:54 | -!- | Maduro51 is "Si SI" on #debian |
03:55 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:6df2:2ec7:e418:a754] has joined #debian |
03:55 | -!- | Ericounet is "realname" on #debian #freedombox |
03:55 | -!- | UnoMas51 [~4564asdf6@static-220-49-86-188.ipcom.comunitel.net] has joined #debian |
03:55 | -!- | UnoMas51 is "Si SI" on #debian |
03:56 | -!- | artur [~smuxi@78.10.205.36] has joined #debian |
03:56 | -!- | artur is "Your Name" on #debian |
03:58 | -!- | mode/#debian [+l 987] by debhelper |
03:58 | -!- | andi89gi [~andi89gi@p200300ddff0aab557ce1a1b5e521055e.dip0.t-ipconnect.de] has joined #debian |
03:58 | -!- | andi89gi is "realname" on #debian-lxc #debian |
03:59 | -!- | thctlo [~oftc-webi@195.134.173.114] has joined #debian |
03:59 | -!- | thctlo is "OFTC WebIRC Client" on #debian |
04:01 | -!- | Amo51 [~4564asdf6@static-187-49-86-188.ipcom.comunitel.net] has joined #debian |
04:01 | -!- | Amo51 is "Si SI" on #debian |
04:01 | -!- | Talkless [~Talkless@mail.dargis.net] has joined #debian |
04:01 | -!- | Talkless is "Talkless" on @#osm-lt #debian-next #debian |
04:01 | -!- | UnoMas51 [~4564asdf6@static-220-49-86-188.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] |
04:02 | -!- | Maduro51 [~4564asdf6@31.4.141.56] has quit [Ping timeout: 480 seconds] |
04:05 | -!- | hendursa1 [~weechat@8VQAAC65Q.tor-irc.dnsbl.oftc.net] has joined #debian |
04:05 | -!- | hendursa1 is "weechat" on #consfigurator #wayland #robigalia #debian #postmarketos #kernelnewbies |
04:06 | -!- | joelkraehemann [~joelkraeh@194.132.107.92.dynamic.wline.res.cust.swisscom.ch] has joined #debian |
04:06 | -!- | joelkraehemann is "realname" on #debian |
04:06 | -!- | tagomago [~tagomago@static-96-219-230-77.ipcom.comunitel.net] has quit [Quit: Konversation terminated!] |
04:06 | -!- | Emil [emil@emil.fi] has joined #debian |
04:06 | -!- | Emil is "emil" on #debian |
04:06 | -!- | tagomago [~tagomago@static-96-219-230-77.ipcom.comunitel.net] has joined #debian |
04:06 | -!- | tagomago is "Tagomago" on #debian |
04:06 | <Emil> | Hey |
04:06 | <Emil> | What's the difference between https://cdimage.debian.org/cdimage/unofficial/non-free/{cd-including-firmware,firmware,images-including-firmware} ? |
04:07 | -!- | qwer [~qwer@37-48-43-86.nat.epc.tmcz.cz] has quit [Remote host closed the connection] |
04:08 | <thctlo> | Good morning everybody.. i've setup a new build machine with sbuild. my previous builder was pbuilder where i used the options --debbuildopts '-sa' for my first build and all next --debbuildopts '-B' how can i use this in sbuilder, is it correct i need to use sbuilder -A on the first arch i build an all next with --no-arch-all ? bit confused here. |
04:09 | <thctlo> | or is it better to use the --debbuildopts ? |
04:11 | -!- | gildasio [~gildasio@gildasio.user.oftc.net] has quit [Quit: gildasio] |
04:11 | -!- | aloo_shu [~aloo_shu@79.116.77.248] has joined #debian |
04:11 | -!- | aloo_shu is "fighting credulity since 1895" on #moocows #debian-offtopic #debian |
04:11 | -!- | hendursaga [~weechat@8VQAAC6K3.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
04:15 | -!- | joelkraehemann [~joelkraeh@194.132.107.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 480 seconds] |
04:15 | -!- | v-ji[m] [~v-jimatri@2001:470:1af1:101::89e0] has left #debian [] |
04:16 | -!- | hegstal [~hegstal@0002c365.user.oftc.net] has joined #debian |
04:16 | -!- | hegstal is "hegstal" on #debian |
04:17 | -!- | gry [~quassel@203-129-25-247.cb8119.syd.static.aussiebb.net] has joined #debian |
04:17 | -!- | gry is "gl" on #debian #moocows #git #alpine-linux #lecturify #packaging #openconnect #oftc #fdroid #help |
04:17 | -!- | qwer [~qwer@37-48-43-86.nat.epc.tmcz.cz] has joined #debian |
04:17 | -!- | qwer is "qwer" on #debian #retroshare #openttd.notice #linux-storage #linuxfriends #debian-hamchat #debian-gaming #debian-boinc #Corsair #vectorlinux |
04:17 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
04:18 | <Emil> | I was answered on Libera that they are the same thing (highly likely), and I checked the sha256 of iso-cd from both and they match |
04:18 | <Emil> | So I suspect it's just historical links |
04:19 | -!- | debacle [3a8a2df271@2a03:4000:51:f44:4e1:2ff:fe00:4257] has joined #debian |
04:19 | -!- | debacle is "debacle" on #quodlibet #mobian #debian-social #debian-next #debian |
04:20 | -!- | bittin_ [~luna@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
04:20 | -!- | bittin_ is "Luna" on #debian #debcamp2021 #debcamp |
04:23 | <jm_> | also all timestamps and sizes seem to match, so probably one is a symlink on the host fs, while web server lister shows it as two dirs |
04:26 | -!- | Kraus [~quassel@075-141-246-250.res.spectrum.com] has quit [Ping timeout: 480 seconds] |
04:26 | -!- | Kraus [~quassel@075-141-246-250.res.spectrum.com] has joined #debian |
04:26 | -!- | Kraus is "Kraus" on #debian |
04:27 | -!- | awal1 [~awal1@bras-base-mtrlpq0315w-grc-17-70-55-154-185.dsl.bell.ca] has quit [Quit: Leaving] |
04:30 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
04:30 | -!- | mimi89999 is "mimi89999" on #debian #debian-live #debian-next #fdroid |
04:31 | <mendel_munkis> | how can I allow remote users shutdown permissions? |
04:32 | <mendel_munkis> | (assuming systemd) |
04:32 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Quit: Bridge terminating on SIGTERM] |
04:32 | -!- | masagin99 [~MasaginXX@8VQAAC66N.tor-irc.dnsbl.oftc.net] has joined #debian |
04:32 | -!- | masagin99 is "http://veqjecw2zipaqayw.onion/undercut-reassure" on #debian #freedombox #moocows #zcash #area31 #bfh-linux-users ##linux #linux #monero #cryptoparty #guardianproject #tor |
04:33 | -!- | rajivmars [~rajivmars@2405:204:a116:44ad:a046:843d:8cae:58b0] has joined #debian |
04:33 | -!- | rajivmars is "realname" on #debian |
04:33 | <Emil> | mendel_munkis: you can add shutdown to the allowed commands in sudo |
04:34 | <Emil> | https://unix.stackexchange.com/questions/85663/poweroff-or-reboot-as-normal-user |
04:34 | <Emil> | https://how-to.fandom.com/wiki/How_to_allow_non-super_users_to_shutdown_computer_in_Linux |
04:35 | <mendel_munkis> | I already can with sudo, I would like to able to auth to systemctl to shutdown. |
04:36 | <jm_> | what does it say if you try it now? |
04:38 | -!- | _Matth_ [~Matth@KD106133051164.au-net.ne.jp] has joined #debian |
04:38 | -!- | _Matth_ is "realname" on #debian #debian-next |
04:38 | -!- | mode/#debian [+l 993] by debhelper |
04:39 | <mendel_munkis> | failed to set wall message, ignoring: Access denied\n failed to reboot system via logind: Access denied\n failed to start reboot.target: Access denied\n |
04:39 | -!- | larryni [~larryni@host109-153-146-93.range109-153.btcentralplus.com] has joined #debian |
04:39 | -!- | larryni is "realname" on #debian |
04:40 | <vv221> | mendel_munkis, here I work around this through a dedicated group ("power") who can run password-less sudo calls to `poweroff`. |
04:40 | -!- | r3m [~launch@00019607.user.oftc.net] has quit [Remote host closed the connection] |
04:40 | -!- | rajivmars [~rajivmars@2405:204:a116:44ad:a046:843d:8cae:58b0] has quit [Remote host closed the connection] |
04:40 | -!- | rajivmars [~rajivmars@2405:204:a116:44ad:9f14:d95d:2e67:8676] has joined #debian |
04:40 | -!- | rajivmars is "realname" on #debian #ubuntu |
04:41 | <vv221> | Because the systemctl authentication is a bit of a pain: it asks for a password once, to display the wall message, then a second time to actually shutdown the system. |
04:41 | <ansgar> | mendel_munkis: You can configure PolicyKit to allow the org.freedesktop.login1.reboot-multiple-sessions and/or org.freedesktop.login1.power-off-multiple-sessions actions. |
04:42 | <mendel_munkis> | vv221: that's true ansgar: thanks |
04:42 | -!- | endstille [~Miranda@2a00:6020:1dfe:7100:782b:7376:6bc6:7215] has joined #debian |
04:42 | -!- | endstille is "marc.brinkmann@gmail.com" on #debian |
04:42 | -!- | r3m [~launch@2600:3c04::f03c:92ff:fe5e:173] has joined #debian |
04:42 | -!- | r3m is "launch" on #debian #linode #bitlbee |
04:42 | -!- | wwallace [~afernande@63.240.73.102] has quit [Remote host closed the connection] |
04:43 | -!- | ronald [~ronald@190.148.209.146] has quit [Ping timeout: 480 seconds] |
04:43 | -!- | wwallace [~afernande@63.240.73.102] has joined #debian |
04:43 | -!- | wwallace is "Wwilliam" on #kanotix #debian |
04:44 | -!- | endstille [~Miranda@2a00:6020:1dfe:7100:782b:7376:6bc6:7215] has quit [] |
04:46 | -!- | minty [~Minty@7YZAACI10.tor-irc.dnsbl.oftc.net] has joined #debian |
04:46 | -!- | minty is "realname" on #debian |
04:47 | -!- | minty [~Minty@7YZAACI10.tor-irc.dnsbl.oftc.net] has quit [] |
04:47 | -!- | minty [~Minty@8L3AAEA03.tor-irc.dnsbl.oftc.net] has joined #debian |
04:47 | -!- | minty is "realname" on #debian |
04:47 | -!- | melpy [~melpy@0002923c.user.oftc.net] has quit [Remote host closed the connection] |
04:48 | -!- | melpy [~melpy@0002923c.user.oftc.net] has joined #debian |
04:48 | -!- | melpy is "melpy" on #debian |
04:48 | -!- | minty [~Minty@8L3AAEA03.tor-irc.dnsbl.oftc.net] has quit [] |
04:50 | -!- | rajiv_ [~rajivmars@2405:204:a116:44ad:4cfb:24ce:6652:8287] has joined #debian |
04:50 | -!- | rajiv_ is "realname" on #debian #ubuntu |
04:51 | -!- | babilen [~babilen@185.22.222.210] has joined #debian |
04:51 | -!- | babilen is "Wolodja Wentland" on #debian-next #debian |
04:51 | -!- | babilen is now known as Guest4816 |
04:53 | -!- | Guest4816 is now known as babilen |
04:53 | -!- | babilen is now known as babilen5 |
04:55 | -!- | rajivmars [~rajivmars@2405:204:a116:44ad:9f14:d95d:2e67:8676] has quit [Ping timeout: 480 seconds] |
04:55 | -!- | babilen5 is now known as babilen |
05:01 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has joined #debian |
05:01 | -!- | Brigo is "realname" on #debian #debian-next #debian-offtopic |
05:03 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
05:03 | -!- | abdulocracy1 is "@me:abdulocra.cy" on #debian |
05:04 | -!- | rajiv_ [~rajivmars@2405:204:a116:44ad:4cfb:24ce:6652:8287] has quit [Quit: Leaving] |
05:07 | -!- | user_ [~user@88.246.105.38] has quit [Ping timeout: 480 seconds] |
05:08 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Quit: Bridge terminating on SIGTERM] |
05:10 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
05:10 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
05:12 | -!- | toto_ [~toto@5.146.195.12] has joined #debian |
05:12 | -!- | toto_ is "realname" on #debian-next #debian |
05:17 | -!- | stackdimes [~stackdime@45.131.192.80] has joined #debian |
05:17 | -!- | stackdimes is "stackdimes" on #debian |
05:19 | <stackdimes> | hey anyone around |
05:20 | <bittin_> | yeah |
05:20 | <bittin_> | hi |
05:21 | <stackdimes> | hey how are you doing? think you could help me out with a hopefully simple question? |
05:21 | <bittin_> | maybe |
05:21 | <bittin_> | ask and we will see |
05:21 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
05:21 | -!- | FH_thecat [~FH_thecat@75.11.25.212.ftth.as8758.net] has joined #debian |
05:21 | -!- | FH_thecat is "FH_thecat" on #kernelnewbies #virt #debian |
05:22 | -!- | PrOcToLoGiSt [~uranus@0002005a.user.oftc.net] has quit [Remote host closed the connection] |
05:23 | -!- | eugen [~iemeshch@185.55.107.82] has quit [Quit: Konversation terminated!] |
05:23 | -!- | PrOcToLoGiSt [~uranus@0002005a.user.oftc.net] has joined #debian |
05:23 | -!- | PrOcToLoGiSt is "prober" on #weechat #moocows #oftc #gentoo #debian #i2p #tor-project #tor-dev #tor |
05:25 | <stackdimes> | i'm running debian bullseye with gnome and using pop-shell tiling, there seems to be conflicting keybindings keeping me from using pop-shell like i usually do. I have all the right bindings in the normal settings>keybinds and disabled everything i don't use. Still, when i press for example "super+2" which i have set to go to Workspace 2, it launches my terminal emulater. There are |
05:25 | <stackdimes> | also a few others. Is there a "system wide keybind config" that is overiding my choices? |
05:25 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
05:25 | -!- | mimi89999 is "mimi89999" on #debian |
05:26 | -!- | eugen [~iemeshch@185.55.107.82] has joined #debian |
05:26 | -!- | eugen is "Ievgenii Meshcheriakov" on #debian-kde #debian |
05:31 | -!- | ham5urg [~ham5urg@31.223.156.169] has joined #debian |
05:31 | -!- | ham5urg is "ham5urg" on #debian |
05:32 | <ham5urg> | Is there any fdisk vor similar if I get dropped to initramfs-shell? |
05:32 | <ham5urg> | or similar* |
05:34 | <jm_> | ham5urg: lsinitramfs suggests lots of tools are included |
05:36 | -!- | RyPi [~RyPi@75-23-228-28.lightspeed.lgngca.sbcglobal.net] has joined #debian |
05:36 | -!- | RyPi is "realname" on #debian |
05:37 | <RyPi> | what is this? |
05:37 | <RyPi> | print("Hello World!") |
05:38 | -!- | mode/#debian [+l 1000] by debhelper |
05:38 | <RyPi> | apropos what is this form |
05:39 | <RyPi> | that should be my name 'apropos' like the all mighty wizard behind the curtin! |
05:39 | -!- | dddd__ [~ivan@77.242.130.2] has joined #debian |
05:39 | -!- | dddd__ is "dddd" on #debian |
05:39 | -!- | RyPi [~RyPi@75-23-228-28.lightspeed.lgngca.sbcglobal.net] has left #debian [] |
05:39 | -!- | FH_thecat [~FH_thecat@75.11.25.212.ftth.as8758.net] has quit [Quit: Leaving] |
05:40 | -!- | Apropos [~Apropos@75-23-228-28.lightspeed.lgngca.sbcglobal.net] has joined #debian |
05:40 | -!- | Apropos is "realname" on #debian |
05:40 | <Apropos> | i think i have the best username |
05:40 | -!- | bullgard4_ [~bullgard4@dslb-094-222-255-079.094.222.pools.vodafone-ip.de] has quit [Ping timeout: 480 seconds] |
05:41 | -!- | Apropos [~Apropos@75-23-228-28.lightspeed.lgngca.sbcglobal.net] has quit [] |
05:42 | -!- | Etua [~Thunderbi@danelski.pl] has joined #debian |
05:42 | -!- | Etua is "Etua" on #openttd #debian-pl #debian #osm-pl |
05:42 | <stackdimes> | i just discovered what it's doing is launching applications in the order my favorites are in the gnome side dock. (Super + 1-4) is launching applications in that order. How in the hell do i disable that? I have it mapped in the settings Super + 1-4 to go to Workspaces 1-4. |
05:43 | -!- | akosiaris [~akosiaris@vpn.uname.gr] has joined #debian |
05:43 | -!- | akosiaris is "akosiaris" on #debian |
05:46 | -!- | bullgard4_ [~bullgard4@dslb-094-222-255-079.094.222.pools.vodafone-ip.de] has joined #debian |
05:46 | -!- | bullgard4_ is "realname" on #debian-next #kernelnewbies #bluez #debian |
05:47 | -!- | greknod [~grek@0002cc1f.user.oftc.net] has quit [Read error: Connection reset by peer] |
05:47 | -!- | greknod [~grek@0002cc1f.user.oftc.net] has joined #debian |
05:47 | -!- | greknod is "nod" on #debian |
05:48 | -!- | user_ [~user@88.246.105.38] has joined #debian |
05:48 | -!- | user_ is "aon" on #debian |
05:48 | -!- | ham5urg [~ham5urg@31.223.156.169] has quit [Ping timeout: 480 seconds] |
05:49 | -!- | maknho [~maknho@0002bfb5.user.oftc.net] has quit [Quit: WeeChat 2.3] |
05:51 | -!- | dddd__ [~ivan@77.242.130.2] has quit [Remote host closed the connection] |
05:52 | -!- | maknho [~maknho@jarade-pieniek.nohost.me] has joined #debian |
05:52 | -!- | maknho is "maknho" on #oftc #quodlibet #debian-xfce #debian |
05:52 | -!- | maknho [~maknho@jarade-pieniek.nohost.me] has quit [Remote host closed the connection] |
05:53 | -!- | maknho is "maknho" on #oftc #quodlibet #debian-xfce #debian |
05:53 | -!- | maknho [~maknho@jarade-pieniek.nohost.me] has joined #debian |
05:54 | -!- | jean [~jean@cpc92908-stap14-2-0-cust292.12-2.cable.virginm.net] has joined #debian |
05:54 | -!- | jean is "jean" on #debian |
05:56 | -!- | coffee_ [~oftc-webi@2a00:23c5:e086:d200:f936:966a:a2b5:4f9a] has joined #debian |
05:56 | -!- | coffee_ is "OFTC WebIRC Client" on #debian |
05:56 | -!- | jean [~jean@cpc92908-stap14-2-0-cust292.12-2.cable.virginm.net] has quit [] |
05:56 | <coffee_> | Hello! Is there a package I can install to run a Java applet? |
05:57 | <coffee_> | (In browser) |
05:57 | <coffee_> | icedtea seems to be obsolete |
06:01 | <jm_> | coffee_: I don't think so, that stopped working when browsers killed NPAPI plugins |
06:02 | -!- | sevu [~sevu@000261e5.user.oftc.net] has quit [Quit: Leaving …] |
06:02 | -!- | akosiaris [~akosiaris@vpn.uname.gr] has quit [Quit: leaving] |
06:03 | -!- | hlauer [~hlauer@ip5f596799.dynamic.kabel-deutschland.de] has joined #debian |
06:03 | -!- | hlauer is "realname" on #debian |
06:03 | -!- | akosiaris [~akosiaris@vpn.uname.gr] has joined #debian |
06:03 | -!- | akosiaris is "akosiaris" on #debian |
06:03 | -!- | edog [~edog@alcotrash.org] has quit [Quit: leaving] |
06:03 | -!- | user_ [~user@88.246.105.38] has quit [Read error: Connection reset by peer] |
06:04 | -!- | user_ [~user@88.246.105.38] has joined #debian |
06:04 | -!- | user_ is "aon" on #debian |
06:04 | -!- | akosiaris [~akosiaris@vpn.uname.gr] has quit [] |
06:05 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:6df2:2ec7:e418:a754] has quit [Ping timeout: 480 seconds] |
06:08 | -!- | sevu [~sevu@000261e5.user.oftc.net] has joined #debian |
06:08 | -!- | sevu is "realname" on #moocows #debian |
06:10 | -!- | dselect [~dselect@dselect.bot.oftc.net] has quit [Quit: ouch... that hurt] |
06:11 | -!- | dselect [~dselect@dselect.bot.oftc.net] has joined #debian |
06:11 | -!- | dselect is "dpkg backup readonly db" on #debian |
06:12 | -!- | stackdimes [~stackdime@45.131.192.80] has quit [Ping timeout: 480 seconds] |
06:13 | -!- | unstableov [~oftc-webi@subs16-114-142-168-41.three.co.id] has joined #debian |
06:13 | -!- | unstableov is "OFTC WebIRC Client" on #debian-next @#debian-id #debian |
06:20 | -!- | gtristan [~tristan@223.38.23.3] has quit [Ping timeout: 480 seconds] |
06:21 | -!- | BCMM [~BCMM@00026736.user.oftc.net] has joined #debian |
06:21 | -!- | BCMM is "BCMM" on #debian-offtopic #radeon #oftc #linux #debian-kde #debian #debian-next |
06:24 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has quit [Ping timeout: 480 seconds] |
06:25 | -!- | jfoy [~jfoy@c-67-168-110-181.hsd1.wa.comcast.net] has quit [Ping timeout: 480 seconds] |
06:25 | -!- | akosiaris [~akosiaris@vpn.uname.gr] has joined #debian |
06:25 | -!- | akosiaris is "akosiaris" on #debian |
06:26 | -!- | pawa [~pawa@118-104-129-102.area6b.commufa.jp] has quit [Quit: leaving] |
06:26 | -!- | Blacker47 [~Blacker47@00014f22.user.oftc.net] has joined #debian |
06:26 | -!- | Blacker47 is "Blacker47" on #debian-next #debian |
06:28 | -!- | gtristan [~tristan@223.38.17.203] has joined #debian |
06:28 | -!- | gtristan is "Tristan van Berkom" on #debian-next #kernelnewbies #debian |
06:31 | -!- | __Matth__ [~Matth@KD106133051164.au-net.ne.jp] has joined #debian |
06:31 | -!- | __Matth__ is "realname" on #debian-next #debian |
06:35 | -!- | _Matth_ [~Matth@KD106133051164.au-net.ne.jp] has quit [Ping timeout: 480 seconds] |
06:38 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
06:38 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
06:43 | <adhawkins> | Hi all. Getting an error trying to run apt update on an old 'stretch' box. Getting the following: https://paste.debian.net/1208200/ |
06:43 | -!- | coffee_ [~oftc-webi@2a00:23c5:e086:d200:f936:966a:a2b5:4f9a] has quit [Remote host closed the connection] |
06:43 | <adhawkins> | Any suggestions? |
06:45 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has joined #debian |
06:45 | -!- | is0ke3 is "is0ke3" on #tor #debian |
06:46 | -!- | richard_h [~richard@2406:e001:8:a900:6e62:6dff:fe05:ae29] has quit [Quit: Leaving.] |
06:48 | -!- | rejoicetreat [~handclaph@host-79-50-185-199.retail.telecomitalia.it] has joined #debian |
06:48 | -!- | rejoicetreat is "rejoicetreat__" on #fdroid #debian #oftc |
06:53 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Disconnected: Replaced by new connection] |
06:53 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
06:53 | -!- | mimi89999 is "mimi89999" on #debian |
06:57 | -!- | pastly [~pastly@pastly.netop.oftc.net] has quit [Remote host closed the connection] |
06:57 | -!- | pastly [~pastly@pastly.netop.oftc.net] has joined #debian |
06:57 | -!- | pastly is "pastly" on #debian #moocows #oftc +#tor-relays +#tor-project +#tor-dev +#tor |
06:58 | -!- | Linux77 [~kvirc@237-182-233-186.raimax.com.br] has joined #debian |
06:58 | -!- | Linux77 is "KVIrc 5.0.0 Aria http://kvirc.net/" on #debian-br #cap-cc #debian-next #debian |
07:00 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
07:01 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
07:01 | -!- | lucasmsoares96 is "realname" on #debian-next #debian |
07:01 | -!- | maknho [~maknho@0002bfb5.user.oftc.net] has quit [Quit: WeeChat 2.3] |
07:02 | -!- | __Matth__ [~Matth@KD106133051164.au-net.ne.jp] has quit [Ping timeout: 480 seconds] |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has quit [Quit: buh bye!] |
07:05 | -!- | maknho [~maknho@jarade-pieniek.nohost.me] has joined #debian |
07:05 | -!- | maknho is "maknho" on #oftc #quodlibet #debian-xfce #debian |
07:05 | -!- | maknho [~maknho@jarade-pieniek.nohost.me] has quit [Remote host closed the connection] |
07:05 | -!- | maknho is "maknho" on #oftc #quodlibet #debian-xfce #debian |
07:05 | -!- | maknho [~maknho@jarade-pieniek.nohost.me] has joined #debian |
07:06 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has joined #debian |
07:06 | -!- | dpkg is "apt backup" on #debian |
07:07 | -!- | drabard [systemd-ti@2a03:1280:0:232:21a:70ff:fe9c:88ea] has joined #debian |
07:07 | -!- | drabard is "drabard" on #debian |
07:08 | -!- | arnoldoree [~arnoldore@213.205.194.147] has quit [Remote host closed the connection] |
07:09 | -!- | rejoicetreat [~handclaph@host-79-50-185-199.retail.telecomitalia.it] has quit [Ping timeout: 480 seconds] |
07:10 | -!- | bullgard4_ [~bullgard4@dslb-094-222-255-079.094.222.pools.vodafone-ip.de] has quit [] |
07:11 | <jm_> | adhawkins: maybe stretch moved to archive site now, so try fetching from there |
07:12 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Ping timeout: 480 seconds] |
07:12 | -!- | bittin_ [~luna@81-231-116-57-no53.tbcn.telia.com] has quit [Remote host closed the connection] |
07:13 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has joined #debian |
07:13 | -!- | Brigo is "realname" on #debian #debian-next #debian-offtopic |
07:14 | -!- | unstableov [~oftc-webi@subs16-114-142-168-41.three.co.id] has quit [Remote host closed the connection] |
07:15 | -!- | mrmonkey__ [~mrmonkey@2806:269:406:330:98fa:e140:8f51:dd9c] has quit [Ping timeout: 480 seconds] |
07:22 | -!- | ftobich [~fabio@seven.user.oftc.net] has joined #debian |
07:22 | -!- | ftobich is "Fabio A. De Muzio Tobich" on #debian-cwb #debian-next #debian #debian-devel-br #debian-devel-changes #debian-br |
07:23 | -!- | otisolsen70 [~otisolsen@xd4ed80b5.cust.hiper.dk] has joined #debian |
07:23 | -!- | otisolsen70 is "realname" on #vbox #bash #debian-nordic #debian #packaging |
07:32 | -!- | toto_ [~toto@5.146.195.12] has quit [] |
07:35 | -!- | yohann [~yohann@aplessis-bouchard-153-1-7-78.w90-35.abo.wanadoo.fr] has joined #debian |
07:35 | -!- | yohann is "yohann" on #debian |
07:36 | -!- | Roman3349 [~Thunderbi@host-89-203-169-159.ip.topnet.cz] has joined #debian |
07:36 | -!- | Roman3349 is "Roman3349" on #debian-sponsors #packaging #debian |
07:36 | -!- | f10_ [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
07:36 | -!- | f10_ is "f10" on #debian |
07:40 | -!- | artur [~smuxi@78.10.205.36] has quit [Ping timeout: 480 seconds] |
07:41 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
07:41 | -!- | lucasmsoares96 is "realname" on #debian-next #debian |
07:43 | -!- | toto_ [~toto@5.146.195.12] has joined #debian |
07:43 | -!- | toto_ is "realname" on #debian #debian-next |
07:45 | -!- | wololoer [~user@00022ff6.user.oftc.net] has joined #debian |
07:45 | -!- | wololoer is "user" on #pipewire #s6 #alpine-linux #kvm #virt #suckless #openjdk #debian-next #debian |
07:46 | -!- | yz9889o [~uiop@86.pool85-55-92.dynamic.orange.es] has quit [] |
07:47 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
07:48 | -!- | diogenes_oftc [~diogenes_@188.208.122.88] has joined #debian |
07:48 | -!- | diogenes_oftc is "Nicolas" on #debian |
07:51 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
07:53 | -!- | Etua [~Thunderbi@danelski.pl] has quit [Quit: Etua] |
07:56 | -!- | yohann [~yohann@aplessis-bouchard-153-1-7-78.w90-35.abo.wanadoo.fr] has quit [Quit: Quitte] |
07:59 | -!- | gtristan [~tristan@223.38.17.203] has quit [Ping timeout: 480 seconds] |
08:00 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
08:00 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
08:04 | -!- | f10_ [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Read error: Connection reset by peer] |
08:04 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
08:04 | -!- | f10 is "f10" on #debian-kde #debian |
08:09 | -!- | jstein [~jstein@xdsl-87-78-31-4.nc.de] has joined #debian |
08:09 | -!- | jstein is "Jonas Stein" on @#mint #debian #kernelnewbies @#trolug #freedesktop @#fsfe |
08:10 | <kopyking> | jhutchins: Yes, I can list the nftables rules with nft list ruleset. I don't understand your comment about installing two different packages that manage the same thing. I don't see how miniupnpd would differ in operation from say fail2ban. |
08:13 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Read error: Connection reset by peer] |
08:15 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:8a21:1882:952e:85f2] has joined #debian |
08:15 | -!- | Ericounet is "realname" on #debian #freedombox |
08:17 | -!- | thctlo [~oftc-webi@195.134.173.114] has quit [Quit: Page closed] |
08:21 | -!- | alekov [~alekov@144.208.195.82] has joined #debian |
08:21 | -!- | alekov is "alekov" on #debian |
08:21 | -!- | alekov [~alekov@144.208.195.82] has quit [] |
08:25 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
08:26 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
08:26 | -!- | mimi89999 is "mimi89999" on #debian |
08:30 | -!- | Maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has quit [] |
08:32 | -!- | majjam [~anon@61.105.2.81.in-addr.arpa] has joined #debian |
08:32 | -!- | majjam is "Anon" on #debian |
08:40 | -!- | Maylay [~gren@108-198-59-230.lightspeed.miamfl.sbcglobal.net] has joined #debian |
08:40 | -!- | Maylay is "Grencia Mahlay" on #C #yab #gc-linux #mirbsd #freedombox #haiku #debian |
08:41 | -!- | holger [~holger@2a02:908:698:ba80:f929:5d32:9fc9:7d28] has joined #debian |
08:41 | -!- | holger is "realname" on #debian |
08:43 | -!- | ddsys [~ddsys@0002a5a5.user.oftc.net] has joined #debian |
08:43 | -!- | ddsys is "ddsys" on #debian-offtopic #debian-next #debian |
08:48 | -!- | andi89gi [~andi89gi@p200300ddff0aab557ce1a1b5e521055e.dip0.t-ipconnect.de] has quit [] |
08:49 | -!- | YuGiOhJCJ [~YuGiOhJCJ@00021b1f.user.oftc.net] has quit [Quit: YuGiOhJCJ] |
08:54 | <adhawkins> | Jm_ The index files still seem to be there, but it's just not verifying signatures. |
08:55 | -!- | Haudegen [~quassel@178.115.237.87.static.drei.at] has quit [Quit: Bin weg.] |
08:56 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has quit [Remote host closed the connection] |
08:57 | -!- | lc888 [~lc888@122.155.174.106] has joined #debian |
08:57 | -!- | lc888 is "realname" on #debian |
08:57 | -!- | demo [~demo@public-gprs555980.centertel.pl] has joined #debian |
08:57 | -!- | demo is "realname" on #debian |
08:57 | -!- | demo [~demo@public-gprs555980.centertel.pl] has quit [] |
08:58 | <kopyking> | Hey all, looking for advise on how on the correct package to file a bug against. I'm running miniupnpd (yes I know - security) and the miniupnpd run script (/usr/libexec/miniupnpd-start-stop-helper.sh) makes a call to `update-alternatives --query iptables`. I have nftables on my machine and that call returns nothing. Is this a bug with nftables not populating /etc/alternatives or with miniupnpd for |
08:58 | <kopyking> | looking for it in the first place? thank you. |
08:58 | <kopyking> | Hey all, looking for advise on how on the correct package to file a bug against. I'm running miniupnpd (yes I know - security) and the miniupnpd run script (/usr/libexec/miniupnpd-start-stop-helper.sh) makes a call to `update-alternatives --query iptables`. I have nftables on my machine and that call returns nothing. Is this a bug with nftables not populating /etc/alternatives or with miniupnpd for |
08:58 | <kopyking> | looking for it in the first place? thank you. |
08:58 | <kopyking> | Hey all, looking for advise on how on the correct package to file a bug against. I'm running miniupnpd (yes I know - security) and the miniupnpd run script (/usr/libexec/miniupnpd-start-stop-helper.sh) makes a call to `update-alternatives --query iptables`. I have nftables on my machine and that call returns nothing. Is this a bug with nftables not populating /etc/alternatives or with miniupnpd for |
08:59 | <kopyking> | looking for it in the first place? thank you. |
08:59 | -!- | mode/#debian [+q *!*@24.79.8.194] by debchange |
08:59 | -!- | Xaldafax [~xaldafax@cpe-198-72-160-101.socal.res.rr.com] has joined #debian |
08:59 | -!- | Xaldafax is "X" on #debian-raspberrypi #debian #linux #tor-project |
09:02 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has joined #debian |
09:02 | -!- | is0ke3 is "is0ke3" on #tor #debian |
09:03 | -!- | rejoicetreat [~handclaph@host-79-50-185-199.retail.telecomitalia.it] has joined #debian |
09:03 | -!- | rejoicetreat is "rejoicetreat__" on #oftc #debian #fdroid |
09:03 | <somiaj> | kopyking: that alternative is part of the iptables package, not part of the nftables package, so you would have to have the iptables package installed for that |
09:03 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
09:03 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
09:03 | -!- | mode/#debian [+o somiaj] by ChanServ |
09:03 | -!- | mode/#debian [-q *!*@24.79.8.194] by somiaj |
09:03 | -!- | mode/#debian [-o somiaj] by somiaj |
09:04 | <somiaj> | kopyking: also don't repeate your question, be more careful in the future |
09:04 | <kopyking> | My apologies for that. I was offscreen and right clicking appeared to have no function. |
09:04 | <tepozoa> | the end result should be that alternatives/iptables -> /usr/sbin/iptables-nft |
09:04 | <somiaj> | kopyking: anyways, are you using miniupnpd-iptables or miniupnpd-nftables? |
09:05 | <kopyking> | somiaj miniupnpd-nftables |
09:05 | <kopyking> | somiaj: and I don't have iptables installed |
09:06 | <somiaj> | kopyking: yea that doesn't depend on iptables, so I'm unsure why it is making that query or not, installing iptables should at least make that update-alternatives --query iptables line return something, but I'm unsure if there is a bug there or it is a user issue (since I don't know the software) |
09:06 | -!- | kathenas [~kathenas@51.194.175.38] has quit [Quit: Leaving] |
09:07 | -!- | jm_ [flier@000125af.user.oftc.net] has quit [Quit: Disconnecting] |
09:07 | <somiaj> | I don't see any known bug on that issue, though besides that call returns nothing (Which is just fine if iptables is not installed), does it actually do what it is supose to (maybe it is just checking if the iptables-nft tables wrapper is installed and setup and it is okay it returns nothing)? |
09:08 | <kopyking> | somiaj/tepozoa: I guess it comes down to this: Should nftables be populating something for iptables in /etc/alternatives, or should the miniupnpd startup script be updated to interrogate something else. |
09:08 | <somiaj> | as said, iptables is the package that contains both the binary and the alternative, so nptables should not be setting this up |
09:08 | <kopyking> | somiaj: If the command returns nothing, the script fails stating that it is unable to locate the backend. |
09:09 | <somiaj> | miniupnpd-iptables correctly depends on iptables, so if iptables is being used, it will be there, but miniupnpd-nftables most likely shouldn't care if iptables is installed since it shouldn't be using it (Based on the name) anyways |
09:09 | -!- | Strom [strom@strom.user.oftc.net] has quit [] |
09:09 | -!- | robobox [~robobox@173.209.106.196] has quit [Quit: Leaving] |
09:09 | <kopyking> | somiaj: What I'm inferring from this is that the bug is with the miniupnpd startup script then. It should use a different mechanism to determine the backend or not do so at all. |
09:09 | <somiaj> | kopyking: could you have a misconfiguration and that is why it is looking for iptables? Or should you have the -iptables version installed? |
09:10 | <kopyking> | somiaj: I don't think so. the system is not altered too much. |
09:10 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
09:10 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
09:11 | -!- | Strom [strom@strom.user.oftc.net] has joined #debian |
09:11 | -!- | Strom is "Strom" on #alpine-linux #pipewire #virt #tor-project #debian #tor #kernelnewbies #openttd #debian-next |
09:11 | -!- | Tenkawa [~Tenkawa@2600:1702:1560:8d00:78b2:6c6c:faa1:d84c] has joined #debian |
09:11 | -!- | Tenkawa is "Tenkawa" on #debian-next #debian |
09:11 | <somiaj> | personally to me it sounds like a configuration issue, but you may want to dive deeper, to me the -nftables backend shouldn't be looking for iptables at all, that should only be the -iptables backend, whcih correctly depends on the iptables package, so it would work in that case |
09:12 | <somiaj> | the fact that you have -nftables installed but are looking for the iptables backend could be a bug or a misconfiguration, though as said, I don't see any bug reports, which makes me think the former, but this is just a wild guess, I don't actually use the software |
09:13 | -!- | xylo [c55663548b@125.236.225.172] has left #debian [Error from remote client] |
09:14 | <kopyking> | This is the problematic line in the startup script: |
09:14 | <kopyking> | system_backend=$(update-alternatives --query iptables | grep -F Value | grep -qF nft && echo nftables || echo iptables) |
09:14 | <somiaj> | kopyking: which package is the startup script a part of? |
09:14 | <tepozoa> | I think it's a Debian owned bug in this script in the sense that it's not nftables aware |
09:14 | <tepozoa> | https://sources.debian.org/src/miniupnpd/2.2.1-1/debian/miniupnpd-startstop-helper.sh/ |
09:14 | <tepozoa> | it would appear the systemd service calls this script, which is not nftables-aware |
09:15 | <kopyking> | miniupnpd: /usr/libexec/miniupnpd-startstop-helper.sh |
09:15 | <tepozoa> | that's what I just said |
09:17 | -!- | lc888 [~lc888@122.155.174.106] has quit [Quit: Leaving] |
09:17 | -!- | colo [~colo@0002b768.user.oftc.net] has quit [Quit: Bye.] |
09:17 | <somiaj> | yea, not exactly sure what is going on there, it might just have been missed since most probably have iptables installed (I think it comes by default) |
09:17 | <kopyking> | topozoa/somiaj: OK, just to be clear here, I will file a bug against miniupnpd. |
09:18 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
09:18 | -!- | thiras is "Ant Somers" on #debian #tor |
09:18 | <somiaj> | yea, that helper script seems to not work if iptables is not installed |
09:18 | <kopyking> | topozoa/somiaj: Thank you for both for your time. |
09:18 | <somiaj> | I would first install iptables and see if it works, and if it does, then it is just a matter of they need to move the iptables dependency from the -iptables package to the main package. |
09:19 | <Tenkawa> | it hasn't been updated since (the upstream project) since 2017.. does that ever |
09:19 | <Tenkawa> | er how much impact is that going to make? |
09:19 | <Tenkawa> | getting the change in? |
09:19 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has joined #debian |
09:19 | -!- | pavlushka is "Pavel Sayekat" on #debian #oftc |
09:19 | <tepozoa> | my builds usually have iptables-persistent added (validating what somiaj says about it being there for many people) |
09:20 | -!- | s0beragee [~s0berage@135-23-213-77.cpe.pppoe.ca] has joined #debian |
09:20 | -!- | s0beragee is "realname" on #ceph #debian #freedombox #llvm #oftc #Qubes_OS #radeon #tor-bots #virt #retroshare #retroshare-community #retroshare-project #dragonwarez #ftpwarez #2600 |
09:20 | <tepozoa> | Tenkawa: in this case, it would appear it's an add-on script by the Debian developers in the package, not a part of upstream's code |
09:20 | <Tenkawa> | will the Debian maintainer continue to keep it going? |
09:20 | <Tenkawa> | ok.. |
09:20 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:8a21:1882:952e:85f2] has quit [Ping timeout: 480 seconds] |
09:21 | <Tenkawa> | I looked at the deb and the homepage for the deb was the same |
09:21 | <somiaj> | Tenkawa: Maybe upstream just moved locations, it appears to have newer versions, http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-2.2.0-RC1.tar.gz |
09:21 | <somiaj> | those have 2020 dates for various bug fixes. |
09:21 | <Tenkawa> | yeah they do have this one now |
09:21 | <Tenkawa> | 13/05/2021 |
09:22 | <Tenkawa> | http://miniupnp.free.fr/files/download.php?file=miniupnpd-2.2.2.tar.gz |
09:22 | -!- | Mezz [~Mezz@dsl-hkibng31-58c384-213.dhcp.inet.fi] has joined #debian |
09:22 | -!- | Mezz is "Mezz" on #oftc #virt #freedombox #kvm #packaging #llvm #redditprivacy #debian #aqi-data-share #alpine-linux #biz #ceph #debian-xfce @#gemu #Qubes_OS #publiclab #help #moocows |
09:22 | <Tenkawa> | they didn't bother to update their date on the page correctly and I didn't dig deep enough |
09:22 | <somiaj> | That version is newer than the freeze, 2.2.1 is what is in debian, but it does seem to at least be matained upstream |
09:22 | -!- | temp486 [~temp486@2001:16b8:ad68:7600:f0c7:c88e:f8cd:b06e] has joined #debian |
09:22 | -!- | temp486 is "realname" on #debian |
09:23 | <tepozoa> | you can usually click the "Developer" link from packages.debian to make it easier on yourself |
09:24 | <somiaj> | though I've even seen that link out dated, but here it appaers that the main website's date has an older date and hasn't been updated with the newer changes |
09:24 | <tepozoa> | https://tracker.debian.org/pkg/miniupnpd the tracker knows |
09:25 | -!- | kathenas [~kathenas@51.194.175.38] has joined #debian |
09:25 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
09:25 | -!- | bertbob [~bertbob@00012c9b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
09:25 | <somiaj> | yea, miniupnp.free.fr just has a bad date at the very start, you go to the download page and get more proper dates (also the adds on that page suck) |
09:26 | -!- | s0berage [~s0berage@135-23-213-77.cpe.pppoe.ca] has quit [Ping timeout: 480 seconds] |
09:26 | <Tenkawa> | I "personally" got thrown off by this on their site. If you go to main page |
09:26 | <Tenkawa> | Last modified on May 26th 2017. |
09:26 | <Tenkawa> | usually when people update dloads they update that too |
09:26 | <tepozoa> | kopyking: I've never needed to run a UPNP daemon on Debian, do you use this on a gateway/router of some sort in your home network? |
09:27 | <tepozoa> | I though upnp was considered kinda insecure (reading blog articles in passing) |
09:27 | <kopyking> | tepozoa: Yes, Running it on a home network. I plan to restrict the devices that can use it by MAC. Yes it is terrible for security - I understand that. |
09:27 | <grawity> | half of its insecurity (of UPnP IGD/IGD2 specifically) was that some routers accidentally left it exposed *to the WAN* |
09:28 | <grawity> | which allowed literally anyone to set up port-forwards into your network |
09:28 | * | tepozoa nods - just asking to learn :) |
09:28 | <tepozoa> | if you put "upnp security" into your favorite searx instance, the top dozen results are not good looking |
09:29 | <tepozoa> | https://www.upguard.com/blog/what-is-upnp "What is UPnP? Yes, It's Still Dangerous in 2021" |
09:29 | <kopyking> | topozoa, Kids and gaming devices are a whole other painful usecase. |
09:29 | <grawity> | when it's LAN-only it's not nearly as bad; although of course there's still the issue of your LAN devices (possibly insecure IoT things) being able to set up port-forwards *to themselves* and then getting pwned, but that's a different matter |
09:29 | <tepozoa> | I like my dumb house |
09:29 | <tepozoa> | :) |
09:31 | <grawity> | (and I think UPnP is just architecturally ugly, NAT-PMP is nicer to use for the purpose, but sadly fewer apps and routers implement it) |
09:31 | <kopyking> | tepozoa: agreed. No smart thermostats/locks/etc here. On further reading this may all be for not, as the Nintendo Switch requires essentially DMZ priviledges on all UDP ports > 1024 to work properly. Groan. |
09:31 | <grawity> | weird, I kinda thought most game devices use holepunching or central servers nowadays |
09:32 | <tepozoa> | I feel like quoting that Dr Suess about "no sir I do not like that" |
09:32 | <tepozoa> | I forget which one that was |
09:32 | <kopyking> | grawity: Apparently Nintendo has been special for some time now. |
09:32 | <somiaj> | I do not like green eggs and ham |
09:32 | <kopyking> | Green eggs and ham, but your quote is a little off. |
09:32 | <tepozoa> | I'm a little off :) |
09:33 | <tepozoa> | so you're saying the Nintendo _requires_ UPNP active on a network so that it can punch holes, or else it simply fails to work right? |
09:33 | <tepozoa> | (I don't own one, I have a Playstation) |
09:35 | <kopyking> | tepozoa: No - The Switch is too dumb to use uPNP. It needs all UDP ports > 1024 forwarded to it. |
09:36 | <kopyking> | For some reason I got confused and thought I could make it work with upnp, chased all this down, and then found out otherwise. I'm off to a great start. |
09:36 | -!- | arunpyasi [~arunpyasi@43.231.208.187] has joined #debian |
09:36 | -!- | arunpyasi is "realname" on #packaging #debian-ubuntu #debian #debian-deepin |
09:36 | -!- | arunpyasi [~arunpyasi@43.231.208.187] has quit [Remote host closed the connection] |
09:36 | <grawity> | that's actually silly, what happens if people have >1 switch in the house |
09:37 | <kopyking> | gawity: Then you'd best have two proper IP addresses to bind to. |
09:37 | -!- | diogenes_oftc [~diogenes_@188.208.122.88] has quit [Quit: vergissmeinnicht] |
09:40 | -!- | colo [~colo@0002b768.user.oftc.net] has joined #debian |
09:40 | -!- | colo is "colo" on #vienna #radeon #pulseaudio #debian |
09:42 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d787:42d5:3b3a:1b26] has joined #debian |
09:42 | -!- | jnavila is "jnavila" on #debian #po4a #debian-next |
09:45 | -!- | Vultyre [~vultyre@157.245.120.179] has left #debian [WeeChat 2.8] |
09:48 | -!- | arnoldoree [~arnoldore@213.205.194.147] has joined #debian |
09:48 | -!- | arnoldoree is "Arnold Opio Oree" on #virt #debian-tech #debian |
09:48 | <tepozoa> | hah! |
09:49 | <tepozoa> | I live on a pure IPv6 ISP network with no IPv4 and no allowed ingress on the IPv6 |
09:49 | <tepozoa> | that device would be simply dead here |
09:49 | -!- | ahso [~Thunderbi@2601:404:c900:428:e473:2093:1041:4d3c] has joined #debian |
09:49 | -!- | ahso is "ahso" on #debian-next #debian #debian-wsl |
09:50 | -!- | Tenkawa1 [~Tenkawa@2600:1702:1560:8d00:5c58:f9d6:61b5:36bd] has joined #debian |
09:50 | -!- | Tenkawa1 is "Tenkawa" on #debian-next #debian |
09:50 | -!- | Tenkawa1 [~Tenkawa@2600:1702:1560:8d00:5c58:f9d6:61b5:36bd] has quit [] |
09:51 | -!- | andger [~andrey@92.241.12.165] has joined #debian |
09:51 | -!- | andger is "Andrey Gerasimow" on #debian |
09:51 | -!- | bertbob [~bertbob@67-2-54-184.slkc.qwest.net] has joined #debian |
09:51 | -!- | bertbob is "Bert" on #debian #debian-next |
09:52 | -!- | Tenkawa1 [~Tenkawa@2600:1702:1560:8d00:ac60:da2a:b665:e0a2] has joined #debian |
09:52 | -!- | Tenkawa1 is "Tenkawa" on #debian-next #debian |
09:52 | -!- | Tenkawa1 [~Tenkawa@2600:1702:1560:8d00:ac60:da2a:b665:e0a2] has quit [] |
09:53 | -!- | andger [~andrey@92.241.12.165] has quit [] |
09:55 | -!- | dme [~dme@disaster-area.hh.sledj.net] has left #debian [rcirc on GNU Emacs 28.0.50] |
09:56 | -!- | Tenkawa [~Tenkawa@2600:1702:1560:8d00:78b2:6c6c:faa1:d84c] has quit [Ping timeout: 480 seconds] |
09:57 | -!- | Tenkawa [~Tenkawa@2600:1702:1560:8d00:ac60:da2a:b665:e0a2] has joined #debian |
09:57 | -!- | Tenkawa is "Tenkawa" on #debian-next #debian |
10:00 | -!- | Haudegen [~quassel@91.114.49.10] has joined #debian |
10:00 | -!- | Haudegen is "AP,,," on #debian.or.at #debian-next #security #debian |
10:00 | -!- | Amo51 [~4564asdf6@static-187-49-86-188.ipcom.comunitel.net] has quit [Quit: Konversation terminated!] |
10:00 | -!- | Amo51 [~4564asdf6@static-187-49-86-188.ipcom.comunitel.net] has joined #debian |
10:00 | -!- | Amo51 is "Si SI" on #debian |
10:09 | -!- | user_ [~user@88.246.105.38] has quit [Ping timeout: 480 seconds] |
10:11 | -!- | Generic82249 [~user@8VQAAC7FP.tor-irc.dnsbl.oftc.net] has joined #debian |
10:11 | -!- | Generic82249 is "user" on #debian |
10:13 | -!- | wallacer [~quassel@2001:bc8:1824:9a:cafe:babe:b00b:aa03] has quit [Read error: Connection reset by peer] |
10:14 | -!- | wallacer [~quassel@2001:bc8:1824:9a:cafe:babe:b00b:aa03] has joined #debian |
10:14 | -!- | wallacer is "quassel" on #oftc #publiclab #freedombox #mm #debian #bcachefs #moocows #Qubes_OS #aqi-data-share #virt #debian-next #ceph-devel #ceph #ovirt #C #llvm |
10:15 | -!- | gtristan [~tristan@223.62.202.218] has joined #debian |
10:15 | -!- | gtristan is "Tristan van Berkom" on #debian-next #kernelnewbies #debian |
10:16 | -!- | slowly [~andy@223.198.107.39] has joined #debian |
10:16 | -!- | slowly is "purple" on #debian |
10:17 | -!- | diogenes_oftc [~diogenes_@188.208.120.245] has joined #debian |
10:17 | -!- | diogenes_oftc is "Nicolas" on #debian |
10:18 | -!- | mode/#debian [+l 1006] by debhelper |
10:19 | -!- | Generic82249 [~user@8VQAAC7FP.tor-irc.dnsbl.oftc.net] has quit [Quit: Generic82249] |
10:19 | -!- | slowly1 [~andy@107.174.242.145] has joined #debian |
10:19 | -!- | slowly1 is "purple" on #debian |
10:21 | -!- | Generic82909 [~user@7YZAACJBE.tor-irc.dnsbl.oftc.net] has joined #debian |
10:21 | -!- | Generic82909 is "user" on #debian |
10:23 | <Generic82909> | http://paste.debian.net/1208231/ |
10:25 | -!- | ibx2496 [~FE865@92.60.40.247] has quit [Ping timeout: 480 seconds] |
10:26 | <somiaj> | Generic82909: you might have some thirdparty/obslete packages installed, start with 'apt list ~o' |
10:26 | -!- | slowly [~andy@223.198.107.39] has quit [Ping timeout: 480 seconds] |
10:26 | <somiaj> | Generic82909: you can also try to manually upgade that package and see what it says, 'apt install libboost-dev' |
10:27 | <somiaj> | Probably to not overrwrite profiles form older versions |
10:27 | <Generic82909> | http://paste.debian.net/1208233/ |
10:27 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d787:42d5:3b3a:1b26] has quit [Ping timeout: 480 seconds] |
10:28 | <somiaj> | Generic82909: those are a list of all packages that are no longer in bullseye, and something in that list is probably keeping that libary at the previous version because of depends. |
10:29 | <Generic82909> | scree |
10:29 | <somiaj> | you can remove all of those packages with 'apt remove ~o', but you may not want to do that, but you should consider you have a lot of obslete packages |
10:29 | <Generic82909> | How does that even happen? |
10:29 | -!- | slowly1 [~andy@107.174.242.145] has quit [] |
10:29 | <Generic82909> | This is like a fresh system |
10:29 | <somiaj> | ,v gimp-wfraw |
10:29 | <judd> | No package named 'gimp-wfraw' was found in amd64. |
10:30 | <somiaj> | ,v gimp-ufraw |
10:30 | <judd> | Package: gimp-ufraw on amd64 -- stretch: 0.22-1.1; buster: 0.22-4 |
10:30 | <Generic82909> | Oh, so just uninstall gimp ufraw? |
10:30 | <somiaj> | Generic82909: things change, packages get removed over time, some are replaced by other things, my system had lots of packages as well |
10:30 | <somiaj> | I personally just ran 'apt purge ~o' and removed all of them, but if you have thrid party packages and the likes you may need to reinstall them |
10:30 | -!- | bklsukren [~andy@107.174.242.145] has joined #debian |
10:30 | -!- | bklsukren is "purple" on #debian |
10:31 | <Generic82909> | it looks like wifi driver too, firmware-ralink/now 20190114-2 all [installed,local] |
10:31 | <somiaj> | the only thing there that I would be considered about is nvidia-legacy-340xx, as this isn't compadable with the newer 5.10 kernel, and it appears you have an older nvidia card. You may need to switch to nouveau |
10:32 | <somiaj> | ,v firmware-ralink |
10:32 | <Generic82909> | I don't think I have any nvidia compoments in this device |
10:32 | <judd> | Package: firmware-ralink on amd64 -- stretch/non-free: 20161130-5; stretch-backports/non-free: 20190114-2~bpo9+1; buster/non-free: 20190114-2 |
10:32 | <somiaj> | It might be the firmware has been replaced with some new package |
10:32 | <Generic82909> | I installed buster live 10 10 0 nonfree, yesterday, then I found out bullseye was released and tried to update ... |
10:33 | <somiaj> | ahh firmware-ralink was just a transitional package anyways, so it didn't do anything |
10:33 | -!- | ChmEarl [~prymar56@0002b86c.user.oftc.net] has joined #debian |
10:33 | -!- | ChmEarl is "Mark Pryor" on #packaging #virt #debian |
10:33 | <somiaj> | since it is just a fresh install, I would just run 'apt purge ~o', get rid of all those packages |
10:34 | <Generic82909> | Ok, this will take a moment, old pc :P |
10:38 | -!- | arnoldoree [~arnoldore@213.205.194.147] has quit [Remote host closed the connection] |
10:41 | <bklsukren> | '/msg NickServ checkverify |
10:41 | <Generic82909> | Ok all looks good, gonna reboot |
10:41 | -!- | Generic82909 [~user@7YZAACJBE.tor-irc.dnsbl.oftc.net] has quit [Quit: Generic82909] |
10:43 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:55a9:31e5:605d:8470] has joined #debian |
10:43 | -!- | Ericounet is "realname" on #debian #freedombox |
10:43 | -!- | bklsukren [~andy@107.174.242.145] has left #debian [] |
10:45 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has quit [Remote host closed the connection] |
10:47 | -!- | Generic84464 [~user@7YZAACJB2.tor-irc.dnsbl.oftc.net] has joined #debian |
10:47 | -!- | Generic84464 is "user" on #debian |
10:49 | -!- | jipege4 [~quassel@2a01:cb19:85fa:2d00:1b2d:6558:a29b:2136] has joined #debian |
10:49 | -!- | jipege4 is "jipege" on #debian |
10:57 | -!- | dbungert [~dbungert@2605:b40:1302:8700:e34:72f4:75cc:c2d6] has joined #debian |
10:57 | -!- | dbungert is "dbungert" on #debian |
10:57 | -!- | a_landim_xhkl [~andre.lan@177.194.12.73] has joined #debian |
10:57 | -!- | a_landim_xhkl is "realname" on #debian-br #debian |
11:11 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
11:12 | -!- | jipege4 [~quassel@2a01:cb19:85fa:2d00:1b2d:6558:a29b:2136] has quit [Quit: No Ping reply in 180 seconds.] |
11:13 | -!- | jipege4 [~quassel@2a01:cb19:85fa:2d00:8d90:6fce:e478:d573] has joined #debian |
11:13 | -!- | jipege4 is "jipege" on #debian |
11:14 | -!- | miracolix [~todi@ip158.ip-51-195-37.eu] has joined #debian |
11:14 | -!- | miracolix is "Unknown" on #debian.net #debian-installer #debian-berlin #debian #bash-completion #awesomewm |
11:14 | <bleb> | i booted debian-live-11.0.0-amd64-standard+nonfree.iso and began the installer |
11:14 | <bleb> | i think the last think i did was select my language; now I have a blank blue screen |
11:15 | <bleb> | theres a cursor at the bottom where I can type, with a white background instead of blue |
11:16 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has joined #debian |
11:16 | -!- | hele is "hele" on #debian-next #debian |
11:17 | <bleb> | i can get into a busybox console with ctrl+alt+f2; anything I might try to fix this? |
11:17 | <bleb> | or else diagnose it |
11:19 | <Sqrt{not}> | bleb, ctrl-alt-f4 should show logs, maybe look there |
11:19 | -!- | andi89gi [~andi89gi@p200300c0573c4a00431eba939c63118b.dip0.t-ipconnect.de] has joined #debian |
11:19 | -!- | andi89gi is "realname" on #debian-lxc #debian |
11:20 | -!- | todi [~todi@ip158.ip-51-195-37.eu] has joined #debian |
11:20 | -!- | todi is "Unknown" on #debian |
11:21 | -!- | chele [~chele@00022067.user.oftc.net] has joined #debian |
11:21 | -!- | chele is "chele" on #debian-next #debian |
11:21 | <bleb> | it happened a second time, right after running dhcpv6 |
11:22 | <Sqrt{not}> | bleb, how did you fix the first time? |
11:22 | <bleb> | i didn't fix it, i just rebooted |
11:23 | <bleb> | ctrl-alt-f4 seems unresponsive |
11:23 | -!- | rejoicetreat [~handclaph@host-79-50-185-199.retail.telecomitalia.it] has quit [Remote host closed the connection] |
11:23 | -!- | todi [~todi@ip158.ip-51-195-37.eu] has left #debian [] |
11:23 | -!- | arnoldoree [~arnoldore@213.205.194.147] has joined #debian |
11:23 | -!- | arnoldoree is "Arnold Opio Oree" on #virt #debian-tech #debian |
11:24 | <bleb> | i can switch between "Please press Enter to active this console." and a single _ by alternating between ctrl-alt-f3 and ctrl-alt-f6 |
11:24 | <bleb> | but f4 and f5 dont do anything |
11:24 | -!- | rejoicetreat [~handclaph@host-79-50-185-199.retail.telecomitalia.it] has joined #debian |
11:24 | -!- | rejoicetreat is "rejoicetreat__" on #fdroid #debian #oftc |
11:24 | -!- | tuxd3v [~tuxd3v@87-196-186-199.net.novis.pt] has quit [Remote host closed the connection] |
11:25 | <bleb> | maybe the first task should be to replace dhcpv6 with dhcp, since I want an ipv4 address anyway |
11:25 | <bleb> | and perhaps dhcpv6 is causing the problem, since it is the last thing before the installer hangs |
11:26 | <bleb> | i would happily do more to diagnose the issue but idk what to try |
11:28 | -!- | s0berage [~s0berage@135-23-213-77.cpe.pppoe.ca] has joined #debian |
11:28 | -!- | s0berage is "realname" on #ceph #debian #freedombox #llvm #oftc #Qubes_OS #radeon #tor-bots #virt #retroshare #retroshare-community #retroshare-project #dragonwarez #ftpwarez #2600 |
11:28 | <bleb> | ah dmesg works |
11:29 | <Sqrt{not}> | are you running the graphical installer, or the text installer? Also, maybe run `free` on your text console to make sure you have enough memory? |
11:29 | -!- | hendursa1 [~weechat@8VQAAC65Q.tor-irc.dnsbl.oftc.net] has quit [] |
11:29 | <bleb> | text installer |
11:30 | -!- | hendursaga [~weechat@0BGAADO9I.tor-irc.dnsbl.oftc.net] has joined #debian |
11:30 | -!- | hendursaga is "weechat" on #consfigurator #wayland #robigalia #debian #postmarketos #kernelnewbies |
11:30 | <bleb> | free says i have 73472 used, 16048972 free |
11:30 | <Sqrt{not}> | OK! clearly *not* the problem ;) |
11:31 | <hendursaga> | I got around to re-installing Debian, in retrospect, I feel it might've been a display manager problem. |
11:31 | <bleb> | the last thing in dmesg is IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready |
11:32 | <bleb> | dmesg | grep -Ei 'error|warn' shows nothing |
11:32 | <bleb> | guess I will try the graphical installer |
11:33 | <Sqrt{not}> | bleb is there anything in /var/log/ ? |
11:34 | -!- | s0beragee [~s0berage@135-23-213-77.cpe.pppoe.ca] has quit [Ping timeout: 480 seconds] |
11:34 | <bleb> | restarting a third time... |
11:34 | * | Sqrt{not} is AFK for a while |
11:35 | <bleb> | yes there is /var/log/syslog |
11:37 | <Sqrt{not}> | ahh, before I leave: how did you copy the live image to your boot media? |
11:37 | <bleb> | I copied it into the _ISO folder of my iodd 2531 |
11:37 | <bleb> | which emulates a cd drive |
11:38 | <Sqrt{not}> | OK, I have no idea about that. good luck, I'm gone for a while. |
11:38 | <bleb> | no errors in /var/log/syslog, but there are a few lines that mention a warning |
11:38 | <bleb> | last one is WARNING **: Started DHCPv6 client; PID is 4362 |
11:39 | <bleb> | i'll try the graphical installer; if anyone knows a simple way to force dhcp v4 let me know |
11:41 | <bleb> | in the graphical installer, after it does the DHCPv6 thing, the installer stops responding |
11:41 | <Sqrt{not}> | (if you don't have it already, it's worth looking at the install manual: https://www.debian.org/releases/stable/installmanual ) |
11:42 | <bleb> | I still have the debian banner and it still says "Configure the network", but there is just blank white below that |
11:43 | -!- | bitblit [~bitblit@8VQAAC6LW.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
11:43 | -!- | bitblit [~bitblit@8VQAAC7HL.tor-irc.dnsbl.oftc.net] has joined #debian |
11:43 | -!- | bitblit is "bitblit" on #debian |
11:44 | -!- | toto_ [~toto@5.146.195.12] has quit [Ping timeout: 480 seconds] |
11:45 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has joined #debian |
11:45 | -!- | newtons is "newtons" on #debian |
11:46 | -!- | chele [~chele@00022067.user.oftc.net] has quit [Quit: Leaving] |
11:47 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has quit [] |
11:47 | -!- | chele [~chele@00022067.user.oftc.net] has joined #debian |
11:47 | -!- | chele is "chele" on #debian-next #debian |
11:48 | -!- | plaur [~laur@171.33.179.232] has joined #debian |
11:48 | -!- | plaur is "laur" on #debian |
11:51 | -!- | rpittau is now known as rpittau|afk |
11:52 | <tepozoa> | bleb: edit the installer (ISO) GRUB commandline and try adding ipv6.disable=1? That would hard-force the installer boot kernel to only use IPv4. Could break something else, but.... well... can't hurt to test it |
11:52 | <tepozoa> | could at least prove a theory |
11:53 | -!- | holger [~holger@2a02:908:698:ba80:f929:5d32:9fc9:7d28] has quit [Remote host closed the connection] |
11:53 | -!- | jipege4 [~quassel@2a01:cb19:85fa:2d00:8d90:6fce:e478:d573] has quit [Quit: No Ping reply in 180 seconds.] |
11:55 | -!- | wololoer [~user@00022ff6.user.oftc.net] has quit [Quit: WeeChat 3.0.1] |
11:55 | -!- | jipege4 [~quassel@2a01:cb19:85fa:2d00:d27f:e236:9732:ee6a] has joined #debian |
11:55 | -!- | jipege4 is "jipege" on #debian |
11:55 | -!- | wololoer [~user@00022ff6.user.oftc.net] has joined #debian |
11:55 | -!- | wololoer is "user" on #pipewire #s6 #alpine-linux #kvm #virt #suckless #openjdk #debian-next #debian |
11:57 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has quit [Ping timeout: 480 seconds] |
11:57 | -!- | debalance [~quassel@2a02:908:1080:9040:201:2eff:fe70:36f] has joined #debian |
11:57 | -!- | debalance is "Philipp Huebner" on #debian #debian-devel-changes |
11:59 | -!- | czesmir_ [~stefan@aecf159.neoplus.adsl.tpnet.pl] has quit [] |
12:02 | -!- | andi89gi [~andi89gi@p200300c0573c4a00431eba939c63118b.dip0.t-ipconnect.de] has quit [Remote host closed the connection] |
12:03 | -!- | mezzo [~mezzo@176-141-171-88.abo.bbox.fr] has joined #debian |
12:03 | -!- | mezzo is "mezzo" on #debian @#lichess #yuming |
12:04 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
12:04 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
12:05 | -!- | FH_thecat [~FH_thecat@75.11.25.212.ftth.as8758.net] has joined #debian |
12:05 | -!- | FH_thecat is "FH_thecat" on #kernelnewbies #virt #debian |
12:05 | <bleb> | tepozoa: thanks |
12:05 | <bleb> | it seems to be proceeding as if I have no network at all |
12:06 | <bleb> | it failed on "detect and mount installation media" |
12:06 | <bleb> | then if I look at the menu options, there is no network configuration |
12:07 | <bleb> | i don't recall ipv6 being the default on earlier debians; maybe I just use buster for now? |
12:07 | <tepozoa> | _nod_ you're booting a livecd which has opinions about life, it's probably having a bad day with IPv6 hard disabled |
12:08 | <bleb> | this is a new thing for bullseye though? |
12:08 | <tepozoa> | have you tried the normal installer? |
12:08 | <bleb> | the non-graphical one? yes |
12:08 | <bleb> | same behavior |
12:08 | <tepozoa> | (I can't answer that about being new, my IPv6 just works) |
12:08 | <tepozoa> | no, the real ISO that is not "live" |
12:09 | <bleb> | oh |
12:09 | <bleb> | i can try it |
12:09 | <tepozoa> | sec lemme get a link |
12:09 | <bleb> | for now I can try booting to the live image |
12:10 | <tepozoa> | https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/ <- notice there's a subdir for each type |
12:11 | <tepozoa> | since you're having this network issue, you'll probably want the full DVD version which is almost 4G, but, well... |
12:12 | <bleb> | I guess I want "firmware-11.0.0-amd64-DVD-1.iso" ? |
12:13 | <tepozoa> | that's the one yep |
12:13 | -!- | chele [~chele@00022067.user.oftc.net] has quit [Quit: Leaving] |
12:13 | <tepozoa> | sadly, there are still a lot of network chipsets out there without free blobs :-/ |
12:14 | <bleb> | i'll also try 10.10 while im at it |
12:15 | -!- | boistordu_ex [~boistordu@0002bdcc.user.oftc.net] has joined #debian |
12:15 | -!- | boistordu_ex is "realname" on #tor-project #tor-onions #redditprivacy #Qubes_OS #python #pulseaudio #postgresql #php #openjdk #OpenBSD #oftc #netdev #NetBSD #mitmproxy #llvm-build #kvm #java #ifupdown-ng #help #gstreamer #guardianproject #haiku #hackerspaces #haskell #gfortran #freenode #gentoo #dri-devel #debian-xfce #debian-ubuntu #debian-raspberrypi #debian-qemu #debian-offtopic #debian-nginx #debian-live #debian-haskell #debianfr #debian #c++ #C #bash #archlinux |
12:16 | <tepozoa> | at a very basic layer, the subsystems are geared to test/use/try IPv6 first these days (like the glibc DNS resolving) - bullseye is using the newer kernel (by a very long shot) so it stands to reason there have been fundamental networking changes in simple using the new kernel |
12:17 | <Sqrt{not}> | bleb, if <it failed on "detect and mount installation media"> maybe your device's emulation of cd drive isn't as exact as what the installer expects? Can you use a USB thumb drive instead? |
12:17 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has joined #debian |
12:17 | -!- | pavlushka is "Pavel Sayekat" on #debian #oftc |
12:20 | <bleb> | i could try that, the iodd has been flawless so far though |
12:20 | -!- | debalance_ [~quassel@2a02:908:1080:9040:201:2eff:fe70:36f] has joined #debian |
12:20 | -!- | debalance_ is "Philipp Huebner" on #debian #debian-devel-changes |
12:20 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:55a9:31e5:605d:8470] has quit [] |
12:21 | <RedEagle> | i see bullseye upgrade has broken youtube-dl completely , giving error " /usr/bin/env: ‘python’: No such file or directory*** |
12:22 | <bleb> | how is youtube-dl installed |
12:23 | <RedEagle> | i have been using github youtube-dl..unix users way ! |
12:23 | <bleb> | how is it installed though |
12:23 | <bleb> | just a repo directory? |
12:25 | <RedEagle> | noo. it gives a curl command.. |
12:25 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has joined #debian |
12:25 | -!- | RedSoxFan07 is "RedSoxFan07" on #debian-next #debian |
12:25 | <RedEagle> | and second command is to make it execuatable.. |
12:25 | <RedEagle> | ******sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl |
12:26 | <tepozoa> | python == python2, we're using python3 now and it's command per the PEP is always python3 |
12:26 | <Sqrt{not}> | there are these packages you can install: python-is-python3 and python-is-python2 |
12:26 | <RedEagle> | and second command is *****sudo chmod a+rx /usr/local/bin/youtube-dl***** |
12:27 | -!- | debalance [~quassel@00017b9a.user.oftc.net] has quit [Ping timeout: 480 seconds] |
12:27 | <hendursaga> | So, I forgot my root password to my new Debian installation. When presented with a boot menu, which is NOT GRUB, and I select Debian, what appears to be the GRUB menu disappears in less than half a second and it then boots to where it asks for my encryption password.. |
12:27 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
12:28 | <tepozoa> | RedEagle: why not use the youtube-dl package from the Debian repos? |
12:28 | <hendursaga> | My question is, how do I get GRUB to not boot instantly or otherwise, how can I reset my root password? |
12:28 | <RedEagle> | ok .. yeah i get it .. |
12:28 | <bleb> | tepozoa: you want updates as fast as possible for youtube-dl |
12:28 | <hendursaga> | RedEagle: pip install youtube-dl works great for me |
12:28 | -!- | amacater [~amacater@77.97.174.253] has joined #debian |
12:28 | -!- | amacater is "realname" on #debian #debian-live #debian-raspberrypi #debian-wsl |
12:28 | <bleb> | RedEagle: i would recommend using pip, i'm pretty sure the bundled version takes longer to start up |
12:28 | <tepozoa> | I sure don't, I don't use it! :-) (j/k) I get you |
12:29 | <hendursaga> | (Oh and this is a Windows dual-boot, too) |
12:29 | <bleb> | if you install via pip it probably wont have the same problems anyway |
12:29 | -!- | ao2 [~ao2@host-79-18-147-141.retail.telecomitalia.it] has quit [Quit: Leaving] |
12:30 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
12:30 | <tepozoa> | hendursaga: I've been in your shoes before, it tends to mean the GRUB timeout is set to 0. Sit there with your up and down arrow keys and as fast as you can smash them to try to interrupt GRUB to get the menu |
12:31 | <tepozoa> | it may take a lot of tries to race-condition yourself into the menu, once in there you can add "single" to the boot line |
12:31 | <RedEagle> | ok i try it |
12:31 | <hendursaga> | tepozoa: yeah I just read an article on extending the timeout value.. let's see if that works.. |
12:31 | <tepozoa> | it does, Ubuntu sets things to 0 and it's one of the first adjustments I make |
12:32 | <hendursaga> | Wouldn't that mean I'd still have to figure out how to mount my encrypted drive? |
12:32 | -!- | A|an [~Alan@173.216.51.200] has joined #debian |
12:32 | -!- | A|an is "realname" on #debian |
12:33 | <tepozoa> | did you use full disk encryption? |
12:33 | <hendursaga> | Yes I did |
12:33 | <hendursaga> | I didn't forget THAT password :P |
12:33 | <tepozoa> | yeah, you have some work ahead of you |
12:34 | <tepozoa> | but, it /should/ prompt you for the password during single boot IIRC - the boot's initrd will read out the /etc/fstab which has the hooks to the LUKS data |
12:34 | <hendursaga> | where's single boot? down from the default? |
12:35 | <tepozoa> | you edit the commandline and add the word "single" onto the end of the other things you see like "root.lv" and whatnot |
12:35 | <tepozoa> | it's a synonym to telling systemd to boot in single-user.target mode |
12:35 | <Tenkawa> | doesn't holding the space or escape key (can't remember which) stop grub autoboot? |
12:35 | <hendursaga> | Tenkawa: or was it left shift?? |
12:36 | <Tenkawa> | hendursaga: that does sound familiar.. let me look it up |
12:37 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
12:37 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
12:37 | <hendursaga> | and... that's weird, somehow I'm in Debian recovery mode. |
12:37 | <Tenkawa> | shift appears to be the ubuntu one and I think debian honors it too |
12:37 | -!- | hybridwipe [~null@cpe-173-174-99-192.austin.res.rr.com] has quit [Ping timeout: 480 seconds] |
12:38 | <RedEagle> | Sqrt{not}: greattt thanks 👍installing ".python-is-python3" fixed everything automatically.. |
12:38 | <Tenkawa> | hendursaga: either way you should be able to fix by editing the /etc/default/grub settings and update-grub now |
12:39 | <tepozoa> | and "passwd root" right? :) |
12:39 | <hendursaga> | OK I'm in the GRUB menu.. |
12:42 | <hendursaga> | Tenkawa: I don't have root, so how can I edit that file? |
12:43 | -!- | Generic84464 [~user@7YZAACJB2.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
12:44 | <Tenkawa> | oh.. yeah unless you can mount it on another machine or get it up to a runlevel and use sudo thats rough |
12:45 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
12:45 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
12:45 | -!- | vv222[BI] [~vv221BI]@2a01cb0881af0b00bab4f712010c0308.ipv6.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
12:45 | -!- | miracolix [~todi@ip158.ip-51-195-37.eu] has quit [Quit: Verlassend] |
12:46 | -!- | GNUtoo [~GNUtoo@cyberdimension.org] has quit [Quit: leaving] |
12:47 | -!- | hybridwipe [~null@100.42.98.196] has joined #debian |
12:47 | -!- | hybridwipe is "realname" on #debian #debian-next #msys2 #msys2-ci #llvm #llvmlinux |
12:47 | <hendursaga> | OK I reset it, thanks! |
12:48 | <hendursaga> | (I was able to append init=/bin/bash to GRUB, input encryption password, re-mount / and /proc, passwd, then reboot) |
12:49 | <hendursaga> | FreeBSD makes this process so much easier, lol |
12:57 | -!- | Haudegen [~quassel@91.114.49.10] has quit [Quit: Bin weg.] |
12:57 | -!- | thiras [~thiras@24.133.81.19] has quit [Ping timeout: 480 seconds] |
13:00 | <tepozoa> | big picture, it's because people who build the things belive that the root rescue shell should have a password required to access it - this /can/ be disabled by you by changing your defaults |
13:01 | <tepozoa> | in the old days, it was done in /etc/inittabe but in the systemd world it's done in /usr/lib/systemd/system/rescue.service |
13:01 | <jmcnaught> | https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#idm1615 |
13:02 | -!- | jmatos [~jmatos@00028665.user.oftc.net] has joined #debian |
13:02 | -!- | jmatos is "nil" on #vmdb2 #oftc #debian-raspberrypi #debian-next #debian |
13:02 | <jmcnaught> | Also do not edit /usr/lib/systemd/system/rescue.service directly, but a copy of it in /etc/systemd/system/ (or use the "systemctl edit rescue.service" command like in the link above |
13:03 | <tepozoa> | yes, my comment was meant to describe /where/ it was done |
13:03 | <tepozoa> | "how are these screws built?" |
13:03 | -!- | kmshanah_ [~kmshanah@pa49-178-68-157.pa.nsw.optusnet.com.au] has joined #debian |
13:03 | -!- | kmshanah_ is "Kevin Shanahan" on #debian |
13:04 | -!- | Slashman [~Slash@cosium-fo-152-18.fib.nerim.net] has quit [Quit: Leaving] |
13:05 | -!- | kmshanah [~kmshanah@pa49-178-68-157.pa.nsw.optusnet.com.au] has quit [Ping timeout: 480 seconds] |
13:06 | -!- | quazgar [~quazgar@p200300cf0735750089b9441d52cd24be.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
13:07 | -!- | diogenes_oftc [~diogenes_@188.208.120.245] has quit [Quit: vergissmeinnicht] |
13:07 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
13:07 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
13:09 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:11 | -!- | monster [~monster@ip158.ip-51-195-37.eu] has joined #debian |
13:11 | -!- | monster is "realname" on #debian |
13:13 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
13:13 | -!- | monster [~monster@ip158.ip-51-195-37.eu] has quit [] |
13:14 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
13:14 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
13:14 | -!- | hlauer [~hlauer@ip5f596799.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
13:14 | -!- | plaur [~laur@171.33.179.232] has quit [Ping timeout: 480 seconds] |
13:18 | -!- | tparenti [a6qKncaX@WHELK.CLUB.CC.CMU.EDU] has quit [Ping timeout: 480 seconds] |
13:19 | -!- | prg [~prg@xannode.com] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
13:20 | -!- | prg [~prg@xannode.com] has joined #debian |
13:20 | -!- | prg is "prg" on #wayland #doom64ex #debian-next #debian ##superbothangout |
13:22 | -!- | cyberanger_ [~cyberange@45.76.2.228] has joined #debian |
13:22 | -!- | cyberanger_ is "J'ai oublié! ;-)" on #ohiolinux #nslug #ext4 #debian |
13:22 | -!- | a_landim_xhkl [~andre.lan@177.194.12.73] has quit [] |
13:23 | -!- | ZachGibbens [~cyberange@00028e95.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:23 | -!- | tparenti [~tparenti@WHELK.CLUB.CC.CMU.EDU] has joined #debian |
13:23 | -!- | tparenti is "Tim Parenti" on #debian-next #debian |
13:25 | -!- | FH_thecat [~FH_thecat@75.11.25.212.ftth.as8758.net] has quit [Quit: Leaving] |
13:28 | -!- | mode/#debian [+l 999] by debhelper |
13:29 | -!- | jesse [~jesse@00026f56.user.oftc.net] has quit [Remote host closed the connection] |
13:30 | -!- | jesse [~jesse@00026f56.user.oftc.net] has joined #debian |
13:30 | -!- | jesse is "jesse" on #linode #debian |
13:35 | -!- | wololoer [~user@00022ff6.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:35 | <RoyK> | ,v rust |
13:35 | <judd> | No package named 'rust' was found in amd64. |
13:36 | <sney> | ,v rustc |
13:36 | <judd> | Package: rustc on amd64 -- stretch: 1.34.2+dfsg1-1~deb9u1; buster: 1.41.1+dfsg1-1~deb10u1; bookworm: 1.48.0+dfsg1-2; bullseye: 1.48.0+dfsg1-2; sid: 1.48.0+dfsg1-2; experimental: 1.52.1+dfsg1-1~exp3 |
13:36 | -!- | wololoer [~user@00022ff6.user.oftc.net] has joined #debian |
13:36 | -!- | wololoer is "user" on #pipewire #s6 #alpine-linux #kvm #virt #suckless #openjdk #debian-next #debian |
13:37 | -!- | plaur [~laur@171.33.179.232] has joined #debian |
13:37 | -!- | plaur is "laur" on #debian |
13:40 | -!- | wololoer [~user@00022ff6.user.oftc.net] has quit [] |
13:40 | -!- | wololoer [~user@00022ff6.user.oftc.net] has joined #debian |
13:40 | -!- | wololoer is "user" on #pipewire #s6 #alpine-linux #kvm #virt #suckless #openjdk #debian-next #debian |
13:42 | -!- | newtons [~newtons@2a02:120b:2c42:7650:ce70:ac4b:377f:3caf] has joined #debian |
13:42 | -!- | newtons is "newtons" on #debian |
13:44 | -!- | wololoer [~user@00022ff6.user.oftc.net] has quit [] |
13:44 | -!- | live [~live@garza.riseup.net] has joined #debian |
13:44 | -!- | live is "Live session user" on #debian |
13:45 | -!- | live_ [~live@garza.riseup.net] has joined #debian |
13:45 | -!- | live_ is "Live session user" on #debian |
13:45 | -!- | ronald [~ronald@190.148.209.146] has joined #debian |
13:45 | -!- | ronald is "Ronald Marín" on #debian |
13:46 | <live> | -In the voice of the character MR Hankey The Christmas Poo character from the TV Show South Park-. |
13:46 | -!- | zleap [~Paul@00028cc7.user.oftc.net] has joined #debian |
13:46 | -!- | zleap is "realname" on #debcamp #debian-live #debian-social #tor #minidebconf-online #debian-academy #debian-next #debian |
13:46 | <live> | Howdy ho! |
13:46 | <live> | XD |
13:47 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has quit [Ping timeout: 480 seconds] |
13:47 | <live> | Man!, This IRC Chat is as dead as an old man's dick. |
13:47 | <live> | XD |
13:47 | <zleap> | live, how can we help ? |
13:48 | <amacater> | !ask |
13:48 | <dpkg> | If you have a question, just ask! For example: "I have a problem with ___; I'm running Debian version ___. When I try to do ___ I get the following output ___. I expected it to do ___." Don't ask if you can ask, if anyone uses it, or pick one person to ask. We're all volunteers; make it easy for us to help you. If you don't get an answer try a few hours later or on https://lists.debian.org/debian-user/ See <smart questions><errors>. |
13:48 | <live> | I am all good, I am just here to chat. |
13:48 | <live> | XD |
13:48 | <zleap> | ah ok cool |
13:48 | <live> | No one is chatting here, I think everyone is AFK. |
13:48 | <live> | XD |
13:48 | <RoyK> | https://xkcd.com/1782/ ;) |
13:48 | -!- | live is now known as MRHankeyTheChristmasPoo |
13:48 | <vv221> | !chat |
13:48 | <dpkg> | This is not a chat channel, this is a Debian user support channel. Unless you have a Debian support question, please chat elsewhere, like #debian-offtopic or #moocows; or search for a chat topic of your choice at https://netsplit.de/channels/ |
13:49 | <MRHankeyTheChristmasPoo> | Sorry, I am new to IRC Chat. |
13:49 | -!- | earthundead [~earthunde@188.170.81.57] has joined #debian |
13:49 | -!- | earthundead is "realname" on #debian |
13:49 | <MRHankeyTheChristmasPoo> | I am using the Sparky Linux Distro/ OS. |
13:49 | <MRHankeyTheChristmasPoo> | It is based on the Linux Debian OS/ Distro. |
13:49 | <MRHankeyTheChristmasPoo> | :) |
13:50 | <amacater> | Again: this is a Debian support channel - we can't really help with derivatives - they do things differently there |
13:50 | <MRHankeyTheChristmasPoo> | I am off to the other #debian-offtopic, Bye. |
13:50 | <amacater> | !sparky |
13:50 | <dpkg> | SparkyLinux is a Linux distribution based on <testing>. It is not supported in #debian or #debian-next. http://sparkylinux.org/ See also <based on debian>. |
13:51 | <MRHankeyTheChristmasPoo> | That is cool, I am going to the other General Chat IRC Chat Server to just chat to people since this is a help section to help people. |
13:51 | <MRHankeyTheChristmasPoo> | See you later. |
13:51 | <MRHankeyTheChristmasPoo> | :) |
13:51 | <zleap> | k |
13:52 | <Blendie> | may the force be with you |
13:52 | <Blendie> | check if the sber is working |
13:52 | <Blendie> | obi wan is always with us |
13:54 | <MRHankeyTheChristmasPoo> | -nickserv- Register |
13:54 | <MRHankeyTheChristmasPoo> | Crap! |
13:54 | <MRHankeyTheChristmasPoo> | -NickServ- REGISTER |
13:55 | -!- | kmshanah [~kmshanah@pa49-178-2-186.pa.nsw.optusnet.com.au] has joined #debian |
13:55 | -!- | kmshanah is "Kevin Shanahan" on #debian |
13:55 | <sney> | MRHankeyTheChristmasPoo: you need to /msg nickserv , the / makes it a command |
13:56 | <MRHankeyTheChristmasPoo> | help |
13:56 | -!- | ChromaCat248 [~ChromaCat@0002b9d5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:56 | -!- | kmshanah_ [~kmshanah@pa49-178-68-157.pa.nsw.optusnet.com.au] has quit [Ping timeout: 480 seconds] |
13:57 | <RoyK> | !experimental |
13:57 | <dpkg> | experimental is the bleeding edge of Debian Development. Packages here have been deemed unfit/DANGEROUS/untrustworthy/etc for release by the maintainer responsible for them. DO NOT INSTALL PACKAGES FROM EXPERIMENTAL WITHOUT KNOWING EXACTLY WHY AND WHAT YOU ARE DOING. #debian does _not_ support experimental. For an actual description, see section 4.6.4.3 of the Developer's Reference. http://packages.debian.org/experimental/ |
13:58 | -!- | Haudegen [~quassel@178.115.237.87.static.drei.at] has joined #debian |
13:58 | -!- | Haudegen is "AP,,," on #debian.or.at #debian-next #security #debian |
13:58 | -!- | earthundead [~earthunde@188.170.81.57] has quit [Remote host closed the connection] |
13:59 | <MRHankeyTheChristmasPoo> | I give up. |
13:59 | <MRHankeyTheChristmasPoo> | XD |
13:59 | <RoyK> | what really is experimental? I thought Sid was the bad guy, but then there's experiemntal. When did it arrive? |
13:59 | <sney> | experimental is a holding area for packages that the maintainer doesn't want to migrate to testing |
14:00 | <somiaj> | RoyK: What abou tthat factoid didn't you really understand? It use to be a place to put packages before they were ready for sid, though it has also truned into a place packages can sit during the freeze. |
14:00 | <somiaj> | RoyK: it isn't a full distribution, it is a set of packages that can be used with sid if a user wants to (maybe it is like the backports for sid) |
14:01 | <RoyK> | sney: s/testing/unstable/ ? |
14:01 | <somiaj> | RoyK: No switch needed |
14:01 | <sney> | RoyK: no. packages in unstable automatically migrate to testing after a few days. |
14:01 | <sney> | RoyK: packages in experimental migrate nowhere. |
14:02 | -!- | MRHankeyTheChristmasPoo [~live@garza.riseup.net] has quit [Quit: Konversation terminated!] |
14:02 | -!- | live_ [~live@garza.riseup.net] has quit [Quit: Konversation terminated!] |
14:02 | <sney> | it's a way to have the software available for specific installations, without it going through the usual debian workflow. |
14:02 | <RoyK> | sney: I see - thanks |
14:02 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
14:02 | <RoyK> | I didn't think there was something like an automatic migration in debian |
14:03 | -!- | live [~live@garza.riseup.net] has joined #debian |
14:03 | -!- | live is "Live session user" on #debian |
14:03 | <somiaj> | RoyK: you might want to read up on the debian release process, there has always been automatic migration from sid -> testing |
14:03 | <somiaj> | it is all part of the release process |
14:04 | -!- | cmm11 [~cmm@00028f45.user.oftc.net] has quit [Quit: Quit] |
14:04 | <sney> | and when the migration stops, in final preparation for a stable release, that's called the "freeze." which you probably heard of in the past ~6 months. |
14:04 | -!- | Despatche [~desp@72.11.37.193] has joined #debian |
14:04 | -!- | Despatche is "Wealth and glory to the winner" on #debian-offtopic #debian-next #debian #linux |
14:06 | -!- | qwer [~qwer@37-48-43-86.nat.epc.tmcz.cz] has quit [Ping timeout: 480 seconds] |
14:06 | -!- | heiserhorn [~heiserhor@185.159.157.45] has quit [Ping timeout: 480 seconds] |
14:06 | -!- | gildasio [~gildasio@gildasio.user.oftc.net] has joined #debian |
14:06 | -!- | gildasio is "gildasio" on #debian |
14:08 | -!- | live [~live@garza.riseup.net] has quit [] |
14:09 | -!- | cmm11 [~cmm@li184-133.members.linode.com] has joined #debian |
14:09 | -!- | cmm11 is "cmm11" on #debian |
14:12 | <bleb> | FYI the buster installer worked fine |
14:12 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
14:12 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
14:12 | <bleb> | i will circle back around and try the bullseye installers to try and narrow down the problem |
14:13 | <somiaj> | bleb: you can install buster minimum system, upgrade to bullseye, then install the rest of your software if you don't want to deal with tracking down the issue |
14:13 | -!- | lucascastro [~lucascast@45-167-143-6.netfacil.inf.br] has joined #debian |
14:13 | -!- | lucascastro is "Lucas Castro" on #debian-bsb #kernelnewbies #debian #debian-devel-br #debian-br |
14:13 | <bleb> | yeah, i am more concerned with the regression in the installation media |
14:13 | <bleb> | if i need something from bullseye i will upgrade though |
14:14 | <bleb> | now i'm trying to get 4k working in xfce |
14:14 | <bleb> | some people have said to install this package: https://packages.debian.org/buster/firmware-amd-graphics |
14:15 | <bleb> | but i can't find it in apt |
14:15 | <somiaj> | !non-free |
14:15 | <dpkg> | [non-free] a component which contains software that does not comply with the <DFSG>. To add non-free packages to your packages index, ask me about <non-free sources>. To see which non-free packages are installed ask me about <non-free list>. |
14:15 | <amacater> | What does your /etc/apt/sources.list say? Firmware is in non-free |
14:15 | <somiaj> | you have to enable non-free to get non-free firmware |
14:15 | <bleb> | yea... i thought i checked that but only 4 of the 6 lines have non-free at the end |
14:16 | <somiaj> | You might also want to try to firmware installer image, wonder if your device needs some nonfree firmware for the gpu |
14:16 | <somiaj> | !firmware images |
14:16 | <dpkg> | There are <live> system and <netinst> and DVD images containing non-free Debian <firmware> packages available from https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/ The images are "unofficial" because "official Debian" includes only 100% free software. They are otherwise identical to the normal installer images and prepared by the same Debian Developers. See <check iso>. |
14:16 | <bleb> | somiaj: i did use a firmware image though |
14:16 | <somiaj> | ahh okay, just a thought |
14:16 | <RoyK> | somiaj: thanks for the info - didn't know that - I'm not sure if I need all the rest of the details, though |
14:16 | -!- | xylo [c55663548b@125.236.225.172] has joined #debian |
14:16 | -!- | xylo is "xylo" on #debian |
14:17 | -!- | newtons [~newtons@2a02:120b:2c42:7650:ce70:ac4b:377f:3caf] has quit [] |
14:17 | <amacater> | I would suggest when you do the bullseye install that you _definitely_ use the unofficial non-free firmware image as the firmware detection and install has improved. |
14:17 | -!- | kts [~kts@103.73.237.251] has joined #debian |
14:17 | -!- | kts is "Kyaw Thu Soe" on #debian |
14:17 | <somiaj> | RoyK: If running stable, might not be needed, but if intersted in debian-next, it is useful to understand the debian develoment process (and note that testing/unstable isnt' a release, it is a development version that is available to users) |
14:17 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has joined #debian |
14:17 | -!- | jpw is "..." on #debian-offtopic #debian |
14:18 | <bleb> | amacater: no doubt. that's what i was trying before. |
14:19 | <bleb> | when installing firmware-amd-graphics i get a lot of warnings like W: Possible missing firmware /lib/firmware/amdgpu/vega20_smc.bin for module amdgpu |
14:19 | <bleb> | should i worry about this / install something else? |
14:19 | -!- | cmm11 [~cmm@00028f45.user.oftc.net] has quit [Quit: Quit] |
14:19 | <amacater> | This on buster ... how new is the machine? |
14:19 | -!- | gry [~quassel@203-129-25-247.cb8119.syd.static.aussiebb.net] has quit [] |
14:19 | <bleb> | from about 2012 i think |
14:20 | <somiaj> | bleb: should be fine, a lot depends on the gpu |
14:20 | <amacater> | Ah, Ok - and the graphics card is same age? |
14:20 | <bleb> | the gpu is a radeon rx560 |
14:20 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Quit: nahomy] |
14:21 | -!- | cmm11 [~cmm@2a01:7e00::f03c:92ff:fef3:c73c] has joined #debian |
14:21 | -!- | cmm11 is "cmm11" on #debian |
14:21 | <bleb> | looks good after rebooting |
14:21 | -!- | gry [~quassel@203-129-25-247.cb8119.syd.static.aussiebb.net] has joined #debian |
14:21 | -!- | gry is "gl" on #debian #moocows #git #alpine-linux #lecturify #packaging #openconnect #oftc #fdroid #help |
14:21 | -!- | mzf [~mzf@0002ab8d.user.oftc.net] has joined #debian |
14:21 | -!- | mzf is "realname" on #salsaci #debian-next #debian-offtopic #debian-hpc #minidebconf-online #mini-DebConf-fr #debian |
14:21 | <bleb> | or rather, extremely tiny |
14:21 | -!- | hegstal [~hegstal@0002c365.user.oftc.net] has quit [Remote host closed the connection] |
14:21 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
14:21 | -!- | mimi89999 is "mimi89999" on #debian #debian-live |
14:22 | <amacater> | So - bullseye - should be fine - various things on net suggest you can install drivers on Buster so bullseye should be fine. |
14:24 | <bleb> | if i upgrade from buster you mean? |
14:24 | <somiaj> | You can get a newer kernel and firmware from buster-backports |
14:24 | <amacater> | Yes or if you use the bullseye non-free firmware inmage |
14:25 | <somiaj> | so if you want to stick with buster for the time, but need a newer kernel/firmware, use backports |
14:26 | -!- | bruno_ [~bruno@177.129.230.34] has joined #debian |
14:26 | -!- | bruno_ is "realname" on #debian |
14:26 | -!- | bruno_ [~bruno@177.129.230.34] has quit [] |
14:28 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
14:28 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
14:29 | <bleb> | ok |
14:29 | -!- | t11z [~murrayrot@p57960c1c.dip0.t-ipconnect.de] has joined #debian |
14:29 | -!- | t11z is "realname" on #debian |
14:29 | <bleb> | the bullseye non-free firmware image was not working for me, for different reasons |
14:29 | -!- | andreid [~quassel@cgn-pool-194-50-14-147.tis-dialog.ru] has joined #debian |
14:29 | -!- | andreid is "andreid" on #debian |
14:30 | <somiaj> | I would personally just upgrade and get to using the machine. |
14:31 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
14:32 | -!- | nahomy_ [~nahomy@181.188.137.164] has joined #debian |
14:32 | -!- | nahomy_ is "nahomy" on #debian #osm-diversity |
14:34 | -!- | mikkel [~mikkel@00029f15.user.oftc.net] has joined #debian |
14:34 | -!- | mikkel is "mikkel" on #debian-kde #debian |
14:35 | -!- | nahomy_ [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
14:35 | -!- | andreid [~quassel@cgn-pool-194-50-14-147.tis-dialog.ru] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] |
14:35 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
14:35 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
14:35 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has joined #debian |
14:35 | -!- | RedSoxFan07 is "RedSoxFan07" on #debian-next #debian |
14:35 | -!- | AndroUser2 [~androirc@188.189.237.84] has joined #debian |
14:35 | -!- | AndroUser2 is "Android IRC Client" on #debian |
14:36 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
14:36 | -!- | f10 is "f10" on #debian-kde #debian |
14:37 | -!- | format_c [~format_c@0002ca8c.user.oftc.net] has joined #debian |
14:37 | -!- | format_c is "Alexander Koeppe" on #debian |
14:37 | -!- | amk [~amk@176.61.106.150] has quit [Ping timeout: 480 seconds] |
14:38 | -!- | mode/#debian [+l 1010] by debhelper |
14:38 | <RoyK> | somiaj: I see - thanks - but I'm rarely that into development as such. If I need something bleeding edge, I do it in a vm or container. |
14:39 | -!- | zleap [~Paul@00028cc7.user.oftc.net] has quit [Quit: Leaving] |
14:41 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
14:41 | <bleb> | somiaj: or in my case, just get to using the machine |
14:41 | <somiaj> | yea buster works just fine |
14:43 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Ping timeout: 480 seconds] |
14:44 | -!- | nahomy_ [~nahomy@181.188.137.164] has joined #debian |
14:44 | -!- | nahomy_ is "nahomy" on #debian #osm-diversity |
14:44 | -!- | nahomy_ is now known as nahomy |
14:45 | -!- | nahomy [~nahomy@181.188.137.164] has quit [] |
14:47 | -!- | caseih [caseih@lfbn-lyo-1-492-30.w2-7.abo.wanadoo.fr] has joined #debian |
14:47 | -!- | caseih is "Pierre-Loic" on #debian |
14:47 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has quit [] |
14:49 | -!- | t11z [~murrayrot@p57960c1c.dip0.t-ipconnect.de] has quit [Quit: Leaving] |
14:52 | -!- | coruja [~coruja@000170b7.user.oftc.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
14:53 | -!- | coruja [~coruja@158.181.80.26] has joined #debian |
14:53 | -!- | coruja is "Markus Meyer" on #debian-next #oftc #frickelplatz #debian #blobot |
14:54 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has quit [Remote host closed the connection] |
14:54 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
14:54 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
14:59 | -!- | temp486 [~temp486@2001:16b8:ad68:7600:f0c7:c88e:f8cd:b06e] has quit [Ping timeout: 480 seconds] |
15:00 | -!- | ndorf [~nd@ob.noxio.us] has quit [Quit: Reconnecting] |
15:00 | -!- | ndorf [~nd@ob.noxio.us] has joined #debian |
15:00 | -!- | ndorf is "are we there yet?" on #debian |
15:00 | -!- | ndorf [~nd@ob.noxio.us] has quit [] |
15:00 | -!- | ndorf is "are we there yet?" on #debian |
15:00 | -!- | ndorf [~nd@ob.noxio.us] has joined #debian |
15:00 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has quit [Remote host closed the connection] |
15:00 | -!- | ndorf [~nd@ob.noxio.us] has quit [] |
15:01 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has joined #debian |
15:01 | -!- | Kuririnmagic is "Kuririnmagic" on #infosec #debian-devel-changes ##brazil #tor-south #redditprivacy #ck #oftc #debian |
15:01 | -!- | ndorf is "are we there yet?" on #debian |
15:01 | -!- | ndorf [~nd@ob.noxio.us] has joined #debian |
15:01 | -!- | arnoldoree [~arnoldore@213.205.194.147] has quit [Ping timeout: 480 seconds] |
15:01 | -!- | ndorf [~nd@ob.noxio.us] has quit [] |
15:02 | -!- | ndorf [~nd@ob.noxio.us] has joined #debian |
15:02 | -!- | ndorf is "are we there yet?" on #debian |
15:03 | -!- | ndorf [~nd@ob.noxio.us] has quit [] |
15:04 | -!- | ndorf [~nd@ob.noxio.us] has joined #debian |
15:04 | -!- | ndorf is "are we there yet?" on #debian |
15:07 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
15:07 | -!- | toto_ [~toto@5.146.195.12] has joined #debian |
15:07 | -!- | toto_ is "realname" on #debian-next #debian |
15:07 | -!- | nahomy_ [~nahomy@181.188.137.164] has joined #debian |
15:07 | -!- | nahomy_ is "nahomy" on #debian #osm-diversity |
15:07 | -!- | nahomy_ is now known as nahomy |
15:08 | -!- | kts [~kts@103.73.237.251] has quit [Quit: Konversation terminated!] |
15:08 | -!- | Roman3349 [~Thunderbi@host-89-203-169-159.ip.topnet.cz] has quit [Remote host closed the connection] |
15:08 | -!- | Roman3349 [~Thunderbi@host-89-203-169-159.ip.topnet.cz] has joined #debian |
15:08 | -!- | Roman3349 is "Roman3349" on #debian-sponsors #packaging #debian |
15:09 | -!- | user [~user@13.201.159.143.dyn.plus.net] has joined #debian |
15:09 | -!- | user is "user" on #debian |
15:09 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
15:09 | -!- | user is now known as Guest4843 |
15:09 | -!- | kts [~kts@103.73.237.251] has joined #debian |
15:09 | -!- | kts is "Kyaw Thu Soe" on #debian |
15:10 | -!- | ndorf [~nd@ob.noxio.us] has quit [Quit: leaving] |
15:10 | -!- | mode/#debian [+b *!*@23.95.130.20] by debchange |
15:10 | -!- | kts [~kts@103.73.237.251] has quit [] |
15:11 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
15:11 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
15:11 | -!- | kts [~kts@103.73.237.251] has joined #debian |
15:11 | -!- | kts is "Kyaw Thu Soe" on #debian |
15:14 | -!- | A|an [~Alan@173.216.51.200] has quit [Quit: A|an] |
15:14 | -!- | krilenko [~kri@176.88.31.246] has joined #debian |
15:14 | -!- | krilenko is "kri" on #debian |
15:14 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
15:15 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
15:15 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
15:16 | -!- | nahomy [~nahomy@181.188.137.164] has left #debian [] |
15:17 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
15:17 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
15:18 | -!- | A|an [~Alan@173.216.51.200] has joined #debian |
15:18 | -!- | A|an is "realname" on #debian |
15:18 | -!- | khalid [~khalid@148.87.23.12] has joined #debian |
15:18 | -!- | khalid is "Khalid Aziz" on #debian |
15:20 | -!- | xylo [c55663548b@125.236.225.172] has left #debian [Error from remote client] |
15:21 | -!- | lifesgood [~lifesgood@2804:18:580b:9ed0:956f:2ecc:fbbc:1d3d] has joined #debian |
15:21 | -!- | lifesgood is "lifesgood" on #debian |
15:23 | -!- | AndroUser2 [~androirc@188.189.237.84] has quit [Ping timeout: 480 seconds] |
15:25 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Ping timeout: 480 seconds] |
15:25 | <lifesgood> | people, for a long time I chattered political, thinicity, and religion personal aggresive oppinions in many ircs. for a mo momnent of enlightment I understood irc rooms are public logged and controlled places. what made many my opinions unconveninent. I will ovoid to repeat the misktaque. |
15:26 | <A|an> | thx |
15:27 | -!- | format_c [~format_c@0002ca8c.user.oftc.net] has quit [Quit: format_c] |
15:28 | -!- | mode/#debian [+l 1004] by debhelper |
15:28 | -!- | bertbob [~bertbob@00012c9b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
15:29 | <lifesgood> | I feel feel really chamed in the past be rude to chineses and muslims. |
15:30 | <sney> | lifesgood: it will also help to make sure you are in the right channel. personal growth is offtopic for #debian but would be fine material for #debian-offtopic, for instance. |
15:30 | <lifesgood> | ok |
15:30 | -!- | arnoldoree [~arnoldore@213.205.194.147] has joined #debian |
15:30 | -!- | arnoldoree is "Arnold Opio Oree" on #virt #debian-tech #debian |
15:30 | -!- | otisolsen70 [~otisolsen@xd4ed80b5.cust.hiper.dk] has quit [] |
15:31 | -!- | amolith [~amolith@00028c23.user.oftc.net] has joined #debian |
15:31 | -!- | amolith is "Amolith" on #debian #tor |
15:33 | -!- | xylo [c55663548b@125.236.225.172] has joined #debian |
15:33 | -!- | xylo is "xylo" on #debian |
15:36 | -!- | hlauer [~hlauer@ip5f596799.dynamic.kabel-deutschland.de] has joined #debian |
15:36 | -!- | hlauer is "realname" on #debian |
15:36 | -!- | ao2 [~ao2@host-79-18-147-141.retail.telecomitalia.it] has joined #debian |
15:36 | -!- | ao2 is "ao2" on #linux-media #gstreamer #vcs-home #debian #cell |
15:37 | -!- | debalance_ [~quassel@00017b9a.user.oftc.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
15:38 | -!- | mezzo [~mezzo@176-141-171-88.abo.bbox.fr] has quit [Quit: leaving] |
15:40 | -!- | mode/#debian [-b *!*@23.95.130.20] by debchange |
15:44 | -!- | pert [~pert@00029085.user.oftc.net] has joined #debian |
15:44 | -!- | pert is "John Scott" on #debian #debian-rant #debian-offtopic #debian-next |
15:44 | -!- | meksek99 [~meksek99@2607:fb90:4e2b:99f8:2fbe:40d7:5970:9c07] has joined #debian |
15:44 | -!- | meksek99 is "realname" on #debian |
15:50 | -!- | allan_wind [~allan@lifeintegrity.com] has joined #debian |
15:50 | -!- | allan_wind is "Allan Wind" on #debian |
15:51 | <allan_wind> | Hi... so after bullseye upgrade my laptop either doesn't wake up in x or only one of the my 3 screens are activate and xrandr will scale that across. How do I troubleshoot this? What package should I look for in Bugs? |
15:52 | <lifesgood> | Im going to give a really good warning for people there. In the past Imamaged to backupt all in google drive, so many files were many GB of size. FIrst; google dont allow deinflate locally once it is in drive. 2second; whanen you select anytgung and donload it gather all in a long list if 1GB max size. becouse of that i lost precious files of 25GB. |
15:53 | <lifesgood> | I am google ONE customer, ans asked help... they ignored me. |
15:53 | <sney> | allan_wind: I would look at video issues first, either reports against the kernel or xorg. |
15:53 | -!- | krilenko [~kri@176.88.31.246] has quit [Quit: Leaving] |
15:54 | <allan_wind> | sney: so nvidia drivers? |
15:54 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has quit [Ping timeout: 480 seconds] |
15:54 | -!- | hbautista_ [~hbautista@187.171.122.100] has joined #debian |
15:54 | -!- | hbautista_ is "Héctor" on #osm-es #debian #debian-mx |
15:54 | <allan_wind> | sney: I don't really see anything in dmesg, Xorg.0.log, xsessions-errors, or i3-dump |
15:54 | <allan_wind> | (surprisingly) |
15:54 | <sney> | ah, you're on nvidia. is it optimus? there were some large optimus-related changes in xorg between buster and bullseye. if you're using bumblebee or something you may want to start that config from scratch |
15:55 | <allan_wind> | sney: no, I disabled that, and use the dedicated video card |
15:55 | <sney> | disabled in the bios? |
15:55 | <allan_wind> | sney: yeah |
15:57 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has joined #debian |
15:57 | -!- | newtons is "newtons" on #debian |
15:58 | -!- | gtristan [~tristan@223.62.202.218] has quit [Remote host closed the connection] |
15:58 | -!- | gtristan [~tristan@223.62.202.218] has joined #debian |
15:58 | -!- | gtristan is "Tristan van Berkom" on #debian-next #kernelnewbies #debian |
15:59 | <sney> | you could try enabling nvidia-drm.modeset=1 at boot, and use the xorg modesetting driver instead. |
16:00 | -!- | mith_ [~mith@5.171.243.245] has joined #debian |
16:00 | -!- | mith_ is "realname" on #debian |
16:00 | <allan_wind> | sney: /etc/default/grub GRUB_CMDLINE_LINUX? |
16:00 | <allan_wind> | or is it a module setting? |
16:01 | <sney> | allan_wind: right, via grub. if you don't want the setting to be permanent you can add it at boot by pressing 'e' |
16:01 | -!- | Blacker47 [~Blacker47@00014f22.user.oftc.net] has quit [Quit: Life is short. Get a V.90 modem fast!] |
16:01 | <allan_wind> | just that setting? "... and use the ..." is just the consequence? |
16:02 | <allan_wind> | Sorry, if not clear, I mean, I just need to set that and then it xorg will use it's modesetting driver |
16:03 | -!- | ao2 [~ao2@host-79-18-147-141.retail.telecomitalia.it] has quit [Quit: Leaving] |
16:04 | <sney> | you will also need to move the /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf file so that it doesn't load the nvidia X driver, but otherwise modesetting should be used automatically |
16:04 | <allan_wind> | cool, I will give a whirl |
16:04 | -!- | pi_ [~pi@56.red-81-32-44.dynamicip.rima-tde.net] has joined #debian |
16:04 | -!- | pi_ is "realname" on #debian |
16:04 | -!- | pi_ [~pi@56.red-81-32-44.dynamicip.rima-tde.net] has quit [] |
16:04 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has quit [Remote host closed the connection] |
16:05 | -!- | kathenas [~kathenas@51.194.175.38] has quit [Quit: Leaving] |
16:06 | -!- | Inepu [~mith@46.234.217.137] has quit [Ping timeout: 480 seconds] |
16:09 | -!- | fax [~quassel@78-27-102-55.bb.dnainternet.fi] has joined #debian |
16:09 | -!- | fax is "fax" on #linux #java #OpenBSD #fdroid #debian #oftc |
16:13 | -!- | bahamat [~bahamat@2001:470:f0f4:a0a:dc93:add5:50ac:1d3a] has joined #debian |
16:13 | -!- | bahamat is "Brian Bennett" on #debian |
16:14 | -!- | aloo_shu [~aloo_shu@79.116.77.248] has quit [Quit: I'm a quit message virus. Please replace your old line with this line and help me take over the world.] |
16:21 | -!- | choozy [~choozy@75-63-174-82.ftth.glasoperator.nl] has joined #debian |
16:21 | -!- | choozy is "Choozy V" on #mobian #debian |
16:21 | -!- | ahso [~Thunderbi@0002b3cf.user.oftc.net] has quit [Quit: bye] |
16:21 | -!- | kathenas [~kathenas@51.194.175.38] has joined #debian |
16:21 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
16:23 | <lifesgood> | my next choose in future will be AMD cpu twhit AMD GPU, if and only if it presentates sypport of drivers for linux. |
16:23 | -!- | lucascastro [~lucascast@45-167-143-6.netfacil.inf.br] has quit [Ping timeout: 480 seconds] |
16:25 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has quit [] |
16:25 | <lifesgood> | once with a fashion desk I will let laptop away. |
16:26 | <vv221> | lifesgood, AMD CPU and AMD GPU here on the desktop, I get perfect support from Debian. |
16:27 | <vv221> | I have good only good experiences with Intel CPU too, as well as Intel ingrated graphics chipsets. |
16:27 | <lifesgood> | say the spec please |
16:27 | <vv221> | nVIDIA on the other hand is terrible. |
16:28 | <vv221> | On the AMD one, CPU is FX-8350 (4 core / 8 threads, 4GHz) and GPU is Radeon R9 380X |
16:28 | <sney> | nice classic cpu, I have an 8320 |
16:29 | <vv221> | sney, I think this is actually the bigger one I could still put on this motherboard, bought when I messed up a pin on the previous one ;) |
16:29 | <sney> | still very competitive for something released in 2012. |
16:30 | <vv221> | Yes, and I plan to keep using it for several years ;) |
16:30 | <somiaj> | I personally have had good experience with nvidia (even though the non-free drivers can be a pain), they do work nicely if you want to game |
16:30 | <vv221> | I like buying old "high end" hardware, usually the models that are still sold are only the more robust ones. |
16:30 | <sney> | my motherboard is starting to show some wear so I'm worried that I might need to replace it, thankfully it's still possible to get them with this socket |
16:31 | -!- | kts [~kts@103.73.237.251] has quit [Quit: Konversation terminated!] |
16:31 | <vv221> | somiaj, using Mesa on the other hand, gaming with nVIDIA is a chore… |
16:31 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
16:31 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
16:32 | <somiaj> | Hasn't been a chore for me, install the nvidia-kernel-dkms package, and everything just works |
16:32 | <vv221> | I meant using Mesa, so nouveau ;) |
16:32 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:90e2:1e73:63f9:5d59] has quit [Remote host closed the connection] |
16:32 | <somiaj> | yea, my opinion is nvidia non-free has the best preformance, amd is best if you want open drivers, and open nvidia drivers are nothing but a pain (and if you have older hardware good luck) |
16:33 | <sney> | agreed somiaj. the nvidia driver package is a nuisance on any platform, but once it's set up it Just Works. there's a GTX 1070 in this machine and I haven't had to think about it at all since the 5.9 gpl shim changes |
16:33 | <vv221> | From my own experience, AMD + Mesa and nVIDIA + non-free have had roughly similar performances for a couple years already. |
16:33 | <vv221> | So for new hardware, I would suggest going with AMD even for gaming. |
16:34 | <sney> | AMD is definitely the more Free option. |
16:34 | <lifesgood> | tehn the tice come, I plan to be assisted my a seller that sells all the packet. I need todo tests of compatibility and this is hard. |
16:34 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
16:34 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
16:34 | <sney> | the gpu market is still chaos though, so "I bought the part that was affordable and in stock" is sometimes the only outcome regardless of brand preference |
16:35 | <somiaj> | you still need non-free firmware, but yea, for open drivers amd is the way to go, and the difference between the two isn't what it use to be 10+ years ago |
16:35 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has quit [Quit: RedSoxFan07] |
16:36 | <vv221> | somiaj, if there are recent benchmarks that still show better performance on equivalent hardware with nVIDIA non-free (compared to Mesa with AMD), I would be curious to see that ;) |
16:37 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
16:37 | -!- | lucascastro [~lucascast@177-185-131-162.corp.isotelco.net.br] has joined #debian |
16:37 | -!- | lucascastro is "Lucas Castro" on #debian-br #debian-devel-br #debian #kernelnewbies #debian-bsb |
16:37 | <vv221> | I thought it was mostly equivalent today, but I have not been following all that very closely. |
16:38 | -!- | amacater [~amacater@77.97.174.253] has quit [Ping timeout: 480 seconds] |
16:38 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:ec26:b61a:db29:12a] has joined #debian |
16:38 | -!- | BrianG61UK is "Brian G. (in England)" on #linux-media #debian-raspberrypi #debian |
16:41 | -!- | ddsys [~ddsys@0002a5a5.user.oftc.net] has quit [Quit: Leaving] |
16:41 | <lifesgood> | today desktopt marquet is drven by performance... all the rest of the world gpus seek equilibrium between energy consume and worl done. |
16:42 | -!- | tchutcha [~rafael@195-23-183-203.net.novis.pt] has joined #debian |
16:42 | -!- | tchutcha is "..." on #debian |
16:42 | <tchutcha> | Hello everyone, I've tried to install xmonad on my bare metal, however I can't get the command "sudo apt-get install libghc6-xmonad-dev". It says that it's unable to locate it. I've tried to login even without this command, however it only appears a black screen and nothing happens, I've tried to get some programs to launch through the keybinding but nothing... Does anyone know how to fix this |
16:42 | <tchutcha> | issue? |
16:43 | -!- | ddsys [~ddsys@0002a5a5.user.oftc.net] has joined #debian |
16:43 | -!- | ddsys is "ddsys" on #debian-offtopic #debian-next #debian |
16:43 | <sney> | ,v libghc6-xmonad-dev |
16:43 | <judd> | No package named 'libghc6-xmonad-dev' was found in amd64. |
16:43 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
16:43 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
16:43 | <sney> | tchutcha: perhaps you are following instructions for a different distro? |
16:43 | <lifesgood> | IM sure the current rends are power effective processors... of any kind. |
16:45 | <lifesgood> | err I mean to consume little power. |
16:45 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
16:46 | <tchutcha> | No, it's precisely on the debian wiki that I'm following |
16:46 | <Sqrt{not}> | tchutcha, which wiki page? |
16:47 | <tchutcha> | https://wiki.debian.org/Xmonad |
16:47 | <sney> | page not updated since 2017 |
16:47 | <allan_wind> | I used xmonad for a while, it was great, but moved to i3 and it's great too |
16:47 | <sney> | ah, looks like the packages are now called libghc-xmonad-* without the 6 |
16:48 | <vv221> | tchutcha, I see there is a libghc-xmonad-dev package now, it might be what you are looking for. |
16:48 | <vv221> | (and now I need to learn to type faster than sney…) |
16:48 | <tchutcha> | Ah... Suppose it is... I feel so dumb... |
16:48 | -!- | ddsys [~ddsys@0002a5a5.user.oftc.net] has quit [Quit: Leaving] |
16:48 | -!- | bertbob [~bertbob@67-2-54-184.slkc.qwest.net] has joined #debian |
16:48 | -!- | bertbob is "Bert" on #debian #debian-next |
16:48 | <vv221> | No reason to feel dumb for following documentation ;) |
16:49 | <tchutcha> | Ok guys, thanks a lot, I'll try to use those packages to see if it works now, thank you very much :) |
16:49 | -!- | tchutcha [~rafael@195-23-183-203.net.novis.pt] has quit [] |
16:49 | <sney> | tchutcha: if you get it working, feel free to get a wiki account and update the instructions |
16:49 | <vv221> | Feel free to suggest an update of the documentation afterwards. |
16:49 | <sney> | oi |
16:50 | -!- | mzf [~mzf@0002ab8d.user.oftc.net] has quit [Quit: Leaving] |
16:51 | -!- | plaur [~laur@171.33.179.232] has quit [Ping timeout: 480 seconds] |
16:51 | <jhutchins> | !xmonad |
16:51 | <dpkg> | xmonad is a dynamically tiling <window manager> written in <haskell>. http://wiki.debian.org/Xmonad http://www.xmonad.org/ http://haskell.org/haskellwiki/Xmonad/Frequently_asked_questions #xmonad on irc.libera.chat. |
16:52 | <sney> | they left while we were suggesting wiki updates |
16:52 | <lifesgood> | to defend my point of view, all Uefi today allows ebable or not boost of cpu. This shows our current state is in well performance and only rare rare boosts (overclock,,w?) are allowed. |
16:53 | -!- | nahomy_ [~nahomy@181.188.137.164] has joined #debian |
16:53 | -!- | nahomy_ is "nahomy" on #debian #osm-diversity |
16:53 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
16:54 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
16:54 | -!- | nahomy_ is now known as nahomy |
16:54 | -!- | hbautista [~hbautista@187.171.122.100] has joined #debian |
16:54 | -!- | hbautista is "Héctor" on #osm-es #debian #debian-mx |
16:54 | -!- | hbautista_ [~hbautista@187.171.122.100] has quit [Remote host closed the connection] |
16:55 | -!- | Lrrr [~quassel@bras-base-shbkpq4068w-grc-61-67-68-254-224.dsl.bell.ca] has joined #debian |
16:55 | -!- | Lrrr is "François-Denis Gonthier,,," on #debian |
16:55 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
16:55 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
16:57 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Ping timeout: 480 seconds] |
16:59 | -!- | dashs [~dashs@dashs.denver.co.us] has joined #debian |
16:59 | -!- | dashs is "realname" on #debian |
17:00 | -!- | NomadJim [~Jim@2001:5b0:2d1f:ecc8:95ee:5116:c7d:b3cc] has joined #debian |
17:00 | -!- | NomadJim is "Nomad" on #debian #linode |
17:02 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
17:02 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
17:02 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
17:03 | -!- | eegiks [~quassel@0001b42b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
17:06 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
17:06 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
17:06 | -!- | leonardorocha [~leonardo@2804:14d:882:a24c:ffb3:4e84:3536:6c4f] has joined #debian |
17:06 | -!- | leonardorocha is "realname" on #debian #debian-br |
17:08 | -!- | khalid [~khalid@148.87.23.12] has quit [Remote host closed the connection] |
17:08 | -!- | Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] |
17:11 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
17:12 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
17:12 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
17:13 | <lifesgood> | with M! apple shows courage to shift to RISC. I image ALL the apps compilations necessary to get all ok. But also show that the decision to maintain linux a monolithic kernel is at most a tradition, fear from whar is better. |
17:13 | -!- | lucas_ [~lucascast@177-185-131-162.corp.isotelco.net.br] has joined #debian |
17:13 | -!- | lucas_ is "Lucas Castro" on #debian-br #debian-devel-br #debian #kernelnewbies #debian-bsb |
17:15 | -!- | mith__ [~mith@46.234.217.137] has joined #debian |
17:15 | -!- | mith__ is "realname" on #debian |
17:16 | -!- | meksek99 [~meksek99@2607:fb90:4e2b:99f8:2fbe:40d7:5970:9c07] has quit [Remote host closed the connection] |
17:17 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
17:17 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d787:42d5:3b3a:1b26] has joined #debian |
17:17 | -!- | jnavila is "jnavila" on #debian #po4a #debian-next |
17:17 | -!- | khalid_ [~khalid@148.87.23.8] has joined #debian |
17:17 | -!- | khalid_ is "Khalid Aziz" on #debian |
17:18 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d787:42d5:3b3a:1b26] has quit [] |
17:19 | -!- | lucascastro [~lucascast@177-185-131-162.corp.isotelco.net.br] has quit [Ping timeout: 480 seconds] |
17:20 | -!- | nahomy_ [~nahomy@181.188.137.164] has joined #debian |
17:20 | -!- | nahomy_ is "nahomy" on #debian #osm-diversity |
17:21 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Ping timeout: 480 seconds] |
17:21 | -!- | nahomy_ is now known as nahomy |
17:21 | -!- | lucas_ [~lucascast@177-185-131-162.corp.isotelco.net.br] has quit [Ping timeout: 480 seconds] |
17:21 | -!- | mith_ [~mith@5.171.243.245] has quit [Ping timeout: 480 seconds] |
17:22 | -!- | Guest4843 [~user@13.201.159.143.dyn.plus.net] has quit [Quit: Guest4843] |
17:25 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
17:25 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
17:25 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
17:26 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
17:26 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
17:27 | -!- | rejoicetreat [~handclaph@host-79-50-185-199.retail.telecomitalia.it] has quit [Ping timeout: 480 seconds] |
17:27 | <imMute> | lifesgood: what the hell are you smoking and where can I get some? |
17:28 | <sney> | got that oob translation kush |
17:29 | <lifesgood> | indy, dont use drugs. |
17:29 | -!- | hester [~hester@2a02:8084:c53d:6980:3974:e93a:44be:77f5] has joined #debian |
17:29 | -!- | hester is "realname" on #debian |
17:29 | <lifesgood> | imute |
17:29 | <somiaj> | your signal to noise ratio is just a bit low |
17:29 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has joined #debian |
17:29 | -!- | is0ke3 is "is0ke3" on #tor #debian |
17:29 | -!- | Strelnikov [~strelniko@h-98-128-172-245.A785.priv.bahnhof.se] has quit [Read error: Connection reset by peer] |
17:30 | <imMute> | somiaj: I'd say it's damn near zero, but I've not seen every single comment of theirs. |
17:31 | <tepozoa> | sney you have me laughin |
17:31 | <sney> | lol |
17:31 | <tepozoa> | "hit you so hard you talk funny" - leafly |
17:32 | -!- | pw [~pw@0002c4af.user.oftc.net] has quit [Ping timeout: 480 seconds] |
17:34 | -!- | ddsys [~ddsys@0002a5a5.user.oftc.net] has joined #debian |
17:34 | -!- | ddsys is "ddsys" on #debian-offtopic #debian-next #debian |
17:34 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Ping timeout: 480 seconds] |
17:34 | -!- | j_f-f [~quassel@mail2.snct-dialer.de] has quit [Ping timeout: 480 seconds] |
17:36 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
17:36 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
17:39 | -!- | user01_ [~user01@2600:1702:1f40:6040:2f35:b9cb:18ec:d9] has joined #debian |
17:39 | -!- | user01_ is "realname" on #debian |
17:40 | <lifesgood> | imMute, only take prescribed meds, and dont abuse. Many stydents abuse ritalin as a performance booster. but play with neurotransmitters is dagerous. |
17:41 | -!- | user01__ [~user01@66.115.145.83] has quit [Remote host closed the connection] |
17:41 | -!- | choozy [~choozy@75-63-174-82.ftth.glasoperator.nl] has quit [Quit: Konversation terminated!] |
17:42 | <mason> | !chat |
17:42 | <dpkg> | This is not a chat channel, this is a Debian user support channel. Unless you have a Debian support question, please chat elsewhere, like #debian-offtopic or #moocows; or search for a chat topic of your choice at https://netsplit.de/channels/ |
17:42 | -!- | NomadJim_ [~Jim@2001:5b0:2d1f:ecc8:95ee:5116:c7d:b3cc] has joined #debian |
17:42 | -!- | NomadJim_ is "Nomad" on #linode #debian |
17:43 | <mason> | Oh, I see the backlog. But still. |
17:46 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Read error: Connection reset by peer] |
17:46 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
17:46 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
17:47 | -!- | NomadJim [~Jim@2001:5b0:2d1f:ecc8:95ee:5116:c7d:b3cc] has quit [Ping timeout: 480 seconds] |
17:47 | -!- | meksek99 [~meksek99@2607:fb90:4e2b:99f8:9bb5:1d37:fb98:a1ea] has joined #debian |
17:47 | -!- | meksek99 is "realname" on #debian |
17:49 | -!- | tagomago [~tagomago@static-96-219-230-77.ipcom.comunitel.net] has quit [Quit: Konversation terminated!] |
17:50 | -!- | hester [~hester@2a02:8084:c53d:6980:3974:e93a:44be:77f5] has quit [Quit: Leaving] |
17:58 | -!- | mode/#debian [+l 997] by debhelper |
18:00 | -!- | fax [~quassel@0002c5b8.user.oftc.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
18:04 | -!- | mith__ [~mith@46.234.217.137] has quit [Ping timeout: 480 seconds] |
18:05 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Quit: nahomy] |
18:05 | -!- | ChromaCat248 [~ChromaCat@0002b9d5.user.oftc.net] has joined #debian |
18:05 | -!- | ChromaCat248 is "realname" on #archlinux #virt #oftc #moocows #linux #debian #C # |
18:07 | -!- | khalid_ [~khalid@148.87.23.8] has quit [Remote host closed the connection] |
18:07 | <lifesgood> | I apologigw if I may be not of much help in solving bugs. but sometimes envision possible futures may beee goo. |
18:09 | <bremner> | lifesgood: lack of knowledge is fine, but try to stay on topic. #debian-offtopic exists for more freeform / less support related discussion. |
18:09 | <lifesgood> | I tryly forsee a microkernel based linux. |
18:09 | <bremner> | yeah, please forsee elsewhere |
18:09 | <lifesgood> | ok |
18:09 | -!- | gildasio [~gildasio@gildasio.user.oftc.net] has quit [Quit: gildasio] |
18:11 | <lifesgood> | I will migrate to offtopic. more appropriate I suppose. |
18:11 | -!- | j_f-f [~quassel@mail2.snct-dialer.de] has joined #debian |
18:11 | -!- | j_f-f is "J\xF6rg Frings-F\xFCrst" on #debconf18-taiwan #debian-xfce #debian-ubuntu #debconf-miniauditorio #debian |
18:12 | -!- | rany [~rany@000230e5.user.oftc.net] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] |
18:13 | -!- | rany [~rany@000230e5.user.oftc.net] has joined #debian |
18:13 | -!- | rany is "ZNC - https://znc.in" on #tor-relays #tor-project #tor-dev #tor #quetzalcoatl-relays #debian-offtopic #debian-next #debian |
18:15 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
18:21 | -!- | pw [~pw@euve251205.serverprofi24.de] has joined #debian |
18:21 | -!- | pw is "pw" on #debian #wayland #vbox #vboxger #virt |
18:21 | -!- | jstein [~jstein@xdsl-87-78-31-4.nc.de] has quit [] |
18:24 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
18:24 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
18:25 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
18:25 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
18:25 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
18:25 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
18:25 | -!- | drabard [systemd-ti@2a03:1280:0:232:21a:70ff:fe9c:88ea] has quit [Quit: No Ping reply in 180 seconds.] |
18:26 | -!- | drabard [systemd-ti@2a03:1280:0:232:21a:70ff:fe9c:88ea] has joined #debian |
18:26 | -!- | drabard is "drabard" on #debian |
18:27 | -!- | troyt_ [troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e] has quit [Ping timeout: 480 seconds] |
18:28 | -!- | grid [~matt@shenzhen.guangdong.systems] has quit [Quit: grid] |
18:33 | -!- | troyt [troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e] has joined #debian |
18:33 | -!- | troyt is "ZNC - https://znc.in" on #llvm #debian-next #debian-ipv6 #debian |
18:41 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has joined #debian |
18:41 | -!- | Brigo is "realname" on #debian #debian-next |
18:45 | -!- | kathenas [~kathenas@51.194.175.38] has quit [Quit: Leaving] |
18:49 | -!- | _nd_ [~nd@ip5f5bf7ec.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
18:51 | -!- | Tenkawa [~Tenkawa@2600:1702:1560:8d00:ac60:da2a:b665:e0a2] has quit [Quit: Leaving.] |
18:51 | -!- | live [~live@190.2.116.161] has joined #debian |
18:51 | -!- | live is "Live session user" on #debian |
18:52 | -!- | live [~live@190.2.116.161] has quit [] |
18:55 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Quit: nahomy] |
18:55 | -!- | hlauer [~hlauer@ip5f596799.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
18:56 | -!- | kathenas [~kathenas@51.194.175.38] has joined #debian |
18:56 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
18:57 | -!- | Haudegen [~quassel@178.115.237.87.static.drei.at] has quit [Ping timeout: 480 seconds] |
18:58 | -!- | mode/#debian [+l 991] by debhelper |
18:58 | -!- | Tenkawa [~Tenkawa@2600:1702:1560:8d00:ac60:da2a:b665:e0a2] has joined #debian |
18:58 | -!- | Tenkawa is "Tenkawa" on #debian-next #debian |
19:00 | -!- | vazquez [~gui@2804:431:c7f3:35df:fa54:128b:b2e:28c0] has joined #debian |
19:00 | -!- | vazquez is "Guilherme Herbst Vazquez" on #debian-next #debian |
19:00 | -!- | SZO [~anon@192.30.89.67] has quit [Remote host closed the connection] |
19:02 | -!- | nulleip [~luiz@189.34.167.234] has quit [Quit: Lost terminal] |
19:02 | -!- | SZO [~anon@192.30.89.67] has joined #debian |
19:02 | -!- | SZO is "anon" on #debian-next #debian |
19:05 | -!- | nulleip [~luiz@189.34.167.234] has joined #debian |
19:05 | -!- | nulleip is "Luiz" on #debian |
19:07 | -!- | nander [~quassel@nander.student.utwente.nl] has quit [Ping timeout: 480 seconds] |
19:10 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
19:10 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
19:10 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
19:12 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:ec26:b61a:db29:12a] has quit [Remote host closed the connection] |
19:12 | -!- | kathenas [~kathenas@51.194.175.38] has quit [Quit: Leaving] |
19:12 | -!- | arnoldoree [~arnoldore@213.205.194.147] has quit [Ping timeout: 480 seconds] |
19:13 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:ec26:b61a:db29:12a] has joined #debian |
19:13 | -!- | BrianG61UK is "Brian G. (in England)" on #linux-media #debian-raspberrypi #debian |
19:15 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
19:16 | -!- | kathenas [~kathenas@51.194.175.38] has joined #debian |
19:16 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
19:16 | -!- | Amo51 [~4564asdf6@static-187-49-86-188.ipcom.comunitel.net] has quit [Ping timeout: 480 seconds] |
19:18 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
19:18 | -!- | mimi89999 is "mimi89999" on #debian #debian-live #debian-voip #debian-next #fdroid |
19:22 | -!- | JanC [~janc@0001178b.user.oftc.net] has quit [Remote host closed the connection] |
19:22 | -!- | JanC [~janc@2a02:578:85fd:500:d178:6805:c308:a215] has joined #debian |
19:22 | -!- | JanC is "Jan Claeys" on #debian #ext4 #quodlibet #xonsh #tor #virt #C #ceph #linux #fdroid |
19:27 | -!- | vazquez [~gui@2804:431:c7f3:35df:fa54:128b:b2e:28c0] has quit [] |
19:28 | -!- | giulianob [~giulianob@nat1.nue.suse.com] has joined #debian |
19:28 | -!- | giulianob is "Giuliano Belinassi" on #debian |
19:29 | -!- | dvs [~hibbard@00012127.user.oftc.net] has joined #debian |
19:29 | -!- | dvs is "realname" on #debian |
19:34 | -!- | wayne2 [~wayne@178.162.194.66] has quit [Remote host closed the connection] |
19:35 | -!- | wayne2 [~wayne@178.162.194.66] has joined #debian |
19:35 | -!- | wayne2 is "..." on #debian |
19:38 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
19:39 | -!- | nahomy_ [~nahomy@181.188.137.164] has joined #debian |
19:39 | -!- | nahomy_ is "nahomy" on #debian #osm-diversity |
19:40 | -!- | toto_ [~toto@5.146.195.12] has quit [Ping timeout: 480 seconds] |
19:40 | -!- | ham5 [iamfive@00019829.user.oftc.net] has joined #debian |
19:40 | -!- | ham5 is "emanlluf" on #debian #oftc |
19:45 | -!- | ronald [~ronald@190.148.209.146] has quit [Quit: leaving] |
19:45 | -!- | wayne2 [~wayne@178.162.194.66] has quit [Ping timeout: 480 seconds] |
19:46 | -!- | wayne2 [~wayne@178.162.194.66] has joined #debian |
19:46 | -!- | wayne2 is "..." on #debian |
19:48 | -!- | giulianob [~giulianob@nat1.nue.suse.com] has quit [Quit: ZNC 1.7.2 - https://znc.in] |
19:49 | -!- | giulianob [~giulianob@nat0.nue.suse.com] has joined #debian |
19:49 | -!- | giulianob is "Giuliano Belinassi" on #debian |
19:53 | <sychill> | ,v fdisk |
19:53 | <judd> | Package: fdisk on amd64 -- buster: 2.33.1-0.1; bookworm: 2.36.1-8; bullseye: 2.36.1-8; sid: 2.36.1-8 |
19:53 | -!- | YaoNai [~YaoNai@0002b5d4.user.oftc.net] has joined #debian |
19:53 | -!- | YaoNai is "YaoNai" on #debian |
19:57 | <somiaj> | sychill: you can also /msg judd v package |
20:00 | -!- | mtj [quasselcor@2400:8902::f03c:91ff:fe93:b7f1] has left #debian [http://quassel-irc.org - Chat comfortably. Anywhere.] |
20:00 | <sychill> | somiaj: thanks for the tip. I'll try to remember “judd” |
20:00 | -!- | teepee [~teepee@7YZAACH2N.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
20:00 | -!- | teepee [~teepee@7YZAACJN0.tor-irc.dnsbl.oftc.net] has joined #debian |
20:00 | -!- | teepee is "teepee" on #oftc #debian |
20:01 | <sychill> | i'd like to know the stretch version |
20:01 | <sychill> | it's not mentioned on packages.debian.org either |
20:04 | <Sqrt{not}> | I have a stretch box next to me. fdisk -v on that box says: fdisk from util-linux 2.29.2 |
20:04 | -!- | dashs [~dashs@dashs.denver.co.us] has quit [Quit: Leaving] |
20:05 | <Sqrt{not}> | (maybe a backport, but it is stretch) |
20:05 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
20:05 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
20:05 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
20:06 | <somiaj> | ,v util-linux |
20:06 | <judd> | Package: util-linux on amd64 -- stretch: 2.29.2-1+deb9u1; stretch-security: 2.29.2-1+deb9u1; buster: 2.33.1-0.1; bookworm: 2.36.1-8; bullseye: 2.36.1-8; sid: 2.36.1-8 |
20:06 | <somiaj> | in version 2.29.2-3: * Split out cfdisk, fdisk and sfdisk to separate package |
20:06 | <somiaj> | so just after stretch it became its own package |
20:08 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [] |
20:08 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
20:08 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
20:08 | <Sqrt{not}> | and /sbin/fdisk on that stretch box is an actual file: -rwxr-xr-x 1 root root 118056 Mar 7 2018 /sbin/fdisk |
20:13 | -!- | jfoy [~jfoy@c-67-168-110-181.hsd1.wa.comcast.net] has joined #debian |
20:13 | -!- | jfoy is "jfoy" on #debian #debian-offtopic |
20:14 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
20:14 | -!- | f10 is "f10" on #debian-kde #debian |
20:14 | <somiaj> | Sqrt{not}: it is still an actual file on my bullseye box? |
20:15 | <somiaj> | just wondering if you thought it changed or something |
20:15 | <Sqrt{not}> | No, just making sure it isn't some kind of alternatives symlink or other such magic |
20:16 | -!- | garbled [~garbled@63.230.235.152] has quit [Ping timeout: 480 seconds] |
20:17 | <sychill> | it seems like there were some significant changes in sfdisk 2.26. I recall that sfdisk would always overwrite the old partition with whatever command it's getting, but now it's not. So I'm trying to do a sanity check |
20:18 | <sychill> | so after the jump to Bullseye, sfdisk complains if there's an existing partition, which breaks scripts |
20:19 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has joined #debian |
20:19 | -!- | CaCO3 is "realname" on #debian |
20:20 | -!- | YaoNai [~YaoNai@0002b5d4.user.oftc.net] has quit [Quit: leaving] |
20:20 | -!- | cOOl [~cOOl@17.210-242-81.adsl-dyn.isp.belgacom.be] has joined #debian |
20:20 | -!- | cOOl is "realname" on #debian |
20:20 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has quit [] |
20:20 | -!- | YaoNai [~YaoNai@0002b5d4.user.oftc.net] has joined #debian |
20:20 | -!- | YaoNai is "YaoNai" on #debian |
20:22 | -!- | YaoNai [~YaoNai@0002b5d4.user.oftc.net] has quit [] |
20:23 | <sychill> | fuck it.. i'll just do a wipefs before sfdisk every time from now on |
20:23 | <lifesgood> | caml donwn |
20:24 | <lifesgood> | take a cup o tea |
20:24 | * | sychill hops off his camel |
20:24 | -!- | renols [olsren@89.239.193.52.static.fibianet.dk] has quit [Ping timeout: 480 seconds] |
20:25 | -!- | garbled [~garbled@63.230.235.152] has joined #debian |
20:25 | -!- | garbled is "Tim Rightnour" on #debian |
20:25 | -!- | renols [chrco@89.239.193.52.static.fibianet.dk] has joined #debian |
20:25 | -!- | renols is "renols" on #debian |
20:28 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Ping timeout: 480 seconds] |
20:30 | -!- | Strelnikov [~strelniko@h-98-128-172-245.A785.priv.bahnhof.se] has joined #debian |
20:30 | -!- | Strelnikov is "strelnikov" on #dfri_se #debian #tor #tor-bots #tor-dev #tor-project #tor-relays |
20:32 | -!- | ftobich [~fabio@seven.user.oftc.net] has quit [Quit: Leaving] |
20:32 | -!- | ach- [~spo@ip-109-43-48-101.web.vodafone.de] has joined #debian |
20:32 | -!- | ach- is "ZNC - https://znc.in" on #spooky #debian |
20:34 | -!- | carnil__ [~carnil@80-218-24-251.dclient.hispeed.ch] has quit [Remote host closed the connection] |
20:34 | -!- | ach [~spo@ip-109-43-49-222.web.vodafone.de] has quit [Ping timeout: 480 seconds] |
20:34 | -!- | ach- is now known as ach |
20:35 | -!- | anjan [~anjan@node-1w7jr9pi0mqv6sx135e5t5nc8.ipv6.telus.net] has joined #debian |
20:35 | -!- | anjan is "ZNC - https://znc.in" on #alpine-offtopic #alpine-linux #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
20:37 | -!- | vazquez [~gui@2804:431:c7f3:35df:9529:43ac:7612:6d5] has joined #debian |
20:37 | -!- | vazquez is "Guilherme Herbst Vazquez" on #debian-br #debian-next #debian |
20:37 | -!- | carnil_ [~carnil@80-218-24-251.dclient.hispeed.ch] has joined #debian |
20:37 | -!- | carnil_ is "Salvatore Bonaccorso" on #debian-next #debian-perl #debian-devel-changes #debian |
20:38 | -!- | BCMM [~BCMM@00026736.user.oftc.net] has quit [Remote host closed the connection] |
20:44 | -!- | chaky1 [~chaky@93-142-150-218.adsl.net.t-com.hr] has joined #debian |
20:44 | -!- | chaky1 is "chaky" on #debian |
20:44 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Read error: No route to host] |
20:44 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
20:44 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
20:44 | -!- | youhaj is "Youssef Hajjioui" on #debian #kubuntu |
20:45 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
20:46 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
20:46 | -!- | mimi89999 is "mimi89999" on #debian |
20:47 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
20:48 | -!- | guifipedro___ [~quassel@207.188.174.209] has quit [Ping timeout: 480 seconds] |
20:51 | -!- | chaky [~chaky@000229c5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
20:51 | -!- | chaky1 is now known as chaky |
20:57 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has quit [Ping timeout: 480 seconds] |
20:58 | -!- | cOOl [~cOOl@17.210-242-81.adsl-dyn.isp.belgacom.be] has quit [] |
20:59 | -!- | dvs [~hibbard@00012127.user.oftc.net] has quit [Remote host closed the connection] |
21:00 | -!- | lonewulf` [~lonewulf@00020897.user.oftc.net] has quit [Quit: leaving] |
21:01 | -!- | guifipedro_ [~quassel@139.47.43.137] has joined #debian |
21:01 | -!- | guifipedro_ is "guifipedro,guifipedro_,guifipedro__" on #debian |
21:04 | -!- | himesama [~user@ip68-226-99-134.ph.ph.cox.net] has quit [Remote host closed the connection] |
21:04 | -!- | NomadJim_ [~Jim@2001:5b0:2d1f:ecc8:95ee:5116:c7d:b3cc] has quit [Read error: Connection reset by peer] |
21:04 | -!- | ydbi [~ydbi@0002957c.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:06 | -!- | sidmo_ [~sidmo@p5b3d8035.dip0.t-ipconnect.de] has joined #debian |
21:06 | -!- | sidmo_ is "sidmo" on #debian-next #debian |
21:07 | -!- | Blendie [uid453465@id-453465.brockwell.irccloud.com] has quit [Quit: Connection closed for inactivity] |
21:08 | -!- | mode/#debian [+l 982] by debhelper |
21:09 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
21:10 | -!- | sidmo__ [~sidmo@00026de1.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:14 | -!- | underachiever [~underachi@0002c3a2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:15 | -!- | j_f-f [~quassel@mail2.snct-dialer.de] has quit [Remote host closed the connection] |
21:18 | -!- | j_f-f [~quassel@mail2.snct-dialer.de] has joined #debian |
21:18 | -!- | j_f-f is "J\xF6rg Frings-F\xFCrst" on #debian-xfce #debian #debconf-miniauditorio #debconf18-taiwan #debian-ubuntu |
21:18 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
21:18 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
21:19 | -!- | ottod [~ottod@2800:98:1112:b6b::9] has joined #debian |
21:19 | -!- | ottod is "realname" on #debian |
21:21 | -!- | starblue is now known as Guest4859 |
21:21 | -!- | starblue [~juergen@dslb-094-220-116-250.094.220.pools.vodafone-ip.de] has joined #debian |
21:21 | -!- | starblue is "juergen" on #debian #buildroot |
21:22 | -!- | Roman3349 [~Thunderbi@host-89-203-169-159.ip.topnet.cz] has quit [Quit: Roman3349] |
21:23 | -!- | zematm [~zematm@2603-8081-6c00-8000-3c01-3ca3-b07c-2039.res6.spectrum.com] has joined #debian |
21:23 | -!- | zematm is "mtamez" on #debian |
21:25 | -!- | zematm [~zematm@2603-8081-6c00-8000-3c01-3ca3-b07c-2039.res6.spectrum.com] has quit [] |
21:27 | -!- | Guest4859 [~juergen@dslb-188-109-103-146.188.109.pools.vodafone-ip.de] has quit [Ping timeout: 480 seconds] |
21:29 | -!- | allan_wind [~allan@lifeintegrity.com] has left #debian [] |
21:29 | -!- | garbled [~garbled@63.230.235.152] has quit [Quit: Leaving] |
21:33 | -!- | ottod [~ottod@2800:98:1112:b6b::9] has quit [Quit: Leaving] |
21:33 | -!- | Strelnikov [~strelniko@h-98-128-172-245.A785.priv.bahnhof.se] has quit [Remote host closed the connection] |
21:34 | -!- | ottod [~ottod@2800:98:1112:b6b::9] has joined #debian |
21:34 | -!- | ottod is "realname" on #debian |
21:40 | -!- | renols [chrco@89.239.193.52.static.fibianet.dk] has quit [Ping timeout: 480 seconds] |
21:40 | -!- | ddsys [~ddsys@0002a5a5.user.oftc.net] has quit [Quit: Leaving] |
21:41 | -!- | vdamewood [~vdamewood@0002b6dc.user.oftc.net] has joined #debian |
21:41 | -!- | vdamewood is "Vincent Damewood" on #debian #oftc |
21:45 | -!- | nahomy_ [~nahomy@181.188.137.164] has quit [Ping timeout: 480 seconds] |
21:48 | -!- | mode/#debian [+l 975] by debhelper |
21:49 | -!- | nyov is now known as Guest4864 |
21:50 | -!- | nyov [~nyov@nyov.user.oftc.net] has joined #debian |
21:50 | -!- | nyov is "nyov" on #postmarketos #debian-offtopic #debian #luakit #oftc |
21:51 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:51 | -!- | maggots [~maggots@189.6.32.100] has joined #debian |
21:51 | -!- | maggots is "..." on #debian-br #debian |
21:52 | -!- | Tenkawa [~Tenkawa@2600:1702:1560:8d00:ac60:da2a:b665:e0a2] has quit [Quit: Leaving.] |
21:54 | -!- | awal1 [~awal1@bras-base-mtrlpq0315w-grc-17-70-55-154-185.dsl.bell.ca] has joined #debian |
21:54 | -!- | awal1 is "realname" on #debian-devel-changes #debian-next #debian |
21:55 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has quit [Remote host closed the connection] |
21:56 | -!- | Guest4864 [~nyov@nyov.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:57 | -!- | ASDXXXXX [~ASDX@159.196.248.157] has joined #debian |
21:57 | -!- | ASDXXXXX is "ASDX" on #debian |
21:57 | -!- | youhaj [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
21:57 | -!- | sevu is now known as Guest4865 |
21:57 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has joined #debian |
21:57 | -!- | is0ke3 is "is0ke3" on #tor #debian |
21:57 | -!- | sevu [~sevu@000261e5.user.oftc.net] has joined #debian |
21:57 | -!- | sevu is "realname" on #moocows #debian |
21:58 | -!- | dvs [~hibbard@00012127.user.oftc.net] has joined #debian |
21:58 | -!- | dvs is "realname" on #debian |
21:58 | <jhutchins> | sychill: There are several alternatives to sfdisk. |
21:58 | -!- | pert [~pert@00029085.user.oftc.net] has quit [Quit: pert] |
22:00 | -!- | leonardorocha [~leonardo@2804:14d:882:a24c:ffb3:4e84:3536:6c4f] has quit [Ping timeout: 480 seconds] |
22:01 | -!- | Guest4865 [~sevu@000261e5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
22:02 | -!- | ASDX [~ASDX@159.196.248.157] has quit [Ping timeout: 480 seconds] |
22:02 | -!- | craigevil [~craig@00012e49.user.oftc.net] has quit [Quit: leaving] |
22:02 | -!- | ASDXXXXX is now known as ASDX |
22:02 | -!- | madez [~madez@ip-176-199-23-87.hsi06.unitymediagroup.de] has quit [Quit: .] |
22:03 | -!- | dbungert [~dbungert@0002b4f7.user.oftc.net] has quit [Quit: dbungert] |
22:03 | -!- | craigevil [~craig@00012e49.user.oftc.net] has joined #debian |
22:03 | -!- | craigevil is "craig" on #debian-raspberrypi #debian-next #debian-offtopic #debian |
22:05 | -!- | richard_h [~richard@2406:e001:8:a900:6e62:6dff:fe05:ae29] has joined #debian |
22:05 | -!- | richard_h is "purple" on #debian |
22:05 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has quit [] |
22:05 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has joined #debian |
22:05 | -!- | hele is "hele" on #debian-next #debian |
22:05 | -!- | banc [~banc@217.151.98.168] has quit [Ping timeout: 480 seconds] |
22:06 | -!- | madez [~madez@ip-176-199-23-87.hsi06.unitymediagroup.de] has joined #debian |
22:06 | -!- | madez is "madez" on #debian |
22:08 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has quit [] |
22:09 | -!- | addviking [~vikking@174-24-72-77.clsp.qwest.net] has joined #debian |
22:09 | -!- | addviking is "realname" on #debian |
22:10 | -!- | boistordu is "realname" on #debian-live #debian-nginx #debian-offtopic #debian-qemu #debian-raspberrypi #debian-ubuntu #debian-xfce #dri-devel #gentoo #freenode #gfortran #haskell #hackerspaces #haiku #guardianproject #gstreamer #help #ifupdown-ng #java #kvm #llvm-build #mitmproxy #NetBSD #netdev #oftc #OpenBSD #openjdk #php #postgresql #pulseaudio #python #Qubes_OS #redditprivacy #tor-onions #tor-project #ubuntu #virt #virtualization #voidlinux #wayland #xfs |
22:10 | -!- | boistordu [~boistordu@0002bdcc.user.oftc.net] has joined #debian |
22:14 | -!- | lifesgood [~lifesgood@0002c901.user.oftc.net] has quit [Quit: Leaving] |
22:17 | -!- | boistordu_ex [~boistordu@0002bdcc.user.oftc.net] has quit [Ping timeout: 480 seconds] |
22:19 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
22:19 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has joined #debian |
22:19 | -!- | mimi89999 is "mimi89999" on #debian #debian-voip #debian-next #debian-live #fdroid |
22:19 | -!- | ThothK [~thoth@2601:647:4903:69f0::81dc] has quit [Ping timeout: 480 seconds] |
22:24 | -!- | banc [~banc@217.151.98.168] has joined #debian |
22:24 | -!- | banc is "banc" on #debian |
22:27 | -!- | ottod [~ottod@2800:98:1112:b6b::9] has quit [Ping timeout: 480 seconds] |
22:28 | -!- | fstd_ [~fstd@xdsl-78-35-86-208.nc.de] has joined #debian |
22:28 | -!- | fstd_ is "fstd" on #gentoo #oftc #linode #debian #kernelnewbies |
22:29 | -!- | ThothK [~thoth@2601:647:4903:69f0::ad1a] has joined #debian |
22:29 | -!- | ThothK is "purple" on #freebsd #debian #NetBSD |
22:30 | -!- | ThothK is now known as Guest4866 |
22:31 | -!- | cef is now known as Guest4867 |
22:32 | -!- | cef [~cef@118.210.218.52] has joined #debian |
22:32 | -!- | cef is "Cefiar" on #debian-next #debian #dri-devel #intel-3d |
22:36 | -!- | fstd [~fstd@xdsl-78-35-72-109.nc.de] has quit [Ping timeout: 480 seconds] |
22:38 | -!- | Guest4867 [~cef@220-244-250-9.tpgi.com.au] has quit [Ping timeout: 480 seconds] |
22:40 | -!- | gtristan [~tristan@223.62.202.218] has quit [Remote host closed the connection] |
22:40 | -!- | dogsleg [~dogsleg@00020bdd.user.oftc.net] has quit [Read error: Connection reset by peer] |
22:40 | -!- | gtristan [~tristan@223.62.202.218] has joined #debian |
22:40 | -!- | gtristan is "Tristan van Berkom" on #debian-next #kernelnewbies #debian |
22:54 | -!- | nuc__ [~nuc@200116b82aa7df00aed278e8f3c60007.dip.versatel-1u1.de] has joined #debian |
22:54 | -!- | nuc__ is "realname" on #debian |
22:55 | -!- | galex [~quassel@2a01cb040beb2a009bf0b4d28ba87902.ipv6.abo.wanadoo.fr] has joined #debian |
22:55 | -!- | galex is "Alexandre François Garreau,,," on #debian |
23:00 | -!- | Despatche [~desp@72.11.37.193] has quit [Quit: Read error: Connection reset by deer] |
23:00 | -!- | nuc_ [~nuc@200116b82a418f00a0cc6f10408f3d1a.dip.versatel-1u1.de] has quit [Ping timeout: 480 seconds] |
23:04 | -!- | galex [~quassel@2a01cb040beb2a009bf0b4d28ba87902.ipv6.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
23:08 | -!- | mode/#debian [+l 969] by debhelper |
23:08 | -!- | underachiever [~underachi@0002c3a2.user.oftc.net] has joined #debian |
23:08 | -!- | underachiever is "¯\_(ツ)_/¯" on #oftc #debian @#bollocks |
23:13 | -!- | anon8947 [~anon9847@7YZAACJRA.tor-irc.dnsbl.oftc.net] has joined #debian |
23:13 | -!- | anon8947 is "anon" on #debian |
23:13 | <anon8947> | So the apparmor profiles for Debian Bullseye fail to account for the package squid-deb-proxy |
23:15 | -!- | ottod [~ottod@2800:98:1112:b6b::9] has joined #debian |
23:15 | -!- | ottod is "realname" on #debian |
23:15 | -!- | ottod [~ottod@2800:98:1112:b6b::9] has quit [] |
23:16 | -!- | secntech [~secntech@0002a124.user.oftc.net] has joined #debian |
23:16 | -!- | secntech is "tp" on #tor-project #suckless #redditprivacy #Qubes_OS #privacytech #freedombox #debian #cryptoparty |
23:20 | -!- | Guest4866 [~thoth@2601:647:4903:69f0::ad1a] has quit [] |
23:22 | -!- | dvs [~hibbard@00012127.user.oftc.net] has quit [Remote host closed the connection] |
23:23 | -!- | hybridwipe [~null@100.42.98.196] has quit [Ping timeout: 480 seconds] |
23:23 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
23:27 | -!- | wayne2 [~wayne@178.162.194.66] has quit [Ping timeout: 480 seconds] |
23:29 | -!- | sep [~sep@2a05:6d40:0:340:ae1f:6bff:fef6:4afe] has quit [Read error: Connection reset by peer] |
23:29 | -!- | sep [~sep@2a05:6d40:0:340:ae1f:6bff:fef6:4afe] has joined #debian |
23:29 | -!- | sep is "Ronny Aasen <ronny@aasen.cx>" on #debian #ceph #nuug |
23:30 | -!- | Strelnikov [~strelniko@h-98-128-172-245.A785.priv.bahnhof.se] has joined #debian |
23:30 | -!- | Strelnikov is "strelnikov" on #dfri_se #debian #tor #tor-bots #tor-dev #tor-project #tor-relays |
23:33 | -!- | abdulocracy [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
23:33 | -!- | abdulocracy is "@me:abdulocra.cy" on #debian |
23:36 | -!- | Blue_Hat [~kamron@72.252.171.132] has joined #debian |
23:36 | -!- | Blue_Hat is "Blue_Hat" on #debian |
23:42 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has joined #debian |
23:42 | -!- | newtons is "newtons" on #debian |
23:42 | -!- | ChmEarl [~prymar56@0002b86c.user.oftc.net] has quit [Quit: Leaving] |
23:42 | -!- | Xaldafax [~xaldafax@cpe-198-72-160-101.socal.res.rr.com] has quit [Quit: Bye...] |
23:45 | -!- | maggots [~maggots@189.6.32.100] has quit [Remote host closed the connection] |
23:46 | <anon8947> | It seems there's some incompatibility between the old defaults from my old config and the new ones. Regenerating my configs over the new one seems to work. |
23:47 | <anon8947> | So... potentially false-alert. |
23:49 | -!- | Blue_Hat [~kamron@72.252.171.132] has quit [Remote host closed the connection] |
23:53 | <sychill> | jhutchins: yeah i'm familiar with cfdisk, sgdisk, and parted as well. They all either had incorrect documention or a clumbsy syntax with vague specifications. I settled on sfdisk. Even with sfdisk's bizarre new behavior it's probably still favorable to the others |
23:57 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has quit [] |
23:57 | -!- | hybridwipe [~null@100.42.98.196] has joined #debian |
23:57 | -!- | hybridwipe is "realname" on #debian #debian-next #msys2 #msys2-ci #llvm #llvmlinux |
23:57 | -!- | dutch [~dutch@00028048.user.oftc.net] has joined #debian |
23:57 | -!- | dutch is "dutch" on #debian-next #debian #oftc |
23:58 | -!- | mimi89999 [cb2cbfa643@89-72-190-170.dynamic.chello.pl] has left #debian [Error from remote client] |
--- | Log | closed Fri Aug 20 00:00:02 2021 |