libera/#devuan/ Wednesday, 2023-05-03

FatPhilyeah, take it to OT ... for reasons ...01:38
irgendwer4711hi, I have a problem bootstrappging devuan, because key 94532124541922FB is unkown. I tried almost everything to import it10:57
irgendwer4711problem gone11:26
buZzgee, so annoying 'problem gone' but not saying what it was13:42
debdogin such cases I think PEBKAC is sve to assume13:45
chomwittWhy in a desktopless Daedalus installatiion i see system log messages in my login screen ?14:13
buZzchomwitt: press alt+f2 ? :P14:17
buZzchomwitt: likely because its not being redirected elsewhere14:17
buZzyou could add 'quiet' to kernel parameters to get less messages in screen14:17
chomwittCtrl - alt - Fx to access virtual terminals has a problem.14:19
chomwittIn my dual screen setup when i hit Ctl-Alt-F7 to return to GUI my on screen has terminal mode14:20
chomwitti will reboot to test.14:20
chomwittIn Chimaera i dont have that issue14:21
chomwittstrange.  according to arandr my one screen is lost!!14:23
buZzoh, so not desktopless14:23
buZzyou're running X , and getting console messages in X?14:23
chomwittbuZz, sorry . i meant i did a desktopless installation and i have no login manager14:23
chomwittso when i boot devuan i see the terminal14:24
buZzok and on terminal you get console messages? i'm not sure what the problem is14:25
chomwittok .anyway i have two issues now. I will reboot14:26
debdogchomwitt: /etc/sysctl.conf at the top: "# Uncomment the following to stop low-level messages on console"14:29
debdoghmm, seems reboot didn't went well...14:30
buZz'now what was the command for irssi ...'14:31
debdoghehe14:32
* debdog is afk in a bit, if someone will relay that message, please.14:33
debdogI am very certain this has been that way for many years. almost certain this happened even before the first devuan release.14:34
buZzyeah me too14:37
buZzbut this > 14:20:16 < chomwitt> In my dual screen setup when i hit Ctl-Alt-F7 to return to GUI my on screen has terminal mode14:37
buZzis that maybe a wayland issue?14:38
debdoghttps://forums.debian.net/viewtopic.php?p=132630 200814:38
buZzor using fbdev instead of real gpu driver?14:38
buZzi bet they already solved it themselves15:30
buZz:)15:30
rustyaxeall the things just work in testing. Come to the dark side. It's easier on the eyes :)17:12
buZzhey chomwitt17:13
buZzfixed it?17:13
buZzchomwitt: debdog tipped this ; 14:29:54 < debdog> chomwitt: /etc/sysctl.conf at the top: "# Uncomment the following to stop low-level messages on console"17:13
buZzand 14:38:10 < debdog> https://forums.debian.net/viewtopic.php?p=132630 200817:13
rustyaxeOh no kerberos has borken17:14
buZzrustyaxe: just move to testing17:14
buZz:)17:14
rustyaxebuZz: Its hosted on fedora tho :P17:14
buZzdevudora?17:14
rustyaxeSeems the machine that handles SSO has gone too lunch and no longer cares to respond even to pings :O17:15
buZzah, good riddance17:15
rustyaxecompy prompted me for a password sshing to something at work and ive never actually seen that before. Im not even sure i have a local account lol17:15
rustyaxeTime to piss off and work on my own projects17:16
buZzpubkey not in place for root@ ? :)17:16
rustyaxelord no. we login as users then sudo up so auditd can actually generate useful audit trails.. :P Every command run in sudo is logged with the real uid of the user17:17
rustyaxeBut someone has been dispatched to power cycle the machine gone to lunch.17:17
rustyaxeif they'd fix the geoip crap giving me west coast servers, i wouldnt have stale hosts entries forcing things to $GoneToLunchMachine. but they only understand docker and containers and javascript :o17:21
chomwittIn a new Daedalus installation /var/log/syslog is increasing its size continously (50MB per day) with dhclient 'Failed to get interface index. No such device'17:41
FatPhilmake sure you compress on log rotation. my mail logs bloat that much, but it's mostly the same rejections, only the IPs and account names change.17:43
FatPhilyou could also try an alternative dhcp client if you think nothing should be failing - udhcp has worked fine for me (it also lets me remove some dependencies on big old bloaty libraries I don't want)17:44
chomwittFatPhil, Repeatedly the same message is added: dhclient[2336]: Failed to get interface index: No such device  (with another 10 lines of suggestions)17:45
chomwittFatPhil, ok17:45
chomwitti will try another dhcpd17:45
FatPhildoes it say what device it's looking for and failing to find?17:46
FatPhildo you have anything non-default in your /etc/dhcp/dhclient.conf? I've never needed to run anything non-default.17:47
chomwittmy connection failed.17:53
fsmithredI just got bumped too.17:53
fsmithredSeems to happen a lot at my current location. I blame it on clouds.17:54
fsmithreddid you see this last question: <FatPhil> does it say what device it's looking for and failing to find?17:55
chomwittno it doesnt17:55
chomwittnow i install  udhcpc17:55
fsmithredAre you using /etc/network/interfaces or NetworkManager or some other network software?17:57
chomwittupdate-alternatives --get-selections  wont show me dhcp deamons to choose17:58
chomwittshould i purge dhcpcd ?17:58
fsmithredI have no idea.17:59
chomwittfsmithred, nothing. i started from a desktopless installation and i just installed xorg and awesome17:59
fsmithredin chimaera I have isc-dhcp-client and -common18:00
chomwittfsmithred, i purged it. ill try udhcpc18:01
chomwittrebooting18:01
FatPhiludhcpc seems to be missing "Provides: dhcp-client18:01
FatPhilI always found that udhcpc connected more swiftly than the ISC tools. Pretty sure it's not psychosomatic.18:02
fsmithredit claims to be small, so maybe it's not your imagination.18:05
gnarfacethe key feature of the ISC tools is they actually follow the standards correctly, so you install them when you're having compatibility problems with the other stuff18:05
chomwittmy syslog is ok now!18:08
chomwitti mean with udhcpc.18:12
chomwittWhy would dbus display messages in my login tty1 ?  I dont use gui login manager.18:34
gnarfacesome rsylogd default setting echoes certain system messages to the console18:36
buZzchomwitt:18:36
buZz17:13:23 < buZz> chomwitt: debdog tipped this ; 14:29:54 < debdog> chomwitt: /etc/sysctl.conf at the top: "# Uncomment the following to stop low-level messages on console"18:36
buZz17:13:28 < buZz> and 14:38:10 < debdog> https://forums.debian.net/viewtopic.php?p=132630 200818:36
gnarfaceyou can turn it off, i forget the exact line18:36
chomwittdbus (pid 1731) 1s . ok run dbus (1731) ok run elogind (pid 1731)18:36
chomwittone moment to find that18:37
chomwittok . i reboot to test18:38
chomwittthat didnt help18:47
chomwitti think after booting i see various messages and it seems that the last messages (by bad synchronization ? ) are dropped just as tty1 has started18:49
chomwitti mean after that i dont see any other messages18:49
hacksenwerkHi. I tried to install devuan_daedalus_5.0.preview-20230501_amd64_netinstall.iso on a hdd connected to my computer via usb and without internet connection. But at partitioning the encryption fails, no matter if guided or manually done. in /var/log/syslog it says: "partman-crypto: libgcc_s.so.1 must be installed for pthread_exit to work"19:04
gnarfacefsmithred, you know about this?19:12
gnarfacehacksenwerk: someone probably knows, but i don't. just stick around.19:21
hacksenwerkgnarface: ok. :)19:22
hacksenwerkI thought it is a bug maybe.19:22
n4dirhacksenwerk: you want to test the preview-iso, or your main goal is to get a running daedalus installation?19:23
hacksenwerkn4dir: last19:23
n4dirif the latter you could use the "old" netinst, then upgrade19:23
hacksenwerkthe chimeara netinst?19:23
n4dirbeen ages i've done encrypted installations19:23
n4dirhacksenwerk: yup, that is what i would do19:24
hacksenwerkn4dir: been ages i've done them unencrypted ;)19:24
hacksenwerkhmm...19:24
hacksenwerkMaybe I wait a bit longer till the next daedalus release19:25
n4dirthough, assuming you used the default way for an encrpyted installation, i recall with lvm and such, then it seems like a "bug"19:25
n4diror at least a problem people might want to know about19:25
hacksenwerkyeah lvm19:25
n4dirthat should really "just work", imho19:25
hacksenwerkyup19:25
n4dirnot much the user could do wrong, iirc19:25
hacksenwerkbut it's not a big deal and I'm not in a hurry to install devuan daedalus right now. So I'm fine with it. ^^19:26
hacksenwerkI just thought it is an issue of interest.19:26
n4dirgot you, but whoever is in charge probably wants to know (i am not in the internals or logistics of devuan)19:27
fsmithredhacksenwerk, I guess what is needed is not in the iso, so you would need the network or a bigger iso.19:43
hacksenwerkfsmithred: hmm... but it was possible in the past19:48
fsmithredmaybe. The contents of the isos from one release to the next may change.19:49
fsmithredSometimes because of size (like there's no graphical install on the installer isos now)19:49
hacksenwerkfsmithred: I definitely won't use the internet at installation, I never do that.19:49
hacksenwerkfsmithred: ncurses installer is fine, but it should be possible to encrypted my disk without an internet connection... :(19:50
fsmithredget the desktop dvd if you want a full desktop environment, or get the server dvd.19:50
fsmithredIt is. You just can't do it with the iso that is designed to install from the network.19:50
hacksenwerkwhat has diskencryption to do with a desktop enviroment?19:50
fsmithrednothing19:50
hacksenwerkfsmithred: but it was possibel in the past i'm sure.19:50
fsmithredbut it might be related to which iso you pick.19:50
fsmithredI believe you.19:51
hacksenwerkI use netinstaller since years19:51
hacksenwerkafter installation i configure apt and other stuff and then i run the first time an apt update19:51
fsmithredIf you want details, you might need to sait until rrq is here, probably in a few hours.19:51
fsmithredsait/wait19:52
hacksenwerki coud use the cd images when it is possible there to encrypt my disk19:53
hacksenwerkbtw: why they begin at 2? wheres cd 1?19:54
fsmithredyeah, I expect CD1 has what is needed19:54
fsmithredhuh?19:54
fsmithredlet me look19:54
hacksenwerkhttps://files.devuan.org/devuan_daedalus/installer-iso/19:56
hacksenwerkThat's for amd64 and i386.19:56
fsmithredI guess the server iso acts like CD1. It's only about 750mb19:56
hacksenwerkAnd the signature is missing for those files.19:57
hacksenwerkfsmithred: oh i hope so not... that's nearly the double amount of bytes as the netinstaller has...19:57
fsmithredthere are .sha256 files for each of the isos. They are not signed and will not be signed until daedalus is ready for stable release.19:59
fsmithredthose testing isos get replaced every week.19:59
hacksenwerkfsmithred: Oh I see. I never used a testing image of devuan I guess.. ^^'20:00
hacksenwerkI think the last testing iso I used was Debian Stretch20:00
hacksenwerkBut I had use some backport in Ascii20:01
hacksenwerk*backports20:01
fsmithredif you're doing offline install and want signed isos for security reasons, then you should probably start with chimaera netinstall iso and upgrade to daedalus.20:02
fsmithredupgrade is pretty fast and easy on a minimal system.20:02
hacksenwerkfsmithred: yeah n4dir already suggests me that20:04
hacksenwerkBut I think I will try the cd2 iso before.20:04
fsmithredok. I don't know if that works with the netinstall or not. Let us know either way.20:05
fsmithreddo you run a window manager or desktop environment?20:05
n4diri sure do remember i once used the netinst and had no net and that wasn't that much fun (always going for no GUI during installation, so that was not the problem, but i don't recall the details)20:06
n4dirbut if you always do it, then i believe you.20:06
hacksenwerkBecause when this (imho) issue about no encryption possibility on the netinstaller iso will be the default in devuan, then I have to think about what I'm going to do in the future... Ilike to burn that netinstaller iso to a non rewriteable disc (pretty old school huh?)20:06
hacksenwerkfsmithred: I use a customized minimal xfce20:07
fsmithredlike I said, talk to rrq or else file a bug report on the installer-iso20:07
fsmithredand maybe that package will be put back. It might be missing because some package dependencies changed.20:07
hacksenwerkn4dir: it is the smallest iso and fits to a cdrom20:08
hacksenwerkfsmithred: yeah i hope so.20:08
fsmithredWe don't select every package in the isos. We select important packages and whatever they need gets pulled in automatically.20:08
n4dirhacksenwerk: yeah, right, but as the name says it expects net to be available.20:08
n4dir"usually"20:08
hacksenwerkfsmithred: ok, I'm not familiar with that process.20:08
hacksenwerkn4dir: nah not for a minimal installation. ;)20:09
fsmithredYou can't burn a bigger iso to dvd and boot from that?20:09
n4dirnot trying to convince you. I said "i do believe you". I only did a bit of chat that i remember that one or two times it wasn't much fun for me. But if you are used to it, that really is your choice20:09
hacksenwerkn4dir: after that you can configure apt, run dhclient and run your own instalaltion and configuartion scripts (like I do it)20:10
hacksenwerkfsmithred: yes sure, but dvds are more expensive than cds. Also you spare bandwith.20:10
fsmithredyeah, the netinstall iso is supposed to contain enough to install a working system even if you have no network connection.20:10
n4dirfsmithred: i sure could install. And as said: i don't recall the details20:11
hacksenwerkfsmithred: yup and that's very nice imho. especially for servers.20:11
plasma41hacksenwerk: I usually do offline installs with netinstall media as well, but I've not tried setting up disk encryption in such a scenario.20:14
fsmithredI'm downloading that iso now to try it.20:19
hacksenwerkplasma41: cool. But I always thought encryption is already standard.... :(20:20
hacksenwerkWe need more encryption guys!20:20
hacksenwerkIf if quantum computing will come and break it all... xP20:20
hacksenwerk*Even if20:20
n4dirif someone breaks in my apartment, not having my data encrypted is not my biggest concern20:20
hacksenwerkn4dir: lol20:21
hacksenwerkbut maybe it is!20:21
n4dirmaybe yes. Right. I gave up on encryption because it added pain to chroot20:21
n4diri think with UEFI, or how it is called, chroot is a pain anyway, so i might just as well encrypt20:21
hacksenwerkfound your bank login data here in your password manager on your not-encrypted disk muhahaha!20:21
n4diri don't do online banking20:22
hacksenwerkn4dir: UEFI?! Use libreboot or coreboot.20:22
gnarfaceencryption isn't very beneficial if your computers are never off20:22
n4diralso don't use a password-manager, it is a plain or encrypted file in ~/.ssh/my_passwords20:22
n4dirnope, .ssh/diverses/my...20:22
hacksenwerkn4dir: pass uses gpg too20:23
n4dirbut all to be found here is really a music collection. I don't use a PC for real life stuff20:23
hacksenwerkit makes it easier to handle these files then always using gpg to decrypted encrypted...20:23
n4diri do agree with what you say. Using encryption should be default. I simply don't care, but am not saying it is the right thing to do20:24
hacksenwerkn4dir: Oh! Sounds interesting. So you are not a so called "modern" human putting all your life on digital devices? How dare you!!!20:24
hacksenwerk;)20:24
n4dir:-)20:24
n4dirnow i will prepare a pizza. And here i can say: the right thing to do. Good luck, have fun, or perhaps later.20:24
hacksenwerkI am getting rid of my "smart"phone at the moment20:24
n4dirthey suck hard, imho20:25
hacksenwerkI will get an old landline with a dial plate20:25
n4dirEben Moglen, round the lines: "as soon you use a smartphone, thinking about security at all doesn't make sense anymore". :-)20:25
hacksenwerkn4dir: agree20:25
hacksenwerkLook at this beauty: https://eu-browse.startpage.com/av/anon-image?piurl=https%3A%2F%2Fc8.alamy.com%2Fcomp%2F2C0WFYG%2Ftelephone-phone-dial-plate-listener-retro-old-sign-signal-telephone-2C0WFYG.jpg&sp=1683138377Ta52ed8b817ff1a40e5b1b3fee9be07035e4b8949ecce48951b4c179ed183623b20:26
hacksenwerkYou can fix it completly by yourself if something gets broken. No micro electronics needed.20:27
hacksenwerkAnd it has a real bell in it!20:28
hacksenwerkIt is fun to replace all apps with real stuff.20:29
hacksenwerk.. sorry I went totally off-topic, because I am a lot enthusiastic about that progress at the moment. ^^'20:30
gnarfacehacksenwerk: fyi we have a #devuan-offtopic for such banter20:32
hacksenwerkgnarface: yeah i'm sorry.20:33
hacksenwerkI'll test the cd2 iso now.20:33
hacksenwerklater20:34
hacksenwerkso... I don't know what the cd2 iso is, probably the cd2 iso... becuase it is definitely _not_ the cd1 iso... xP20:45
hacksenwerkfsmithred: so server cd you said is cd1 then?20:45
hacksenwerkthe server iso is 759MB ... thats a bit to big20:50
hacksenwerkI think I will just wait till the next daedalus release. Things are going to get good again for me, I'm sure! ^^20:51
gnarfaceyou should try to upgrade from a fresh chimaera install honestly20:52
gnarfacemight be easier20:52
gnarfacejust do a minimal chimaera install so the update is fast20:52
rustyaxeToday's random errno POSIX should have had but didn't... Some vendors, however implement it ; ) EUSER (814): User error, replace user.20:53
hacksenwerkgnarface: Yes I know, but the problem is that I always make a new install when a new stable release comes out. If that will no longer be possible for me with my way of installing, when daedalus will be stable, then I have to think about using another distro maybe...20:57
hacksenwerkslackware I'm coming!20:57
hacksenwerklol20:57
hacksenwerkI will just wait and watch. ;)20:57
gnarfaceeh, i'm sure it'll get fixed eventually21:03
hacksenwerkgnarface: :D21:13
fsmithredI'm still downloading the netinstall iso.21:23
gnarfaceouch21:23
fsmithredoh, it's much fun when I'm connected to my build server - keystrokes show up 2-5 seconds later.21:24
fsmithredthe joys of satellite internet21:24
hacksenwerkfsmithred: o021:26
fsmithredtwo more minutes21:26
fsmithredhacksenwerk, how much RAM does your computer have?21:28
rwpfsmithred, Use "mosh" on such high latency network links.  FTW!  Recommended!21:29
fsmithredmosh - Mobile shell that supports roaming and intelligent local echo21:30
fsmithred^^^ what does that mean?21:30
hacksenwerkfsmithred: 3GB21:31
rwpmosh acts like an ssh replacement for interactive use (not non-interactive batch ssh) which uses UDP instead of TCP with local echo21:32
rwpThis helps HUGELY on high latency connections like satellite links.21:33
rwpmosh uses ssh to initiate and set up the UDP connection.  Is not a complete replacement for ssh.  But feels like it for interactive connections.21:33
rwpI recommend using mosh with screen/tmux for reasons I would explain in detail if requested.21:34
hacksenwerkInteresting: https://en.wikipedia.org/wiki/Mosh_(software)21:36
rwpThat's a good summary of the utility and the pros and cons of it.21:38
fsmithredthe error regarding missing libgcc_s.so.1 occurs before the network mirror selection.21:46
fsmithredrrq ^^^21:46
hacksenwerkfsmithred: ah I see, I just checked the log right after the encryption failed, not before.21:47
fsmithredThat's when I checked it. Network is set up before that, but mirror has not been selected, so no packages should be downloaded at that point.21:48
fsmithredI asked about the RAM because I've had installer fail to encrypt if I had too little memory. Now I can't remember if I needed 1G or 2G. This was in qemu.21:49
hacksenwerkfsmithred: 2GB should be enough, I installed devuan and debian on severeal computers with "only" 2GB RAM the last years.21:55
fsmithredyeah, well I expected a lot less to be needed for the installer. Like 256mb21:58
fsmithredwtf??!! $ apt-cache rdepends libgcc-s1 | wc -l22:00
fsmithred686722:00
hacksenwerkSo it is just an accidentaly missing package.22:02
hacksenwerkyay!22:02
fsmithredpriority is optional22:02
fsmithredwell, it's some other problem because that package is in the iso.22:03
hacksenwerkoh22:04
rwpI routinely use the debian-installer on VMs with 1GB (and I think 512MB too) but I always configure a little bit of swap too.22:04
rwpI know the current fashion is to poo-poo any swap at all but I keep finding that a little bit of swap seems solve memory spikes that break me without any swap.22:04
fsmithredrwp, do you make an encrypted root partition with that little RAM?22:04
fsmithredthat's where I ran into the problem22:05
hacksenwerkrwp: I really need swap here, but not as it was (or is?) always recommended (double of your ram)22:06
hacksenwerkIf a have several tab open in firefox and maybe freetube running it swaps about 200 mb on my hard drive22:07
gnarfacedouble your ram up to 128MB, after that it's probably safe to just match your ram22:08
hacksenwerkBut maybe it depends also on the ram type not the amount alone22:08
rwpfsmithred, I don't usually encrypt my low memory VMs or Raspberry Pis.  So, no.22:08
gnarfaceafter 256MB, rather22:08
hacksenwerkI make always at least 1GB swap, just to be sure. The trend of modern programs goes into using even more ressources...22:09
rwpI am the odd one out in that I disable linux memory overcommit and revert to the classic Unix process memory model for reliable operation.22:10
rwpI realize that the cool kids these days embrace overcommit but then that comes with other problems on servers.22:11
hacksenwerkWhen you look at firefox, what this "thing" is capable of... I guess one day it is an OS22:11
hacksenwerklol there _was_ firefox os an operating system for smartphones22:12
rwpI almost always find that there is around 400MB of pages swapped out to swap space on all of my systems.  I find that quite acceptable.22:12
hacksenwerkrwp: do you use a ssd or a hdd?22:12
n4diri never see swap being used. But then: i don't look that often anymore22:12
n4dirfor quite some years i didn't add swap at all, probably i thought i would be cool by doing so.22:13
golinuxGetting abit IT22:13
golinuxOT22:13
hacksenwerkgolinux: yes ^^'22:14
rwphacksenwerk, Both.  Either.  Different needs on different machines.  Laptops SSD only.  For large storage systems only spinning is cost effective.22:14
hacksenwerk*adds devuan-offtopic to the channel list*22:14
hacksenwerkOk I go to sleep. See ya all.22:15
n4dirhmm. I downloaded the daedalus-preview-netinst.iso, disabled networking in qemu, have choosen lvm with encryption, and "partitioning" has worked an the base system is installing now. fsmithred you could confirm it doesn't work?22:23
fsmithredinteresting. I chose encrypted partition without lvm, manual partitioning22:28
fsmithredI also tried dropping to shell and creating the encrypted volume with cryptsetup and got the same error.22:28
fsmithrederror came right after it asked to set the encryption password.22:29
fsmithredn4dir, you got amd64 or i386 iso?22:29
n4dirwell, grub gets installed, so though being tired as hell it seem to have worked. Will check tomorrow if i really made the right choices, but it seems straight forward22:30
n4dir64, ot 38622:30
n4dir4 gigs of Ram in qemu22:30
n4diri doubt i made an error, as using guided lvm encryption is easy enough. Not much i could do wrong22:30
n4dirdamnit, rebooting, might check right now if it worked22:31
fsmithredsee if it asks for a password22:31
n4diryup, that is the plan22:31
n4dirdoes ask22:31
n4dirAs far it is me it worked22:32
fsmithredweird22:33
n4diri do recall doing it without lvm was more troublesome (not didn't work, required me to be more focused)22:34
n4dirfsmithred: sorry, i was wrong. I used i38622:34
n4dir devuan_daedalus_5.0.preview-20230501_i386_netinstall.iso22:35
fsmithredah, ok22:35
fsmithredthanks for testing22:35
n4dirweird it boots at all, as the qemu machine is set to 6422:35
fsmithredthat's ok22:35
fsmithredthe other way doesn't work22:36
fsmithredcan't run 64 on 32 hardware (or virtual)22:36
n4dirso there is no need for me test if it is 64 which fails?22:36
fsmithredif you want to test the amd64 iso, that would be good. Do the same thing you did, which is not what I did.22:36
n4dirgot a quick link, it took me a while to find it22:37
fsmithredyeah22:37
fsmithredhttps://mirror.ungleich.ch/mirror/devuan/devuan_daedalus/installer-iso/devuan_daedalus_5.0.preview-20230501_amd64_netinstall.iso22:37
n4dirwill do it right away, report in 15 minutes, then go to sleep22:38
fsmithredthanks22:38
n4diras in: won't wait for your answer. am really tired. see you22:38
fsmithredg'night22:40
n4dirwhat i also did do: cancel overwriting data (to save time) and using a seperated home.22:43
fsmithredsame here22:43
n4dirfor both 64 and i386. And the 64 already does "installing the base system", so it seems to have worked too22:43
fsmithredbut no separate home. That shouldn't matter22:43
n4diram i magic?22:43
n4diri see nothing which could matter, but am not that much in the subject22:44
fsmithredyou chose automatic partitioning22:44
fsmithredlvm with encryption instead of just encryption.22:44
n4dirthat seems the main difference, and the lvm being involved22:44
fsmithredyeah, it's not making sense to me22:45
n4dirwould be less confusing if an additional feature, lvm, would fail ...22:45
n4diramd64 did work too, rebooted and all, as described. Good night all22:54
chomwittthose repos appeared automatically in my sources.list . amdgpu.list  amdgpu-proprietary.list  rocm.list  . I guess it happend after downloading a amd gpu firmware from the new  non-free-firmware repo section ?23:07
fsmithredchomwitt, which firmware packages did you install?23:23
chomwittfirmware-amd-graphics23:23
fsmithredor did you install amd packages directly from amd?23:23
chomwittfsmithred, sorry. i tried to install one from amd23:24
chomwittbut it didnt install23:24
fsmithredah, that's probably where those files came from23:24
chomwittadrenaline23:24
chomwittso i forgot it23:24
chomwittok my mistake. sorry23:24
fsmithredremove them or comment out the lines in them.23:24
chomwittok23:25
fsmithred'apt-file firmware-amd-graphics' doesn't show those files23:25
fsmithredor any files in /etc23:25
rwpI think those files came from the failed amd install.  I would remove them and then see if anything did come through.  (With apt-show-versions which possibly needs install.)23:26
chomwitti removed them23:26
chomwittrwp indeed. they must be leftovers of triying to install a linux package of 'adrenaline'23:27
fsmithredlol, oh, I thought you were saying that you were acting under the influence of adrenaline (the hormone)23:28
fsmithredor neurotransmitter, i guess23:28
chomwitt:-)23:29
rwpThat's what I thought too.23:34
fsmithredbeen there, done that23:37
fsmithreddinner, bbl23:51

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