/srv/irclogs.ubuntu.com/2019/11/29/#ubuntu.txt

geniide-facto: Then I tested by having my gmail inbox open on chromium, sending myself an email from my phone, hitting F5 on chromium immediately after that showed the new email00:01
geniiAnd watching the files in .cache/chromium showed no changes in anything there00:03
gobble_gobblewhat is the easiest way to change `python3` to just plain old `python` so that future installers will recognize it00:03
gobble_gobbleand so i can just invoke python and be lazy with the extra character00:05
Bashing-omgobble_gobble: I declare the version to use in the script: - # Force specific Python version >> PYTHON="python3" -.00:05
gobble_gobbleyes but how do i get my system to recognize `python` as `python3`00:06
gobble_gobbleright now if i type `python` i just get the command not found stuff00:06
de-factogenii i am pretty sure its not disk caching, its more like memory or persistent connections or such00:06
de-factoi gave up for now, seems Its just broken00:07
rfm_gobble_gobble, I just put 'alias python=python3' in my .bashrc00:08
geniigobble_gobble: I think system default currently is that /usr/bin/python  points to 2.7 because some things break if it doesn't and that's why python3 is explicitly named. But you could tinker with making it the default the "proper" way  by adding it to list of choices available in update-alternatives, and then switching it that way00:09
genii( to make it the systemwide default python)00:09
Bashing-omgobble_gobble: setting python system wide seems to me a good way to break the system. What shows ' python --version ' ?00:09
gobble_gobbleit was python2.700:10
gobble_gobblebut i uninstalled that00:10
gobble_gobblenow nothing :)00:10
geniiBashing-om: Yep, probable breakage there :) But possible to tinker with and also revert with update-alternatives00:10
gobble_gobbleif my system breaks, tell my mom i love her00:11
Bashing-omgenii: Filed for reference :D00:11
gobble_gobbleoh yeah already seeing something broken00:12
gobble_gobblegreat00:12
geniihttps://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux#h2-change-python-version-system-wide shows command syntax and how to prioritize which gets used first, etc00:14
=== akko is now known as stallman
gobble_gobblewhat file do you typically put your `export`s in?00:58
gobble_gobble.bashrc?00:58
gobble_gobble.profile?00:58
EdFletcherT137.bashrc01:03
=== stallman is now known as akko
aleksandrdvorkini am trying to chown to my user of the /mnt doing sudo chown alexandrdvorkin /mnt but its still belongs to root01:14
aleksandrdvorkinbut what i am trying to do is to mount -t cifs -o username=pi,password=pi //192.168.1.10/home/pi/Downloads /mnt/Downloads butg i get error(2) no such file or directory01:16
aleksandrdvorkinso i thought maybe i need to change the ownership of /mnt dir01:17
Bashing-omls -al mnt/Downloads ? does the directory exist ?01:18
aleksandrdvorkinjust a sec01:18
aleksandrdvorkinis it ls -al or ls -la01:18
Bashing-om/mnt/Downloads **01:18
Bashing-omaleksandrdvorkin: ether will do la or al :D01:19
aleksandrdvorkinls -la /mnt/Downloads ?01:19
Bashing-omaleksandrdvorkin: Affirmed ls -la /mnt/Downloads .01:19
aleksandrdvorkinls cannot access mnt/Downloads :No such file or directory01:19
aleksandrdvorkinbut thats what i am saying the /mnt/Downloads exists01:19
aleksandrdvorkinbut it belongs to root01:19
aleksandrdvorkini can see in the filemanager it exists01:20
rb25girlHi, I'm installing Ubuntu and what exactly is included in the minimal install?01:20
aleksandrdvorkinthere you gp01:20
Bashing-omaleksandrdvorkin: List "ls" would not lie to you . OK .. what then shows ls -al /mnt/ ?01:20
aleksandrdvorkindrwxr-xr-x 2 alexandrdvorkin root 4096 Nov27 22:2001:21
aleksandrdvorkindrwxrwxrwx 3 alexandrdvorkin root 4096 Nov 27 22:2001:21
aleksandrdvorkinbut mount -t cifs -o username=pi,password=pi //192.168.1.10/home/pi/Downloads /mnt/Downloads returns mount error (2) No such file or directory01:22
aleksandrdvorkini am trying to mount the share on Raspberrypi 4 to my Virtual box running Ubuntu 19.0401:23
Bashing-omaleksandrdvorkin: Hokay - we get to changing the ownership in a bit, once you understand what you are doing. One changes the ownership of the target directory, not of the mount point. // Is "/mnt/Downloads" mounted whan attempting to access ?01:25
oerheksone does not change owner of the /mnt/ folder, change the owner of the media mounted there, or add the user to that group01:27
aleksandrdvorkinso i should do sudo mount /mnt01:27
aleksandrdvorkinsudo mount /mnt/Downloads first?01:27
aleksandrdvorkin"/mnt/Downloads" is withing Ubuntu 19.1001:28
aleksandrdvorkinso i assume its mounter?\01:29
aleksandrdvorkini am attempting to mount the /home/pi/Downloads dir on RaspberrypPI4 from my Ubuntu laptop its Macbook with VBox running Ubuntu 19.1001:30
aleksandrdvorkinand i can access it with smb://192.168.1.10 from File Manager01:31
aleksandrdvorkinbut i want to see if i can mount it using cifs01:31
Bashing-omaleksandrdvorkin: Not mounted unless it is done explicitly as a mount command or is listed to mount in the /ext/fstab file.01:31
aleksandrdvorkinok so i should do01:32
aleksandrdvorkinmount /mnt/Downloads01:32
aleksandrdvorkinmount : /mnt/Downloads can't find in /etc/fstab01:32
Bashing-omaleksandrdvorkin: ' sudo mount /mnt/Downloads ' if it is not already mounted from fstab.01:33
aleksandrdvorkini did that01:33
aleksandrdvorkinand i got01:33
aleksandrdvorkinmount: /mnt/Downloads can't find in /etc/fstab01:33
Bashing-omaleksandrdvorkin: Back to square one . pastebin ' ls -al /mnt/ ' please.01:34
aleksandrdvorkinok01:35
aleksandrdvorkinhttps://paste.ubuntu.com/p/j5n2XGSzYN/01:36
aleksandrdvorkinBashing-om01:42
Bashing-omaleksandrdvorkin: While that "should" work -here is a working example, note my ownership rights as "root". Pastebin 'ls -al /mnt/' and lets verify those rights.01:42
Bashing-omaleksandrdvorkin: https://termbin.com/y04501:42
aleksandrdvorkinwell the second deirectory of 3 is owned by root01:43
aleksandrdvorkindid you look at the pastebin01:44
aleksandrdvorkinBashing-om did you look at the pastebin01:46
Bashing-omaleksandrdvorkin: Yes i did look at you paste and the rights are not as per defaults. with "you" owning the "." directory we are stepping on insecure grounds :D01:46
rfm_Bashing-om, aleksandrdvorkin I just checked and mount.cifs also says "no such file or directory" when the remote file doesn't exist.01:47
rfm_Bashing-om, aleksandrdvorkin In particular I wonder if /home/pi/Downloads is a symlink?  Have no idea what happens when you try to mount a symlink....01:48
Bashing-omrfm_: Thanks for the confirnation - aleksandrdvorkin; we get to that destinationin a bit.01:48
aleksandrdvorkinno the /home/pi/Downloads is a directory on RaspberryPI401:49
aleksandrdvorkinwhich i am trying to mount on my Laptop01:49
aleksandrdvorkinto /mnt/Downloads01:49
Bashing-omrfm_: seeing "/home/pi/Downloads" depends on the point of view within the filesystem.01:50
aleksandrdvorkin?01:51
aleksandrdvorkin"/home/pi/Downloads" is a live directory on Raspberry PI401:52
aleksandrdvorkini can smb://192.168.1.10 from File Manager just cant mount using cifs01:53
rfm_aleksandrdvorkin, yeah, I don't know what the file manager is doing.  It may be mounting /home (not the lower level directory).  Hmm, why don't you try that?01:55
aleksandrdvorkini already tried everything01:55
aleksandrdvorkinsudo mount /home01:55
aleksandrdvorkinsudo mount /home/pi01:55
aleksandrdvorkinsudo mount /Downloads01:55
aleksandrdvorkinmount error(2) No such file or directory01:56
rfm_aleksandrdvorkin, what I would like you to try is  "sudo mount -t cifs -o username=pi,password=pi //192.168.1.10/home /mnt/Downloads"01:58
aleksandrdvorkinmount error(2) No such file or directory02:00
Bashing-omaleksandrdvorkin: https://www.incredigeek.com/home/auto-mount-cifs-mount-point-on-system-startup-on-ubuntu/. I see it as " mount.cifs /192.168.1.10/home/pi/Downloads/ /mnt/Downloads -o user=alexandrdvorkin,pass=<password>,uid=alexandrdvorkin " where you will provide the appropriate password.02:17
aleksandrdvorkinwill try now02:19
aleksandrdvorkinis /192. or //192.02:20
aleksandrdvorkinand i made a user pi in /etc/samba/smb.conf on Raspberry pi02:21
aleksandrdvorkindo i still use user=alexandrdvorkin?02:21
=== zbenjamin is now known as Guest46396
=== zbenjamin_ is now known as zbenjamin
Bashing-omaleksandrdvorkin: Like you I think as //192 ; though the guide says otherwise :(02:23
aleksandrdvorkinmount.cifs :bad UNC (/192.168.1.10/home/pi/Downloads)02:24
Bashing-omaleksandrdvorkin: Is the utility installed ' dpkg -l cifs-utils ' ?02:26
doug16kshould be //02:26
aleksandrdvorkinBashing-om02:26
aleksandrdvorkininstalled02:27
doug16kmight want to run: nmblookup computername    see if that says same ip you think it should be02:27
aleksandrdvorkin2:6.9-0ubuntu02:27
aleksandrdvorkindougn16k with // i get an error mount error(2) No such file or directory02:28
doug16kI don't mount.cifs, I just mount //...ip../share... /someplace -o user=xx02:29
doug16kdon't know if that would make any difference02:29
doug16kaleksandrdvorkin, just did it, works for me: sudo mount //10.1.0.86/raid6s /mnt/plextbserver -o user=doug <newline> Password for doug@//10.1.0.86/raid6s:  ********02:31
aleksandrdvorkinno cifs?02:32
doug16kcorrect02:32
doug16kaleksandrdvorkin, just tried it again with mount.cifs, that works too02:33
doug16kI think your mount command should work, problem somewhere else02:34
doug16kwith double slash02:34
doug16kdid you check nmblookup agrees with the IP you use?02:34
aleksandrdvorkinsudo mount //192.168.1.10/home/pi/Downloads -o user=pi,password=pi02:34
doug16kyou didn't say where to mount it02:35
aleksandrdvorkinright02:35
doug16ksudo mkdir -p /mnt/whatever && sudo mount //192.168.1.10/home/pi/Downloads /mnt/whatever -o user=pi,password=pi02:35
altendkytomreyn: jeremy31: oerheks: lotuspsychje: here are the bugs i filed about the conversations today.  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1854413  --  https://bugzilla.kernel.org/show_bug.cgi?id=205699  thanks for all your help.  i'm in a working state and hopefully these lead towards fixes for all.  (well, other than not having tested hdmi output yet with the 5.4 kernel, fingers crossed)02:36
ubottuLaunchpad bug 1854413 in linux (Ubuntu) "Backlight adjustments shows OSD but does not change anything on Samsung OLED panel" [Undecided,New]02:36
ubottubugzilla.kernel.org bug 205699 in Video(Other) "Backlight adjustment does nothing on Intel with Samsung OLED panel" [Normal,New]02:36
aleksandrdvorkinmount error(2) No such file or directory02:36
aleksandrdvorkinbut /mnt/Downloads exists02:36
doug16khome/pi/downloads isn't a share02:36
doug16kyou mount a share02:36
aleksandrdvorkinno02:37
doug16kyou need to stop at home, drop the /pi/downloads02:37
doug16kit doesn't work like that02:37
doug16kyou don't just point your finger at some path and mount it02:37
doug16kyou mount a share02:37
aleksandrdvorkinthe directory is in /etc/samba/smb.conf02:37
doug16kwhat's in the [] above that02:38
rfm_doug16k, I just tried and you can give a path down below the share point, it surprised me too02:38
aleksandrdvorkinso i can access it via smb://192.168.1.1002:38
aleksandrdvorkinits accessible from file manager02:38
aleksandrdvorkinbut wont mount because its not a share02:38
doug16krfm_, do you reliably though? or did one test work02:38
rfm_doug16k, one test worked.  I would never do it that way...02:39
doug16kif it is non-working, I'd try safe mount just the share02:39
aleksandrdvorkinin RaspberryPi 4 NOOBS i cant right click on the folder and make it shared but i can access smb.conf and put path to the share like /home/pi/Downloads02:39
doug16krfm_, neat to know it could work though02:39
aleksandrdvorkini cannt seem to right click on the folder and make it make it shared02:39
rfm_doug16k, although I just tried again (on a different path) and got permission problems...02:40
aleksandrdvorkinthe folders dont have that option even though the samba is running02:40
aleksandrdvorkindoug16k look at the pastebin for ls -la /mnt02:40
lotuspsychjealtendky: does that AX wifi work yet?02:40
rfm_aleksandrdvorkin, when you added it to smb.conf, did you use the [homes] section or create a new section?02:41
aleksandrdvorkinhomes02:41
rfm_aleksandrdvorkin, aha, the comment says the share is \\server\username (NOT \\server\home\username!)02:42
altendkylotuspsychje: it's worked in the 'current' kernels where it's expected to.  jeremy31 walked through a bunch of stuff trying to get it working in 4.15 oem and we got to the error `modprobe: ERROR: could not insert 'iwlwifi': Exec format error` as to 'why' the backports aren't loading.  but nowhere more.  since i got the other stuff working in newer kernels (with patches) i am content.  just need to test/maybe-fix02:43
altendkyhdmi...02:43
lotuspsychjealtendky: i would strongly suggest work systematic too, solve 1 bug at the time and keep your filed bugs updated with that02:44
aleksandrdvorkinok so should be sudo mount //192.168.1.10/pi /mnt/Downloads?02:44
aleksandrdvorkinpersmission denied02:44
aleksandrdvorkini used the password for pi02:44
altendkylotuspsychje: yeah, i flailed for awhile.  but each issue is now isolated with identified commits that seem to be the fixes.02:45
rfm_aleksandrdvorkin, well, at least it's different...02:45
lotuspsychjealtendky: when you have tryed something, add a comment to your bugs, so the devs see and follow what you did/tested02:45
aleksandrdvorkinmount error 13 Permission denied02:45
altendkylotuspsychje: i think i mostly did that up front?  each one includes reference to commits or releases that i have identified as resolving the issue.02:46
altendkybut yes, even then i could be a bit more rigorous in details of each kernel tested, a fresher install, bios reset to defaults, etc...02:46
lotuspsychjealtendky: yeah try not to pack too much info in your original description, think to the essentials02:47
rfm_aleksandrdvorkin, double check the username= and password=, that's the error I get when I botch them02:49
altendkylotuspsychje: hmm...  i was thinking that identifying existing commits that were intended to fix the issue i am reporting but simply aren't present in all the places (i think) they ought to be would make a fairly clear report.  but, perhaps i should reread and practice rewriting them tomorrow.02:50
aleksandrdvorkini remember i used password as just pi02:51
lotuspsychjealtendky: im not blaming or anything, dont get me wrong, just want to widen your options, the better you comment your steps on your bugs, the more chance it will get solved and getting attention02:52
altendkylotuspsychje: i thought leaving out my flailing steps would improve the report :]02:52
aleksandrdvorkincan i do sudo smbpasswd -a again?02:52
lotuspsychjealtendky: no, for example when adding more steps/comments your bug might get confirmed by that02:53
rfm_aleksandrdvorkin, I think for changing an existing password, just "sudo smbpasswd pi" works...02:53
rfm_aleksandrdvorkin, long time since I did that02:54
rfm_aleksandrdvorkin, (It should prompt for the new password when you do that.)02:55
aleksandrdvorkinreset the password but still permission denied02:58
rfm_aleksandrdvorkin, while you are logged on the pi, you might look at /var/log/samba/log-<system you're trying to mount from >  -- I get messages like https://termbin.com/vebvq when I give a bad password02:59
lotuspsychjealtendky: feel free to join #ubuntu-discuss03:00
aleksandrdvorkinno just mount error(13) : Permission Denied03:00
rfm_aleksandrdvorkin, those messages were in /var/log/samba on the system I tried to mount from, not on the system where I did the mount.  I think they were old messages anyway.03:01
aleksandrdvorkin"/var/log/samba/log no sufh file03:02
rfm_aleksandrdvorkin, /var/log/samba is a directory with multiple log.* files, one for each client at least03:04
aleksandrdvorkinno such file03:04
rfm_aleksandrdvorkin, probably the raspberry pi smb config is different from the stock ubuntu one I'm used to.03:05
rfm_aleksandrdvorkin, have you considered using sshfs?  at least if you can ssh into the pi you know the permissions will work...03:06
aleksandrdvorkinno worries i can access the files via smb://03:07
rfm_aleksandrdvorkin, I'm giving up now anyway, out of ideas on how to debug the permissions stuff.03:08
aleksandrdvorkinit something with the permission on the /mtn/Downloads not on pi03:08
aleksandrdvorkinlook at the ls -la /mnt03:10
aleksandrdvorkinhttps://paste.ubuntu.com/p/QJcYyvc7gv/03:12
aleksandrdvorkin.. belongs to root03:12
aleksandrdvorkinand i dont know how i can change it03:12
aleksandrdvorkincannt ssh eitehr03:15
aleksandrdvorkinwhat do i need to have on Raspberrypi to ssh into it03:15
ChiLLabiSaleksandrdvorkin: openssh03:21
ChiLLabiSor just sudo apt install ssh03:22
aleksandrdvorkingot ya03:28
aleksandrdvorkinok will do tommorow GN03:28
amosbirdhello, what does this mean ?04:02
amosbirdhttps://la.wentropy.com/VFWC04:02
oerheksthat error says you are on an outdated ubuntu04:03
oerheksg++  4:4.4.3 is from the 14.04 era04:04
amosbirdok04:14
blebpasswd says my password is too simple04:49
blebhow do i override?04:49
EdFletcherT137bleb: choose a more-complex password04:49
blebEdFletcherT137: i was wondering how to override that requirement04:52
tomreynbleb: you asked the same question in #xubuntu, where i answered it.04:53
blebtomreyn: see there04:59
oxekdoes anyone have a guide on how to make ubuntu interace look like microsoft windows interface? Something like what kali linux is doing with kali-undercover?06:06
amosbirdhmm   E: The repository 'http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu disco Release' does not have a Release file.06:10
amosbirdwhy is that06:10
peqoxek: I've used this before: https://github.com/vmavromatis/gnome-layout-manager06:11
user01hi is there a nice program for labelling pictures . . . eg. quickly drawing lines on a picture that connects to a word?06:31
C0nundrumTried to use resize2fs on a ubuntu volume group. Now i'm getting ata6 interface fatal error non stop. Does that mean the disk i tried to add is bad06:32
user01boat --(line)------> (image of boat)06:33
user01dock---(line)--------> (picture of dock)06:34
user01or if I had a picture of a motherboard . . . I could for example quickly draw lines from CPU to the word CPU, USB port to the word USB port etc etc06:36
user01the default app i was thinking was gimp . . . maybe there is an addon or something let me check06:37
=== mIk3_09 is now known as mIk3_08
C0nundrumHello anyone familiar with working wit vg07:29
=== export_ is now known as export
elias_aLightning calendar Thunderbird addon stopped working with Google calendar today. Anyone else run into the same problem?08:47
elias_aFound the answer already: Provider for Google Calendar (the compatibility plugin) is not compatible with the latest version of TB.08:52
elias_aAnnoying to run into something like this after autoupdate... :/08:52
elias_aSorry - it is an add-on.08:54
=== Hobadee_ is now known as Hobadee
=== mIk3_09 is now known as mIk3_08
Kolasany reason why mtu setting in the yaml file would not stick? ubuntu 18.04.309:27
Kolasi have mtu: 9000 just under gateway4: xxxxx09:28
Kolassame indent09:28
Kolasnetplan generate shows no issue. netplan apply the same09:30
amosbirdhello, what package provides libdrm static?09:56
amosbirdhttps://launchpad.net/ubuntu/+source/libdrm/2.4.95-109:57
amosbirdit says it's been dropped09:57
=== im0nde_ is now known as im0nde
KingBoomerhow do i write custom aliases that take variables?10:47
amosbirdis it possible to install the library that provides libdrm.a ?10:47
amosbirdperhaps building it by myself?10:48
tomreynamosbird: sudo apt install libdrm-dev10:51
amosbirdtomreyn: no .a10:51
amosbirdit's dropped10:51
tomreynnot from my release, you didnt specify one10:52
amosbirdtomreyn: huh?11:03
tomreynamosbird: libdrm-dev on Ubuntu 18.04 LTS does provide libdrm.a11:05
amosbirdtomreyn: I see11:13
amosbirdit doesn't on disco11:13
murthydoes chrome/chromium or firefox support hardware accelerated video playback with Nvidia cards?11:45
murthyspecifically VP9 codec11:45
LuckyManmurthy, it has an option to use hardware acceleration when available11:52
LuckyManon my computer is on11:52
LuckyManI think it's the default11:52
murthyLuckyMan: are you using a nvidia graphics card?11:52
LuckyMannope11:53
murthyLuckyMan: which browser?11:53
LuckyManchromium11:53
LuckyManit's on advanced options11:53
murthyLuckyMan: Then definitely your video playback is not hardware accelerated11:53
rud0lfLuckyMan: see chrome://gpu11:54
rud0lfURL11:54
rud0lfmaybe it works on chromium, i use chrome11:54
murthyLuckyMan: For Intel and AMD hardware acceleration is done with vaapi, which is disabled by default on Linux11:54
murthyrud0lf: what graphics?11:54
rud0lfnvidia11:55
murthyrud0lf: you have hardware accelerated video playback?11:55
rud0lfi have this result "Accelerated video decode is unavailable on Linux"11:55
murthyrud0lf: in "chrome://gpu"?11:56
rud0lfyes, under "Problems Detected"11:56
murthyrud0lf: Have you tried enabling the "Override software rendering list" in "chrome://flags"11:57
rud0lfi try it now11:57
murthyrud0lf: remember to restart the browser11:57
rud0lfmurthy: hah! "Video Decode: Hardware accelerated"11:57
murthyrud0lf: what graphics card model?11:57
rud0lfK2100M11:58
rud0lfor M2100K11:58
LuckyManjust curious, why do you need hardware accelaration to play videos?11:58
rud0lfi think the former11:58
doug16krud0lf, I see the same thing on my system11:58
LuckyManI play videos fine11:58
doug16kso do I11:58
doug16khttps://bugs.chromium.org/p/chromium/issues/detail?id=13724711:58
murthyrud0lf: can you play a 4k video and then goto "chrome://media-internals" and see if place of "video_decoder" for the respective video it says gpu accelerated?11:59
murthydoug16k: thats what I am talking about, it affects vaapi, does it affect vdpau/nvidia12:00
murthyLuckyMan: when you play a 4k video, how much is the cpu usage?12:01
doug16kmine is rtx 2060 super, if you're asking if I see that on nvidia, yes12:01
rud0lfwhere can i find 4k video, murthy ?12:02
murthyrud0lf: youtube12:02
rud0lfvideo_decoder entry says "VpxVideoDecoder"12:03
rud0lfit all it does12:04
LuckyManI'm playing a 4k video on youtube, but I have jumps on firefox, but I think it's because I'm on ADSL12:04
LuckyManmy internet connection is not very good12:05
rud0lfi don't think network speed affects media playback12:05
doug16k?12:05
rud0lfaside of the unfamous "spinning wheel" or whatever youtube uses to show buffering12:05
rud0lfit usually buffers all it needs12:05
murthydoug16k: I am having the Intel HD630 internal gpu. Since the vaapi drivers are buggy, most/all the browsers have disable vaapi, which is needed for ...12:06
murthyhardware accelerated video playback on Intel and AMD graphics. I would like to know whether we have hardware accelerated video playback with Nvidia cards/vdpau ...12:06
murthyso that I can buy a Nvidia card, specifically for vp9 codec12:06
murthyLuckyMan: take a look at the page "about://media-internals"12:07
rud0lfLuckyMan: once video stutters on youtube appeard on my older laptop, it had intel integrated12:07
doug16kin my chromium it says, "Video Decode: Unavailable"12:07
rud0lfwhat helped, is disable hardware acceleration in advanced options, close chromium, relaunch it, then enable, and relaunch again12:07
doug16kI just put up with it, it doesn't matter enough12:07
murthyrud0lf: Network speed affects media playback in case of buffering12:08
murthyrud0lf: ADSL is not good enough for 4k playback12:08
rud0lfmurthy: yes it does, but it shouldn't cause frame skip / stuttering playback12:08
murthyon youtube12:08
murthyrud0lf: ya12:08
murthydoug16k: how is the cpu usage when you play a 4k video?12:09
doug16kso if you had 100kbps connection it would sit there and buffer 99% of it then play perfect? no12:09
murthydoug16k: no12:09
murthydoug16k: youtube does not buffer like that12:09
murthydoug16k: It only buffers for 10 sec I think12:10
doug16kyes, I am responding to claim that your network speed doesn't matter12:10
murthydoug16k: They use something called DASH or something, the video is fragmented12:10
LuckyMani have intel integrated12:10
murthydoug16k: ok tell me how much is the cpu usage when you play a 4k video?12:11
murthyLuckyMan: You said Nvidia?12:11
doug16k184% CPU12:12
doug16k3950X12:12
LuckyManI'm downloading a 4k sample and I'm going to open it with chromium12:13
doug16kmeaning 1.84 cpus in case > 100 is freaking you out :D12:13
doug16kwhole thing pegged is 3200%12:14
LuckyManhum... can't open a video file with chrome, it opens external player12:16
=== Yoginth__ is now known as Yoginth
murthydoug16k: 184% means the video playback is not hardware accelerated, It should be under 20% for 4k videos12:37
murthyLuckyMan: When you video is played with hardware acceleration, the "about://media-internals" should show something like this for the respective video https://www.pcsuggest.com/wp-content/uploads/2016/09/chromium_GpuVideoDecoder.png12:40
tatertotsvideo can be either H264 , H265 or even MPEG-2 at 4K resolution12:40
tatertotsso playback performance and acceleration will vary by system and system configuration12:40
murthyalso the graphics card should support the codec12:40
murthyya12:40
tatertotsmeaning, in a nut shell...just because sally, and johnny have poor / great performance ...doesn't mean michael will/won't12:41
tatertotsyou can't use someone else's system as a measuring stick for your own 4K playback preformance12:41
tatertotsperformance12:41
tatertotsin a nutshell12:41
tatertotstake care and have a great day12:42
murthyI had owned a nvidia card, threw that because freesoftware people said open source is good and better, now when I use Intel with open source drivers, It of no use, now people what me to buy Nvidia card12:42
murthytatertots: We are not benchmarking, we are trying to find If hardware acceleration is enabled for nvidia/vdpau cards for browsers on Linux12:43
doug16kmurthy, I get very low cpu usage in 4k playback, but not though browser player though12:43
murthydoug16k: 4k playback with media players works out of box in Ubuntu12:44
murthydoug16k: no problem at all12:44
doug16kyes12:44
doug16kit's a chrome issue12:44
murthydoug16k: You are having a nvidia card right?12:44
doug16kyes, 2060 super12:44
BluesKajHiyas all12:45
doug16kmurthy, in firefox I get under one cpu usage12:47
murthyBluesKaj: hello, how are you?12:48
murthydoug16k: cpu usage percentage?12:49
BluesKajhey murthy, fine here, and you?12:49
murthyBluesKaj: I am fine too12:49
doug16kmurthy, about 70%12:50
ioriathere is not yet any hardware acceleration support for Turing, afaik12:50
murthydoug16k: for a 4k video?12:50
doug16kyes12:51
murthyioria: oh12:51
doug16kon youtube12:51
murthydoug16k: that is better12:51
LuckyManmy screen only renders 2560x144012:54
LuckyManand my internet connection is slow, I can only see videos on youtube without jumping on HD down12:55
mortIs there any way to make the activities menu do math expressions?13:46
mortbeing able to do math in the launcher is something I use all the time on other systems13:47
ioriamort, there should be some old extensions for that13:52
mortioria: I didn't find anything by searching for "math" on the gnome shell extensions website13:54
ledenmort search for 'calc'13:58
vetrIsn't that what programming languages are for?13:59
FastCodenot when you wanna do 730/3 and be done with it a second later14:00
mortleden: there's one extension which looks relevant, which is called "Calculator", but the shell version dropdown only contains really old versions of gnome and the listing in ubuntu software only has one review, "doesn't work on Ubuntu 19"14:04
simplydrew_Question - have a situation where I’d prefer to move a hard drive with an Ubuntu install (16) from one Dell machine to another. Slightly different version, but still an Optiplex series. New machine boots up fine with no issues with the old hard drive installed, however my NIC isn’t detected - only the loopback comes back in an ifconfig. Tried the steps I could find Google’ing - but looks like I don’t have a 70-persistent file to modi14:07
simplydrew_etc, so a little stuck. Any suggestions?14:07
jeremy31simplydrew_: post URL from terminal for>  lspci -nnk | grep -iA3 0200 | nc termbin.com 999914:10
simplydrew_jeremy31: will that work even though I don’t have network conectivity?14:11
jeremy31simplydrew_: probably not, I thought you may have tethered to a smart phone14:12
jeremy31just check>  lspci -nnk | grep -iA3 020014:12
simplydrew_jeremy31: nothing returned with that14:19
jeremy31simplydrew_: try>  lspci -nnk | grep -iA3 net14:19
simplydrew_jeremy31: nothing for that either. lspci -nnk without the grep filter returns a few lines. taking a picture of the output due to lack of copy/paste14:22
simplydrew_jeremy31: https://m.imgur.com/a/C6mokcD14:23
jeremy31simplydrew_: Any BIOS setting for the ethernet?14:24
simplydrew_jeremy31: will check now - don’t think I have onboard ethernet specifically disabled or anything14:25
jeremy31simplydrew_: strange that no network device is found14:25
simplydrew_jeremy31: well, just as my luck would have it, onboard NIC was disabled in the BIOS somehow. strange. rebooting now to see if it comes up14:26
simplydrew_all the turkey yesterday must have gotten to my head14:26
simplydrew_jeremy31: enabled now, but ifconfig still returns loopback only14:27
jeremy31check the commands again14:28
simplydrew_jeremy31: https://imgur.com/a/t6aNPmK14:31
jeremy31simplydrew_: I can't see the entire result, but try> sudo ifconfig elp2s0 up14:32
simplydrew_jeremy31: viola! awesome. online now14:33
simplydrew_jeremy31: thanks for the help14:34
jeremy31simplydrew_: Did you use the interfaces file for the connection when the drive was in the other PC?14:34
simplydrew_jeremy31: /etc/network/interfaces? yes, I did14:34
jeremy31simplydrew_: you may need to change it so the interface is elp2s0 rather than what the other machine may have had14:35
simplydrew_jeremy31: okay, will do that14:36
rhokswhat player can play x265 files on an older laptop14:38
compdocdoesnt VLC play those?14:42
lotuspsychjeshould be14:42
compdocmight need a free codex14:42
rhoksfree codex compdoc ?14:45
compdochttps://www.videolan.org/developers/x265.html14:47
compdoc*codec14:49
not_nullquestion, i have two hdd's in one system. 1) had debian 2) has win10. i installed ubuntu LTS on 1) to replace the debian install. I had grub running so i could choose. i forgot about that during the install. now it only boots ubuntu. where do i start to restore grub? the win10 hdd is untouched14:52
glickhi, pardon, whats the german ubuntu offtopic channel called?14:53
not_nullglick: i think #ubuntu-de14:53
Oolperhaps #ubuntu-de-offtopic14:54
Oolalis can help : https://freenode.net/kb/answer/findingchannels14:55
tonytnot_null in ubuntu try running command sudo update-grub14:56
tonytthat will probe for OS's14:56
tonytand fix grub entrys accordingly14:57
not_nulltonyt thanks ill give it a try, it only seems to have found linux tho14:59
jeremy31not_null: post URL from terminal for>  sudo parted -l | nc termbin.com 999915:00
not_nullthat is a handy tool15:00
not_nulljeremy31 https://termbin.com/weusjeremy3115:01
jeremy31not_null: Looks like Windows was installed in Legacy BIOS mode and Ubuntu was installed in UEFI15:02
not_nulluhoh15:02
jeremy31not_null: You can likely use BIOS to boot into Win 1015:03
not_nullhm that is interesting :)15:03
not_nullim not familiar with the differences but i cant make grub work again right?15:03
jeremy31not_null: You could reinstall after setting BIOS to Legacy/CSM only15:06
not_nulljeremy31 thank you, that was very helpful. i am going to reboot now to check if i can boot win10 just to be sure15:07
jeremy31not_null: you would likely have to change the drive to use msdos partitioning15:07
not_nulljeremy31 sorry, i do not understand15:08
jeremy31not_null: the Ubuntu drive has GPT partitioning and installing grub on that in legacy mode would need a bios_grub partition at the beginning of the drive15:10
tonytnot_null another thing you can try if sudo grub-update did not find windows 10 is trying going in to your computer bios and find the menu that shows the harddrive order and change it to the one that windows 10 is on15:10
tonytset that one to 1st15:10
tonytassuming you got ubuntu on one hard drive and windows 10 on another15:11
not_null@tonyt thanks sadly wind10 is installed on bios and ubuntu on uefi15:11
tonytif that works, then you can fix dual boot in windows 1015:12
tonytor you can also try to fix the dual boot problem in windows15:12
tonytnot_null https://itsfoss.com/no-grub-windows-linux/15:14
tonytnot_null another site to look at https://windowsreport.com/fix-dual-boot-windows-10-ubuntu/15:14
ioriamort, that's interesting: https://askubuntu.com/questions/1062973/built-in-calculator-to-gnome-search-window15:16
jeremy31tonyt: They have Ubuntu installed in BIOS boot and Ubuntu installed using UEFI15:16
tonytoh ok15:16
not_nullthanks for trying tonyt15:17
tonyt:)15:17
jpmhsarnold: assuming the sarnold I know - Ramnode has a Black Friday sale.  They add 33% extra to anything your put on your account - as you can probably guess I just added as much as was possoble - their prices are great but with 33% more thay are even better15:24
jpmhsarnold: one thig I especially liked was that the deal is good for existing customers and not just new ones - I always find it sleazy otherwise15:25
=== SIa_ is now known as SIa
PoleschHow do I add a custom shortcut to the applications launcher?15:58
PoleschI put the .desktop in the right location, doesn't do anything. Tried to add it with alacarte, nothing.15:59
PoleschGot it working.16:02
ebisuexcuse me, does anyone here know how to blacklist radeon and enable AMDGPU on an R9 390? Ive done this before, but its really tricky and this is a fresh install.16:04
ebisuif anyone can give me an exact answer id appreciate it16:05
ebisuthis is one of those cards where the system will freeze constantly in X if you use the legacy driver16:06
eraserpencilhi! i made a mistake of removing my python3 packages and now i cant get it back16:07
ChiLLabiSebisu: I think you need to modprobe and add som text in grub. i've forgotten how tho16:09
eraserpencili cant get round figuring out this error statement "# Empty sitecustomize.py to avoid a dangling symlink". I'm following this https://ubuntuforums.org/showthread.php?t=216201716:09
ebisuyeah thats the problem. ive already screwed it up once16:09
shareabrainwaveHi, last night I (apt update apt upgrade)ed and rebooted. when it came up there was no gui. so I switched to vt1 and ran startx to get in. I have a crash report for slick greeter and while trying to read the syslog, I found that the whoopsie service keeps going up and down. can anyone help with either problem?16:09
tomreynradeon.cik_support=0 amdgpu.cik_support=116:09
ebisui dont know what the kernel devs were thinking16:09
ebisutomreyn what do I do with this information? GRUB commandline?16:10
tomreynebisu: yes https://wiki.archlinux.org/index.php/AMDGPU#Set_module_parameters_in_kernel_command_line16:11
tomreyni haven't checked which generation R9 390 is, though16:11
ebisuyeah, well, I geuss ill find out16:12
ebisuR9 390 is the last of the cards that have legacy drivers16:12
tomreynSea Islands, so CIK16:12
ebisuok16:12
tomreynaccording to https://en.wikipedia.org/wiki/Radeon_Rx_300_series16:13
tomreynso those parameters were correct16:13
tomreynebisu: you can place them in /etc/default/grub16:14
LuckyManeraserpencil, sudo apt install python316:14
tomreynebisu: ...in GRUB_CMDLINE_LINUX or GRUB_CMDLINE_LINUX_DEFAULT, then run sudo update-grub16:15
tomreynno need for blacklisting then16:15
eraserpencilhttps://paste.ubuntu.com/p/X6zZsTbZdh/16:16
ebisuwell, lets see if it works16:17
ebisuthis GPU has been a curse16:17
ebisuaaaaaaaaand, black screen, again16:18
ebisuawesome16:18
ChiLLabiSmaybe nomodeset16:18
tomreynebisu: hmm, which ubuntu version are you on, which kernel?16:18
ebisulemmie check again to make sure i didnt screw up isntalling the wrong version16:19
ebisu18.04.3 LTS, Kernel 4.15.0-70-generic16:20
LuckyManeraserpencil, dependency problems prevent configuration of python3:16:21
LuckyMan python3 depends on python3.5 (>= 3.5.1-2~); however:16:21
LuckyMan  Package python3.5 is not configured yet.16:21
tomreynyou may need to use the LTSE kernel for this16:21
tomreynebisu: ^16:21
ebisuany docs on that16:21
tomreyn!ltse | ebisu16:21
ubottuebisu: The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack16:21
tomreynalso the newer Xorg16:22
eraserpencili'll try downloading from the packages.ubuntu?16:22
melatoninaHello. I'm using Ubuntu 19.04. In the last few weeks, I need to press Control-C (or click on the "Copy" menu item) two or three times to actually copy something. It didn't use to be so. Do you know why?16:22
LuckyManeraserpencil, you should check your packages with sudo apt update    and then    sudo apt upgrade16:22
LuckyManyou probably have dependency errors16:23
eraserpencilyea i cant do apt. returns the same error16:23
LuckyManyou must fix that first16:23
LuckyManeraserpencil, https://askubuntu.com/questions/263378/how-to-fix-dependencies-broken-packages16:24
tomreynmelatonina: depending on the application it may actually be ctrl-shift-c rather than just ctrl-c. also note that 19.04 will loose support within two months, it may be about time to upgrade16:24
melatoninatomreyn: it's independent on how I invoke the copy and on the application.16:25
tomreynmelatonina: hmm well you could also look for an existing bug report or file a new one, but given the short remaining lifetime of this release, if it doesn't affect newer ones, i wouldn't get my hopes up too much.16:27
melatoninatomreyn: ok. I may try the upgrade. thanks16:27
tomreyni'm not sure it's a generic issue, though, more likely it's somehow specific to your system, at least i haven't heard of it before16:28
ebisueven with the new kernel, it still freezes on boot16:28
tomreynebisu: and newer X, too? how early during boot does it 'freeze', what happens exactly?16:29
ebisufreezes right after hitting enter on grub16:29
ebisublack screen16:29
ebisuits not even attempting to start linux it seems16:30
ebisulike, im using a minimal install, im not even going into X by default yet16:30
eraserpencilcant figure out the how to get python316:30
tomreynebisu: hmm and this only happens with radeon.cik_support=0 amdgpu.cik_support=1 set?16:30
ebisuyes16:30
tomreynebisu: so the same kernel without these options boots fine?16:30
ebisuive done this on ubuntu before, albeit it was a temporary fix a few months ago16:31
LuckyManerase pencil have you tried fixing your dependencies?16:31
LuckyManeraserpencil,  have you tried fixing your dependencies?16:31
ebisuyeah it boots just fine without them16:31
ebisuin fact, i never needed a special kernel before16:32
ebisuthis GPU is from 201516:32
eraserpencilyea, it seems that i'm having a wrongly configured python3.516:33
eraserpencilbut i cant seem to have it correctly installed/configured16:33
LuckyManeraserpencil, first do a sudo dpkg --configure -a16:33
tomreynebisu: di you install amdgpu-pro?16:33
ebisuI never had to before but I guess I could try16:34
tomreynno, you shouldnt16:34
ebisui havent used ubuntu as a main desktop in a decade, trying again because im so damn tired of dealing with rolling release garbage16:34
ebisubut I HAVE gotten this card to work in Ubuntu before,16:35
ebisulatest LTS16:35
eraserpencilhttps://paste.ubuntu.com/p/QQSHtfr9wz/16:35
ebisujust been a fat minute16:35
tomreynebisu: does the system log anything about the graphics issues when you boot without those extra parameters?16:35
melatoninatomreyn: on the web, there are traces of this problem periodically on several Ubuntu versions. I could not gather any insight from those posts, though. I'll upgrade and hope this issue goes away, and no other issues prevent from working. I have the new release on a virtual machine and it looks ok. Thanks16:35
ebisuit just uses radeon instead16:36
ebisuthats it16:36
ebisuits unstable as sin with it because it doesnt even spin the fans16:36
ebisua common problem with this card16:36
ebisuamdgpu actually works16:36
tomreynmelatonina: you can test this on the 19.10 installer before you install16:36
ebisuI dont see why it would log any "issues" because its technically loading a "working" driver16:37
LuckyManeraserpencil, why are you installing packages that way?16:38
tomreynyou know, sometimes linux would log problems with a driver when the driver is only partially working16:38
tomreyni have not hard this problematic hardware, so i have no first hand experience.16:38
eraserpencilcause apt isnt really helpful here. so i thought i might as well go the dpkg -i route16:39
tomreynmaybe try blacklisting radeon16:39
LuckyManeraserpencil, you should simply first fix your dependencies with the command I gave you and then sudo apt install python316:39
eraserpencili did try that16:39
eraserpencilsame results16:39
ebisutomreyn just blacklist radeon?16:40
oerheksi find 2 reports, https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1759462  and a focus-problem ctrl + c >> https://bugs.launchpad.net/calibre/+bug/184106416:40
ubottuLaunchpad bug 1759462 in gnome-settings-daemon (Ubuntu) "Keyboard shortcuts not operational on 18.04" [Low,Confirmed]16:40
ubottuLaunchpad bug 1841064 in calibre "Vers. 3.46 - Ctrl-c doesn't work not under Ubuntu nor under windows" [Undecided,Won't fix]16:40
LuckyManeraserpencil, show me the result of sudo apt update && sudo apt upgrade16:40
tomreynebisu: well if it doesn't work well and you say amdgpu does, then why not give this a try?16:41
eraserpencilhttps://paste.ubuntu.com/p/3ZCNYnDhrB/16:41
ebisujust do this?16:41
ebisuoptions radeon cik_support=016:41
tomreynebisu: where would you do this?16:43
ebisu /etc/modprobe.d/radeon.conf16:43
tomreynebisu: is this a file you would create, or do you have it already?16:44
ebisuwould create it16:44
LuckyManeraserpencil, sudo apt clean16:44
oerheksuse   /etc/modprobe.d/blacklist-radeon.conf ??16:45
LuckyManeraserpencil, sudo apt install -f16:45
tomreynebisu: ppersonally i'd prefer testing things with kernel parameters first instead of placing it in modprobe configuration files, but YMMV-16:45
tomreynebisu: maybe try this: https://bugs.freedesktop.org/show_bug.cgi?id=91880#c20816:45
ubottuFreedesktop bug 91880 in Drivers/Gallium/radeonsi "Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing" [Critical,Resolved: moved]16:45
ebisukernel params crash the system no matter what i do16:45
eraserpencilhttps://paste.ubuntu.com/p/VMgG88M6Gp/16:46
LuckyManeraserpencil, sudo dpkg -a --configure16:46
LuckyManeraserpencil, sudo apt autoremove16:47
LuckyManeraserpencil, sudo apt autoclean16:47
tomreynebisu: if you have reason to believe that you have previously edited files in /etc/modprobe.d/ then make sure you don't have any radeon or amdgpu reated blacklist or options configured there16:48
eraserpencilhttps://paste.ubuntu.com/p/8s8BbqY7cf/16:49
oerheksLuckyMan, maybe removing lists and start over? sudo rm -rf /var/lib/apt/lists && sudo apt update ### https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure16:49
tomreynebisu: though this seems to be default: /etc/modprobe.d/blacklist-framebuffer.conf:blacklist radeonfb16:49
tomreynnothing else should be returned by this, though: rgrep -Ei 'radeon|amdgpu' /etc/modprobe.d/16:50
eraserpencilshould i try removing lists?16:50
oerhekseraserpencil, it does no harm, lists will be reloaded, but wait for LuckyMan16:51
ebisuabsolutely NOTHING I do works16:51
ebisuI havent made anything in modprobe yet16:51
tomreynebisu: if you'll make changes to /etc/modprobe.d/ you'll need to update-initramfs -k all -u16:52
LuckyManeraserpencil, it seems you have a lot of ppa's. PPA's are fun but not good for package dependency.16:53
eraserpencilno, PPA's arent fun at all. but they are necessary16:53
ebisuthat again begs the question, I make /etc/modeprobe.d/blacklist-radeon.conf and then I add this: options radeon cik_support=016:53
ebisuyes?16:53
LuckyManeraserpencil, you should probably sudo apt remove python3 and then try to fix your packages16:54
eraserpencili have tried that route16:54
tomreynebisu: the file name /etc/modeprobe.d/blacklist-radeon.conf suggests that this file will contain "blacklist radeon", which then blackliusts the radeon driver from being loaded. if you do this, also adding an option for this module makes no sense.16:55
LuckyManeraserpencil, and you can also try what oerheks suggested16:55
ebisuso, just create the file?16:55
tomreynebisu: just creating the empty file will make no difference. what is ti that you're trying to do?16:56
ebisuforce my GPU tp use AMDGPU16:56
eraserpenciljust floating this suggestion. should i sudo apt remove libpython3*16:56
tomreynebisu: did you try this, yet? https://bugs.freedesktop.org/show_bug.cgi?id=91880#c20816:57
ubottuFreedesktop bug 91880 in Drivers/Gallium/radeonsi "Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing" [Critical,Resolved: moved]16:57
eraserpencilalongside sudo apt remove python3*16:57
ebisunothing I put in the GRUB command line works whatsoever16:57
ebisuit just freezes my system with a black screen16:58
tomreynebisu: actually i should have pointed to comment 210 where it was confirmed working16:58
ioriaebisu, what's your kernel ?17:00
LuckyManeraserpencil, wouldn't put the *, I would just do a sudo apt remove --purge python317:02
LuckyManbut I'm running out of knoledge here, I'm just a noob17:02
ebisunope, doesnt work17:03
ebisu5.0.whatever now17:03
ChiLLabiSebisu: Are you writing commands in grub?17:03
ebisuyes17:03
ioriaebisu, is that a default 18.04.3 install ?17:03
ChiLLabiSuse radeon driver and write the commands in Ubuntu instead i guess17:03
ebisuits a default minimal install17:04
ebisui used the mini iso17:04
ioriaah17:04
eraserpencilhmmm17:05
ioriaebisu, and after you did a 'sudo apt install ubuntu-desktop' ?17:05
ebisuno, why would I need that17:05
eraserpencilwould anyone like to weigh in ?17:05
ebisuI cant even boot a command prompt17:05
ebisuwith these options17:05
ioriaebisu, beacuse mini.sio does not have a desktop ?ù17:05
ebisuYes, I dont need a desktop, I already installed my window manager17:05
ioriaebisu, ah, so running headless ?17:05
ebisui use windowmaker17:06
ioriaebisu, what is windowmaker ?17:06
ebisua window manager by the GNU project17:06
ebisuits very nice and functional, ive used it for abour 5 years17:07
ioriaebisu,  cat /etc/default/grub | nc termbin.com 999917:07
ebisuok17:07
=== SimonNL is now known as SimonNL_Afk
ebisuhttps://termbin.com/thi317:09
ioriaebisu,  and what happens with those  parameters  ?17:12
ebisublack screen afer GRUB17:12
ebisuand keyboard indicates a system freeze because caps lock no longer works17:12
ioriaebisu,  so remove them and run sudo update-grub17:13
ebisuI mean, thats not gonna solve the problem17:14
tomreyn!bootlog | ebisu: you could remove "splash quiet" if you wanted to see where / how it's failing, and add these:17:14
ubottuebisu: you could remove "splash quiet" if you wanted to see where / how it's failing, and add these:: To get a more verbose log of the boot process, remove "quiet" and "splash" from the kernel boot parameters and add "debug systemd.log_level=info". For info on editing kernel boot parameters, see https://wiki.ubuntu.com/Kernel/KernelBootParameters17:14
ebisubecause then it will boot but ill be using radeon17:14
ioriaebisu,  i see, and radeon does not work  ? ( i know it's probably wrong for R9 390)17:15
eraserpenciloerheks: LuckyMan: did sudo apt remove python3* libpython3* && sudo rm -rf /var/lib/apt/list && sudo apt update && sudo apt upgrade17:16
eraserpencileverything works now17:16
ebisuradeon for the R9 390 freezes constantly in X and wont even spin the fans17:16
LuckyManeraserpencil, good!17:16
ebisualso its a trash driver that performs awfully17:16
eraserpencilthanks. now i got to learn good python env management17:16
LuckyManeraserpencil, go to #python17:17
ioriaebisu,  ok, and do have you a display manager installed  like gdm or slim ?17:18
ebisunot yet but it doesnt matter if i cant even get into the command line in boot17:18
ebisuI usually just use XDM17:18
ioriaebisu,  i mean, how do you start X  ?17:18
ebisustartx for now17:19
C0nundrumHey guys, I addeda old ssd to a lvm voluemgroup which lead to ata os error which lead to me trying to remove the the disk physically then doing a vgremove of missing lvm volumes and now all i'm left with is the vg swap17:19
ebisuit freezes at activating swap now17:19
C0nundrumrebooted so i lost my archives17:19
ebisunow that I can see systemDs output17:19
ebisuto be clear of what im trying to do, im trying to force my card to use AMDGPU17:20
ioriaebisu, yes,   try this 'radeon.cik_support=0 amdgpu.cik_support=1 amdgpu.dpm=1 amdgpu.dc=1'  but reboot on the 4.15 kernel17:20
ebisuAll that system config stuff isnt a problem to me. My syste freezes during boot with the correct kernel parameters17:20
ebisuIt did the same thing on the 4.15 kernel17:21
ioriaebisu,  there parameters are different17:21
ebisuI know its not a kernel problem, I was using Void just fine17:21
ioria*these17:21
ebisuwith new kernels17:21
ioriaebisu, set 'radeon.cik_support=0 amdgpu.cik_support=1 amdgpu.dpm=1 amdgpu.dc=1'  ; sudo update-grub and  reboot on the 4.15 kernel17:23
ebisutrying17:23
bellohi. i want to download a dir from dropbox to my shell but i couldn't do it by wget. can you tell me how ?17:23
ebisunope, it freezes all the same17:23
ioriaebisu, i'am out then17:23
ebisulol17:23
ebisuthanks for your time17:24
belloi used wget -r path but its downloaded whole domain dirs and final dir shows as a file17:24
ebisuis there anywhere I can download the kernel source and the ubuntu default config?17:24
ebisuI can always disable it in the kernel, ive done it before17:25
tomreynebisu: this basically just suggests what we already did but maybe you can find something else there: https://askubuntu.com/questions/1094443/ubuntu-18-04-1-lts-r9-390x-amdgpu-guide-testing-summary17:25
tomreynalso upgrading your uefi may help17:25
ebisuim not using UEFI17:26
tomreynbios then17:26
tomreyni was thinking those only came along with uefi boards17:27
tomreynebisu: you may need to also add log_buf_len=1M for when you try to get on screen output. by default the buffe ris larger so not everything may have been written to the screen before the kernel hangs17:34
tomreynobviously this issue has nothing to do with swap, so i assume something else was logged (but not printed to screen) after this swap related event17:35
ebisuI followed that entire guide to a T and now my system is hosed, not that I expected anything else17:36
ebisuI hate computers17:36
Chunkyz😂17:36
ioriaebisu, it might depends on your setup, so i'd try with a regular 18.04.3 desktop livecd17:37
lordcirth_bello, try adding '?dl=1' to the end of the URL?17:41
bellolordcirth_: for the directory?17:42
lordcirth_bello, yes. It should download a zip, iirc17:43
bellolordcirth_: wget -r /link/dir?dl=1 ?17:45
lordcirth_bello, yes.17:45
chris2003hello, lets say i am on this path: /this/is/a/test/1/2/3/4/5/6 and i want to go to this path /this/is/a/test , is there any alternative to cd .. method?17:46
bellolordcirth_: its downloading dir with dl=0 in end and when i renamed it, showing me a file not dir17:46
lordcirth_bello, and what kind of file is it?17:47
tomreynchris2003: cd /this/is/a/test17:48
chris2003is there any way i can isolate the rest of the path? i want to use it on a script17:49
lordcirth_chris2003, not sure what you mean by "isolate the rest"17:49
bellolordcirth_: it's a dir. not file17:50
bellolordcirth_: ah im on android browser,  its unrecognized file17:51
lordcirth_bello, If you download a dir from dropbox, it gives you a zip. Is the file wget downloaded a zip?17:51
lordcirth_bello, android browser? why?17:51
chris2003i use this VAR: DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" on my script to detect where the script is located, and then i want to run lets say a script on a parent folder, how can i make it go to that path?17:52
bellolordcirth_: no it's giving me unrecognized file17:52
bellolordcirth_: i'm checking it from browser to see if downloaded as directory17:52
lordcirth_bello, wget will not download a directory without -r17:52
lordcirth_And "unrecognized" doesn't mean anything, if there's no file extension.17:53
lordcirth_bello, on your Ubuntu machine, use 'file' on it to get the real type.17:53
gobble_gobblehow do i get the address of my ethernet interface in ubuntu?17:53
gobble_gobbleifconfig?17:53
oerheksgobble_gobble, your networkmanager can show it?17:54
gobble_gobblewhat would that be in ubuntu17:54
oerheks.. wait you have not tried 'ifconfig' ?17:54
gobble_gobblei did, but i did not know what to use from that?17:55
gobble_gobbleis it just my ip address is considered my "address of my ethernet interface"?17:55
lordcirth_gobble_gobble, yes, that is what an ip address is17:55
oerheksinet is your ip on the local lan17:55
gobble_gobblewhen you see things like x.x.x.x/2417:56
gobble_gobblewhere the xs are some numbers, what does that mean?17:56
oerheksthat is not what you see in ifconfig17:56
lordcirth_gobble_gobble, the address, and the size of the network it is in (/24)17:56
oerheksi have the feeling we are doing your homework?17:56
gobble_gobbleno just learning on my own17:57
lordcirth_gobble_gobble, you should probably look for a general networking tutorial, then17:58
lordcirth_And come back with any Ubuntu-specific questions17:58
rfmchris2003, still not entirely sure what you want, but if $DIR contains a path you can use ${DIR%/*} to lop off everything after the last slash, which would be the path to the parent dir.  Read https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html#Shell-Parameter-Expansion about pattern expansions...17:58
rfmchris2003, you may need to do some jiggling if the DIR variable has a trailing slash...18:00
chris2003i want something like this: this is the path: /this/is/a/test/1/2/3 and the parent directory: /this/is/a/test and i want a command to go from one to the other something like cd goto test instead of using cd .. all the time18:01
rfmchris2003, how would you determine to lop off 1/2/3 instead of just 2/3?  I.e. what distinguishes the directory you want to go to?18:02
lordcirth_chris2003, if it's a small number of hops, "cd ../../../" might be simplest.18:03
oerheksset an alias?18:03
lordcirth_also aliases or pushd/popd18:03
oerheksalias qq='/this/is/a/test/1/2/3'  --- alias ww='/this/is/a/test/'18:04
oerheksbut ww can be funny :-P18:05
C0nundrumANyone know of a hex editor that's included on the ubuntu recovery cd ?18:05
chris2003im doing all of these because i move the folder of my scripts all the time, i guess i have to work with cd ..18:05
oerheksC0nundrum, none AFAIK, install xxd in that live environment18:07
oerheks!info xxd18:07
ubottuxxd (source: vim): tool to make (or reverse) a hex dump. In component main, is important. Version 2:8.1.0875-5ubuntu2 (eoan), package size 48 kB, installed size 199 kB18:07
C0nundrumBut i'm in the installer disk environment i don't have apt or dpkg18:08
rfmchris2003, if you just want to run a script in a directory above the one the running script is in, you can just run ${DIR}/../../../scriptname, you don't have to cd18:10
oerheksC0nundrum, so, start the live iso, then install xxd, and hit the install ubuntu button on the desktop?18:10
oerheksnot sure why you need an hex editor during install...18:11
rfmchris2003, you do need to know the structure of the directory tree that you're moving around to put in the right number of slash dot dots...18:11
=== car_ is now known as car
chris2003i think i found the function i needed: cdu () { cd "${PWD%/$1/*}/$1"; }18:13
alexandrdvorkinhi18:17
lordcirth_alexandrdvorkin, hi18:19
ontaniHi guys, i'm trying to create a vlan interface on my server using netplan with the following code : https://pastebin.com/Wu05wwW418:45
ontanii'm able to ping the interface from the same subnet, but not from other subnets18:45
ontaniand the server is able to ping devices in the 172.31.2.0/24 subnet but not other using the -I vlan2 interface18:46
lordcirth_ontani, you will need to set a route for 172.32.0.0/16 or whatever, otherwise it will use the default route on the untagged interface18:47
ontanihmm for some reason my client who has an address in 192.168.6.0/24 can ping the router in vlan2 (172.31.2.1). It's default gateway is 192.168.6.118:53
ontanihowever the server cannot ping the router when pinging using its enp2s0 interface18:54
ontaniwhile it has the same gateway18:54
=== SimonNL_Afk is now known as SimonNL
GossetHello, my Ubuntu does not recognize my installed NVIDIA drivers and my display resolution is very low, I've followed the instructions from this page () but nothing, I reboot with the same low resolution, any idea?19:18
Gossetsorry, the web is: https://medium.com/better-programming/how-i-fixed-my-display-resolution-by-installing-nvidia-drivers-on-ubuntu-18-04-bionic-beaver-linux-489563052f6c19:18
GossetI'm on Ubuntu Mate 18.0419:19
GossetI insist, I've got NVIDIA drivers installed19:19
GossetI've tried to purge them, reinstalled them, but nothing19:20
Gossetmy monitor display won't recognize them19:20
Gossetso my resolution is so low I see the windows so big19:21
GossetI screwed everything I guess19:21
ioriaGosset, likely, if you used the .run file ; what was the problem  with the nouveau driver  ?19:26
Gossetno, I didn't19:26
GossetI used the autoinstall19:26
Gossetso now I have installed the recommended NVDIA driver, which is19:27
ioriaGosset, ah, ok;    type  'dpkg -l | grep nvidia | nc termbin.com 9999'19:27
Gosset43519:27
Gossethttps://termbin.com/c3wt19:28
Gossetsee? 43519:28
ioriaGosset, paste here :  cat /proc/cmdline19:29
GossetIt never happened this to me19:29
GossetBOOT_IMAGE=/boot/vmlinuz-5.0.0-36-generic root=UUID=52d7cfd0-7183-480d-8461-3f24462cfc0f ro quiet splash acpi_rev_override=1 nouveau.modeset=0 vt.handoff=119:29
ioriaGosset, why do you have this -> acpi_rev_override=1 nouveau.modeset=0 ?19:30
GossetI was playing with the grub options19:30
Gossetbecause I had a problem, when shutting down the system, it freezed19:30
ioriaGosset, cat /etc/default/grub | nc termbin.com 999919:31
Gossetso, when trying to solve a problem, appeared a new one19:31
Gossethttps://termbin.com/vx1919:32
Gossetmaybe I should get the default grub file...?19:32
ioriaGosset, you just removed 'quiet splash'; i don't think it's the issue19:33
ioriaGosset,  sudo updatedb && locate xorg.conf | nc termbin.com 999919:34
Gossethttps://termbin.com/5idf19:35
ioriaGosset, cat   /etc/modprobe.d/blacklist-nouveau.conf  | nc termbin.com 999919:37
Gossetthe file does not exist19:37
ioriaGosset,  it should  ; ls    /etc/modprobe.d/   | nc termbin.com 999919:38
Gossethttps://termbin.com/140w19:39
ioriaGosset,  and you should also have a nvidia-graphics-drivers.conf in there19:40
GossetI should19:41
ioriaGosset, cat  /etc/modprobe.d/blacklist-nvidia-nouveau.conf   | nc termbin.com 999919:41
Gosseton Software and updates, I see this message: you are using one proprietary driver19:41
Gossethttps://termbin.com/kj1r19:42
ioriaGosset, lsmod | grep -i nvidia   gives you output ?19:44
Gossetno output :-(19:44
ioriaGosset, so nvidia it's not loaded ;   lspci -nnk  | nc termbin.com 999919:45
Gossethttps://termbin.com/89qy19:45
ioriaGosset, yes, not loaded19:46
Gossetmm19:46
Gossetinstalled but not loaded?19:46
Gossethow can I load it19:47
Gossetthanks for you effort btw19:47
ioriaGosset, yes, cd   /etc/modprobe.d/   ; sudo mv   blacklist-nvidia-nouveau.conf   blacklist-nvidia-nouveau.conf.back19:47
GossetI try19:47
Gossetdone19:48
ioriaGosset, sudo update-initramfs -u19:48
Gossetok, generating boot19:49
Gossetdone19:49
=== westor{off} is now known as westor
ioriaGosset, reboot, disable secure boot  and don't use  ' acpi_rev_override=1 nouveau.modeset=0 ?'19:50
Gossetwhere is the option of disabling secure boot19:51
Gossetboot manager?19:52
tatertotsbios19:52
Gossetthanks sorry19:52
Gossetok, I'm rebooting and coming back, thanks!19:52
Gossetioria is not here?20:11
Gosset:(20:11
ioriaGosset, yes20:11
Gossetoh, sorry20:11
Gossetwell, I restarted but didn't find the20:11
Gossetsecure boot option in my BIOS20:12
Gossetanyway, the problem persists :(20:12
ioriaGosset, mokutil --sb-state20:12
jeremy31Gosset: what result for this in terminal>  mokutil --sb-state20:13
GossetEFI variables are not supported on this system20:13
Gosset?20:14
ioriaGosset,  sudo parted -l | nc termbin.com 999920:14
Gossethttps://termbin.com/r1ei20:14
ioriaGosset, probably you installed in legacy mode; btw; we need to purge nvidia20:15
Gossetbut if I disable CSM maybe I will see the Secure Boot option to disable20:15
Gossetno prob20:16
ioriaGosset, sudo apt nvidia-driver-43520:16
jeremy31Gosset: you don't have to worry about Secure Boot as it doesn't work in CSM20:16
Gossetok20:16
ioriaGosset, sudo apt purge nvidia-driver-43520:16
Gossetok done the purge20:16
ioriaGosset, sudo apt autoremove --purge20:17
Gossetgenerating boot... done20:18
ioriaGosset,  dpkg -l | grep nvidia  | nc termbin.com 999920:18
Gossethttps://termbin.com/17qq20:18
ioriaGosset, sudo apt purge libnvidia-compute-390:i386 nvidia-prime20:19
Gossetok done20:19
ioriaGosset, sudo apt autoremove --purge20:19
Gossetdone20:19
Gossetnothing else to purge20:20
ioriaGosset, so, reboot and we'll see if it works with the default nouveau driver; if not boot with 'nomodeset'20:20
Gossetok I try thanks!20:20
Gossetioria it works20:22
ioriaGosset, and the resolution is correct ?20:22
Gossetyes20:22
Gosset:)20:22
Gossetshould I try to install the NVIDIA drivers though?20:23
ioriaGosset, sudo apt install  nvidia-driver-435   (and please, check if any errors com up)20:23
Gossetok20:23
ioria*come20:23
Gossetinstalling packages with no problems... generating boot...20:24
Gossetdone20:24
ioriaGosset,  when it's done, reboot20:24
Gossetok brb20:25
mbeierlLooking to find the difference between Ubuntu cloud images with .img and .vmdk extensions.  When I use the .vmdk under VMware vCloud Director, it boots, but converting the .img to .vmdk causes it to hang.  I have other .imq and .qcow2 images that I want to convert and they all exhibit the same behaviour.  Where should I ask?20:27
Gossetioria the problem appeared again with the NVDIA drivers :-(20:27
Gossetlow resolution again :(20:28
ioriaGosset,  ls /etc/modprobe.d | nc termbin.com 999920:28
Gossethttps://termbin.com/uvut20:29
oerheksmbeierl, try #ubuntu-server ??20:29
mbeierlthanks, oerheks20:30
ioriaGosset,  dpkg -l | grep nvidia  | nc termbin.com 999920:31
Gossethttps://termbin.com/m15620:31
Gossetmight be a bug?20:32
ioriaGosset,  idk,   sudo nano /etc/modprobe.d/nvidia-graphics-drivers.conf    and put this : https://paste.ubuntu.com/p/mN68rkTWQN/20:33
Gossetok done20:34
ioriaGosset,  cat  /etc/modprobe.d/blacklist.conf | nc termbin.com 999920:35
Gossethttps://termbin.com/8p3qb20:36
ioriaGosset, sudo update-initramfs -u20:37
Gossetdone20:37
ioriaGosset, you know, reboot :(20:38
Gossetbrb20:38
Gossetreboot20:38
Gossetioria the problem persists after rebooting20:39
Gossetlow res.20:40
ioriaGosset,  sudo nano /etc/modprobe.d/nvidia-graphics-drivers.conf    and try this : https://paste.ubuntu.com/p/vYD7dRvjSs/20:41
ioriaGosset, remove the old lines20:41
Gossetok20:41
ioriaGosset, after that, i think you need to try another nvidia version driver20:42
Gossetdone20:42
ioriaGosset, sudo update-initramfs -u20:42
Gossetso I must purge before20:42
Gosset?20:43
ioriaGosset, it's better imho, but first we try this one20:43
Gossetwhich version do I try20:44
ioriaGosset, have you run the update-initramfs -u   ?20:44
Gossetno20:45
GossetI do now20:45
ioriarun it20:45
Gossetsorry, I already did yes20:45
ioriaGosset, cat  /etc/modprobe.d/nvidia-graphics-drivers.conf | nc termbin.com 999920:45
Gossethttps://termbin.com/17wa20:46
ioriaGosset, reboot20:46
Gossetreboot20:46
Gossetsorry xD20:46
Gossetioria :-( same res.20:48
GossetI would stay with the non-proprietary driver (xorg) but...20:49
GossetI think I need the NVDIA driver to get sound20:49
Gossetcause I have an HDMI cable...20:50
ioriaGosset, i'd try another nvidia driver : run  ubuntu-drivers list20:50
Gosset435, 430, 39020:50
ioriaGosset, sudo rm   /etc/modprobe.d/nvidia-graphics-drivers.conf20:51
Gossetdone20:51
ioriaGosset, sudo apt-get remove --purge '^nvidia-.*'20:51
Gossetok, purged, done20:52
ioriaGosset, sudo rm /usr/share/X11/xorg.conf.d/20-intel.conf20:53
Gossetfile not found20:53
ioriaok20:53
ioriaGosset, sudo apt-get autoremove --purge20:54
Gossetpurging... done20:54
ioriaGosset, sudo apt install nvidia-prime20:55
Gossetok done20:55
ioriaGosset, try   'sudo prime-select nvidia'20:55
Gossetis already set20:56
Gossetthe nvida profile20:56
ioriaGosset, grep blacklist /etc/modprobe.d/* | grep nvidia | nc termbin.com 999920:56
Gossethttps://termbin.com/zuvh620:56
ioriaGosset, sudo rm /etc/modprobe.d/blacklist-framebuffer.conf20:57
Gossetdone20:57
ioriaGosset, ls -l /etc/modprobe.d/nvidia-installer-disable-nouveau.conf20:57
Gossetfile not found?20:58
ioriaok20:58
ioriaGosset, grep blacklist /lib/modprobe.d/* | grep nvidia |  nc termbin.com 999920:58
Gossethttps://termbin.com/4ki1q20:59
ioriaGosset, sudo rm /lib/modprobe.d/blacklist-nvidia.conf20:59
Gossetdone20:59
ioriaGosset,  sudo rm /lib/modprobe.d/nvidia-graphics-drivers.conf21:00
Gossetfile not found21:00
ioriaok21:00
ioriaGosset, sudo update-initramfs -u21:00
Gossetdone21:01
ioriaGosset, sudo apt-get install nvidia-driver-430    (check for errors, please)21:01
Gossetprocess done, i didn't find any error...21:02
Gossetreboot?21:02
ioriayes21:03
Gossetbrb21:03
Gossetioria it worked! thanks a lot!21:07
ioriaGosset, ok, good job; bye21:07
Gossetalthough when I21:07
Gossetok21:07
GossetxD21:07
GossetI was to say that when I reboot or I shut down, the system freezes xD21:08
GossetI owe some beers to ioria man21:08
oerheks!donut | ioria21:13
=== ysch_ is now known as ysch
courrierWhat type of signal is triggered when we press the power button for 8 seconds (not 10+ seconds that brutaly switches off power supply)?22:14
courrierThis is the only thing that works on my Dell XPS13 to recover from a failed sleep without rebooting22:14
courrierPressing the power button 8 seconds immediately shows the lock screen and I can recover the opened session22:15
jeremy31courrier: 8 seconds is different than a momentary press?22:15
akkI suspect (but don't actually know) that things like longpresses of the power button are handled in bios, not by the OS.22:18
courrierYes, quick press has absolutely no action jeremy31, the screen remains black (after the failed sleep tentative)22:18
akkOn my X1 Carbon, a longpress on the power button shuts down.22:18
courrierHum, however that BIOS thing brings Ubuntu up for some reason22:18
courrierAlso as I mentionned I get a different behaviour when pressing 8 and 10 seconds: 8 sec reactivate my screen while 10 seconds actually switches off brutaly22:19
oerheks5 sec should do..22:20
courrierwhy 5 oerheks?22:21
oerheksthat i recall in my experience, there are different gen xps13 though22:24
oerheksholding long like 20 seconds is a hard reset22:24
jeremy31Something like an 8 second button press must trigger something in ACPI22:26
=== TheSilentLink_ is now known as TheSilentLink
SimonNLholding long like 20 sec. causes stiff finger22:31
SimonNLShhh jeremy3122:32
LiftLeft2Ubuntu 16.04 doesn't seem to detect my external monitor for my laptop.22:49
LiftLeft2was working fine today until I restarted my computer22:49
kaichouhey, I'm having issues with waking up this thinkpad from suspend, the screen is going blank and I have to use hard reset. radeon driver, old hardware. Am I out of luck?22:53
LiftLeft2going to restart my computer. I'll be back in a few minutes22:53
kaichoudmesg: https://0x0.st/zIFj.dmesg fwts: https://0x0.st/zIF1.log22:53
marchesinithere are some good project that need some help, i need get some practice on software developing and i will be gratefully to help and learn with a project!23:00
roraclehey guys, is there a reason when i copy files over to a USB flash drive using exFAT that only some of the copied files show up?  I have bigger files so Fat32 isn't an option, and ext4 sets root as owner so it's impossible to just paste.  Should I perhaps just go with NTFS?  (that is two questions, it would be nice to try to get an answer to both.23:01
roraclethank you very much!)23:01
humboti'm not sure but some fat systems had limited characters and filename length23:09
humbotalso symlinks weren't allowed23:10
humbotntfs seems to work pretty well though people will tell you not to and permissions problems could possibly arise23:10
roracleokay, yeah i went ahead and formatted it to NTFS and we'll see how that goes.  SLOW as heck copying these files over though.23:11
roracle3 files 4.8gb, running nightmarishly slow.23:11
humbotwell good luck, sometimes some usb ports on your machine are faster than others23:12
roracleoh that's right, i switched my keyboard/mouse to the 3.0 port because it wasn't blocked, but now i've moved the setup around and forgot that was a thing i did.  I feel stupid now hahaha23:13
roracleit's a laptop, and i don't think there's ever going to be a satisfactory "port setup" no matter what the manufacturer does.23:14
roraclethank you humbot, it's almost done copying, so i guess i'll see how it all goes down!  i should back up my reallllly important documents online though, i don't have an easier way in case things go south23:17
bpromptroracle:  or just get a good external HDD :P23:19
roracleunknown error while mounting23:20
roraclewhat the heck23:20
roraclebprompt i have one, i might just hook it up in the end23:20
roraclei didn't have much to back up so i figured this would be quicker23:20
roracleit's less than 5gb of backups, so yeah, i didn't wanna get it out just for this23:20
roraclewait, when it says it's done copying, is it REALLY done copying?23:21
roraclebecasue that might be an issue23:22
roracleit was still flashing which i noticed as i unplugged it23:22
IRCNewI can't seem to unmask -.mount23:40
tempuserIf I'm on 19.10, what kind of line should be in /etc/apt/sources.list ?23:56
tempuserecho "deb-src http://ftp.us.debian.org/debian testing main" >> /etc/apt/sources.list23:56
tempuserI have a line like that in a Dockerfile for Ubuntu23:57

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