--- | Log | opened Sun Aug 15 00:00:53 2021 |
--- | Day | changed Sun Aug 15 2021 |
00:00 | <xnaas> | ah, running another full-upgrade seems to have resolved it |
00:01 | <xnaas> | thanks! |
00:01 | <somiaj> | what package did it have to remove? |
00:01 | <somiaj> | are you sure you didn't want that package? just thinkgs to check |
00:01 | <xnaas> | https://gist.github.com/b44e4c413c17f8f8b4099bcf3e6137a8 |
00:01 | <xnaas> | none of these are things I recognize in any way, so ¯\_(ツ)_/¯ |
00:01 | <xnaas> | assuming it's all normal built-in debian stuff :P |
00:01 | <somiaj> | also check 'apt search ~o' or 'apt remove ~o' to deal with any obsolete packages you may still have on your system. |
00:01 | <somiaj> | yea, might just be some obslete packages |
00:02 | <somiaj> | ,v libgc1c2 |
00:02 | <judd> | Package: libgc1c2 on amd64 -- stretch: 1:7.4.2-8; buster: 1:7.6.4-0.4; sid: 1:7.6.4-0.4 |
00:02 | <somiaj> | yea, an obslete package |
00:02 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Remote host closed the connection] |
00:02 | <xnaas> | "apt search ~o" didn't have anything, so presumably all good now. |
00:02 | <xnaas> | overall, the 10 → 11 upgrade was pretty painless 👏 |
00:03 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
00:03 | -!- | namyzarc is "Namyzarc" on #debian |
00:03 | <xnaas> | had to recreate a python venv for an irc bot, but that was the largest pain, everything else (other than above random leftover package) was good :D |
00:04 | <xnaas> | thanks again 👍 |
00:04 | <somiaj> | was it due to python2 being no more, or just your old enviorment wasn't compadable with the newer version of python3 (though I guess if it was hardcoded to like python3.7 and changing to python3.9 would break it) |
00:04 | <somiaj> | glad things were mostly painless, debian tries hard on that front..can't always get everything, but most work |
00:05 | -!- | jfoy [~jfoy@c-67-168-110-181.hsd1.wa.comcast.net] has quit [Ping timeout: 480 seconds] |
00:05 | <xnaas> | yeah, it didn't like the 3.7.x to 3.9.x upgrade, even when doing "python -m venv --upgrade /path/to/venv" |
00:05 | <lifesgood__> | once I managed to buid a bot to chat with me. was the most boring thing I did in my whole life. |
00:05 | <xnaas> | so I just recreated the venv and install packages through pip again and tada |
00:05 | <somiaj> | well good, I haven't used enough venv's to deal with this just yet |
00:06 | <lifesgood__> | the best bot in maktet is at most brainless. |
00:08 | -!- | mode/#debian [+l 961] by debhelper |
00:12 | -!- | dlehn2 [~dlehn@73.216.238.123] has quit [Ping timeout: 480 seconds] |
00:13 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
00:14 | <alex11> | 'open' is an interesting change |
00:15 | <somiaj> | ?? |
00:17 | <alex11> | xdg-open |
00:17 | <alex11> | https://www.debian.org/releases/bullseye/amd64/release-notes/ch-whats-new.en.html#open-command |
00:19 | <somiaj> | ahh yea, since I guess xdg-open is 4 too many characters |
00:19 | <lifesgood__> | one thing that I see very useful in fish shell is when you type the word and it searches smartly the closest word and if you decide to use type right arrow. Is a clever improvement in bash.history, dont you think? |
00:19 | <somiaj> | though I guess I htink the idea is it allows for other tools besides xdg-open to be used since it uses the alternative system, which provides more variety |
00:20 | <somiaj> | lifesgood__: yea various tools like that, some like dmenu_run for a similar reason |
00:23 | -!- | plaur [~laur@171.33.179.232] has joined #debian |
00:23 | -!- | plaur is "laur" on #debian |
00:23 | <alex11> | guess i might uninstall rsyslog |
00:23 | <alex11> | now that it's persistent systemd journal |
00:24 | <imMute> | alex11: I uninstalled rsyslog like 3 years ago. journalctl for lyfe |
00:24 | <alex11> | bash: python: command not found :D |
00:24 | <alex11> | good riddance |
00:26 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has joined #debian |
00:26 | -!- | cyphase is "Cyphase" on # #debian-next @#p4xriddle @#PrisonBreak #ceph #quodlibet @#house.md #ceph-devel @#lost @#heroes #guardianproject #virt #debian |
00:26 | <somiaj> | alex11: apt install python-is-python3 if you want the similink |
00:26 | <alex11> | oh cool |
00:26 | <lifesgood__> | wt? |
00:27 | <lifesgood__> | python2 --version python3 --version |
00:27 | -!- | SZO [~anon@192.30.89.67] has quit [Remote host closed the connection] |
00:27 | <themill> | hard to see that an unversioned symlink is a good thing |
00:28 | <somiaj> | the link /usr/bin/python (which starting with bullseye is no longer required to be python2) can optionally be made as a link to python3 for those who still want to run 'python' vs 'python3' |
00:28 | <somiaj> | though probably don't use this in shebangs, always version your shebang properly |
00:29 | -!- | SZO [~anon@192.30.89.67] has joined #debian |
00:29 | -!- | SZO is "anon" on #debian-next #debian |
00:32 | -!- | dlehn2 [~dlehn@73.216.238.123] has joined #debian |
00:32 | -!- | dlehn2 is "David I. Lehn" on #debian #vtluug |
00:32 | -!- | plaur [~laur@171.33.179.232] has quit [Quit: WeeChat 2.3] |
00:36 | <alex11> | i was honestly expecting a ton of configuration change fonts and it only happened with one thing |
00:36 | <alex11> | the rest of it was very automagic |
00:36 | <alex11> | err |
00:36 | <alex11> | configuration change prompts* |
00:36 | -!- | nevivurn [~nevivurn@00028645.user.oftc.net] has quit [Quit: Goodbye~] |
00:36 | <somiaj> | It should only ask if you manually change the configuration files |
00:37 | <alex11> | oh hmm |
00:37 | <alex11> | aaaaaaa, shit, i have to revert this one then :P |
00:37 | <somiaj> | yea, debconf stores md5sums of configuration files, and will only ask if you don't want the default during the upgrade if this md5sum doesn't match (hence you or some script manually changed the conf file) |
00:38 | <alex11> | i misunderstood then |
00:38 | <alex11> | oh well no big deal |
00:38 | -!- | tohoyn [uid513017@id-513017.stonehaven.irccloud.com] has left #debian [] |
00:39 | <somiaj> | yea, basically it is setup to not mess with personal configurations, but if you just use the default, it assumes you want the newer default |
00:39 | -!- | cef [~cef@220-244-250-9.tpgi.com.au] has quit [Quit: Zoom!] |
00:40 | <lifesgood__> | just to mention, when I do a standard installation, one extra that I cant miss I Geany app, its so simple to manage text, lightweight, recognizes lots of languages. Is a piece of art that cant disapear never. |
00:40 | -!- | cef [~cef@220-244-250-9.tpgi.com.au] has joined #debian |
00:40 | -!- | cef is "Cefiar" on #intel-3d #dri-devel #debian #debian-next |
00:41 | <somiaj> | lifesgood__: did it use to be in debian? |
00:41 | <lifesgood__> | yes |
00:42 | <somiaj> | ahh guess I missunderstood you, it appears to still be in debian |
00:42 | <somiaj> | ,v geany |
00:42 | <judd> | Package: geany on amd64 -- stretch: 1.29-1; buster: 1.33-1; bookworm: 1.37.1-2; bullseye: 1.37.1-2; sid: 1.37.1-3 |
00:42 | <lifesgood__> | imspler to do annotations not complex |
00:42 | <lifesgood__> | could be in stndard installation |
00:42 | <somiaj> | debian standard doens't mean what you think it does |
00:42 | <somiaj> | !standard |
00:42 | <dpkg> | standard task is, like, a "task" that should be installed on all machines during the installer stage. It installs packages that are important, required and standard (i.e. "aptitude install ~pstandard ~prequired ~pimportant"). Packages in the <essential> set are always installed. Also ask me about <tasksel>. |
00:43 | <somiaj> | this is actually a very small set of software (that doesn't even have a gui) |
00:43 | <somiaj> | anything after standard is optional, and the user should just get use to installing the optional packages they want. But I doubt this will be picked up by default by any DE, so just install it yourself |
00:44 | <lifesgood__> | well I install on separate, but for sure has gui |
00:45 | <somiaj> | I'm just pointing out that what debian means by 'standard' is a very minimial setup, and almost everything in debian is 'optional' |
00:45 | <somiaj> | though I suspect you are using the installing a DE task, though I doubt (since it really isn't developed by the big DE teams) geany will make its way into the DE meta-package depends |
00:47 | <lifesgood__> | I always prefer it than staroffice, openoffice, they are too much complex for small tasks |
00:48 | -!- | TheCreeper [~TheCreepe@000209ab.user.oftc.net] has quit [Remote host closed the connection] |
00:48 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has joined #debian |
00:48 | -!- | hele is "hele" on #debian-next #debian |
00:48 | -!- | TheCreeper [~TheCreepe@000209ab.user.oftc.net] has joined #debian |
00:48 | -!- | TheCreeper is "realname" on #debian |
00:48 | <somiaj> | yup, I use vim, though I'm sure there are emacs lovers lurking out there |
00:54 | -!- | A|an [~Alan@173.216.51.200] has quit [Quit: A|an] |
00:58 | -!- | Xaldafax [~xaldafax@cpe-198-72-160-101.socal.res.rr.com] has quit [Quit: Bye...] |
00:58 | -!- | jeb [~jeb@ip68-6-188-166.sd.sd.cox.net] has quit [Ping timeout: 480 seconds] |
01:04 | -!- | plaur [~laur@171.33.179.232] has joined #debian |
01:04 | -!- | plaur is "laur" on #debian |
01:09 | -!- | craigevil [~craig@00012e49.user.oftc.net] has quit [Quit: leaving] |
01:10 | -!- | truth2 [~fact@7YZAACER3.tor-irc.dnsbl.oftc.net] has joined #debian |
01:10 | -!- | truth2 is "realname" on #debian-privacy #oftc #tor #debian #bash #talos-workstation |
01:18 | -!- | plaur [~laur@171.33.179.232] has quit [Quit: WeeChat 2.3] |
01:19 | -!- | truth [~fact@8VQAACXRE.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
01:22 | -!- | diogenes_oftc [~diogenes_@188.208.120.240] has joined #debian |
01:22 | -!- | diogenes_oftc is "Nicolas" on #debian |
01:24 | -!- | haava [~haava@2a01:79d:3e86:5c24:2d6c:b2cf:d010:a345] has joined #debian |
01:24 | -!- | haava is "Håvard" on #debian |
01:24 | -!- | raven523 [~lucius@metis.canned-death.us] has quit [Quit: Segmentation fault] |
01:27 | -!- | lifesgood__ [~lifesgood@2804:18:5026:6876:6c2f:e0cd:efdf:6ac1] has quit [Quit: Leaving] |
01:31 | -!- | haava_ [~haava@2a01:79d:3e86:5c24:32bc:3463:dd4e:f483] has joined #debian |
01:31 | -!- | haava_ is "Håvard" on #debian |
01:32 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has joined #debian |
01:32 | -!- | pavlushka is "Pavel Sayekat" on #debian #oftc |
01:33 | -!- | raven523 [~lucius@metis.canned-death.us] has joined #debian |
01:33 | -!- | raven523 is "Lucius Valentius Dormiens" on #s6 #debian #alpine-offtopic #alpine-linux |
01:34 | -!- | AJC_Z0 [~AJ_Z0@pool-71-114-83-169.washdc.fios.verizon.net] has joined #debian |
01:34 | -!- | AJC_Z0 is "Andrew J. Caines" on #oftc #wayland #radeon #debian |
01:34 | -!- | AJ_Z0 [~AJ_Z0@0002be78.user.oftc.net] has quit [Ping timeout: 480 seconds] |
01:34 | -!- | AJC_Z0 is now known as AJ_Z0 |
01:35 | -!- | haava [~haava@2a01:79d:3e86:5c24:2d6c:b2cf:d010:a345] has quit [Ping timeout: 480 seconds] |
01:36 | -!- | hkz [~hkz@31.177.41.76] has quit [Remote host closed the connection] |
01:37 | -!- | hkz [~hkz@31.177.41.76] has joined #debian |
01:37 | -!- | hkz is "hkz" on #debian |
01:40 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:47e2:27bb:51f7:763] has joined #debian |
01:40 | -!- | Ericounet is "realname" on #freedombox #debian |
01:41 | -!- | nevivurn [~nevivurn@00028645.user.oftc.net] has joined #debian |
01:41 | -!- | nevivurn is "nevivurn" on #tor-relays #tor-project #moocows #debian-next #debian #C |
01:42 | -!- | ssgelm [~ssgelm@0002665a.user.oftc.net] has quit [Quit: ZNC 1.8.2+deb1~bpo10+1 - https://znc.in] |
01:49 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
01:50 | -!- | arnoldoree [~arnoldore@ranoldoree.plus.com] has joined #debian |
01:50 | -!- | arnoldoree is "Arnold Opio Oree" on #virt #debian-tech #debian |
01:52 | -!- | lupinedk [~lupine@85.27.192.184] has quit [Quit: ZNC - http://znc.in] |
01:56 | -!- | Blue_Hat [~kamron@72.252.171.132] has quit [Ping timeout: 480 seconds] |
02:01 | -!- | ach- [~spo@ip-109-43-50-105.web.vodafone.de] has joined #debian |
02:01 | -!- | ach- is "ZNC - https://znc.in" on #spooky #debian |
02:04 | -!- | mechanic [~mechanic@HSI-KBW-091-089-169-057.hsi2.kabel-badenwuerttemberg.de] has joined #debian |
02:04 | -!- | mechanic is "mechanic" on #debian |
02:05 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has joined #debian |
02:05 | -!- | cyphase is "Cyphase" on # #debian-next @#p4xriddle @#PrisonBreak #ceph #quodlibet @#house.md #ceph-devel @#lost @#heroes #guardianproject #virt #debian |
02:05 | <mechanic> | Hey, trying to add my scanner to debian, but having issues finding it, as it is not within the same network :/ is there a way to add a scanner permanently like printers with lpadmin? |
02:06 | -!- | ach [~spo@ip-109-43-50-164.web.vodafone.de] has quit [Ping timeout: 480 seconds] |
02:06 | -!- | ach- is now known as ach |
02:11 | <jochum> | mechanic: what model is it? |
02:11 | <mechanic> | Brother MFC-L2710DW |
02:11 | -!- | DusXMT [~dusxmt@62-152-238-151.rev.swan.sk] has quit [Quit: Leaving.] |
02:12 | <mechanic> | so, my main network is in the 10.0.0.0/24 space, but my pc I want to add the scanner to (I already added the printer) is in 192.168.1.0/24 |
02:12 | <mechanic> | eh, more like printer part, as it's a mfc |
02:14 | <jochum> | mechanic: you can ping it? |
02:14 | <mechanic> | yes |
02:14 | -!- | srgrint_ [~srgrint@13.201.159.143.dyn.plus.net] has joined #debian |
02:14 | -!- | srgrint_ is "Simon Richard Grint" on #debian |
02:15 | <jochum> | mechanic: seems brother has .deb's for that printer - https://support.brother.com/g/b/downloadlist.aspx?c=at&lang=de&prod=mfcl2700dw_us_eu_as&os=128&flang=English |
02:15 | <jochum> | mechanic: did you try those? |
02:16 | <mechanic> | no, I am using the eSCL protocol |
02:16 | -!- | seednode [~seednode@0002b892.user.oftc.net] has quit [Quit: Nihil supernum.] |
02:16 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
02:16 | -!- | seednode [~seednode@0002b892.user.oftc.net] has joined #debian |
02:16 | -!- | seednode is "seednode" on #debian #alpine-linux |
02:17 | <jochum> | mechanic: maybe someone else is able to help you, I've helped some people to install a scanner but not with your multi network + eSCL configuration :/ |
02:18 | <mechanic> | jochum I figured it out right now, I just had to add the scanner url (with a name) to /etc/sane.d/airscan.conf |
02:18 | <jochum> | mechanic: great! |
02:18 | <jochum> | And thanks for letting me now. |
02:19 | -!- | waveclaw [~quassel@ip98-162-237-241.ok.ok.cox.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] |
02:19 | <mechanic> | jochum I want to avoid as much as possible the brother drivers, as those are stuck on i386 :/ |
02:19 | -!- | chuangzh1 [~chuangzhu@27.39.221.241] has quit [Ping timeout: 480 seconds] |
02:19 | <mechanic> | yw :) |
02:21 | -!- | lupinedk is "lupine" on #bitlbee |
02:21 | -!- | lupinedk [~lupine@85.27.192.184] has joined #debian |
02:21 | -!- | nuc_ [~nuc@200116b82a3c8c00b46bf509d542d677.dip.versatel-1u1.de] has quit [Read error: Connection reset by peer] |
02:22 | -!- | nuc_ [~nuc@2001:16b8:2a3c:8c00:b46b:f509:d542:d677] has joined #debian |
02:22 | -!- | nuc_ is "realname" on #debian |
02:25 | -!- | aversario [~linu@cpe-146-212-81-30.dynamic.amis.net] has quit [Quit: Konversation terminated!] |
02:33 | -!- | diogenes_oftc [~diogenes_@188.208.120.240] has quit [Quit: vergissmeinnicht] |
02:33 | -!- | waveclaw [~quassel@ip98-162-237-241.ok.ok.cox.net] has joined #debian |
02:33 | -!- | waveclaw is "Jeremiah" on #debian #ceph #linux |
02:35 | -!- | srgrint_ [~srgrint@13.201.159.143.dyn.plus.net] has quit [Quit: srgrint_] |
02:37 | <mechanic> | jochum damn, so it tells it "finds" the scanner, but can't scan :/ |
02:38 | -!- | mode/#debian [+l 955] by debhelper |
02:40 | -!- | tagomago [~tagomago@47.61.249.120] has joined #debian |
02:40 | -!- | tagomago is "Tagomago" on #debian |
02:40 | -!- | Gerowen [~Gerowen@172.97.22.132] has quit [Quit: Leaving] |
02:42 | <jochum> | mechanic: can you test it by moving it to your 10.0.0.0 network? |
02:42 | <jochum> | mechanic: if so, move it back after and see what tcpdump gives. :) |
02:42 | <mechanic> | jochum in the 10.0.0.0 space, everything works fine (as it can be auto discovered by all tools) |
02:42 | <jochum> | mechanic: maybe some f.....g broadcast packages |
02:43 | <jochum> | also brother talks about this outgoing ports for theier scan software: "UDP: 54925 TCP: 54921" |
02:44 | <jochum> | maybe eSCL has others, i don't know. |
02:44 | -!- | Inepu [~mith@46.234.217.137] has joined #debian |
02:44 | -!- | Inepu is "realname" on #debian |
02:45 | <mechanic> | jochum yeah it works over 443 (if encrypted) |
02:45 | <jochum> | hmm on the debian page i read about that: avahi-browse -rt _uscan._tcp avahi-browse -rt _uscans._tcp - https://wiki.debian.org/SaneOverNetwork#Scanning_with_the_eSCL_Protocol |
02:46 | <jochum> | mechanic: which sounds for me like you need proxy/forward mdns |
02:46 | <jochum> | mechanic: not sure if its a solution though :/ |
02:46 | <mechanic> | jochum i tried those even in 10.0.0.0 and they don't work here :/ |
02:46 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [Quit: upekkha] |
02:46 | <jochum> | ok |
02:46 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
02:46 | -!- | upekkha is "real name" on #freedombox #bufferbloat #fdroid #linode #freedombox-dev #debian #oftc #tor #retroshare #debian-gnupg |
02:47 | -!- | TheCreeper [~TheCreepe@000209ab.user.oftc.net] has quit [Ping timeout: 480 seconds] |
02:48 | <jochum> | mechanic: so you have a PC in the other space, what about tcpdump/wireshark a scan? |
02:48 | -!- | Despatche [~desp@72.11.37.193] has quit [Quit: Read error: Connection reset by deer] |
02:48 | <jochum> | mechanic: while i google eSCL and multi networks |
02:48 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [] |
02:48 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
02:48 | -!- | upekkha is "real name" on #debian #freedombox-dev #freedombox #bufferbloat #tor #debian-gnupg #fdroid #retroshare #oftc #linode |
02:49 | <mechanic> | in which space 10.0.0.0 or 192.168.1.0? |
02:49 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [] |
02:50 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
02:50 | -!- | upekkha is "real name" on #tor #debian #freedombox #bufferbloat #retroshare #freedombox-dev #debian-gnupg #linode #fdroid #oftc |
02:50 | <trench> | nmap ? |
02:50 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has joined #debian |
02:50 | -!- | newtons is "newtons" on #debian |
02:50 | <jochum> | mechanic: https://community.ui.com/questions/Airprint-on-different-Subnet/115615fb-17f2-4e8c-8ac8-3807c378589c <-- this is interesting (Airprint relays on mDNS someone says) |
02:51 | <jochum> | mechanic: scan over eSCL in the 10.0.0.0/24 space and see if tcpdump gives any broadcast shit |
02:51 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [] |
02:51 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
02:51 | -!- | upekkha is "real name" on #freedombox #tor #debian #oftc #fdroid #retroshare #linode #freedombox-dev #bufferbloat #debian-gnupg |
02:51 | -!- | Zongva [~harjar@2001:464a:bacf:0:61a4:3d69:fbb9:d01b] has joined #debian |
02:51 | -!- | Zongva is "Ole Lat" on #debian +#nuug #linux.dk #linux #help #bash #oftc |
02:52 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [] |
02:52 | -!- | mode/#debian [+b *!*@2a01:4f8:1c0c:49df::1] by debchange |
02:53 | <trench> | https://github.com/Cubix651/escl-scanner |
02:53 | <mechanic> | yeah sounds like I need a mdns repeater, so lets see http://paste.debian.net/1207710/ |
02:54 | <trench> | why? :P |
02:56 | <trench> | https://gist.github.com/markosjal/79d03cc4f1fd287016906e7ff6f07136 |
02:56 | <trench> | go read there maybe? |
02:57 | -!- | jipege4 [~quassel@77.127.95.79.rev.sfr.net] has quit [Quit: http://quassel-irc.org - Discuter simplement. Partout.] |
02:57 | <trench> | https://github.com/alexpevzner/sane-airscan or there? |
02:58 | <mechanic> | trench i am trying to use airscan, which works in 10.0.0.0 but not 192.168.1.0 space |
02:59 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
02:59 | -!- | namyzarc is "Namyzarc" on #debian |
02:59 | <trench> | mechanic: did you read the last page? |
03:00 | <jochum> | trench: last page of? |
03:01 | <trench> | https://github.com/alexpevzner/sane-airscan |
03:02 | -!- | ssgelm [~ssgelm@159.203.84.15] has joined #debian |
03:02 | -!- | ssgelm is "ssgelm" on #packaging #debian |
03:02 | <trench> | https://github.com/alexpevzner/eSCL-protocol-traces |
03:02 | <xormor> | where do I see if my system automatically upgraded itself during the night time? |
03:03 | <trench> | you can check /var/log/apt |
03:05 | <trench> | mechanic: https://github.com/alexpevzner/airscan-discover that one also |
03:05 | <mechanic> | trench yeah that one I already read, but as airscan can't find the scanner, and if I add it manually, it won't work :/ can't connect it says |
03:06 | <jochum> | xormor: mabe unattended-upgrades it is, not sure what you mean by "upgrades in the night" |
03:07 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has quit [] |
03:08 | <trench> | mechanic: did you try this tool: https://github.com/alexpevzner/airscan-discover |
03:08 | <mechanic> | more likely also in /var/log/unattended-upgrade/ |
03:08 | <mechanic> | trench yes, can't find anything |
03:10 | <jochum> | mechanic: so you gonna add a mDNS repeater on your router? |
03:10 | <mechanic> | jochum I already did, but still nothing |
03:10 | <jochum> | mechanic: when you open the scan app, does it do mDNS? |
03:10 | <jochum> | in the 10.0.0.0 network |
03:10 | <mechanic> | yes |
03:11 | <jochum> | mechanic: so it works over mDNS ? |
03:11 | <jochum> | mechanic: what does it resolv? |
03:11 | <jochum> | _uscan.local or something? |
03:11 | <mechanic> | within the same space yes |
03:11 | <jochum> | _uscan._tcp |
03:12 | <mechanic> | no the brother mfc doesn't advertise it in my lan :/ |
03:12 | <jochum> | but resolving the same with avahi doesn't return anything in 10.0.0.0 ? |
03:12 | <mechanic> | avahi-browse doesn't return anything (except when I --all) |
03:12 | <jochum> | mechanic: so how does the scan app find the brother in 10.0.0.0 ? |
03:13 | <mechanic> | through the eSCL advertisements _shrug_ |
03:14 | <jochum> | I see, can you enable mDNS in the Printer? |
03:15 | <mechanic> | it is enabled :/ |
03:15 | <mechanic> | i will boot my 10.0.0.0 device, so i can show you the avahi-browse |
03:15 | <jochum> | mechanic: I'm guessing all the time mate :) |
03:16 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
03:18 | <mechanic> | lol, now it's advertising _uscans._tcp |
03:18 | <jochum> | great! |
03:18 | <mechanic> | paste.debian.net/1207711 |
03:18 | <mechanic> | but only on the 10.0.0.0 network |
03:18 | <jochum> | then we need to fix the repeater? |
03:19 | <mechanic> | seems so |
03:21 | <jochum> | mechanic: any details you can give about your router? |
03:21 | -!- | Q-FUNK [~perkelix@dzyn78yg8307f4jq8-fmy-3.rev.dnainternet.fi] has joined #debian |
03:21 | -!- | Q-FUNK is "Martin-Eric Racine" on #debian #debian-olpc |
03:21 | <Q-FUNK> | E: Repository 'http://security.debian.org testing-security InRelease' changed its 'Codename' value from 'bullseye-security' to 'bookworm-security' |
03:22 | <Q-FUNK> | that's expected, since bullseye was released, but how do I get APT to accept the new data? |
03:22 | -!- | mode/#debian [-b *!*@2a01:4f8:1c0c:49df::1] by debchange |
03:22 | <mechanic> | jochum it's a wifi repeater with openwrt, already port forwarded 5353/udp |
03:22 | <raven523> | change testing-security in sources.list(.d) to bullseye-security |
03:22 | <mechanic> | raven523 not what he was asking |
03:22 | <jochum> | Q-FUNK: you mean without asking? |
03:22 | <mechanic> | Q-FUNK it should autoaccept, as it's only an info |
03:23 | <Q-FUNK> | mechanic: it's not an info. it's an error. the line starts with E, and APT exits with an error. |
03:24 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has joined #debian |
03:24 | -!- | }ls{ is "nobody" on #kvm #debian-nginx #debian-lan #debian-kde #debian-django #debian |
03:24 | <jochum> | Q-FUNK: hmm i have no security.... testing-security for me it just worked, by pressing y for each question i got. |
03:24 | <Q-FUNK> | jochum: there's probably an option to tell it to accept the codename change and pull that one. |
03:25 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has joined #debian |
03:25 | -!- | is0ke3 is "is0ke3" on #tor #debian |
03:25 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
03:25 | -!- | upekkha is "real name" on #debian #freedombox-dev #bufferbloat #linode #retroshare #freedombox #debian-gnupg #fdroid #oftc |
03:25 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has quit [Ping timeout: 480 seconds] |
03:26 | <jochum> | Q-FUNK: apt-get update --allow-releaseinfo-change |
03:27 | <Q-FUNK> | jochum: thanks |
03:27 | <jochum> | mechanic: port-forward wont help, you need a repeater let me see |
03:27 | <mechanic> | jochum i did install avahi with reflect enabled |
03:27 | <themill> | !apt suite changed |
03:27 | <dpkg> | If the codename or release status of the release you are using changes (such as testing changes from bullseye to bookworm), apt-get will complain about changes to the release information on the mirror. apt(8) will prompt you to accept changes; apt-get(8) will need --allow-releaseinfo-change |
03:28 | <jochum> | mechanic: seemts its easy: https://openwrt.org/docs/guide-developer/mdns |
03:28 | <jochum> | themill: do you know if theres testing-security? I was always thinking theres nothing in there? |
03:29 | <themill> | the archive exists; it is unlikely to have anything in it for 2 years |
03:30 | <Q-FUNK> | themill: I dunno. bullseye-{security,update} started having content sometimes around when the soft freeze started. |
03:30 | <themill> | which will be in about 2 years time... |
03:30 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [Quit: upekkha] |
03:31 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
03:31 | -!- | upekkha is "real name" on #debian #fdroid #debian-gnupg #freedombox #linode #bufferbloat #retroshare #freedombox-dev #oftc |
03:31 | <jochum> | So it's basically a good idea to have it? |
03:31 | <Q-FUNK> | it never hurts to have them both :) |
03:31 | <themill> | yeah, the idea is that it can exist harmlessly in your sources.list; if a package really needs to go into testing-security it can and you'll see it. |
03:32 | -!- | lad [~lad@23-121-67-46.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 480 seconds] |
03:32 | <Q-FUNK> | https://paste.debian.net/1207713/ |
03:32 | -!- | xdrt[m] [~xdrtmatri@2001:470:1af1:101::889c] has joined #debian |
03:32 | -!- | xdrt[m] is "org.matrix:xdrt" on #debian |
03:32 | <Q-FUNK> | I have this on all my hosts. replace stable with testing on that one lonely testing host I keep. |
03:33 | <themill> | I would strongly advise against using 'stable' in your sources.list |
03:33 | <Q-FUNK> | why? |
03:33 | <themill> | !stable sources.list |
03:33 | <dpkg> | Despite the fact previous installers, countless websites and /usr/share/doc/apt/examples/sources.list (prior to apt 0.9.6) will tell you to do this, do *not* use "stable" in your sources.list; use the release code name instead (e.g. "bullseye"). Upgrading between releases has not been trivial for a decade; make sure you read the <release notes> and ask me about <buster->bullseye>, <jessie sources.list>. |
03:34 | <themill> | upgrading between releases needs to be a conscious act that is planned |
03:35 | <Q-FUNK> | that info sounds rather outdated. there's hasn't been any issue with upgrades ever since autopktest was implemented. |
03:35 | <mechanic> | jochum, hm so verified everything again, avahi is repeating mdns but still no luck :/ |
03:35 | <themill> | Q-FUNK: umm, yeah, nah. |
03:36 | <themill> | Q-FUNK: that becomes even more true with every release. The list of things to watch out for in the upgrade gets longer and more worrying each release. |
03:36 | <jochum> | mechanic: i wrote you a private message |
03:36 | <mechanic> | yeah sorry, i blocked pms |
03:37 | <jochum> | kk |
03:37 | <jochum> | mechanic: so your scan app doesn't show the scanner? |
03:37 | <jochum> | in 192.168.1.x ? |
03:37 | <mechanic> | yes |
03:38 | <jochum> | mechanic: does it ask for _uscan in tcpdump ? |
03:38 | <Q-FUNK> | themill: I dunno. Here, from one release to the next, I keep on having fewer and fewer upgrade loops or other issues to resolve. |
03:38 | <jochum> | its so great we are on Linux, we can actually fix stuff :) |
03:38 | <mechanic> | jochum I assume for whatever reason that openwrt doesn't broadcast mdns :/ |
03:39 | -!- | Ryozuki [~Ryozuki@edgarluque.com] has quit [Quit: bye] |
03:39 | -!- | go4godvin is now known as Guest4408 |
03:40 | <jochum> | mechanic: did you follow the mdns link ? |
03:40 | <themill> | Q-FUNK: I'm pleased for you that you are so lucky. |
03:40 | <mechanic> | jochum yes |
03:40 | <jochum> | mechanic: for your avahi-browser mDNS works? |
03:41 | <mechanic> | which ip space do you mean? |
03:42 | <Q-FUNK> | !buster->bullseye |
03:42 | <themill> | dpkg, buster->bullseye |
03:42 | <dpkg> | Read (at least) the upgrading chapter of <release notes> https://deb.li/39cyD . TL;DR: In /etc/apt/sources.list change "buster" to "bullseye", fix the line for security updates (see <bullseye-security>), remove stable-specific lines like buster-backports. apt update && apt upgrade && apt full-upgrade. 3rd party repos like <dmo> cause problems with upgrades. If working over ssh, upgrade ssh first, see <bullseye ssh upgrade>. |
03:43 | <themill> | (You can't trigger factoids using ! if there's a -> in the factoid name. You do not want to know why.) |
03:44 | <Q-FUNK> | regex |
03:44 | -!- | Afik [~oftc-webi@46-117-161-28.bb.netvision.net.il] has joined #debian |
03:44 | -!- | Afik is "OFTC WebIRC Client" on #debian @#/server+irc.debian.org |
03:44 | <Afik> | Hi all, |
03:44 | -!- | KindOne [kindone@kindone.user.oftc.net] has joined #debian |
03:44 | -!- | KindOne is "..." on #tor #php #ovirt #oftc #moocows #mirc #llvm #linode #libevent #https-everywhere #gentoo #g7 #freenode #eff #debian-next #debian #ceph |
03:44 | -!- | Q-FUNK [~perkelix@dzyn78yg8307f4jq8-fmy-3.rev.dnainternet.fi] has quit [Quit: Leaving.] |
03:45 | <jochum> | hi |
03:45 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [Quit: upekkha] |
03:45 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
03:45 | -!- | upekkha is "real name" on #oftc #debian-gnupg #fdroid #freedombox-dev #freedombox #bufferbloat #linode #retroshare #debian |
03:46 | <Afik> | After yesterday release, trying to run apt-get update and failed on this error: E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'. any help will be appreciated. |
03:46 | <mechanic> | jochum which ip space do you mean? |
03:46 | <jochum> | mechanic: 192 |
03:47 | <mechanic> | jochum nope |
03:47 | -!- | jesse [~jesse@00026f56.user.oftc.net] has quit [Quit: jesse] |
03:47 | <jochum> | mechanic: so same command works in 10 but not in 192 ? |
03:47 | -!- | jesse [~jesse@00026f56.user.oftc.net] has joined #debian |
03:47 | -!- | jesse is "jesse" on #linode #debian |
03:47 | <mechanic> | jochum yes |
03:48 | <jochum> | mechanic: I don't know openwrt has it rules for Firewall to LAN/DMZ ? |
03:48 | -!- | hbautista [~hbautista@2806:10a6:e:7341::3] has quit [Ping timeout: 480 seconds] |
03:48 | -!- | r4fkramer [~Kramer@45-171-184-153.topnetsp.net.br] has joined #debian |
03:48 | -!- | r4fkramer is "realname" on #debian |
03:48 | -!- | BenNZ [~Ben@203.96.218.156] has joined #debian |
03:48 | -!- | BenNZ is "Ben" on #vbox #debian #debian-next |
03:49 | <mechanic> | yup, triple verified it here :/ |
03:49 | -!- | endstille [~Miranda@2a00:6020:1dfe:7100:a5d6:7b57:455a:9809] has joined #debian |
03:49 | -!- | endstille is "marc.brinkmann@gmail.com" on #debian |
03:49 | <jochum> | mechanic: I assume you have shell access do you have a mdns client on it? |
03:49 | -!- | endstille [~Miranda@2a00:6020:1dfe:7100:a5d6:7b57:455a:9809] has quit [] |
03:49 | <jochum> | mechanic: maybe a Switch blocking broadcast packages? |
03:49 | <jochum> | Some "managed" switches do that |
03:50 | -!- | colin [~colin@194.191.249.155] has joined #debian |
03:50 | -!- | colin is "Colin Nussböck" on #debian |
03:50 | <mechanic> | jochum have shell access, trying to get avahi running :0 |
03:50 | <colin> | hi |
03:51 | -!- | colin is now known as Guest4409 |
03:51 | <r4fkramer> | Hi all. Finally, Bullseye now in stable version ! Congratulations to All Debian Community for more this Achievement! God bless you always!!! |
03:51 | <themill> | dpkg: tell Afik about apt suite changed |
03:51 | <Guest4409> | ok |
03:51 | -!- | colin_ [~colin@194.191.249.155] has joined #debian |
03:51 | -!- | colin_ is "Colin Nussböck" on #debian |
03:51 | <colin_> | d r e |
03:52 | <jochum> | dpkg: tell Jochum a secret |
03:52 | <jochum> | "<dpkg> No, jochum, I won't. (target invalid?)" :) |
03:52 | <jochum> | Nice bot |
03:52 | -!- | r4fkramer [~Kramer@45-171-184-153.topnetsp.net.br] has quit [] |
03:52 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
03:52 | -!- | ole_ is "realname" on #debian |
03:53 | <colin_> | i am using linux mint 17.3 cinnamon |
03:54 | -!- | Guest4409 [~colin@194.191.249.155] has left #debian [] |
03:56 | <jochum> | colin_: old one that is, he? |
03:57 | -!- | diogenes_oftc [~diogenes_@188.208.123.65] has joined #debian |
03:57 | -!- | diogenes_oftc is "Nicolas" on #debian |
03:57 | <colin_> | no |
03:57 | <jochum> | mechanic: found this one: https://blog.christophersmart.com/2020/03/30/resolving-mdns-across-vlans-with-avahi-on-openwrt/ |
03:58 | <jochum> | Linked in the other mdns guide I linked you. |
03:59 | <colin_> | ok nevermind |
03:59 | <jochum> | "It linked in the other guide which i linked you, which linked to another guide that links to this one ;P" <--- hahaha :) |
03:59 | <colin_> | im not going here |
03:59 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
03:59 | -!- | namyzarc is "Namyzarc" on #debian |
03:59 | <jochum> | colin_: what you mean? |
04:00 | <colin_> | im not going to this link |
04:02 | <jochum> | I'm not able to give you link that breaks your computer :) |
04:02 | -!- | grtestuser [~grtestuse@p200300f9f739d600468a5bfffe5f3c1e.dip0.t-ipconnect.de] has joined #debian |
04:02 | -!- | grtestuser is "Debian Live user" on #debian |
04:03 | <colin_> | oh ok : ) |
04:03 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
04:05 | -!- | hendursa1 [~weechat@4G4AACUZS.tor-irc.dnsbl.oftc.net] has joined #debian |
04:05 | -!- | hendursa1 is "weechat" on #consfigurator #wayland #robigalia #debian #postmarketos #kernelnewbies |
04:06 | -!- | zyley [~v@00027792.user.oftc.net] has quit [Quit: Leaving] |
04:06 | <mechanic> | jochum yeah no idea how I get this fixed :/ read through, but when I install the dbus version of avahi, avahi doesn't start (with dbus started) |
04:06 | <colin_> | ok |
04:06 | <jochum> | mechanic: can you open a PM to me? |
04:08 | -!- | mode/#debian [+l 961] by debhelper |
04:08 | -!- | janneke- [~janneke@2001:980:1b4f:1:2787:4fa:1e9:d75f] has joined #debian |
04:08 | -!- | janneke- is "janneke" on #debian |
04:08 | -!- | Afik [~oftc-webi@46-117-161-28.bb.netvision.net.il] has quit [Quit: Page closed] |
04:12 | -!- | hendursaga [~weechat@7YZAACEJ4.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
04:12 | -!- | chuangzh1 [~chuangzhu@27.39.221.241] has joined #debian |
04:12 | -!- | chuangzh1 is "Chuang Zhu" on #ustclug #debian |
04:13 | -!- | janneke [~janneke@2001:980:1b4f:1:2787:4fa:1e9:d75f] has quit [Ping timeout: 480 seconds] |
04:17 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
04:18 | <colin_> | ??? |
04:19 | <scorpion2185[m]> | !11 |
04:19 | <dpkg> | Bullseye is the codename for the current <stable> release, Debian 11, released 2021-08-14. Bullseye is Woody's horse in Toy Story 2, see https://wiki.debian.org/DebianBullseye . Ask me about <install bullseye>, <release notes>, <buster->bullseye> <bullseye-security>. |
04:19 | <scorpion2185[m]> | so was release yesterday in the end? |
04:19 | <scorpion2185[m]> | *was it released |
04:20 | -!- | Talkless [~Talkless@mail.dargis.net] has joined #debian |
04:20 | -!- | Talkless is "Talkless" on @#osm-lt #debian-next #debian |
04:20 | <colin_> | i dont know |
04:23 | <mechanic> | scorpion2185[m] yes |
04:23 | <colin_> | ok |
04:23 | -!- | sevu is now known as Guest4410 |
04:23 | -!- | sevu [~sevu@000261e5.user.oftc.net] has joined #debian |
04:23 | -!- | sevu is "realname" on #moocows #debian |
04:27 | -!- | Guest4410 [~sevu@000261e5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
04:28 | -!- | tallbarr [~none@0002bff2.user.oftc.net] has quit [Quit: tallbarr] |
04:31 | <colin_> | im bored |
04:33 | -!- | colin_ [~colin@194.191.249.155] has quit [Quit: Verlassend] |
04:34 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
04:34 | -!- | ole_ is "realname" on #debian |
04:36 | <scorpion2185[m]> | is the dvd1 available? |
04:37 | <somiaj> | Yes |
04:37 | <somiaj> | I saw it was already built, other dvd's haven't been unless you use jidgo |
04:37 | <scorpion2185[m]> | I only see net-inst https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/ |
04:38 | <scorpion2185[m]> | I checked torrent |
04:38 | <somiaj> | because you are looking at 'cd' not 'dvd' |
04:38 | <scorpion2185[m]> | right |
04:41 | -!- | lpfll [~lpfll@0002a593.user.oftc.net] has joined #debian |
04:41 | -!- | lpfll is "Luis Paulo" on #debian #debian-br |
04:43 | <scorpion2185[m]> | but the link says CD/DVD and opens CD. I manually entered DVD |
04:45 | <scorpion2185[m]> | bug? |
04:46 | * | enyc meows |
04:46 | <themill> | scorpion2185[m]: "the link" |
04:46 | -!- | nuc_ [~nuc@2001:16b8:2a3c:8c00:b46b:f509:d542:d677] has quit [Read error: Connection reset by peer] |
04:46 | -!- | nuc_ [~nuc@200116b82a3c8c00b46bf509d542d677.dip.versatel-1u1.de] has joined #debian |
04:46 | -!- | nuc_ is "realname" on #debian |
04:46 | <enyc> | those are .torrent files |
04:46 | <enyc> | the bt- directory is where bittorrent links are |
04:47 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
04:48 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
04:48 | -!- | ole_ is "realname" on #debian |
04:48 | <scorpion2185[m]> | Download CD/DVD images with BitTorrent https://www.debian.org/CD/ |
04:49 | <themill> | scorpion2185[m]: that goes to a page that lists CD images and DVD image? |
04:49 | -!- | ArsenArsen [~arsen@0002b161.user.oftc.net] has quit [Quit: Quit.] |
04:49 | -!- | qwer [~qwer@37-48-35-141.nat.epc.tmcz.cz] has joined #debian |
04:49 | -!- | qwer is "qwer" on #debian #retroshare #openttd.notice #linux-storage #linuxfriends #debian-hamchat #debian-gaming #debian-boinc #Corsair #vectorlinux |
04:49 | -!- | gelignite [~gelignite@55d454e5.access.ecotel.net] has joined #debian |
04:49 | -!- | gelignite is "gelignite" on #debian #llvm #openttd |
04:49 | -!- | ArsenArsen [~arsen@0002b161.user.oftc.net] has joined #debian |
04:49 | -!- | ArsenArsen is "Arsen Arsenović" on #debian #mesonbuild #s6 #moocows #virt #managarm #fosshost #C #suckless #oftc |
04:49 | <scorpion2185[m]> | NO that goes to my first link only CD. I manually entered DVD to find it |
04:50 | <scorpion2185[m]> | and states: Download CD/DVD images with BitTorrent |
04:50 | -!- | haava_ [~haava@2a01:79d:3e86:5c24:32bc:3463:dd4e:f483] has quit [Quit: Leaving] |
04:51 | <themill> | scorpion2185[m]: "Download CD/DVD images with BitTorrent" is a link to https://www.debian.org/CD/torrent-cd/ |
04:51 | -!- | naiz [~naiz@193-187-91-83.pool.ovpn.com] has joined #debian |
04:51 | -!- | naiz is "naiz" on #debian #moocows |
04:51 | <scorpion2185[m]> | yes only CD but it says CD/DVD |
04:52 | <themill> | and https://www.debian.org/CD/torrent-cd/ has both CDs and DVDs. |
04:52 | -!- | artur [~smuxi@78.10.205.72] has joined #debian |
04:52 | -!- | artur is "Your Name" on #debian |
04:52 | -!- | tallbarr [~none@0002bff2.user.oftc.net] has joined #debian |
04:52 | -!- | tallbarr is "none" on #debian.se #debian |
04:53 | <scorpion2185[m]> | I can see only net-inst (amd64) |
04:53 | <scorpion2185[m]> | DVD link is hidden, it seems |
04:54 | -!- | ao2 [~ao2@host-80-182-88-170.pool80182.interbusiness.it] has joined #debian |
04:54 | -!- | ao2 is "ao2" on #linux-media #gstreamer #vcs-home #debian #cell |
04:55 | <themill> | net-inst is not even on that page. |
04:57 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
04:57 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
04:58 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
04:59 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
04:59 | -!- | namyzarc is "Namyzarc" on #debian |
05:00 | -!- | ArsenArsen [~arsen@0002b161.user.oftc.net] has quit [Quit: Quit.] |
05:01 | -!- | ArsenArsen [~arsen@0002b161.user.oftc.net] has joined #debian |
05:01 | -!- | ArsenArsen is "Arsen Arsenović" on #virt #mesonbuild #oftc #fosshost #C #s6 #moocows #suckless #managarm #debian |
05:03 | -!- | alpernebbi [~quassel@178.233.26.119] has joined #debian |
05:03 | -!- | alpernebbi is "Alper Nebi Yasak" on #aarch64-laptops ##panfrost-offtopic #panfrost #debian #linux-rockchip #debian-next #packaging |
05:04 | -!- | yik [~quassel@69.172.182.236] has quit [] |
05:04 | -!- | artur [~smuxi@78.10.205.72] has quit [Ping timeout: 480 seconds] |
05:04 | -!- | ArsenArsen [~arsen@0002b161.user.oftc.net] has quit [] |
05:04 | -!- | yik [~quassel@69.172.182.236] has joined #debian |
05:04 | -!- | yik is "yik" on #freedombox #debian |
05:06 | -!- | Wolfinthecity [~LoneWolf@5.8.16.166] has joined #debian |
05:06 | -!- | Wolfinthecity is "realname" on #debian |
05:06 | -!- | artur [~smuxi@78.10.205.72] has joined #debian |
05:06 | -!- | artur is "Your Name" on #debian |
05:07 | -!- | richard_h [~richard@2406:e001:8:a900:6e62:6dff:fe05:ae29] has joined #debian |
05:07 | -!- | richard_h is "purple" on #debian |
05:07 | -!- | amk [~amk@176.61.106.150] has quit [Remote host closed the connection] |
05:08 | -!- | mode/#debian [+l 967] by debhelper |
05:09 | -!- | amk [~amk@176.61.106.150] has joined #debian |
05:09 | -!- | amk is "amk" on #mepo #haiku #fdroid #debian #alpine-linux |
05:14 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has quit [Remote host closed the connection] |
05:16 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
05:16 | -!- | ole_ is "realname" on #debian |
05:17 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
05:19 | -!- | crazyfrog [~crazyfrog@2001:4bc9:a42:887a:f8e7:30fe:ccf1:3b95] has joined #debian |
05:19 | -!- | crazyfrog is "realname" on #debian |
05:19 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has quit [Remote host closed the connection] |
05:19 | -!- | ArsenArsen [~arsen@0002b161.user.oftc.net] has joined #debian |
05:19 | -!- | ArsenArsen is "Arsen Arsenović" on #mesonbuild #fosshost #oftc #debian #suckless #virt #managarm #s6 #moocows #C |
05:20 | <crazyfrog> | hello, after lxc installation and setting up /etc/network/interfaces i can't connect to the host anymore, can someone help me please: https://paste.debian.net/hidden/9cac4451/ |
05:20 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has joined #debian |
05:20 | -!- | Kuririnmagic is "Kuririnmagic" on #infosec #debian-devel-changes ##brazil #tor-south #redditprivacy #ck #oftc #debian |
05:21 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has quit [Remote host closed the connection] |
05:21 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has joined #debian |
05:21 | -!- | Brigo is "realname" on #debian #debian-next |
05:21 | <EmleyMoor> | Is there "bullseye-updates", like "buster-updates" which replaced "volatile"? |
05:22 | <raven523> | what happens when you try to access the host? |
05:22 | <crazyfrog> | no ping, no connect |
05:22 | <raven523> | does ping just time out? do you get 'destination host unreachable'? |
05:22 | <crazyfrog> | time out |
05:23 | <raven523> | does the interface in the container have the address and route set up? |
05:23 | -!- | futune [~futune@2a04:981:3f00:900::bad] has quit [Remote host closed the connection] |
05:23 | -!- | futune [~futune@2a04:981:3f00:900::bad] has joined #debian |
05:23 | -!- | futune is "realname" on #debian #alpine-linux #postmarketos |
05:23 | <crazyfrog> | no where i have to put the ip of the container in? |
05:24 | <crazyfrog> | $ lxc-ls -f shows no ip |
05:25 | <raven523> | in this case you could run a DHCP client or enable IPv6 Router Advertisements to get an address from the host's router |
05:27 | <crazyfrog> | ok but i need always the same ip address for the container |
05:27 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has joined #debian |
05:27 | -!- | Kuririnmagic is "Kuririnmagic" on #infosec #debian-devel-changes ##brazil #tor-south #redditprivacy #ck #oftc #debian |
05:28 | <raven523> | did you set up /etc/network/interfaces in the container, or whatever the equivalent is for the distro in the container? |
05:28 | <crazyfrog> | no |
05:28 | -!- | tagomago [~tagomago@47.61.249.120] has quit [Remote host closed the connection] |
05:28 | <crazyfrog> | should i do this? |
05:28 | <raven523> | yes |
05:28 | <crazyfrog> | ok thanks |
05:28 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has joined #debian |
05:28 | -!- | pavlushka is "Pavel Sayekat" on #debian #oftc |
05:28 | -!- | tagomago [~tagomago@47.61.249.120] has joined #debian |
05:28 | -!- | tagomago is "Tagomago" on #debian |
05:29 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
05:30 | <crazyfrog> | but the conatiner is not starting, https://paste.debian.net/hidden/d2df89df/ |
05:31 | <raven523> | try removing the lxc.apparmor keys from the .conf file |
05:31 | <raven523> | or just comment them out |
05:33 | <crazyfrog> | removing in /etc/lxc/default.conf the 2 lines with apparmor? |
05:34 | <raven523> | yes, or comment them out |
05:35 | <crazyfrog> | i remove it in /etc .. and in ~/.etc but it still not starting |
05:36 | <raven523> | same error or different? |
05:36 | <crazyfrog> | same |
05:36 | -!- | towo` [~towo@00012f0f.user.oftc.net] has joined #debian |
05:36 | -!- | towo` is "Torsten (towo) Wphlfarth" on #debian-next #debian #vbox #kvm #radeon #kernelnewbies #siduction-admin |
05:37 | <raven523> | what do you get from cat /sys/module/apparmor/parameters/enabled ? |
05:37 | <crazyfrog> | Y |
05:37 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has quit [Ping timeout: 480 seconds] |
05:38 | <crazyfrog> | just: Y |
05:38 | <raven523> | is the apparmor package installed? |
05:39 | -!- | Wolfinthecity [~LoneWolf@5.8.16.166] has quit [] |
05:39 | -!- | futune [~futune@2a04:981:3f00:900::bad] has quit [Ping timeout: 480 seconds] |
05:40 | -!- | Wolfinthecity [~LoneWolf@5.8.16.166] has joined #debian |
05:40 | -!- | Wolfinthecity is "realname" on #debian |
05:40 | <themill> | EmleyMoor: yes, sure is |
05:40 | <crazyfrog> | yes apparmor/stable,stable,now 2.13.2-10 amd64 [installed] |
05:42 | <raven523> | does it work if you use sudo? apparmor_parser is in /sbin so by default it's not in regular users' $PATH |
05:42 | <crazyfrog> | i get: lxc-start: vm10: tools/lxc_start.c: main: 290 No container config specified |
05:43 | -!- | nuc_ [~nuc@200116b82a3c8c00b46bf509d542d677.dip.versatel-1u1.de] has quit [Read error: Connection reset by peer] |
05:43 | <crazyfrog> | i don't know which config file it's means |
05:44 | <raven523> | did you provide an argument for -n? |
05:45 | <crazyfrog> | yes the name of the container |
05:45 | -!- | nyuszika7h [nyuszika7h@cadoth.net] has quit [Quit: ZNC 1.8.2+deb2~bpo10+1 - https://znc.in] |
05:45 | <crazyfrog> | $ sudo lxc-start -n vm10 -d -F |
05:46 | <raven523> | I haven't seen this error before |
05:46 | -!- | nuc_ [~nuc@200116b82a3c8c00b46bf509d542d677.dip.versatel-1u1.de] has joined #debian |
05:46 | -!- | nuc_ is "realname" on #debian |
05:47 | -!- | nyuszika7h [nyuszika7h@cadoth.net] has joined #debian |
05:47 | -!- | nyuszika7h is "nyuszika7h" on #supybot #debian-next #debian |
05:47 | <crazyfrog> | it's a new installation should i install the system new? |
05:47 | <raven523> | did you create the container with lxc-create? |
05:47 | <crazyfrog> | yes |
05:49 | <raven523> | maybe you need to use -f with the path to the container's config file |
05:49 | <crazyfrog> | rave523 thank you very much, should i make a new system installation, i'll be back in 30min |
05:50 | <crazyfrog> | ? |
05:50 | <raven523> | why do you think you need to do that? |
05:50 | -!- | thelounge203 [~thelounge@ip-37-201-119-196.hsi13.unitymediagroup.de] has joined #debian |
05:50 | -!- | thelounge203 is "The Lounge User" on #debian |
05:50 | <crazyfrog> | raven523> I haven't seen this error before |
05:50 | <raven523> | no, do not reinstall |
05:51 | <raven523> | reinstalling only makes sense if a system has been severely damaged or compromised |
05:51 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
05:53 | -!- | nyuszika7h [nyuszika7h@cadoth.net] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] |
05:56 | -!- | mboehn [mathias@hh1.nuxis.org] has quit [Remote host closed the connection] |
05:56 | <xoddf2> | raven523: I ended up doing that on my laptop because apt got stuck after I answered yes to upgrading glibc. |
05:57 | <raven523> | oof, glibc is a pretty critcal package |
05:57 | <xoddf2> | The reinstall succeeded, and I am now installing packages there. |
06:00 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
06:00 | -!- | namyzarc is "Namyzarc" on #debian |
06:00 | -!- | mboehn [mathias@hh1.nuxis.org] has joined #debian |
06:00 | -!- | mboehn is "mathias" on #debian-nordic #debian-next #debian |
06:01 | -!- | futune [~futune@2a04:981:3f00:900::bad] has joined #debian |
06:01 | -!- | futune is "realname" on #debian #alpine-linux #postmarketos |
06:01 | -!- | Wolfinthecity is now known as LoneWolf |
06:02 | -!- | LoneWolf is now known as IDENTIFY |
06:02 | -!- | IDENTIFY is now known as LoneWolf |
06:02 | -!- | BenNZ [~Ben@203.96.218.156] has quit [Quit: Everytime I think IQ's must have dropped recently, I remember that this is the internet] |
06:03 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
06:03 | -!- | bittin is "realname" on #debian-next #debian-installer @#debcamp #debian |
06:05 | -!- | LoneWolf [~LoneWolf@5.8.16.166] has quit [Quit: Leaving] |
06:06 | -!- | Bwonc [~oftc-webi@37.159.113.240] has joined #debian |
06:06 | -!- | Bwonc is "OFTC WebIRC Client" on #debian |
06:06 | -!- | Bwonc [~oftc-webi@37.159.113.240] has quit [Remote host closed the connection] |
06:07 | -!- | duclicsic [~duclicsic@00018868.user.oftc.net] has quit [Quit: leaving] |
06:08 | -!- | hmh [~hmh@0000f9c1.user.oftc.net] has joined #debian |
06:08 | -!- | hmh is "Henrique de Moraes Holschuh" on #debian |
06:08 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d787:42d5:3b3a:1b26] has joined #debian |
06:08 | -!- | jnavila is "jnavila" on #debian #po4a #debian-next |
06:08 | -!- | graybear [~cengelbre@cpe-24-163-39-192.nc.res.rr.com] has joined #debian |
06:08 | -!- | graybear is "realname" on #debian |
06:08 | -!- | crab [~crab@springroll.tasty.dim-sum.org] has joined #debian |
06:08 | -!- | crab is "crab" on #debian-next #debian |
06:10 | -!- | dselect [~dselect@dselect.bot.oftc.net] has quit [Quit: ouch... that hurt] |
06:10 | -!- | crab [~crab@springroll.tasty.dim-sum.org] has quit [] |
06:11 | -!- | dselect [~dselect@dselect.bot.oftc.net] has joined #debian |
06:11 | -!- | dselect is "dpkg backup readonly db" on #debian |
06:13 | -!- | diogenes_oftc [~diogenes_@188.208.123.65] has quit [Quit: vergissmeinnicht] |
06:13 | -!- | kathenas [~kathenas@94.14.40.225] has quit [Quit: Leaving] |
06:13 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
06:13 | -!- | f10 is "f10" on #debian-kde #debian |
06:15 | -!- | crab [~crab@springroll.tasty.dim-sum.org] has joined #debian |
06:15 | -!- | crab is "crab" on #debian-next #debian |
06:16 | -!- | duclicsic [~duclicsic@00018868.user.oftc.net] has joined #debian |
06:16 | -!- | duclicsic is "duclicsic" on #debian |
06:17 | -!- | nyuszika7h [nyuszika7h@cadoth.net] has joined #debian |
06:17 | -!- | nyuszika7h is "nyuszika7h" on #supybot #debian-next #debian |
06:17 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
06:18 | -!- | boodie [~vladimir@194.36.110.107] has joined #debian |
06:18 | -!- | boodie is "vladimir" on #debian |
06:19 | -!- | mboehn [mathias@hh1.nuxis.org] has quit [Remote host closed the connection] |
06:19 | <boodie> | Hi everybody, has anyone succeded in upgrading from buster? |
06:21 | -!- | mboehn [mathias@hh1.nuxis.org] has joined #debian |
06:21 | -!- | mboehn is "mathias" on #debian-nordic #debian-next #debian |
06:21 | <jelly> | boodie, yes, a couple months ago |
06:21 | -!- | lord_rob [~robert@2a02:2788:108:84a::7] has joined #debian |
06:21 | -!- | lord_rob is "Robert Derochette" on #debian-next #debian-kde #debian |
06:22 | <raven523> | I did earlier today, but I didn't test that everything worked yet |
06:22 | -!- | nyuszika7h [nyuszika7h@cadoth.net] has quit [Read error: Connection reset by peer] |
06:22 | <jochum> | crazyfrog: welcome back |
06:22 | <boodie> | Jelly: did you install 'testing'? |
06:23 | <boodie> | raven523, how long did it take? |
06:23 | <crazyfrog> | hello jochum |
06:23 | <raven523> | about an hour |
06:23 | <raven523> | but I was also watching videos while that was happening |
06:23 | <marhas> | I've been runnign bullseye for a couple of weeks now. I do not have to do anything now that it's stable? In terms of manual interventions |
06:24 | -!- | Colin [~colin@194.191.249.155] has joined #debian |
06:24 | -!- | Colin is "Colin Nussböck" on #debian |
06:24 | -!- | Colin is now known as Guest4414 |
06:25 | -!- | Q-FUNK [~perkelix@dzyn78yfxbyc5bqc3nz0t-3.rev.dnainternet.fi] has joined #debian |
06:25 | -!- | Q-FUNK is "Martin-Eric Racine" on #debian #debian-olpc |
06:25 | -!- | dr_bot [~dr_bot@000294a2.user.oftc.net] has quit [Remote host closed the connection] |
06:25 | -!- | hmh [~hmh@0000f9c1.user.oftc.net] has quit [Quit: leaving] |
06:25 | <jochum> | marhas: you should switch sources from testing to bullseye |
06:25 | -!- | Guest4414 [~colin@194.191.249.155] has left #debian [] |
06:26 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
06:26 | -!- | dr_bot [~dr_bot@000294a2.user.oftc.net] has joined #debian |
06:26 | -!- | dr_bot is "realname" on #debian #debian-next |
06:29 | <marhas> | jochum: https://paste.debian.net/1207721/ |
06:29 | <marhas> | It looks like this |
06:29 | <marhas> | Looks correct to me, right? |
06:29 | <jochum> | same for me |
06:30 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:47e2:27bb:51f7:763] has quit [Ping timeout: 480 seconds] |
06:30 | -!- | lord_rob [~robert@2a02:2788:108:84a::7] has quit [Quit: Konversation terminated!] |
06:31 | -!- | Q-FUNK [~perkelix@dzyn78yfxbyc5bqc3nz0t-3.rev.dnainternet.fi] has quit [Quit: Leaving.] |
06:32 | -!- | kathenas [~kathenas@94.14.40.225] has joined #debian |
06:32 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
06:33 | -!- | Haudegen [~quassel@178.115.237.87.static.drei.at] has joined #debian |
06:33 | -!- | Haudegen is "AP,,," on #security #debian.or.at #debian-next #debian |
06:34 | -!- | frikilinux2 [~frikilinu@247.red-2-137-202.dynamicip.rima-tde.net] has joined #debian |
06:34 | -!- | frikilinux2 is "realname" on #debian |
06:34 | -!- | frikilinux2 [~frikilinu@247.red-2-137-202.dynamicip.rima-tde.net] has quit [] |
06:35 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
06:35 | -!- | abdulocracy1 is "@me:abdulocra.cy" on #debian |
06:41 | -!- | Inepu [~mith@46.234.217.137] has quit [Remote host closed the connection] |
06:43 | -!- | Nex8192 [~Nex8192@00028978.user.oftc.net] has quit [Quit: Don't watch me die] |
06:43 | -!- | Nex8192 [~Nex8192@00028978.user.oftc.net] has joined #debian |
06:43 | -!- | Nex8192 is "Nex Light" on #rust-gamedev #postmarketos #mobian #fdroid #debian #C #bash |
06:43 | -!- | Inepu [~mith@46.234.217.137] has joined #debian |
06:43 | -!- | Inepu is "realname" on #debian |
06:44 | -!- | hester [~laztaf@37.228.236.168] has joined #debian |
06:44 | -!- | hester is "realname" on #debian |
06:44 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has quit [Read error: Connection reset by peer] |
06:48 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
06:48 | -!- | bittin is "realname" on @#debcamp2021 #debian-next #debian-installer @#debcamp #debian |
06:51 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:9882:5d69:12df:2a8c] has quit [Read error: Connection reset by peer] |
06:52 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d787:42d5:3b3a:1b26] has quit [Ping timeout: 480 seconds] |
06:56 | -!- | user [~user@4G4AACU6B.tor-irc.dnsbl.oftc.net] has joined #debian |
06:56 | -!- | user is "user" on #debian |
06:56 | -!- | user is now known as Guest4417 |
06:56 | -!- | rany [~ranyz@000230e5.user.oftc.net] has quit [Remote host closed the connection] |
06:57 | -!- | hester [~laztaf@37.228.236.168] has quit [Quit: Leaving] |
06:58 | -!- | Guest4417 [~user@4G4AACU6B.tor-irc.dnsbl.oftc.net] has left #debian [] |
06:58 | -!- | claude [~claude@188-141-65-245.dynamic.upc.ie] has joined #debian |
06:58 | -!- | claude is "Claude Warren" on #debian |
06:59 | -!- | claude [~claude@188-141-65-245.dynamic.upc.ie] has quit [] |
07:00 | -!- | claude [~claude@188-141-65-245.dynamic.upc.ie] has joined #debian |
07:00 | -!- | claude is "Claude Warren" on #debian |
07:00 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
07:00 | -!- | namyzarc is "Namyzarc" on #debian |
07:01 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
07:02 | <claude> | I am trying to find an example of how to use dh_dkms. If someone knows of a package that uses this I could try to follow that. |
07:03 | -!- | jelly [jelly@twilight.kladdkaka.org] has quit [Read error: Connection reset by peer] |
07:04 | -!- | jelly [jelly@twilight.kladdkaka.org] has joined #debian |
07:04 | -!- | jelly is "Zoran Dzelajlija" on #debian #debconf-nyc #Corsair #!/bin/mksh #ck #autodeb #asahi |
07:04 | <EmleyMoor> | dovecot appears to be trying to start too soon on a box I've just upgraded. How do I ensure all the network interface configuration is applied before it tries? |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has quit [Quit: buh bye!] |
07:05 | -!- | dpkg [~dpkg@dpkg.bot.oftc.net] has joined #debian |
07:05 | -!- | dpkg is "apt backup" on #debian |
07:06 | <boodie> | To those who have upgraded; have you followed every single step of https://www.debian.org/releases/bullseye/mips64el/release-notes/ch-upgrading.en.html and did you experience any issues? |
07:07 | <boodie> | Apologies but I'm always anxious when it comes to upgrading a distro |
07:07 | -!- | graybear [~cengelbre@cpe-24-163-39-192.nc.res.rr.com] has quit [Quit: Leaving] |
07:08 | -!- | Nex8192 [~Nex8192@00028978.user.oftc.net] has quit [Quit: Don't watch me die] |
07:10 | -!- | Nex8192 [~Nex8192@00028978.user.oftc.net] has joined #debian |
07:10 | -!- | Nex8192 is "Nex Light" on #rust-gamedev #postmarketos #mobian #fdroid #debian #C #bash |
07:12 | <tarzeau> | claude: what are you trying to package? |
07:14 | <marhas> | boodie: Buster is supported for atleast a year so no rush :D |
07:14 | -!- | phsw [~Philippe@lfbn-bor-1-1183-155.w92-158.abo.wanadoo.fr] has joined #debian |
07:14 | -!- | phsw is "realname" on #debian-next #debian |
07:14 | -!- | gabuscus_ [~quassel@79.114.13.171] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] |
07:14 | -!- | gabuscus [~quassel@79.114.13.171] has joined #debian |
07:14 | -!- | gabuscus is "gabuscus" on #asahi #debian #asahi-dev |
07:18 | <marhas> | When is the next version of firefox-esr coming? |
07:18 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
07:19 | <tarzeau> | marhas: being in experimental, matter of days or weeks |
07:19 | -!- | dawid [~dawid@dawidpotocki.com] has quit [Remote host closed the connection] |
07:19 | -!- | dawid [~dawid@dawidpotocki.com] has joined #debian |
07:19 | -!- | dawid is "Dawid Potocki" on #debian |
07:19 | <marhas> | Awesome |
07:25 | <mechanic> | marhas will still take awhile, as debian most often only replaces firefox-esr when the old esr is not supported anymore |
07:28 | <alex11> | boodie, not every single step, no, but i know what to look for and how the upgrade process generally works; and i upgraded without real issue |
07:29 | -!- | XeryusTC [~XeryusTC@000128e4.user.oftc.net] has joined #debian |
07:29 | -!- | XeryusTC is "XeryusTC" on #openttdcoop.dev #openttd #debian-next #debian #coopetition |
07:31 | <marhas> | mechanic: I see. That makes sense |
07:31 | -!- | toad_ [~toad@eclipse.toselandcs.co.uk] has joined #debian |
07:31 | -!- | toad_ is "Matthew Toseland" on #debian-kde #debian |
07:32 | -!- | free2 [~free2@00029160.user.oftc.net] has joined #debian |
07:32 | -!- | free2 is "☃" on #tor #wmii #awesomewm #vtwm @#debian-swaywmi#debbugs #debian-swaywm #spectrwm #bash-completion #bash #debian-offtopic #debian-next #debian-forums #debian-tech ##linux #Kwort #DeforaOS #privacytech #tkiwitest #garlic #offtopic @#prog #publiclab @#bitbot #mitmproxy #proxallium #help #oftc-hacker @#0FTC #ah-da-dpl @#foofoobar #dakbot #irssi #linux #debian #theoldnet # #suckless #pwmt @#cpp #c++ ##c #C #postgresql @#web @#mariadb #mysql #javascript #java #php |
07:32 | -!- | nyuszika7h [nyuszika7h@cadoth.net] has joined #debian |
07:32 | -!- | nyuszika7h is "nyuszika7h" on #supybot #debian-next #debian |
07:33 | -!- | ozskypeguy_ [~ozskypegu@139-216-115-77.sta.dodo.net.au] has joined #debian |
07:33 | -!- | ozskypeguy_ is "Oz Skype Guy" on #debian |
07:33 | -!- | aaaaaat [~oftc-webi@BSN-142-159-38.dynamic.siol.net] has quit [] |
07:33 | -!- | ozskypeguy_ [~ozskypegu@139-216-115-77.sta.dodo.net.au] has left #debian [] |
07:33 | <alex11> | basically there's a core set of instructions (back up files, change sources.list, apt update, apt upgrade, reboot, apt full-upgrade) and from there you can skim the release notes, mostly involving chapters 4 and 5 |
07:34 | -!- | Tempesta [~Tempesta@0002028b.user.oftc.net] has quit [Quit: See ya!] |
07:34 | <alex11> | many things in chapter 5 ("things to watch out for") won't apply to you but it's good to skim |
07:34 | <vv221> | And it’s actually really quick to skim through ;) The table of contents seems massive because it is very detailed, but this is actually a quick read. |
07:35 | <alex11> | (oh and reboot after apt full-upgrade also) |
07:36 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:6047:c483:95da:cd6f] has quit [Remote host closed the connection] |
07:37 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has joined #debian |
07:37 | -!- | EdePopede is "Ede Popede" on #debian |
07:39 | -!- | RedEagle [~RedEagle@00026ce1.user.oftc.net] has joined #debian |
07:39 | -!- | RedEagle is "Eagle" on #debian #suckless |
07:40 | <alex11> | it was kind of funny when it was half-finished after the initial apt upgrade and i booted into my desktop and had tons of 'FAILED unit' and lightdm wouldn't start etc etc |
07:40 | <alex11> | and then full-upgrade finishes it off and things work properly again |
07:40 | <alex11> | you may as well also do an apt autoremove at the end of the process too |
07:42 | <RedEagle> | i just smoothly upgraded to bullseye . one package tranmission-remote-cli (ncurses client) is not in bullsye..so which cli client is available in repo for transmission-daemon..? |
07:42 | -!- | Tempesta [~Tempesta@0002028b.user.oftc.net] has joined #debian |
07:42 | -!- | Tempesta is "Tempesta" on #debian |
07:43 | <boodie> | another question that bogs me quite a lot: I would like to have (probably purchase) a cloud backup for my linux box, what is the best approach, you reckon? |
07:43 | <vv221> | RedEagle, I switched to something from outside the repos: https://github.com/tremc/tremc.git |
07:43 | <vv221> | It’s mostly a Python 3 port of the previous ncurses client. |
07:43 | <RedEagle> | oh.. yeah. |
07:43 | -!- | janneke [~janneke@2001:980:1b4f:1:2787:4fa:1e9:d75f] has joined #debian |
07:43 | -!- | janneke is "janneke" on #debian |
07:43 | <vv221> | It might be worth a RFP ;) |
07:44 | <RedEagle> | yeahhh 😀 |
07:44 | -!- | Inepu [~mith@46.234.217.137] has quit [Read error: Connection reset by peer] |
07:44 | <RedEagle> | i think bullsye removed many obsolete packages from buster.. |
07:44 | <vv221> | (now I need to remember how to initiate a RFP…) |
07:45 | -!- | Inepu [~mith@137-217-234-46.4all.it] has joined #debian |
07:45 | -!- | Inepu is "realname" on #debian |
07:45 | <vv221> | The Python 2 deprecation probably helped removing more obsolete packages than usual. |
07:45 | <RedEagle> | yeah. really its not very good that tons of pyton2 code has gone to dustbin.. |
07:46 | <raven523> | if the developers didn't bother to port it to python 3 then they probably weren't maintaining it anymore |
07:46 | -!- | giammi [~giammi@62-167-236-20.static.adslpremium.ch] has joined #debian |
07:46 | -!- | giammi is "giammi" on #debian #freedombox |
07:46 | -!- | janneke- [~janneke@2001:980:1b4f:1:2787:4fa:1e9:d75f] has quit [Ping timeout: 480 seconds] |
07:46 | <vv221> | It’s a bit tricky, keeping these packages would have delayed Python 2 drop itself, keeping in mind that it is no longer maintained by upstream (not even on the security front). |
07:47 | -!- | giammi [~giammi@62-167-236-20.static.adslpremium.ch] has quit [Remote host closed the connection] |
07:47 | -!- | giammi_ [~giammi@62-167-236-20.static.adslpremium.ch] has joined #debian |
07:47 | -!- | giammi_ is "giammi" on #debian #freedombox |
07:47 | <vv221> | raven523, maybe in most cases, but not all ;) I’ve seen several maintained projects that could not do the Python 3 port in time. |
07:47 | <RedEagle> | right |
07:47 | <vv221> | Often these are big projects maintained by small teams. |
07:47 | <raven523> | they have had 10 years |
07:48 | -!- | mode/#debian [+l 974] by debhelper |
07:48 | <vv221> | That does not really help. In ten years they might have had other more important tasks. |
07:48 | <raven523> | keeping the software working on modern systems isn't important? |
07:48 | <vv221> | I see you never worked in maintaining software… |
07:49 | <vv221> | This is far from being that easy. |
07:49 | <vv221> | Especially for understaffed open-source projects. |
07:54 | -!- | zeev [~zeev@195.244.23.244] has joined #debian |
07:54 | -!- | zeev is "zeev" on #debian |
07:57 | <boodie> | Hi, pidgin keeps popping up, how do I remove it from automatically loading at start? Many thanks |
08:01 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
08:01 | -!- | namyzarc is "Namyzarc" on #debian |
08:01 | -!- | giammi_ [~giammi@62-167-236-20.static.adslpremium.ch] has quit [Ping timeout: 480 seconds] |
08:01 | <alex11> | i had the same issue with pidgin |
08:02 | <alex11> | don't know what causes it (had it in buster, i mean; subsequently uninstalled) |
08:03 | <boodie> | of course uninstallin is an option |
08:03 | <raven523> | maybe it's xdg-autostart |
08:05 | <boodie> | uninstalled; it was annoying |
08:05 | -!- | toad_ [~toad@eclipse.toselandcs.co.uk] has quit [Ping timeout: 480 seconds] |
08:06 | <raven523> | was there anything in ~/.config/autostart? |
08:06 | <alex11> | i give up on pidgin for now in general, it's not developed enough to be useful and is lacking in xmpp features |
08:07 | -!- | rany [~ranyz@7YZAACE5J.tor-irc.dnsbl.oftc.net] has joined #debian |
08:07 | -!- | rany is "rany" on #tor #oftc #moocows #debian-xfce #debian-next #debian #quetzalcoatl-relays |
08:10 | -!- | mith_ [~mith@137-217-234-46.4all.it] has joined #debian |
08:10 | -!- | mith_ is "realname" on #debian |
08:10 | -!- | Inepu [~mith@137-217-234-46.4all.it] has quit [Read error: No route to host] |
08:10 | -!- | jnavila [~jnavila@82-64-51-39.subs.proxad.net] has joined #debian |
08:10 | -!- | jnavila is "jnavila" on #debian #po4a #debian-next |
08:10 | -!- | giammi_ [~giammi@62-167-236-20.static.adslpremium.ch] has joined #debian |
08:10 | -!- | giammi_ is "giammi" on #freedombox #debian |
08:11 | -!- | czesmir [~stefan@aeeu137.neoplus.adsl.tpnet.pl] has joined #debian |
08:11 | -!- | czesmir is "Stefan" on #linux #debian-next #debian |
08:11 | -!- | giammi_ [~giammi@62-167-236-20.static.adslpremium.ch] has quit [Remote host closed the connection] |
08:12 | <Nei> | try gajim |
08:12 | -!- | boodie [~vladimir@194.36.110.107] has quit [Quit: Leaving] |
08:13 | -!- | diogenes_oftc [~diogenes_@188.208.120.252] has joined #debian |
08:13 | -!- | diogenes_oftc is "Nicolas" on #debian |
08:15 | -!- | mith_ [~mith@137-217-234-46.4all.it] has quit [Read error: No route to host] |
08:18 | <alex11> | i do use gajim |
08:18 | -!- | czesmir_ [~stefan@aecw129.neoplus.adsl.tpnet.pl] has quit [Ping timeout: 480 seconds] |
08:18 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
08:21 | -!- | _0bitcount [~BigByte@90.162.104.165] has joined #debian |
08:21 | -!- | _0bitcount is "realname" on #debian #alpine-linux #suckless |
08:23 | <alex11> | this is not to say there aren't other protocols other than xmpp and so therefore pidgin is useless, just that i don't feel it's currently in a very good spot and i don't use those other protocols anyway |
08:23 | -!- | Inepu [~mith@137-217-234-46.4all.it] has joined #debian |
08:23 | -!- | Inepu is "realname" on #debian |
08:23 | -!- | ZenWalker [~r00t@zenwalker.user.oftc.net] has joined #debian |
08:23 | -!- | ZenWalker is "A World Out Of Balance" on #debian #mobian |
08:23 | <vv221> | It looks like fasttrack.debian.net is not reachable right now, I get a systematic time-out. |
08:25 | -!- | fax [~quassel@78-27-102-55.bb.dnainternet.fi] has joined #debian |
08:25 | -!- | fax is "fax" on #linux #OpenBSD #debian #zabbix #oftc #java #fdroid |
08:27 | <_0bitcount> | Hi. I've found that, in the Live DVDs (Xfce, Lxqt) of Bullseye there are only Spanish and Italian versions of the Debian Reference, but not English ones. Is that by design? |
08:29 | -!- | dvs [~hibbard@00012127.user.oftc.net] has joined #debian |
08:29 | -!- | dvs is "realname" on #debian |
08:30 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:7f11:e3ee:d2f8:5f33] has joined #debian |
08:30 | -!- | Ericounet is "realname" on #debian #freedombox |
08:33 | -!- | Inepu [~mith@137-217-234-46.4all.it] has quit [Read error: Connection reset by peer] |
08:34 | -!- | jfoy [~jfoy@c-67-168-110-181.hsd1.wa.comcast.net] has joined #debian |
08:34 | -!- | jfoy is "jfoy" on #debian #alpine-linux #debian-offtopic #alpine-offtopic |
08:35 | -!- | diogenes_oftc [~diogenes_@188.208.120.252] has quit [Quit: vergissmeinnicht] |
08:37 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has quit [Ping timeout: 480 seconds] |
08:37 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has quit [Remote host closed the connection] |
08:40 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
08:40 | -!- | bittin is "realname" on @#debcamp2021 #debian-next #debian-installer @#debcamp #debian |
08:41 | -!- | richard_h [~richard@2406:e001:8:a900:6e62:6dff:fe05:ae29] has quit [Quit: Leaving.] |
08:42 | -!- | lonewulf` [~lonewulf@00020897.user.oftc.net] has quit [Quit: leaving] |
08:42 | -!- | jfoy [~jfoy@c-67-168-110-181.hsd1.wa.comcast.net] has quit [Ping timeout: 480 seconds] |
08:43 | -!- | wvdakker [~wvdakker@0002ab65.user.oftc.net] has joined #debian |
08:43 | -!- | wvdakker is "wvdakker" on #debian |
08:44 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
08:44 | -!- | ole_ is "realname" on #debian |
08:48 | -!- | alex11 [~alex11@bras-base-mtrlpq5302w-grc-31-76-70-61-139.dsl.bell.ca] has quit [Remote host closed the connection] |
08:50 | -!- | trylam [~estelle@2a01:e0a:95:5d90:468a:5bff:fe43:8419] has joined #debian |
08:50 | -!- | trylam is "PEREZ Estelle" on #debian |
08:50 | -!- | eyesomephilomath [~eyesome@194-166-70-241.hdsl.highway.telekom.at] has joined #debian |
08:50 | -!- | eyesomephilomath is "realname" on #debian |
08:52 | -!- | trylam [~estelle@2a01:e0a:95:5d90:468a:5bff:fe43:8419] has quit [] |
08:54 | -!- | trylam [~estelle@2a01:e0a:95:5d90:468a:5bff:fe43:8419] has joined #debian |
08:54 | -!- | trylam is "PEREZ Estelle" on #debian |
08:54 | -!- | amacater [~amacater@77.97.174.253] has joined #debian |
08:54 | -!- | amacater is "realname" on #debian #debian-live #debian-raspberrypi #debian-wsl |
08:55 | <another> | hey, when will bookworm dev begin? |
08:56 | <bittin> | later today or during next week |
08:57 | <another> | meaning packages from experimental can start migrating to testing? |
09:01 | -!- | EmleyMoor [42b789682f@00014da8.user.oftc.net] has quit [Quit: Gateway shutdown] |
09:01 | -!- | Whitemoor [aeeb3cda36@firthpark.tinsleyviaduct.com] has quit [Quit: Gateway shutdown] |
09:01 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
09:01 | -!- | namyzarc is "Namyzarc" on #debian |
09:02 | -!- | Inepu [~mith@137-217-234-46.4all.it] has joined #debian |
09:02 | -!- | Inepu is "realname" on #debian |
09:02 | -!- | alex11 [~alex11@bras-base-mtrlpq5302w-grc-31-76-70-61-139.dsl.bell.ca] has joined #debian |
09:02 | -!- | alex11 is "your worst nightmare" on #bitlbee #debian-next #debian |
09:03 | -!- | jezebel [jasabella@nxdoma.in] has joined #debian |
09:03 | -!- | jezebel is "something wicked this way comes" on #debian |
09:04 | -!- | jezebel is now known as Guest4423 |
09:04 | -!- | mith_ [~mith@137-217-234-46.4all.it] has joined #debian |
09:04 | -!- | mith_ is "realname" on #debian |
09:04 | -!- | Inepu [~mith@137-217-234-46.4all.it] has quit [Read error: Connection reset by peer] |
09:04 | <tarzeau> | another: they required an upload to unstable |
09:04 | <tarzeau> | another: experimental never migrates |
09:04 | -!- | user [~user@4G4AACVBM.tor-irc.dnsbl.oftc.net] has joined #debian |
09:04 | -!- | user is "realname" on #debian |
09:05 | -!- | user is now known as Guest4424 |
09:06 | -!- | Tj [~soggy@2a01:7e00:e001:ee00:fa75:a4ff:fef3:42b4] has joined #debian |
09:06 | -!- | Tj is "soggy" on #debian #virt #turris #linode #debian-next |
09:06 | <another> | Ah, I see. I guess uploads can be made soon? |
09:06 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has joined #debian |
09:06 | -!- | CaCO3 is "realname" on #debian-next #debian |
09:07 | <Guest4423> | i just upgraded debian to bullseye and it installed libffi7 which firefox-esr is dependent on, but i can't remove libffi6 without apt also wanting to remove firefox-esr? |
09:07 | -!- | eyesomephilomath [~eyesome@194-166-70-241.hdsl.highway.telekom.at] has quit [Quit: Leaving] |
09:07 | -!- | Guest4424 [~user@4G4AACVBM.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
09:08 | -!- | mode/#debian [+l 982] by debhelper |
09:08 | <grove> | !bat |
09:08 | <dpkg> | [Basic Apt* Troubleshooting]. To diagnose your problem, we need ALL OF THE FOLLOWING information: 1. complete output of your apt-get/apt/aptitude run (including the command used) 2. output from "apt-cache policy pkg1 pkg2..." for ALL packages mentioned ANYWHERE in the problem, and 3. "apt-cache policy". Use https://paste.debian.net/ to provide us with this information. Also ask me about <localized errors>. |
09:08 | -!- | teisbd [66b62e1f@107.161.19.109] has joined #debian |
09:08 | -!- | teisbd is "[https://kiwiirc.com] teisbd" on #debian |
09:09 | <vv221> | firefox-esr/bullseye should install nicely without libffi6. libffi6 is actually not part of Bullseye. |
09:09 | <Guest4423> | yeah that's my understandig |
09:10 | <vv221> | If you share the output of `apt install -s firefox-esr/bullseye libffi6-` we might see what is causing the issue. |
09:10 | <teisbd> | Hello all. Did 'apt dist-upgrade' from 10 to 11, been stuck on 'Setting up shared-mime-info' forever, like 30 mins. Is that normal? Cannot change vt or anything... |
09:11 | <vv221> | teisbd, 30 minutes is unexpected, even on a very old computer. |
09:11 | <teisbd> | Safe to ctrl-c? |
09:12 | <TobiX> | Guest4423: If you have aptitude, try "aptitude why libffi6" |
09:12 | <Guest4423> | oh i know why now hah |
09:12 | <vv221> | teisbd, not 100% safe, but probably better than staying stuck. |
09:12 | <Guest4423> | firefox-esr in buster is newer than firefox-esr in bullseye |
09:12 | <tepozoa> | I just upgraded a basic cloud server and libff6 doesn't get into the autoremove |
09:13 | <Guest4423> | so firefox-esr doesn't get upgraded with bullseye upgrade |
09:13 | <vv221> | Oh, that’s a tricky one! |
09:13 | <teisbd> | vv221: thanks |
09:13 | <Guest4423> | so i'm still running firefox-esr from buster which is dependent on libffi6 |
09:14 | -!- | earthundead [~earthunde@188.170.78.18] has joined #debian |
09:14 | -!- | earthundead is "realname" on #debian |
09:14 | -!- | teisbd [66b62e1f@107.161.19.109] has left #debian [] |
09:14 | <TobiX> | Guest4423: There should be a newer version in bullseye-security?!? |
09:15 | <TobiX> | ,v firefox-esr |
09:15 | <judd> | Package: firefox-esr on amd64 -- stretch-updates: 60.6.3esr-1~deb9u1; stretch: 68.10.0esr-1~deb9u1; stretch-proposed-updates: 68.10.0esr-1~deb9u1; stretch-security: 68.10.0esr-1~deb9u1; buster: 78.11.0esr-1~deb10u1; buster-proposed-updates: 78.12.0esr-1~deb10u1; bookworm: 78.12.0esr-1; bullseye: 78.12.0esr-1; buster-security: 78.13.0esr-1~deb10u1; bullseye-proposed-updates: |
09:15 | <judd> | 78.13.0esr-1~deb11u1; bullseye-security: 78.13.0esr-1~deb11u1; sid: 78.13.0esr-1; experimental: 91.0esr-1 |
09:15 | <vv221> | The bullseye-security version is not visible yet on https://packages.debian.org/bullseye/firefox-esr |
09:15 | <vv221> | So maybe it is still on its way. |
09:16 | <TobiX> | Guest4423: Did you fix the security repo in sources.list? https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#security-archive |
09:16 | <Guest4423> | i saw a message about there isn't a release file for bullseye security |
09:16 | <tepozoa> | same here |
09:16 | <Guest4423> | so yeah i need to update my sources.list i think |
09:16 | <tepozoa> | I'm on Linode, possible their mirror isn't up to date yet |
09:17 | <TobiX> | vv221: But the package IS in the security-repository |
09:17 | <TobiX> | Maybe their mirror fell over the repository rename? |
09:17 | <tepozoa> | http://mirrors.linode.com/debian-security/dists/ |
09:18 | <tepozoa> | E: The repository 'http://mirrors.linode.com/debian-security bullseye/updates Release' does not have a Release file. |
09:18 | <vv221> | OK, maybe the packages.debian.org pages have a bit of a delay when picking up security updates. |
09:18 | <vv221> | tepozoa, see the link TobiX shared a couple messages ago ;) |
09:18 | <tepozoa> | I'm still curious about why I have libffi6 still installed |
09:18 | <tepozoa> | this is a bare bones cloud server, and if I apt-get remove it, it'll come out just fine |
09:18 | <TobiX> | Again, CHECK YOUR SECURITY LINES IN SOURCES.LIST |
09:19 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
09:19 | <TobiX> | It's NOT bullseye/updates anymore |
09:19 | <Guest4423> | the repo name has chnged haha |
09:19 | <tepozoa> | roger that boss |
09:19 | <Guest4423> | https://wiki.debian.org/SourcesList?action=diff&rev2=33&rev1=32 |
09:20 | <TobiX> | See my link to the release notes, it's right there :D |
09:20 | <Guest4423> | thanks |
09:20 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has joined #debian |
09:20 | -!- | jdmark is "jdmark" on #postmarketos-porting #postmarketos #tor-project #tor-dev #debian #tor |
09:20 | -!- | choozy [~choozy@75-63-174-82.ftth.glasoperator.nl] has joined #debian |
09:20 | -!- | choozy is "Choozy V" on #mobian #debian |
09:20 | <Guest4423> | i just %s// my sources.list lol |
09:20 | <TobiX> | The Linode mirror is actually correct and up-to-date |
09:21 | <Guest4423> | this new naming is nicer anyways, i always get foo/updates and foo-updates confussed |
09:21 | <TobiX> | They use the offical mirror script, as can be seen in http://mirrors.linode.com/debian-security/project/trace/ |
09:22 | <tepozoa> | so back to libffi6 - what technique can I use to understand why it's not being triggered as an autoremove package? |
09:22 | <tepozoa> | the policy and madison seem to be OK |
09:22 | <TobiX> | Yeah, it's absolutly more consistent, but I think it will trip up many people in the coming days :/ |
09:22 | -!- | choozy [~choozy@75-63-174-82.ftth.glasoperator.nl] has quit [] |
09:22 | -!- | format_c [~format_c@0002ca8c.user.oftc.net] has joined #debian |
09:22 | -!- | format_c is "Alexander Koeppe" on #debian |
09:23 | <TobiX> | tepozoa: Maybe it was marked as manually installed sometimes? |
09:23 | -!- | format_c [~format_c@0002ca8c.user.oftc.net] has left #debian [] |
09:23 | -!- | EmleyMoor [42b789682f@00014da8.user.oftc.net] has joined #debian |
09:23 | -!- | EmleyMoor is "Phil Reynolds" on #debian |
09:24 | <TobiX> | tepozoa: Does "apt-mark showmanual | grep ffi" list the package? |
09:24 | <tepozoa> | yeah, it is - along with like 200 other packages. It must be the way Linode builds their images |
09:24 | -!- | YuGiOhJCJ [~YuGiOhJCJ@00021b1f.user.oftc.net] has quit [Quit: YuGiOhJCJ] |
09:24 | <EmleyMoor> | Just upgraded my comms box, and the phone has a dialtone... nothing serious amiss with it now, just a few "outside Debian" packages to restore and some starting up to check out. |
09:24 | <alex11> | yeah, foo\updates is honestly just confusing; foo-security is better |
09:25 | -!- | tagomago [~tagomago@47.61.249.120] has quit [Ping timeout: 480 seconds] |
09:26 | <TobiX> | tepozoa: I normally use aptitude to mass-mark sections as "automatically installed" if I come across systems which such problems. For example, you can "sudo aptitude markauto ~i~slibs" to mark all libraries as automatically installed |
09:26 | <xormor> | this shows that security.debian.org/... bullseye-security has an InRelease file: http://security.debian.org/debian-security bullseye-security InRelease [44,1 kB] |
09:26 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has quit [Quit: Leaving] |
09:26 | <xormor> | deb.debian.org bullseye/security did not show InRelease |
09:27 | <TobiX> | xormor: That is correct, deb.debian.org doesn't have the security suite in the root |
09:27 | <tepozoa> | yeah so I ended up with a handful of packages like this (installed from buster, not in bullseye) on this Linode image: https://pb.envs.net/?46101873680a78cc#GSrDbfWo95ML8RW7G5nrof8y8rpoDSWfz4YpHQjxoS5R |
09:27 | <vv221> | TobiX, since we still have people getting issues with the `su -l` change with Buster, I think your "in the coming days" is a bit optimistic ;) |
09:27 | -!- | jnavila [~jnavila@82-64-51-39.subs.proxad.net] has quit [Ping timeout: 480 seconds] |
09:28 | <TobiX> | vv221: ¯\_(ツ)_/¯ |
09:29 | <TobiX> | I don't know who can change dpkg's factoids, but I think we need a factoid for the bullseye-security change :D |
09:30 | -!- | mzf [~mzf@0002ab8d.user.oftc.net] has joined #debian |
09:30 | -!- | mzf is "realname" on #salsaci #debian-next #debian-offtopic #debian-hpc #minidebconf-online #mini-DebConf-fr #debian |
09:30 | <grove> | I don't remember the syntax, but I think almost everybody can make dpkg remember something |
09:30 | <TobiX> | The factoid "security" has the correct stanza |
09:31 | <grove> | !security |
09:31 | <dpkg> | Put "deb http://deb.debian.org/debian-security bullseye-security main contrib non-free" in your /etc/apt/sources.list file to keep up-to-date on security updates in <stable>. Run "apt update" and "apt upgrade" (or "apt full-upgrade" if the updates are kept back). Also ask me about <dsa>, <security backports>, <oldstable security>, <testing security>, <unstable security>, <browser security>. |
09:31 | <TobiX> | !bullseye/updates |
09:31 | <dpkg> | There is no "bullseye/updates" repository for security updates. To reduce confusion with <bullseye-updates> (which is for other bug fixes), security updates are distributed via the <bullseye-security> repository "deb http://deb.debian.org/debian-security bullseye-security main". Note that you may also need to adjust your Default-Release and pinning settings for apt. |
09:31 | <TobiX> | ;) |
09:31 | <TobiX> | Somebody already wrote it |
09:32 | <alex11> | yeah this isn't going to get confusing at all :D |
09:32 | <alex11> | people not installing security updates for 6 months |
09:33 | <TobiX> | alex11: :'( |
09:34 | -!- | futune [~futune@2a04:981:3f00:900::bad] has quit [Remote host closed the connection] |
09:34 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
09:34 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
09:35 | <TobiX> | It's the classic "I'll just do 'sed -i s/buster/bullseye/ sources.list' and be done with it" update-style which will get people in this situation :/ |
09:35 | -!- | futune [~futune@2a04:981:3f00:900::bad] has joined #debian |
09:35 | -!- | futune is "realname" on #debian #alpine-linux #postmarketos |
09:35 | -!- | bittin_ [~luna@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
09:35 | -!- | bittin_ is "Luna" on #debcamp2021 #debcamp #debian |
09:35 | <alex11> | release notes exist for a reason |
09:37 | <vv221> | I would say that people skipping the release notes kind of deserve the security holes… But maybe I’m a bit cynic. |
09:38 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
09:38 | -!- | thiras is "Ant Somers" on #tor #debian |
09:39 | <tarzeau> | TobiX: i'm that sort of guy, sed :) |
09:39 | <tarzeau> | but i'm aware that security url changed |
09:40 | <alex11> | it wouldn't have helped me anyway because i had to remove buster-backports |
09:40 | -!- | hendursa1 [~weechat@4G4AACUZS.tor-irc.dnsbl.oftc.net] has quit [] |
09:40 | -!- | hendursaga [~weechat@7YZAACE8V.tor-irc.dnsbl.oftc.net] has joined #debian |
09:40 | -!- | hendursaga is "weechat" on #consfigurator #wayland #robigalia #debian #postmarketos #kernelnewbies |
09:41 | <alex11> | though tbf i suppose you could use sed for that too |
09:41 | <alex11> | i have bullseye-backports in my sources |
09:45 | -!- | AndroUser2 [~androirc@188.188.214.204] has joined #debian |
09:45 | -!- | AndroUser2 is "Android IRC Client" on #debian |
09:49 | <FLD> | i thought security updates come via security.debian.org rather than deb.debian.org |
09:49 | <themill> | security.d.o just points to deb.d.o |
09:50 | -!- | earthundead [~earthunde@188.170.78.18] has quit [Remote host closed the connection] |
09:51 | <TobiX> | themill: Oh, really? I see that both are hosted by fastly, but have different content?!? |
09:53 | <themill> | different URLs give different data |
09:55 | -!- | JanC [~janc@0001178b.user.oftc.net] has quit [Quit: 'k zien d'r mee weh zi] |
09:55 | -!- | JanC [~janc@2a02:578:85fd:500:e8c1:1440:6334:eff9] has joined #debian |
09:55 | -!- | JanC is "Jan Claeys" on #fdroid #linux #ceph #C #virt #tor #xonsh #quodlibet #ext4 #debian |
09:58 | -!- | ChmEarl [~prymar56@0002b86c.user.oftc.net] has joined #debian |
09:58 | -!- | ChmEarl is "Mark Pryor" on #packaging #virt #debian |
09:58 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has quit [Remote host closed the connection] |
09:58 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
09:58 | -!- | bittin is "realname" on #debian #debcamp #debian-next #debcamp2021 |
10:00 | -!- | k4ck0 [~k4ck0@177.185.178.120] has joined #debian |
10:00 | -!- | k4ck0 is "realname" on #debian |
10:00 | -!- | k4ck0 [~k4ck0@177.185.178.120] has left #debian [] |
10:01 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
10:02 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
10:02 | -!- | namyzarc is "Namyzarc" on #debian |
10:05 | <jkc> | Cache expiry, probably. |
10:08 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
10:08 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
10:08 | -!- | futune [~futune@2a04:981:3f00:900::bad] has quit [Ping timeout: 480 seconds] |
10:12 | -!- | free2 [~free2@00029160.user.oftc.net] has quit [Ping timeout: 480 seconds] |
10:15 | -!- | izh [~izh@000289c0.user.oftc.net] has joined #debian |
10:15 | -!- | izh is "Denis" on #debian-next #debian-devel-changes #debian |
10:18 | <tarzeau> | i thought it'd be a good idea to do the ugprade, and i keep getting several "Failed to reload daemon: No buffer space available" |
10:19 | <yang> | Is prefered method to upgrade to bullseye from buster, to sync all latest packages for buster first, and then initiate and sync the upgrade to bullseye |
10:19 | <yang> | ? |
10:19 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Ping timeout: 480 seconds] |
10:19 | <tarzeau> | i'm doing the minimal then full as written at https://www.debian.org/releases/bullseye/mips64el/release-notes/ch-upgrading.en.html#minimal-upgrade |
10:19 | <themill> | yes, always best to have a fully upgraded buster first |
10:22 | -!- | bertbob [~bertbob@00012c9b.user.oftc.net] has quit [Read error: Connection reset by peer] |
10:23 | <yang> | usually I wait for a week or two, that the "errors" get fixed and then usually the upgrade is smoother |
10:23 | -!- | AndroUser2 [~androirc@188.188.214.204] has quit [Ping timeout: 480 seconds] |
10:24 | <tarzeau> | i keep getting that line of error msg seems in an endless loop, no reaction to ctrl-c so far |
10:24 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has joined #debian |
10:24 | -!- | jpw is "..." on #debian-offtopic #debian |
10:25 | <tarzeau> | ok ctrl-z worked, retrying it tells me can't find ldconfig. great |
10:25 | <themill> | yang: nothing is likely to change in the next week or two |
10:27 | -!- | dashs [~dashs@dashs.denver.co.us] has joined #debian |
10:27 | -!- | dashs is "realname" on #debian |
10:27 | <tarzeau> | ok apt failed badly. apt-get to the rescue. stupid me, telling in here last stable release i was still using apt-get, been told, that's wrong apt is the way. should have sticked to what has worked 20 years |
10:30 | <themill> | umm... there's no difference? |
10:30 | <tarzeau> | well apt said it can't find ldconfig and aborted, like 2-5 lines of yellow and red text |
10:31 | -!- | filePeter [~filePeter@ip1f123cf7.dynamic.kabel-deutschland.de] has joined #debian |
10:31 | -!- | filePeter is "PeterM" on #debian |
10:31 | <Nei> | was that on apt upgrade or apt full-upgrade? |
10:31 | <tarzeau> | that is quite a difference.. that was apt upgrade --without-new-pkgs |
10:31 | <themill> | I don't think the colours are the issue |
10:32 | <tarzeau> | the original error message encountered somehintg with /etc/rc* looking it up on google, lead to systemd |
10:32 | <crawler> | tarzeau is the upgrade session recorded? |
10:32 | <tarzeau> | crawler: nope |
10:32 | <crawler> | can you paste the error messages? |
10:33 | <tarzeau> | maybe it should be autorecorded, auto scripted by zeroconfig... |
10:33 | <tarzeau> | it's in a screen, can't scroll back |
10:33 | <crawler> | no it is not auto recorded |
10:33 | <themill> | why would it be autorecorded when the release notes quite cleverly tell you to use script... |
10:33 | <crawler> | you can scroll back in screen using CTRL+A then press ESC, using pageup and pagedown keys |
10:34 | <Nei> | --but only a certain amount of history |
10:34 | <Guest4423> | isn't that what /var/log/apt/term.log is for? |
10:34 | -!- | user__ [~user@7YZAACFAM.tor-irc.dnsbl.oftc.net] has joined #debian |
10:34 | -!- | user__ is "user" on #debian |
10:34 | <TobiX> | Well, there is /var/log/apt/term.log, but I don't know how complete it is |
10:35 | <tarzeau> | it started with 10fd9f051accb6fd1f753f2d48371890 /etc/rc.local.dpkg-old |
10:35 | <tarzeau> | TobiX: thanks, that exists, and it has everything |
10:35 | -!- | TheCreeper [~TheCreepe@000209ab.user.oftc.net] has joined #debian |
10:35 | -!- | TheCreeper is "realname" on #debian |
10:36 | -!- | dvs [~hibbard@00012127.user.oftc.net] has quit [Remote host closed the connection] |
10:37 | -!- | fangfufu [~fangfufu@mail.fangfufu.co.uk] has joined #debian |
10:37 | -!- | fangfufu is "Fufu Fang" on #debian |
10:38 | <fangfufu> | I am on Debian Bullseye. I am on KDE. Is there a way to change mouse scroll speed? |
10:38 | <crawler> | bbbbbbbbbbbbbbbbbbbbbbb |
10:38 | <crawler> | . |
10:38 | <crawler> | 1 |
10:38 | -!- | debalance [~quassel@2a02:908:1080:9040:201:2eff:fe70:36f] has joined #debian |
10:38 | -!- | debalance is "Philipp Huebner" on #debian #debian-devel-changes |
10:39 | <crawler> | apologies |
10:39 | <fangfufu> | I read this: https://www.reddit.com/r/kde/comments/id6nzg/any_way_to_increase_mouse_scroll_speed/, but is there a proper workaround, other than install imwheel? |
10:39 | <ens> | i'm trying to install debian 11 on my HP zbook 15 G3, i boot into the bullseye dvd iso that i put onto usb... the installer gets to 'Detect network hardware' and lists a bunch of necessary firmware files it wants to load. When i select 'Load missing firmware from removeable media?'==Yes and then hit continue it just brings me back to the same menu |
10:40 | <ens> | i have the feeling that perhaps those files might not be on the iso image. |
10:40 | <ens> | but i am not sure how to check or confirm. |
10:40 | <crawler> | does your network hardware require non-free firmware files? |
10:40 | -!- | izh [~izh@000289c0.user.oftc.net] has quit [Quit: Leaving] |
10:41 | <ens> | yeah that's what it says |
10:42 | -!- | hohl [~hohl@static-46-102-157-66.vie.alwyzon.net] has joined #debian |
10:42 | -!- | hohl is "hohl" on #debian |
10:42 | -!- | proxima [~libre@4G4AACVEJ.tor-irc.dnsbl.oftc.net] has joined #debian |
10:42 | -!- | proxima is "libre" on #debian |
10:42 | -!- | tagomago [~tagomago@47.61.249.120] has joined #debian |
10:42 | -!- | tagomago is "Tagomago" on #debian |
10:42 | <crawler> | non-free firmware files are not included in the standard iso images, you have to download an iso image that includes them from here https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.0.0+nonfree/amd64/bt-dvd/ |
10:43 | <crawler> | however if you know the exact required files, place them in a USB stick, then mount it, then proceed with installation |
10:43 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:cfb:411f:8f95:89f9] has joined #debian |
10:43 | -!- | BrianG61UK is "Brian G. (in England)" on #linux-media #debian-raspberrypi #debian |
10:43 | <ens> | thanks crawler |
10:43 | -!- | rythmyft [~Thunderbi@125.235.132.119] has joined #debian |
10:43 | -!- | rythmyft is "rythmyft" on #debian |
10:43 | <crawler> | np |
10:44 | -!- | rythmyft [~Thunderbi@125.235.132.119] has quit [] |
10:44 | -!- | bertbob [~bertbob@67-2-54-184.slkc.qwest.net] has joined #debian |
10:44 | -!- | bertbob is "Bert" on #debian #debian-next |
10:45 | -!- | BrianG61UK_ [~BrianG61U@2a02:8010:66b7:dddd:e5d0:36e1:dc57:f933] has joined #debian |
10:45 | -!- | BrianG61UK_ is "Brian G. (in England)" on #linux-media #debian-raspberrypi #debian |
10:45 | -!- | SZO [~anon@192.30.89.67] has quit [Quit: Lost terminal] |
10:47 | -!- | flammenwerfer [~flammenwe@4G4AACVES.tor-irc.dnsbl.oftc.net] has joined #debian |
10:47 | -!- | flammenwerfer is "user" on #debian |
10:47 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
10:48 | -!- | mode/#debian [+l 992] by debhelper |
10:49 | -!- | libre [~libre@4G4AACVEU.tor-irc.dnsbl.oftc.net] has joined #debian |
10:49 | -!- | libre is "libre" on #debian |
10:50 | -!- | chipox [~chipox@59.165.134.77.rev.sfr.net] has joined #debian |
10:50 | -!- | chipox is "realname" on #debian |
10:51 | -!- | deruni [~deruni@95.10.237.53] has joined #debian |
10:51 | -!- | deruni is "realname" on #debian |
10:52 | -!- | gumpdano [gumpdano@triton.blinkenshell.org] has joined #debian |
10:52 | -!- | gumpdano is "Na" on #debian #nluug.de |
10:52 | -!- | Nekhrist [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has joined #debian |
10:52 | -!- | Nekhrist is "realname" on #debian #debian-br |
10:52 | -!- | proxima [~libre@4G4AACVEJ.tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
10:53 | -!- | Nekhrist is now known as Guest4434 |
10:53 | -!- | deruni [~deruni@95.10.237.53] has left #debian [] |
10:54 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has joined #debian |
10:54 | -!- | namyzarc is "Namyzarc" on #debian |
10:56 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has quit [Ping timeout: 480 seconds] |
10:56 | -!- | otisolsen70 [~otisolsen@xd4ed80b5.cust.hiper.dk] has joined #debian |
10:56 | -!- | otisolsen70 is "realname" on #vbox #bash #debian-nordic #debian #packaging |
10:57 | -!- | Guest4434 [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has quit [] |
10:57 | -!- | rfm [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has joined #debian |
10:57 | -!- | rfm is "realname" on #debian #debian-br |
10:58 | -!- | rfm [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has quit [] |
10:58 | -!- | Poseddon [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has joined #debian |
10:58 | -!- | Poseddon is "Rafael Poseddon" on #debian #debian-br |
10:58 | -!- | SZO [~anon@192.30.89.67] has joined #debian |
10:58 | -!- | SZO is "anon" on #debian-next #debian |
10:58 | <EmleyMoor> | Third box upgrading - 1736 packages to deal with on that one |
10:59 | -!- | Poseddon [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has quit [] |
10:59 | -!- | chipox [~chipox@59.165.134.77.rev.sfr.net] has quit [Quit: Leaving] |
10:59 | -!- | Poseddon [~Nekhrist@2804:14c:4e6:83a1:8167:e958:f501:7735] has joined #debian |
10:59 | -!- | Poseddon is "Rafael Poseddon" on #debian #debian-br |
11:00 | -!- | SZO [~anon@192.30.89.67] has quit [] |
11:00 | -!- | chipox [~chipox@59.165.134.77.rev.sfr.net] has joined #debian |
11:00 | -!- | chipox is "realname" on #tor #fdroid #debian |
11:01 | -!- | thiras [~thiras@24.133.81.19] has quit [Remote host closed the connection] |
11:01 | -!- | Poseddon is now known as Nekhrist |
11:02 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
11:02 | <amacater> | ens: If you have wired Ethernet available to you, you may find that it "just works" if the machine has an Ethernet adapter. |
11:02 | -!- | SZO [~anon@192.30.89.67] has joined #debian |
11:02 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
11:02 | -!- | SZO is "anon" on #debian-next #debian |
11:02 | -!- | Nekhrist is "Rafael Poseddon" on #debian #debian-br |
11:02 | <amacater> | Quite a lot of chipsets complain about wanting Realtek firmware but work nonetheless |
11:04 | <ens> | in fact it does have an ethernet adapter. however i am in a strange place that doesn't have the necessary cable to be found anywhere. |
11:05 | -!- | kathenas [~kathenas@94.14.40.225] has quit [Quit: Leaving] |
11:05 | -!- | libre [~libre@4G4AACVEU.tor-irc.dnsbl.oftc.net] has quit [Quit: Konversation terminated!] |
11:05 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
11:05 | -!- | thiras is "Ant Somers" on #debian #tor |
11:05 | -!- | TheSilentLink [~TheSilent@00021ea9.user.oftc.net] has quit [Ping timeout: 480 seconds] |
11:08 | -!- | kathenas [~kathenas@94.14.40.225] has joined #debian |
11:08 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
11:09 | -!- | flammenwerfer [~flammenwe@4G4AACVES.tor-irc.dnsbl.oftc.net] has quit [Quit: flammenwerfer] |
11:09 | -!- | user__ [~user@7YZAACFAM.tor-irc.dnsbl.oftc.net] has quit [Quit: user__] |
11:10 | -!- | debalance [~quassel@00017b9a.user.oftc.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
11:10 | -!- | zeev [~zeev@195.244.23.244] has quit [Quit: zeev] |
11:12 | -!- | filePeter [~filePeter@0002b1f8.user.oftc.net] has quit [Quit: leaving] |
11:12 | -!- | filePeter [~filePeter@ip1f123cf7.dynamic.kabel-deutschland.de] has joined #debian |
11:12 | -!- | filePeter is "PeterM" on #debian |
11:14 | <Guest4423> | font rendering in X appears to have changed between buster and bullseye, is this to do with pango or some other package? |
11:14 | <Guest4423> | font rendering in X appears to have changed between buster and bullseye, is this to do with pango or some other package? |
11:14 | <Guest4423> | oops |
11:15 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has joined #debian |
11:15 | -!- | jdmark is "jdmark" on #postmarketos-porting #postmarketos #tor-project #tor-dev #debian #tor |
11:15 | -!- | Nekhrist_ [~Nekhrist@201.82.33.86] has joined #debian |
11:15 | -!- | Nekhrist_ is ""Rafael Poseddon"" on #debian-br #debian |
11:15 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has quit [Ping timeout: 480 seconds] |
11:15 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [Quit: Leaving] |
11:16 | -!- | Nekhrist_ [~Nekhrist@201.82.33.86] has quit [] |
11:16 | -!- | Nekhrist [~Nekhrist@201.82.33.86] has joined #debian |
11:16 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:16 | -!- | rany [~ranyz@000230e5.user.oftc.net] has quit [Remote host closed the connection] |
11:17 | -!- | ydbi [~ydbi@0002957c.user.oftc.net] has joined #debian |
11:17 | -!- | ydbi is "..." on #tor #debian |
11:18 | -!- | starblue [~juergen@dslb-178-006-089-042.178.006.pools.vodafone-ip.de] has quit [Quit: WeeChat 2.3] |
11:18 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
11:19 | -!- | Nekhrist [~Nekhrist@201.82.33.86] has joined #debian |
11:19 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:19 | -!- | moldorcoder7_ [~moldorcod@37.120.143.28] has quit [Ping timeout: 480 seconds] |
11:19 | -!- | Nekhrist is now known as Guest4435 |
11:20 | -!- | Redentor [~armando@2600:3c01:e000:20c:26a:b4b9:9a0e:e249] has joined #debian |
11:20 | -!- | Redentor is "realname" on #linode #debian-next #debian-mx #debian |
11:21 | -!- | Guest4435 is now known as Nekhrist |
11:21 | -!- | rany [~ranyz@de1.hashbang.sh] has joined #debian |
11:21 | -!- | rany is "rany" on #tor #oftc #moocows #debian-xfce #debian-next #debian #quetzalcoatl-relays |
11:24 | -!- | martin [~martin@130.204.14.159] has joined #debian |
11:24 | -!- | martin is "realname" on #debian |
11:24 | -!- | crazyfrog [~crazyfrog@2001:4bc9:a42:887a:f8e7:30fe:ccf1:3b95] has quit [Quit: Leaving] |
11:24 | -!- | martin is now known as Guest4437 |
11:25 | -!- | chipox [~chipox@59.165.134.77.rev.sfr.net] has quit [Quit: Leaving] |
11:25 | -!- | jdmark_ [~jdmark@67.8.137.130] has joined #debian |
11:25 | -!- | jdmark_ is "jdmark" on #tor #debian #postmarketos #postmarketos-porting |
11:25 | -!- | chipox [~chipox@185.45.15.217] has joined #debian |
11:25 | -!- | chipox is "realname" on #tor #fdroid #debian |
11:25 | -!- | aPpYe [~appye@206.162.236.38] has joined #debian |
11:25 | -!- | aPpYe is "realname" on #debian |
11:27 | -!- | Xaldafax [~xaldafax@cpe-198-72-160-101.socal.res.rr.com] has joined #debian |
11:27 | -!- | Xaldafax is "X" on #linux #debian #tor-project #tor |
11:27 | -!- | aPpYe [~appye@206.162.236.38] has quit [] |
11:27 | -!- | Guest4437 [~martin@130.204.14.159] has quit [] |
11:27 | -!- | user__ [~user@13.201.159.143.dyn.plus.net] has joined #debian |
11:27 | -!- | user__ is "user__" on #debian |
11:29 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [Quit: leaving] |
11:29 | -!- | Nekhrist [~Nekhrist@201.82.33.86] has joined #debian |
11:29 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:29 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
11:29 | -!- | SZO [~anon@192.30.89.67] has quit [Quit: Lost terminal] |
11:30 | -!- | Nekhrist is now known as Guest4438 |
11:30 | -!- | Guest4438 [~Nekhrist@201.82.33.86] has quit [] |
11:32 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has quit [Ping timeout: 480 seconds] |
11:33 | -!- | jdmark_ [~jdmark@67.8.137.130] has quit [Ping timeout: 480 seconds] |
11:33 | -!- | uvolmer2 [~uvolmer@2001-4dd0-212c-0-85c-6165-a10d-5c59.ipv6dyn.netcologne.de] has joined #debian |
11:33 | -!- | uvolmer2 is "Ulf Volmer" on #debian |
11:34 | -!- | Nekhrist_ [~Nekhrist@201.82.33.86] has joined #debian |
11:34 | -!- | Nekhrist_ is ""Rafael Poseddon"" on #debian-br #debian |
11:35 | -!- | SZO [~anon@192.30.89.67] has joined #debian |
11:35 | -!- | SZO is "anon" on #debian-next #debian |
11:35 | -!- | Nekhrist_ is now known as Nekhrist |
11:35 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
11:36 | -!- | Nekhrist [~Nekhrist@201.82.33.86] has joined #debian |
11:36 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:37 | -!- | Rizzer [~Drew@2001:b07:a72:b867:1d2a:9b2d:c64d:6c45] has joined #debian |
11:37 | -!- | Rizzer is "realname" on #debian |
11:37 | -!- | Nekhrist [~Nekhrist@201.82.33.86] has quit [] |
11:37 | -!- | Redent0r [~armando@2600:3c01:e000:20c:26a:b4b9:9a0e:e249] has joined #debian |
11:37 | -!- | Redent0r is "realname" on #debian #debian-mx #debian-next #linode |
11:37 | -!- | amacater [~amacater@77.97.174.253] has quit [Quit: Leaving] |
11:37 | -!- | moldorcoder7 [~moldorcod@37.120.143.28] has joined #debian |
11:37 | -!- | moldorcoder7 is "moldorcoder7" on #virt #openvas #llvm #debian-next #debian #C |
11:37 | -!- | Redentor [~armando@2600:3c01:e000:20c:26a:b4b9:9a0e:e249] has quit [Read error: Connection reset by peer] |
11:38 | <nulleip> | hey, anyone knows when virtualbox will get a proper package to bullseye? |
11:38 | <nulleip> | for* |
11:39 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
11:39 | -!- | ole_ is "realname" on #debian |
11:39 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
11:39 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:41 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
11:41 | <bentham> | Happy Day After Release Day, everyone |
11:41 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
11:41 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:42 | <bentham> | I want to delete all of my 'buster' lines from /etc/apt/sources.list |
11:42 | <bittin_> | bentham: thx |
11:42 | <bentham> | ...but I am not sure whether I still have buster packages that don't have bullseye equivalents. |
11:42 | <bentham> | What is the best way to hunt those down and uninstall them? |
11:43 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
11:43 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
11:43 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
11:44 | <sussudio> | sources.list isn't exactly rocket science |
11:44 | -!- | garbled [~garbled@63.230.235.152] has joined #debian |
11:44 | -!- | garbled is "Tim Rightnour" on #debian |
11:45 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
11:45 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has joined #debian |
11:45 | -!- | cyphase is "Cyphase" on # #debian-next @#p4xriddle @#PrisonBreak #ceph #quodlibet @#house.md #ceph-devel @#lost @#heroes #guardianproject #virt #debian |
11:45 | <bentham> | sussudio: To be clear, I don't mean figuring out how to remove the buster lines from /etc/apt/sources.list |
11:45 | -!- | Rizzer [~Drew@2001:b07:a72:b867:1d2a:9b2d:c64d:6c45] has quit [Remote host closed the connection] |
11:45 | -!- | Rizzer [~Drew@2001:b07:a72:b867:1d2a:9b2d:c64d:6c45] has joined #debian |
11:45 | -!- | Rizzer is "realname" on #debian |
11:45 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
11:45 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
11:45 | <bentham> | I mean: What if I still have orphaned buster packages? |
11:46 | <garbled> | Hi, I just did an upgrade of an LXC on proxmox 6.4 to bullseye, and the kernel on my proxmox host is complaining with an apparmor issue |
11:46 | -!- | antoyo[m] [~bouantoma@2001:470:1af1:101::7669] has joined #debian |
11:46 | -!- | antoyo[m] is "org.matrix:bouanto" on #debian |
11:46 | <garbled> | audit: type=1400 audit(1629041845.799:279): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-119_</var/lib/lxc>" name="/run/systemd/unit-root/proc/" pid=194419 comm="(d-logind)" fstype="proc" srcname="proc" flags="rw, nosuid, nodev, noexec" |
11:46 | <bentham> | I don't want those taking up space (and rotting, introducing security vulnerabilities) |
11:47 | <bentham> | I want to make sure that I don't have any. I've been thinking dpkg -l | awk '{print $2}' | tail +6 | xargs -n1 apt-cache policy |
11:47 | <crawler> | bentham upgrading instructions has something similar to what you need, also using apt dry-run is good start too |
11:47 | <crawler> | https://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.html#system-status |
11:47 | <sussudio> | if you replace buster with bullseye in sources.list and run apt update, any packages that are obsolete will be offered to be deleted. |
11:48 | <themill> | many obsolete packages won't go away on their own, but aptitude can show them all to you at once |
11:49 | <bentham> | themill: ah, I think that is the answer I'm looking for |
11:49 | <bentham> | crawler, sussudio: thanks |
11:49 | <antoyo[m]> | Hi. I'm having trouble installing Debian m68k in qemu. When it's time to select the mirror, I get an error and the logs show an error about GPG signature stuff. Am I supposed to manually import some GPG key? |
11:50 | <bentham> | themill: I really want to be safe knowing that nothing is depending upon buster to tell me when they are obsolete |
11:50 | <bentham> | before deleting my buster lines |
11:51 | <bentham> | themill: I think you mean the 'Obsolete and Locally Created Packages' category, right? |
11:51 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has joined #debian |
11:51 | -!- | CaCO3 is "realname" on #debian-next #debian |
11:51 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has joined #debian |
11:51 | -!- | jdmark is "jdmark" on #postmarketos-porting #postmarketos #tor-project #tor-dev #debian #tor |
11:51 | <themill> | yes. They will only be obsolete once you've removed the buster entries and done an apt update |
11:52 | <themill> | !obsolete |
11:52 | <dpkg> | If you remove a repository from your sources.list (e.g. removing <dmm>), then you should check what packages you have installed from the other repository. Synaptic and aptitude have a "Obsolete and Locally Created Packages" list. Or, "aptitude search '~o'". Note this doesn't include packages that exist in the repo at a different version to the one you have installed; see <not available> <list repositories>. |
11:53 | -!- | pvoigt [~pvoigt@0002bc4c.user.oftc.net] has quit [Quit: WeeChat 3.2] |
11:54 | -!- | Rizzer [~Drew@2001:b07:a72:b867:1d2a:9b2d:c64d:6c45] has quit [Ping timeout: 480 seconds] |
11:54 | <bentham> | Does security.debian.org not yet have bullseye? |
11:54 | <bentham> | I assumed I'd need to add that as well |
11:55 | <themill> | !bullseye-security |
11:55 | <dpkg> | On Debian 11 "bullseye" systems, there are two repositories that you should have in your sources.list aside from your main mirror. You should have an entry for "bullseye-security" which is <security> updates (and also "bullseye-updates" which is for <stable-updates>. See also <sources.list>. Note that you may also need to adjust your Default-Release and pinning settings for apt. |
11:56 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
11:56 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
11:57 | -!- | czesmir [~stefan@aeeu137.neoplus.adsl.tpnet.pl] has quit [] |
11:57 | <bentham> | themill: thanks! bullseye-security works for me; |
11:57 | <bentham> | I get an error with bullseye-updates, however |
11:57 | <bentham> | apparently does not have a Release file? |
11:58 | <bentham> | oh, never mind |
11:59 | <bentham> | I actually already have bullseye-updates, just from ftp.debian.org |
11:59 | <bentham> | thanks for your help; that was exactly what I needed :) |
11:59 | <garbled> | is there a way with apparmor to figure out which config file/line is causing the deny? |
11:59 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has quit [Remote host closed the connection] |
12:02 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has joined #debian |
12:02 | -!- | newtons is "newtons" on #debian |
12:03 | <joeDoe> | after upgrade to bullseye, libreoffice won't start. i3wm, when I start with dmenu, nothing happens. When I start from a command line, there is no output. The cursor just goes to the next line after typing libreoffice and enter, but no further output. ps xu shows oosplash and soffice.bin have been started, but nothing is happening on screen |
12:03 | <joeDoe> | any ideas |
12:05 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
12:05 | -!- | N0NB is "Nate Bargmann" on #freedombox #debian @#hamlib |
12:05 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
12:06 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has joined #debian |
12:06 | -!- | Kuririnmagic is "Kuririnmagic" on #infosec #debian-devel-changes ##brazil #tor-south #redditprivacy #ck #oftc #debian |
12:07 | -!- | kritzefitz [~kritzefit@picard.host.weltraumschlangen.de] has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in] |
12:07 | -!- | kritzefitz [~kritzefit@picard.host.weltraumschlangen.de] has joined #debian |
12:07 | -!- | kritzefitz is "Sven Bartscher" on #debian-next #debian-haskell #debian |
12:09 | -!- | craigevil [~craig@00012e49.user.oftc.net] has joined #debian |
12:09 | -!- | craigevil is "craig" on #debian-raspberrypi #debian-next #debian-offtopic #debian |
12:11 | <garbled> | is any attempt to preserve the php confs from 7.3 when upgrading, or is that all something the user needs to do by hand? |
12:13 | -!- | deadspark [~deadspark@2409:4042:4e9d:593c:d91e:38b1:8901:68b5] has joined #debian |
12:13 | -!- | deadspark is "realname" on #debian |
12:13 | <deadspark> | hi. |
12:13 | <deadspark> | what |
12:13 | -!- | deadspark [~deadspark@2409:4042:4e9d:593c:d91e:38b1:8901:68b5] has quit [] |
12:14 | -!- | Nei [~ailin@00011eb2.user.oftc.net] has quit [Remote host closed the connection] |
12:14 | <bittin_> | hi |
12:17 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has joined #debian |
12:17 | -!- | pavlushka is "Pavel Sayekat" on #debian #oftc |
12:17 | <joeDoe> | there doesn't appear to be anything about libreoffice not starting in the release notes for bullseye |
12:17 | -!- | N0NB [~quassel@68.234.117.129] has quit [Quit: So long and thanks!] |
12:17 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
12:17 | -!- | N0NB is "Nate Bargmann" on #freedombox @#hamlib #debian |
12:18 | -!- | mode/#debian [+l 998] by debhelper |
12:18 | -!- | kritzefitz [~kritzefit@picard.host.weltraumschlangen.de] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] |
12:18 | -!- | kritzefitz [~kritzefit@picard.host.weltraumschlangen.de] has joined #debian |
12:18 | -!- | kritzefitz is "Sven Bartscher" on #debian-next #debian-haskell #debian |
12:19 | -!- | lad [~lad@23-121-67-46.lightspeed.irvnca.sbcglobal.net] has joined #debian |
12:19 | -!- | lad is "realname" on #debian |
12:19 | -!- | bittin_ [~luna@81-231-116-57-no53.tbcn.telia.com] has quit [Remote host closed the connection] |
12:20 | -!- | Despatche [~desp@72.11.37.193] has joined #debian |
12:20 | -!- | Despatche is "Wealth and glory to the winner" on #debian-offtopic #debian-next #debian #linux |
12:21 | -!- | luna [~luna@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
12:21 | -!- | luna is "Luna" on #debian #debcamp2021 #debcamp |
12:21 | -!- | luna is now known as bittin_ |
12:22 | -!- | namyzarc [~namyzarc@2601:989:4200:7470:a19b:2d69:7d81:18fd] has quit [Quit: Leaving] |
12:22 | -!- | Epakai [Epakai@drislock.org] has quit [Read error: Connection reset by peer] |
12:22 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
12:22 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
12:23 | -!- | Redentron [~armando@189.202.79.109.cable.dyn.cableonline.com.mx] has joined #debian |
12:23 | -!- | Redentron is "realname" on #debian #debian-mx #debian-next #linode |
12:23 | -!- | uvolmer2 [~uvolmer@2001-4dd0-212c-0-85c-6165-a10d-5c59.ipv6dyn.netcologne.de] has quit [Remote host closed the connection] |
12:25 | <tepozoa> | bentham: aptitude search "?installed?not(?narrow(?installed,?origin(^Debian$)?archive(^stable$)))" |
12:26 | <tepozoa> | be careful and ignore the perl* packages, leave those alone |
12:26 | -!- | lastrodamo [~lastrodam@aclermont-ferrand-652-1-378-225.w90-4.abo.wanadoo.fr] has joined #debian |
12:26 | -!- | lastrodamo is "realname" on #debian |
12:26 | -!- | bodiccea [~bodiccea@78.214.78.108] has quit [Ping timeout: 480 seconds] |
12:26 | -!- | Redent0r [~armando@2600:3c01:e000:20c:26a:b4b9:9a0e:e249] has quit [Remote host closed the connection] |
12:27 | -!- | jstein [~jstein@xdsl-89-0-88-194.nc.de] has joined #debian |
12:27 | -!- | jstein is "Jonas Stein" on #kernelnewbies @#trolug #freedesktop #debian @#mint @#fsfe |
12:27 | -!- | L1Cafe5 [~L1Cafe@kydara.com] has quit [] |
12:28 | -!- | lilideb [~lilideb@h-5-150-229-9.A785.priv.bahnhof.se] has joined #debian |
12:28 | -!- | lilideb is "Lilideb" on #debian |
12:28 | -!- | deadspark [~deadspark@2409:4042:4e9d:593c:d91e:38b1:8901:68b5] has joined #debian |
12:28 | -!- | deadspark is "realname" on #debian |
12:28 | <bremner> | joeDoe: fwiw, i3 and bullseye here also, no problem starting libreoffice |
12:28 | -!- | deadspark [~deadspark@2409:4042:4e9d:593c:d91e:38b1:8901:68b5] has quit [Remote host closed the connection] |
12:29 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
12:29 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
12:31 | -!- | antoyo[m] [~bouantoma@2001:470:1af1:101::7669] has left #debian [] |
12:31 | -!- | Epakai [Epakai@drislock.org] has joined #debian |
12:31 | -!- | Epakai is "meep" on #v4l #utdlug #linux-media #debian #debian-next |
12:33 | -!- | arunpyasi [~arunpyasi@43.231.208.41] has joined #debian |
12:33 | -!- | arunpyasi is "realname" on #packaging #debian-ubuntu #debian #debian-deepin |
12:33 | -!- | chipox [~chipox@185.45.15.217] has quit [Ping timeout: 480 seconds] |
12:35 | -!- | bodiccea [~bodiccea@78.214.78.108] has joined #debian |
12:35 | -!- | bodiccea is "bodiccea" on #kernelnewbies #debian #debian-next #oftc #wayland |
12:35 | -!- | peylight [~peylight@peylight.user.oftc.net] has quit [Quit: Chat comfortably. Anywhere.] |
12:35 | -!- | peylight [~peylight@ip40.ip-51-178-165.eu] has joined #debian |
12:35 | -!- | peylight is "https://wiki.debian.org/peylight" on #openconnect #debian-ir #debian #packaging #oftc |
12:36 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [Quit: leaving] |
12:38 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
12:38 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
12:38 | -!- | chipox [~chipox@185.123.143.201] has joined #debian |
12:38 | -!- | chipox is "realname" on #tor #fdroid #debian |
12:38 | -!- | milosz [~milosz@0002c02e.user.oftc.net] has joined #debian |
12:38 | -!- | milosz is "realname" on #debian-next #debian |
12:40 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
12:40 | <ens> | managed to get bullseye on my lappy. during the install it detected windows (as vista rather than 10) installed as using some legacy bios compat mode. i confirmed to use that mode aswell for the install and then proceeded to do a grub install to the disk. after reboot i don't have the option to boot to the windows install. |
12:40 | <ens> | was wondering if there is any good procedure to get that back into grub |
12:41 | -!- | jmatos_ [~jmatos@dsl-89-130.bl26.telepac.pt] has joined #debian |
12:41 | -!- | jmatos_ is "nil" on #vmdb2 #oftc #debian-next #debian |
12:41 | <ens> | i'm sure it's just a misunderstanding. |
12:42 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
12:42 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has quit [] |
12:43 | <LouWestin> | I'm getting a repository error. The repository 'http://security.debian.org/debian-security bullseye/updates Release' does not have a Release file. |
12:44 | <LouWestin> | failed to download some files |
12:44 | -!- | N0NB [~quassel@68.234.117.129] has quit [Quit: So long and thanks!] |
12:44 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
12:44 | -!- | N0NB is "Nate Bargmann" on #debian @#hamlib #freedombox |
12:44 | <tarzeau> | LouWestin: https://www.debian.org/releases/bullseye/mips64el/release-notes/ch-upgrading.en.html#bullseye-security |
12:44 | <bentham> | tepozoa: thanks for that |
12:45 | <LouWestin> | tarzeau: Thanks! |
12:45 | -!- | boodie [~vladimir@194.36.110.107] has joined #debian |
12:45 | -!- | boodie is "vladimir" on #debian |
12:45 | -!- | jmatos [~jmatos@00028665.user.oftc.net] has quit [Ping timeout: 480 seconds] |
12:46 | <tepozoa> | bentham: yw! be careful with the proposed list, I'm looking at one server that has apache2 in the output going "but that's installed from the repo" and scratching my head |
12:46 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
12:46 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
12:46 | -!- | Gerowen [~Gerowen@172.97.22.132] has joined #debian |
12:46 | -!- | Gerowen is "realname" on #debian-offtopic #debian |
12:47 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Quit: nahomy] |
12:47 | <bentham> | Yea, I really do wish that Debian made it easier to manage packages based on their provenance |
12:48 | <boodie> | Hi, I'm about to upgrade, changed the sources.list file but when I did 'apt update', I got the error 'E: The repository 'http://deb.debian.org/debian-security bullseye/updates Release' does not have a Release file" ... can I continue regardless? |
12:48 | -!- | A|an [~Alan@173.216.51.200] has joined #debian |
12:48 | -!- | A|an is "realname" on #debian |
12:48 | <tepozoa> | (I'm open to any ideas btw - apt-mark shows it retained it's manual install mark, madison and show indicate "yes, this is the bullseye version from stable" .... ) |
12:48 | <user__> | !bullseye-security |
12:48 | <dpkg> | On Debian 11 "bullseye" systems, there are two repositories that you should have in your sources.list aside from your main mirror. You should have an entry for "bullseye-security" which is <security> updates (and also "bullseye-updates" which is for <stable-updates>. See also <sources.list>. Note that you may also need to adjust your Default-Release and pinning settings for apt. |
12:48 | <boodie> | I read that the repository debian-security for bullseye might not be available for a bit |
12:48 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
12:49 | <garbled> | I got the same error, but the upgrade seemed to work fine |
12:49 | <vv221> | ens, double-check thas os-prober is installed — https://packages.debian.org/bullseye/os-prober |
12:49 | <garbled> | I'm guessing no security patches exist yet? |
12:49 | <boodie> | so, what is the correct 'sources.list' file? |
12:49 | <vv221> | garbled, you’re guessing wrong, at least Firefox is already patched ;) |
12:49 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
12:49 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
12:49 | <johnny0> | boodie: http://security.debian.org/debian-security bullseye-security |
12:50 | <LouWestin> | tarzeau: changing the two lines deb https://deb.debian.org/debian-security bullseye-security main contrib |
12:50 | <LouWestin> | fixed the issue |
12:50 | <johnny0> | boodie: not bullseye/updates |
12:50 | <LouWestin> | thanks again! |
12:50 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
12:50 | -!- | qwer [~qwer@37-48-35-141.nat.epc.tmcz.cz] has quit [Ping timeout: 480 seconds] |
12:50 | <tarzeau> | am i the only one to get a ton of "Failed to reload daemon: Connection timed out" during upgrade? |
12:52 | <boodie> | https://paste.debian.net/1207753/ |
12:52 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
12:52 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
12:52 | -!- | kevinniuwu [~kevin@149.28.114.34] has quit [Remote host closed the connection] |
12:52 | <Gerowen> | tarzeau: Mine went without a hitch except it uninstalled mariadb-server and upgraded php, so I had to put that back and add some customizations back to the new version of php. |
12:52 | <garbled> | oh... I have a line that points to just debian with bullseye-security and that one doesn't have the Release file |
12:53 | <garbled> | yeah.. I'm worried about my php hacks.. going to have to preserve those off on my actual servers |
12:53 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [] |
12:53 | <garbled> | Err:7 http://ftp.debian.org/debian bullseye-security Release |
12:54 | <bentham> | garbled: try security.debian.org rather than ftp.debian.org |
12:54 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has joined #debian |
12:54 | -!- | Nekhrist is ""Rafael Poseddon"" on #debian-br #debian |
12:54 | -!- | kevinniuwu [~kevin@149.28.114.34] has joined #debian |
12:54 | -!- | kevinniuwu is "Kevin Wu" on #debian |
12:54 | <boodie> | Can you check if my 'sources.list' is correct? |
12:54 | <boodie> | https://paste.debian.net/1207753/ |
12:54 | <johnny0> | boodie: look at my message above |
12:55 | -!- | N0NB [~quassel@68.234.117.129] has quit [Quit: So long and thanks!] |
12:55 | <garbled> | right.. I have both... ISTR that that used to work with buster previously though |
12:55 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
12:55 | -!- | N0NB is "Nate Bargmann" on #debian @#hamlib #freedombox |
12:55 | -!- | N0NB [~quassel@68.234.117.129] has quit [] |
12:55 | -!- | N0NB is "Nate Bargmann" on #debian @#hamlib #freedombox |
12:55 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
12:56 | <tarzeau> | Gerowen: mine is still running (due to the many slowing down msgs), but then i've about 2000 packages installed |
12:56 | <Gerowen> | garbled: Mine was pretty straight forward, but my Nextcloud cron jobs were refusing to execute, even if I tried to manually run it. I had forgotten that there's separate .ini files, one for apache2, one for cli, so I just had to add my apc.enable_cli=1 to the /etc/php/7.4/cli/php.ini . Plus had to bump up the memory limit in the one for apache2 because it reverted to default. |
12:56 | <bentham> | garbled: I think that the conventions have changed a bit. I believe that now, we get 'bullseye' and 'bullseye-updates' from ftp.debian.org, and we get 'bullseye-security' from security.debian.org |
12:56 | -!- | alpernebbi [~quassel@00029ccd.user.oftc.net] has quit [Quit: alpernebbi] |
12:56 | -!- | mju [~mju@2a02:8109:9cc0:2cc2:807:8b0d:edfb:656d] has joined #debian |
12:56 | -!- | mju is "mju" on #debian.de-offtopic #debian-next #debian-offtopic #debian |
12:56 | <garbled> | oh, is there a bullseye-updates one too now? |
12:56 | <craigevil> | yes |
12:56 | <craigevil> | https://paste.debian.net/1207754/ |
12:56 | -!- | bittin_ [~luna@81-231-116-57-no53.tbcn.telia.com] has quit [Remote host closed the connection] |
12:57 | <ens> | vv221: os-prober was installed when i checked. When run it outputs: /dev/sda1:Windows 10:Windows:chain |
12:57 | <garbled> | Gerowen: yeah, that was kinda my thinking.. I have a bunch of php stuff running, like nextcloud, going to have to find my hacks to the ini files again and fix them up |
12:57 | -!- | euandreh [~euandreh@2804:14c:33:9fe5:8577:297f:c78a:d1b2] has joined #debian |
12:57 | -!- | euandreh is "EuAndreh" on #haiku #po4a @#debian-18n #debian |
12:59 | <garbled> | craig: aha, thx, didn't know about that one.. updated my code to account for that.. works now. |
12:59 | <bentham> | garbled: 'bullseye/updates' with a slash |
12:59 | <bentham> | Maybe this is redundant; I'm not sure!) |
12:59 | <garbled> | is it? mine worked with bullseye-updates |
12:59 | <garbled> | Get:6 http://ftp.debian.org/debian bullseye-updates InRelease [36.8 kB] |
13:00 | <bentham> | garbled: oh, I'm sorry, yes, it is a hyphen and not a slash. you're right |
13:00 | <bentham> | With buster, there was 'buster/updates' from security.debian.org |
13:00 | -!- | L1Cafe5 [~L1Cafe@kydara.com] has joined #debian |
13:00 | -!- | L1Cafe5 is "L1Cafe" on #debian #alpine-linux |
13:00 | <bentham> | but that was then; this is now! |
13:00 | <garbled> | best part is my apt-cache just kept working through all this, and I was able to update through my cache. yay. |
13:01 | <garbled> | which is huge for me, because then I don't have to download the same patch 30 times. :) |
13:01 | <bentham> | agreed, that sounds painful |
13:02 | -!- | hbautista [~hbautista@2806:10a6:e:7341::3] has joined #debian |
13:02 | -!- | hbautista is "Héctor" on #archlinux #osm-es #debian #debian-mx |
13:03 | -!- | N0NB [~quassel@68.234.117.129] has quit [Quit: So long and thanks!] |
13:03 | <garbled> | still can't figure out my apparmor problem tho.. can't seem to figure out what rule is causing it |
13:03 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:03 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
13:03 | -!- | N0NB is "Nate Bargmann" on #debian @#hamlib #freedombox |
13:03 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has joined #debian |
13:03 | -!- | }ls{ is "nobody" on #kvm #debian-nginx #debian-lan #debian-kde #debian-django #debian |
13:04 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d1db:abc2:6b73:fe93] has joined #debian |
13:04 | -!- | jnavila is "jnavila" on #debian #po4a #debian-next |
13:05 | -!- | emptyfn [~emptyfn@0002ab46.user.oftc.net] has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in] |
13:05 | <ens> | vv221: thanks for the help. I ran update-grub and that seems to have done the trick. |
13:06 | -!- | tepozoa [~tepozoa@0002c8e4.user.oftc.net] has quit [Quit: b-b-bullseye, finish him!] |
13:09 | <joeDoe> | bremner: ack |
13:10 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:d1db:abc2:6b73:fe93] has quit [Remote host closed the connection] |
13:11 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:f766:6250:264d:d81a] has joined #debian |
13:11 | -!- | jnavila is "jnavila" on #debian #po4a #debian-next |
13:11 | -!- | arunpyasi [~arunpyasi@43.231.208.41] has quit [Ping timeout: 480 seconds] |
13:11 | <vv221> | ens, glad you got it working in the end ;) |
13:11 | <boodie> | E: Malformed entry 2 in list file /etc/apt/sources.list (Component) |
13:11 | <boodie> | https://paste.debian.net/1207756/ |
13:12 | -!- | debalance [~quassel@2a02:908:1080:9040:201:2eff:fe70:36f] has joined #debian |
13:12 | -!- | debalance is "Philipp Huebner" on #debian #debian-devel-changes |
13:12 | -!- | emptyfn [~emptyfn@c-76-126-36-33.hsd1.ca.comcast.net] has joined #debian |
13:12 | -!- | emptyfn is "emptyfn" on #llvm #debian |
13:13 | <ens> | boodie: you might be missing some stuff at the end like 'main contrib non-free' |
13:13 | <ens> | on end of line 2 |
13:14 | -!- | tepozoa [~tepozoa@0002c8e4.user.oftc.net] has joined #debian |
13:14 | -!- | tepozoa is "tepozoa" on #debian #fdroid |
13:15 | <Gerowen> | The release notes said that "buster/updates" should be replaced with "bullseye-security" in sources.list |
13:15 | <Gerowen> | I know it's been a few minutes, just saw those messages and figured I'd toss that out there. It's what I did and all my machines worked fine with it. |
13:17 | -!- | dkess [~dkess@2604:a880:2:d0::2120:6001] has joined #debian |
13:17 | -!- | dkess is "Daniel" on @##berkeley #debian #debian-next |
13:17 | <boodie> | https://paste.debian.net/1207758/ ... still got the error message "E: The repository 'http://security.debian.org/debian-security main Release' does not have a Release file. |
13:17 | <boodie> | " |
13:18 | -!- | mode/#debian [+l 1006] by debhelper |
13:18 | -!- | redlegio2 [~x@c-98-209-46-31.hsd1.mi.comcast.net] has quit [] |
13:18 | -!- | Redentron [~armando@189.202.79.109.cable.dyn.cableonline.com.mx] has quit [] |
13:18 | -!- | dkess [~dkess@2604:a880:2:d0::2120:6001] has quit [] |
13:19 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has quit [Quit: Leaving] |
13:19 | <sney> | isn't bullseye-security just on deb.debian.org now? |
13:20 | <sney> | hm, there is a Release file though. http://security.debian.org/dists/bullseye-security/ |
13:21 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has quit [Read error: No route to host] |
13:21 | <sney> | boodie: aha, you removed 'bullseye-security', it still needs to be there in between the url and main .. |
13:21 | -!- | yarda [~irc@0002bae8.user.oftc.net] has quit [Quit: WeeChat 3.2] |
13:22 | <ens> | just found out how to install gnome-tweak-tool to switch my theme to adwaita-dark and i'm like "hooray i can see again." |
13:22 | -!- | Ericounet [~Eric@2a01:e0a:d0:3c20:7f11:e3ee:d2f8:5f33] has quit [] |
13:23 | <jhutchins> | 1sources.list |
13:24 | <jhutchins> | !sources.list |
13:24 | <dpkg> | A suitable /etc/apt/sources.list for "Bullseye" has three lines: "deb https://deb.debian.org/debian bullseye main" "deb https://deb.debian.org/debian-security bullseye-security main" "deb https://deb.debian.org/debian bullseye-updates main". Note that it is <bullseye-security> and not <bullseye/updates>. See <deb-src> <contrib> <non-free> <bullseye-updates> and |
13:24 | <boodie> | sney: so, finally what should that line be? |
13:24 | <jhutchins> | boodie: Like that. |
13:24 | <sney> | boodie: the second one, in dpkg's message here ^ |
13:24 | <craigevil> | https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#security-archive |
13:25 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has joined #debian |
13:25 | -!- | ole_ is "realname" on #debian |
13:26 | -!- | allan_wind [~allan@lifeintegrity.com] has joined #debian |
13:26 | -!- | allan_wind is "Allan Wind" on #debian |
13:26 | <boodie> | Thank you, it works now! |
13:26 | -!- | yarda [~irc@2a01:7c8:fffd:41b:a11:90d5:be:11e5] has joined #debian |
13:26 | -!- | yarda is "Marcel" on #radeon #linux #debian |
13:27 | <boodie> | do you recommend 'apt upgrade --without-new-pkgs' ? |
13:27 | <boodie> | to start with? |
13:27 | -!- | jfoy [~jfoy@c-67-168-110-181.hsd1.wa.comcast.net] has joined #debian |
13:27 | -!- | jfoy is "jfoy" on #debian #alpine-linux #debian-offtopic #alpine-offtopic |
13:28 | -!- | igor [~AdminUser@109-252-115-118.nat.spd-mgts.ru] has joined #debian |
13:28 | -!- | igor is "igor,,," on #debian |
13:28 | -!- | igor [~AdminUser@109-252-115-118.nat.spd-mgts.ru] has quit [] |
13:30 | <tarzeau> | i did that... i'd like to see how it works for others |
13:30 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has joined #debian |
13:30 | -!- | bittin is "realname" on @#debcamp2021 #debian-next @#debcamp #debian |
13:30 | <tarzeau> | ^ boodie |
13:30 | <boodie> | OK, I'll try |
13:31 | <allan_wind> | Hi... got a weird tmux issue after upgrading to bullseye. I start 3 instances of tmux via i3 on login and they don't seem to read my tmux.conf files. I have close all instances of tmux (`tmux ls` is empty) before tmux will then read my config. Any ideas? |
13:35 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
13:36 | <bentham> | sney: So, does this mean that we should remove references to security.debian.org altogether, and just download bullseye-security from ftp.debian.org? |
13:37 | -!- | chipox [~chipox@185.123.143.201] has quit [Quit: Leaving] |
13:37 | -!- | endstille [~Miranda@2a00:6020:1dfe:7100:b01a:424d:f3ae:e431] has joined #debian |
13:37 | -!- | endstille is "marc.brinkmann@gmail.com" on #debian |
13:38 | -!- | endstille [~Miranda@2a00:6020:1dfe:7100:b01a:424d:f3ae:e431] has quit [Remote host closed the connection] |
13:38 | <Gerowen> | Here's my working sources.list for bullseye. You can ignore the parts at the top that say "10.8", that's what version was originally installed on this particular machine. |
13:38 | <Gerowen> | https://paste.debian.net/1207762/ |
13:39 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has joined #debian |
13:39 | -!- | argentwolf is "cengelbrecht" on #debian |
13:39 | -!- | earthundead [~earthunde@188.170.86.196] has joined #debian |
13:39 | -!- | earthundead is "realname" on #debian |
13:40 | <Unit193> | /etc/apt/sources.list.d/debian.sources https://paste.debian.net/hidden/b3249243/ isn't it more pretty? :3 |
13:40 | -!- | user__ [~user@13.201.159.143.dyn.plus.net] has quit [Ping timeout: 480 seconds] |
13:41 | <Gerowen> | Yep, :-p I just did a find and replace on the stock sources.list for mine. |
13:41 | <ansgar> | Unit193: No. It misses "/debian-security" :P |
13:41 | -!- | bittin [~bittin@81-231-116-57-no53.tbcn.telia.com] has quit [] |
13:41 | <boodie> | So far it told me that there are X-sessions that will be terminated and will have to be retarted manually |
13:41 | <Unit193> | ansgar: Good point. The other one had that, but that system seems to have missed. Thanks. |
13:42 | <bentham> | Hmm, so I think the summary is that we need bullseye, bullseye-updates, and bullseye-backports from ftp.debian.org, and debian-security and bullseye-security from security.debian.org |
13:42 | -!- | cyphase [~cyphase@000134f2.user.oftc.net] has joined #debian |
13:42 | -!- | cyphase is "Cyphase" on # #debian-next @#p4xriddle @#PrisonBreak #ceph #quodlibet @#house.md #ceph-devel @#lost @#heroes #guardianproject #virt #debian |
13:43 | -!- | nahomy [~nahomy@181.188.137.164] has joined #debian |
13:43 | -!- | nahomy is "nahomy" on #debian #osm-diversity |
13:43 | -!- | preston [~preston@2600:1700:5865:560::28] has joined #debian |
13:43 | -!- | preston is "Preston Casey" on #debian |
13:43 | <preston> | Hey everyone |
13:45 | <allan_wind> | After I upgraded to bullseye my machine hangs on "Readining initial ramdisk...". If I enter setup, quit the bios, it will boot. Any ideas? |
13:45 | <bentham> | correction: both / and /debian-security/ directories for bullseye-security on security.debian.org |
13:45 | <bentham> | so strange |
13:50 | -!- | Epakai [Epakai@drislock.org] has quit [Quit: ZNC 1.8.2+deb2~bpo10+1 - https://znc.in] |
13:50 | -!- | diogenes_oftc [~diogenes_@212.0.201.218] has joined #debian |
13:50 | -!- | diogenes_oftc is "Nicolas" on #debian |
13:50 | -!- | Epakai [Epakai@drislock.org] has joined #debian |
13:50 | -!- | Epakai is "meep" on #v4l #utdlug #linux-media #debian-next #debian |
13:56 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has joined #debian |
13:56 | -!- | f10 is "f10" on #debian-kde #debian |
13:56 | <ydbi> | you're all doing it wrong, this is the right sources.list https://0x0.st/-yi0.txt |
13:57 | -!- | Yoda-BZH` [~yodabzh@demineuse.yoda-bzh.net] has joined #debian |
13:57 | -!- | Yoda-BZH` is "Yoda-BZH" on #debian |
13:58 | <bentham> | ydbi: so why do we still have security.debian.org at all? |
13:58 | <bentham> | for historical reasons? |
13:58 | <bentham> | for backward compatibility |
13:58 | <bentham> | ? |
13:59 | <ydbi> | for no reason really |
14:00 | <ydbi> | should be removed for bookworm or bookworm+1 |
14:00 | <scorpion2185[m]> | trixie? |
14:00 | <ydbi> | is that the name? |
14:01 | -!- | Yoda-BZH [~yodabzh@00016bb2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
14:01 | <alex11> | yes, debian 13 trixie |
14:01 | <scorpion2185[m]> | yes, there is a command that shows all versions |
14:01 | <scorpion2185[m]> | when will be released? |
14:02 | <tarzeau> | you're welcome: https://imgflip.com/i/5jonhb |
14:02 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has quit [] |
14:02 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has joined #debian |
14:02 | -!- | argentwolf is "cengelbrecht" on #haiku #debian-ipv6 #debian-xfce #linux #debian-next #debian |
14:02 | <scorpion2185[m]> | I read it on the handbook |
14:02 | <boodie> | all done (apt full-upgrade), now I suppose I have to restart ... |
14:02 | <scorpion2185[m]> | is there a new handbook now? |
14:02 | <alex11> | no not yet |
14:02 | <tarzeau> | boodie: i skipped that part, but yes you should |
14:03 | <boodie> | ok |
14:03 | <alex11> | who knows when the next one will be, debian 9 didn't get one |
14:03 | -!- | boodie [~vladimir@194.36.110.107] has quit [Quit: Leaving] |
14:05 | <scorpion2185[m]> | `debian-distro-info -a` |
14:05 | <sussudio> | what do you need a handbook for... got a wobbly table or something? |
14:07 | -!- | Strife89|Home [~quassel@adsl-74-250-142-198.ags.bellsouth.net] has quit [Ping timeout: 480 seconds] |
14:07 | -!- | _0bitcount [~BigByte@90.162.104.165] has quit [Quit: Leaving] |
14:09 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has joined #debian |
14:09 | -!- | RedSoxFan07 is "RedSoxFan07" on #debian-next #debian |
14:09 | -!- | flappy [~flappy@88-113-152-7.elisa-laajakaista.fi] has joined #debian |
14:09 | -!- | flappy is "realname" on #debian-next #debian |
14:09 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has joined #debian |
14:09 | -!- | hele is "hele" on #debian-next #debian |
14:11 | -!- | earthundead [~earthunde@188.170.86.196] has quit [Remote host closed the connection] |
14:11 | -!- | earthundead [~earthunde@188.170.86.132] has joined #debian |
14:11 | -!- | earthundead is "realname" on #debian |
14:15 | <scorpion2185[m]> | I was told that I need to read it to learn the basic. I am finding interesting bc I learn new things about my OS. And maybe I can work for Falcot |
14:15 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has quit [Quit: RedSoxFan07] |
14:16 | -!- | earthundead [~earthunde@188.170.86.132] has quit [Remote host closed the connection] |
14:17 | -!- | Lucanis [~Lucanis3@c-76-114-52-57.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] |
14:18 | <somiaj> | bentham: It will still be used for LTS of buster, so it will be around for that at least (which is another 3 years minimum) |
14:18 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has joined #debian |
14:18 | -!- | RedSoxFan07 is "RedSoxFan07" on #debian-next #debian |
14:18 | -!- | johnny0 [~johnny0@0002beac.user.oftc.net] has quit [Quit: leaving] |
14:20 | <tepozoa> | bentham: that regex above was too strict, it will trigger a false positive if the package is installed from stable-security (for me, that's apache2 and perl) - drop the $ anchor after stable on the right/end |
14:20 | <tepozoa> | aptitude search "?installed?not(?narrow(?installed,?origin(^Debian$)?archive(^stable)))" |
14:22 | -!- | johnny0 [~johnny0@0002beac.user.oftc.net] has joined #debian |
14:22 | -!- | johnny0 is "NOPE" on #debian #radeon |
14:27 | -!- | daniel1 [~daniel3@80.233.41.60] has joined #debian |
14:27 | -!- | daniel1 is "realname" on #debian |
14:29 | -!- | daniel1 [~daniel3@80.233.41.60] has quit [] |
14:29 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
14:29 | -!- | daniel1 [~daniel3@80.233.33.60] has joined #debian |
14:29 | -!- | daniel1 is "realname" on #debian |
14:32 | -!- | user [~AdminUser@45.235.10.6] has joined #debian |
14:32 | -!- | user is "Debian Live user,,," on #debian |
14:32 | -!- | user [~AdminUser@45.235.10.6] has quit [] |
14:32 | -!- | Strife89 [~quassel@adsl-74-250-142-198.ags.bellsouth.net] has joined #debian |
14:32 | -!- | Strife89 is "Joni Carr" on #debian |
14:33 | -!- | euandreh [~euandreh@2804:14c:33:9fe5:8577:297f:c78a:d1b2] has quit [Quit: WeeChat 3.2] |
14:36 | -!- | sarvad [~sarvad@2600:6c5d:5a00:330a:0:64c7:4b02:ef89] has joined #debian |
14:36 | -!- | sarvad is "sarvad" on #debian #debian-next #debian-offtopic |
14:37 | <sarvad> | who * |
14:37 | <sarvad> | !wwbr |
14:37 | <dpkg> | Debian "Bookworm" is the current testing branch as of 2021-08-14 and it will be released "when it's ready". |
14:37 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has quit [] |
14:39 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
14:39 | -!- | abdulocracy1 is "@me:abdulocra.cy" on #debian |
14:40 | -!- | daniel2 [~daniel3@185.99.139.213] has joined #debian |
14:40 | -!- | daniel2 is "realname" on #debian #OpenBSD |
14:40 | -!- | sarvad [~sarvad@2600:6c5d:5a00:330a:0:64c7:4b02:ef89] has quit [] |
14:40 | -!- | daniel2 is now known as Guest4444 |
14:40 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has quit [Quit: RedSoxFan07] |
14:41 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has joined #debian |
14:41 | -!- | argentwolf is "cengelbrecht" on #haiku #debian-ipv6 #debian-xfce #linux #debian-next #debian |
14:42 | <mason> | https://pixar.fandom.com/wiki/Bookworm |
14:44 | -!- | pvoigt [~pvoigt@0002bc4c.user.oftc.net] has joined #debian |
14:44 | -!- | pvoigt is "pvoigt" on #grml #debian |
14:45 | -!- | chaky1 [~chaky@93-141-209-80.adsl.net.t-com.hr] has joined #debian |
14:45 | -!- | chaky1 is "chaky" on #debian |
14:45 | -!- | guitup [~guitup@2a01:e0a:3df:51b0:b08a:a29f:c6e2:d7db] has joined #debian |
14:45 | -!- | guitup is "realname" on #debian |
14:46 | -!- | guitup [~guitup@2a01:e0a:3df:51b0:b08a:a29f:c6e2:d7db] has quit [] |
14:46 | -!- | daniel1 [~daniel3@80.233.33.60] has quit [Ping timeout: 480 seconds] |
14:46 | <ens> | still in the process of breaking in my new laptop, i've got bullseye and i have noticed that the laptop cpu fan seems to be always active. is there some software i can use to examine and alter the profiles for this? |
14:47 | -!- | CryptoSiD [SiD@RedPilled.Disciple.of.KeKistan.faith] has quit [Quit: .] |
14:47 | <ens> | i noticed there are a few different choices when i searched the web but i'm not sure what the standard utility would be |
14:48 | -!- | andi89gi [~andi89gi@p200300c0573c4a0025cb621615a51752.dip0.t-ipconnect.de] has joined #debian |
14:48 | -!- | andi89gi is "realname" on #debian-gaming #debian-go #debian |
14:48 | -!- | starblue [~juergen@dslb-178-006-089-042.178.006.pools.vodafone-ip.de] has joined #debian |
14:48 | -!- | starblue is "juergen" on #debian #buildroot |
14:48 | <tarzeau> | ens: sensors and htop? |
14:48 | -!- | CryptoSiD [SiD@RedPilled.Disciple.of.KeKistan.faith] has joined #debian |
14:48 | -!- | CryptoSiD is "SiD" on #debian |
14:48 | -!- | pavlushka [~pavlushka@00021abb.user.oftc.net] has quit [Remote host closed the connection] |
14:49 | <tarzeau> | ens: first is to check temperature sensor output, and htop to see if something went berserk, process wise, and the cpu load, would also work with uptime and free -m |
14:49 | <ens> | oh interesting, sensors output shows temp6 == +127 C |
14:49 | <ens> | for the ACPI interface |
14:49 | <tarzeau> | i've never seen such a high number, and does it feel that hot? |
14:49 | <ens> | nope, system is running at zero load pretty much |
14:50 | <ens> | i'll stick htop on and have a gander to make sure |
14:50 | <garbled> | sigh, my new PDU is DOA. :) |
14:51 | <tepozoa> | maybe there's a new sensor in the upgrade, try re-running sensors-detect and see if you get a new module to read the temps? |
14:51 | -!- | chaky [~chaky@000229c5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
14:51 | -!- | chaky1 is now known as chaky |
14:52 | -!- | Guest4444 [~daniel3@185.99.139.213] has quit [Quit: Leaving] |
14:53 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has joined #debian |
14:53 | -!- | RedSoxFan07 is "RedSoxFan07" on #debian-next #debian |
15:01 | <tarzeau> | are you guys using popularity-contest and contributing back? |
15:01 | <ens> | yep |
15:04 | <ens> | ok i rebooted the sys to make sure. the system load is basically zero. i re-ran sensors-detect and it added coretemp to the list of modules. i then ran /etc/init.d/kmod start and checked sensors and it's still got temp6 on ACPI set to +127 C. |
15:05 | -!- | TheCreeper [~TheCreepe@000209ab.user.oftc.net] has quit [Remote host closed the connection] |
15:05 | <tarzeau> | maybe a bug, i know some cf card readers report 200+ C, just ignore |
15:05 | <garbled> | is that maybe a max or alert? |
15:05 | -!- | TheCreeper1 [~TheCreepe@4G4AACVLB.tor-irc.dnsbl.oftc.net] has joined #debian |
15:05 | -!- | TheCreeper1 is "realname" on #debian |
15:05 | -!- | jdmark_ [~jdmark@67.8.137.130] has joined #debian |
15:05 | -!- | jdmark_ is "jdmark" on #tor #debian #postmarketos #postmarketos-porting |
15:05 | <tarzeau> | ens: which laptop exactly is that? |
15:06 | <ens> | HP zbook 15 G3 |
15:08 | <tarzeau> | ens: tried hw-probe yet? |
15:09 | <garbled> | a few of my servers have temp sensors that show up, that are in reality the defined powerdown limits or alarm points |
15:11 | -!- | Yoda-BZH [~yodabzh@2001:bc8:30a4:200::] has joined #debian |
15:11 | -!- | Yoda-BZH is "Yoda-BZH" on #debian |
15:12 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has quit [Ping timeout: 480 seconds] |
15:13 | -!- | greenJim [~Jean-Marc@2001:913:1fff:ffff::3d] has quit [Ping timeout: 480 seconds] |
15:13 | -!- | Yoda-BZH` [~yodabzh@demineuse.yoda-bzh.net] has quit [Ping timeout: 480 seconds] |
15:13 | -!- | greenJim [~Jean-Marc@2001:913:1fff:ffff::3d] has joined #debian |
15:13 | -!- | greenJim is "Jean-Marc" on #debian |
15:14 | -!- | mzf [~mzf@0002ab8d.user.oftc.net] has quit [Quit: Leaving] |
15:14 | <tarzeau> | which of earlyoom, nohang, systemd-oomd do people use? popcon says 331/31/29. fedora had earlyoom default, now systemd-oomd. personally i've only used nohang |
15:15 | -!- | bruno_ [~bruno@213.144.156.114] has joined #debian |
15:15 | -!- | bruno_ is "Bruno Zuber" on #debian |
15:15 | -!- | bruno_ is now known as bzu |
15:16 | <garbled> | I think I use earlyoom on one of my PI's, because firefox keeps crashing |
15:16 | <tarzeau> | that arm64 bullseye already? or non-64 elder pi? |
15:17 | <garbled> | old pi3, still on buster |
15:17 | -!- | otisolsen70 [~otisolsen@xd4ed80b5.cust.hiper.dk] has quit [] |
15:17 | <garbled> | it runs a monitor that just shows a grafana dashboard 24/7 |
15:18 | <garbled> | sometimes firefox eats too much ram, crashes, etc. |
15:18 | <tarzeau> | it's called "leaks memory" |
15:19 | <tarzeau> | i've also observed that, especially when your computer runs 24/7 and you never close firefox |
15:19 | <garbled> | yep |
15:19 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
15:19 | -!- | mirage is "Delusive Mirage" on #debian #kubuntu |
15:19 | <tarzeau> | but i've seen that with google-chrome and chromium as well. just not with microsoft-edge nor safari |
15:19 | <garbled> | so I have earlyoom, and a few other hackjobs that run and kill it down if it breaks so it restarts |
15:19 | <ens> | tarzeau, garbled: i added the sensor to ignore in /etc/sensors.d/zbook.conf and rebooted and this seems to be ok now. |
15:20 | <tarzeau> | ens: can i see a copy of your /etc/sensors.d/zbook.conf ? (i should also ignore some sensors :) toolazytolookupdocs |
15:20 | -!- | andi89gi [~andi89gi@p200300c0573c4a0025cb621615a51752.dip0.t-ipconnect.de] has quit [Quit: Leaving] |
15:21 | -!- | zleap [~Paul@00028cc7.user.oftc.net] has joined #debian |
15:21 | -!- | zleap is "realname" on #debian-social #tor #minidebconf-online #debian-academy #debian-next #debian |
15:21 | <ens> | it's on my other box (not with this irc) but essentially.. it looks like the ignores that appear on this thread. |
15:21 | <ens> | https://forums.fedoraforum.org/showthread.php?300536-Make-use-of-specific-lm_sensors-configuration |
15:21 | <ens> | the "chip" name is taken from the same as the sensors name, in my case it was acpitz-acpi-0 |
15:22 | <ens> | so just had the chip name, next line 'ignore temp6' and those two lines did the trick |
15:23 | -!- | alex11 [~alex11@bras-base-mtrlpq5302w-grc-31-76-70-61-139.dsl.bell.ca] has quit [Quit: Leaving] |
15:26 | <garbled> | aww darn.. no 32-bit PPC release. :) |
15:27 | -!- | wvdakker [~wvdakker@0002ab65.user.oftc.net] has quit [Quit: wvdakker] |
15:27 | <bremner> | well, no. Old arches tend not to come back once they leave |
15:28 | <bremner> | still in debian-ports, iirc |
15:28 | <garbled> | no maintainer, or just, never coming back? |
15:28 | -!- | TheCreeper1 [~TheCreepe@4G4AACVLB.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
15:28 | <EmleyMoor> | Upgrading my router now |
15:28 | -!- | TheCreeper1 [~TheCreepe@7YZAACFH6.tor-irc.dnsbl.oftc.net] has joined #debian |
15:28 | -!- | TheCreeper1 is "realname" on #debian |
15:29 | <bremner> | garbled: I imagine it was a combination of factors, including availability of hardware, and interest of porters |
15:29 | -!- | bzu [~bruno@213.144.156.114] has quit [Quit: leaving] |
15:29 | <bremner> | garbled: if you're interested in helping, I suggest talking to the debian-ports folds |
15:29 | <bremner> | *folks |
15:29 | <garbled> | hrmm.. maybe one day if I'm feeling like it, I'll try. |
15:30 | <garbled> | I was the portmaster for NetBSD/PReP and /rs6000, so I still have piles of hardware here and a mild curiosity in trying... |
15:30 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has quit [Quit: RedSoxFan07] |
15:31 | -!- | ao2 [~ao2@host-80-182-88-170.pool80182.interbusiness.it] has quit [Quit: Leaving] |
15:31 | <EmleyMoor> | Will have to make sure the upgrade of my main machine is cat-proof, though |
15:32 | <garbled> | I'm holding off on upgrading the rest of my stack until I figure out this apparmor/lxc/proxmox issue.. |
15:34 | -!- | tiar [~quassel@static.221.106.12.49.clients.your-server.de] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
15:35 | <ens> | i just found out i have to recompile gnome-terminal and patch it to enable the transparency option. |
15:35 | <tarzeau> | huh? |
15:35 | -!- | tiar [~quassel@static.221.106.12.49.clients.your-server.de] has joined #debian |
15:35 | -!- | tiar is "realnam" on #debian |
15:35 | <tarzeau> | or just use a real terminal, like cool-retro-term |
15:35 | <ens> | haha, i was using that for a MUD earlier, it was lovely. |
15:39 | <ens> | yeah apparently it is something that ubuntu and others have via a patch to enable the transparency option but debian removed it due to performance issues? (sounds dubious). however i've been linked to the patches and stuff so i guess i'll give it a lash. |
15:39 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
15:40 | <tarzeau> | ens: just found this via d/changelog https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=105675 |
15:40 | -!- | allorder [~allorder@000197dc.user.oftc.net] has quit [Read error: Connection reset by peer] |
15:41 | -!- | mbond [~mbond@99-35-18-230.lightspeed.sntcca.sbcglobal.net] has joined #debian |
15:41 | -!- | mbond is "mbond" on #debian |
15:44 | <grtestuser_> | install-mbr:/dev/sda: Failed to find MBR signature. |
15:46 | <EmleyMoor> | Looks like I'm up but needed a manual ppp start. Obviously that's not quite as desired... |
15:49 | -!- | preston [~preston@2600:1700:5865:560::28] has quit [Remote host closed the connection] |
15:50 | -!- | klez [~klez@46.101.239.62] has quit [Quit: Bye] |
15:50 | <EmleyMoor> | Should /etc/network/interfaces stanzas like this still work: https://paste.debian.net/1207775/ |
15:51 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
15:52 | -!- | Strife89 [~quassel@adsl-74-250-142-198.ags.bellsouth.net] has quit [Ping timeout: 480 seconds] |
15:52 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
15:52 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
15:53 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has joined #debian |
15:53 | -!- | mentor is "Matthew W.S. Bell" on #debian #contextshift |
15:54 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
15:55 | -!- | chuangzh1 is now known as chuangzhu |
15:55 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
15:55 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
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 | -!- | mode/#debian [+l 1000] by debhelper |
16:00 | -!- | TheSilentLink [~TheSilent@host81-129-91-226.range81-129.btcentralplus.com] has joined #debian |
16:00 | -!- | TheSilentLink is "realname" on #virt #tor-bots #redditprivacy #oftc #help #debian |
16:01 | -!- | hele [~hele@88-115-23-57.elisa-laajakaista.fi] has quit [Ping timeout: 480 seconds] |
16:03 | -!- | crazyfrog [~crazyfrog@2001:4bc9:a42:887a:4fdb:387:1912:7dc8] has joined #debian |
16:03 | -!- | crazyfrog is "realname" on #debian |
16:03 | <crazyfrog> | hey, should i use for the 2nd unprivileged lxc container an other user for security reasons? |
16:03 | -!- | Nekhrist [~Nekhrist@0002cbe0.user.oftc.net] has quit [Quit: leaving] |
16:03 | -!- | earthundead [~earthunde@188.170.83.36] has joined #debian |
16:03 | -!- | earthundead is "realname" on #debian |
16:04 | -!- | klez [~klez@46.101.239.62] has joined #debian |
16:04 | -!- | klez is "klez" on #debian |
16:05 | -!- | d11 [~d11@50.52.23.172] has joined #debian |
16:05 | -!- | d11 is "realname" on #debian |
16:05 | -!- | d11 [~d11@50.52.23.172] has quit [] |
16:05 | -!- | amacater [~amacater@77.97.174.253] has joined #debian |
16:05 | -!- | amacater is "realname" on #debian #debian-live #debian-raspberrypi #debian-wsl |
16:05 | -!- | mendelmunkis [~mendelmun@ool-ae2cb218.dyn.optonline.net] has joined #debian |
16:05 | -!- | mendelmunkis is "realname" on #debian #i2p #debian-i18n #debian-gaming #Corsair #minidebconf-online |
16:07 | -!- | yamchah2 [~yamchah2@00028fd1.user.oftc.net] has quit [Remote host closed the connection] |
16:07 | -!- | yamchah2 [~yamchah2@202.61.192.225] has joined #debian |
16:07 | -!- | yamchah2 is "yamchah2" on #redditprivacy #oftc #moocows #linux #debian #alpine-linux |
16:07 | -!- | yamchah2 [~yamchah2@00028fd1.user.oftc.net] has quit [Remote host closed the connection] |
16:07 | -!- | mendel_munkis_ [~mendelmun@ool-ae2cb218.dyn.optonline.net] has joined #debian |
16:07 | -!- | mendel_munkis_ is "realname" on #debian #i2p #debian-gaming #Corsair |
16:07 | -!- | yamchah2 is "yamchah2" on #redditprivacy #oftc #moocows #linux #debian #alpine-linux |
16:07 | -!- | yamchah2 [~yamchah2@00028fd1.user.oftc.net] has joined #debian |
16:08 | -!- | newtons [~newtons@101.39.196.178.dynamic.wline.res.cust.swisscom.ch] has quit [Remote host closed the connection] |
16:09 | -!- | newtons [~newtons@2a02:120b:2c42:7650:88f4:b5ec:dad5:fd21] has joined #debian |
16:09 | -!- | newtons is "newtons" on #debian |
16:09 | -!- | lad [~lad@23-121-67-46.lightspeed.irvnca.sbcglobal.net] has quit [Ping timeout: 480 seconds] |
16:10 | <dondelelcaro> | pabs: thanks for fixing that. I should have checked myself |
16:10 | <spawacz> | Why am I getting ufw logs from 10.* ? |
16:10 | -!- | jdmark_ [~jdmark@67.8.137.130] has quit [Quit: Leaving] |
16:10 | <spawacz> | It's a private subnet |
16:10 | <spawacz> | and i dont have such subnet here |
16:10 | -!- | jdmark [~jdmark@000274e6.user.oftc.net] has joined #debian |
16:10 | -!- | jdmark is "jdmark" on #postmarketos-porting #postmarketos #tor-project #tor-dev #debian #tor |
16:11 | <sney> | ISPs tend to use the formerly Class A range for internal stuff and semi-public ranges like cellular |
16:11 | -!- | mendel_munkis [~mendelmun@ool-ae2cb218.dyn.optonline.net] has quit [Ping timeout: 480 seconds] |
16:11 | <spawacz> | Aug 15 19:34:01 spoofed kernel: [1820751.185086] [UFW BLOCK] IN=ens3 OUT= MAC=spoofed SRC=10.99.62.33 DST=spoofed LEN=40 TOS=0x00 PREC=0x00 TTL=39 ID=24082 PROTO=TCP SPT=58468 DPT=80 WINDOW=1024 RES=0x00 ACK URGP=0 |
16:12 | <spawacz> | I have spoofed the ips and server name |
16:12 | <spawacz> | hmm so it's my hosting provider? |
16:13 | -!- | lastrodamo [~lastrodam@aclermont-ferrand-652-1-378-225.w90-4.abo.wanadoo.fr] has quit [Quit: Leaving] |
16:14 | -!- | mendelmunkis [~mendelmun@ool-ae2cb218.dyn.optonline.net] has quit [Ping timeout: 480 seconds] |
16:15 | -!- | nahomy [~nahomy@181.188.137.164] has quit [Quit: nahomy] |
16:17 | -!- | dudes [~oftc-webi@185.213.155.160] has joined #debian |
16:17 | -!- | dudes is "OFTC WebIRC Client" on #debian |
16:17 | <dudes> | hi |
16:17 | <dudes> | can anyone help me troubleshoot the issue I am having with my headset microphone? it just won't work |
16:18 | <dudes> | I have tried talking over the mic on my phone and it works fine, but on my laptop only sound from the headset seems to be working (input audio is handled by my laptop default microphone, not my headset microphone). I currently have alsa and pulse installed |
16:20 | <sney> | dudes: what kind of microphone is it? |
16:20 | <sney> | or rather, how is it connected? |
16:21 | -!- | crab [~crab@springroll.tasty.dim-sum.org] has quit [Quit: WeeChat 3.0] |
16:22 | <mirage> | Have you checked if your microphone is muted? |
16:23 | <mirage> | dudes^ |
16:23 | <mentor> | dudes: How does your headset connect to your phone and computer? |
16:24 | <dudes> | nothing special, just a regular headset. two jacks and they gave a connector i use to merge them into one which i simply plug in |
16:24 | <mentor> | dudes: Your computer is unlikely to have a combined headphone and microphone port |
16:24 | <dudes> | the audio plays fine but i cant talk over my mic on my headset, rather the laptop mic handles that |
16:25 | <dudes> | its just simple cable and plug in |
16:25 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
16:25 | <dudes> | the mic shown to be working on my phone which i confirmed |
16:25 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has joined #debian |
16:25 | -!- | }ls{ is "nobody" on #kvm #debian-nginx #debian-lan #debian-kde #debian-django #debian |
16:26 | -!- | crab [~crab@springroll.tasty.dim-sum.org] has joined #debian |
16:26 | -!- | crab is "crab" on #debian-next #debian |
16:26 | <sney> | your computer most likely has a separate microphone jack, so you will need to remove your combo jack dongle and connect the plugs separately |
16:27 | <dudes> | thats the issue i only have one way in |
16:27 | <mentor> | dudes: Only one audio port? |
16:27 | <dudes> | yeah its a laptop |
16:28 | <dudes> | im weirded out tho the mic should be working or? |
16:28 | <jmcnaught> | My laptop has a single 3.5mm headset jack |
16:29 | <jmcnaught> | dudes: have you tried pavucontrol? It might let you select microphone source. |
16:29 | -!- | zleap [~Paul@00028cc7.user.oftc.net] has quit [Ping timeout: 480 seconds] |
16:29 | <dudes> | i installed it earlier, it only shown "Microphone" as an option, nothing else was in the drop down |
16:30 | <jmcnaught> | dudes: that was on pavucontrol's Input Devices tab? |
16:30 | <dudes> | correct |
16:31 | <dudes> | is there anything i can do to debug it |
16:31 | <jmcnaught> | Does the headset work on this computer with a different version of Debian, or a different OS? Which release of Debian? |
16:31 | <dudes> | buster |
16:34 | <amacater> | dudes: If you only have one audio jack: is it marked for both mic and speaker/headset. Some laptops combine both. |
16:34 | -!- | gelignite [~gelignite@55d454e5.access.ecotel.net] has quit [Quit: Stay safe!] |
16:35 | <amacater> | If you have a headset with two jacks - how many rings on each. Did they give you a Y connector with one jack for headset |
16:35 | <dudes> | one is for the headphones and one is for microphone |
16:35 | <mentor> | dudes: What make/model of laptop is this? Have you tried plugging in only the microphone jack into the computer? |
16:35 | <dudes> | but i have a connector which works and i tried it on my phone, the external mic was picked up |
16:35 | <amacater> | one jack for microphone and an output jack with ? four rings |
16:36 | <dudes> | What make/model of laptop is this? - oh very oldie, i am literally running debian minimal+i3 |
16:37 | <dudes> | one jack for microphone and an output jack with ? four rings - what do you mean ? |
16:37 | -!- | lilideb [~lilideb@h-5-150-229-9.A785.priv.bahnhof.se] has quit [Quit: Konversation terminated!] |
16:37 | <mentor> | dudes: I was looking for enough information to check the laptop specification. |
16:37 | <dudes> | in that case |
16:38 | <dudes> | easynote te69kb |
16:38 | -!- | jacr [~jacr@00028efe.user.oftc.net] has quit [Remote host closed the connection] |
16:38 | -!- | jacr [~jacr@00028efe.user.oftc.net] has joined #debian |
16:38 | -!- | jacr is "unknown" on #debian #C #tor #moocows #linux #OpenBSD #Corsair |
16:38 | -!- | diogenes_oftc [~diogenes_@212.0.201.218] has quit [Quit: vergissmeinnicht] |
16:38 | -!- | jacr [~jacr@00028efe.user.oftc.net] has quit [Remote host closed the connection] |
16:39 | -!- | jacr is "unknown" on #debian #C #tor #moocows #linux #OpenBSD #Corsair |
16:39 | -!- | jacr [~jacr@00028efe.user.oftc.net] has joined #debian |
16:40 | <joeDoe> | I upgraded to bullseye this morning and libreoffice won't start anymore. Nothing happens either using dmenu in i3wm or launching from cli. ps shows that oosplash and soffice.bin running, but no window appears. The only thing I see in dmesg since trying to start libreoffice is 'audit: type=1400 audit(1629048002.689:34): apparmor="ALLOWED" operation="signal" profile="libreoffice-oopslash" |
16:40 | <joeDoe> | pid=2139 comm="oosplash" requested_mask="send" denied_mask="send" signal=kill peer="libreoffice-soffice"', but that looks innocent enough. What else should I try to debug this? |
16:42 | -!- | newtons [~newtons@2a02:120b:2c42:7650:88f4:b5ec:dad5:fd21] has quit [] |
16:42 | <mentor> | dudes: I've found a random document on the internet that claims it is a combined headphone out, microphone in |
16:42 | <amacater> | Right - the laptop has one jack - combined mic/headset (or speaker). That is probably expecting a plug with a tip and three rings. Essentially, that's enough contacts for both devices - if you plug in another plug, you may get mono mic / stereo headset |
16:43 | <dudes> | i see |
16:43 | <amacater> | So - your adapter - is it 2.5mil, three rings, one tip |
16:43 | <dudes> | let me check |
16:43 | <amacater> | Google for the model and I found what the side looks like. |
16:43 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has quit [Remote host closed the connection] |
16:45 | <ens> | tarzeau: after playing package -dev version roulette and patching gnome-terminal source and getting all that jazz working (took a fair while). no transparency option... but i did get the suggestion to use tilix instead and i instantly love it. |
16:45 | <amacater> | I have a combined headset / mic here and the plug looks like that. If so, then at the top of your adapter, you should have one socket for headphone, one for mic - and it's likely that those connectors are single tip and ring. |
16:45 | <spawacz> | I'm also having issues with mic atm. Never used mic on linux before btw. So I run pavucontrol, the mic is detected properly as rear pink slot |
16:46 | <spawacz> | but the sound is permanently 0 (it is jumping 1 or 2 pixles when i raise it to 150%) |
16:46 | <spawacz> | it's not muted, I've got a button on it |
16:46 | <dudes> | amacater: correct thats how it works |
16:47 | <dudes> | and i did plug in everything how it should be, only my microphone doesnt seem to be working on my laptop |
16:47 | -!- | noname000000333 [~oftc-webi@2.24.35.238] has joined #debian |
16:47 | -!- | noname000000333 is "OFTC WebIRC Client" on #debian |
16:47 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has joined #debian |
16:47 | -!- | jpw is "..." on #debian-offtopic #debian |
16:47 | <dudes> | on phone i tried recording with the voice recorder app and says external mic is being used, and it does seem to be functional |
16:48 | -!- | jpw [~jpw@cpc146708-rdng28-2-0-cust213.15-3.cable.virginm.net] has quit [Remote host closed the connection] |
16:49 | <dudes> | you think theres anything i have to change so my system uses my external mic? |
16:50 | -!- | Hooloovoo [Hooloovoo@sorunome.de] has joined #debian |
16:50 | -!- | Hooloovoo is "Hooloovoo" on #debian |
16:51 | <mentor> | dudes: Are there any other hardware profiles available in pulseaudio? |
16:51 | <dudes> | not sure tbh, how do i make sure? |
16:52 | -!- | mith__ [~mith@5.171.46.172] has joined #debian |
16:52 | -!- | mith__ is "realname" on #debian |
16:52 | <dudes> | pactl load-module module-loopback - i ran this and still seems to be my default laptop mic |
16:55 | <mentor> | dudes: Try pavucontrol |
16:58 | -!- | phsw [~Philippe@lfbn-bor-1-1183-155.w92-158.abo.wanadoo.fr] has quit [Quit: Leaving] |
16:58 | <dudes> | what do I do in it? |
16:58 | -!- | mith_ [~mith@137-217-234-46.4all.it] has quit [Ping timeout: 480 seconds] |
16:58 | <mentor> | dudes: There is a configuration tab |
17:00 | -!- | alex11 [~alex11@bras-base-mtrlpq5302w-grc-31-76-70-61-139.dsl.bell.ca] has joined #debian |
17:00 | -!- | alex11 is "your worst nightmare" on #bitlbee #debian-next #debian |
17:00 | <dudes> | i opened it right now |
17:00 | <dudes> | built in audio is off |
17:00 | <dudes> | and other profile |
17:00 | <dudes> | same name built in audio |
17:01 | -!- | thelounge203 [~thelounge@ip-37-201-119-196.hsi13.unitymediagroup.de] has quit [Quit: Ping timeout (120 seconds)] |
17:01 | <dudes> | is set to analog stereo duplex |
17:01 | -!- | thelounge203 [~thelounge@ip-37-201-119-196.hsi13.unitymediagroup.de] has joined #debian |
17:01 | -!- | thelounge203 is "The Lounge User" on #debian |
17:01 | <mentor> | dudes: So, the one that's off… |
17:01 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Ping timeout: 480 seconds] |
17:02 | <dudes> | has three options in dropdown |
17:02 | <dudes> | all say (unplugged) |
17:02 | -!- | greenJim [~Jean-Marc@2001:913:1fff:ffff::3d] has quit [Ping timeout: 480 seconds] |
17:02 | <garbled> | sigh, i hate firefox and javascript, now one of my devices wont talk to me over http anymore |
17:03 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has quit [] |
17:05 | -!- | dvs [~hibbard@00012127.user.oftc.net] has joined #debian |
17:05 | -!- | dvs is "realname" on #debian |
17:07 | -!- | noname000000333 [~oftc-webi@2.24.35.238] has quit [Remote host closed the connection] |
17:08 | -!- | mode/#debian [+l 994] by debhelper |
17:10 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
17:10 | <garbled> | is there any way to install an older version of firefox, or similar? |
17:10 | -!- | A|an [~Alan@173.216.51.200] has quit [Quit: A|an] |
17:11 | <dvs> | ??? |
17:11 | <dvs> | Now that's a switch |
17:11 | <garbled> | I want something more ancient-y |
17:11 | <bremner> | use RHEL? |
17:12 | <bremner> | (not serious) |
17:12 | <garbled> | ick, please no |
17:12 | -!- | jzz [~jzz@0002ba56.user.oftc.net] has joined #debian |
17:12 | -!- | jzz is "Johannes Zarl-Zierl" on #debian-kde #debian |
17:12 | -!- | greenJim [~Jean-Marc@2a02:a03f:60ca:2100:ca:cff:fec2:7fbf] has joined #debian |
17:12 | -!- | greenJim is "Jean-Marc" on #debian |
17:13 | <bremner> | generally old browsers are considered a bad idea, because security |
17:13 | <garbled> | right, I get that.. but I specifically want an old one because the new one breaks access to my PDU's |
17:13 | <bremner> | maybe one of the text browsers work? |
17:14 | <garbled> | ideally if I could have it installed as a separate install, then it doesn't cause all the phizz with security on general browsing.. |
17:15 | <garbled> | no, way too much of a gui for that to be useable |
17:15 | <EdePopede> | garbled: firefox is something you just can get from mozilla and throw into /usr/local or somewhere. also there's the repo of all available debian packages somewhere... |
17:15 | <bremner> | ,snapshots |
17:16 | <bremner> | !snapshots |
17:16 | <EdePopede> | ^ |
17:16 | <dpkg> | https://snapshot.debian.org/ is an archive of almost all Debian packages uploaded since 2005, including those removed from the official archives because they were very buggy, unusable, broken, vulnerable or in some way non-free. https://www.debian.org/News/2010/20100412 |
17:16 | <garbled> | hrmm.. maybe I can hunt an old iceweasle or something |
17:16 | <EdePopede> | i think i had a 30 something running on now oldoldstable last year |
17:17 | <garbled> | I think it was working as recently as 50ish |
17:17 | <garbled> | maybe even 68 |
17:18 | <jelly> | garbled, you can grab old firefox-esr or old iceweasel; do you have https issues or need flash, or java applet or what precisely? |
17:18 | <garbled> | so I have an Avocent PDU, the login page won't render anymore.. javascript console says something about doc.load not being a function |
17:19 | * | jelly keeps 32bit firefox 45esr for java applet purposes |
17:19 | <garbled> | I'm guessing there was some kind of compatibility js in an older version of js, that firefox whacked |
17:19 | <garbled> | hrmm.. thats what I need |
17:19 | <jelly> | js is not java. |
17:20 | <garbled> | yeah but 45 would do the trick, how do you keep it from mucking with your exsiting profile? |
17:21 | <ansgar> | Install the old browser in a VM. |
17:21 | <jelly> | /opt/firefox45/firefox -ProfileManager or something, haven't run it in a while |
17:21 | -!- | huhuhu [~huhuhu@062122115062.gdansk.vectranet.pl] has joined #debian |
17:21 | -!- | huhuhu is "realname" on #emdebian #debian-embedded #virtualization #virt #linux #freedombox #debian-qemu #C #debian |
17:21 | -!- | earthundead [~earthunde@188.170.83.36] has quit [Remote host closed the connection] |
17:21 | <garbled> | hrmm.. guess I have to do that.. sigh |
17:22 | <jelly> | https://ftp.mozilla.org/pub/firefox/releases/45.9.0esr/linux-x86_64/en-US/ |
17:22 | <jelly> | yes, VM isolation would be safer |
17:23 | <garbled> | oh yeah.. profilemanager would probably work |
17:24 | <garbled> | I don't need it to be safe, it just needs to connect to internal stuff |
17:25 | -!- | craigevil [~craig@00012e49.user.oftc.net] has quit [Quit: leaving] |
17:26 | <jelly> | safe: from ruining your regular firefox config |
17:26 | -!- | juan_ [~AdminUser@24.red-83-43-219.dynamicip.rima-tde.net] has joined #debian |
17:26 | -!- | juan_ is "juan,,," on #debian |
17:26 | -!- | juan_ [~AdminUser@24.red-83-43-219.dynamicip.rima-tde.net] has quit [] |
17:26 | -!- | is0ke3 [~is0ke3@0002bb50.user.oftc.net] has quit [Quit: Zzzzzz..... ] |
17:27 | <jelly> | https://i.imgur.com/pEh15Ey.png -- I did in fact remember that right |
17:27 | <garbled> | true.. profilemanager worked perfectly though, and I can login again |
17:27 | <EdePopede> | http://www.mozilla.com/de/firefox/11.0/firstrun/ gives me a 308 :) |
17:27 | -!- | dudes [~oftc-webi@185.213.155.160] has quit [Quit: Page closed] |
17:28 | <garbled> | yep, and that 45esr works perfectly, thank you! |
17:29 | <jelly> | I also have a VM with IE6, and another with IE11 for similar reasons |
17:29 | <amacater> | As daft as it sounds, you might want to try something like elinks |
17:29 | <EdePopede> | redefining HOME for the browser also works perfectly |
17:29 | -!- | sidirc [~sidirc@2600:1700:f010:83f0:7da0:2058:e4ee:d0ef] has joined #debian |
17:29 | -!- | sidirc is "sid irc" on #debian #debian-next |
17:30 | <garbled> | I dunno if elinks would be... tolarable.. with this webui |
17:30 | <EdePopede> | *nod* could open a NYT article earlier today with links2, while in firefox they wanted to sell me the page |
17:30 | <jelly> | some old servers have out-of-band management that's less painful to use with ActiveX than with java |
17:30 | -!- | format_c [~format_c@0002ca8c.user.oftc.net] has joined #debian |
17:30 | -!- | format_c is "Alexander Koeppe" on #debian |
17:30 | -!- | N0NB [~quassel@68.234.117.129] has quit [Quit: So long and thanks!] |
17:30 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
17:30 | -!- | N0NB is "Nate Bargmann" on @#hamlib #freedombox #debian |
17:31 | <garbled> | I mean yeah, I could read the info, but trying to click my way down the PDU stack to an outlet might make me insane |
17:31 | -!- | sidirc [~sidirc@2600:1700:f010:83f0:7da0:2058:e4ee:d0ef] has quit [] |
17:31 | <Guest4423> | jelly… sounds like ILO4 or earlier lol |
17:31 | <ansgar> | jelly: I ould hope such servers were decomissioned as they are probably not very energy efficient. |
17:32 | -!- | ak77 [~ak77@93-103-81-73.static.t-2.net] has quit [Ping timeout: 480 seconds] |
17:32 | <jelly> | Guest4423, iLO4 2.70 or later has a HTML5 console |
17:33 | <jelly> | think iLO2-age |
17:34 | -!- | uga [~oftc-webi@p5b175ac0.dip0.t-ipconnect.de] has quit [] |
17:35 | <jelly> | ansgar, licensing required to migrate apps to better platform trumps cost of power by 2-4 orders of magnitude |
17:36 | <garbled> | AHA.. someone on the proxmox forums solved my problem with bullseye as an LXC. you need to set nesting=1 |
17:37 | <garbled> | yay.. my machine isn't spewing apparmor errors every 3 seconds anymore |
17:37 | <felco> | hello guys, just saw bullseye is due for this weekend, and I wondering how to upgrade from buster? there is a general howto somewhere? |
17:38 | -!- | Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] |
17:38 | -!- | jnavila [~jnavila@2a01:e0a:d1:f360:f766:6250:264d:d81a] has quit [] |
17:38 | <garbled> | interesting.. my bullseye LXC, consumes slightly more CPU doing nothing, than it did when running buster.. |
17:38 | <bremner> | felco: there are detailed release notes on www.debian.org |
17:39 | <bremner> | felco: and yes, it released |
17:40 | <felco> | thanks! |
17:40 | -!- | mulin [~mulin@2804:1e78:302:3b0::cfe] has joined #debian |
17:40 | -!- | mulin is "mulin" on #debian #debian-br |
17:40 | <garbled> | my upgrade was fairly painless, but I haven't tried my desktop yet.... |
17:42 | -!- | Gerowen [~Gerowen@172.97.22.132] has quit [Ping timeout: 480 seconds] |
17:42 | -!- | mith__ [~mith@5.171.46.172] has quit [Ping timeout: 480 seconds] |
17:42 | <TobiX> | garbled: My horrible plan to run old webuis which need Java using https://oldweb.today/ wasn't that well received by my colleagues... |
17:42 | <garbled> | if only freenas ran debian.. but I guess truenas-scale does, or at least sorta does... |
17:42 | -!- | EdePopede [~edepopede@0001fd31.user.oftc.net] has quit [Remote host closed the connection] |
17:43 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has joined #debian |
17:43 | -!- | EdePopede is "Ede Popede" on #debian |
17:43 | <garbled> | that wouldn't work on internal urls.. would it? |
17:43 | <TobiX> | garbled: It's Free Software, so you can host your own sandboxed copy: https://github.com/oldweb-today/oldweb-today |
17:44 | <garbled> | hrmm |
17:44 | <TobiX> | Since it needs a websocket proxy to get around same-origin policy you could even restrict it to only the legacy webuis that need it |
17:44 | <garbled> | thats... actually tempting |
17:44 | <mulin> | Hello everybody. I'm new to IRC! |
17:44 | <mulin> | The DVD-1 image is coming with contrib enabled on the cd-rom, security and update lines. This is normal? |
17:44 | <mulin> | The netinstall image is just with main. y |
17:45 | <TobiX> | garbled: It's basically an x86 VM runinng in a modern web browser... Eats CPUs for breakfast |
17:46 | -!- | thelounge203 [~thelounge@ip-37-201-119-196.hsi13.unitymediagroup.de] has left #debian [The Lounge - https://thelounge.chat] |
17:46 | <garbled> | true, but, then my links could work... |
17:47 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has quit [Remote host closed the connection] |
17:47 | <ydbi> | garbled: that's how it always works - the more recent the software, the more resources it consumes doing nothing |
17:47 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has joined #debian |
17:47 | -!- | EdePopede is "Ede Popede" on #debian |
17:47 | <ydbi> | if you can get old software run on new hardware, it is infinitely more performant than any modern software |
17:48 | -!- | mode/#debian [+l 986] by debhelper |
17:48 | -!- | towo` [~towo@00012f0f.user.oftc.net] has quit [Quit: Konversation terminated!] |
17:48 | <koollman_> | it depends. Some old software is really badly written too :) |
17:48 | <garbled> | yeah.. thats... the problem with everything |
17:48 | <ydbi> | that's why some people are paid $$$$$ to make MSDOS run on core i7 |
17:48 | <ydbi> | because it's faster than anything else |
17:48 | -!- | jstein [~jstein@xdsl-89-0-88-194.nc.de] has quit [Ping timeout: 480 seconds] |
17:49 | -!- | m_g_lewis [~melvin@2601:541:8202:33d0:8a51:fbff:fe48:1e94] has joined #debian |
17:49 | -!- | m_g_lewis is "Melvin T. Glenn Lewis" on #debian |
17:49 | <garbled> | In the ancient days, the cpus were slow, and everyone was optimizing code. then cpu speeds started growing like crazy, and everyone said "optimizing is stupid, let the cpu deal with it, write more oop", now cpu's are once again not growing in speed as fast.. I'm hoping optimization comes back into style. |
17:50 | <ydbi> | it won't |
17:50 | <ydbi> | that would require skills that are not being taught anymore, and few people actually want to spend the time studying |
17:50 | <somiaj> | A lot depends on what is being writen, there is still some fairly optimized code out there, but it isn't as common, since more people prefer features. |
17:50 | <garbled> | yes.. sigh.. people look at me like I'm crazy now when I say I do C, without any additional suffixes |
17:50 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has joined #debian |
17:50 | -!- | argentwolf is "cengelbrecht" on #haiku #debian-ipv6 #debian-xfce #linux #debian-next #debian |
17:51 | <somiaj> | Compilers are quite good at optimizing stuff too compared to the old days, but yea I agree, optimized code is just nice |
17:53 | -!- | mju [~mju@2a02:8109:9cc0:2cc2:807:8b0d:edfb:656d] has quit [Quit: Konversation terminated!] |
17:53 | <garbled> | I still remember when I learned how AIX did optimized code per-CPU, and how in awe I was of such an elegant and amazing system |
17:54 | <dvs> | you are talking about AIX, right? |
17:54 | * | dvs slinks away |
17:54 | <garbled> | yeah.. its.. odd, but a few things they did were.. amazing |
17:55 | -!- | amacater [~amacater@77.97.174.253] has quit [Quit: Leaving] |
17:55 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has quit [Remote host closed the connection] |
17:56 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has joined #debian |
17:56 | -!- | EdePopede is "Ede Popede" on #debian |
17:56 | <ens> | think i found out what is going on with my fans, they arn't detected in sensors so i guess it's just defaulting to whatever the hardware runs them at |
17:56 | <ens> | trying to see how to detect these fans |
17:56 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has joined #debian |
17:56 | -!- | RedSoxFan07 is "RedSoxFan07" on #debian-next #debian |
17:57 | <ens> | i already ran sensors-detect and said 'yes' to all |
17:59 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
17:59 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
17:59 | -!- | jasonre [~jesse@102-182-46-31.ip.airmobile.co.za] has joined #debian |
17:59 | -!- | jasonre is "jesse" on #debian |
18:01 | <somiaj> | ens: is this newer hardware, I find my newer mobo doesn't have nearly has many sensors being detected as previous ones, unsure if they are less common or just need kernel updates for the newer hardware |
18:01 | <jasonre> | Hi, I have an existing dmcrypt partition on which an LVM PV lives, split into 3 LVs. When installing using netinst iso I want to retain the dmcrypt volume and the LVM VG on it. Installer seems to want to re-initialize the dmcrypt. How to retain existing dmcrypt? |
18:03 | -!- | craigevil [~craig@00012e49.user.oftc.net] has joined #debian |
18:03 | -!- | craigevil is "craig" on #debian-raspberrypi #debian-next #debian-offtopic #debian |
18:03 | <jasonre> | I actually installed by manually running cryptsetup luksOpen in vt 1 then manually setting things up, but now initramfs doesn't do cryptsetup. |
18:03 | <ens> | it's a HP ZBook 15 G3. From 2015. I don't think it's a particularly obscure box but this is the first time running linux on it |
18:07 | -!- | debalance [~quassel@00017b9a.user.oftc.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
18:08 | -!- | jasonre [~jesse@102-182-46-31.ip.airmobile.co.za] has quit [Quit: WeeChat 3.0] |
18:11 | -!- | wololoer [~user@00022ff6.user.oftc.net] has joined #debian |
18:11 | -!- | wololoer is "user" on #pipewire #s6 #alpine-linux #kvm #virt #suckless #openjdk #debian-next #debian |
18:11 | -!- | wololoer [~user@00022ff6.user.oftc.net] has quit [] |
18:14 | -!- | N0NB [~quassel@68.234.117.129] has quit [Quit: So long and thanks!] |
18:14 | -!- | seednode [~seednode@0002b892.user.oftc.net] has quit [Quit: Nihil supernum.] |
18:14 | -!- | N0NB [~quassel@68.234.117.129] has joined #debian |
18:14 | -!- | N0NB is "Nate Bargmann" on #debian @#hamlib #freedombox |
18:15 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
18:15 | -!- | format_c [~format_c@0002ca8c.user.oftc.net] has quit [Quit: format_c] |
18:15 | -!- | seednode [~seednode@0002b892.user.oftc.net] has joined #debian |
18:15 | -!- | seednode is "seednode" on #debian #alpine-linux |
18:15 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
18:15 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
18:15 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [] |
18:17 | -!- | futune [~futune@ti0578q160-1775.bb.online.no] has joined #debian |
18:17 | -!- | futune is "realname" on #postmarketos #alpine-linux #debian |
18:17 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
18:17 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
18:19 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has quit [Remote host closed the connection] |
18:20 | -!- | ole_ [~ole@i6DFA112C.versanet.de] has quit [Ping timeout: 480 seconds] |
18:20 | -!- | EdePopede [~edepopede@2a10:4440:fff:3cf0:d03c:7e0:96d2:4553] has joined #debian |
18:20 | -!- | EdePopede is "Ede Popede" on #debian |
18:25 | -!- | mulin [~mulin@2804:1e78:302:3b0::cfe] has quit [] |
18:28 | -!- | huhuhu [~huhuhu@062122115062.gdansk.vectranet.pl] has quit [] |
18:28 | -!- | arnoldoree [~arnoldore@ranoldoree.plus.com] has quit [Remote host closed the connection] |
18:32 | -!- | mbond [~mbond@99-35-18-230.lightspeed.sntcca.sbcglobal.net] has quit [Quit: mbond] |
18:35 | -!- | wswartz [~wswartzen@2602:ae:1b8b:4701:34e2:1c3e:5d71:e08e] has joined #debian |
18:35 | -!- | wswartz is "realname" on #debian |
18:35 | -!- | arunpyasi [~arunpyasi@43.231.208.115] has joined #debian |
18:35 | -!- | arunpyasi is "realname" on #debian-deepin #debian #debian-ubuntu #packaging |
18:37 | -!- | greenJim [~Jean-Marc@2a02:a03f:60ca:2100:ca:cff:fec2:7fbf] has quit [Ping timeout: 480 seconds] |
18:37 | -!- | greenJim [~Jean-Marc@2001:913:1fff:ffff::3d] has joined #debian |
18:37 | -!- | greenJim is "Jean-Marc" on #debian |
18:38 | -!- | dvs [~hibbard@00012127.user.oftc.net] has quit [Remote host closed the connection] |
18:40 | <wswartz> | Greetings. On Bullseye, I am trying to get rid of firefox-esr. But APT wants to replace it with chromium. So it needs a browser. Is there an orthodox way to have that browser be the Brave snap instead? |
18:40 | <felco> | sweet, just upgraded =] thanks |
18:40 | -!- | thiras [~thiras@24.133.81.19] has quit [Remote host closed the connection] |
18:40 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
18:40 | -!- | thiras is "Ant Somers" on #tor #debian |
18:41 | -!- | mbond [~mbond@2600:1700:65a0:b550::45] has joined #debian |
18:41 | -!- | mbond is "mbond" on #debian |
18:41 | <sney> | wswartz: it's probably a dependency of some metapackage (e.g. cinnamon-desktop-environment) that can also be safely removed in most cases. but there's also equivs, |
18:41 | <graytron> | after I upgraded from buster to bullseye, pulseaudio is automatically spawned although autospawn is disabled in /etc/pulse/client.conf |
18:41 | <sney> | !equivs |
18:41 | <dpkg> | equivs is a package that enables you to create dummy packages that tell <apt> you really have installed (through some other means) the package. apt install equivs, and read /usr/share/doc/equivs/*, see also <usrlocal>. A better plan is often to adapt the Debian packages to your needs, ask me about <package recompile> <uupdate> <ssb>. |
18:42 | <graytron> | how do i stop pulseaudio from autospawning? |
18:42 | <wswartz> | sney: Oooooooh. Cool! Thanks. |
18:42 | <sney> | wswartz: np. |
18:43 | <sussudio> | graytron: uninstall it? |
18:43 | <graytron> | sussudio: i need it |
18:43 | <sussudio> | graytron: what for |
18:43 | <graytron> | for software that requires pulseaudio |
18:44 | <sney> | graytron: pulseaudio went from version 12.2 to 14.2 on this upgrade, so maybe the syntax for pulse/client.conf is different? |
18:44 | <sussudio> | you want to stop it from autospawning, but you want to use it. |
18:45 | -!- | ChromaCat248_ [~ChromaCat@0002bdec.user.oftc.net] has joined #debian |
18:45 | -!- | ChromaCat248_ is "realname" on #archlinux #virt #oftc #moocows #linux #debian #C # |
18:45 | <graytron> | i think some games may actually require pulseaudio instead of alsa |
18:45 | <graytron> | :D |
18:45 | <sney> | in fact, pulse-client.conf(5) has some information about the autospawn option right above the fold. |
18:45 | <sussudio> | doesn't pulseaudio use alsa |
18:45 | <graytron> | sney: thanks! i'll look into it |
18:45 | -!- | ChromaCat248 [~ChromaCat@0002b9d5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
18:46 | <sney> | alsa is the linux kernel audio drivers. everything that makes sound on a modern linux system "uses alsa". |
18:46 | <sney> | but a lot of stuff prefers some abstraction rather than talking to e.g. /dev/dsp directly. |
18:49 | <ens> | i booted into another distro to check to see if it deals with the fan throttling properly and it does, even though i checked the sensors command output and it still doesn't show any fans detected... |
18:50 | <hendursaga> | sney: ah! I always wanted to know how to get rid of Firefox ESR.. |
18:50 | -!- | Haudegen [~quassel@178.115.237.87.static.drei.at] has quit [Ping timeout: 480 seconds] |
18:58 | <graytron> | sney: thanks. needed to "mask" those pulseaudio systemd services, and it worked |
18:58 | -!- | mulin [~mulin@2804:1e78:302:3b0::cfe] has joined #debian |
18:58 | -!- | mulin is "mulin" on #debian |
18:58 | <sney> | hendursaga, wswartz - just to check, are you both using cinnamon? |
18:58 | <wswartz> | GNOME 3 |
18:59 | <sney> | wswartz: what's the output of 'apt rdepends --installed firefox-esr'? |
19:00 | <sney> | nvm, it's going to be gnome-core. bah, that should be a recommend |
19:01 | <wswartz> | I'm thinking that this equivs stub package is also going to need to map gnome-www-browser to Brave. Through update-alternatives, it seems. |
19:02 | <sney> | equivs is just about telling apt the package is installed and the dependency is satisfied. |
19:02 | <sney> | alternatives can be handled separately, even manually |
19:08 | -!- | crazyfrog [~crazyfrog@2001:4bc9:a42:887a:4fdb:387:1912:7dc8] has quit [Quit: Leaving] |
19:08 | <hendursaga> | sney: I use KDE |
19:09 | <sney> | hendursaga: weird, I just tested 'apt remove firefox-esr' on my bullseye laptop and it was ready to remove it, no fuss, without installing anything else |
19:09 | <wswartz> | Hrm. Brave has a package for Debian. Perhaps that's the best route. |
19:10 | <wswartz> | Do you also have chromium installed? |
19:13 | -!- | aniguran [~aniguran@0BGAADLOI.tor-irc.dnsbl.oftc.net] has joined #debian |
19:13 | -!- | aniguran is "user" on #debian |
19:16 | -!- | jim [~jim@00011564.user.oftc.net] has joined #debian |
19:16 | -!- | jim is "jim" on #debian #pipewire #xonsh #debian-next |
19:16 | -!- | debacle [3a8a2df271@v2202101139504140605.quicksrv.de] has quit [Read error: Connection reset by peer] |
19:19 | <sney> | nope, https://paste.debian.net/1207793 |
19:19 | <wswartz> | What's providing gnome-www-browser? |
19:20 | <sney> | nothing, because like hendursaga I'm using kde so it doesn't need that |
19:20 | -!- | richard_h [~richard@2406:e001:8:a900:6e62:6dff:fe05:ae29] has joined #debian |
19:20 | -!- | richard_h is "purple" on #debian |
19:20 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
19:20 | -!- | mirage is "Delusive Mirage" on #debian #kubuntu |
19:21 | <wswartz> | Okay, what about x-www-browser? |
19:21 | <hendursaga> | sney: oh, this laptop I'm "still" using Buster |
19:22 | <sney> | x-www-browser is an alternative that doesn't need to be populated by anything, it has no bearing on what apt does |
19:23 | <sney> | for completion, /etc/alternatives/x-www-browser is currently linked to /usr/bin/firefox-esr, which I'm not actually going to remove as I use it on this machine and currently have some tabs open. |
19:24 | <sney> | but apt didn't need to replace it with anything else in this case, because it's only a recommend. I'm thinking of sending an email to the desktop team about this, as gnome and cinnamon are the only desktops that AFAIK fully depend on a packaged browser, everyone else just Rs them |
19:25 | -!- | thiras [~thiras@24.133.81.19] has quit [Remote host closed the connection] |
19:25 | <garbled> | this is why I run awesome... :) |
19:25 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
19:25 | -!- | thiras is "Ant Somers" on #tor #debian |
19:26 | <wswartz> | I installed Brave via first party .deb package, and APT still wants to install chromium in place of firefox-esr. |
19:27 | -!- | fax [~quassel@0002c5b8.user.oftc.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
19:28 | <sney> | right, because gnome-core has this under Depends: firefox-esr (>= 78) | firefox (>= 78) | chromium | chromium-browser | epiphany-browser |
19:28 | <wswartz> | What if I created an equivs for firefox-esr? |
19:28 | <sney> | that's what you were supposed to do with equivs. |
19:29 | <sney> | I guess you could also install epiphany-browser and just never use it |
19:29 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Ping timeout: 480 seconds] |
19:29 | -!- | aniguran [~aniguran@0BGAADLOI.tor-irc.dnsbl.oftc.net] has quit [Remote host closed the connection] |
19:30 | <wswartz> | If it's GNOME that's complaining, I'll just do Epiphany. |
19:31 | <sney> | aptitude is also a good tool for situations like this, you can 'aptitude remove foo' and just press N for its suggestions until it coughs up one you can work with. |
19:32 | -!- | dvs [~hibbard@00012127.user.oftc.net] has joined #debian |
19:32 | -!- | dvs is "realname" on #debian |
19:34 | -!- | alekov [~alekov@144.208.195.82] has joined #debian |
19:34 | -!- | alekov is "alekov" on #debian |
19:35 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Ping timeout: 480 seconds] |
19:35 | <wswartz> | I just went with Epiphany. Oh, and Brave from .deb has working 3D acceleration while the snap didn't. |
19:36 | <sney> | handy |
19:38 | -!- | Hello71 [~Hello71@00019b42.user.oftc.net] has joined #debian |
19:38 | -!- | Hello71 is "Hello71" on #debian #musl-distros #alpine-devel #alpine-offtopic #alpine-linux #tor-relays |
19:38 | -!- | Hello71 [~Hello71@00019b42.user.oftc.net] has left #debian [] |
19:43 | -!- | dabor [~dabor@152.169.100.248] has joined #debian |
19:43 | -!- | dabor is "realname" on #debian |
19:44 | -!- | alekov [~alekov@144.208.195.82] has left #debian [Konversation terminated!] |
19:44 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
19:44 | -!- | abdulocracy1 is "@me:abdulocra.cy" on #debian |
19:47 | -!- | jim [~jim@00011564.user.oftc.net] has quit [Quit: Leaving] |
19:49 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
19:49 | -!- | mirage is "Delusive Mirage" on #debian #kubuntu |
19:50 | -!- | jzz [~jzz@0002ba56.user.oftc.net] has quit [Quit: Konversation terminated!] |
19:54 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has joined #debian |
19:54 | -!- | CaCO3 is "realname" on #debian |
19:54 | -!- | alekov [~alekov@144.208.195.82] has joined #debian |
19:54 | -!- | alekov is "alekov" on #debian |
19:54 | -!- | alekov [~alekov@144.208.195.82] has quit [] |
19:56 | -!- | alekov [~alekov@144.208.195.82] has joined #debian |
19:56 | -!- | alekov is "alekov" on #debian |
19:56 | -!- | alekov [~alekov@144.208.195.82] has quit [] |
19:57 | -!- | alekov is "alekov" on #debian |
19:57 | -!- | alekov [~alekov@144.208.195.82] has joined #debian |
19:58 | -!- | Ikababa [~Thunderbi@node-1w7jra2a3yhip3mrtjwrm0jjh.ipv6.telus.net] has joined #debian |
19:58 | -!- | Ikababa is "Ikababa" on #debian |
19:58 | -!- | alekov [~alekov@144.208.195.82] has quit [] |
19:58 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Ping timeout: 480 seconds] |
20:00 | -!- | alekov [~alekov@144.208.195.82] has joined #debian |
20:00 | -!- | alekov is "alekov" on #debian |
20:02 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has quit [Quit: Leaving] |
20:02 | -!- | alekov [~alekov@144.208.195.82] has quit [] |
20:03 | -!- | wswartz [~wswartzen@2602:ae:1b8b:4701:34e2:1c3e:5d71:e08e] has quit [Quit: Leaving] |
20:05 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has joined #debian |
20:05 | -!- | mirage is "Delusive Mirage" on #debian #kubuntu |
20:06 | -!- | allan_wind [~allan@lifeintegrity.com] has quit [Remote host closed the connection] |
20:08 | -!- | Linux77 [~kvirc@187-126-71-30.user3p.veloxzone.com.br] has joined #debian |
20:08 | -!- | Linux77 is "KVIrc 5.0.0 Aria http://kvirc.net/" on #debian-br #cap-cc #debian-next #debian |
20:12 | -!- | dabor [~dabor@152.169.100.248] has quit [Ping timeout: 480 seconds] |
20:13 | -!- | f10 [~flo@ip5b40863a.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
20:16 | -!- | dashs [~dashs@dashs.denver.co.us] has quit [Quit: Leaving] |
20:16 | -!- | spidey [~oftc-webi@86.107.21.45] has joined #debian |
20:16 | -!- | spidey is "OFTC WebIRC Client" on #debian |
20:17 | <spidey> | Hi guys. I'm running Debian Buster. I really want to play spider-man 2: the game on linux, will wine work just fine in Debian? |
20:18 | <somiaj> | spidey: you kinda have to check winehq.org out for info on that, and what version of wine has good support for the game. |
20:18 | <somiaj> | Note winehq.org has its own debian repo and packages that allow you to install versions of wine not in debian, and they work just fine here |
20:18 | <somiaj> | (basically the version of wine in buster is frozen, and if or if not it works for a particular game depends, and winehq can help you figure that out) |
20:19 | -!- | Tenkawa [~Adium@2600:1702:1560:8d00:2c4e:81be:416e:e456] has joined #debian |
20:19 | -!- | Tenkawa is "Adium User" on #debian-next #debian |
20:19 | <somiaj> | also building wine in debian isn't too bad either, but I've been happy with the winehq packages fora while now |
20:19 | <spidey> | somiaj: I see. I have just found this by performing a simple google search - https://appdb.winehq.org/objectManager.php?sClass=application&iId=3653 , is this relevant? |
20:20 | <somiaj> | that's jsut the demo, and that is a very old version of wine, it might work just fine with the version supplied by debian |
20:20 | <somiaj> | ,v wine |
20:20 | <judd> | Package: wine on amd64 -- stretch: 1.8.7-2; stretch-backports: 4.0-2~bpo9+1; buster: 4.0-2; bookworm: 5.0.3-3; bullseye: 5.0.3-3; sid: 5.0.3-3 |
20:20 | <somiaj> | buster has 4.0 |
20:21 | <spidey> | I see. |
20:21 | <somiaj> | ,v wine-development |
20:21 | <judd> | Package: wine-development on amd64 -- stretch: 2.0-3; buster: 4.2-4; sid: 5.6-2; sid: 6.0+repack-1 |
20:21 | -!- | mirage [~dmiraj@modemcable177.73-203-24.mc.videotron.ca] has quit [Quit: Konversation terminated!] |
20:21 | <spidey> | couldn't I just download the game from online and then run the executable with wine? |
20:21 | <somiaj> | you could also get 4.2 from wine-development, but I think the default wine will work just fine for that game (if it still works, hard to trust such old info) |
20:22 | <somiaj> | In theory, though it is worth getting a little familar with wine, creating a WINEPREFIX just for this game, and using winecfg and winetricks if needed. The exact configuration can vary drastically from game to game |
20:22 | -!- | _Matth_ [~Matth@s203.ALPHA-e18.vectant.ne.jp] has joined #debian |
20:22 | -!- | _Matth_ is "realname" on #debian-next #debian |
20:22 | <somiaj> | since there isn't to much info on winehq, it might just work or take a little bit of research on your part, but the first things is |
20:22 | <somiaj> | !tas |
20:22 | <somiaj> | try and see |
20:23 | <spidey> | thanks for your information! |
20:23 | <dvs> | huh? |
20:23 | <dvs> | !tias |
20:23 | <dpkg> | TIAS is "Try It And See". |
20:23 | <somiaj> | ahh missed the i |
20:24 | <spidey> | somiaj I am hoping it will work out of box, it is an old game and I want to play it because nostalgia |
20:25 | <spidey> | I remember that I used to play it back when I had my windows xp computer, now here I am on linux and dont want to use windows just to be able to play a game from my childhood |
20:27 | -!- | mulin [~mulin@2804:1e78:302:3b0::cfe] has quit [Quit: WeeChat 3.0] |
20:28 | -!- | orr [~onildo@177.130.3.70] has joined #debian |
20:28 | -!- | orr is "Onildo R Ribeiro" on #debian |
20:28 | <spidey> | somiaj: what do you say about this? https://appdb.winehq.org/objectManager.php?sClass=version&iId=11302 and how do we install stuff from appdb |
20:29 | <sney> | spidey: appdb is just an information database. you will have to try installing your game in wine and see what happens |
20:30 | -!- | dabor [~dabor@152.169.100.248] has joined #debian |
20:30 | -!- | dabor is "realname" on #debian |
20:30 | <spidey> | I see |
20:30 | -!- | irreitug [uid23254@id-23254.tooting.irccloud.com] has joined #debian |
20:30 | -!- | irreitug is "irreitug" on #debian-br #debian |
20:30 | <spidey> | I thought it is like pre-configured stuff for the game |
20:32 | -!- | tagomago [~tagomago@47.61.249.120] has quit [Remote host closed the connection] |
20:34 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has quit [Remote host closed the connection] |
20:35 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has joined #debian |
20:35 | -!- | Kuririnmagic is "Kuririnmagic" on #infosec #debian-devel-changes ##brazil #tor-south #redditprivacy #ck #oftc #debian |
20:35 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has quit [] |
20:35 | -!- | beencubed [~beencubed@209.131.238.248] has quit [Remote host closed the connection] |
20:35 | <mechanic> | spidey it's just a database, where people can report their journey how they fare installing stuff |
20:35 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has quit [Read error: Connection reset by peer] |
20:36 | <spidey> | mechanic: so how do I play the game I want on wine? would installing wine and running the game just work? I don't think the game has any special stuff added into it as it's very old |
20:37 | <mechanic> | spidey, you would really just need to try installing it, you may look into lutris db, to see if there is an installer to look if they do something special. but who knows. as most companies do sometimes weird stuff which wine can't predict |
20:38 | -!- | mode/#debian [+l 980] by debhelper |
20:38 | <somiaj> | spidey: install wine, try to use wine to install the game, deal with issues as they arise, might have to do some research or maybe a wine specific channel |
20:38 | <spidey> | I see. that's all I needed to know then, thanks! |
20:38 | -!- | LouWestin [~Lou@louwestin.user.oftc.net] has quit [Quit: The light at the end of the tunnel has been turned off.] |
20:39 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has joined #debian |
20:39 | -!- | CaCO3 is "realname" on #debian |
20:40 | -!- | LouWestin [~Lou@2600:3c00::f03c:92ff:fedd:c7fa] has joined #debian |
20:40 | -!- | LouWestin is "Lou the Dungeon Capturer" on #vbox #tor #oftc #linode #debian-next #debian #alpine-linux |
20:40 | -!- | magyar [~magyar@00015973.user.oftc.net] has quit [Ping timeout: 480 seconds] |
20:42 | -!- | Kuririnmagic [~Kuririnma@ec2-34-228-69-5.compute-1.amazonaws.com] has joined #debian |
20:42 | -!- | Kuririnmagic is "Kuririnmagic" on #infosec #debian-devel-changes ##brazil #tor-south #redditprivacy #ck #oftc #debian |
20:43 | -!- | qrpnxz [~qrpnxz@0002b46b.user.oftc.net] has quit [Quit: Gateway shutdown] |
20:43 | -!- | qrpnxz [abc4f95c31@104-54-203-174.lightspeed.austtx.sbcglobal.net] has joined #debian |
20:43 | -!- | qrpnxz is "qrpnxz" on #debian-next #debian |
20:45 | -!- | vdamewood is "Vincent Damewood" on #moocows #haiku |
20:45 | -!- | vdamewood [~vdamewood@0002b6dc.user.oftc.net] has joined #debian |
20:45 | -!- | CaCO3 [~CaCO3@pool-96-245-67-114.phlapa.fios.verizon.net] has quit [Quit: Leaving] |
20:45 | -!- | orr [~onildo@177.130.3.70] has quit [Quit: Leaving] |
20:46 | -!- | argentwolf [~argentwol@cpe-24-163-39-192.nc.res.rr.com] has joined #debian |
20:46 | -!- | argentwolf is "cengelbrecht" on #haiku #debian-ipv6 #debian-xfce #linux #debian-next #debian |
20:46 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
20:47 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has joined #debian |
20:47 | -!- | }ls{ is "nobody" on #kvm #debian-nginx #debian-lan #debian-kde #debian-django #debian |
20:47 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
20:47 | -!- | fmpohls [~quassel@104-11-148-97.lightspeed.miamfl.sbcglobal.net] has joined #debian |
20:47 | -!- | fmpohls is "F. M. Pohls,,," on #debian |
20:47 | -!- | Brigo [~Brigo@40.181.60.213.dynamic.reverse-mundo-r.com] has quit [Ping timeout: 480 seconds] |
20:48 | <fmpohls> | aw jeez |
20:48 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has joined #debian |
20:48 | -!- | anjan is "ZNC - https://znc.in" on #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
20:49 | -!- | fmpohls [~quassel@104-11-148-97.lightspeed.miamfl.sbcglobal.net] has quit [] |
20:49 | <tulpa> | hello i am upgrading my debian 10 VPS to bullseye. Just edited my sources: https://paste.debian.net/1207800/ |
20:49 | <tulpa> | does that look ok? |
20:50 | <dvs> | !bullseye sources.list |
20:50 | <dpkg> | A suitable /etc/apt/sources.list for "Bullseye" has three lines: "deb https://deb.debian.org/debian bullseye main" "deb https://deb.debian.org/debian-security bullseye-security main" "deb https://deb.debian.org/debian bullseye-updates main". Note that it is <bullseye-security> and not <bullseye/updates>. See <deb-src> <contrib> <non-free> <bullseye-updates> and |
20:50 | <sney> | yes, you probably don't need all of the deb-src unless you are recompiling packages, but that is fine |
20:50 | <tulpa> | thank you |
20:52 | -!- | manuel [~AdminUser@alille-653-1-433-222.w92-147.abo.wanadoo.fr] has joined #debian |
20:52 | -!- | manuel is "Manuel" on #debian |
20:52 | -!- | arunpyasi [~arunpyasi@43.231.208.115] has quit [Remote host closed the connection] |
20:52 | -!- | manuel [~AdminUser@alille-653-1-433-222.w92-147.abo.wanadoo.fr] has quit [] |
20:55 | -!- | dabor [~dabor@152.169.100.248] has quit [Remote host closed the connection] |
20:55 | -!- | dabor [~dabor@152.169.100.248] has joined #debian |
20:55 | -!- | dabor is "realname" on #debian |
20:56 | -!- | thiras [~thiras@24.133.81.19] has quit [Remote host closed the connection] |
20:56 | -!- | richardm75 [~richardm7@2600:8801:c502:1000:bd79:24ec:1219:71f] has joined #debian |
20:56 | -!- | richardm75 is "realname" on #debian |
20:56 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
20:56 | -!- | thiras is "Ant Somers" on #tor #debian |
20:58 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
20:59 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has joined #debian |
20:59 | -!- | anjan is "ZNC - https://znc.in" on #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
21:00 | -!- | spidey [~oftc-webi@86.107.21.45] has quit [Quit: Page closed] |
21:00 | -!- | craigevil [~craig@00012e49.user.oftc.net] has quit [Quit: leaving] |
21:01 | -!- | A|an [~Alan@173.216.51.200] has joined #debian |
21:01 | -!- | A|an is "realname" on #debian |
21:03 | -!- | antion [~antion@2a03:f80:ed16:ca7:ea75:b12d:1f0:c965] has quit [Quit: WeeChat 2.6] |
21:05 | -!- | nolan [~nolan@phong.sigbus.net] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
21:05 | -!- | nolan [~nolan@phong.sigbus.net] has joined #debian |
21:05 | -!- | nolan is "nolan" on #debian #debian-raspberrypi #kernelnewbies |
21:05 | -!- | antion [~antion@2a03:f80:ed16:ca7:ea75:b12d:1f0:c965] has joined #debian |
21:05 | -!- | antion is "antion" on #debian |
21:05 | -!- | antion [~antion@2a03:f80:ed16:ca7:ea75:b12d:1f0:c965] has quit [] |
21:07 | -!- | mentor [~mentor@00010c5b.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:09 | -!- | richard_h [~richard@2406:e001:8:a900:6e62:6dff:fe05:ae29] has quit [Quit: Leaving.] |
21:10 | -!- | tulpa [tulpa@chat.amomentofdecay.com] has quit [Quit: quit] |
21:15 | -!- | j_f-f [~quassel@mail2.snct-dialer.de] has quit [Remote host closed the connection] |
21:15 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
21:18 | -!- | mode/#debian [+l 973] by debhelper |
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 #debconf18-taiwan #debian-xfce #debconf-miniauditorio #debian-ubuntu #debian |
21:19 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has joined #debian |
21:19 | -!- | anjan is "ZNC - https://znc.in" on #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
21:22 | -!- | himesama [~user@ip68-226-99-134.ph.ph.cox.net] has joined #debian |
21:22 | -!- | himesama is "unknown" on #debian |
21:23 | -!- | AndroUser2 [~androirc@5-23-247-59.access.telenet.be] has joined #debian |
21:23 | -!- | AndroUser2 is "Android IRC Client" on #debian |
21:25 | -!- | tulpa [tulpa@chat.amomentofdecay.com] has joined #debian |
21:25 | -!- | tulpa is "sup" on #debian |
21:26 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
21:27 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has joined #debian |
21:27 | -!- | anjan is "ZNC - https://znc.in" on #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
21:32 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has quit [Quit: ZNC 1.8.2 - https://znc.in] |
21:32 | -!- | Tenkawa [~Adium@2600:1702:1560:8d00:2c4e:81be:416e:e456] has quit [Quit: Leaving.] |
21:33 | -!- | anjan [~anjan@d173-183-69-41.bchsia.telus.net] has joined #debian |
21:33 | -!- | anjan is "ZNC - https://znc.in" on #alpine-devel #oftc #mepo #linux @#fsf-members #debian #tor #sxmo-offtopic #postmarketos-offtopic #postmarketos |
21:33 | -!- | dutchingraham [~dutch@00028048.user.oftc.net] has quit [Quit: WeeChat 3.0.1] |
21:35 | -!- | ChromaCat248_ [~ChromaCat@0002bdec.user.oftc.net] has quit [Remote host closed the connection] |
21:37 | -!- | ChromaCat248 [~ChromaCat@0002b9d5.user.oftc.net] has joined #debian |
21:37 | -!- | ChromaCat248 is "realname" on #archlinux #virt #oftc #moocows #linux #debian #C # |
21:38 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
21:39 | -!- | Blendie [uid453465@id-453465.brockwell.irccloud.com] has quit [Quit: Connection closed for inactivity] |
21:39 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has joined #debian |
21:39 | -!- | lucasmsoares96 is "realname" on #debian #debian-next |
21:40 | -!- | lucasmsoares96 [~lucas@187.0.178.209] has quit [Remote host closed the connection] |
21:40 | -!- | rudds [~rudds@157-131-79-55.fiber.dynamic.sonic.net] has quit [] |
21:40 | -!- | sevu is now known as Guest4459 |
21:40 | -!- | dutch [~dutch@00028048.user.oftc.net] has joined #debian |
21:40 | -!- | dutch is "dutch" on #debian-next #debian #oftc |
21:40 | -!- | sevu [~sevu@000261e5.user.oftc.net] has joined #debian |
21:40 | -!- | sevu is "realname" on #moocows #debian |
21:40 | -!- | SZO [~anon@192.30.89.67] has quit [Quit: Lost terminal] |
21:43 | -!- | }ls{ [~kalle@000199a5.user.oftc.net] has quit [Quit: real life interrupt] |
21:45 | -!- | Guest4459 [~sevu@000261e5.user.oftc.net] has quit [Ping timeout: 480 seconds] |
21:45 | -!- | beencubed [~beencubed@209.131.238.248] has joined #debian |
21:45 | -!- | beencubed is "realname" on #freedombox #debian #virt |
21:47 | -!- | Tenkawa [~Adium@2600:1702:1560:8d00:2c4e:81be:416e:e456] has joined #debian |
21:47 | -!- | Tenkawa is "Adium User" on #debian-next #debian |
21:51 | -!- | ASDX [~ASDX@159.196.248.157] has joined #debian |
21:51 | -!- | ASDX is "ASDX" on #debian |
21:52 | <ASDX> | does anyone know how to install debian 10 with a preseed file to use a specific release (like 10.10)? i currently have the preseed file using an apt-cacher-ng server but it seems to install 10.10 plus newer packages. the apt-cacher-ng server has a buster and buster-updates dir but there are no references to 10.10 in either dir |
21:52 | -!- | user_name_12345 [464a727e@107.161.19.109] has joined #debian |
21:52 | -!- | user_name_12345 is "[https://kiwiirc.com] nano_python" on #debian |
21:53 | <user_name_12345> | Does the kernel for Debian 11 have any outstanding problems with ryzen mobile (first generation)? |
21:54 | -!- | nyov is now known as Guest4461 |
21:54 | -!- | nyov [~nyov@nyov.user.oftc.net] has joined #debian |
21:54 | -!- | nyov is "nyov" on #postmarketos #debian-offtopic #debian #luakit #oftc |
21:58 | -!- | AndroUser2 [~androirc@5-23-247-59.access.telenet.be] has quit [Remote host closed the connection] |
21:59 | -!- | AndroUser2 [~androirc@5-23-247-59.access.telenet.be] has joined #debian |
21:59 | -!- | AndroUser2 is "Android IRC Client" on #debian |
22:00 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [Quit: upekkha] |
22:00 | -!- | upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #debian |
22:00 | -!- | upekkha is "real name" on #bufferbloat #tor #oftc #linode #freedombox-dev #freedombox #debian-gnupg #fdroid #retroshare #debian |
22:01 | -!- | Guest4461 [~nyov@nyov.user.oftc.net] has quit [Ping timeout: 480 seconds] |
22:02 | -!- | madez [~madez@ip-176-199-23-87.hsi06.unitymediagroup.de] has quit [Quit: .] |
22:02 | -!- | artur [~smuxi@78.10.205.72] has quit [Ping timeout: 480 seconds] |
22:03 | -!- | artur [~smuxi@78.10.205.72] has joined #debian |
22:03 | -!- | artur is "Your Name" on #debian |
22:05 | -!- | rudds [~rudds@157-131-79-55.fiber.dynamic.sonic.net] has joined #debian |
22:05 | -!- | rudds is "Watcher Dodds" on #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 | -!- | Gerowen [~Gerowen@172.97.22.132] has joined #debian |
22:08 | -!- | Gerowen is "realname" on #debian-offtopic #debian |
22:11 | -!- | dabor [~dabor@152.169.100.248] has quit [Ping timeout: 480 seconds] |
22:11 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has joined #debian |
22:11 | -!- | romeoblade is "romeoblade" on #debian-next #debian |
22:12 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has quit [] |
22:19 | -!- | AndroUser2 [~androirc@5-23-247-59.access.telenet.be] has quit [Ping timeout: 480 seconds] |
22:19 | -!- | artur [~smuxi@78.10.205.72] has quit [Ping timeout: 480 seconds] |
22:22 | -!- | banc [~banc@217.151.98.168] has joined #debian |
22:22 | -!- | banc is "banc" on #debian |
22:23 | <somiaj> | ASDX: If installing from a mirror, you will always install the most current packages, in general it doesnt' matter what point release you install, an upgrade will bring you up to date. |
22:24 | <somiaj> | and yes you should only see a buster directory, since packages are not seperate by point releases |
22:25 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:cfb:411f:8f95:89f9] has quit [Remote host closed the connection] |
22:25 | -!- | BrianG61UK [~BrianG61U@2a02:8010:66b7:dddd:cfb:411f:8f95:89f9] has joined #debian |
22:25 | -!- | BrianG61UK is "Brian G. (in England)" on #debian #debian-raspberrypi #linux-media |
22:27 | -!- | thiras [~thiras@24.133.81.19] has quit [Remote host closed the connection] |
22:27 | -!- | thiras [~thiras@24.133.81.19] has joined #debian |
22:27 | -!- | thiras is "Ant Somers" on #tor #debian |
22:32 | -!- | RedSoxFan07 [~Thunderbi@d-159-250-218-50.ct.cpe.atlanticbb.net] has quit [Remote host closed the connection] |
22:36 | -!- | r3m [~launch@00019607.user.oftc.net] has quit [Quit: WeeChat 3.3-dev] |
22:37 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has joined #debian |
22:37 | -!- | romeoblade is "romeoblade" on #debian-next #debian |
22:39 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has quit [] |
22:39 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has joined #debian |
22:39 | -!- | romeoblade is "romeoblade" on #debian-next #debian |
22:42 | -!- | JPT [~jpt@classified.name] has quit [Quit: Hoppla!] |
22:42 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has quit [Read error: Connection reset by peer] |
22:43 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has quit [Remote host closed the connection] |
22:43 | -!- | r3m [~launch@00019607.user.oftc.net] has joined #debian |
22:43 | -!- | r3m is "launch" on #debian #linode #bitlbee |
22:43 | -!- | dlehn3 [~dlehn@73.216.238.123] has joined #debian |
22:43 | -!- | dlehn3 is "David I. Lehn" on #debian #vtluug |
22:43 | -!- | dlehn2 [~dlehn@73.216.238.123] has quit [Ping timeout: 480 seconds] |
22:45 | -!- | allorder [~allorder@000197dc.user.oftc.net] has joined #debian |
22:45 | -!- | allorder is "allorder" on #debian-quebec #debian |
22:46 | -!- | JPT is "Jan Philipp Timme" on #oftc |
22:46 | -!- | JPT [~jpt@classified.name] has joined #debian |
22:46 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has joined #debian |
22:46 | -!- | romeoblade is "romeoblade" on #debian-next #debian |
22:54 | -!- | kathenas [~kathenas@94.14.40.225] has quit [Quit: Leaving] |
22:54 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has quit [Read error: No route to host] |
22:57 | -!- | Tenkawa [~Adium@2600:1702:1560:8d00:2c4e:81be:416e:e456] has quit [Quit: Leaving.] |
22:58 | -!- | nuc__ [~nuc@200116b82aacb4001cc3e2e913191717.dip.versatel-1u1.de] has joined #debian |
22:58 | -!- | nuc__ is "realname" on #debian |
22:59 | -!- | abdulocracy1 [~meabduloc@83.5.150.199.ipv4.supernova.orange.pl] has joined #debian |
22:59 | -!- | abdulocracy1 is "@me:abdulocra.cy" on #debian |
23:00 | <mechanic> | user_name_12345 no it shouldn't |
23:02 | -!- | mbond [~mbond@2600:1700:65a0:b550::45] has quit [Quit: mbond] |
23:03 | -!- | kathenas [~kathenas@94.14.40.225] has joined #debian |
23:03 | -!- | kathenas is "Phil Wyett" on #debian #debian-next |
23:04 | -!- | nuc_ [~nuc@200116b82a3c8c00b46bf509d542d677.dip.versatel-1u1.de] has quit [Ping timeout: 480 seconds] |
23:04 | -!- | chandan [~chandanbr@2001:470:1af1:101::8251] has joined #debian |
23:04 | -!- | chandan is "org.matrix:chandanbr" on #debian #storage #xfs |
23:04 | <jhutchins> | !release notes |
23:04 | <dpkg> | The release notes for Debian 11 (Bullseye) are at https://www.debian.org/releases/bullseye/amd64/release-notes/ . See also <buster->bullseye>, <bullseye install guide> |
23:04 | <jhutchins> | !errata |
23:04 | <dpkg> | Last minute notes regarding Debian 11 ("bullseye") are listed at https://www.debian.org/releases/bullseye/errata . Known problems in the installer are listed at https://www.debian.org/releases/bullseye/debian-installer/#errata |
23:06 | -!- | chandan [~chandanbr@2001:470:1af1:101::8251] has left #debian [] |
23:09 | -!- | bebop [~sig@dialup-208-98-133-190.fmtc.com] has quit [] |
23:10 | -!- | ChmEarl [~prymar56@0002b86c.user.oftc.net] has quit [Quit: Leaving] |
23:11 | -!- | artur [~smuxi@78.10.205.72] has joined #debian |
23:11 | -!- | artur is "Your Name" on #debian |
23:13 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has joined #debian |
23:13 | -!- | romeoblade is "romeoblade" on #debian-next #debian |
23:13 | -!- | lad [~lad@23-121-67-46.lightspeed.irvnca.sbcglobal.net] has joined #debian |
23:13 | -!- | lad is "realname" on #debian |
23:20 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has quit [] |
23:20 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has joined #debian |
23:20 | -!- | romeoblade is "romeoblade" on #debian-next #debian |
23:23 | -!- | dvs [~hibbard@00012127.user.oftc.net] has quit [Remote host closed the connection] |
23:23 | -!- | wololoer [~user@00022ff6.user.oftc.net] has joined #debian |
23:23 | -!- | wololoer is "user" on #pipewire #s6 #alpine-linux #kvm #virt #suckless #openjdk #debian-next #debian |
23:23 | -!- | wololoer [~user@00022ff6.user.oftc.net] has quit [] |
23:25 | -!- | irreitug [uid23254@id-23254.tooting.irccloud.com] has quit [] |
23:25 | -!- | jtdowney [~jtdowney@0002bab5.user.oftc.net] has quit [Quit: Bye] |
23:26 | -!- | jtdowney [~jtdowney@griffin.catdevnull.net] has joined #debian |
23:26 | -!- | jtdowney is "John" on #debian |
23:28 | -!- | ahmadraniri1994 [~AhmadRani@subs19-114-142-171-32.three.co.id] has joined #debian |
23:28 | -!- | ahmadraniri1994 is "ahmadraniri1994" on #debian #wayland |
23:28 | -!- | ahmadraniri1994 [~AhmadRani@subs19-114-142-171-32.three.co.id] has quit [] |
23:31 | -!- | jimpop [~jimpop@jimpop.user.oftc.net] has quit [Quit: leaving] |
23:32 | -!- | jimpop [~jimpop@jimpop.user.oftc.net] has joined #debian |
23:32 | -!- | jimpop is "Jim Popovitch" on #debian |
23:34 | -!- | alex11 [~alex11@bras-base-mtrlpq5302w-grc-31-76-70-61-139.dsl.bell.ca] has quit [Remote host closed the connection] |
23:35 | -!- | romeoblade [~romeoblad@cpe-75-178-73-128.ec.res.rr.com] has quit [Ping timeout: 480 seconds] |
23:40 | <ASDX> | somiaj: so to achieve installation from a point release I'll have to switch to an ISO? wanting to do this so I can use Ansible and be aware of packages of particular packages when setting their config files that may change in format for example |
23:42 | -!- | newtons [~newtons@2a02:120b:2c42:7650:74cd:9863:238b:5b36] has joined #debian |
23:42 | -!- | newtons is "newtons" on #debian |
23:52 | -!- | ana_jpn [~anazawa@46.net112139039.t-com.ne.jp] has joined #debian |
23:52 | -!- | ana_jpn is "realname" on #debian |
23:52 | <ana_jpn> | hello |
23:52 | <ana_jpn> | hello |
23:53 | <crawler> | !ask ana_jpn |
23:53 | <crawler> | !ask |
23:53 | <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>. |
23:54 | <ana_jpn> | !ask |
23:54 | <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>. |
23:54 | <crawler> | ana_jpn , please ask your question |
23:56 | <ana_jpn> | no questio |
23:57 | -!- | newtons [~newtons@2a02:120b:2c42:7650:74cd:9863:238b:5b36] has quit [] |
23:58 | -!- | ana_jpn [~anazawa@46.net112139039.t-com.ne.jp] has quit [Quit: Leaving] |
--- | Log | closed Mon Aug 16 00:00:56 2021 |