libera/#devuan/ Wednesday, 2021-09-15

jiefk11:54 < user____> uninstall networkmanager and configure network manually worked for some people08:59
jiefknope sorry, it did not work as expected09:00
jiefkI still have DHCP stalling my boot process09:00
jiefkFurthermore, now, I have to manually launch `dhclient` to catch network after boot ( unless I did not wait long enough :p )09:03
gnarfacehe means with a static ip address09:11
gnarfaceare you required to use dhcp for some reason?09:12
gnarfacejust disable or uninstall the dhcp client too, if not09:12
gnarfaceif it is wireless you'll probably still need wpasupplicant but if it's not wireless you don't need that either09:12
hagbardwpa_supplicant doesn't do dhcp by itself, so dhclient still seems to be needed.09:17
jiefkgnarface: thanks ! for your answer. My setup is as follow : Devuan is on a system that is not connected on Internet. DHCP stalls my boot process , but I need it because I still connect to internet from time to time using my cellphone as modem (either via wireless or USB hotspot)09:18
hagbard /etc/network/interfaces could be the right place to look, probably there's dhcp somewhere in there. You could turn that off, and still use it manually on the occasional need.09:19
Centurion_Danjiefj install  ifupdown2 and keep network-manager.09:19
GyrosGeierif you use "allow-hotplug" instead of "auto" for the interface in /etc/network/interfaces, it will no longer wait09:20
jiefkI'd like to send dhcp discover to background so I get access to my graphical env. a bit faster :)09:20
GyrosGeierbasically, "auto" lists interfaces that should be configured at boot time and should be up in time for daemons to start09:20
GyrosGeier(because daemons might want to bind to specific IP addresses)09:21
jiefkCenturion_Dan: GyrosGeier: thanks I'll try that !09:21
GyrosGeier"allow-hotplug" lists interfaces that may be plugged in later and should then be auto-configured09:21
jiefkCan I replace network-manager with connman/cmst ?09:22
GyrosGeierif you use /etc/network/interfaces, network-manager ignores the interfaces configured there09:22
GyrosGeierso you're not using it right now09:23
GyrosGeierTBF, network-manager is probably the right tool here09:23
GyrosGeierit can't do any complex configurations, but its simple default policy of "configure the first interface that has a carrier with DHCP" is pretty much 99% of use cases on a laptop09:25
jiefkno GyrosGeier not at the moment, I remove it for testing as user____ recommend09:25
Centurion_DanGyrosGeier: Not necessarily.09:28
Centurion_Danin /etc/NetworkManager/NetworkManager.conf09:28
Centurion_Danchange the item under [ifupdown] to09:28
Centurion_Danmanaged=true09:28
Centurion_Danand it will work with existing /etc/network/interfaces.09:28
jiefkI'll try that thanks !  At least, I just modify my interfaces file so it reads allow-hotplug for eth0. I'll reboot now to see if it goes well :) I'll report success at a later time ! Thanks again :)09:28
jiefkI'm back and the single "allow-hotplug" thing in /etc/network/interfaces works very well for my needs. Also from my simple testings, I do not need any connection manager (my setup is a bit awkward : Devuan is on a VM and is connected to the network though a Wifi Dongle physically connected to the host. Therefore, the wifi dongle is seen from Devuan as eth0, so no need for Wifi key and the like from within11:49
jiefkDevuan)11:49
jiefkThanks eveyone for your help !11:49
gnarfacethanks for letting us know it worked12:05
ham5urgHad to switch from Chimaera to Beowulf. Too many screen-freezes under X + Xfce.13:36
ham5urgCPU i5-8365u with integrated GPU13:37
debdoghave you had a look insed the laptop? did you clean it? (assuming it is not new)13:37
ham5urgThe hardware if fine.13:38
debdog[14:41:45] <ham5urg> fsmithred, thanks for the hint13:39
debdog[15:34:34] <ham5urg> The memory seems not to be corrupted.13:39
debdogthat seems rather quick. let it run during the night.13:39
ham5urgNo, I'd not have any problems with other variants, like Ubuntu and Debian.13:41
gnarfaceyou sure it's using the same video driver in ubuntu and debian? integrated intel video might be controlled by their driver or the modesetting driver these days, but devuan handles permissions differently and it could affect xorg auto-detect outcomes13:47
gnarfaceworth double-checking anyway13:47
gnarfacethe xorg.conf is no longer required or supplied by default, but you can still make one if you want to override auto-detect - you don't even need a whole one anymore for it to obey complete stanzas13:50
ham5urgHow to check which driver uses X under Beowulf? I could run a Chimaera-Desktop-Live Iso and see.13:50
gnarfacecheck for the Xorg.0.log in ~/.local/share/xorg first, then /var/log/Xorg.0.log13:51
gnarfaceit might still be in both places depending on what you've upgraded from, but only one will actually update every time you launch x13:52
gnarfaceyou might notice with certain hardware that not only the driver changes depending on whether you're in the video group, but also whether dri2 or dri3 is chosen, and neither driver always chooses the right one for every device13:56
gnarfacebut that's all stuff you can override in the xorg.conf if you have to13:56
ham5urgThis is a short exempt of the X.org under Beowulf, but I can't interpret it much. X acceleration is enabled, which looks good to me. http://paste.debian.net/1211835/14:05
ham5urgThis is a Chimaera X log, http://paste.debian.net/121184014:51
ham5urgI can't find a significant difference between both. Here the Beowulf one (complete): http://paste.debian.net/1211841/14:52
ham5urgCPU i5-8365u with integrated GPU14:53
gnarfaceham5urg: hmm, you're right it looks very similar, but i do see a difference though... it may or may not be material to your issue but look at the [DRI2] initialization15:29
gnarfaceon the chimera one it says the DRI driver is "iris" and the VDPAU driver is "va_gl", but on the beowulf one it says they're both i96515:30
ham5urgmmhh15:30
gnarfacemight be a difference in installed libraries15:30
gnarfacetheoretically could affect stability independent of version15:31
gnarfacemaybe it's just new stuff they're migrating to too, but maybe it is still a choice15:32
ham5urgThe Iris stuff is the new one.15:32
gnarfacealso, though the modesetting driver it's using here is what intel actually recommends, there are cases where forcing it to use their own driver can work better15:32
gnarfaceno relevant warnings or errors15:34
gnarfacethat's my best guess as to the key difference other than just release versions15:35
ham5urgI would need to create an USB to boot from and try to change the drivers.15:35
gnarfacei think you can just add the intel driver section to an xorg.conf snippet then logout and reload your display manager15:35
ham5urgYes15:36
ham5urgIs there a good place where to post this problem to get it fixed?15:37
ham5urgWill try #xorg15:42
gnarfacenot sure really15:43
gnarfacei thought i vaguely recalled i found a irc channel for the actual xorg intel driver itself but maybe i dreamed that15:43
gnarfaceif you can get some stack traces from the crash to the right people it might do some good15:44
james1138Hello from Indiana and question for all. Is the any trick / tip / software that enables Devuan Beowulf to import PDF - but then save/export as a Word DOC file without major changes in the original format?16:39
gnarfaceprobably not, and probably not any one program, but libreoffice and gimp might both be useful16:44
gnarfacethere might be some other trick with printing to a postscript file from firefox, if you can make some better use of that but it's beyond my area of expertise16:46
xrogaanmy screensaver issue might be the dbus interface getting stuck. Couldn't reproduce this cycle.16:46
james1138Thanks anyway Gnarface. I been trying with LibreOffice for about a week and thought it was possible - but that I was just doing something wrong on my end.16:48
gnarfacedoes libreoffice really mangle it or what?16:48
gnarfacemy thought was maybe that you could import it to gimp first and convert it to something libreoffice won't mangle16:49
james1138Ahh.. that is a idea Gnarface!!16:49
GyrosGeierjames1138, basically, Word to PDF conversion is a compilation process, so it loses information17:25
GyrosGeiergoing the other way needs that information to be restored (i.e. guessed)17:25
GyrosGeierso for example, the document has a paragraph style "Heading 1", while the PDF will only have "this text here is 20 pt high"17:26
GyrosGeierif there are both headings and text that is 20 pt for another reason, then the converter wouldn't know whether this is a heading or not17:27
GyrosGeierso tl;dr: the original format is lost during the PDF export17:27
GyrosGeierall that remains are instructions for a printer, and instructions for a PDF reader if the user drags the mouse over some text17:28
GyrosGeierthe latter is what allows you to extract the text: there is an explicit notation "if someone wants to copy this area, here is the associated text"17:29
GyrosGeieryou can see that when you copy a text that has an fi ligature in print17:30
GyrosGeierthe annotation contains "fi" at this place17:30
ham5urgI have a local file const.py, in another file a.py in the same directory I can do "from . import const", which works. But I can't do "import const". Why?18:01
ham5urgWrong thread18:02
ham5urgsorry18:02
jason1234however FLTK is no longer compatible in SID debian. many new files... for FLDE   flde in progress... https://gitlab.com/openbsd98324/flde   are not working in new devuan/debian, but well ijnto ascii and testing.22:21

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