libera/#devuan/ Monday, 2020-10-05

hagbard_Is it intended, that there aren't any apt-changelogs for packages from devuan repositorys, or might something be misconfigured on my side?00:41
masonhagbard_: I see apt changelogs here.00:48
hagbard_hmm, ok. that means i can possibly get it to work too.00:49
masonCan you give me an example of packages you're querying? And what release are you on?00:50
hagbard_got "empty URI" (or siimilar) messages from synaptic.00:50
hagbard_And im on testing, with a few packages from unstable.00:51
masonAh, Beowulf here. That could conceivably matter.00:51
hagbard_Oh, i see there are changelogs for older packages, but not for those that are currently upgradeble. So maybe the changelogs simply just show up a bit later than the packages themselves.00:54
hagbard_But whatever, no biggie.00:54
masonI'm not familiar with the mechanism used for 'apt changelog' - looking now.00:55
masonhagbard_: So, /usr/share/doc/foo/changelog.gz seems to exist for lots of packages. dpkg -L suggests that this is actually shipped with each package.00:57
hagbard_Hmm, it looks like for already intalled packages the changelogs are read locally (works of course), and for not yet installed/upgraded packages they are fetched from the server, wich doesn't seem to work.00:57
masonThere's also changelog.Debian.gz that shows up commonly.00:58
masonAh, you want to see the changelog that explains why it's being changed.00:58
masonbefore installing00:58
hagbard_...so in the latter case, all I get is "URI was empty"00:58
hagbard_yes00:58
masonLooking.00:58
masonhagbard_: https://askubuntu.com/questions/272215/seeing-apt-get-changelogs-for-to-be-upgraded-packages#27243300:59
masonLooks like apt-listchanges might be what you want.00:59
masonLooks like it still has to grab the package.01:00
masonhagbard_: Upstream also has pages like: https://metadata.ftp-master.debian.org/changelogs//main/a/apt/apt_2.1.10_changelog01:00
hagbard_nah. With debian it was possible with apt/aptitude/synaptic to read the changelogs before/without installing anything. apt-listchanges shows the changelogs after it got the packages.01:02
masonhagbard_: I don't initially see a Devuan equivalent, but it might exist.01:02
masonI wonder if this is what's being queried, this /changelogs/ tree.01:03
hagbard_Seems to be a know, open bug: https://beta.devuan.org/gitlab-issues/devuan.devuan-project.59.html01:03
masonSure enough.01:04
hagbard_Which got forwarded to debian, and then forgotten since two years: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=88992401:05
masonhagbard_: kk, seeing this now - on a Debian box, buster-backports can give me changelogs for uninstalled packages (easiest thing for me to check) where beowulf-backports cannot. I'm assuming it's this lack of online changlogs in Devuan at issue.01:11
hagbard_probably, yes.01:12
masonOh, unless it's also hardcoded in apt. Worth looking. Between this and the libsystemd0 dependency, it might be worth forking apt.01:14
masonand similar01:14
u0is this the devuan hangout?02:49
masonThis, and also #devuan-offtopic.02:49
XenguyThis is the 'on-topic' channel02:49
XenguyThere is #debianfork also for OT chatter02:50
u0for general help, I can't add a new user, useradd and adduser as root return 'command not found'02:51
masonu0: Do this as root.02:52
u0i did, in konsole, after su02:52
XenguySounds like your install is incomplete02:52
masonXenguy: It's not that. It's a behavioural change in su.02:52
XenguyWhat?02:53
masonu0: try using su - instead, and there's a config change to get the old behaviour where you pick up root's paths02:53
masonHalf a sec and I'll find a reference.02:53
XenguyOf course, 'su -' should always be used02:53
u0I did su and got the root prompt so I figured it was good02:53
fsmithredexcept when it shoudn't02:53
masonHere we are. echo "ALWAYS_SET_PATH yes" >> /etc/default/su02:53
XenguyDo 'su -', pretty much always02:54
fsmithredI don't because it moves me to another dir, and I'm usually already where I want to be02:54
XenguyThat's fine too, but there's something to be said for just doing it correctly : -)02:54
* Xenguy shrugs...02:54
masonXenguy: "Correctly" is a matter of opinion with this. For instance, I do it correctly, and I don't use su at all.02:55
fsmithredit's linux. There are 10 correct ways.02:55
mason(This is also why I haven't internalized the fix, and have to look it up.)02:55
masonThis particular change doesn't affect me two different ways. :P02:55
fsmithredGNU/Linux02:55
masonLignux.02:56
Xenguymason: Agreed, and my opinion is that 'sudo' is crap (from Ubuntu-land), and people who want root to work as expected use 'su -'02:56
Xenguyfsmithred: haha, too true02:56
XenguyMy my way is more correct!02:56
masonXenguy: As long as you recognize that that's not only just an opinion, but a minority opinion, we're good.02:56
Xenguy*But my02:56
fsmithredbut then you can't use the user's xserver02:56
Xenguymason: My opinion is usually correct I've found, I can't lie to you = )02:57
masonfsmithred: Sure, you manually explicate DISPLAY.02:57
u0I'm totally new to Devuan as well as to chat, do i reinstall or try to compete with package manager?02:58
masonu0: No, you're fine. Just say:   echo "ALWAYS_SET_PATH yes" >> /etc/default/su02:58
mason...and it'll do what you expect02:58
masonu0: What happened is that you didn't pick up /sbin and /usr/sbin from root's environment, and that's where the commands you want exist.02:59
masonu0: This is a change Debian made for random reasons, and Devuan has inherited it.02:59
XenguyGood ol' Debian02:59
u0 echo "ALWAYS_SET_PATH yes" >> /etc/default/su followed by the same commands still returns 'command not found'03:01
u0is there a gui user manager like yast in Suse?03:01
fsmithredlog out and log in again03:02
fsmithredas root03:02
masonu0: That's odd. You can always give the full path as well: /usr/sbin/adduser or /usr/sbin/useradd03:02
fsmithrednothing like yast :(03:02
u0ok, i'll log in as root, be back after03:02
fsmithrednoooo!!!03:02
fsmithredshit03:03
masonfsmithred: As soon as that existed in /etc/default/su it should have been active. It's not an environment variable. I'm curious what didn't work for him.03:03
fsmithrednope. Gotta log out and in for it to work.03:05
fsmithredI just tested it.03:05
masonWhat's reading it, then? Not su.03:05
fsmithredand DISPLAY=:1.0 gparted didn't work03:05
masonYour DISPLAY isn't on :0.0?03:05
fsmithrednope03:05
fsmithredprobably logged out and in when I was playing with lightdm03:06
masonMaybe try xhost + first then, or xhost +localhost or similar.03:06
masonThis is something I do randomly, which is why I'm confident it generally works.03:06
fsmithredI tried those things last year and they didn't work. Someone else said that xhost works. Maybe again?03:07
masonHrm. Unsure. Anything I say is suspect, in any event.03:07
fsmithredthe different in behavior of su between ascii and beowulf does handle env differently03:07
fsmithredu3 if you are root, gtf out of here and come back as user03:08
fsmithredI did not mean for you to log into a root desktop03:08
fsmithredam I here?03:10
masonfsmithred: yes03:10
fsmithredthanks03:10
u3Hey, don't talk to me like that or I'll break out in pimpples again! "USER" u3 was u0 is back, logged in as root created ok, now logged as user u3, thanks. That will complete my Devuan torturesession for today before the rest of my hair falls out. Later.03:10
fsmithredhey03:11
fsmithredI meant in your terminal window03:11
fsmithredyou exit and then su and it should work03:11
u3well it DIDn't03:11
fsmithred?03:11
fsmithredyou're in beowulf?03:11
u3I logged in with su , exited to u0, back and forth I don't know hao many times, su just wasn't doing it. So I did log into X (ohmegawd!) and got her done. What's the panis, whose mother did I kill?03:13
fsmithredprobably none03:13
u3yes in bewolf XFCE03:13
masonu3: FWIW, man su and look for "CONFIG FILES" and the description of "ALWAYS_SET_PATH" - that explains what the goal was for setting that value.03:13
fsmithredALWAYS_SET_PATH yes03:14
fsmithredin /etc/default/su03:14
fsmithredcheck that03:14
fsmithredshould make it work like it did in ascii. 'su' will give you root's path03:15
u3OK thanks, for now I just wanted a familiar hole in the monitor after copying over my entire u3 home folder form other installations. I'm adding Devuan and Artix to Slackware to Leap+Tumbleweed to escape systemd.  Got loads of paradigm to do, 'nuff for today!03:16
masonWas he suggesting that OpenSuSE ships a non-systemd distribution? Or is he adding things to his OpenSuSE to escape systemd?03:18
masonSlackware ships PulseAudio by default now, which is the slippery slope.03:19
fsmithredI don't know what he's doing03:20
fsmithredmaybe just coming from suse03:20
fsmithredand hoping for yast in debian. I did that when I switched.03:20
masonIt's been years since I used YaST, but I remember it being nice.03:21
fsmithredyeah, all admin stuff in one place and easy to use03:21
rennjibm smit gui/cli, hp-ux sam gui/cli, making life simpler, suse yast gui/cli03:33
masonsmit cli was smitty, which I liked03:34
rennjsun mico never could figure that one out, admintool was mess03:34
golinuxGetting OT guys03:34
rennjwhats devuan have again?03:40
rennjyast is opensauce wonder how that would integrate03:40
masonrennj: Same as Debian - no integrated admin center.03:40
rennjmr.gatekeeper you want on topic03:40
masonLooks like there was at least one effort to port it, but I don't see it existing for Debian, which means it's not here either.03:41
XenguyI don't even see him anymore03:42
* Xenguy is lagged, as usual...03:43
tuxd3vrennj, being 'opensauce' means eveybody can see its ingredients..03:43
XenguyFor apt-get'ing, I have no idea why anyone would prefer a GUI, but damn, they exist!03:44
tuxd3vXenguy, the guy is nice... to test, the mouse :)03:44
Xenguyhuh?03:45
XenguyHumor, very well03:46
tuxd3vyeah :)03:46
XenguyFor gawds sake, just get on the command-line and be happy03:46
Xenguysu - to root, and apt-get that stuff03:46
XenguyLet's do this03:46
u3back again, this time I want to take notes about using su in cLi which didn't work "just like that" as it does in Suse, Slackware and Artix. What exactly was that workaround again polease?04:32
tuxd3vu3 whats your doubts about?04:33
tuxd3v'sudo su -' works nice for me :)04:33
XenguyJesus Murphy, just keep it simple and straightforward, a.k.a. KISS04:34
Xenguysu -04:34
u3I was trying to create new users, just with su to get me root authority (no sudo)04:34
XenguyThat's it04:34
XenguyWorks then, works now04:34
XenguyAm I wrong?  Why complicate?04:34
Xenguyscrew sudo, that's Ubuntu crap04:35
tuxd3vXenguy, heheh, with sudo you use the users pass :)04:35
XenguyI know that, it's the complete wrong way of doing things04:36
XenguyUbuntu popularized it04:36
XenguyThey were wrong then, and they are wrong now04:36
XenguySimple04:36
u3sonofagun it DOES work NOW, it didn't an hour ago,04:36
XenguyThey screwed up the time honored *nix system of separating the root and user accounts04:36
u3how can I get the Mozilla Composter installed? it's my only word processor, it doesn't show up in synaptic04:38
XenguySeriously, Mozilla Composter, huh?04:38
u3yeh, does what I need04:39
XenguyFirst, I recommend using a text editor instead of a wordprocessor...04:39
tuxd3vu3 is it being java based?04:39
tuxd3vI don't know it..04:39
XenguyBut if you truly need to use a wordproccessor (WP), then just install LibreOffice...04:39
XenguyIf it's not installed already, by default04:40
XenguyOn Devuan I'm pretty sure it's installed by default04:40
XenguyCheck Applications > Office04:41
u3i don't know what it's base but been using it since 1990's. Right now I'm filling in the boxes in a table showing how to get X thing done in the distros I use. Can't invokew from cLi nor get synaptic to reactinfrom04:42
XenguyAre we still talking about WP's?04:43
XenguyWhat is the filename of the file you are trying to open/access?04:43
u3seamonkey04:45
XenguyOK, that's the 'application'04:45
XenguyNow, is there a filename of the file you need to open up?04:45
XenguyOr, does it have an 'extension' like:  .docx, or .doc, or .wpd?04:46
u3just wanna lauch seamonkey for now, then set up prefs so tha compoetr is invoked each time, does it have a different name TOO?04:46
XenguyI was trying to understand what file extension you were trying to work with04:47
u3*.html04:48
XenguyHuh, so if that is the extension of the file you want to open, any browser should work.  But you (IIUC) seem to want to edit that file with some Seamonkey application, hrm04:49
XenguyIf yes, you'd want to configure that in whatever web browser you generally prefer04:50
u3yes, it's the Seamonkey compster I use as a word processor, I want to copose, not view04:50
XenguySo create that configuration in your Seamonkey web browser I think04:50
XenguySomewhere inside Seamonkey, you have to choose that option04:51
XenguyEdit > Preferences04:51
u3there IS no Seamonkey, that' the whole point, I wanna know how to install it in Devuan, is it called another name as some distros tend to do?04:52
XenguyMy goodness04:53
XenguyFirst things first, eh what?04:53
XenguyI remember checking for that myself, not so long ago...04:53
XenguyAs I recall, it was not packaged in Debian/Devuan04:54
XenguyAnd when I looked at installing it, it was not so friendly to do04:54
XenguySo I just paused that little experiment04:54
XenguyI'm sure it can be done, but you may just have to go for it and install it from outside the Devuan repository04:55
u3I've got Slackware, Leap, Artix, Tumbleweed installed too, I have all of them set up to edit on need the same 'notes' file in html format. THAT's what I wanna get done this session.04:55
XenguyI would think that if you have a bunch of other distros to do what you want, then doing so on Devuan/Debian would be pretty similar04:56
u3sure it would, once I installed it, i'll go see to find a source package.04:57
XenguyIf you say so04:57
u3Last question for now, is Devuan looking to become a Rolling-Release like Artix & Tumbleweed?04:58
XenguySomeone else will have to answer that question04:58
XenguyIdle and see?04:58
gnarfacei'm not an official source but i'm almost certain the answer is no04:59
gnarfacethe release cycle isn't afaik planned to change from moving along with debian05:00
gnarfacethe whole point of the distro is to leave debian as it was (before systemd)05:00
XenguyThat makes total sense05:01
u3_connection cut out, happens all the time05:02
XenguyMe too05:02
gnarfaceu3_: i'm not an official source but i'm almost certain the answer is no05:02
gnarfaceu3_: the release cycle isn't afaik planned to change from moving along with debian05:02
XenguyWhere were we?05:02
Xenguyhaha05:02
gnarfaceu3_: the whole point of the distro is to leave debian as it was (before systemd)05:03
XenguyDamn straight05:03
u3_ok, so Devuan will go rollingrelease with Debian IF & When, I can live with that05:04
XenguyYeah, that's right05:04
Xenguy^^ David, er...05:04
XenguySeinfeld05:04
gnarfacemost likely they'd do that but i don't know if it is a guarantee05:05
XenguyGibby?05:05
gnarfacemost likely they'd have to, for economic reasons05:05
Xenguy<== No garantees05:05
Xenguyhttps://www.youtube.com/watch?v=NNOa5Uvjpwo05:13
XenguyI'll leave you with this OT tonight:  https://www.youtube.com/watch?v=K9OOFAFxGv805:22
XenguyWhat a take05:23
brocashelmdevuan going rolling release (only) would kill the server side of things. horrible idea. just change your sources.list to chimaera or ceres branches and then you won't have to worry about lts ever again10:04
gnarfacewell that's more or less my view on it, too10:06
gnarfacei still don't really see the practical distinction between sid/ceres and a "rolling release" cycle despite repeated assurances that there is an important difference10:06
gnarfaceproponents of it claim that it gets you more stable software but frequently complain sid is still too old so... i dunno if it's really a rational goal, honestly10:07
brocashelmme neither. if it keeps updating over and over again, it's rolling release. besides, if manjaro having slightly older packages than arch's aur is "rolling release", then so would debian sid/devuan ceres. and, debian sid is closer to upstream than ubuntu (which is based on sid)10:09
foresterHullo. I compile custom kernel with localconfig. There is a problem with latest versions of different kernels (4.19 *  5.4 , 5.9).12:38
foresterupdate-initramfs: Generating /boot/initrd.img-5.9.0-rc8-gnu-rt1012:38
foresterfind: ‘/var/tmp/mkinitramfs_295oAL/lib/modules/5.9.0-rc8-gnu-rt10/kernel’: No such file or directory12:38
foresterAnd when I try to boot, then busybox starts and I am not able to start session and have to reboot with older kernel.12:39
foresterAny idea, please?12:40
hagbard_localconfig enables only those moudulees which are currently loaded as modules, not those that are compiled directly into the kernel.12:40
hagbard_So maybe on of those is missing.12:41
hagbard_Try oldconfig with the latest working version, and go from there.12:41
foresterlocalmodconfig12:42
foresterconfig is the same in all kernels. this problems began with latest patches12:42
foresterthe reason is int mkinitramfs12:43
foresterthis is was told in another channels and was advised to ask here.12:44
foresterI just thought maybe someone did see this issue earlier and know what it is.12:45
hagbard_Nah, not-found folders by initramfs are rather normal, that message always appears when there aren't any modules in that folder, and instead of beeing empty that folder is just not there.12:46
hagbard_I'd rather look for what the non-booting kernel is complaining about.12:47
hagbard_Since i compiled a lot directly into the kernel instead of to modules, i get tons of these messages, without any ill effect.12:48
foresterthank you.12:50
hagbard_Maybe there's dmesg or some log acessible by busybox.12:50
foresterok. Now I have to go. Thank you.12:51
CalliostroGentoo user here, wanted to say hello and thanks for just existing <313:20
Calliostro... and respect for everything else.13:22
hagbard_Hi, was considering using gentoo too (coming from debian), but then chose to use devuan.13:31
gnarfacewelcome to both of you13:32
hagbard_The only thing i compile myself is the kernel.13:33
hagbard_...and things where there aren't any packages for.13:34
hagbard_Btw. is there any way (by using equivs or whatever) to circumvent dependencies where packages hard depend on libsystemd0 246?13:36
hagbard_E.g. wireshark is uninstallable in devuan testing and unstable, since it depends on libsystemd, and can't be installed when libelogind is around.13:37
gnarface uh... i think there is actually, hagbard_13:39
gnarfacei thought someone made a slug package to replace it13:39
gnarfaceor maybe i'm thinking of something else, hmm...13:40
gnarfaceanyway, should be doable but i'm not sure if the work is actually done yet13:40
hagbard_I'm sure it's doable, but not exactly how.13:41
gnarfacedo you have libelogind installed too?13:42
gnarfacemaybe that's the package actually that replaces it13:42
hagbard_yes, of course13:42
hagbard_yes libelogind replaces libsystemd.13:43
CalliostroI've just quickly checked whether wireshark is available on my Gentoo machine and it seems I can emerge it. Dunno if it pulls down anything systemd other than elogind, which is already installed. Would that help?13:43
gnarfacewireshark won't accept libelogind instead?13:43
hagbard_For 99% of packages. But there are still some packages in devuan which unfortunately directly depend on libsystemd.13:43
hagbard_yes13:44
Calliostroversion 3.2.6 here, BTW.13:44
gnarfacehagbard_: since it's testing, maybe it's an oversight... maybe you can just actually rebuild the package with that one simple change to the dependencies13:44
gnarfacecould be a 1-line change in theory13:45
gnarfacei don't know honestly13:46
hagbard_I think I'll do that. Or, since it affects some more packages, i might edit the package of elogind, so that it pretends to provide libsystemd 246 instead of 243.13:46
gnarfacein theory possible13:46
xinomilowireshark accepts elogind, it's just that elogind is on an older version : https://github.com/elogind/elogind/issues/17013:55
hagbard_yes, and I'm trying to somehow circumvent that14:00
hagbard_So, i just unpacked wireshark-common, manually edited the control file (changed depends for libsystemd from 246 to 243), repacked it, and now everything works fine.14:37
hagbard_Seems like wireshark doesn't actually need libsystemd 246.14:38
hagbard_So, found out that wireshark doesn't indeed need libsystemd 246, except for one single thing which is reading journals from systemd, which don't exist on devuan systems.14:52
hagbard_So it might not be the worst idea to simply lower the dependency to libsystemd 243.14:52
hagbard_this would fix wirehsark, and all other packages that belong to it or depend from it or tshark, like wifite.14:53
xinomilothere's a forum post also : https://dev1galaxy.org/viewtopic.php?id=381214:56
hagbard_I left a reply there, in case anyone want's to try the same fix.15:12
xinomilonice :)15:14
hagbard_i think the same might work for other packages that directly depend on libsystemd0 v24615:26
DHEsounds like some symbols are versioned. generally if the needed versions/symbols don't exist then the program just doesn't start. so if it starts then it's fine.15:37
willow_Hi, install question, installing from live desktop iso in a usb, in gparted it wants a partition, the 2 devices showing are /dev/sda and /dev/mmcblk1 I am 99.9percent sure i need to go ahead and put a new partition on the (what gparted is saying unpartitioned) /dev/sda device, ie the hdd) the file system name is iso9660 which made me unsure what i am installing to (my USB and HDD are both 32GB in size so i want to tripl15:48
willow_e check) any help appreciated, ie how can i double check i'm partitioning the correct device, thanks15:48
masonwillow_: sda is the common device for a regular disk, where as mmcblk is usually an SD card.15:57
masonwillow_: That said, I'd expect a USB device to show up as sd as well, so maybe you're not seeing your disk.15:58
masonwillow_: Check sizing. That should be a good hint.15:58
willow_hi thanks, i've just run fdisk and i think it is saying usb = /dev/sda i am v confused now15:58
masonwillow_: What's your disk you expect to see? What kind?15:59
willow_i know the usual is usb = dev/mmcblk1 and hdd = dev/sda but this is showing mmcblk1p1 / p2 / p3 / p4  ie my old hard drive16:00
willow_both are 32 GB16:00
willow_that is the problem i cant be super sure16:00
masonI wouldn't expect to see USB disks on mmcblk116:00
willow_so mmcblk1 = hdd?16:00
masonwillow_: That should be a microSD card or similar, usually.16:01
xinomilodepends on the hardware16:01
masonwillow_: Try "gdisk -l /dev/foo" and you'll see a model identifier, which might help.16:01
willow_thanks mason will try it now16:01
masonwillow_: You can also pull some of that data out of dmesg.16:02
willow_it says problem opening dev/foo for reading error is 216:02
willow_i am on a live iso of devuan16:03
masonwillow_: That was the mmc device that gave that back?16:03
masonwillow_: Make sure you do this as root, also - for instance, with sudo.16:03
willow_i ran it with sudo, how can i tell when i'm on live iso what is beyond that? ie am i just on the usb and that is all it sees?16:04
willow_i don't know what is normal to see on the live usb device, ie should it have 4 partitions, or is that my existing HDD (<- i think this may be the case)16:06
willow_it is saying the dev/sda has no partitions, is that normal for the live desktop iso?16:06
willow_this might answer everything, is it normal for gparted to see the existing HDD partitions, and you have to delete them all manually then put in a new partition, is that the way the live devuan desktop iso works typically?16:09
willow_in gparted the label on dev/sda says ISOIMAGE and it has no partitions, i am assuming that is the USB device with the live devuan desktop iso loaded on it.16:12
gnarfacewhy not just use the netinstall image?16:13
gnarfacenot that you should have to be partitioning manually to install from the live image, but it seems like you want to, so maybe it would be better to use an installer meant for that16:14
willow_first time with devuan i thought this would be the easiest way and the tablet hasn't been on the internet yet, no firewalls etc16:14
masonLive media lets you do fine-tuned installs. That's why I use it.16:14
masonTablet... Maybe it *is* an SD card?16:14
willow_its a usb16:14
masonThe hard drive is USB?16:15
masonAnd the stick you're booting is also USB?16:15
willow_the hdd is a tablet ssd so maybe it is an sd like card????16:15
ShorTieemmc's show up as mmcblk too...16:15
masonThat's what I'm thinking - tablet, maybe it's a funny storage mechanism.16:16
gnarfacea sd card could show up as either sd* or mmcblk* depending on what controller it's plugged into16:16
willow_ShorTie!!!!!!! i've been reading your raspberry pi4 stuff, i will have a question if you are here for a little while?16:16
gnarfacemmcblk* is common for mobile devices and tablets16:16
gnarface(for both internal and removable storage)16:17
willow_yeah i wanted to see if devuan plays nicely with a simple tablet16:17
willow_also (separately) i was going to try the ShorTie rpi4 script setup later, amazing work, thanks for that ShorTie16:17
masonwillow_: Here's a perspective for you. If you've got two storage devices, and you overwrite the wrong one, you'll know. :)16:18
willow_gnarface i think you are correct, tablets will call their drives mmcblk1 etc16:18
masonIn the one case you've overwritten the thing you wanted to overwrite. In the other, you overwrite a USB stick you can then rewrite.16:19
willow_lol mason, i already have done that, it totally wipes and kills the usb stick, i thought you would be able to resurrect with gparted but no luck16:19
ShorTiethink they deleted that one it for/on me, or the image atleast16:19
ShorTienewer script is on my github now, ShorTie816:20
willow_installing over the live usb stick seems to permanently kill them, at least that seems to be what happened to me16:20
ShorTieyour trying to install an iso on a pi ??16:20
willow_n1 ShorTie, i will be testing for sure either today or tomorrow, seems a perfect combo rpi4 + devuan, can't say how thankful i am for your work, been waiting for several years for it to happen16:21
willow_i'm installing an iso on a tablet amd6416:21
willow_i was going to do this first then run your script on this device to setup the rpi image16:22
ShorTieoh, that is why you have a mmcblk device16:22
ShorTiewill not work on amd6416:23
Calliostrowillow_: if you have access to the system logs, dmesg will tell you what devices and nodes the recently plugged key created16:23
willow_? devuan beowulf live desktop iso wont work as 64bit on a tablet?16:23
ShorTiemust be a arm64 os16:23
ShorTieno, no, my script16:24
Calliostro(dmesg or /var/log/syslog or smth similar)16:24
willow_for your rpi script yes shortie16:24
willow_2 different installs we a re talking about16:24
willow_thx calliostro, i will note that down16:24
ShorTielots of 64 bit images out there for the pi, grab 1 of those to run my script on16:25
willow_the good news so far is that devuan beowulf seems to be working out of the box on a linx tablet, not full installed yet but the live iso worked16:25
willow_thx shortie16:25
willow_is there a website where the 64 bit images are listed shortie or they are scattered all over the place?16:29
willow_also how soon before a self contained downloadable iso is ready for the rpi4 (so it can be installed offline)16:30
fsmithrediso? Doesn't rpi use disk images?17:37
willow_yes you are correct, i've been installing that many things my language got lazy, thanks17:40
ShorTiewillow_, https://www.raspberrypi.org/forums/viewtopic.php?f=117&t=27537017:45
willow_love you shortie!17:45
ShorTieit's sad they deleted my image, it would have still worked17:47
willow_if you are aware of the gentoo image for the rpi4 by sakaki, she seems to have spent a great deal of time tweaking things to get the best performance for the pi4, https://github.com/sakaki-/gentoo-on-rpi-64bit17:47
willow_the world seems afraid of devuan ; )17:48
ShorTieyup, i have used it17:48
ShorTieactually, i used it to debootstrap Debian arm6417:48
willow_maybe her fixes for video acceleration etc will work too for the devuan17:49
ShorTiefrom there moved on to Devuan17:49
willow_nice17:49
ShorTieif your after video, i would stick to 32 bit17:49
willow_ok, i aim to give them a good testing17:50
willow_you've helped so many people shortie, thankyou!17:50
ShorTie64 bit doesn't gain any thing, plus they are still working on it i do believe17:51
ShorTiethus beta version17:51
willow_what is the sticking point that is taking time?17:52
willow_no body is into arm devices so much so it is not a priority for the devs?17:52
ShorTieproblem with arm is each board has it's own kernel/image17:53
willow_ah ok17:53
ShorTienot a 1 size fits all like amd6417:53
ShorTielike a pi, mainstream kernel will never fully work on it17:54
ShorTieyou have to use the foundation sources17:54
bert_i m having some issues with the beowulf installer18:08
bert_first, it fails to install grub, just hangs when copying files.18:08
bert_for me that wasn't a big issue as i had an lmde grub installed already and just ran update grub2 on lmde to be able to boot into the new devuan install18:09
bert_but the main issue i have is that it seemed not to have set up the passwords18:09
fsmithredbert_, which iso are you using?18:09
bert_the installer asked for a new username and password twice18:10
bert_and i put this info into the installer18:10
bert_but when booting and loggin in, these don't work18:10
fsmithredcheck sha256sum18:10
bert_1 sec18:10
fsmithredalso, how did you prepare installation media? burn dvd? dd to usb?18:11
bert__my sha sum is18:19
bert__sha256sum devuan_beowulf_3.0.0_amd64-desktop.iso18:19
bert__4731553db1371d29956300c49ddfabb71f18ea045d1e1f55cf6efd83076c42d718:19
bert__so i burned that iso image to DVD18:20
bert__i suppose I might try to install ascii and then dist-upgrade18:20
willow_bert you have to tell it to install grub18:22
willow_there is a video on it on youtube, a guy installs devuan beowulf, and goes through all the options, like you he just clicked past the install grub option18:23
bert__okay. the grub issue is not much of a consequence but the password / login issue kind of breaks things18:24
bert__I guesss I have one theory as to what could have happened18:24
bert__my passwords for PCs tend to be easy18:25
bert__my first password entered was four characters long18:25
bert__it may have errored out this input because it was too short (but no dialog was shown to indicate this)18:26
bert__when prompted for a 2nd user / pwd I entered a 6 character password18:26
bert__but it was a bit trivial.18:26
fsmithredbert, it will allow easy passwords - I do it all the time.18:27
bert__so one possibility is that the installer program simply errored out after a maximum of two attempts, leaving the new system without any way to log into18:27
fsmithredshould ask for root password and then create one user18:27
bert__ok, thanks. in that case I'm not sure what might ve happened18:27
fsmithredbad download, bad burn are my first thoughts18:28
bert__okay, so then it should've set up a user password and a root password18:28
fsmithredyeah18:28
fsmithredthere are install guides on the main website18:28
bert__i did try logging in as both root and user with all combinations of two passwords18:28
fsmithredhttps://devuan.org/os/install18:29
bert__ok thanks, I ll check the iso sum again as well as the dvd burn of the iso18:29
fsmithredbios or uefi?18:29
willow_bert i think my install just errored out too, the screen saver came on which i think just stopped the install, i could be wrong18:29
willow_bert__: this guy goes through the install, it is simple to miss the grub option, he also did short passwords no problem  https://www.youtube.com/watch?v=FqrIgyZhtUk18:31
bert__okay, thanks very much guys. I'll give it another try and check my DVD18:32
tuxd3vhttps://www.youtube.com/watch?v=rkYAMjhtqkA20:13
hagbard_Just noticed that xfce supports svg as background image, and immediately updates it, if the file changes. And since svg is a text format, it's easy to modify it by a script.20:19
ObliterousI'm having a weird problem with a ne beowulf install20:32
Obliterous*new20:32
Obliterousthat MAY have just fixed itself...20:33
ObliterousUghhh.20:34
Obliterousvideo driver hell20:34
Obliterousdisplay was stuck in 700x40020:34
willow_hi, with boothole grub and uefi vulnerability what is the best way to deal with this, i see the desktop iso has grub-pc_2.02+dfsg1-20_amd64.deb loaded on it, i was looking down this list of /debian/pool/main/g/grub2 packages and wondering if a newer package is worth while or not at http://ftp.debian.org/debian/pool/main/g/grub2/?C=M;O=D23:35
willow_would the consensus be that UEFI will take longer to patch and the grub2 updates are adequate as they stand?23:37
willow_for anyone interested...23:39
willow_https://www.debian.org/security/2020-GRUB-UEFI-SecureBoot/#grub_updates23:39
masonwillow_: It's a flaw in grub, so there's nothing to do to fix UEFI.23:40
willow_thx mason i need to reread everything then23:55

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