[00:06] is appstream still in developement? [00:36] Fuseteam: AppStream is a specification, there is nothing being "developed" as a program [00:47] I think k3b muffed my gnome panel [01:02] https://pastebin.com/FJzG4cLM [01:02] So I have a Lenovo P52 and I keep getting an update notification for a Lenovo P53. Can anyone provide any insight? [01:04] https://pastebin.com/Fh4CbnAR - This one also comes up as well. [01:04] This is from the Ubuntu Software Center [01:08] anyone know how to make lightdm's guest account feature not create a tmpfs for its home directory? [01:08] I like it being in /tmp but not so much being limited to 7gb [01:14] WaV: weird :/ [01:15] WaV: all those updates come from https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN2CET.firmware .. https://fwupd.org/lvfs/devices/com.lenovo.ThinkPadN2NETXXP.firmware etc [01:22] sarnold: It is weird. Look at the filename in comparison to the description. [01:22] Filename [01:22] Lenovo-ThinkPad-P52P72-SystemFirmware-1.31.cab [01:22] Description [01:22] crap sorry [01:23] Anyway description says P53. [01:24] OH [01:24] I missed that the description did indeed look wrong :) [01:24] I mean it doesn't look like an important update, so I've been ignoring it for a while. [01:25] Kinda hoping something else comes along and makes this update "obsolete" [01:25] pragmaticenigma: interesting so it should be adopted? [01:28] Fuseteam: I'm sorry, but such discussions aren't really meant for this channel. If you really want to learn more you can look it up here: https://www.freedesktop.org/wiki/Distributions/AppStream/ or ask in a development based channel by searching with !alis [01:33] WaV: please file a bug, fwupd / lvfs is still somewhat young and this needs to be fixed, since these are indeed different hardwares with different bios updates. [01:34] https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p52-type-20m9-20ma/downloads/DS504024 [01:34] https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-p-series-laptops/thinkpad-p53-type-20qn-20qq/downloads/DS540999 [01:36] WaVlooks like only the LVFS description is wrong actually. [01:42] tomreyn: How did you determine that? By the version number? (EX: P53 only have v1.19 available) [01:42] looks like lenovo re-released the latest bios update version (1.31 as 1.31.1.16) yesterday due to a resume issue on linux [01:43] WaV: yes, very different version numbers, changelogs between these models. === deathonater is now known as Smeef [01:47] Do you feel that it is still worthy of a bug submission? [01:47] yes [01:47] it feels important to me to get the descriptions on these things right [01:48] otherwise people might not install updates :) [01:48] I just don't know how or where to report the issue [01:48] Yea, me either tbh. [01:49] maybe against lvfs first of all? could cc the address given on the footer of https://fwupd.org/lvfs/docs/users [01:50] i mean against fwupd [01:51] Got it. Will submit. [01:52] https://fwupd.org/lvfs/newaccount lists another e-mail address, but i think it's really a single person (Richard Hughes) project. [01:53] (A) Is this "normal"? When I plug in my USB microphone the Xorg process runs up to 100% CPU for 1 ~ 2 minutes. After that two pulseaudio process are running on 10% CPU each. (using xubuntu) [01:53] WaV: in case you have a github account: https://github.com/fwupd/lvfs-website/issues [01:54] DarkTrick: probably not, but it could depend on the cpu, too. [01:54] at least dell's superm1 is involved with the project at some level; he was quite active participant in the MIR https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1536871 (fun fact, I thought superm1 was a co-worker at the time; it's a fun story of how enthusiastic community people can make things happen in ubuntu :) [01:54] Launchpad bug 1536871 in npth (Ubuntu) "[MIR] fwupd" [Undecided,Fix released] [01:55] Hi, in bash I seem to remember a way to make the output of ls show a * beside executable files and a / beside directories but i cant for the life of me remember how to do this? [01:56] mulletman: ls -F [01:56] DarkTrick: no usb microphone here but the xorg bit feels surprising anyway [01:56] DarkTrick: the pulseaudio part is less surprising, but it might still be weird [01:57] sarnold, ... RTFM (a bit closer next time i guess). Thank you. [01:57] tomreyn: I do not have a github account, but I just an email off to Richard. [01:57] tomreyn, Core i5, 4 cores [01:57] mulletman: no worries, hehe :) [01:57] WaV: very well [01:58] I added a udev rule for a USB device that changes mode at runtime. The only thing that my udev rule does is changing the owner\group of the /dev/rawdevice. The issue that I am having is that it is done in two steps. First the kernel load the device as root:root and on a second step it is change to user:user. Is there a way to have this happen on a single step? [01:58] mtetreault: not that I know of [01:58] (A) sarnold, tomreyn: thank you for the feedback. I will do some more testing and open a launchpad bug. (except if you'd advice me otherwise) [01:58] DarkTrick: hmm, this sounds wrong then. check the output added on journalctl -f while you plug it in [01:59] (A) tomreyn, sec [01:59] Now that's squared away, I'll go ahead and update. [02:00] sarnold: I guess I'll have the software that waits on the change to also check for the owner|groupe change. I though it was a little bit hackish, but if it's the only way. [02:00] WaV: so you don't use hibernation? [02:01] sarnold: Just a thought, how does the kernel choose to mount a device as root:root? Are they all mounted root:root then a udev is required to change that behavior? [02:01] mtetreault: that's my assumption, yeah [02:02] sarnold: alright, thanks for your time :) [02:02] I don't use it, no. I would be updating just to update. [02:02] tomreyn: ^ [02:02] mtetreault: don't go just yet ;) [02:03] (A) tomreyn, I can't really read anything informative out of that: https://pastebin.com/Ph1gnmzk [02:03] sarnold: I am not going anywhere:P [02:03] But that version of the update isn't even available through software center anyway. [02:03] mtetreault: there's a systemd.device manpage that describes something that might be useful for you, the systemd tagging mechanism [02:03] WaV: okay, i just wanted to point this out since the update on lvfs is at the last but one version still, the latest one (released yesterday) is njot available there, yet [02:03] mtetreault: alright cool ;) I just iddn't want you to pop off while I was typing something longish, hehe [02:04] tomreyn: Understood :) Thanks for looking into it with me. [02:04] sarnold: the systemd.device? You got my attention, I never heard of this, and I haven't stumble on this while searching! [02:05] mtetreault: man 5 systemd.device -- I don't actually understand this very well, like most systemd things it's both too verbose and too concise. heh. but I *think* you ought to be able to wait for the udev rule to have finished running before systemd then starts up whatever depends upon this device [02:07] DarkTrick: this doesn't look wrong to me other than alsa restore failing (but this doesn't seem critical either). all those lines were logged withion a second, so it's unclear why Xorg would consume a lot of CPU cycles as a result there. [02:08] you could try perf top to try to see what xorg is doing [02:08] you'Re welcome, WaV [02:08] (A) sarnold, what do you with "perf top"? [02:08] sarnold: this is super interresting. I am not sure I fully understand this neither. But the way I understand this, it could allow me to run my application each time the device is detected. [02:09] mtetreault: yeah, that's about what it would do [02:11] DarkTrick: perf top can generate a profile of what the CPU is currently busy doing, and periodically shows you a summary like http://paste.ubuntu.com/p/SmHKQWSQzR/ [02:12] DarkTrick: if the program sucking up all the CPU time has descriptively named functions, it can sometimes show you pretty quick what's going on [02:12] DarkTrick: or it could be an exercvise in futility trying to figure out what's going on :) but it's a pretty useful debugging tool [02:12] (A) sarnold, a very interesting tool! [02:13] (A) sarnold, I guess I'm better not running many other applications while using that, correct? [02:13] DarkTrick: there's better tools available, but they're more work to use correctly; if you've got some spare time some day, this might be worth a quick skim :) http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html [02:14] DarkTrick: if you're doing media transcoding or something, probably best to stop those. but if you've just got a hundred mostly idle applications running, that's probably fine [02:17] (A) sarnold, thank you for the help so far! I g2g to work now, but I'll do a run of perf top later and probably come back with new information [02:18] DarkTrick: cool, have fun :) === zbenjamin is now known as Guest34483 === zbenjamin_ is now known as zbenjamin [02:43] Is there a difference between installing Ubuntu Mate Vs Ubuntu + ubuntu-mate-desktop? [02:46] probably nothing to worry about too much [02:46] Will I be compromising myself in terms of updates or something else I'm not foreseeing? Or do they both use the same repos and such? [02:46] that ought to be identical once installed [02:47] I assume Ubuntu Mate has more customization applied to it by default, while using the later path, you have to set that up yourself. [02:47] For example, I had missing icons and such. [02:57] supercom32: that's strange; that's probably worth a bug report against whichever installation method you used :) === tds5 is now known as tds [04:20] (A) Could it be possible, that top does not show all running processes? [04:21] (A) I have a CPU usage of roughly 20% (shown), but the fan starts to run like it's around 80% [04:22] (A) as the gnome-system-monitor is totally wrong about its display, I'm becoming skeptical of top as well [04:22] DarkTrick, perhaps the GPU is running hot? [04:22] DarkTrick: (a) yes, but those situations are rare -- either the proc filesystem has been mounted with hidepid=1 or hidepid=2, or top is being confined by an apparmor profile, or similar, or the system is compromised and a rootkit installed [04:23] lordcirth_, that would imply some kind of graphical app? [04:23] DarkTrick: (b) maybe; fans are often controlled based on a variety of inputs, so try to prevent wild temperature oscillations [04:23] (A) sarnold, I don't understand the full depth, but: is there a way to show all? [04:24] (A) sarnold: a! this could be it.. [04:24] (A) I can see an oscillation between 5 and 30% sometimes. maybe top is not updating fast enough [04:25] (A) Putting that asside: [04:25] (A) sarnold, I tried perf top: https://pastebin.com/LjgtCTJK [04:25] (A) I wrote down xorg and kernel stuff that gathered on the top [04:26] (A) is that helpful in some kind of way? [04:29] DarkTrick: yeah, top samples every two seconds or something; processes that come and go between samples won't show up at all in top [04:29] DarkTrick: I'm surprised those are showing up in the profile; what percentages did they have? [04:31] DarkTrick: The -s switch in top can change the interval . [04:32] (A) sarnold DeletePassiveGrabFromList: 3 ~ 5% [04:32] ResourceClientBits: around 5% [04:33] GrabMatchesSecond: 3 ~ 5% [04:33] And a new one I just saw, Kernel: trace_raw_output_kvm_inj_virq: around 7 ~ 8% === Leion1 is now known as Leion [04:35] Bashing-om, it was -d :) Thank you :) [04:50] sarnold, Thank you for mentioning the hidepid mount option for proc. I didn't know about that! [04:53] DarkTrick: cool stuff, right? :) [04:53] yes! [04:55] alright, time to bail :) [05:35] Hi all [05:36] My computer is not shutting down properly. It get's stuck on the ubuntu logo and the 5 dots keep flashing forever. The only thing that resolves this, is to forcibly power off the computer. I have no trouble shutting down Windows on the same computer. How can I check what might be blocking a proper shutdown? [05:39] use the arrow keys during the splash screen to see system messages. You may see a message with an error or timeout [05:42] There's no error. This is the last entry: [OK] Stopped Permit User Sessions. [05:46] MonsieurBon, I don't know, but I'd try shutdown via terminal (eg. `sudo shutdown -h now`) to validate shutdown works; I'd NOT use poweroff; do sysrq keys not work?? (ie. I'd opt for safely shutdown not having power cut by PSU) [05:48] guiverc, I'm using the power cut, because nothing else works. The behavior is the same whether I use the gui to shutdown or reboot or whether I use the console (sudo shutdown -h now / sudo reboot) [05:49] guiverc, the shutdown process stops showing the splash screen forever. Using the arrow keys to show the log just shows green [OK] entries. No errors. [05:52] and [magic] sysrq keys don't allow clean shutdown? (ie. kernel issues, or did kernel actually shutdown... clues.. instead of power-off) [05:54] MonsieurBon, https://ubuntuforums.org/showthread.php?t=617349 maybe helpful for sysrq keys; I used [magic] as I find it helpful in finding wikipedia article that is also a pretty good reminder for key combinations to direct kernel [05:59] guiverc, the magic sysrq + RSEIUB worked. But it's a bit tedious to have to press that everytime to shutdown the computer. :-) [06:02] MonsieurBon: systemd way: try as ' systemctl poweroff ' . [06:02] MonsieurBon, I concur - but it's a HUGE clue. it means your shutdown didn't die as you seemed to infer (to me anyway); it was waiting for something most probably; kernel is still up & kicking (thus could react to keystrokes). thanks Bashing-om [06:03] guiverc: We do need to find some hints - somewhere :D [06:04] MonsieurBon: try this workaround, as this might be an acpi problem - http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [06:06] Bashing-om, guiverc systemctl poweroff has the same effect as shutdown -h now [06:06] MonsieurBon: ducasse ^^ +1 :D === Leion1 is now known as Leion [06:23] ducasse, Ok I tried the acpi workaround, but now it's not booting anymore... also I didn't have this problem from the very beginning. shutdown used to work fine... [06:29] ducasse, using Windows 2013 instead of Windows 2015 does boot the computer, but shutdown still doesn't work [06:33] Hi.. I have been trying to install Ubuntu since yesterday on my new build with no success. I have 2 NVME SSD's, and I already have Windows 10 installed on the first one. I want to install Ubuntu on the second. [06:34] At this point, I don't care if it's UEFI or CSM.. just want something to work :| The bootable Ubuntu USB I created seems to work, can "try Ubuntu" or get to the installation. Just that when I actually install, and then try to boot from that drive, it doesn't recognize it as a boot device [06:35] I've tried so many different ways.. I even installed Windows 10 again on the second drive to make sure that works (it does). Any ideas? [06:35] SlowYellowLorry8: try advanced partitioning for nvme [06:35] You mean "something else" ? I generally do that [06:35] Sorry, I got disconnected [06:36] !uefi | SlowYellowLorry8 see also [06:36] SlowYellowLorry8 see also: UEFI is a specification that defines a software interface between an operating system and platform firmware. It is meant as a replacement for the BIOS. For information on how to set up and install Ubuntu and its derivatives on UEFI machines please read https://help.ubuntu.com/community/UEFI [06:37] ducasse, should I keep trying all the old windows versions? It's a fairly new computer (1 year). [06:38] lotuspsychje I've seen this. Issue I'm facing is that when I boot the USB with UEFI (even though it seems to be recognized as UEFI USB), it gets stuck on "couldn't get uefi db list" before the installation. [06:39] So i thought non-uefi might be easier.. I tried that (booting USB with CSM, using just swap, /, /home partitions, etc.) [06:39] SlowYellowLorry8: if you cant proceed on ubuntu partitioning, its mainly uefi settings [06:39] but still get the "select boot device error" [06:40] lotuspsychje when I boot USB with UEFI, it gets stuck before the partitioning part.. it is right after selecting Install the first time [06:58] Weirdest thing... notify-send --urgency=critical works from the CLI and from an at job, but not from a cron job - displays as urgency normal. Any ideas? === Leion1 is now known as Leion === pavlushka_ is now known as pavlushka [07:25] gbellinoz: https://askubuntu.com/questions/471479/cannot-run-a-gui-app-from-cron/471516 === veegee_ is now known as veegee [07:42] hello guys, I encountered a very weird problem, I cannot access to folder even with mode 777 inside of container, docker image is based on centos, docker version is 17.05, host os is ubuntu:14.04.ls -n -la | grep airflow ==> drwxrwxrwx 35 1002 1004 4096 Dec 18 13:21 airflow [07:42] ==> bash: cd: airflow: Permission denied [07:46] hello, why does my 480GB ssd disk suddenly report that its size is only 32KB [07:56] if my wireless network connection only works briefly after doing `service network-manager restart`, what could be the cause? [08:02] some kind of dns issue apparently [08:02] because I can ping my router [08:12] hi, how do you know if a package is installed via the repo or via a .deb package? [08:12] miu5: 'apt policy packagename' [08:17] for as long as I can think Ubuntu's UI to manage wireless network connections has been really aggravating [08:17] for example in 18.04 which I'm using right now, the UI freezes periodically and the entries are jumping around, so hitting the settings button for a particular network is like an arcade game [08:18] ducasse, another question. If i have installed a package via source, ubuntu upgrade cmd keeps wanting to over-ride the newer version with an older repo version. how can i stop that annoyance? [08:18] and when a connection can't be established, you have to use dmesg to find out why [08:19] miu5: make the version number higher or hold the package [08:19] ducasse, the version number is higher, so i dont understand why it tries to override it. [08:20] miu5: then the older version must have a higher priority [08:20] i created a .deb package from source but after installing the .deb package, it wants to 'upgrade' it to the older version [08:21] miu5: anyway, 'apt-mark hold package' is the easy fix [08:21] yea [08:24] 'morning [08:48] ducasse: It's not that I can't run it... it runs, but ignores the "critical" command line parameter for some reason. I've never seen anything like it in many years of 'buntu. [08:49] almost like a permissions thing maybe? [08:53] gbellinoz: what's the actual line in crontab? [08:57] ducasse: export DISPLAY=:0 ; /usr/bin/notify-send -u critical "Line one" "Line two" [08:57] shows up as a black notification. [08:57] run from the command line, shows up as red. [09:02] gbellinoz: are you running this as your user? [09:02] yep [09:02] Hi everyone. Suspend stopped working on my 16.04 machine in one of the recent apt upgrades. When I try to suspend it goes to blackscreen and then crashes / shuts down. `last` shows crash as a shutdown reason. I don't know where I could see further error messages to start troubleshooting. [09:03] gbellinoz: btw, you know you can just do 'DISPLAY=:0 /usr/bin/notify-send ...', right? [09:03] good point. [09:04] but i'm pretty sure it's not a DISPLAY problem since it's being allowed, right? [09:04] no, shouldn't be [09:04] super weird. [09:05] i might try another window manager [09:05] maybe it's getting the config from a different place, due to env differences [09:05] could be. I wonder if there's another indication that it's "critical" other than its color... [09:05] xwininfo maybe. [09:07] maybe it sets the urgency hint [09:07] dbus stuff is a bit over my head [09:07] well, i've never looked into it, I should say. [09:08] even if i wrap the notify-send call up in a little bash script, so there's no cron parsing funny business, same thing. [09:10] you can try specifying an icon with -i, see if that shows up [09:13] if i look at /var/syslog.1 it shows no errors at the end of the crashed session, last message is rsyslogd was HUPed - I think it might be a change brought in kernel 4.4.0-170 since -169 had a runtime of 10 days with suspend [09:24] hello, anyone familiar with owncloud? [09:25] I get internal server error after initial setup screen, with this log error; https://paste.debian.net/plainh/a9858335 [09:26] brb [09:35] oh and reboot does not work on the same system (but from the start) it stops at 3 red dots, 2 white dots under the ubuntu logo and then halts forever. is that an indication of where the error might be? [09:47] ducasse: yep, icons work from cron. [09:48] gbellinoz: then it must be getting its configuration from a different place [09:48] ls [09:58] I want to find out why plugging a mic rises Xorg to 100% CPU [09:58] I want to use flamegraph and perf top for that [09:58] Question: can I receive the same information with `perf record` as with `perf top` ? [09:59] If I understand correctly: "top" shows the recording on screen. "record" puts it into a file. is that correct? [10:15] I tried to get grub to boot into the 169 kernel by default (since it does not recognize keystrokes at bootup), and set grub_default to "Advanced options for Ubuntu>Ubuntu, mit Linux 4.4.0-169-generic" which update-grub did not complain about. but it booted into -170. How can I fix that? [10:29] the submenu string was localized as well, but update-grub gave me a warning before that suggested I fix it the way I typed it above [10:32] so -169 boots now but suspend still does not work. something else must have changed :( [10:58] fkhell: booting a previous kernel should not be a permanent solution, but testing purposes instead [10:59] fkhell: if the current kernel has issues, ask here or file a !bug against [11:00] the only bug i found was the non-translated autogenerated suggestion from update-grub [11:00] suggestion? [11:00] the old kernel also does not do suspend (any longer). might be due to a broken power button [11:00] i input the default without specifying the submenu [11:01] it suggested the non-translated sub menu as a warning [11:01] brb [11:07] fkhell: you can test power button by running the command for suspend === kreyren is now known as bannedrey [11:41] cp ansible.cfg.dist ansible.cfg [11:41] woops [11:41] not for you guys [11:46] Hi folks [11:55] Hello. Clipboard copy (keyboard or menu) is malfunctioning on my Ubuntu system, I have to copy 2, 3 or 4 times before I can actually paste. Is there a way to fix this? [11:56] I upgrade to the latest release but this problem persists [11:57] I copied "19.10" from the "Details" dialog five times but I could not paste it === Seveas_ is now known as Seveas [12:10] sarnold & tomreyn: FYI, I've received a response from Richard: "I've sent them an email just now, it should be fixed pretty soon. I've also reminded them of the update style guide :)" | By "them," I'm assuming he means Lenovo. [12:12] WaV: wich issue was that about please, ill forward your feedback [12:13] LVFS bug. An update for a Lenovo P52 was listed in the description of the update as being for a Lenovo P53 instead of a Lenovo P52. [12:14] ok tnx WaV [12:31] what should be the value of "set root=" in grub.cfg? [12:31] !grub [12:31] GRUB2 is the default Ubuntu boot manager. Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 [12:33] !uuid | ice9 see also [12:33] ice9 see also: To see a list of your devices/partitions and their corresponding UUID's, run this command in a !shell: « sudo blkid » (see https://wiki.ubuntu.com/LibAtaForAtaDisks for the rationale behind the transition to UUID) [12:35] ice9, why do you ask, i guess this is machine install dependent [12:35] oerheks, because i'm trying to encrypt /boot [12:36] lvm & luks? === jelly-home is now known as jelly [12:46] oerheks, yes [13:21] sarnold, I used flamegraph for an analysis of Xorg when I plug in my mic [13:21] sarnold: https://0x0.st/z0QV.svg [13:25] sarnold, There is this huge pile of [unknown]. Strange, but also there, if no mic is plugged [13:26] sarnold: Just as a comparison: Without plugged mic [13:28] https://0x0.st/z0Qt.svg [13:33] #reddit [13:39] I seem to be having an issue with my touchpad, it responds when it wants to, and when it does it's very slow. I've checked my mouse preferences changed the speed and accel to full, still the same problem. [13:41] Emery: Have you tried plugging in an external mouse and seeing if you experience the same behavior? [13:41] I don't have one to hand right now [13:42] I'd suggest trying with an external mouse to help rule out what might be causing the issue. If the touchpad worked fine before and suddenly started this behavior, check for recent updates. If you have installed any new software and/or drivers remove them. [13:46] Well it works fine on Windows, so the problem is a Linux issue for sure. [13:48] OK, so I found a mouse, it is an issue with the touchpad [13:48] I do have xorg synaptics installed [14:01] hi [14:02] i'm using the latest ubuntu and it says my wired connection is not managed [14:02] I have followed everything I can find on google. but it doesnt make a difference [14:05] zzzoid: are you using netplan or some other means to create your network? [14:06] i'm not using anything directly [14:07] just whatever ubuntu 19.10 is using [14:07] why would connections not be managed by default.. seems weird [14:09] how can I know if I'm using netplan? [14:10] if I go to settings>network> [14:10] I only see VPN settings [14:10] and if I open the updater I get message saying internet not available.. but clearly it is === h00k_ is now known as h00k [14:21] NetworkManager.conf says managed [14:21] managed=true [14:25] netplan config has renderer: NetworkManager [14:26] running sudo service network-manager restart [14:26] doesnt help [14:26] still says unmanaged [14:26] :( === dionysus70 is now known as dionysus69 [16:07] which is a good irc client for ubuntu, at least which ones have regular updates? [16:08] V3rtigo: fractional, hexchat, weechat? [16:10] I think hexchat doesn't had an update since Aug 2018 [16:11] V3rtigo: probably weechat then... if updates are important to you. === xamithanx is now known as xamithan [16:18] besides that terminal based irc client, is there another, a bit more graphical then weechat? [16:18] on 18.04 is is pretty old, but eoan 19.10 is up2date [16:18] !info hexchat eoan [16:18] hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.14.2-5 (eoan), package size 318 kB, installed size 1015 kB [16:21] !info hexchat eoan [16:21] hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.14.2-5 (eoan), package size 318 kB, installed size 1015 kB [16:21] !info hexchat bionic [16:21] hexchat (source: hexchat): IRC client for X based on X-Chat 2. In component universe, is optional. Version 2.14.1-2 (bionic), package size 316 kB, installed size 981 kB [16:22] hi do you know how to register a nick? [16:22] !register | analogical [16:22] analogical: For information on registering your IRC nick, see https://help.ubuntu.com/community/InternetRelayChat/Registration - For any further help, ask in #freenode. [16:22] https://packages.ubuntu.com/search?keywords=hexchat .. [16:24] oerheks isn't that version from 2018 as the site says? (https://hexchat.github.io/news.html) [16:27] seems so, yes [16:28] oerheks ok, thanks anyway === SimonNL is now known as SimonNL_Afk === warriorf1rGod is now known as warriorforGod [16:59] V3rtigo: fractal had an update in november 2019 -> https://flathub.org/apps/details/org.gnome.Fractal [17:00] coconut: Are you experiencing an issue? Is there a question that we can help you with? [17:01] coconut: Sorry... forgot that was a continuation from a conversation earlier [17:01] it was, but no problems [17:06] I am on Kubuntu 19.10 and want to install chromium-browser but not from snap. [17:06] slyrobot: why not from snap? [17:07] Benefits of snap ? [17:07] slyrobot: Benefits of dpkg ? [17:08] leftyfb: familiarity. [17:08] chromium is now only by snap, iirc [17:08] Snap is much more sleek and modern packaging method. [17:08] slyrobot: in this case, the benefit is, the chromium-browser package is available as a snap. It's not as a .deb [17:09] Thank you. Snap it is. [17:09] No reason to be afraid of snap. :) [17:09] snaps are independent updated [17:10] V3rtigo: and here's how to install flatpak packages from ubuntu https://flatpak.org/setup/Ubuntu/ if you want to go that road. [17:10] coconut: flatpak isn't supported here [17:10] meh, flatpak has disadvantages [17:11] but for all package versions; one myust trust the owner. [17:11] oh... didn't knew... oh well it is the only install way possible, at least for fractal i believe. [17:13] V3rtigo: sorry, what i shared with you is "not supported" here... (but you can still install it if you like - only no support questions after installing it) === SimonNL_Afk is now known as SimonNL [17:26] Hi, I've got Ubuntu 19.04 installed, UEFI Boot (SecureBoot Off). I've got the grub timeout set to 1 second, but the countdown doesn't start for 5 or more seconds. before it load initramfs. I can't seem to workout why this is happening. Anyone seen this before or got any ideas? [17:58] Hi, does anyone know of any known bugs/workarounds that make my new lenovo i7 laptop have extremely slow disk performance in Linux? [17:58] Like, 10 MB/sec instead of 100+ MB/sec. dmesg: https://termbin.com/h93e === jwwoods__ is now known as CreeperZ [17:58] USB disks aren't affected, e.g. a usb2 disk has 30+ MB/sec [17:58] Maybe something with the sata driver... [17:59] maybie === CreeperZ is now known as Jwwoods [18:03] alkisg: did you check mainboard and storage firmware upgrades, yet? [18:03] alkisg I see that laptop has a WD Blue HDD in it [18:03] should be able to about 100mb/s [18:04] When installing ubuntu 16 I am using the guided LVM, does that include creating a filesystem also or just LVM? [18:04] !yy.mm | nixfreak [18:04] nixfreak: Ubuntu version numbers are: YY.MM (YY=release year,MM=release month). Each year sees two releases, so just specifying YY is imprecise. See also https://www.ubuntu.com/about/release-cycle [18:05] When installing ubuntu 16 LTS I am using the guided LVM, does that include creating a filesystem also or just LVM? [18:05] tomreyn: I tried the internal uefi update from the internet, it downloaded the latest version, no change; re: storage firmware, how to do that? [18:05] alkisg, just gonna say, have you tried Windows? [18:05] FingerlessGloves: yeah, it's dual boot, on windows it's fine, it only has the problem on linux [18:06] I'm pretty sure it's a kernel problem, but I can't find any workarounds on google... [18:06] Except trying an older kernel; someone said that 4.14 worked for him [18:06] (downloading as we speak...) [18:07] so If I create multiple partitions using commandline and create logical volumes but no mkfs , does LVM need a filesystem or is LVM a filesystem in it self [18:07] can LVM work without a Filesystem? [18:07] alkisg: to check for storage firmware updates, visit the website of the storage vendor and look for any. [18:07] nixfreak, filesystem is required [18:08] tomreyn: this usually means "download windows drivers"; what would that mean for linux? [18:08] alkisg: i haven't actually looked at your log, yet, it's just that looking for those firmware updates should not be difficult and is something everyone should be able to do, and it should take less time. [18:09] alkisg: i don't want to speculate. [18:09] tomreyn: I mean, are this .bin files? Are they driver-setup.exe? [18:09] What are "firmware" files? [18:11] alkisg, You can normall update the firmware on the disk it self. [18:11] the chip on the HDD it self. [18:11] FingerlessGloves: I'm not familiar with that procedure; afaik, firmware is loaded on boot by the kernel; you're talking about something else that I do not know [18:11] alkisg: nowadays' storages are basically small computers, running their own operating system (or microkernel), those sometimes get upgrades, too. i'm just sayingyou should check whether any are available and whether it ccan be determined (by reviewing the changelog) whether they may be needed. whether or not you'll need windows to deploy them is secondary at best. [18:12] tomreyn: are you saying they're using NVRAM, so updating the firmware on windows would make it updated on linux too? [18:12] alkisg: they have persistent internal storage, yes. [18:14] tomreyn: thank you; looking... [18:15] alkisg: while we chatted, i looked up the bios already https://pcsupport.lenovo.com/de/en/products/laptops-and-netbooks/300-series/330-17ich/81fl/downloads/DS504093 [18:15] you currently have BIOS 7ZCN33WW 04/25/2019 [18:16] your system log shows plenty of ACPI issues, those can sometimes be solved with bios upgrades. other times you need to resort to http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [18:16] There's no newer bios; I updated it last week [18:17] Haha [18:17] tomreyn: today's update, thank you, didn't see that :D [18:18] * alkisg notes to himself, that "updated bios last week" might still mean "not the latest one" :D [18:18] I don't see anything related in the sata changelog, but it wouldn't hurt to try... be back in 10' with the result [18:26] alkisg: there's an IRQ related kernel OOPS on your log, starting with irq 9: nobody cared (try booting with the "irqpoll" option) [18:26] sometimes, I can't even find where my apps are installed, even when using "which", "whichis", and "find / -name "..."" commands with sudo [18:26] tomreyn: I tried it a few days ago, it didn't help [18:26] Google Chrome Dev is this one app that I could never figure out where it's located. [18:28] hello, I need some help with systemd-timesyncd [18:29] alkisg: the storage link speed is fine, so the low performance must be either something to do with the ACPI/IRQ handling being problematic on this system when Linux presents itself as what it is (i.e. doesn't claim to be Windows via acpi_osi) or it's something internal to the HDD (in which case a firmware upgrade on that *may* help, if one is actually available) [18:30] it looks like it polls the servers too often `sudo systemctl status systemd-timesyncd` shows that for EVERY SECOND there are like 4 pairs of log messages: 'Network configuration changed, trying to establish connection.' + 'Synchronized to time server 192.36.143.130:123 (ru.pool.ntp.org).' Why is that happening? [18:31] the config doesn't have PollIntervalMinSec/PollIntervalMaxSec configured, so I hope the defaults should be used [18:32] tomreyn: ty; trying bios, then firmware, then acpi; kernel 4.14 didn't help [18:32] FreeBDSM: Are you on WiFi or connected via ethernet? [18:32] pragmaticenigma: that's a production server, definitely not WiFi [18:32] alkisg: expected disk performance (tested on windows): https://novabench.com/parts/hdd/wdc-wd10spzx-24z10t0 [18:33] alkisg: how did you test yours? [18:33] FreeBDSM: Loose cable connection? [18:33] pragmaticenigma: wut [18:33] FreeBDSM: What I'm getting at is I would be trying to figure out why you're seeing so many Network configuration changed messages [18:33] hi, how to enable the nvidia optimus card? [18:34] tomreyn: sudo hdparm -t /dev/sda; but the real problem is that it takes 3 minutes to boot, 10 minutes to launch a vbox VM etc [18:35] pragmaticenigma: define 'loose' connection. The server is kinda high load. [18:36] alkisg: so even reading appears to be slow? [18:36] tomreyn: yeah, like 10 times slower than what it should be [18:37] FreeBDSM: What I'm saying is I don't think the timesyncd is the problem... that is a symptom, I'd be looking for what keeps triggering Ubuntu to think the network connection was lost [18:37] pragmaticenigma: oh, this might be related: this is a kubernetes worker node, so it runs docker after all, and as pods spawn/die - it may create networks for them [18:37] FreeBDSM: That sounds like a likely culrpit [18:38] pragmaticenigma: yeah, `ip a | wc -l` fluctuates :/ [18:39] well, not like each second... [18:40] consistent with systemd-timesyncd data === luckybunny is now known as Raynedeer [18:45] alkisg: it'll be BIOS / ACPI / IRQ problems then, i guess. or a hardware error, but i wouldn't think so for now. [18:46] WD does not release firmware updates for internal consumer drives according to https://support-en.wd.com/app/answers/detail/a_id/1324/kw/latest%20firmwares [18:46] Ty tomreyn; yeah I don't think this one is hardware related, it works fine from windows.... I'll also try to boot the linux partition from vbox from inside windows, to at least have access to my tools :) [18:47] * alkisg is clicking "online update-drivers.exe" for the first time :D [18:48] Funny, they show the driver update progress within the lenovo web page [18:55] I have an html response in a json object; what can I use to interpret \n and \t after piping through jq? [18:56] ash_worksi: /join #html [18:57] actually ##html i guess [18:58] Hi, I want to disable the default behaviour of the hotkey Win+Left/Right in Xubuntu, and instead of that make it mimic the button "home". I couldn't find where to cancel the default behaviour, and I couldn't also succeed to make a key binding that mimics Home button. I tried xbindkeys with xte, but it didn't work [18:58] someone has an idea how to do it? [18:59] someone235: flavour specific questions are best asked on their very support channels. so #xubuntu in this case. [19:00] tomreyn: really? I mean this is more about shell interpretation than html [19:00] ash_worksi: #bash then ;) [19:01] tomreyn: I feel like this is more of a "you can use this utility" question than a "this is how you parse it in bash" question [19:01] tomreyn, ok done, although I think it's relevant to any ubuntu distro, and this channel is way more populated [19:01] ash_worksi: i hope that in ##html, or in #bash, they would have told you to use a programming language to do it. [19:02] how to parse jq output isn't strictly an operating system question [19:05] replacing single characters can be done using tr, sed, awk, amongst others. [19:05] tomreyn: yeah, as you were writing, I ended up with `.. | jq .. | php -R 'echo json_decode($argn);'` [19:05] tomreyn: I updated with today's bios, I run the windows driver update.exe from lenovo, and now it's significantly faster, from 10 to 50 MB/sec. Again not as good as it should be, but it's usable now, thanks :) [19:07] alkisg: maybe give acpi_osi a try, too. and post another journalctl -b and a journalctl -b -p3 [19:11] would a vm running windows recognize my iphone? [19:11] alkisg: actually -p4 for the latter command [19:12] birdman007: only if you pass through the device to it (and your hardware, virtualization and guest system supports doing so). [19:12] all supported ubuntu versions should support device passthrough. [19:13] thank you [19:33] E: Failed to fetch http://ports.ubuntu.com/pool/main/g/git/git_2.17.1-1ubuntu0.4_armhf.deb 404 Not Found [IP: 91.189.88.150 80] [19:33] is it just me? [19:34] blackswan: it's not just you who forgot to run "aqpt update" beforehand [19:34] * "sudo apt update" [19:34] i think i did, though' [19:35] this is a script that does run that that is failing. i see the new version in the archive. [19:37] ok, bug in my script [19:37] i moved some stuff around [19:41] first time running this on arm in a while [19:41] i try not to be an idiot usually [19:43] Hey, yesterday I suddenly started having issues connecting to a WiFi network. I can ping the router, I can ping 8.8.8.8 but I can't ping any dns names like Google.com, which makes me think dns is the issue [19:44] Does anyone know how I can fix this? I tried setting the dns for the connection via the gui to be 8.8.8.8 but it didn't make any difference [19:44] Also, I can access the same network completely fine on the same laptop on Windows (dual booted), so i think it's a config issue somewhere in my Ubuntu install [19:45] I can also connect to the same WiFi if I tunnel it through my phone's WiFi [19:45] tamj0rd2: try host goo.gl ... I get goo.gl has address 172.217.9.46 [19:45] Phones hotspot* [19:45] Still nothing Carl [19:45] for more debugging data [19:45] I've tried a few sites and none work [19:45] what's the response ? [19:45] Temporary failure in name resolution [19:46] k - so yeah, dns borked [19:46] I can get onto other WiFi networks though, so it's something about this particular one and only on Ubuntu. It was fine yesterday and then just stopped [19:47] try nameserver 8.8.8.8 in /etc/resolv.conf (replace the 127... [19:47] The only thing I can think of that might have had an impact was that I install ifconfig to try to find my device ip address (forgot I could do it in the gui) [19:47] I'll give it a try ^ [19:47] also: ip a is the new "show my ip" thingy [19:48] Ahhh, thanks! [19:48] Success! Thank you [19:49] I didn't try to edit that file because it said not to change it and it's auto generated. [19:49] it will likely get overwritten when you connect again. [19:49] Actually... I'm getting the issue again already [19:50] I'm lost when it comes to tracing how dns happens with the 127 thing [19:51] juser@cnt1:~$ nmap -p 1122 localhost ... 1122/tcp closed (good) sudo nmap -p 1122 localhost ... Couldn't open a raw socket. Error: Permission denied (13) [19:51] why does root get Permission denied? [19:58] CarlFK: perphaps because its open by another process [20:00] r4ulrm: um.. A) it isn't (per the non root run) and B) nmap doesn't connect, just probe or something to see if it is available. (which it can do even when something else is connected) [20:01] CarlFK, vm, bare metal, wsl ? and what kernel ? [20:01] metal, Linux cnt1 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [20:01] what's wsl? [20:01] CarlFK, iptables at play ? [20:01] !wsl [20:01] Windows 10 has a feature called Windows Subsystem for Linux, which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For discussion and support, see #ubuntu-on-windows or ##windows. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide === lynxis_ is now known as lynxis [20:02] ah, no wsl. Ubuntu 19.10 [20:02] CarlFK, iptables are in use ? [20:02] I haven't touched iptables. [20:03] CarlFK, do you have other kernels installed ? [20:04] ls /boot/ shows vmlinuz-5.0.0-36-generic vmlinuz-5.3.0-24-generic [20:05] My laptop is also dropping packets like crazy for some reason... I just tried Windows and I'm not getting any of these issues at all [20:06] Does anuone know how I can remove ifconfig? I've only had these issues since I installed that. But when I do apt-get remove it says its not installed 🙄 [20:07] CarlFK, you can try with 5.0.36 to rule out a kernel problem [20:07] woah - this tip from the wild internt fixed it: sudo snap connect nmap:network-control [20:07] CarlFK, you use nmap as snap ? [20:08] ioria: seems so [20:08] apt-cache policy nmap Installed: (none) [20:08] i see now [20:09] tamj0rd2, ifconfig is in net-tools, i doubt would cause issues [20:09] Hmm, it's the only thing I can think of though ioria [20:10] It's been working for months since yesterday and that's the only network related thing I did [20:10] tamj0rd2, what's the problem ? [20:11] I can't connect to the Internet. I can ping 8.8.8.8 but it drops about 80% of packets. Dns is also not working. I get temporary name resolution error if I try to ping a dns name [20:11] I can connect to the WiFi perfectly fine without any of these issues in Windows [20:11] On the same laptop [20:12] tamj0rd2, systemd-resolved --status [20:12] tamj0rd2, systemd-resolve --status [20:13] ioria: Resolve call failed. All attempts to connect name servers or networks failed [20:13] tamj0rd2, ps -A | grep resol [20:14] https://www.irccloud.com/pastebin/neDQIRB7 [20:14] Uhh, dunno why that happened [20:14] It says 1033 ? 00:00:01 systemd-resolve [20:15] high [20:15] tamj0rd2, ll /etc/resolv.conf [20:15] you can paste here [20:15] Cannot access. No such file or directory [20:16] Oh I spelled it wrong [20:16] I can't paste it since I'm on my phone so I'll type it out [20:16] just the laste part [20:17] Autocorrect is a bitch right now [20:18] It's /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf [20:18] tamj0rd2, systemd-resolve --status again please [20:19] All attempts to contact name servers or networks failed [20:19] tamj0rd2, sudo systemctl restart systemd-resolved [20:20] It let me do the command and didn't have any output [20:20] tamj0rd2, systemd-resolve --status [20:20] Same again :( [20:22] tamj0rd2: which nic chipset is this? [20:22] tamj0rd2, and what kernel and what release of ubuntu ? [20:22] How can i find out the chipset [20:22] tamj0rd2: ioria: Check what is set for the renderer : cat /etc/netplan/01-network-manager-all.yaml ? [20:22] Bashing-om, sure [20:23] if he's using NM [20:23] I'm on Ubuntu 19.10 [20:23] tamj0rd2, kernel ? [20:23] Renderer is NetworkManager [20:23] Is there a command to get the kernel? [20:24] tamj0rd2, uname -r [20:24] 5.3.0-24-generic [20:25] tamj0rd2, cat /etc/resolv.conf | nc termbin.com 9999 [20:26] Getaddrinfo for host termbin.com port 9999: temporary failure in name resolution [20:28] tamj0rd2, cat /etc/resolv.conf | nc 5.39.93.71 9999 [20:29] I got https://termbin.com/qmok [20:30] That's pretty cool. First time I've seen termbin [20:31] ioria [20:31] tamj0rd2, cat /etc/network/interfaces | nc 5.39.93.71 9999 [20:32] ioria: I don't have that file [20:32] I am currently using Team Foundation Services. I am trying to put my nginx configurations into git, are there any suggestions on this topic? [20:33] tamj0rd2, are you sure ? ls /etc/network/interfaces [20:34] Ls -a of /etc/network only contains if-down.d, if-post-down.d if-pre-up.d if-up.d [20:35] ioria: I'm using WiFi BTW, not wired. Not sure if that makes a difference [20:36] tamj0rd2, nope ; ip a | nc 5.39.93.71 9999 [20:37] Termbin.com/7z0m [20:38] tamj0rd2, cat /etc/resolv.conf | nc 5.39.93.71 9999 [20:39] ioria: termbin.com/z8b7 [20:40] tamj0rd2, why search lan ? can you remove it ? [20:40] No idea, I'll try [20:40] My keyboard on my ubuntu 18.04 started to give me 2 keys when I press "end" again. this is the xev output for that key https://paste.ubuntu.com/p/k68bzNKgzh/ - it did this a few days ago, then it stopped, now it started again. I don't think I've changed things to provoke it [20:41] I commented it out ioria [20:41] tamj0rd2, sudo systemctl restart systemd-resolved [20:42] Yup [20:42] tamj0rd2, are you using FQDN ? [20:42] I'm not sure what that is [20:42] Oh [20:43] Well I've been trying to ping domain names like google.com [20:43] tamj0rd2, cat cat /etc/hosts | nc 5.39.93.71 9999 [20:43] tamj0rd2, cat /etc/hosts | nc 5.39.93.71 9999 [20:43] Termbin.com/nrk7 [20:44] it's ok [20:44] tamj0rd2, are you using dhcp , right ? [20:45] Yeah. The router assigned me an ip [20:45] tamj0rd2, try to set 'manual' and insert DNS 8.8.8.8 [20:48] No luck [20:49] Earlier I edited it directly in the resolv conf and it worked for a minute, then stopped again [20:49] tamj0rd2, cat /etc/systemd/resolved.conf | nc 5.39.93.71 9999 [20:51] tamj0rd2, you're not in a container atm, right ? [20:51] Yup I'm not [20:51] Termbin/lg0u [20:51] Termbin.com/lg0u [20:51] I do have docker installed but I'm not in a container. I've restarted a couple of times by now too [20:52] Oh wait! [20:52] I did one more thing yesterday. I made 2 docker networks [20:52] Maybe that's messing things up [20:54] Ahhh [20:54] It works now! [20:54] ioria what made you wonder if it was related to a container? [20:55] tamj0rd2, no idea, sorry [20:55] I'm glad it's sorted now though :) thanks. I've been stumped for hours [20:55] tamj0rd2, ok, good job [20:57] i plugged in a USB keyboard and it does not produce the additional key for END === ben_r_ is now known as ben_r [21:04] FKHell: does xev register it at all? [21:05] yes the xev output is posted above [21:05] hi, where can I to get 16.04 distib, page "https://releases.ubuntu.com/16.04/" doesn't open [21:07] https://releases.ubuntu.com/ seems down from here [21:08] http://cdimage.ubuntu.com/cdimage/releases/16.04/release/ works [21:12] Finally found out where Google Chrome Dev is installed at... [21:13] Path - /usr/bin/google-chrome-unstable I couldn't even find this anywhere even with "which" and "find"... [21:13] Hi, I want to remap my super + left to my Home key, but without success. I tried xdotool, but for some weird reason it works only on firefox, and not in any other window [21:13] oerheks, thanks [21:13] I'm using Ubuntu 18.04 [21:14] anyone knows how to do it? [21:14] someone235, Check out gnome-tweaks and see if there's a hotkey you can override [21:16] wedr, I installed gnome-tweaks, but I don't see anywhere where I can configure hotkeys [21:16] someone235: also, xbindkeys should handle that [21:16] someone235: I use Autokey for lots of automations, you can tell it which window to work for or for all or for some [21:17] someone235, gnome-tweaks has a hotkeys page. That's how I enabled Windows 10 IME context switching hotkeys from [21:17] But I couldn't tell you much as I'm on 16.04 [21:18] No hotkeys section in my gnome-tweaks [21:23] someone235, Gnome-Tweaks > Keyboard Settings > Typing > Modifier keys [21:34] Wrote a post about it: https://askubuntu.com/questions/1197137/remap-superleft-home-button [21:35] hello, could someone help me understand how i'm meant to use pg_upgradecluster (tool for upgrading postgres databases) when the ubuntu repos don't maintain the older postgres packages it needs to work? [21:35] like cosmic/disco/eoan all have only postgresql-11 [21:38] you might want to reask in #ubuntu-server [21:39] will try, ty [22:15] say a shutdown/reboot borks at one stage [22:16] what is the max timeout/wait-for interaction before the sys halts/reboots anyway? [22:16] say, "could not unmount/service did not respond/etc"? [22:20] What should I use to edit GTK and QT to make their themes all match? [22:20] Formatted my fresh Ubuntu install and had Adia Dark for all themes [22:20] matched perfectly [22:20] desktop environment looked professional and consistent === DarKByD3sign is now known as DarkByD3sign [22:34] "professional"? [22:35] you make your living using it, therefore it looks "professional"? [22:36] "the burglar broke the window to unlock the door". "damn, he's a pro" :) [22:39] i am in a directory with alot of files, is there a way to get a file count (im connected via ssh) [22:40] nvm i think i got it [22:40] shibboleth: profession == done regularly for pay, doesn't mean is any good, it simply means is done for a wage regularly, Hobbiyist == same work and quality done for no pay [22:41] yeah, my gripe is with how ppl abuse the term "professional" [22:41] JustTheDoctor: ' ls | wc -l ' ? [22:41] JustTheDoctor: ls -l | wc -l [22:42] "that doesn't look very professional" <--- what does that even mean? [22:42] most often the person who said sure as stuff can't :) [22:42] yes, Thank you bprompt and Bashing-om [22:44] shibboleth: bear in mind that language isn't a fixed set of phonems and meanings, it changes all the time, professional can be used to denote something done with "poor care" or slapdash, and both meanings are very valid [22:44] well unprofessional can be used to denote that is [22:44] shibboleth: but some words have several meanings, as many as 5 or more [22:45] shibboleth: "gay" back in the 50's used to mean Happy, today, well, you already know, just to show you how language is always in flux [22:47] "don't wear a hoodie, it doesn't look professional" <--- ok, i won't wear a hoodie but you could just as well said "my head is a bird, your argument is invaldi" [22:47] invalid [22:47] ????? [22:48] "professional" is *not* whatever pleases the person making the claim :) [22:48] shibboleth, I don't think think this is a support statement!! [22:49] bprompt, same for you [22:49] speaking on behalf of all techies/support personell who have been told to leave the hoodie at home: kinda is. i'll leave it at that, though :) [22:49] shibboleth: we don't know the context, wearing a hoodie at work where the dresscode is formal dress is unprofessional [22:49] shibboleth, please, stop with the statements [22:49] bprompt, you as well [22:50] shibboleth: anyhow, as coz_ correctly pointed out, we're offtopic, so let's be topical :) [22:51] bprompt, and shibboleth there is #ubuntu-offtopic for this %) [22:52] i "left it at that" a whole ago [22:52] while === bannedrey is now known as kreyren [23:42] there anyway i can add a dialable phone # in pdf using ubuntu desktop [23:47] my problem "end key produces , as well" was actually a hardware issue [23:57] dennington: dialable phone number in pdf? [23:58] yes have a google doc that i need a phone number dialed ooff of [23:59] was gonna convert it to pdf and then use an appropriate pdf program