libera/#devuan/ Monday, 2021-02-15

Guest54hello, i've been running ceres and during an update, wicd was uninstalled. i'm trying to manually set up my connection and looking at the archwiki for help. Upon checking if the kernel module in use by my ethernet cable was loaded, it came up in the dmesg but it didn't say "eth0 link is up"00:50
Guest54is this an issue? do i have to load the module?00:52
gnarfaceGuest54: try to just install wicd again.  it is not unexpected for things to be randomly uninstalled from ceres during an update (it's a good idea to pay attention to what gets uninstalled so you know when not to update)00:55
gnarfaceGuest54: wicd is not required for networking00:55
gnarfaceGuest54: (you may have a conflicting program or config installed instead)00:55
* numzob is a little aprehensive at "it is not unexpected for things to be randomly uninstalled from ceres during an update"00:57
numzobwait, ceres is sid? never mind: i retract my statement00:57
gnarfaceit is possible it was recently removed completely, either permanently or temporarily, but it was there as of the last time i updated00:58
gnarfacea couple days ago i think...00:58
gnarfacewell, it was there in the listing anyway00:59
gnarfacei can't claim i tried to see if it was working00:59
Guest54i'm having trouble connecting to the internet00:59
Guest54i can't resolve deb.devuan.org00:59
Guest54wait nvm01:00
Guest54it says i have a problem with wicd-damon01:00
gnarfacedoes it say what problem?01:00
Guest54it needs python-gobject2 but it's not installable01:00
gnarfaceoh01:00
gnarfacebummer01:00
gnarfacewell, what do you have in /etc/network/interfaces and /etc/resolv.conf?01:00
gnarfacedon't paste it here01:01
Guest54resolv.conf: lan as domain and search01:01
fsmithredwicd gets removed because of some python2 package that got dropped01:01
Guest54then name server is my ip01:01
fsmithredthe version in sid/ceres is old01:01
gnarfacewell that sounds wrong01:01
Guest54interfaces says auto lo01:02
gnarfaceonly lo?01:02
gnarfaceput eth0 in there01:02
Guest54and iface lo inet loopback01:02
Guest54just eth0 on a new line?01:02
gnarfacedo you need dhcp?01:03
gnarfaceit can be dhcp or static01:03
Guest54it uses dhcp01:03
Guest54i'm not sure if i need it but that was how it was set up01:03
gnarfaceiface eth0 inet dhcp01:03
gnarfacethen run "ifup eth0" at the command-line as root01:04
gnarfacemaybe you'll get lucky01:04
gnarfaceif the dhcp client wasn't also uninstalled or broken01:04
gnarfaceif it doesn't work i'd recommend consulting the interfaces man page on how to put in a static ip config01:04
gnarfaceits really actually not hard01:05
gnarfaceyou don't have to use it permanently, you can always change back to dhcp easily01:05
gnarface(after you get the broken dependency issue fixed)01:05
Guest54do i have to use root or can i use sudo01:06
gnarfaceoh, you can probably use sudo01:06
Guest54ok just ran it01:06
Guest54i got a response i think?01:06
gnarfaceyou can run "ifconfig -a" (also as root or with sudo) to see if it worked01:07
Guest54what should i look for01:07
Guest54eth0 comes up first with ifconfig -a01:07
gnarfacewell, actually ifconfig -a will work as a regular user too if you include the path: /sbin/ifconfig -a01:07
Guest54does that mean it worked?01:07
gnarfacewell, look at the ip01:07
Guest54oh nvm01:07
Guest54it's good01:07
Guest54thanks01:07
Guest54i haven't updated in a week in a half01:08
Guest54lmao01:08
gnarfaceshould be obvious by ip01:08
Guest54yup01:08
Guest54ip is the same01:08
gnarfacesometimes the GUI tools are more trouble than they're worth IMO01:08
numzobword01:08
gnarfaceoh01:08
Guest54yeah i'll probably use the nongraphical devuan installer next time i do an install01:08
gnarfaceGuest54: but it's probably really important to remember that what we just did might conflict with wicd and break it01:09
Guest54right01:09
Guest54that makes sense01:09
gnarfaceGuest54: if you put wicd back, remember to delete this or at least comment it out01:09
Guest54alright01:09
gnarfaceGuest54: (wicd might do that for you i dunno)01:09
Guest54going to write a comment in now actually01:09
Guest54i just need # and a space right?01:09
gnarfacei don't think the "#" even needs to be followed by a space01:11
Guest54actually01:11
Guest54i think i'll write it down01:11
gnarfaceyou can even use TWO ##01:11
Guest54lol01:11
kiwi9but formatting is nicer with python style spaces :-)01:12
Guest54yeah01:12
Guest54but honestly i think i'm more likely to forget about this so i'll just put it on paper01:12
kiwi9I have a file called linux.md in my Documents where I put all the little changes I put (like using both chimaera and ceres but using preferences to prevent ceres being used except on purpose).01:14
numzobmd? not txt?01:14
kiwi9I have a taste for bold headers I'm afraid ... impure.01:15
numzoboh, you use md for the formatting!  understood01:15
sgageAs far as I can tell, wicd does not exist in the chimaera repos.01:25
sgageDon't know about ceres.01:25
Guest54yeah01:26
Guest54no ceres packages01:26
WafficusI'm trying to build gtk+3.20 from source, and I get "No package found" for the following packages: 'glib-2.0', 'atk', 'pango', 'cairo', 'cairo-gobject' 'gdk-pixbuf-2.0'01:27
Wafficusare these available in regular Devuan Beowfulf? I ask because I can't seem to find some of these in the apt01:28
golinuxWafficus: You can find all that information yourself here: https://pkginfo.devuan.org/cgi-bin/policy-query.html01:28
Wafficusso lets say I found a chiamera: https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=libspice-client-glib-2.0-dev=0.39-101:29
Wafficushow do I go about installing this on Devuan Beowulf?01:30
Wafficusdo I have to add the package url to apt sources or something?01:30
Wafficusor is this idea that I have to utilize the 'backport' syntax in a scenario like this?01:35
Wafficushttps://www.devuan.org/os/packages01:37
sgageYes, you need to use backports. You probably might think about01:40
sgagelearning more about how the deb packaging system works, because01:40
Guest54internet broke again but i just ran sudo ifup eth0 and it works now01:40
sgageit can accomodate all sorts of scenarios if you understand it.01:41
Wafficussgage: gotcha, no problem. But since I found the specific package, do I add this to my apt list? Never did this kind of thing before01:41
WafficusOnly did this for like Nvidia drivers, but that was just to force proprietary drivers for one occassion01:41
sgageWafficus, not sure what you mean by 'apt list'01:43
Wafficusapt source list in /etc/apt/ I believe01:43
sgagewhat you want to do is enable backports in sources list, then01:43
sgageapt install (the packages you want) -t beowulf-backports01:46
sgagesomething like that - i don't use backports much.01:46
Wafficusso if its "http://deb.devuan.org/mergedchimaera/mainamd64" I would add the following to /etc/apt/source.list: "deb  http://deb.devuan.org/merged chimaera backports main"01:47
WafficusTHEN, I would use your command 'apt install (package) -t beowulf-backports' right?01:48
fsmithredthere's no chimaera backports01:49
sgageif you're using beowulf, you'd at beowulf-backports to your sources.list01:49
fsmithredbewoulf-backports01:49
sgageadd01:49
fsmithredcommand is right01:49
Wafficusok cool thanks so it would be:01:49
Wafficusdeb http://deb.devuan.org/merged chimaera beowulf-backports main01:50
Wafficusok thanks01:50
fsmithredno chimaera01:50
sgageno 'chimaera' in there!01:50
fsmithredthat's the testing suite01:50
Wafficusbut the package I want is from 'unstable' and 'chiamera':01:51
Wafficushttps://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&q=glib-2.001:51
Wafficushttps://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=libspice-client-glib-2.0-dev=0.39-101:51
fsmithredthen you might need to backport it01:51
sgageif the package you want has been backported to beowulf,01:51
sgageyou get it with beowulf-backports01:52
sgageif it's backported to beowulf it's FROM chimaera!01:52
fsmithredit's not in beowulf-backports01:53
sgagenot all new chimaera packages have been compiled against the beowulf libs01:55
golinuxWafficus: Please read this page: https://beta.devuan.org/os/packages01:55
golinuxOh forgrt the beta I was just reviewing sonthing there.01:55
golinuxThy this: https://devuan.org/os/packages01:55
Wafficusgolinux: yes, I read it, but I didn't see any instructions on the workflow of adding this, hence why I was asking01:55
Wafficusweirdly enough even after I try to run ./configure for gtk+-3.20.1001:56
Wafficusits still coomplianing no package 'glib-2.0' found01:56
Wafficuseven though it says 'libspice-client-glib-2.0.-8 is already at the newest version (0.35-2)01:56
sgageWafficus, you really should take some time to learn the deb system01:56
rrqaren't those libraries rather than packages?01:56
sgageIt seems you are flailing around a bit. Look at the Debian Handbook01:57
rrqeg libglib2.0-0 ?01:57
golinuxsgage: The dev who created this 3rd party theme should be helping him sort it.01:58
sgagere: apt and friends, and how the deb system works.01:58
golinuxIt's not a devuan or Debian package he is trying to install01:58
sgagelibraries ARE delivered as packages - there's no libraries rather than packages01:58
* golinux goes to put the focaccia into the oven01:59
sgageI am out of my depth, and will bow out - just trying to help01:59
sgageaccording to my understanding of the way things work.01:59
rrqWafficus: ..... and there are various "atk.o" and "atk.so" but no "atk" package02:01
Wafficusyeah finding some of these dependencies is kind of nuts02:02
Wafficusthere's gotta be a GTK+3.20 package in the backports02:02
WafficusI did put a GitHub issue for it though. I just would rather at least try to build gtk+3.20 anyway, because that's probably what I have to end up doing anyway02:03
Wafficuswell, I tried multiple different globs for that search site, but I just can't find GTK+ present. Can anyone confirm if there IS a backport for this on Devuan? If not, no problem, I'll continue with figuring out what dependencies I would need02:08
Wafficusjust need this answer so I can move on to other machine with that focus in mind02:09
fsmithredwhat's the actual package name you want?02:09
fsmithredI find no package named gtk+3.20 or anything close to that02:12
rrqWafficus: package "libglib2.0-0" has "libglib-2.0.so.0" .. and "libglib2.0-dev" has "libglib-2.0.so" and "libglib-2.0.a" .. probably you'll need the -dev02:14
rrq... and libatk1.0-dev has libatk-1.0.so02:16
rrqyou might use the "file pattern" search of https://pkginfo.devuan.org/cgi-bin/policy-query.html (searching like "/libatk") to pick some packages if those are libraries02:17
Wafficusfsmithred: well that's why I'm resorting to build gtk+3.20 from source since I just couldn't find it02:19
WafficusI think its too bleeding edge, even for the testing branch or something02:19
Wafficusits weirder since I probably even have to install the dependencies from source which will be a mess too I guess02:19
fsmithredhow did you come up with that name, meaning how did you decide that you needed that package?02:19
fsmithredwhat's it for?02:19
Wafficusits for a Macintosh old school theme for "Mate" basically02:20
WafficusGTK+3.20 is listed as a dependency02:20
Wafficusanyway, I'm trying to figure out how to utilize Devuan's package manager to my advantage02:20
Wafficusbut I think it'll be for naught since its even too new for even the testing stuff02:20
Wafficusso yeah, there's the summary so far really02:20
man_in_shackwell that makes sense. you need the very latest graphical libraries to render macintosh graphics02:21
sgageIt is not too bleeding edge - it's in chimaera (testing) as I told you02:21
Wafficussgage: "gtk+3.20" is in chimaera?02:21
sgagea while back.02:21
Wafficusman_in_shack: well lol, not the theme, its more just of a MATE theme really02:21
sgageyes! that doesn't mean it's backported, though.02:21
fsmithredyou probably just don't know how debian renamed the package02:22
sgagethis is a lot of anguish to go through for a fracking Mac theme.02:22
Wafficusso let me get this straight, it exists as a chiamera, but hasn't been "packaged" yet02:22
Wafficushow do I utilize a 'chimaera' if I need it then02:22
sgageI gave the exact package names earlier.02:23
WafficusI checked the history, can't find it honestly02:23
Wafficusin the log *02:23
sgageBackports means a program has been compiled against beowulf libraries/infrastructure.02:23
Wafficusah I see "the packages in Chimaera you want are gtk-3.0, gtk-3-bin, and gtk-3-common"02:23
sgagebecause a package exists in chimaera does NOT mean it is necessarily in beowulf-backports.02:24
sgageI gave a whole roster of packages, gtk3, gtk2, the engines, etc.  But you02:24
fsmithredlibgtk-3-common:02:24
fsmithred  Installed: 3.24.5-102:24
fsmithredin beowulf02:25
sgagewon't slow down and think. You are flailing, and I quit.02:25
rrqthere is no package "gtk-3.0" in Chimaera but there is "libgtk-3-0"02:26
fsmithredlibgtk-3-dev:02:26
fsmithred  Installed: (none)02:26
fsmithred  Candidate: 3.24.5-102:26
fsmithredin beowulf02:26
rrqsgage: being sloppy with names is sloppy02:27
Wafficushmm, still confusing nonetheless02:28
WafficusI am thinking though, thanks sgage. I'm just presented with a huge list of package names that don't really relate. Ex: I'm looking for "GTK+3.20", yet all I see are like 'gtk2' and 'gtk3'. I might not be familiar with it all, but one would think that there's 'gtk2', 'gtk3' and 'gtk+' apparently02:29
fsmithredWafficus, try this command...02:30
fsmithredapt show libgtk-3-dev02:30
Wafficusright, I see that on my Devuan Desktop, yes02:30
Wafficusthe dependencies look similar02:31
golinuxHas anyone checked the banned packages list?  I am not going to attempt to read that new format.02:31
fsmithredno, it won't be there. It's a naming problem. Upstream doesn't use debian naming conventions.02:31
fsmithredWafficus, does the description sound anything like what you want to do?02:32
golinuxhttps://developer.gnome.org/gtk3/stable/gtk.html02:32
fsmithredThis package contains the header and development files which are02:32
fsmithred needed for building GTK+ applications.02:32
Wafficusok, I'll try installing 'libgtk-3-dev' sounds similar in terms of dependencies02:32
golinuxPart I. GTK+ Overview02:32
Wafficusyeah that sounds familiar alrighty02:32
golinuxIOW RTFM!02:32
fsmithredgood luck with gtk302:32
* golinux has always wanted to do that!02:32
fsmithredit's possible that 3.24 is too new for 3.2002:33
fsmithredthey drove a bunch of devs away by changing too much with each minor version02:33
WafficusI did read the manual, but the README was pretty basic so yeah02:33
Wafficushmm interesting02:33
Wafficusyeah I saw that people were mad because each GTK version broke themes from previous versions02:34
Wafficuswhile doing related research on this *02:34
golinuxThis is a must read: https://igurublog.wordpress.com/2012/11/05/gnome-et-al-rotting-in-threes/02:35
MinceRgot to stop people from being able to use any theme they want, because "branding" :>02:36
Wafficuseven after that 'libgtk-3-dev' installation, when I go to System > Preferences > Look and Feel > Appearance > and I try to select that "System4" theme, it just says "This theme will not look as intended because the required GTK+ theme 'Ssystem 4' is not installed. Yet, when I click "Install" and go to that ~/.themes directory, there's nothing to select inside of it. Even though the '.index' file is02:36
Wafficusthere02:36
Wafficuswhat a mess :/02:37
Wafficusanyway, will read that thanks golinux02:37
Wafficusdang, just read that (skimmed)02:38
Wafficusthat's nuts, so its upstream that sucks in that regards02:38
Wafficusinteresting02:38
golinuxGnome sucks. Systemd sucks.  We're here for sanity02:39
golinuxWe want freedom and simplicity.  Not lockin and overcomplexification02:40
* numzob isn't too keen on pulseaudo either02:40
golinuxAnd all that is offtopic.  Apologies for the diversion02:42
Wafficusthat's true, no worries02:46
Wafficusjust so I don't seem like an arrogant bastard, the dev's responded to my GitHub issue for my alt acconut:02:47
WafficusQuote: "Murrine and Pixmap are only for GTK2, and given that GTK2 is end of life, you might not need to worry about that pretty soon."02:47
Wafficusanyway, I gave them related screenshots of what I'm experiencing, and they're pretty responsive as in they wrote back TODAY lol, that NEVER happens02:47
Wafficusanyway, i'll take it up with them, force the Devs to spill the beans on what else is needed, or just to show them it actually doesn't work, and go from there02:47
fsmithredand if gtk3 is not horror enough, gtk4 is around the corner02:47
Wafficusappreciate the help on that one to be honest02:48
WafficusI just wanted a nice highlight of the weekend to FINALLY get the stupid (%!@#( theme I wanted lol, but I guess I gotta have patience: https://github.com/B00merang-Project/System-4/issues/102:48
Wafficus^ for reference if needed02:48
Wafficuson a similar note, with all of these DE's I just tried. I actually liked LxQt wiht Openbox a little bit since the key combo configs were really nicely easily edited02:49
Wafficusthe only weird thing on Devuan is that the context menu for the wallpaper aka right-click the wallpaper revealed like a blank menu02:49
Wafficusbut that might be an upstream issue in terms of Debian not working well with LxQt, which I've seen in small research I've done on the side02:49
golinuxI told you the possible solution to that yesterday.02:52
fsmithredI've changed wallpaper in lxqt easily02:52
fsmithreddon't remember how, but it was easy02:52
golinuxinstall gtk2-engines.02:53
golinuxfsmithred: Remember the blank menus we used to get?02:53
fsmithredyeah, but that was with gtk desktops02:53
fsmithrednot qt02:53
golinuxHa, good observation.02:54
Wafficusgolinux: for the LxQt issue?02:54
Wafficusthere was a solution to it rather *?02:55
Wafficusgolinux: what was your previous solution again?03:05
golinuxSee this comment:03:33
golinux<fsmithred> yeah, but that was with gtk desktops03:33
golinuxSo it won't work on LxQt03:33
fsmithredprobably not03:34
fsmithrednot sure about the openbox menu (right-click on desktop)03:35
golinuxYou can try installing install gtk2-engines03:35
golinuxIt fixed things on Xfce03:36
fsmithreddoes the ob themerc have gtk stuff in it?03:36
golinuxI just change the colors.  Don't ask me how it works03:37
Wafficushmm I have gtk2-engines installed though :/03:37
* golinux wanders off to fold laundry03:37
golinuxThen it won;t fix it03:37
Wafficushmm, gotcha03:38
Wafficusno worries03:38
Wafficusby the way, you're right03:38
Wafficusthat Dev was super responsive03:38
Wafficusapparently it was on their end, they need to make a "Window Manager Theme" for MATE Desktop03:38
Wafficusso yeah the issue was on their end, sorry for any grief03:39
ifdownHelp with enabling Devuan as a VirtualBox host, please.03:46
fsmithredifdown, https://dev1galaxy.org/viewtopic.php?id=325903:49
ifdownThanks!03:50
fsociety[00]dathi, first thanx for 3.1 release.09:31
fsociety[00]dati wanted to know do i must use expert install method for openrc init system?09:32
fsociety[00]datdownloading "devuan_beowulf_3.1.0_amd64_desktop-live.iso"09:34
fsociety[00]dati will use this image.09:34
fsociety[00]datand why is not there an announce for 3.1 on distrowatch ?09:36
fsociety[00]datanybody home09:39
fsociety[00]dat?09:39
golinuxThat is not the iso you want.  I only copies the live files to your hard drive.09:48
golinuxfsociety[00]dat: https://www.devuan.org/os/documentation/install-guides/beowulf/live-gui09:50
golinuxPlease have a look at this page: https://www.devuan.org/os/install09:53
fsociety[00]datgolinux: thanks, which init system default on live media i downloaded ^ ?10:04
fsociety[00]datand, what does deselecting " [*] Devuan desktop environment " , selecting " [ ] ... Xfce (Default) " do?10:07
golinuxsysvinit10:14
fsociety[00]datthanks again10:15
golinuxSecond question is for the installer iso?10:15
fsociety[00]datyes10:15
fsociety[00]datsame thing in debian and some people ask for this :)10:16
fsociety[00]datlike me10:16
golinuxI think that Devuan desktop environment provides the full desktop theming10:17
golinuxBut I haven't done a net install in a while10:18
fsociety[00]datok10:18
fsociety[00]datthanks again for the answers10:18
golinuxWell I'm guessing a bit.10:19
golinuxThis is the default beowulf theme: https://dev1galaxy.org/viewtopic.php?id=264610:19
golinuxI suspect but not sure that Xfce will give you the mouse theming10:20
gourmorning10:49
gouri'd like to move to devuan from debian, but have lot of problems installing it on my netbook. installation on bios/gpt combod does fail and cannot boot and same thing does happen when i try with uefi install. when i try grub-install in rescue mode i get "cannot set EFI variable...no spae left on device..:", something like https://github.com/mpalourdio/xps13/issues/11310:52
gourotoh, installing mxlinux on the same machine does work. someone in the issue above mentioned going from shim-signed to shim-unsigned, but, afaict, both are installed on devuan-beowolf. any hint?10:53
gourof course, there is plenty of space on /boot/efi partition (512M)10:56
gnarfacegour: missing some package i think.  i forget what its called but i'm pretty sure "efi" is in the name11:29
gnarfacegour: maybe grub-efi-*11:33
gnarfacegrumble: grub-efi-something11:33
gnarfacegour: ^11:33
gnarface(ignore that, grumble)11:33
fsmithredgour, did you make a bios_grub partition (also known as ef02 in gdisk)?13:08
fsmithredat least 1MB in size, unformatted (no filesystem on it)13:09
fsmithredflag bios_grub (gparted) or ef02 (gdisk)13:09
gourfsmithred: yes, ef02 partition is there...moreover, with mxlinux i do custom install and it can handle it14:05
gourgnarface: ok, will try that14:05
fsmithredyou should not need grub-efi for bios boot, even with gpt14:06
fsmithredwhat did you use to partition the disk?14:06
gourfsmithred: well, i had problems in the past with that machine and bios/grub combo14:07
gourfsmithred: tried many things, cfdisk, gfdisk, gparted...14:07
fsmithreddid you leave a free 1mb space before the first partition?14:07
fsmithredI think gparted does that automatically14:08
gouryes, layout is ok14:09
gourotoh, mxlinux does install it with the same layout14:10
fsmithredby any chance is it an old thinkpad?14:11
gouryes, edgepad e12514:11
fsmithredhm. I have a T420 that does not like bios boot.14:12
fsmithredI had to boot from cdrom and then jump to the hard drive14:12
fsmithreduntil I switched it to efi boot14:12
gourwith some distros i was able to make it boot with bios/gpt, but devuan has problem with efi as well14:13
fsmithredif you're doing efi boot, sometimes there's a mis-match between the name of the bootloader directory in the efi partition and the grub $prefix14:14
fsmithredwith signed grub, it expects "debian" but the dir is "devuan"14:14
fsmithredso maybe...14:14
fsmithredgrub-install --bootloader-id=debian14:14
fsmithredor remove the signed grub package and just do grub-install14:15
gourthanks. will try it out14:15
fsmithreddo you land on grub prompt?14:15
fsmithredinstead of boot menu14:16
gournope, i just got "OS not found"14:16
gournow i'm updating to Ceres and then will try further...14:16
fsmithredare you any good at booting from grub command line?14:16
fsmithredif so, you can poke around and get some information14:16
gouri do not arrive at grub cmd line14:17
fsmithredok14:17
gourin any case, same machine mxlinux does install & boot, while devuan does not...but i prefer to switch to the latter :-)14:17
fsmithredcompare grub packages between the two14:18
fsmithredor...14:18
fsmithredinstall a small mxlinux to control the boot, but always boot devuan14:18
gourheh, i'd prefer to avoid that ;)14:19
fsmithredI understand.14:19
fsmithredbetter than booting from cdrom all the time14:19
gourif mxlinux can do it, it should be possible for devuan as well14:19
fsmithredyeah, compare packages14:20
fsmithredand look in the bootloader dirs14:20
gourthat machine does not even have cdrom14:20
fsmithredfloppy?14:20
gouronly usb14:20
gouri've tried to boot with systemrescuecd image and it shows slim login, but it is frozen - cannot enter uid/passwd14:21
fsmithredthat's weird14:22
* gour nods14:22
fsmithredyou used a regular installer iso or live iso?14:22
gourregulard desktop image, as well as netinst14:23
fsmithredhave you tried the new isos yet? uploaded 3.1.0 yesterday14:24
gourlive iso disn't want to give me xfs as option14:24
fsmithredright14:24
fsmithredwell...14:24
fsmithredif you set it not to format, and you format manually, it'll work.14:24
gournope, only 3.0.014:24
fsmithredI assume. Never tried with xfs.14:24
gour3.1.0 is worth to try...14:25
fsmithredyeah14:25
fsmithrednetinstall iso is a quick download14:25
fsmithredand a quick install if you skip the desktop stuff14:25
gourright14:26
fsmithredthe new set will put the bootloader files in EFI/devuan but will put a copy of grub.cfg in EFI/debian to make the signed grub happy14:27
fsmithredbut I don't know if that will fix your problem.14:27
fsmithredthat fixes the problem of getting grub prompt instead of boot menu14:28
fsmithredI need to go afk. back later.14:29
gourta14:29
gourinstalling 3.1 did not help15:23
fsmithredgour, have you ever tried rEFInd with this computer? https://www.rodsbooks.com/efi-bootloaders/refind.html15:35
gourno15:41
onefangrEFInd is available in Devuan, and I use it for my desktop.  It's good.15:57
ltsHow necessary is eudev? Is it needed in a VM which does have virtual drives attached, but won't get USB devices passed through to it, or monitors etc?16:04
fsmithredlts, I guess you could make all static devices in /dev. Not sure.16:07
lts"The following packages will be REMOVED: eudev initramfs-tools initramfs-tools-core linux-image-4.19.0-13-amd64 linux-image-4.19.0-14-amd64 linux-image-amd64 udev"16:08
ltsGuess this answers it16:08
gourok, for now i "solved" my installation issue by doing mbr/bios setup, i'll try to re-install at some other time in the future...however, i got only ncurses grub menu instead of gui one?16:10
gourthe same happened with 3.0 as well...16:10
jellyit's been rather hard to make initrd without udev since around lenny or squeeze.  You could use a custom kernel with everything needed to boot up compiled in.16:10
ltsYup thanks both. Cannot remove.16:14
gourbtw, do you recommend runit over sysvunit or it's not ready yet?16:14
numzobit would be best to be aware of the differences and then decide based on your personal use-case16:15
gouri played a bit with runit when evalauting vodlinux some years ago...it was handy but not too familiar with it16:17
fsmithredgour, if you want the grub theme you have to re-install destkop-base16:26
fsmithredin the installer, make sure there's a GRUB_THEME= line in /etc/default/grub and then run 'update-grub' to generate a new boot menu16:27
fsmithredlts, what are you doing that apt wants to remove eudev???16:28
fsmithredyou're caught in some kind of weird dependency hell right now. It happens.16:28
xinomilofsmithred, `apt remove eudev` probably16:38
fsmithredlol16:39
ltsCorrect. Just removing unnecessary things when found :-)16:41
fsmithredoh, I didn't see that the latest kernel would be removed.16:41
fsmithredor do you have a backports kernel?16:41
ltsDebian 4.19.171-2 (2021-01-30)16:41
ltsNothing's wrong, this was just me seeing the eudev process in a very minimalized VM and wondering is this really needed16:42
fsmithredoh16:49
fsmithredyou could replace it with vdev16:49
fsmithredI think there's a gnuinos iso with that16:50
nu2thisaloha... I'm wondering what is the preferred laptop for Devuan install? any device to stay away from for installation?19:04
fsmithredstay away from anything that uses broadcom wireless and has no ethernet port19:05
fsmithredthat's not a fatal flaw, but it's a pain in the ass19:06
nu2thisgood point! I put kali on a system and had to mess with that issue. I forgot... thank for reminding me.19:06
fsmithrednu2this, have you used debian?19:06
nu2thisI have used debian before the systemd fun.  That kind of kept me away. found you guys and here I am.19:07
fsmithredthe isos do have a few broadcom drivers, but not all.19:07
fsmithredok, so you'll feel like you came home19:07
nu2thiscool! thanks! yes... that's what I'm looking for. not other issues to watch out for upon return?19:08
fsmithredexcept we put non-free drivers on the installer isos and in the live isos19:08
fsmithredonly install one desktop environment19:09
nu2thisany improvements on setting up printers? or still cups?19:09
fsmithredit's not like the old days when you could have several19:09
fsmithredcups19:09
fsmithredlooks the same to me19:09
fsmithredprinter setup is simple.19:09
nu2thiscopy that19:09
fsmithredI dread the day my lpt printer dies and I have to use usb19:09
nu2thislol19:10
fsmithredwe fork around 200 packages from debian to remove systemd deps19:10
fsmithredthe rest of debian repo gets merged with our few packages and it looks like we have 60,00019:10
fsmithreddon't put debian repos in sources.list. Just use devuan.19:11
fsmithredand we're nicer to you in irc19:11
fsmithredthat's what I keep hearing, anyway19:11
nu2thishow about using some of kali repos (previously backtrack)19:11
fsmithredofficially we recommend against using third-party repos19:12
fsmithredthere are unknowns19:12
nu2thisi used to mess with backtrack as well, but got away as based on debian19:12
onefangapt install forensics-all19:12
nu2thisunderstood19:12
fsmithredthat said, I made a frankenstein refracta-kali live iso last year19:13
nu2thishow'd that turn out?19:13
fsmithredsome script you can run to add kali19:13
fsmithredit works, I guess. It boots, I mean.19:13
fsmithredI have no idea how to use all those tools.19:13
nu2thisnor do i19:13
fsmithredand I'm not sure I got all of them.19:13
nu2thisbut it was fun to learn19:13
fsmithredI have to remember the name19:13
nu2thisand who knows what's changed over the last few years19:14
nu2thisappreciate y'all19:16
james1138Hello and question. I noticed that I cannot access the Devuan forum. Is it me or the forum?? Nothing urgent - just wanted to know.19:17
fsmithredit's you. I'm reading it now.19:18
james1138ok19:18
fsmithrednu219:20
fsmithredshit19:20
fsmithredhttps://dev1galaxy.org/viewtopic.php?id=369619:20
fsmithredIf nu2this comes back, point him to that thread ^^^19:20
adilixhi all19:20
fsmithredthat's kali-devuan merge19:21
fsmithredhi19:21
adilixjust installed the 3.1 version , my question is, i choosed syv for init at installation, but i have some systemd directories like /etc/systemd and /usr/lib/systemd, can i delete those directories or do i need them19:22
fsmithredthey aren't used. I'm pretty sure you can delete them, but not certain.19:23
james1138Humm. I am using Vivaldi (kinda like Chrome) - but getting a blank page http://dev1galaxy.org/viewforum.php?id=819:23
fsmithredif you run systemd, you can delete init scripts, but I don't think you should. Not necessarily for technical reasons.19:23
adilixok , just deleted them and rebooted without any issues19:23
adilixany othe systemd directories in the system?19:24
fsmithredmaybe. THere's a sticky thread at the forum about it19:24
adilixhave you any link?19:24
fsmithredhttps://dev1galaxy.org/viewtopic.php?id=192519:25
adilixi never used systemd , i dont like it19:25
fsmithredI tried it briefly and was not impressed.19:25
onefangWe removed systemd and friends, but it still left dirty foot prints laying around.  You can ignore them.19:26
adilixthx for the link19:26
adilixyeah i realized it, it just bothers me19:28
fsmithredsome may get replaced with package upgrades19:28
fsmithredI like having them there19:28
fsmithredI believe by some kind of sympathetic magic that keeping them will help prevent debian package maintainers from dropping init scripts from packages.19:29
adilixhmm it just works , deleted all the files19:35
adilixlet me test the new version , cya bb and thx19:46
user____bluez-tools: bt-device -s $paired_mac SP -> "Failed to start SDP discovery. Please make sure you have bluez-utils installed on your system."21:36
user____Beowulf21:37
user____bluetoothd runs with --compat option21:37
user____sdptool does find the service (obviously using SDP discovery)21:37
user____sdptool is in package bluez21:38
user____things which almost work and fail with a "success" message drive me NUTS21:39
user____hey, I left the windows world (hell) in the 1990s to get away from that.21:39
gnarfaceuser____: got a second bluetooth device to try?  i think it is possible for it to be a problem with just that one driver22:04
sinnerhowdy.22:13
sinnerIs there an URL with devuan documentation? I seem unable to find it.22:14
gnarfaceSinnerP: what are you looking for, specifically?  most the appropriate documentation is built-in.22:15
SinnerPgnarface, well, I'm new to Devuan, and I haven't used Linux in 6 years or so. So I'd like to know how to administer Devuan22:19
gnarfaceSinnerP: it's the same as debian wheezy22:19
gnarfaceSinnerP: for you, nothing should have changed22:19
SinnerPI used rpm-based distros in the past, if it's any help22:20
gnarfaceoh22:20
SinnerPyeah22:20
SinnerPRedHat, CentOS, SuSE, Mandriva...22:20
gnarfaceinstead of yum or rpm you want to consult the man page of apt, apt-get, and apt-cache22:20
gnarfaceoptionally you could use aptitude instead22:21
gnarface(apt-get and apt-cache will be installed by default though, aptitude might not)22:21
SinnerPaptitude?22:21
gnarfaceit's a later generation tool that tries to do conflict resolution22:22
SinnerPso, does it work?or is it just a tool in testing?22:22
gnarfaceit works.  it has been in the repos for a few releases now.  it just wasn't there since the beginning.  this distro is really old.  there's also a gui tool called synaptic22:23
SinnerPso, if  I read documentation on debian wheezy, will it be basically the same as devuan beowulf?22:24
gnarfaceyea.  there is some devuan-specific stuff somewhere but it is incomplete and largely redundant22:24
gnarfacedev1galaxy.org might be a good place to look for help with common problems if nobody is answering here at the time though22:25
SinnerPthank you gnarface22:26
gnarfaceno problem22:26
gnarfaceif you want to look at the actaully devaun-specific stuff, it's here: https://git.devuan.org/22:28
gnarfacebut i get the sense you're not trying to figure out how its built, just how to make it do what you did with redhat22:28
SinnerPexactly.22:29
gnarfacefor simple stuff, i can probably just tell you the answer faster than i can figure out where the official documentation is22:29
SinnerPI was surprised that vi wasn't installed by default. I didn't know how to exit nano22:29
gnarfaceheh22:29
SinnerPI knew the basics of apt, from reading usenet back then22:30
gnarfacewell, i think that's probably also different from redhat; depending on the installer you use and the choices you select, you can have almost nothing installed at first boot22:30
gnarfaceyou can make a system that is capable of literally nothing, that would be capable of nothing installing extra packages, that only can't install extra packages because it is not capable of logging you in22:31
SinnerPand I know that devuan has no systemd; I've installed a few distros this weekend and I was flabbergasted, until I realized that all my problems wee systemd22:31
gnarface*nothing but installing extra packages...22:31
gnarfacehah22:31
SinnerPwell, I started with a desktop and went from there22:31
gnarfaceif you feel emotionally traumatized, feel free to vent in #devuan-offtopic22:32
gnarfacebe careful, there's a lot of other broken toys in there too22:32
fsmithredhow did you not get vi?22:33
gnarface(i assume its just vim)22:33
fsmithredyeah, vim-tiny22:33
SinnerPwell, I went to do visudo, and Igot stuck there for a minute22:34
SinnerPso I apt-get install vim22:34
fsmithredlol, you got nano for that22:34
SinnerPand changed the editor option22:34
SinnerPI got stuck in nano22:34
SinnerPnever used it22:34
fsmithredfork of pico if you remember that22:35
SinnerP(Iknow)22:35
SinnerPyeah, pico, nano, never used them22:35
SinnerPI'm used to vi/vim/elvis22:35
SinnerPand mcedit lol22:35
fsmithredyeah, it's probably left out because it's pretty big22:35
SinnerPoh, my kb sucks. I's a beyond-cheap tiny usb kb22:36
fsmithredit gets more difficult with each release to fit stuff on a CD22:36
SinnerPI used the dvd and connected to online mirror for install22:37
fsmithredyeah, mirror is best22:37
SinnerP+122:37
luser978gnarface: it's all about breakage in blutoothd giving up SDP support in favor of dbus based control. all related tools are affected. f.ex. there is no replacement for sdptool's ability to publish bt local services from cli. many more things.22:39
gnarfaceluser978: :(22:40
luser978read the longish 1st answer22:46
luser978https://stackoverflow.com/questions/41290114/bluetooth-sdp-where-is-sdpd22:46
luser978this is the equivalent of poetteringization22:47
kiwi9I notice mention of apt-get ... have started using apt as default (4 less letters).  Any reason to use a-g if u don't need a command apt doesn't have?22:48
SinnerPttyl22:50
fsmithredkiwi9, I haven't noticed a difference. It's recommended not to use apt in scripts because the behavior might change.22:51
fsmithredI guess they don't feel like they're done yet.22:51
n4dirin #debian i never heard anyone of the old-schoolers or gurus complain about usage of apt. So i guess the answer is: No, no reason to not use apt instead of apt-get22:52
luser978dbus must die. is there a dbus in freebsd?22:53
debdogprolly a bsdbus22:56
onefangYou want to throw dbus under de bus?22:56
luser978I want to throw it under itself22:57
luser977I want to throw it under itself22:58
fsmithredyou can run without it, but you have to give up a few things22:58
luser977like what? high blood pressure? :) bring it!22:59
fsmithredhttps://dev1galaxy.org/viewtopic.php?id=215823:00
onefangRecursive vehicular destruction.  Might not end well.23:00
fsmithredunless you can get it to collapse on itself like a star23:00
onefangdblackhole23:01
onefangI briefly thought about writing a smaller, lighter version, and calling it dcar.23:02
luser977nice work @link fsmithred but no bt at all in it. blueman might/should work imo. my dbus allergy is bluetooth caused.23:06
fsmithredyeah, I know. I said you'd have to give up some things.23:07
luser977:)23:07
fsmithredwait for dcar23:07
luser977blueman from jessie is a possibility. dcar?23:08
onefangDamn, I'd have to give up synaptic.23:08
luser977i hacked a cli bash bt script today, 50 loc to do what 5 loc should do. just to connect a script to a device w/o user fiddling.23:09
luser977what is dcar fsmithred ?23:09
fsmithredscroll up to last thing onefang said23:10
fsmithrednext to last23:11
luser977ah.23:11
fsmithredluser977, it sounds like you might have the skills to fork bt23:12
luser977Not really, but def provide some solution in some hacky way to keep it working "as expected". blueman is likely. looking at what *bsd is23:17
luser977using for clues now.23:17
plubi see devuan has armhf target but i seem to be too retarded again (:() to debootstrap23:20
plub debootstrap ascii --arch armhf   /dev32 http://deb.devuan.org/merged/23:21
plubascii, beowulf, ceres just end after23:21
plubI: Target architecture can be executed23:21
plubhost is aarch6423:21
plubdebootstrap --arch=armhf sid /dev32  http://ftp.debian.org/debian/23:23
plubworks though23:23
rrqcompare the two lines you gave us23:25
pluboh hm23:26
plubthank you. i'll let myself out.23:27
luser977blueman is not what I'm after.23:53
luser977bt state in openbsd and freebsd is worse off than in linux imo23:54

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