libera/#devuan/ Sunday, 2023-09-17

ksx4systemgnarface, well it works but now I've got mediocre performance00:21
ksx4systemVPN connects but anything in LAN just times out00:22
gnarfacehuh00:23
gnarfacei just sign my own keys00:23
gnarfacei don't really need anyone else to trust them00:23
gnarfacei wonder why it'd be so much slower though00:26
gnarfaceuse too long of a key length maybe?00:26
gnarfacei think sometimes embedded hardware may hit a performance wall at a certain key length00:26
gnarfaceor if for example you were relying on hardware acceleration and changing the algorithm means its also no longer compatible with the hardware unit00:27
gnarfacei wouldn't expect such a problem with a modern desktop but some embedded ARM device could be a different story00:28
hightower2Hey I'm trying to do a clean install of Daedalus. It finds the wifi ssid, but when I type in the pw, nothing happens and it brings me back to the wifi network selection. In the console it says: Network chosen: <SSID>. Proceeding to connect. Couldn't connect to wpasupplicant.00:44
hightower2Any hints?00:44
gnarfacehightower2: first guess would be that you need a wifi firmware package for your hardware for the driver to work right00:45
hightower2isn't it included in the install media?00:46
gnarfaceuh, yea i would think so honestly. did you use it successfully during install?00:46
hightower2I would think this is not the issue. When it says cant connect to wpasupplicant.00:47
gnarfaceif you configured the wifi during install i'd expect that configuration to have carried over to the install, but if you didn't then you might still be missing the packages. you might even be missing wpasupplicant in that case00:47
hightower2no I mean, this is a problem *during* install00:48
gnarfaceOH00:48
gnarfacewell how new is the hardware?00:48
gnarfaceif the wifi device is very new, (less than 6 months old) the firmware might not even be in Debian yet00:48
hightower2old hardware... at least 10-12 years00:48
gnarfacehrm....00:48
gnarfacesure your capslock key wasn't on when you typed the wifi password?00:49
hightower2yes, the pw is printed in the field, not masked00:49
hightower2but OK, I'm gonna do the install without network, then see what can I save after I boot into the system00:50
hightower2hah, then it bailed with Failed to find codename for the release00:50
hightower2hm, went to do 'cmp' of the netinst iso and usb stick, and already at byte 4xx there was some mismatch. Gonna try write the media once more.00:53
gnarfacehightower2: wait, two sanity checks first... 1) which exact ISO are you using, and 2) exactly how are you writing the media?00:55
gnarfacebut yea usually i'd suggest using ethernet to install and then fix the wifi afterwards00:56
hightower2the daedalus netinst iso from one of https mirrors, and I am writing with dd00:56
gnarfaceshow me the exact dd command00:56
hightower2dd bs=2M if=devuan_daedalus_5.0.1_amd64_netinstall.iso  of=/dev/xvdi status=progress00:56
gnarfaceadd "conv=fsync" to the end, and remove "bs=2M" entirely00:56
hightower2it was an error on the media. New/repeated write and cmp worked fine00:56
gnarfacei understand that, that's why i said:00:57
gnarfaceadd "conv=fsync" to the end, and remove "bs=2M" entirely00:57
hightower2I won't remove bs=2M because without it it writes in blocks of 512b, which is terribly slow00:57
hightower2but now it's fine, cmp confirmed00:57
gnarfacei guarantee you it's in your head00:57
gnarfacebs=2M is snakeoil00:57
gnarfacesometimes it even corrupts the write00:57
gnarfacebut even in blocks of 1b it would already be going as fast as the flash media could handle00:57
gnarfacebs=2M might even slow it down00:57
gnarfacebut also, if you don't have "conv=fsync" then you have to run "sync" after dd to make sure it actually all wrote. system write back cache can sabotage it, especially for larger images00:58
gnarfacetrust me, i do this a lot00:58
hightower2that's not true (what you say about speed of writing to USB stick with default 512 block size). But thanks for discussion/help. I confirmed that data on the media now is identical to the iso image on disk, so should be fine. Yes, I do run 'sync' afterwards00:59
gnarfaceyou might get faster write speeds initially, but that's only burst write, once the device's cache is exhausted peformance falls back to normal00:59
gnarfaceand all you do is defer the actual write until the "sync" step01:00
gnarfacetotal elapsed time won't be any faster01:00
gnarfacenot for regular usb flash keys anyway01:00
gnarfacesomething like a SSD, that would be a different story01:00
gnarfacewith a SSD go ahead and set bs=8M if you want01:01
gnarfacebut it's not a apples-to-apples comparison01:01
gnarface(maybe bs=1b was an exaggeration but in general, making it larger than the physical block size of USB/SD/microSD flash is useless, and occasionally harmful)01:02
gnarface(note that for reads that is also different, these caveats are only for writing to the flash)01:03
hightower2the error with wpasupplicant remained the same... hm hm.01:04
gnarfacedid you finish the install this time01:04
gnarface?01:04
gnarfaceso you're getting the error from wpasupplicant inside a booted install?01:04
hightower2no, also during install. But I did see in the console that it loaded the firmware01:04
gnarfaceoh, well if you finish the install then you can check the /var/log/daemon.log to see more about what it's complaining about01:04
hightower2install works at this time. Will check after boot then01:06
gnarfacewere you able to use ethernet?01:06
hightower2no, just installing the minimal thing without network at all01:07
gnarfacejust to make sure it's not a known and already fixed bug, if you can, i'd recommend updating over ethernet first before trying to fix the wifi01:07
gnarfacethat should be as easy to do after first boot01:07
hightower2yeah only have wifi here... that's been pestering me for a long time. I think I'll need to add a normal ethernet switch and a gateway to wifi. So that devices think they're on ethernet01:09
hightower2hah, after booting into the system, wifi connected just fine01:14
gnarfacethat's fucking weird01:14
gnarfacei'll keep an ear out for that happening to anyone else01:14
gnarfacethese installers are pretty new and most of us didn't actually use them because we just upgraded existing installs01:15
hightower2since I chose 'dont use network mirror' because of this, could you paste me the sources.list for a network version?01:15
gnarfaceyea no problem, stand by01:15
hightower2I think the installer was not that... whatever the new one is, but was debian-installer01:16
gnarfacehttps://paste.debian.net/1292183/01:16
hightower2or at least it looked identical to d-i01:16
gnarface(the relevant section from my sources.list ^)01:16
gnarfaceyes, our installers are based on d-i01:16
gnarfaceevery effort was made to preserve all expected behavior, which also means there's a strong chance the bug you saw also exists in the Debian one01:17
hightower2ah yes thank you, missed the /merged01:17
gnarfacefsmithred: have you heard anything about wifi connections failing in the installer but mysteriously working after first boot with no further changes or even updates???01:18
fsmithredyeah, I've had some problems installing over wifi01:18
gnarfacefsmithred: hightower2 is seeing it too01:18
fsmithredseems the installer doesn't like special characters in the wpa2 password01:19
gnarfaceah, i see01:19
gnarfacehightower2: ^^^01:19
hightower2my pass only had things like -, !, and # . Do those count as 'special'?01:19
fsmithredI had success two ways: 1. disable wireless encryption, or 2. change pass to all lower case01:19
fsmithredyeah, probably01:19
hightower2(and some uppercase)01:20
fsmithredyou can change it back after the install01:20
fsmithredI'm not sure abouit upper case01:20
gnarfacehightower2: i'd suspect # first, because that's a comment character in the shell01:20
fsmithredand if you select a keymap other than US English, I don't know what happens.01:20
hightower2US keyb01:20
hightower2On a side note, I wasn't really paying attention lately, is submitting patches to Debian for init-agnostic system going well (are DDs sensible to this?), or it's basically all separate because they don't wanna discuss?01:25
hightower2On a side note, I wasn't really paying attention lately, is submitting patches to Debian for init-agnostic system going well (are DDs sensible to this?), or it's basically all separate because they don't wanna discuss?01:25
hightower2(sorry wrong term , arrow up + enter )01:26
gnarfaceah well, how it's going is that when they randomly notice an sysvinit script still existing in a Debian package, they remove it and then we find out when our users complain01:26
gnarfaceso, badly, to put it succinctly01:26
hightower2:(01:26
hightower2but well, thanks to Devuan :)01:27
masonhightower2: /join #debian-init01:27
masonThere are DDs maintaining all the sysvinit stuff, and fixing things as they break.01:27
masons/break/are broken/01:27
masonAh, sorry, should mention that it's on OFTC.01:28
hightower2I know the camp is over there, no worries :-)01:29
hightower2mmm... xmonad is not installable, says  Breaks: x11-utils < 7.7+6, but 7.7+5 is to be installed01:43
hightower2strange, after I manually installed x11-utils 7.7+5, it did want to install xmonad afterwards01:47
gnarfaceodd01:47
gnarfacesaw a similar issue with a different package yesterday01:48
hightower2but, I noticed that I had package luit installed, which is set to Conflicts/Replaces x11-utils01:48
hightower2but it's not a replacement, the description of the package says it's something for fonts or whatever01:48
hightower2(and luit got removed as part of my installing x11-utils)01:49
hightower2mmm, one more issue... When I run startx from the console, it opens X on the vt rather than the next unused one02:20
gnarfacebeen that way for a while, expected behavior i think now02:23
gnarfacemight depend on whether you're running Xorg suid root or not, not sure02:24
gnarfacehmm, don't think so though02:24
gnarfacebut i think also some people are still reporting it opening on #7 by default so not sure what changes that02:24
al1r4dhmm02:32
hightower2but yeah must have something to do with permissions, because if I manually specify vt7, it tells me no permission to open02:35
hightower2(which is probably why it falls back to opening on itself, on the only one on which it does have permission)02:35
gnarfacei do know that most the drivers have switched to defaulting to opening as the user instead of suid root now, but i thought the default vt# change happened some time before that02:36
gnarfacei think there must be some other variable, but possibly related to that change02:37
ddlSo I improved openibis, called it openibis-org, and bounced it off the idea-generating wall of Matrix (element.io client).05:00
ddlIt is officialized as dpptp (for Digital Point-to-Point Tunnelling Protocol).05:01
gnarfacewhat's openibis now?05:01
ddlthe irccloud-libera link technology05:02
gnarfaceoh, i see05:02
ddllibera chat, rather05:03
ddlI really enjoyed working with you guys over the years.05:03
ddlopenibis-org (dpptp) is currently on a sorta covered display at shutdown.chat05:04
ddlwe are having FUN now aren't we :::DDD05:05
gnarfaceindeed05:07
ddldoctor says I'm in kinda bad health05:16
ddl(as always) I'm my own best first opinion and it doesn't look great.05:17
ddlSo, to summarize, openibis (a.k.a. sehlink). This one, openings-org (or, dpptp, as official name) is to be amalgamized as the underpinning for arin and the tool whois, between the D.A.R.P.A. -net and Die Nederlandi Police internal-external buffer extensible interlinked networks, globally.05:23
ddlWe shall return.05:23
ddlukine said so, and that's kinda strange, now, isn't it. please trust me.05:28
[-_-]rwp: thanks09:14
[-_-]Hiiii10:36
[-_-]how to reload fstab?10:36
[-_-]in a systemd system it was systemctl daemon-reload10:37
DPA[-_-]: There is no need to reload fstab. Without systemd, no mount units need to be generated from it, so they do not need to be regenerated. You can, however, mount all entries in fstab using "mount -a", if that is what you want to do. This will not unmount any existing mounts.10:59
DPATo remount an existing mount, use "mount -o remount /pathh/to/mountpoint"11:00
sixwheeledbeastI don't believe you do that even with systemd11:11
[-_-]but I can't seem to mount as non root user11:48
[-_-]sorry, it works11:49
[-_-]the path was wrong11:49
[-_-]:D11:49
[-_-]thanks DPA11:53
helmuthi. is there someone who'd discuss Devuan+/usr-merge with me without shooting me? context is that I'm (commercially) working on getting rid of the ctte moratorium on the Debian side and https://subdivi.de/~helmut/dep17.html describes what we're up to. I'd like to understand how that Debian side affects Devuan and what we can reasonably do on the Debian side to make this least painful to you. In particular,12:14
helmutI think you should set up a copy of https://salsa.debian.org/helmutg/dumat12:15
helmutI'm also fine with taking this to email. Would you tell me which list would be most appropriate?12:16
[-_-]guys, I can't read a directory eventhough I am part of the group owning the directory12:48
[-_-]I zeroed all the permissions of the user and other, only group has read write and execute permissions12:49
[-_-]brb12:54
[-_-]solved, I just had to log back in12:58
helmutIs this the right channel to discuss how /usr-merge affects Devuan at all?13:00
[-_-]hard to say, prolly13:06
DelTomixhelmut: I think its great that you are getting input from us, this seems like the right channel or perhaps the ones at #devuan-dev might be more focused on the topic13:06
DelTomixQuiet time of day I think :)13:07
helmutDelTomix: thank you. I'll wait for input here.13:18
ballsxdhey guys, im having some difficulties withj prosody and openrc. upon starting the prosody service it echos a success. but upon checking with servicediscovery (xep 0030) it says that my server has timed out. is this some openrc bug?14:28
gnarfaceballsxd: did you try it as root?14:30
ballsxdyes i have14:32
ballsxdit might have to do something with tls certificates failing im looking into it rn14:33
gnarfacei don't know much about prosody or really openrc, but someone around here does14:34
bb|hcbhelmut: #devuan is intended for support, #devuan-dev is better for discussing this topic, it is also publicly logged14:35
ballsxdit might aswell be a prosody issue. but figured may aswwell ask here14:36
gnarfacewell make sure it's actually running14:39
gnarfacethe most common two issues seem to be missing scripts or missing permissions14:39
gnarfacesometimes just the status check is broken14:40
ballsxdcan confirm status check was indeed broken14:53
ballsxdor rc-service just failed with shutting down prosody as i had to manually kill it14:54
ballsxdor prosody just isnt managed by openrc14:59
russnesI just did a fresh install of daedalus with encrypted hdd (single partition with boot). My computer wasn't able to automatically find a bootable device, so I had to manually select the EFI file for starting the GRUB unlock. Anything I can do about that?16:01
russnesAlso, I had to enter my password twice, to unlock the partition after unlocking in grub16:02
fsmithredthe double password entry is normal behavior16:13
fsmithredI don't think I've tried encrypted /boot with uefi, so I'm not sure what the problem might be.16:14
hagbardYou can have a keyfile on your encrypted /boot, to automatically unlock your / partition. That way it possible to boot with entering a passphrase just once.16:18
hagbardBut if / and /boot is the same partition, this should not be necessary.16:19
hagbardI think i used this tutorial for encrypted /boot a long time ago: https://cryptsetup-team.pages.debian.net/cryptsetup/encrypted-boot.html It has a chapter "Avoiding the extra password prompt"16:21
hagbardrussnes ^16:21
fsmithredrussnes, is this a hardware install or a VM?16:21
fsmithredin qemu and vbox I often have to select the uefi boot file16:22
fsmithredmaybe you need to set up efi stub bootloading. I'm pretty sure there's a discussion of that at dev1galaxy.org16:34
fsmithredI gotta go.16:34
public-statichey, is there anything i should know about before trying to use efibootmgr instead of grub after installing devuan with debootstrap?17:00
russnesfsmithred: hardware17:43
[-_-]guys, I may have created these by mistake when setting the system up in /root directory18:04
[-_-]http://sprunge.us/1lg2ga?text18:04
[-_-]what do I do?18:04
[-_-]should I attempt to cleanup? how do I do that :D18:04
micdudwhat is wrong with gnome and user switching (besides crashing) , apps like firefox from one user can migrate to another ? (running nvidia drivers and nonwayland gnome021:11
gnarfacemicdud: there's some issue, don't think it's gnome specific. rrq was soliciting feedback from volunteers to test some packages from experimental as a potential fix.21:30
micdud soliciting here or somewhere specific with a paper/byte trail ?21:34
HelenahI'm wanting to compile the latest kernel with this defconfig https://github.com/vgist/KernelConfig-Gentoo/blob/7d46179f7a162c8279f16ebc02f19c6306776a08/x230/x230_5.15_defconfig I'm assuming that it would probably work but I want to know how Devuan differs from Gentoo that I would need to change in the defconfig21:35
Helenahhttps://github.com/vgist/KernelConfig-Gentoo/blob/7d46179f7a162c8279f16ebc02f19c6306776a08/x230/x230_5.15_defconfig21:35
micdud<Helenah> unless gentoo rolls with  custom kernels , it should not be a problem , but messing with kernel option without knowing what they do could be .21:37
micdudand applying a whole config from one version of kernel to another will deffenatly lead to problems , unless you know how to diff out the exact parts you need21:41
gnarfacemicdud: yes, it should be in the channel logs a couple times over the last few days21:41
gnarface[-_-]: no guarantees i can help but use paste.debian.net and i'll actually take a look21:43
[-_-]hi21:43
[-_-]okay, but why not any other, what is wrong with 0x0 ?21:43
gnarfaceHelenah: is there no equivalent defconfig in the debian kernel source package? why specifically do you think you need some unofficial gentoo one?21:43
gnarface[-_-]: cause i don't wanna21:44
[-_-]you have an automated script for paste.debian.net ?21:45
gnarface[-_-]: no, but i believe pastebinit can be reconfigured to use it. you can just /msg it to me here too21:45
[-_-]okay, I am facing issues with trash21:48
Helenahgnarface: Because I wanted a minimal kernel that supports some specifics I need. And was hoping I didn't have to go on a full blown analysis of my hardware.21:49
HelenahJust checking how image stuff to do with Devuan.21:49
[-_-]I have gvfs installed, smth starts gvfsd upon start of Xorg (openbox) (startx)21:49
[-_-]https://paste.debian.net/plain/129226621:50
[-_-]this is the output of gio21:50
gnarface[-_-]: oh, well that's just two short lines. you could have pasted that in-channel. also, as i've got no gio experience i probably can't help, but do you think maybe it's a permissions issue? those are common21:51
[-_-]I don't know how gio works, so I can't tell21:52
gnarfaceHelenah: well, you really should. you can "apt-get source linux-image-amd64" and compare the defconfigs though if you want instead21:52
gnarfaceHelenah: (or "apt-get source [the right kernel package]"21:53
gnarface)21:53
gnarface[-_-]: well, does it work normally as root but not any other users?21:53
[-_-]I have not tried to use it as root21:53
[-_-]lemme try21:54
[-_-]same output, operation not supported21:54
gnarface[-_-]: are you sure you're calling it right?21:54
[-_-]gio? yeah21:54
gnarfacehmmm21:55
gnarfacewell, stick around, maybe someone knows. i've never used it...21:55
[-_-]can't say about gvfsd, I don't even know what launches it, when I was in tty, it was not started21:55
[-_-]it started after openbox session21:55
gnarfaceit might be your session manager, try "aptitude why gvfsd" or "apt-cache rdepeneds gvfsd"21:56
micdudwhat was the exact question about gvfsd ?21:56
[-_-]micdud: can't get trash to work21:59
micdudi did you install the backends ?21:59
[-_-]they are installed21:59
[-_-]gvfs-backends21:59
micdudwhat was your devuan install sequence ? just install desktop ? or did you do a custom job ?22:00
[-_-]custom, totally22:01
micdudgvfs-fuse ?22:01
[-_-]current config is from my arch setup, still trying to get everything to as it was22:01
[-_-]aye, that is also started, iirc22:01
micdudlet me check my notes22:02
[-_-]you guys note stuff!?22:03
[-_-]do you note full sequence or just like on this day I did this and these were the issues and those were fixed using xyz ?22:04
micdud(/usr/share/gvfs/mounts) edit files there ... (/usr/share/dbus-1/services) move to ./disabled there22:04
micdudno i had this problem before22:04
micdudi do but those two folder is where i disable/enable gvfs/dbus backends22:05
micdudgvfs services do not have /etc/rc scripts but have dbus launchers  in those folders22:06
micduddoes trash not exist in apps/file manager or exist but wont do anything when you click on it , and how about the trash icon ?22:06
micdudgvfs gvfs-fuse gvfs-common gvfs-daemons gvfs-lib gvfs-backends ( is what i have installed on daedalus and everything works ) did not tweak anything22:08
micdudi had this issue with chimaera a  while back ,do anot remember exact fix22:09
[-_-]micdud: trash don't exist in thunar22:09
[-_-]pcmanfm has built in trash shortcut22:10
[-_-]but that don't work22:10
[-_-]and also this https://paste.debian.net/plain/129226622:10
[-_-]lemme login logout22:10
[-_-]brb in 2 mints22:10
micdudview/side-pannel/shortcuts right click on places/places  is trash there ?22:11
[-_-]okay, I tried to create a org.gtk.vfs.Trash.service file here22:13
[-_-]with /usr/libexec/gvfsd-trash as the executable22:14
[-_-]did not work22:14
gnarfacemicdud> view/side-pannel/shortcuts right click on places/places  is trash there ?22:14
micdudand more detailed users shell # gio mount -l22:15
[-_-]https://paste.debian.net/plain/129226722:17
micdudthats all ?22:17
[-_-]same output for root22:17
[-_-]yeah22:17
micdudgvfsd running ?22:17
[-_-]it is, it doesn't show up for ps -a22:18
micdudare you startx type of a person ?22:18
[-_-]yeah22:18
micdudhahaha22:18
micdudget youseld sli or lightdm installed atleast22:18
micdudsli-slim22:18
micdudhere is my sequence / install devuan custom/advanced  and only select basic system and console tools  no desktop stuff22:19
micdudonce rebooted after install  install xfce-desktop task / preselectng slim or lightdm  in aptitude  , and after you select the task sfce , then delect all the crud that drags in that yo know you can live without22:21
micdudor , 5 times more complicated is figuring out a sequence of what to install with apt and --no-install-recommends22:22
[-_-]gnarface: no, trash is not there for thunar22:22
micdudeven openss-server will bring in xorg stuff if installed without --no-install-recommends22:22
gnarface[-_-]: i don't really know what's going on with this. my only guesses at this point are 1) maybe you need to access it as the user that's actually running it 2) maybe it's not actually running after all22:23
micdudpsgrep gvfsd22:23
micdudpgrep gvfsd22:24
micdudanything there ?22:24
micdudgvfsd is started with desktop stuff by display managers22:24
micdudif you are rolling your own startx scripts , then you are on your own22:25
[-_-]$ pgrep gvfs22:25
[-_-]738322:25
[-_-]7390yfaoe22:25
micdudgvfs or gvfs ?22:26
micdudgvfsd22:26
[-_-]$ pgrep gvfsd22:26
[-_-]738322:26
[-_-]739022:26
[-_-]one is gvfsd-fuse, the other one is gvfsd22:26
gnarfacedo they say they're running as the same user you ran startx with?22:27
micdudand gvfs-trash is strted with dbus  , is dbus installed ?22:27
gnarfacei was gonna guess dbus nex22:28
gnarface*next22:28
micdudman , this sounds like coming from slackware 15 years ago type of a config :)  , just install this stuff with task , not a package at a time :)22:29
micdudaptitude is your friend22:29
[-_-]yeah, dbus is there22:29
[-_-]I think xfce4-panel starts gvfs22:30
[-_-]since I use xfce4-panel22:30
micdudreinstall  from scratch , uses my sequence if you dont just want to install desktop and then prune what is not needed22:30
micdudno it does not22:30
[-_-]udixie ?22:30
micdudi think it it auto launches by dbus22:31
[-_-]aight, thanks micdud & gnarface22:31
[-_-]one more thing22:31
micdudbecause it exists in those 2 folder i pasted earlier22:31
[-_-]do you guys use fbterm ?22:31
[-_-]I can't seem to use it22:32
[-_-]nah, drop it, will talk about it some other day22:32
[-_-]prolly tomorrow, thanks again for helping micdud & gnarface22:33
[-_-]I still don't understand what is wrong with other paste services22:33
[-_-]not like I am using pastebin.com22:33
micdudtry in virtual machines to get you sequence trimmed from basic desktop install to a trimmed down lance armstrong22:34
gnarface[-_-]: i have paranoia with cause. don't overthink it.22:34
[-_-]okay, good day guys22:34
micdud<gnarface> these gnome/desktop bugs we talked about earlier , would they be fixed in devuan, or just reported upstream to debian ?23:08
gnarfacemicdud: you talking about the VT switching problem? i'm not sure if that's getting pushed upstream or not, as i'm not sure if it only affects us or not. in general, policy would be to report upstream to debian anything we think they won't just blame on us.23:10
gnarfacemicdud: (i'm not sure it's even known if it only affects us or not, as it's not affecting me)23:11
gnarfacemicdud: hang on, lemme paste from my history23:11
gnarface<rrq> CALL FOR TESTERS: if you run startx as non-root, using daedalus and ceres, you are invited to test the devuan/experimental build and send feedback to LeePen or rrq .. it's a version that is happy about VT switching (supported by eit\23:12
gnarfaceher seatd or elogind), but we want more confirming tests.23:12
gnarfacexserver-xorg-core and (dependecncy) xserver-xorg-common23:12
gnarfacewith seource.list line added, it'd be: apt-get install -t experimental xserver-xorg-core23:12
gnarfacethe sources.list line is: deb http://deb.devuan.org/devuan experimental main23:12
gnarfacemicdud: ^ here. dunno what the status of this is currently23:12
gnarfacepeople started complaining a few days ago and rrq has been trying to drum up volunteer testers23:13
gnarfacewhatever is causing it though, somehow i'm immune23:13
micdudok ill do a few more concrete tests , but i saw firefox and another dock jump users on me today with gdm/gnome23:14
gnarfaceso i assume it's a video driver issue, fundamentally23:14
micdudnot neccesaraly , i have opened x apps before by accident an other users desktops before23:14
micdudx protocol and displays  can do that23:15
gnarfacehmm, maybe you're not even having the same issue i thought. the other people are complaining that when they try to switch back to X, the screen is blank/frozen23:15
micdudok ,thanx again23:27

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