libera/#devuan/ Wednesday, 2023-10-18

rrqe.g.,cmy excalibur chroot doesn't include any "cron" package00:01
rrqI have "meld" doing it's fullscreen, and all its window buttons are outside of my monitor... how do I change its geometry?01:56
rrqapparently python3 and gtk-3.0 .. where does it hide state?02:02
rrqright.. dconf ... talking via dbus with something ... disassembling file "~/.config/dconf/user" a9nd more?)02:18
fsmithredrrq, I've been able to click and drag some CSD windows02:20
fsmithredclick and drag in the business area, since there's no title bar02:20
fsmithredthen get a corner and resize02:20
rrqdconf write /org/gnome/meld/window-state/is-fullscreen false02:21
rrqdconf write /org/gnome/meld/window-state/height 80002:21
rrqdconf write /org/gnome/meld/window-state/width 102402:21
fsmithredF11 for fullscreen02:21
rrqnope F11 doesn't work here02:22
rrqthe dconf commands work, except that it takes width for height and height for width02:22
fsmithredwow02:23
fsmithredF11 works here, but I have to remember to hold down the Fn key.02:23
rrqhmm not even that.... "width" just concernes the content ... in some way02:24
rrqI can mouse-drag the width but not the height ... and it renders below the monitor02:25
fsmithredI just realized that I don't have gtk3-nocsd installed, so I'm adding it now.02:25
rrqmeld just refuses to be shrunk in height :(02:27
rrqI got it off full-screen at least02:27
fsmithredI can change height here02:29
rrqmmm it used to allow that ... I have meld=3.22.0-202:30
fsmithredsame here02:31
fsmithredI'm running lxqt if that makes a difference02:31
rrqso do I02:31
fsmithredwhat's your display resolution?02:33
rrq1920x108002:33
fsmithred1600x900 here02:33
fsmithredthis does not make sense02:34
rrqmeld pops up as 1517x132502:34
debdogsometimes, on my laptop, some windows act unusual if a certain TV is connected via HDMI02:34
rrqjust 1 monitor here02:35
rrqmeld refuses to change height02:35
fsmithredtry changing display size and change it back.02:36
fsmithrednot sure where in that sequence you should open meld02:36
rrqeven running in a vncserver of 1024x768,  meld insists on same 1517x1325 and fixed height02:39
* rrq need to go02:42
XenguyAlt-LeftClick-MouseDraf02:45
Xenguyer Draf02:45
fsmithredlol02:45
Xenguyahem, Drag02:45
XenguyThat you, thank YuhVeryMuch02:46
fsmithredworks in lxqt. I didn't know that one.02:46
XenguyIt's rare I know something you don't : -)02:46
XenguySo I get to enjoy it for a short time02:47
rrqyes alt-left works for moving it. thanks. still can't change height. can change width.02:48
XenguyWeird03:13
Xenguyrrq, If Meld won't place nice, there is also Kdiff3, FWIW03:14
Xenguyer, play nice03:14
fatalhi, anyone know what i need to automatically turn off a monitor when nothing is happening on the screen?03:59
rwpfatal, Look at xset the dpms part.  I set "xset s 1800 dpms 1800 1800 1800" for a 30 minute timeout.04:09
rwpOtherwise a screen saver would do this too.04:10
rwpStart with "xset q" to query the current setting.04:10
Xenguyfatal, Sounds like a power management configuration04:17
fatalit's all set to 10 minytes by default, just that i observed today that it did not turn off.04:54
fatal"DPMS (Energy Star): Standby: 600, Suspend: 600, Off: 600, DPMS is Enabled, Monitor is On"04:54
fatal`sleep 2 && xset dpms force off` works too, maybe 10-monitor.conf to ../xorg.conf.d would suffice.04:55
fatali guess "BlankTime" is what i was looking for.04:57
fatalor just `xset s 600 600`?05:00
fatalrwp: did you just set it as root or wrote a config file?05:02
rwpfatal, I have it in my .xsessionrc file.  (Effectively.  I actually do things differently.)05:53
u-amarsh04fixed a samba issue after trial and error -  a spurious "valid users = " entry was causing authentication failures05:54
u-amarsh04fixed a samba issue after trial and error -  a spurious "valid users = \" entry was causing authentication failures05:54
u-amarsh04fixed a samba issue after trial and error -  a spurious "valid users = %S" entry was causing authentication failures05:55
fataloh, ok. i guess i could put it into shell script. but it should work by default; we'll see.05:56
fatalrwp: you saw the `xset q` output.05:57
fataltime to sleep $(( 60 * 10 )) && shutdown -h now.06:00
rwpfatal, Yes.  You said it was already at the default power save of 600 seconds.  But that was just my guess at things.06:02
rwpAlso I am not running a Desktop Environment but just a window manager.  I'm one of the i3 users here.  But a DE will usually also have a setting for this.06:03
fatalyeah? i too have i3 installed. but i don06:13
fatalt use xinitrc.06:13
al1r4dwhat?06:14
rwpfatal, Installed, sure.  That's just files on disk.  Are you saying that you are running i3 at the time?06:15
fatalyes, i use i3 for quite some years now.06:16
rwpAnd also are you saying that you start X by logging in and then running "xinit"?  Therefore using ~/.xinitrc?06:16
fataljust startx06:16
fatali use slim for the laptop tho until i find something i like06:17
rwpIf using startx then the rc file to use would be the ~/.xsessionrc file.06:17
al1r4duse startx06:18
al1r4dset i3 on .xinitrc06:18
al1r4d`i3`06:18
al1r4dthen startx06:18
rwpSame if running slim.  For slim use the ~/.xsessionrc file.  That's the file which all of the DEs have converged upon.  (xinit is the outlyer.)06:18
fatalright that one, but since open- and fluxbox i mostly need a few things at startup.06:18
fatalcan you do fonts too with xinitrc?06:19
rwpOne can read through /usr/bin/startx and see the precedence of configuration files.  But it's too late for me to want to concentrate on that detail now.06:20
rwpFonts for me are an xrdb thing.  So those go into ~/.Xresources.06:20
fataloh, you merge them with xinitrc. nvm.06:22
fatalbut i don't see any use for an xinitrc imo06:23
rwpStrangely I see that /usr/bin/startx does support ~/.xsessionrc but it is not documented in the man page.06:27
rwpOtherwise I would say the only use for ~/.xinitrc is if one starts X using "xinit".  And generally I recommend people put X configuration into ~/.xsessionrc which is run "most ways" that starts X.06:28
rwpBecause /etc/X11/Xsession is called by most DEs and it loads the ~/.xsessionrc file if present.06:28
fatalit's ok, if you use a wm you can start things from there.06:29
rwpI actually log into a vt console and then start X using "xinit" and therefore I have all of my configuration in the "~/.xinitrc" file.  But that's very old-school.06:29
fatalso you use just xinit and what tmux?06:30
rwpThe startx program is an easy way for people to start using a set of system defaults.  But if one customizes those defaults then I don't see a use for startx.06:30
rwpI am a heavy user of tmux (and screen) but we are talking about starting up an X session.  Which is pretty far distant from running tmux in a terminal.06:31
rwpBut yes AFTER starting up X then I also start up a terminal (XTerm in my case) and in the terminal then I will start up a tmux.06:32
rwpBut that's because when I ssh into remote servers I want a persistent terminal session and tmux/screen provide that.  And often I will want to grab a session running on my desktop when I am remote on my laptop so I have a tmux running on my desktop that I can grab remotely.06:32
rwpAnd also the reverse that from my desktop I can log into my laptop and resume a tmux session running on my laptop.06:33
rwpBut all uses of tmux/screen are completely independent of whether X is running or not.  On my server systems I never install X as they all run headless.06:33
fatalstartx just starts a window manager and all of them have methods to start programs, so if i don06:34
fatalt use 3 different wm's there is no use for such06:35
gnarfacefatal: i'm pretty sure the dpms defualt is around 5 minutes, and the three cutoff thresholds are, for hardware glitch avoidance, usually set 1 second apart, so like this: 305, 306, 307.... you must have something else setting your dpms values you're not aware of, and it's probably also what's keeping the screens awake. (maybe a web browser or media player?)06:35
onefangWhy tmux AND screen?06:35
gnarfacefatal: could be a screensaver, a media player, a web browser, or even the desktop itself06:35
onefangI stick with tmux.06:36
rwpI had used screen for years and years before converting to tmux.  Some of the systems have screen but not tmux installed.06:36
gnarface(Steam updates have made it pretty annoying lately - the window disappears when it's not on screen but still keeps displays awake)06:36
rwpAnd basically they provide a similar function.  I don't want to berate screen.  It's still good.  But tmux is better.06:37
fatalgnarface: there is no screensaver on i3, also screens were blank, and i'm pretty sure i slept a few hours.06:37
onefangSame here rwp.06:37
gnarfacefatal: does this not usually happen? because occasionally i've had stuff like VLC, which changes dpms settings on start, crash on me and fail to put the dpms settings back properly06:38
rwptmux is basically a loving rewrite of screen functionality by a single author (rather than the last 20 years of community hacking on screen) with a different vision of how the task should be done.06:38
gnarfacefatal: wait... you're saying they console blanked but didn't also turn off?? i've literally only seen two things do that: 1) xscreensaver when told to 2) enlightenment when it's crashing06:39
fatalrwp: i use both, mainly tmux but with screen you can e.g. connect to a serial device,06:39
fatalgnarface: blank means blank screen06:39
onefangI just wish tmux would stop making changes to the config.  Everytime I update, I need to fix at least one setting.06:39
fatala blank screen as there were no gui programms running06:39
gnarfacefatal: (though, worth noting that this behavior you describe also is the reason why the offsets are usually by default not set to the same value. for some displays, "off" has to be AFTER "suspend," not on the same second, or it won't fire right06:40
gnarface)06:40
rwptmux therefore presents as a more polished way to accomplish the task that screen blazed the trail for and that screen now suffers from lack of maintainership of late.  Some things in screen are just annoying missing.  I can open a new window and then I can start a shell in it but I can't simply split a window and run a shell in it.  And things like that.06:40
fatali just have different use cases for screen and tmux, rwp.06:41
rwptmux config file updates are annoying too.  And also some features that seemed perfect have been mutated in ways that I think are not good now too.  Like copy-paste select paste buffer has been refuctored now and I am not happy about it.06:41
rwpfatal, for serial terminal I use "picocom -fn -ez -b 115200 /dev/ttyS0" these days.  But one can also use Emacs for a serial terminal emulator too.  Because of course you can.06:42
fatalyeah i don't do anything fancy with tmux, just keeping sessions alive.06:43
fatalwell emacs can do irc too but you wouldn't06:43
rwpAhem...  I am typing this irc session in my emacs RIGHT NOW! :-)06:44
fatalemacs is great operating system, ...just lacks init... something something.06:45
rwpEmacs makes a good irc client because then I get all of my preferred spell checking, dynamic abbreviation expansion, and all of the emacs goodness for dealing with text.06:45
rwpBut we are drifting way off topic now.  Which would be excellent if we were in -offtopic.06:45
fatalyeah and it's kind of draining to talk to more than one person about different things at the same time06:46
fatali appreciate the input tho06:47
fatalanyway, dpms settings seem normal just that literally no behaviour was observable.06:48
schillingklausI guess that dvtm would suffice for me instead of screen or tmux, as I am not into the detaching business06:55
fatalgnarface:  i just installed a new system and on the laptop it's the same defaults and it works. so it must have been something that kept it awake.06:57
fatallol. you never disconnect from your servers, not even by your isp, schillingklaus?06:59
fataloh i read that wrong i guess07:00
schillingklauswhat servers?07:00
fatalif someone offered you a tmux session on their virtual server, would you refuse?07:05
fatal(or virtual machine)07:06
schillingklausno one would seriously offer me such a thing07:06
fatallets say for science or personal growth07:08
gnarfacefatal: maybe, but it could also be a race condition, so that it only happens rarely07:21
gnarfacebut it's very likely something merely crashed without putting things back correctly07:22
gnarface(vlc used to be a big culprit for me)07:23
rrqfsmithred: I think meld has decided that its "minheight" 1080--245 .. a sign error07:37
rrqxwininfo tells: Corners:  +380+0  -0+0  -0--245  +380--24507:42
cousin_luigiGreetings.10:20
debdogahoy!10:20
cousin_luigiNot a devuan user, but I run a semi-form of debian using sysv and I've noticed some inexplicable routing problems.10:21
cousin_luigiCouldn't reproduce them on systemd, so I ask you here if it's a problem you've encountered yourselves.10:21
cousin_luigisemi-fork*10:22
rwpRouting problems?  You mean network routing?10:23
gnarfacecousin_luigi: so far, no, but you might need to be more detailed in your explanation10:24
gnarfacecousin_luigi: (or just download a devuan livecd and see if the problem is there too for you)10:24
rwpMy first thought is how would an init system screw up routing?  But if we are talking systemd it would not surprise me that it would.10:24
cousin_luigirwp: gnarface: Basically I have two ppp interfaces and I need dnsmasq to run its upstream queries through the non-default one.10:25
cousin_luigiWith sysv I could see any return traffic. With systemd everything works. I do realise there are probably more variables.10:25
gnarfacecan't say i've tried anything close to that10:25
rwpI'll just say that I haven't noticed any routing problems on Devuan.  I don't have anything running ppp though.10:26
cousin_luigiAnything to know about how nft integrates with systemd?10:26
rwp+1 for gnarface's suggestion to run a live image and try it out.10:26
gnarfaceyea, last time i touched ppp it was over a decade ago, for a bluetooth reverse-DUN10:26
cousin_luigihmmm10:26
gnarfacebefore that... the last time i used ppp seriously was in the 90's10:26
cousin_luigihere almost every ISP uses ppp10:27
gnarfaceand i definitely only had one network device at the time10:27
cousin_luigieven for FTTH10:27
gnarfacebut it wouldn't have been relevant back then anyway10:27
gnarfacewell, how are you forcing dnsmasq through the non-default one with systemd? maybe you're just missing the equivalent config10:27
cousin_luigiI'm almost tempted to switch <gulps> to systemd permanently.10:28
cousin_luigignarface: One option was marking the traffic via uid, but then I discovered that dnsmasq has an option to tell it which interface/address to use for outbound traffic10:28
cousin_luigiAnd I'm using the exact same configuration on systemd.10:28
gnarfacewait, so dnsmasq just starts ignoring that directive without systemd present??10:29
cousin_luigiOr should I say, stock debian install. The other being an overripe voyage linux upgraded to bookworm.10:29
cousin_luigignarface: No, I see outbound traffic. But no reply10:29
gnarfacejust out of curiosity, if you stop then start dnsmasq manually once after everything else is booted, does it start using the right device again?10:30
cousin_luigiAt least that's how I remember it, it was a few weeks ago10:30
cousin_luigignarface: Unsure. I probably restarted it a number of times though, in order to test new configurations10:31
gnarfacetwo primary things that may change between systemd and sysvinit are permissions and daemon start orders, so i'd check on every relevant touchpoint for both of those things first10:31
cousin_luigiBut it's a messed up install10:31
gnarfacewell, no, considering it's a "messed up install" i'd cross-check the live iso first10:31
cousin_luigiindeed10:31
onefangTime to make a new un messed up install?10:31
gnarfaceif the live iso works fine, i'd say yes10:31
cousin_luigionefang: I'm using sysv also to have a read-only root.10:31
gnarfaceif not, i'd check permissions and daemon start orders next10:32
cousin_luigiok10:32
gnarfacecousin_luigi: you said the return traffic just never shows, you don't see it coming back at the other device do you?10:38
gnarfacei wonder if maybe the issue is actually some coincidental upstream routing issue10:38
cousin_luigignarface: the other device was down during the tests10:38
gnarface(routing or firewall)10:39
cousin_luigidifferent IPs too10:39
gnarfacei know this doesn't solve the problem really, but what's the reason these queries have to go out a non-default device?10:39
gnarfaceit's very easy to reassign the default route10:40
cousin_luigignarface: I want to keep traffic from android devices separate from my lan10:47
cousin_luigiso I use source-based routing10:47
cousin_luigiAnd I tried again a few minutes ago: dnsmasq on my voyage/sysv system still can't use the alternate route10:48
cousin_luigiIt uses a different path through a secondary router, which works, but I'm attempting to get rid of it10:48
blizzowI'm on a fresh install and getting a blank screen after boot. I believe GDM/xorg are not happy. I tried to change inittab to s:1:... and that did not help. What's the right way to enable ctrl-alt-fX to get to a text console?18:06
tcopelooking for advice on standard practice ... using the default sysvinit .. some sevices ie ..  ModemManager .. are not located in /etc/init.d so are not found using service or update-rc.d .. do I need modify the /etc/systemd/system by hand or is there another mechanism that is prefered ?18:52
gnarfacedo you have elogind installed?18:54
tcopeelogind-inhibit is found18:55
gnarfacei'm not sure what that means18:55
gnarfacedpkg -l |grep elogind18:56
gnarfaceelogind - user, seat and session management daemon18:56
gnarfacedoes it show that?18:56
gnarfacei don't know ModemManager well, it's possible either the session manager or the window manager start it for you, but i wouldn't expect you to have to do anything to make it happen normally18:57
gnarfaceseems to suggest a missing package18:58
gnarfacedunno18:58
tcopeyes is there .. under root typing elong<TAB>  .. the only command completion provided was elogind-inhibit18:59
tcopeI need to disable ModemManager and cant find any mechanism to allow such controls19:00
gnarfaceoh, i thought you were having problems enabling it19:00
gnarfacehmm19:00
gnarfacewhat's the window manager/desktop environment you're using and what's the login manager?19:01
tcopefresh Chiaera install using all default devuan XFCE and what ever login it uses19:04
tcopeI have found some programs that are normally controlled via systemd to have remnants in the /etc/systemd dir and not controllable by the standard tools used in the sysvinit realm .. was wondering if there is a best practice for such controls .. since I cant find any form of init start script for ModemManager outside the /etc/systemd tree19:04
tcopeunless they reside elsewhere .. am guessing they are still being started from there19:05
gnarfacedid you check /etc/elogind?19:09
tcopeit is there .. only file found is logind.conf .. all its contents look to be user specific instead of system services19:12
gnarfaceand there's nothing to disable it in the xfce control panel?19:12
n4dir control panel, session and startup, autostart apps. Try that19:12
tcopeno dice .. all found there are only those in the /etc/init.d .. I will remove by hand the reference file from /etc/systemd and reboot just to make sure its being controlled from there ...  brb19:19
gnarfacei thought that directory was entirely vestigial ...19:22
tcopeI thought so too but figured I would double check .. removed file and still the service started on boot ..19:27
tcopewill do an fgrep on a few dirs in /etc to see if I can gleen any thing useful19:28
gnarfaceit really might be in the window manager's gui somewhere19:29
gnarfacebut you could probably always just uninstall it to19:29
gnarfacetoo*19:29
tcopeI may need do that ... hoping to find the proper place so to have better control for future issues19:31
gnarfaceany docs in /usr/share/doc/modemmanager?19:34
gnarfaceor a manpage maybe?19:34
gnarfacemaybe it has its own config in /etc you can disable it from19:35
gnarfaceor in the user's home directory19:35
adam_free2airtcope: perhaps may help - sometimes I have found that ModemManager is invoked by NetworkManager due to configuration settings.19:52
tcopewill explore those suggestions TY19:56
tcopeok I found it ... not sure if there is a proper mechanism to work with such things. I found this20:50
tcopeI removed the file20:50
tcopeorg.freedesktop.ModemManager1.conf20:50
tcopeackk cpy/paste blah ...20:51
tcopefile was in /etc/dbus-1/system.d/20:51
tcopenot sure what is normally used to control such20:52
gnarfacegoogle suggests you might have to do something like move it to "org.freedesktop.ModemManager.conf.disabled"20:54
gnarface(presumably to keep future package updates from undoing your change)20:55
gnarfacebut just in case, check to see if you have ~/.config/autostart20:56
gnarfaceit does seem like there should be a different way20:57
tcopels ~/.config/20:57
tcopedconf  gtk-3.0  htop  pulse  Thunar  user-dirs.dirs  user-dirs.locale  xfce420:57
tcopeam beginning to believe that its remnants from systemd .. it looks like systemd was originally used as control ... and since systemd has been removed there may be nothing that controls it21:16
tcope'/etc/systemd/system/dbus-org.freedesktop.ModemManager1.service -> /lib/systemd/system/ModemManager.service'21:17
tcopehas been the only ref I can find21:17
brocashelmhttps://dev1galaxy.org/viewtopic.php?id=192521:17
n4dirthe other day i had bluetooth autostarted, and for the life of me couldn't figure out where or how it gets started. That was runit though, and for sure no systemd involved21:17
tcopedid u find a solution ?21:19
n4dirwell, i deinstalled it , but i wouldn't call that a solution21:20
n4dirit happened with other "things" to me to, but i forgot what they were.21:21
tcopeit may be a similar issue .. i found this in the dbus-1 dir also21:21
n4diri used grep and locate and what not, i couldn't find it anywhere21:21
n4diryeah, perhaps dbus or such, but i got no clue of it21:21
tcope'/etc/dbus-1/system.d/bluetooth.conf'21:21
n4dirand there it is. I should have asked you :-)21:22
tcopelol .. I just grasping at straws my self21:23
gnarfacehmm, bluetooth should definitely have regular init scripts available though... makes me wonder if some of these things install differently if elogind is already installed21:24
tcopels /etc/systemd/system/ | grep blu21:24
tcopebluetooth.target.wants21:24
tcopedbus-org.bluez.service21:24
n4dirgnarface: me not really knowing runit sure didn't help to investigate21:25
n4dirmy point was that it doesn't only relate to systemd or sysv being used, but you can run in it anyway21:26
n4diri think it was avahi and something like gfs of which i couldn't make any sense21:29
tcopesince elogind is geared more for user sessions .. system wide hardware activated at boot will generally fall outside its control21:29
tcopesince Debian adopted systemd some time ago .. many of the system features are controlled through it .. if no one writes a new fallback script to control it .. the only scripts that will be included in default Debian are those for systemd21:31
tcopesince Devuan is a more fringe distro with limited dev resources its possible the devs know these things and just havent been able to prioritize it so its just gotten left behind21:33
fsmithredIn daedalus, I still have /etc/init.d/bluetooth. Runit will use the init scripts if there are no run scripts for a service.22:22
n4diri think the command was "sv stop bluetoothd", and the message was "it ain't there"22:24
n4diri will reinstall bluetooth later, then look again.22:24
n4dirnot that it would matter that much to me22:26
fsmithredyeah, there's no run script for bluetooth22:26
fsmithredso you would do '/etc/init.d/bluetooth stop22:26
n4dirwould as in could if it was there?22:26
n4dirwait, you say you have it22:26
fsmithredthe init script wasn't there?22:26
fsmithredyeah22:27
n4diri don't think so, but you know how it is22:27
fsmithredsv command won't work if there's no run script.22:27
n4dir. /etc/init.d is pretty much the only path i know from the top of my head, so i am rather sure i checked there22:27
n4dirbut when websearching for runit, the going back and forth with ls and cd, i can get confused. So i wouldn't bet22:28
fsmithredthere's a piece that gets started with the desktop, too.22:28
brocashelmsv status /etc/service/*22:28
n4diras said: i will reinstall22:28
brocashelmbut a runit script for bluetooth might not exist yet22:28
fsmithredbrocashelm, do you have run scripts for bluetooth?22:28
fsmithredI checked runit-services and it's not there22:28
brocashelmfsmithred: no, i didn't see any22:28
n4diri think it was blueman which asked me if i wanted to automatically start it. I said yes, but then couldn't undo22:29
brocashelmand i got runit-services installed on one of my refracta laptops22:29
fsmithredin xfce?22:29
n4dirand  i didn't get bluetooth to connect to the box. Hence i wanted to not start it anymore.22:29
n4dirfsmithred: not sure.22:29
brocashelmi will boot up my laptop and check again, just to be sure...22:29
n4dirthe trouble with jack/qjackctl and the bluetooth one are a bit mixed in my head.22:29
fsmithredjack can definitely mix up your head22:30
n4dirjack is more important to me. bluetooth i only need for the speakers, but might just as well use the headphones22:30
n4dirwell, only if jack is needed. If alsa does the job, even better22:30
n4diri think i got too high a "latency". If i connect the piano-keyboard, and hit a "key", there is a delay22:31
n4dirI made all kind of changes in qjackctl, but it didn't really get better22:31
n4dirMight be i need a "real" (better) soundcard?22:32
brocashelmi never use pulseaudio or jack when i can get away with it22:33
brocashelmalsa or bust22:33
brocashelmi am interested in sndiod as an added layer, though22:33
n4dirbrocashelm: when i searched youtube, pretty much all audio production how-tos tell you to use jack.22:34
n4dirnow i slowly figure out that quite some are happy with alsa too22:34
n4dirbut it always is a lot of try and error. Some have alsa in the settings, but i don't get it to work22:35
n4dirjack, otoh, once set up, usually at least give audio output at all22:35
n4dirit sucks to be able to use alsa for some apps, for some not, so i often just go for jack (As soon i do such)22:36
brocashelmfsmithred: i can confirm what i stated earlier (i.e. no sv files for bluetooth/bluez)22:54
fsmithredthanks. I just checked and I have a bluetooth runscript in the sample runscripts from antix. Those samples are in my runit live-iso in the home directory, but I don't recall if they are being used.22:58
brocashelmi'm using runit-services from the main repo22:59
brocashelmso perhaps it will be included soonish22:59
fsmithredI just checked my iso and bluetooth was using the sysvinit script.23:02
fsmithredI need to go outside. bbl.23:03
brocashelmi need to do that more often ;)23:05
brocashelmttyl23:05
debdogpeople die outside /o\23:08
n4diri haven't left the apartment more than 30 minutes a day for 2 weeks. It helps that it now is really cold in Germany23:19
Wonkathat's considered to not be too healthy...23:20
Wonkawell, both, the cold outside too, but against that one can put on more clothes23:21
debdogbutbutbut, the next ice age is ahead https://www.youtube.com/watch?v=RQRqr9_jw5I23:22
Wonkawhen will that be relative to earth reaching an average of +3.0 K above pre-industrial times?23:23
fsmithredabout a month into nuclear winter23:24
n4dirWonka: i was sick and am recovering.23:25
Wonkan4dir: oh, yeah, that may be a good reason to even stay in bed most of the time23:28
Wonkaand, yes, I was a bit shocked when my outside thermometer (in Lübeck, Germany) showed 3°C this morning23:29
n4dirI don't check the thermometer, but it is cold (Bremen here)23:30
n4dirvery nice though.23:31
Wonkawhen I need to decide whether to wear sandals or boots outside, a thermometer is some help...23:42
n4diri usually do, but right now i don't, because i am usually at home anyway23:43
n4dirafter walking those 20-30 minutes i am exhausted already23:44
golinuxPlease take to offtopic23:55

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