/srv/irclogs.ubuntu.com/2021/06/30/#ubuntu.txt

pjzis there a guide/blog/post on how to use backportpackage?  I want to backport nim 1.4.x to LTS00:11
sarnoldpjz: I used it once to build something and I think it really was as easy as this example in the manpage: backportpackage -u ppa:user/ppa znc00:13
sarnolddo you have a ppa created already?00:14
=== TSA2 is now known as Hash
pjzI do not. I don't really want a ppa, I just want to backport the package for personal use00:21
pjzoh, hm, I rememeberd old debian packaging foo and dpkg-buildpackage in my workingdir seems to be working00:25
pjzit had the wrong version (previous version, b/c I'm porting from impish to focal) of debhelpers00:25
sarnoldpjz: ah, if you don't have a ppa already, then you could do the local biuld, and set up sbuild or pbuilder to do the build locally00:27
=== kostkon__ is now known as kostkon
=== Ringtailed_Fox is now known as RingtailedFox
=== M4he is now known as mahe
=== pizza is now known as pizzaiolo
Swift110-mobilejpnurmi: would kdeconnect be helpful to you?02:10
=== pizzaiolo is now known as pizza
UsrLocalLiberaCan't speak?03:30
tsujphow can I find logs only from a specific facility? `tail -f /var/log/syslog` gives me all logs from all facilities, I just want those from `local0` only04:40
tsujpto read them that is04:40
lotuspsychjetsujp: syslog is the oldskool way, ubuntu uses journalctl -f now to see all system logs04:42
lotuspsychje!journalctl04:42
ubottujournalctl is a command for viewing logs collected by systemd-journald. E.g. "journalctl -f" reports system messages as they are logged until you press Ctrl+C. See the journalctl !man page for other options.04:42
tsujp`journalctl SYSLOG_FACILITY=16` it appears to be where 16 is the code for local004:42
tsujpSo when using Docker should I use the syslog driver or the journald driver to put those logs into a specific facility04:45
tsujpthe journald driver doesnt appear to have those options, the syslog one does04:45
tsujpthe syslog one just worked so unsure if I _should_ try the journald04:45
rbasakjournald abstracts log messages into structured key/value pairs04:49
rbasakSo there's no specific "syslog facility" any more there04:50
rbasakSYSLOG_FACILITY is just a key04:50
rbasakAnd you can make your own up04:50
rbasakThat's probably why you can't find anything specific about syslog facilities in your journald driver04:50
rbasakhttp://manpages.ubuntu.com/manpages/focal/en/man7/systemd.journal-fields.7.html has details04:51
tsujpim talking specifically about this too https://docs.docker.com/config/containers/logging/journald/04:51
tsujpif thats the case I can try set SYSLOG_FACILITY with the `env` option?04:51
rbasakWhy are you trying to set SYSLOG_FACILITY anyway?04:53
rbasakWith journald it's just a compatibility thing. If you adopt journald completely, there's no point setting it.04:53
tsujpbecause I want logs from docker to go to a specific facility04:53
tsujpso I can log that facility in a cloud providers logging service04:54
rbasakAs long as journald is hooked up to that then, I guess setting SYSLOG_FACILITY would work.04:55
rbasakI'm not sure it would be though?04:55
rbasakDepends on the service.04:55
rbasakOh, apparently journald will forward messages.04:56
rbasakBut then you'd be round tripping through journald, which seems pointless then. I'd use your syslog driver04:56
tsujpGotcha, cheers04:59
kiwichaphello I have lost some apps on the icon05:00
kiwichapmy ubuntu crashed and then I reset it and then I had to remove the ubuntu store updater snapstore05:00
kiwichapand some of the apps need to be started by build.sh command05:01
tsujpAlso just to be clear if journald forwards to syslog will it forward the structured stuff it makes or the raw it received rbasak?05:01
rbasaktsujp: I'm not sure but I suspect you'll lose everything but the syslog compatibility fields and the message05:04
=== o is now known as niko
makarahow can I change Gnome terminal's DEFAULT font?06:39
makaraokkkkkkkk. Next question, why does gnome tweaks still feel like a hack06:45
lotuspsychje!discuss | makara06:47
ubottumakara: Want to talk about Ubuntu, but don't have a support question? /join #ubuntu-discuss for non-support Ubuntu discussion, or try #ubuntu-offtopic for general chat. Thanks!06:47
user1hi06:49
user1hii06:50
rbasakmakara: GNOME Terminal supports multiple profiles. So you can just configure a profile to use the font you want, and set that profile to default.06:51
rbasakAll through the configuration UI.06:51
rbasak(from the menu)06:51
makarait was rhetorical06:54
makarai have many profiles - dont want to set the font for each06:54
Chanhello07:12
alkisg_webHello07:13
Chanhas anybody done "LANG=C fakeroot debian/rules ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- binary-headers binary-generic binary-perarch"?07:13
ChanThis is for building ubuntu.07:14
=== cacti is now known as madmax
ChanI'm seeing 'check-config: FAIL (- != y): CONFIG_STACKPROTECTOR_PER_TASK policy<{'arm64': 'y'}>' error message and how to do it.07:16
=== Bebef_ is now known as Bebef
cart_manIs there a way I can stop my computer from giving apps the "away" signal if I havent moved my mouse in a while?07:37
makaracart_man: https://askubuntu.com/a/1228965/3200607:42
cart_manmakara: ty ty07:46
=== jgee7 is now known as jgee
hossein_hi ev108:44
Ronalds_Mazitis_hey09:05
Ronalds_Mazitis_which file on ubuntu 18.04 has apache2 mime type?09:05
olleFor sshd, must a "Match Group" setting be the LAST thing in the config??09:27
olleIt works when it's the last statement, but fails when it's in the middle of the sshd_config file09:29
olleHm09:31
Ronalds_Mazitis_https://askubuntu.com/questions/258780/how-to-add-mime-type-for-the-apache-webserver09:32
Ronalds_Mazitis_hey how do I do this for ubuntu 18.0409:32
alkisg_webolle, I faintly remember "yes"; I also tried to put it in sshd_config.d and I failed, and I reported it there: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=96100709:33
ubottuDebian bug 961007 in openssh-server "Some directives are ignored under sshd_config.d" [Normal, Open]09:33
ollealkisg_web: Yeah, found a thread here: https://unix.stackexchange.com/questions/67334/openssh-how-to-end-a-match-block09:35
olleNot related to the OS, but rather the ssh system itself, I guess09:36
olleNow all our ssh daemons failed ><09:36
=== prxq_ is now known as prxq
Ronalds_Mazitis_https://stackoverflow.com/questions/65728301/how-to-use-es6-modules-on-apache-server09:49
Ronalds_Mazitis_this seem to don't work09:49
Ronalds_Mazitis_https://superuser.com/questions/553855/how-to-enable-mod-mime-on-apache209:56
Ronalds_Mazitis_https://stackoverflow.com/questions/68192803/failed-to-load-module-script-expected-a-javascript-module-script-but-the-server10:16
=== jpe__ is now known as sharperguy
Guest4429hello im getting the hdaudio .... could not bind codec error after installation or on live system (unless safe graphics mode) so every isntallation is unusable13:04
Guest4429i google but no avail.13:04
=== apteryx_ is now known as apteryx
=== Evan is now known as Guest2169
Guest2169Hello, I've just finished installing ubuntu and I cannot get it to boot. Can someone please help me?14:38
ioriaGuest2169, boot again the Livecd and select 'try mode'14:42
Guest2169I can't my pc will not let me enter boot mode when i select f12 at the bios screen14:43
ioriabof14:44
=== _joes_1 is now known as _joes_
=== _joes_1 is now known as _joes_
shimblesI upgraded to hirsute on AWS and can no longer start Kubuntu sudo /usr/bin/startplasma-x11 # $DISPLAY is not set or cannot connect to the X server.15:57
=== nckx is now known as Thunderbi
devslashhas anyone heard of Firefox causing a computer running Ubuntu 21.04 to shut down completely16:01
=== Thunderbi is now known as nckx
=== God is now known as Guest1316
=== brian_ is now known as epi
=== Guest1316 is now known as stoned
funnybunny2Hello16:38
funnybunny2Was this never fixed? https://bugs.launchpad.net/ubuntu/+source/openbios-sparc/+bug/117736916:38
ubottuLaunchpad bug 423910 in openbios-sparc (Ubuntu) "[needs-packaging] openbios-sparc has no installation candidate" [Wishlist, Confirmed] [duplicate: 1177369]16:38
funnybunny2Not sure if related. Trying to use QEMU with sparc support. Did apt install qemu. Got this same error16:39
funnybunny2I get qemu: could not load prom 'openbios-sparc32' when running qemu-system-sparc16:40
funnybunny2I did apt install openbios-sparc and it fixed the problem16:42
funnybunny2Oh well16:43
=== genii-core is now known as genii
SirScottwith the disclaimer that i've never built .deb pkgs before, is it possible to generate packages for 18.04, 20.04 and 20.10 from a single 20.10 machine, or would I need to build on each target separately?16:46
epiI'm having an odd issue! I have a laptop on wifi that periodically loses internet access. It does not lose wifi access. Local ssh is fine, external pings to myself (external IP) periodically fail for several seconds before they start working. I am seeing random DNS errors (e.g. "Temporary failure resolving 'us.archive.ubuntu.com'"). Other systems on the same wifi are not experiencing issues. Any advice where to look? (20.04)16:47
shimblesI upgraded to hirsute on AWS and can no longer start Kubuntu sudo /usr/bin/startplasma-x11 # $DISPLAY is not set or cannot connect to the X server.16:48
ezakimak hostapd seems finnicky. sometimes it won't start. sometimes when it starts wps_bpc doesn't work, and sometimes it all works. I can't seem to figure out how to get deterministic behavior16:53
alkisg_webSirScott, if it's open source, you can upload it to launchpad in a ppa, and it'll build it for all supported ubuntu versions16:56
SirScottalkisg_web: it is not16:56
alkisg_webSirScott, in some cases the same .deb can be used in many versions, e.g. "viber.deb" works in 16.04 and up; otherwise you'll need to set up build chroots for each one of them16:58
SirScottalkisg_web: can those multiple build chroots be setup on a single machine?  e.g. a 20.10 machine would be able to build for itself, as well as for 18.04 and 20.04?17:03
alkisg_webSirScott, ye17:03
alkisg_webs17:03
SirScottalkisg_web: thanks for confirming that! https://packaging.ubuntu.com/html/chroots.html looks like the trick.17:05
alkisg_webSirScott, right, and there are also bigger programs for this like sbuild and pbuilder, but for simple things, a plain chroot is enough17:06
SirScottalkisg_web: ultimately i'll also need to build for debian as well. Seems like pbuilder might help tie all of these together into one dedicated build machine?17:08
alkisg_webSirScott, in all cases, you'll need a chroot for each of the build targets17:09
alkisg_webEven pbuilder uses chroots in the end17:10
SirScottalkisg_web: Excellent. Thank  you for the help!17:11
alkisg_webnp17:11
alkisg_webSirScott, for very big tasks, you could also host a private installation of https://en.wikipedia.org/wiki/Open_Build_Service17:12
alkisg_webIt's like PPAs but for many more distributions17:12
SirScottalkisg_web: Looks useful, I appreciate the pointer!17:18
SirScottalkisg_web: since you seem to be knowledgeable in this area... do you have recommendations for self-hosting the results of these builds?17:24
shimblesI upgraded to hirsute on AWS and can no longer start Kubuntu sudo /usr/bin/startplasma-x11 # $DISPLAY is not set or cannot connect to the X server.17:25
shimblesI checked Xorg.0.log: [    11.874] (II) VESA(0): Setting up VESA Mode 0x117 (1024x768) [    11.879] (EE) VESA(0): Invalid default visual class (32510) Fatal server error:[    11.879] (EE) AddScreen/ScreenInit failed for driver 017:25
alkisg_webSirScott, any web server will do; you can maintain a repository with "reprepro"17:37
SirScottalkisg_web: looks easy enough!17:39
SirScottalkisg_web: Last question. There are already many debian machines in my infrastructure - can I build pkgs for Ubuntu on them?  It does look like I can build for Debian from Ubuntu...but if I don't have to install another OS, that'd be preferable.17:42
alkisg_webSirScott, sure, you just need ubuntu chroots on your debian machines17:43
SirScottalkisg_web: cool, wasn't sure if that was possible! Thanks!17:43
goddardso my system just crashed18:00
goddardi was able to log back in this time though18:00
goddardafter ctrl alt 118:00
goddardfirefox crashed18:00
goddardnot sure if it is the thing that took down my system?18:01
goddardbut my gnome shell session was fine18:01
goddardall apps still open18:01
goddardbut bluetooth keyboard and mouse aren't working18:01
goddardi assume i have to reboot to get it working?18:01
goddardhow can i really figure out what the issue was?18:01
tomreynepi: power management, driver, firmware (for this wireless device)18:01
tomreyngoddard: "this time" sounds like you've been discussing this here before - which i have not read. but you should certainly take a look at your logs, starting with dmesg. for dmesg from before you last rebooted, you do    journalctl -kb -1   and for important errors from before the latest reboot you do    journalctl -b -1 -p 318:06
tomreynif you want those for the current session, replace "-1" by "0"18:06
epitomreyn: t, I'll take a looksy18:30
=== Maik is now known as Mekaneck
change_namehello18:47
change_nameso i installed kubuntu 21.04 on my laptop as a dual boot setup; the issue is that periodically it will completely freeze. no prior warning at all. the mouse won't work, and reisub does not work18:48
change_namei installed kexec-tools or whatever it's called to hopefully get some sort of crash log18:48
change_namebut i don't think it gets to that point18:49
change_namei did one cycle of memtest8618:49
change_nameidk why memtest86+ isn't in GRUB18:49
epiyeh I had to make a usb stick just for memtest18:51
tomreynchange_name: the open source memtest86+ (memtest.org) is bios boot only, if you're uefi booting it would not work.18:52
change_namewhat's the difference18:52
change_namehow would i run it then18:52
change_namebut rn im using windows and i don't get the hangs18:53
change_namei have absolutely no clue how to isolate this issue18:53
tomreynhttps://help.ubuntu.com/community/DebuggingSystemCrash18:54
change_nameidk what goes wrong before it crashes18:54
change_namei swear to god all the PCs i have are cursed in their own way18:54
change_nameand i just have to work around it18:54
tomreynalso update the mainboard firmware18:55
change_namelet me see if there's any update 0_018:55
change_namefor my mobo18:55
change_namethere is18:59
change_namei will keep you all posted18:59
goddardtomreyn thanks19:19
goddardhttps://paste.ubuntu.com/p/YcYV9rnCyC/19:19
goddardthats the journal for just today19:20
tomreyngoddard: and your ubuntu and kernel versions and hardware are?19:21
goddardhere is part of the dmesg for bluetooth19:21
goddardhttps://paste.ubuntu.com/p/Bmst7JRdpC/19:21
goddardprobably unrelated to the lock up19:21
goddardkern19:21
goddardLinux prismatic 5.11.0-22-generic #23-Ubuntu SMP Thu Jun 17 00:34:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux19:21
goddardhardware is x39919:22
apteryxHello! I'm running a Qt application in a Ubuntu 20.04 VM.  I noticed high CPU usage, so ran callgrind on it, and it seems most CPU is used by the swrast_dri.so binary.  Is this expected?19:23
tomreyngoddard: so i assume you *may* be on Ubuntu 21.0419:24
goddardtomreyn here is the complete dmesg if you wanna see19:24
goddardhttps://paste.ubuntu.com/p/bs7mKRB7bN/19:24
goddardyeah19:24
goddardnot an upgrade19:24
goddardusually it only happens after i come back to my computer19:25
goddardafter like i sleep or something19:25
sarnoldapteryx: if you're using 'graphics' in the vm, yeah, that probably makes sense19:27
morganso start this at the last reboot.19:28
morganshttps://www.thesprucepets.com/nanday-conures-39057919:28
morgansBut they will eat YOU? lol. "Though generally affectionate, this bird has a strong beak and will use it on occasion. For this reason, it may not be the right choice for households with small children. "19:28
tomreyn!ot | morgans19:29
ubottumorgans: #ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please register with NickServ (see /msg ubottu !register) and use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!19:29
morgansoops. hexchat is at fault not me.19:29
morganssorry sorry./19:29
morganshi tomreyn ... this ubuntu install is still bogging down every two days, without the beeps. does it with chrome or firefox (many tabs).19:30
morgans20.0419:30
tomreynmorgans: you're writing this like we discussed this before. i don't doubt that we did, but .. i'm afraid my memory is rather limited. please describe the full issue again, for the channel, if you're seeking assistence.19:32
epihmm I see what looks like port 22 is open. I can ssh into my own system from myself, but if I try to ssh in from another system on the same network, I get a connection refused. I used ufw to allow ssh and then enabled ufw. What could I have missed?19:36
apteryxsarnold: OK, thanks19:37
apteryxi see that swrast is deprecated.  Is there a way to use something newer, perhaps more performant in Ubuntu 20.04 for virtualized graphics?19:37
tomreyngoddard: it's most likely unrelated, but your logs are filling up with the "foliate" snap trying to access /proc/zoneinfo, but failing to due to being a snap / contrained by apparmor. this is likely a bug in the snap, you could try to report, if you can find out how.19:38
epiAs I try and fail to connect, I do not see any DROP counts increase in iptables.19:38
goddardtomreyn yeah it will probably be an issue when logs grow out of control19:41
TJ-epi: are the connections using IPv4 or IPv6 ?19:42
TJ-epi: also, is UFC using ip{,6}tables-legacy or ip{,6}tables-nft (netfilters)19:44
epiNot sure off the top of my head. I'm running iptables (not the 6) and seeing "UFW" named (rules?)19:45
epiI'm using ipv4 on the client side, if that matters :)19:45
morgansI am thinking the reason my computer slowsdowntofreezealmost is because an UPDATE NOW? window appears but neer comes to the front. It sucks all the now-ness out of the response.  Could that be true and if so what can I do about it?19:52
morgansjust robooted 20.0419:53
epiMy ssh iptables woes went away with a reboot19:56
epiAh crap, after a few seconds the  ssh port started getting blocked20:23
morgansepi how do I tell if that is happening?20:29
epiWhen I invoke ssh user@my_ip from another machine, I now get the error port 22: Connection refused20:30
epiRight after a reboot, I was able to connect fine.. hmm20:32
cbreakssh is more verbose with its output with -v, maybe that tells you more. If you have access to the machine, check if sshd is actually running20:37
cbreaksystemctl status sshd20:37
epicbreak: Yeah, I see with lsof that it's listening to 22 on ipv4 and 620:41
epiThe service log shows it got the initial connection earlier on, and now it doesn't see any new connection attempts20:42
Muliganhey fellas, working w/truenas & ubuntu 20.04lts, trying to establish a cifs connection, keep getting an error "No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.20:42
Muligan"20:42
MuliganAny suggestions?20:42
cbreakcheck the log file of sshd.20:43
epiOk i will. Just checked iptables-save and I see "-A ufw-user-input -p tcp -m tcp --dport 22 -j ACCEPT20:43
epi"20:43
epihah it's working again. let's see how long until it goes back to connection refused...20:46
=== God is now known as Hash
=== VMGuy234 is now known as VMGuy23
webchat86I cant get Blania etcher, ISO flashing tool, to open on my Debian 10 LXDE system\20:52
leftyfbwebchat86: maybe try #debian?21:07
webchat86True thanks21:08
webchat86Do you guys think Ubuntu is more secure by default than Debian21:09
webchat86Im thinking of installing Lubuntu21:09
MekaneckLubuntu uses LXQt these days iirc not lxde21:09
webchat86right21:09
webchat86What do you think is better21:09
leftyfbwebchat86: you are welcome to try ubuntu. It's free21:10
webchat86LXQt or LXDE21:10
webchat86Yes21:10
webchat86I want lightweight so looking at Lubuntu21:10
ezakimaklast comparison I read showed LXDE used about the same amount of ram as full on kde21:10
Mekaneckand how secure your system is depends on the end user21:11
webchat86holy sheeeeeeeee21:11
webchat86LXDE just as laggy as KDE?21:11
webchat86?21:11
ezakimakor KDE got smaller21:11
ezakimakI think it was a phoronix or ars technica comparison21:11
Mekaneckezakimak: KDE Plasma uses up between 950MB and 1GB of RAM21:11
ezakimakrather surprising results21:11
ezakimakthe "lightweight" dms weren't as light as they claimed, and the full DEs weren't as heavy as thought either21:12
morgansepi thanks.21:12
webchat86https://www.hamishmb.com/blog/lxqt-review/21:12
webchat86LXDE was using like 256MB on a test I saw21:12
goddarddamit system locked up again21:13
goddardi think i gotta install a different distro and see if it solves the issue21:13
Mekaneckgood luck then21:14
webchat86https://www.makeuseof.com/tag/best-lean-linux-desktop-environment-lxde-vs-xfce-vs-mate/21:14
ezakimakit was forbes: https://www.forbes.com/sites/jasonevangelho/2019/10/23/bold-prediction-kde-will-steal-the-lightweight-linux-desktop-crown-in-2020/21:15
morganssomeone in the local linux group suggested xbuuntu rather than lubuntu21:15
webchat86https://www.maketecheasier.com/lxde-vs-xfce/21:15
Mekaneckwebchat86: that's actually offtopic21:15
webchat86Hmm why?21:15
webchat86morgans21:15
morgansanyone here have a take on the efficiency of xubuntu?21:15
morgansaka is it lightweight?21:15
winlundnmorgans: yes, it's like lubuntu21:16
webchat86xubuntu uses XFCE. XFCE uses double the RAM of LXDE21:16
Mekanecktry it from a live usb session and you'll know morgans ;)21:16
webchat86So I'll use Debian in LXDE Destktop environment21:16
morgansso not lightweight aka same as kde?21:16
morgansmy HD laptop wouldnt display proprely in x or mate.21:16
goddardlast i saw KDE was one of the most light weight21:16
Mekaneckkde isn't lightweight, it's about the same as gnome21:17
webchat86KDE uses the most ram I belive21:17
morgansok thanks for that info goddard21:17
Mekaneckwebchat86: as i said before, between 950 and 1GB of RAM21:17
morgansso none are lightweight. The discussion is a scam. (not here)21:17
jailbreakNo it does not.21:18
goddardthe most light weight is just use a console21:18
goddardno DE21:18
jailbreakXfce is very lightweight.21:18
Mekaneckif you want to discuss DE's and Lightweightness it's best to do so in #ubuntu-discuss or offtopic21:18
Mekaneckthis conversation has nothing to do with ubuntu support21:19
jailbreak😂21:19
Mekaneck-_-21:19
Mekanecktypical...21:19
morgansI have 8 G of ram, that isnt my problem. 20.04  normal keep getting slow it might as well be frozen and I must hard-roboot. (dell computer) and I have no idea what is the problem. I have been wondering here and chasing cats up various trees for several months now. or a year... (time flies)21:20
ezakimakwhat does ram and swap usage look like?21:20
morgansMekaneck, THERE IS A SUPPORT QUESTION FOR YOU.21:20
morgansoops21:20
morgans20.04 no windows on the drive.21:21
epiOkay different problem I have is I can't get the HDMI output on this laptop to work. It's an intel controller, galago pro 3. I've previously had it working under Pop, but I did a complete wipe and putting ubuntu on for a media center / data storage setup.21:35
epiThe monitor reports no signal over the HDMI, and there's nothing listed under the displays tab in settings21:35
epilshw shows a UHD Graphics 62021:36
webchat33try another cable, and reinstall OS21:36
epireinstalling the os is how I got here, I'll find another cable21:37
leftyfbwebchat33: that's not helpful. IS there something we can help you with?21:37
webchat33Is ubuntu more secure/more updated/have a better security team than Debian21:39
webchat33Im on Debian, considering ubuntu21:40
webchat33Want the most secure OS21:40
webchat33by default21:40
epiDifferent cable, same issue.21:41
cbreakwebchat33: what's your attack model?21:44
webchat33NSA21:45
epixrandr doesn't even know the HDMI port exists.. that seems bad21:46
epiOh neat, pcieport shows some errors in dmesg21:48
epiOkay I was able to clean up the dmesg a bit by setting pcie_aspm=off on the boot21:54
epiI see now I have an error about HDMI-A-2: EDID is invalid, so looking this up21:54
hsvxdg-open /tmp/html/index.html22:56
hsvgio: file:///tmp/html/index.html: No application is registered as handling this file22:56
hsvHi, What's needed to make this ^ work?22:57
* hsv already installed firefox.22:58
hsvrunning firefox directly on the same file works, it's just xdg-open that fails.23:00
guivercrail77ff23:21
=== kostkon__ is now known as kostkon
=== Tabstar is now known as Tabmow

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!