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

vachogrep -r 'pattern_to_match' directory_to_search00:06
vachoI am using that command, but I want it to just list the files, and not output the file content.00:06
sarnoldvacho: grep -rl is probably what you want00:15
aleksandrdvorkinif i want to install the mysql the mysql dev.mysql.com/ gives options which one is good for Ubuntu Linix-generic(glibc2.12)(x86,64 bit) tart or just generic Linux(x86,64-bit) Tar i am using x86 system00:23
sarnoldglibc 2.12 is probably pretty ancient; the other build may be newer. what does that version provide that the version in the archive doesn't have?00:25
gryaleksandrdvorkin: does https://dev.mysql.com/downloads/repo/apt/ work for you?00:25
aleksandrdvorkingry to install that package i do apt install packagename?00:27
grydpkg -i00:30
aleksandrdvorkinso sudo dpkg -i /PATH/Version-specific-packagename.dev is the path where the package is located or where it will be isntalled00:33
gryit will grab it from there, but install somewhere else00:35
aleksandrdvorkindoes it matter where it will install00:35
eraserpencilwould someone help me debug my pythonpath settings, i need python 2.7 on my 16.04 install, and have lots of trouble getting virtualenvs working. might have messed up my pythonpath settings along the way00:36
Bashing-om!info python xenial | eraserpencil00:44
ubottueraserpencil: python (source: python-defaults): interactive high-level object-oriented language (default version). In component main, is optional. Version 2.7.12-1~16.04 (xenial), package size 133 kB, installed size 635 kB00:44
vachosarnold: thanks friend!00:46
sarnoldvacho: you're welcome :)00:46
eraserpenciljust not sure why sudo apt install python3-pip goes into /usr/local/lib/python2.7/dist-packages01:02
aleksandrdvorkinanother question if i have a tar.gz package to install do i do tar packagename?/01:06
eraserpenciltar -xzvf01:07
eraserpencil tar -xzvf packagename01:07
aleksandrdvorkinok new that01:07
sarnoldI like to do a tar tf first to make sure that it isn't going to unpack to silly places01:07
aleksandrdvorkini am trying to install the php01:07
aleksandrdvorkinso where should i untar it01:08
aleksandrdvorkinunpack it01:08
aleksandrdvorkinby default it will be downloaded to /home/aleksandrdvorkin/Downloads01:09
aleksandrdvorkinso if i tar -xzvf php.tar.gz it will be in the Downloads dir01:09
aleksandrdvorkininstalled01:09
sarnoldit'll depend upon your current working directory01:09
aleksandrdvorkinwhat do you mean by working directory01:10
aleksandrdvorkini rarely install packages i install using sudo apt install01:10
sarnoldtype "pwd" -- that'll report your current working directory01:10
aleksandrdvorkinpwd -- returns /home/aleksandrdvorkin/Downloads01:11
marijuanaubutnu packages are .debs.  not .tar.gz01:11
aleksandrdvorkinok01:11
marijuanayou either have source or some binaries that you'll need to put into the appropriate places01:11
sarnoldmarijuana: aleksandrdvorkin's got a php application for setting up a web store, it's not packaged in ubuntu01:11
OerHekszen-cart ?01:18
OerHekseasy howto .. https://hostadvice.com/how-to/how-to-install-and-configure-zen-cart-on-an-ubuntu-18-04-vps-or-dedicated-server/01:18
aleksandrdvorkinand again the question on how to removed the locks off all the files in a directory what would be the command01:20
aleksandrdvorkinsudo chmod -r 755 /*01:20
aleksandrdvorkin?01:20
OerHekslock on files in /var/www/ ??? then apache is running, no?01:20
aleksandrdvorkinyes01:21
aleksandrdvorkinbut the Webstore server setup complains01:21
aleksandrdvorkinMain /includes/configure.php file either does not exist  is not readable or is not writable01:22
sarnoldaleksandrdvorkin: what do you mean by "locks"?01:23
aleksandrdvorkinso i checked the /var/www/html and all the folders are with locks on them even though i renamed the dis-config.php to config.php it still gives out the above mentioned complaint01:23
aleksandrdvorkinwell in GUI it shows locks on folder01:23
sarnoldwhat does it mean for a "folder" to be "with lock"?01:23
aleksandrdvorkini guess it permissions are for root only to be accessible01:24
aleksandrdvorkinand?01:24
aleksandrdvorkinand /or for the folder cannot be written to01:25
aleksandrdvorkinor smth like that01:25
sarnoldaha, guis are usually not able to convey well what permissions and owners look like01:25
sarnoldls -l is usually a better choice01:25
aleksandrdvorkinls -l the directories are all owned by root01:26
sarnoldso if you want to put your application in root-owned directories, and the application provided an installer, you probably want to run the installer as root01:27
aleksandrdvorkini have the entire contents of the webstore server files in my /var/www/html01:29
aleksandrdvorkinbut localhost/zc_install/index.php Complaints01:30
aleksandrdvorkinSystem inspection page01:30
aleksandrdvorkinsome problems that need to fixxing before continuing01:30
aleksandrdvorkinMain /includes/configure.php file either doesnt not exist or is not readable or is not writable01:31
aleksandrdvorkini therefore after rading the Implementation changed the name of the dis-config.php to config.php01:31
AscavasaionHowcome sudo arm-scan -I enp0s25 -l detects duplicate IP addresses, but the duplicate IPs have exactly the same Mac Address?01:32
aleksandrdvorkinAdmin /admin/includes/configure.php file either doesnt exist and is not writable or not readable01:32
sarnoldAscavasaion: what does arm-scan do?01:33
aleksandrdvorkinProblems with your MySql (mysqli) support. Your server appears to be missing the mysqli extension for PHP. and without it we connect to database.Talk to your hosting company for assistance01:34
sarnoldaleksandrdvorkin: install php7.2-mysql or similar package?01:34
AscavasaionOooopppps01:34
AscavasaionSorry...01:34
AscavasaionI mant arp-scan01:34
Ascavasaionmeant01:34
filifunkywelp guys, I've got this problem. Ever since I updated to the latest ubuntu 19.10, I can't get into mysql.  I get this error:  ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)01:37
sarnoldAscavasaion: you could try a tcpdump or tshark or similar from various hosts and see if you can spot what's going on..01:37
filifunkyAnyone avail to help me out?  I spent last night working on it but couldn't get it to work.01:37
aleksandrdvorkinubuntu has the php-mysql/eoan,eoan 2:7.3+69ubuntu201:37
aleksandrdvorkinis that good enough to apt install01:38
sarnoldaleksandrdvorkin: I can't promise it'll work but it's worth a try01:38
Ascavasaionfilifunky: Maybe you could ask the same question in #mysql?01:39
aleksandrdvorkini installed the mysql from dev.mysql.com01:39
filifunkyAscavasaion, that's actually where I started yesterday, but was told its an ubuntu issue01:39
sarnoldfilifunky: I'm guessing the server is probably not started due to an error; check the mysql server logs for errors that look like they'd keep it from starting01:39
Ascavasaionfilifunky: Aaaah, okay.01:39
aleksandrdvorkinnow i thought i should thefore download and install the php.7.1.33.tar.gz for php01:40
filifunkysarnold, I did a lot of that yesterday, but I'm going to look at it now to see if anything is interesting after a night of sleep01:40
sarnoldfilifunky: heh, good plan, debugging while tired is usually a disaster01:40
filifunkysarnold, haha and feels like a disaster too01:40
aleksandrdvorkini dont quite understand how this zen-cart webstore should work just trying it but is installing the packages for mysql and php seperately should do the same function as just apt install php-mysql on Ubuntu ?01:42
sarnoldphp-mysql will be the libraries built for ubuntu's versions of mysql and php01:43
sarnoldif you install php and mysql from different sources you may need to go to some effort to keep them in sync, or perhaps compile them yourself on every security update01:43
aleksandrdvorkinok mysql-php is installed but zen cart localhost/zc_install/index.php still gives out the same misconfigs errors01:45
aleksandrdvorkinMain /includes/configure.php file either does not exist or is not readable writable01:46
aleksandrdvorkinthat is related to the ownership of that files by root01:46
sarnoldaleksandrdvorkin: what did you do to create that file?01:47
aleksandrdvorkinthats why i asked sudo chmod -r 775 foldername should remove it or is it another command i dont know know01:47
Mr_CyclopsHi. Using Ubuntu 19.10 (Gnome) desktop, recently the Super Key has stopped working. Tried the regular steps from Google, no luck01:47
sarnoldMr_Cyclops: if you use xev does the key still show up as being pressed down and released?01:48
Mr_CyclopsI tried the Keyboard Eye icon in Region and Language settings, looks like the Super Key is not even detected/recognized01:48
Mr_Cyclopslet me check sarnold01:48
aleksandrdvorkinsarnold i just downloaded the zen cart package unzipped and copied the contents into /var/www/html on my laptop01:48
filifunkyhere is the error.log for mysql:  https://termbin.com/1z51  and here is the status of mysql after trying to start it: https://termbin.com/5ca701:48
sarnoldaleksandrdvorkin: normally you have to configure remotely complex software01:48
Mr_Cyclopssarnold, nope, pressing the Super Key does nothing on the output window showing keyboard events01:49
sarnoldfilifunky: yikes01:49
filifunkyI tried to do a clean re-install yesterday but that didn't help01:49
filifunkyI think the socket has something to do with it01:49
aleksandrdvorkinsarnold but this is how the install of the zen cart webstore works from what i read in the implementation.pdf01:50
filifunkythe error I get says it can't connect to the server through the socket '/var/run/mysqld/mysqld.sock' ....of course it can't because that location doesn't exist!01:51
sarnoldfilifunky: that location will only exist once the server is running, but the server is dying on startup01:51
sarnoldfilifunky: signal 8 is FPE on my system; what's kill -l look like for you? what's signal 8?01:51
filifunkysarnold oh hmmm01:51
filifunkyyeah "SIGFPE" sarnold01:52
sarnoldfilifunky: *maybe* that means there's a "0" somewhere in a config file that absolutely shouldn't be there..01:52
sarnoldfilifunky: it's remotely possible that you've got memory issues, but if this system otherwise worked fine before an upgrade that's not terribly likely01:53
Mr_Cyclopssarnold, anything else I could try?01:53
filifunkysarnold...ahhh.  Definite possibility.  When I had started having the problem I checked my config and there wasn't anything much in there.  So I took solutions from the web and put stuff in there.  I'm sure a lot of it isn't necessary01:54
sarnoldMr_Cyclops: plugging and unplugging the keyboard comes to mind; maybe there's a 'fn' switch or something that enables a second layer? dunno :/01:54
sarnoldMr_Cyclops: if you plug that keyboard into a different machine does it work?01:54
Mr_Cyclopsits a Logitech G series Gaming Keyboard (Wired)01:54
filifunkysarnold, there is a memory problem.  I was at > 90% full memory when I installed the new ubuntu.  I think I ran into some problems and eventually trashed some spotify data.01:54
aleksandrdvorkinsarnold if the folder containig the config.php which is in my case zc_install and has root as the owner i tried chown aleksandrdvorkin zc_install and it didnt work what is the command to change the ownership from root to normal user01:54
filifunkynow its at around 85%01:55
Mr_CyclopsOMG!01:55
Mr_CyclopsUnplugged and Plugged it back in, and it started working instantaneously!01:55
Mr_Cyclops:O01:55
sarnoldMr_Cyclops: heh01:55
sarnoldMr_Cyclops: I'm glad it's wroking but I wish I knew why :)01:55
sarnoldfilifunky: that's different, that's just memory use -- you usually want it to be mostly used :)01:56
Mr_CyclopsSeriously, I didn't expect that :) well, can't thank you enough sarnold :D Cheers!01:56
aleksandrdvorkinwell actually it worked01:56
aleksandrdvorkinon one folder but chown aleksandrdvorkin /* that is for whole dir doesnt01:57
filifunkysarnold, this is my config file https://pastebin.com/HYNeBwYv   not really anything there!01:57
sarnoldfilifunky: heh, but you *do* have the conf.d and mysql.conf.d directories full of configs -- you have to look at those too02:02
sarnoldaleksandrdvorkin: normally you'd want your applications to be owned by root or some specific service account; when an application is owned by your user account, then your firefox or chromium-browser or thunderbird or mplayer or imagemagkick or whatever could modify the application too02:03
sarnoldaleksandrdvorkin: that might be fine for just learning on your own laptop but it's usually best to have the application owned by an account with very few processes on the system02:03
filifunkysarnold, just checked those and those are pretty much ghost towns too02:04
aleksandrdvorkinsarnold just a practice or trying to figure out how the webstore site should be configured02:07
aleksandrdvorkinbut thanks for the advice02:07
aleksandrdvorkinok anyhow but zen cart says that it requires PHP so i downloaded the tar.gz did tar xvzf now did hte ./configure02:11
filifunkyanyways, anyone avail to help a poor ubuntu-er out02:11
aleksandrdvorkinbasically understand the basics of Linux maybe i am to much over my capabilities02:11
sarnoldaleksandrdvorkin: you're on your own if you're compiling your own php :)02:13
aleksandrdvorkinhow many gigs of my HD is it going to take seriously?02:16
aleksandrdvorkini am running the Virtualbox i ll just reinstall the Ubuntu02:17
Boyettehi02:19
filifunkyhi02:20
sarnoldaleksandrdvorkin: the last few lines of the build log give me the impression building php takes about an hour and more than two gigabytes of disk: Build needed 00:57:01, 2216704k disc space  --- https://launchpadlibrarian.net/450473010/buildlog_ubuntu-focal-amd64.php7.3_7.3.10-1ubuntu1_BUILDING.txt.gz02:20
Boyettei have a problem02:20
Boyetteif i open a stream or video in VLC not always but often my complete system freezes02:21
Boyetteonly the mouse i can move02:21
Boyetteand no way i can get out of it anymore02:21
Boyetteunless i hard power off the system02:21
archuserauHi. Maybe someone here could give me some suggestions. What is the best way to share some files on my server to people outside my network?02:22
sarnoldBoyette: that's not going to be fun to debug; my first guess is leaning slightly towards blaming video drivers..02:24
Boyetteyeah.. i had a feeling about that already02:24
sarnoldarchuserau: nextcloud kind of thing? bare nginx? sftpd?02:24
aleksandrdvorkinsarnold and installing will take 2gb more?02:25
sarnoldaleksandrdvorkin: probably not two gigs02:25
Boyettei was thinking about reinstalling and upgrade to ubuntu 19.1002:25
Boyetteto solve this02:25
Boyettebecause i need to use vlc a lot and its a big problem02:26
sarnoldBoyette: you could try the hwe kernel / xorg, https://wiki.ubuntu.com/Kernel/LTSEnablementStack02:26
aleksandrdvorkinsarnold more or less? I will reistall the ubuntu if takes all of the space02:26
archuserausarnold: I am having a little bit of trouble with nginx.02:27
sarnoldaleksandrdvorkin: I don't know a quick way to calculate.. but if you purge all your php packages, reinstall all your php packages, apt should tell you how much disk space that'll take02:27
sarnoldarchuserau: heh, yeah; I prefer nginx to apache but it's still not *easy* to configure it02:28
aleksandrdvorkinok02:28
archuserausarnold: I am using a docker container. Maybe that makes it harder?02:28
Boyettexserver-xorg-hwe-18.04 is already the newest version (1:7.7+19ubuntu8~18.04.2).02:28
sarnoldarchuserau: no idea there, I've not tried docker02:28
sarnoldBoyette: heh, dang02:29
BoyetteW: Possible missing firmware /lib/firmware/amdgpu/vega20_ta.bin for module amdgpu02:30
archuserausarnold: Can you use symlinks to get a directory into the www/ folder of nginx?02:30
sarnoldarchuserau: the symlink can't cross the filesystem shenanigans that docker is going to do02:31
sarnoldarchuserau: docker probably has a way to bindmount a directory into the namespace02:31
archuserauAhh i see.02:31
sarnoldBoyette: hmm I can't spot that firmware with apt-file search /lib/firmware/amdgpu/vega20_ta.bin on my disco system02:32
aleksandrdvorkini really dont understand how this webstore works from what i am rading the database and the webserver are run from two different machines?02:32
sarnoldaleksandrdvorkin: that's pretty common configuration, yeah02:33
aleksandrdvorkinso what needs to be installed on the Webserver and what needs to be installed on the Database server02:34
=== zbenjamin is now known as Guest11354
=== zbenjamin_ is now known as zbenjamin
sarnoldphp, application, and mysql client libraries on the webserver; database on the database servre02:35
aleksandrdvorkinif i am configuring the /var/www/html with zen cart installation so this is my webserver?02:37
sarnoldyes02:37
aleksandrdvorkinok than i have another laptop i can make it my database server ?02:38
sarnoldsure02:39
aleksandrdvorkinbut what would i have to install on the database laptop for it to become a database server02:39
sarnoldwhatever database you want that zencart supports02:39
Boyettehwe kernel is installed now02:39
Boyetterunning it02:40
sarnoldBoyette: nice02:40
sarnoldBoyette: how long will it take until you usually get the crash?02:40
aleksandrdvorkinthe implementation of the zen cart doesnt explain what to install on the database server02:40
Boyetteit depends02:40
Boyettehow many times i open something in VLC02:40
Boyetteit can be the first movie / stream i open02:41
Boyetteor the 100th02:41
sarnoldBoyette: ow :/ that's no fun02:41
Boyetteit seems pretty random02:41
Boyettealso what is strange is that the mouse keeps functioning but for the rest nothing works02:43
Boyettethe gui freezes and all keyboard functions aswell02:43
grydid it work before02:43
grydid you try it under a new user (make a new user and log off, then log in as the new user and test there)02:44
sarnoldBoyette: if you want the mouse dead too you could probably disable the hardware mouse support :)02:44
Boyetteoh thats why02:44
Boyettebecause its an external device02:44
aleksandrdvorkini dont understand the idea of database server vs webserver i understand all the configuration of the webserver takes place on the webserver what do install on the Database server02:54
aleksandrdvorkingive me an example02:54
filifunkyanyone want to work on my problem that has already defeated a couple other people in the ubuntu irc room? lol02:56
sarnoldfilifunky: try using perf trace to record all syscalls on the system while starting mysql; maybe that'll give a hint about what failed02:57
sarnoldaleksandrdvorkin: the database server provides structured data storage; you could look through eg http://www.postgresqltutorial.com/ to get an idea what databases do02:57
aleksandrdvorkinok i got an error permission denied when doing make install from /Downloads/php-7.1.3302:59
aleksandrdvorkindo i need to be root to do the make install?03:00
filifunkysarnold, I'll try and learn about that03:00
sarnoldaleksandrdvorkin: it depends where you've chosen to install it03:01
aleksandrdvorkinwell it was downloaded to /home/aleksandrdvorkin/Downloads03:02
aleksandrdvorkinso i did tar xvzf from this dir03:02
sarnoldand where did you configure the 'make install' step to install it to?03:02
aleksandrdvorkini made the ./configure and make in /home/aleksandrdvorkin/Downloads03:03
aleksandrdvorkinbut i guess i should copied the php.tar.gz to the /home/aleksandrdvorkin and do the ./configure and make and make install from there not from /home/aleksandrdvorkin/Downloads/03:04
=== zenxen is now known as zenguy
sarnoldaleksandrdvorkin: what ./configure flags did you use? normally ./configure lets you select the installation destination03:05
aleksandrdvorkini just did ./configure03:05
revolt112filifunky, hi03:28
filifunkywe meet again revolt112 haha03:29
filifunkyhow are you03:29
revolt112just a few seconds awake =) (04:29am)03:29
filifunkydang, first thing is hop on the computer huh lol03:30
revolt112=)03:30
revolt112do you got any further with your db?03:31
filifunkyabsolutely not lol.03:32
revolt112any other way to reconstruct the db?03:32
filifunkyi have an old backup I could go back to and build again from there but I would like that to be a last last resort03:33
revolt112in my opinion i think you have to...03:34
runelind_qbah, have a v6-only vps and I can't access keyserver.ubuntu.com - anyone know of a workaround?  I'm trying to install landscape on-premise03:35
revolt112with the conclusion to get a seperate machine (maybe rPI 4 with 4 gigs ram) to build on your SQL03:35
revolt112runelind_q, i know there is a flag to  make apt-key use only v403:36
filifunkyso you're saying I should build it on another computer so I can continue working on my issue on my computer?03:36
revolt112seperate machine because you wont have any more update strugles03:37
revolt112runelind_q, https://www.vultr.com/docs/force-apt-get-to-ipv4-or-ipv6-on-ubuntu-or-debian03:38
runelind_qrevolt112: yeah, but it seems like keyserver itself only has v4 connectivity.03:38
runelind_qso I can't add-apt-repository03:39
runelind_qbut now that I think about it, I don't think landscape is happy being installed on a v6-only machine anyways.03:40
filifunkyrevolt112, thanks I'll think about it03:41
filifunkymaybe after I try and fail at this some more times03:41
filifunkyI might just be done with ubuntu if I don't fix this03:44
filifunkyI'm not trying to be a computer scientist03:45
filifunkyi don't know anyone want to take their chances at my problem?03:47
revolt112filifunky, i wish you luck... Next time do sqldumps via cron...03:55
revolt112It's easy to restore with a dump03:55
filifunkyahh ok, thanks revolt11203:55
aleksandrdvorkinfigured the problems with the config.php files04:08
aleksandrdvorkinbut dont understand the zen cart installation System inspection says PROBLEMS WITH YOUR MYSql(mysqli) support.Your server appears to be missing the mysqli for PHP and without it we connect You to your database.Talk to Your hosting company for assisance04:10
aleksandrdvorkinI have php7.3-mysql installed04:10
whislockaleksandrdvorkin: Did you install php via packages (apt) or from source?04:13
aleksandrdvorkini compiled it04:15
aleksandrdvorkinfrom /home/aleksandrdvorkin/Downloads04:15
grydo you speak Russian?04:16
aleksandrdvorkinyes04:16
aleksandrdvorkingovory04:16
ButteredHamwhat is the commandline to start the ubuntu installer again?04:16
ButteredHaminstalling LTS server 18.0404:17
gryaleksandrdvorkin: there is #ubuntu-ru, if you would like to join and meet new people04:17
ButteredHamand it errored out due to release file and time shenanigans04:17
ButteredHamif I restart I'm stuck back at the same problem04:17
aleksandrdvorkingry thank You04:17
gryyou're welcome04:17
ButteredHamso I need to re-run the installer04:17
ButteredHamwithout rebooting04:17
aleksandrdvorkinwhislock does it mean that i need to ./configure make and make install the php from different dir then /home/aleksandrdvorkin/Dowloads that my system can not find it otherwise?04:19
whislockwhat04:19
whislockaleksandrdvorkin: Okay, why did you compile php from source when it's easily installed from a package?04:19
aleksandrdvorkini downloaded the tar.gz as the zen cart suggested04:20
whislockaleksandrdvorkin: There's a general rule: If you compile something from source, especially something like PHP, *you are on your own*. My suggestion would be to rebuild the server and install php via packages.04:21
aleksandrdvorkini didnt install the server yet because it can not find the mysqli extensions for php04:23
whislockaleksandrdvorkin: As in "wipe the hard drive and reinstall ubuntu."04:23
aleksandrdvorkinwhy is the command systemctl restart apache returns Failed to restart apache.service Unit apache not found04:37
macopython aleksandrdvorkin: Looks like service file is not present or for some reason it is not being detected by Systemd.04:41
Bashing-om!info apache2 bionic | aleksandrdvorkin04:43
ubottualeksandrdvorkin: apache2 (source: apache2): Apache HTTP Server. In component main, is optional. Version 2.4.29-1ubuntu4.11 (bionic), package size 92 kB, installed size 522 kB04:43
aleksandrdvorkini have php-mysql installed04:55
aleksandrdvorkinphp7.3-dev insgtalled04:56
aleksandrdvorkinok i m stuck in zen cart installation it says  Problems with Database connection 2002 No such file or directory05:44
aleksandrdvorkinbut i installe mysql.deb package05:44
groovyhi can someone help me07:27
groovyi installed 18.04 on an old macbook pro07:27
groovybut i have no wifi and i've been trying to figure out how to get it working07:28
groovyi have the drivers b43 fwcutter and the firmware07:28
limerout of curiosity, is anyone active?07:35
limerif so, i'm interested in a solution for the following unanswered question, except for 18.04 LTS instead of 13.0407:36
EriC^^ask limer07:37
EriC^^(not that im active)07:38
EriC^^!ask | limer 407:38
ubottulimer 4: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience07:38
limer!patience07:38
ubottuDon't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or https://ubuntuforums.org or https://askubuntu.com/07:38
limeri'm interested in a solution for the following unanswered question, except for 18.04 LTS instead of 13.04 https://askubuntu.com/questions/383426/trying-to-install-nvidia-corporation-mcp61-ethernet-ubuntu-13-0407:39
=== zzlatev is now known as kre10
nshhas ubuntu 19.0 abandoned /dev/sdX naming convention for hdd/sdds?09:01
nshand also, why?09:01
nshlike, wtf is this even? "/dev/nvme0n1p5"09:03
nshis this a linux kernel change?09:03
Mathisenno09:04
Mathisenit is a nvme drive and not sata09:04
Mathisenthere is a huge diffrence09:04
* nsh reads https://superuser.com/questions/1449499/why-does-linux-list-nvme-drives-as-dev-nvme0-instead-of-dev-sda09:05
nshty09:05
nshit's like with ifconfig, how i can meaningless nonsense like enp0s25, enx0050b6812043, and wlp3s0, where before it was sensibly "wifi0" or so09:06
nsh*now i have09:06
nshalso, incidentally, lshw does not recognise these devices as disk/volume09:08
nshwhich is also not very helpful09:08
nshredhat has had an open bug for this since april: https://bugzilla.redhat.com/show_bug.cgi?id=169534309:10
ubottubugzilla.redhat.com bug 1695343 in lshw "lshw does not list NVMe storage devices as "disk" nodes" [Medium,Assigned]09:10
nshsome thoughts at least here: https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/182673709:11
ubottuLaunchpad bug 1826737 in lshw (Ubuntu) "lshw does not list NVMe storage devices as "disk" nodes ( RedHat Bug 1695343 )" [Undecided,New]09:11
rnatnsh: enp0s25 and wlp3s0 is not meaningless , read this https://en.wikipedia.org/wiki/Consistent_Network_Device_Naming09:18
sonOfRansh: this naming actually solves problems wrt initialization order of multiple similar devices in a single machine09:19
* nsh nods09:20
nshty rnat09:20
sonOfRaI used to also think that the names were annoying, but in the end it does make things more... predictable.09:21
flogSo now its more in line with the drive names?09:21
p0aHello I want to write some programs in C using XCB (a library-interface for X). Can I just apt-get XCB?09:22
sonOfRaflog: for network devices, enp0s1 just means: EtherNet device, on Bus number 0, in slot number 109:23
sonOfRap0a: probably something like xcb-dev if you want to develop, that will contain the necessary headers. Package name might be slightly different, but googling "xcb-dev" should yield appropriate results09:23
p0asonOfRa: thank you09:25
sonOfRaflog: for nvme devices it's a bit more complex: nvme0n1p1 is: nvme0 (the first device's device controller), n1 (the first namespace on the first device, there can be multiple namespaces on a single physical nvme device), p1 the first partition on the first namespace, which is the 1 part in /dev/sda109:25
sonOfRaIn any case: Rely on UUID, PARTUUID, LABEL, or PARTLABEL, instead of this. These things device physical order, and if you stick another nvme device in another slot, things may break because *that new* device might become the first one09:26
flogI see.09:26
m5wWhere can I find the default sizes for guided partitioning (like a configuration file or some source code or something)?09:38
k_szeHow do I tell whether the WiFi network I'm connected to is a) 2.4 GHz or 5 GHz; and b) 11n or 11ac?09:38
k_sze(In fact, there should be a command to dump a lot more detailed info, such as the transmit rate, transmit power, signal-to-noise, etc, right?09:39
flogk_sze: nmcli connection?09:42
privismThat's up to the driver. nvme does not adopt SCSI command thus not enumerated by SCSI naming rules.09:43
k_szeflog: `nmcli connection` only lists the connections it knows, it says nothing about frequency and standard, it seems. I checked the man page for `nmcli` and there doesn't seem to be anything related.09:46
k_szeflog, even `nmcli -g all connection show --active` doesn't seem very helpful.09:48
flogyou should be able to find something with nmcli09:50
rbasakk_sze: iwconfig will give you some of what you want I think09:52
ice9I get this error when trying to configure the u2f key https://bpaste.net/show/4MH4A09:54
k_szerbasak, close10:03
k_szerbasak, `iw dev <device name> link`. :D10:04
k_szeThanks to answers from #debian channel. heh10:04
=== mIk3_09 is now known as mIk3_08
lalitmeeHey guys, I am using Ubuntu 18.04. How to disable the locking of the screen if I leave my system idle for some time?10:34
lalitmeeI am facing a little bit of issue. What happens is that if screen goes idle for some time then if I press any key to get it back it takes a lot of time to come back in the working mode.10:35
lalitmeedon't know why10:35
lalitmeebasically I want to disable that screensaver of whatever we call that10:36
lotuspsychjelalitmee: install dconf-editor and there's a setting there10:37
lotuspsychjelalitmee: org/gnome/desktop/lockdown/disable-lock-screen10:37
gimmel_Hi guys, if I pull the ~/.ssh directory from an old install and drop it into a new, is there something I need to do to activate the keys? I tried ssh'ing to my server and it said "permission denied (publickey)"10:37
rbasakgimmel_: the public key from your client's ~/.ssh/ public key file (usually id_rsa.pub) must appear in a line in ~/.ssh/authorized_keys on your server.10:41
rbasakThat's the only real requirement, unless you're in some weird situation where your private and public key files in ~/.ssh don't match or something.10:41
gimmel_rbasak: I literally just copied the .ssh on the old computer to a usb, and then dropped it in place on the new. Do I need to have first created a key on the new and then drop in the auth keys?10:43
gimmel_rbasak: I can see the relevant user@host entry in the auth'd keys file10:43
rbasakgimmel_: are you sure permissions are set correctly on ~/.ssh and the private key within it? ssh will refuse to use insecure secret files in some cases, though I thought it warned you about that.10:45
gimmel_rbasak: any ideas what they should be?10:45
rbasakgimmel_: no, there is no other requirement. Your client must offer a key that is in ~/.ssh/authorized_keys on the server end. That's all. To get the client to offer the key, it has to find it under the right name at the client end of course.10:46
gimmel_.ssh is owned by the right user, perms are drwx-------10:46
rbasakgimmel_: are you sure you're hitting the right username on the server?10:46
gimmel_rbasak: positive it's the right username.10:46
rbasakgimmel_: maybe run ssh with -v (or even -vvv) and make sure it's offering the key you expect10:46
rbasakgimmel_: and on the server end, check the log file to see why it might be refusing10:46
rbasakgimmel_: worst case you can run sshd manually on the server end with debugging (no detach) and on a different port, to get debugging information at that end too10:47
rbasakgimmel_: it's likely to be a configuration error somewhere, the debugging might just help you locate it if you've tried everything else10:48
rbasakgimmel_: but first double check that everything is as you expect. One of your assumptions must be wrong.10:48
gimmel_rbasak: rbasak: perms are wrong - currently 0644 which it refuses to accept. Any idea what they should be?10:50
gimmel_600?10:50
rbasakgimmel_: yes, 600 should be fine10:51
gimmel_rbasak: had to be 0700 and all is working now after a 'ssh-add'10:55
tomreynyour ddh keys don't need to be, and should not be, marked as exectuable, no10:56
tomreyn*ssh keys10:56
tomreyn~/.ssh needs to be, though, so you can enter it.10:57
gimmel_tomreyn: yup, that was the issue. ssh -vvv was complaining it couldn't access anything in the .ssh directory.10:58
PeanutHi, I have a number of Ubuntu 18.04 servers. Their main network connection is having issues which I'm trying to debug. We have IPMI console access, and I can login as root (password is accepted) but I never get a login prompt, it just hangs.. and after a long time, gives me the login prompt again. Root is a local (non ldap) account. What might be the reason I can't login without network?10:58
rbasakIs serial access enabled by default?10:59
rbasakI didn't think it was.10:59
tomreyn"IPMI console" can mean VGA console or serial console, it's ambiguous.11:00
PeanutThis is a serial IPMI console, and I get the login prompt, enter the password, get the MOTD - and then it hangs. All our servers have IPMI SOL enabled and working.11:00
rbasakIf you get the MOTD following the password then I guess it's not an auth problem11:01
Peanutrbasak: correct11:01
tomreynif you're able to login by other means then i'd inspect journalctl -fb about the failing logins11:02
tomreynor rather failures to spawn login shells11:02
Peanuttomreyn: But I can't.. the regular network is acting up, so I have no LDAP.11:04
rbasakIt sounds likely to me that you've accidentally got it doing something on root login that it is failing to do, whether that's something previous or something due to your network problem now.11:05
tomreynhmm this sounds a lot like its waiting for some network resource to setup your environment11:06
rbasakMaybe tcpdump on the network?11:06
rbasak(from something that can see the server's traffic)11:06
rbasakApart from that, my only suggestion is to recover the system manually and then debug it - eg. via a chroot11:06
rbasakCan it look up its own DNS name?11:07
rbasakThat's a common one11:07
rbasakIf /etc/hosts is wrong, then "hostname -f" will require DNS11:07
rbasakAnd a whole bunch of things, including sudo, will attempt to do that.11:07
rbasakNot sure about a normal login shell, but it wouldn't surprise me11:08
rbasakNormally that just times out though11:08
rbasakOr warns11:08
Peanuthostname -f works and is correct.11:09
tomreynhow can you tell when you can't login?11:09
PeanutI just rebooted the server through IPMI, and now I can access this one server. So it seems to work when it boots without network, but not when network gets lost.11:12
tomreynso their network connectivity is generally fine, but all of these systems somehow went into a state where their network link or configuration wasn't as it should have been?11:15
PeanutYes - which is not due to the systems in question, but an issue with the uplink from the switch that they are on. Specifically, it's an MLAG issue on a 40G link, with the fun result that some still have connectivity, and others don't.11:16
tomreyn:-/11:18
tomreynbut you need to make sure /etc/hosts is correct, and you want to test this when network connectivity is not available.11:19
PeanutAnd for even more extra fun - the onboard NICs are Intel X710, and if they are bonded, and you do tcpdump, it turns out that the driver crashes or something, and the ports go down. Unless you compile/install the latest i40e driver, and install the lastest firmware on the NIC.11:19
PeanutBut all of that is just background information, main main question is how/why local logins don't work during network issues.11:20
tomreyndid you check the journal then about the logins you did while the network wasn't working?11:21
PeanutGood one, how would I check that?11:23
tomreynjournalctl -eb -1     would load the end of the previous runtimes' logs11:23
BluesKajHi folks11:25
Peanut'Specifying boot ID has no effect, no persistent journal was found'11:27
rbasakPeanut: I'm fairly sure that local logins will work correctly with network issues on a default install. You could verify that. But if that's true, then the cause is entirely up to your configuration, which we don't know.11:30
rbasakIt's fine to ask us to guess, of course. That might still be helpful.11:30
Peanutrbasak: Interesting point. In brief, the 'strange' things we do is bonding (MLAG), and LDAP for logins. But the root account is local.11:31
Peanutrbasak: What would you consider a 'default install' to verify this against? These things really just run stock Ubuntu 18.04 LTS.11:32
PeanutAnd serial console access, as these don't have a graphics card or keyboard (blade nodes).11:33
Peanut(BRB, lunch)11:35
rbasakPeanut: I suggest just the regular server installer in a VM. Or if you want to try it on hardware, I'm not sure about serial support in the default 18.04 server installer. You might have to use MAAS or use the legacy installer. The results may differ, so I guess you should do something closest to what you're doing in production.11:41
tomreynubuntu 18.04 would have a persistent journal by default, but you apparently have custom configurations in place (which can make sense for organizations where you e.g. just want to log to a central syslog server)11:41
rbasakPeanut: essentially what I'd like to establish is if Ubuntu is doing something unreasonable/wrong, in which case I'd like to fix it :)11:42
rbasakBut to do that I need steps to reproduce, etc.11:42
rbasakAnd from your perspective if you can't find steps to reproduce that don't use local configuration that you can't share, then at least you'll have pinned the issue down towards your local configuration and might have some idea on how to fix it then.11:43
rbasakAnd from your perspective if you can't find steps to reproduce that don't use (local configuration that you can't share), then at least you'll have pinned the issue down towards your local configuration and might have some idea on how to fix it then.11:43
djaheya, I'm trying to file a bug on Launchpad and getting a timeout error. Is this a known issue?11:48
lotuspsychjedja: just refresh and try again11:49
djaah, nvm, it went through this time11:49
djai had tried twice already11:50
lotuspsychjethat happens sometime yes11:50
djaty ty!11:50
lotuspsychjedja: keep in mind, we also liek you to ask here, before filing bugs11:50
lotuspsychjedja: you never know if volunteers can sort it for you first11:50
djalotuspsychje: this is not that case, unfortunately. I used to work for Canonical, so don't worry, I know the drill :)11:51
lotuspsychjeroger11:51
muhahahow to replace systemd-resolved in ubuntu 18.XX ?  I tried to install dnsmasq and resolvconf, but I am not sure if netplan + cloudinit is compatible with resolvconf11:57
Peanutrbasak: I would like to establish that too, and in that case at least file a good bug report, if I can't fix it. Happy to share the configuration (it's a preseed/ansible install), no real secrets there.12:03
PeanutI'll spin up a stock VM, kill its network from the host, see if it acts the same.12:05
BuildTheRobotsgood afternoon, i've found an annoying bug with archive manager and i'm not sure where to report it12:15
BuildTheRobotsgo to a webpage with a file.tar.gz, click it and tell it to open in archive manager. Archive opens as expected. Click the same file a second time and archive manager opens the gzip but displays a "file.tar-1" as the contents and then says archive-type is not supported.12:17
BuildTheRobotsit looks like firefox (maybe) is renaming duplicates so you end up with multiple copies (good thing) but it's doing it badly by making assumptions12:18
BuildTheRobotseg second file is `file.tar-1.gz` - if you do it a third time it becomes `file.tar-3.gz`12:18
BuildTheRobotsi'm guessing it doesn't realise that the file has nested extentions (eg if it renamed `file.tar.gz-1` then nothing would be able to open it)12:18
BuildTheRobotsso, where/who do i report this to? what would be a correct way of dealing with it, and also, why does archive manager care about the extention rather than looking at the magic bits at the start of the file (this isn't windows)?12:19
rbasakBuildTheRobots: that's an interesting problem. I think what's happening BTW is that firefox itself does the gzip decoding, strips the .gz extension and so archive manager only every sees a tar file.12:24
rbasakBuildTheRobots: that's why it says file.tar-1 and no mention of gz12:24
rbasakYou'll probably find the file in /tmp12:24
rbasakBuildTheRobots: it's an unfortunate interaction, but maybe start with archive manager not working with tar files that are named .tar-1?12:25
rbasakIf you can reproduce that behaviour.12:25
rbasak(directly without Firefox)12:25
BuildTheRobotsrbasak: interesting. - as another point of data if you tell firefox to download the file rather than open it in archive manager then i get `file(1).tar.gz` `file(2).tar.gz` which is what i'd expect12:25
BuildTheRobotslet me see what's in /tmp12:26
BuildTheRobotsrbasak: nothing created in /tmp and doing a find against / i still can't seem to find the temp files12:29
BuildTheRobotssorry, that's a lie `/tmp/mozilla_buildtherobots0` ftw12:30
=== lotuspsychje_ is now known as lotuspsychje
BuildTheRobotsfiles are being created `file.tar.gz`, `file.tar-1.gz`,  `file.tar-2.gz`...12:30
BuildTheRobotswhich seems odd - there's obviously two different codepaths for renaming things depending on if they've been downloaded or opened12:31
BuildTheRobotsrbasak: this was origionally reported 11 years ago12:44
BuildTheRobotshttps://bugzilla.mozilla.org/show_bug.cgi?id=36632512:44
ubottuMozilla bug 366325 in XPCOM "temporary filenames do not handle multiple extensions (.tar.gz)" [Normal,New]12:44
PCatineanHello everyone, I have monitor with speakers included, I connected via HDMI I can select it as output but there's nothing coming out. Any advice on what I could do?13:04
salamanderrakeHaving issues installing clang++, https://gist.github.com/salamanderrake/b03215528d63ffe70926e131a173366c13:05
salamanderrakerunning clang++ I get >> Command 'clang++' not found, but can be installed with: sudo apt-get install clang, but clang is installed.13:10
salamanderrakeOk, I had to reinstall clang13:11
salamanderrakeand there is no clang++13:11
salamanderrakeerr no clang++ package, like clang.13:11
salamanderrakeso its fixed.13:12
tomreynPCatinean: your graphics card and drivers need to support it. whihc ubuntu version, graphics card, drivers do you have there?13:21
=== Videonauth_ is now known as Videonauth
humblewolfhello world13:38
=== humblewolf1 is now known as humblewolf
InteloLooking for a meeting tool like gotomeeting.com or zoom.us that does not allows anyone to join a meeting unless adminsitrator joins. There should be more than 1 admin. No one can call or contact directly to each other. No one should see contact details of each other either. Any clues?13:45
pragmaticenigmaIntelo: This channel focuses it's efforts on support Ubuntu, and software provided through Ubuntu's repositories. For software recommendations, polls, and soliciting user opinions, please use #ubuntu-offtopic. thanks13:46
filifunkyAnyone available to work on a tough one?13:49
lotuspsychje!ask | filifunky13:49
ubottufilifunky: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience13:49
filifunkyEver since updating to the latest ubuntu I can't get into mysql.  I get this error:  ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)13:50
kre10hey guys, is there anyway to change the default user and password13:50
mguyfilifunky: version of ubuntu? Version of mysql? did you install it from the standard apt sources?13:51
filifunkyversion ubuntu 19.10, mysql v 8.0.18 and installed the latest ubuntu through software updater asking me so many times so I caved. lol13:52
pragmaticenigmafilifunky: you need to add a config file to /etc/mysl/mysql.conf.d with an entry for [mysqld] and set option "bind-address = 0.0.0.0"13:52
filifunkymguy13:52
filifunkypragmaticenigma, thanks! don't think I've tried that yet!13:52
filifunkyI've been working on this for the past two days, longest issue i've had13:52
pragmaticenigmafilifunky: By default, mysql server is setup to only allow connections via sockets in Ubuntu13:53
pragmaticenigmafilifunky: This is the fastest source I can find. But I recommend creating your own config file in the folder starting with the letters "z_" ... this will force mysql to load it last and will override any other settings in any of the other config files. It will also prevent the package repository from overwriting your changes: https://www.configserverfirewall.com/ubuntu-linux/enable-mysql-remote-access-ubuntu/13:55
filifunkyhttps://pastebin.com/8kVvKZfK  this is my config, still can't get in.  Will look into that13:56
pragmaticenigmafilifunky: You have an extra dot on the 0.0.0.013:57
filifunkyah13:57
filifunkypragmaticenigma, still can't get in.  Am reading your link right now13:58
pragmaticenigmafilifunky: I have mine config file at the path /etc/mysql/mysql.conf.d/z_local.cnf ... make sure the file ends in cnf, and that there are no other files sorted alphanumerically that follow it.13:59
filifunkyahh ok doing that now14:00
pragmaticenigmafilifunky: After that, either reboot the system or "sudo systemctl restart mysql.service"14:00
filifunkypragmaticenigma, done.  Tried to restart and get this error, will post the error: Job for mysql.service failed because the control process exited with error code.14:01
filifunkySee "systemctl status mysql.service" and "journalctl -xe" for details.14:01
rbasakBuildTheRobots: I still think it's an issue that archive manager relies on the extension though14:01
rbasakIt should be able to detect what it can handle using a magic14:02
lotuspsychjekre10: default user:pass of what?14:02
filifunkyhttps://termbin.com/xq2514:02
filifunkyhttps://termbin.com/pfm814:02
PCatineantomreyn, sorry for the late reply. 18.04, nvidia gtx 1070TI, I have another monitor (different brand) that works out of the box no problem14:02
kre10lotuspsychje, user and pass of my installation14:03
lotuspsychjekre10: there's no defaults on the ubuntu setup, you need to create a user and password yourself14:03
kre10yes, how can I change this user?14:04
kre10like "name" and "pass"14:04
lotuspsychjekre10: not change, create a user14:04
filifunkypragmaticenigma, tried this netstat -tulnp | grep mysql, and didn't get anything like in that link you had earlier14:04
kre10I already did that. I want to change the name and the pass14:05
lotuspsychjekre10: wich ubuntu version are you on?14:05
kre101814:05
lotuspsychjekre10: systemsettings/details/users14:06
pragmaticenigmafilifunky: is there anything in /var/log/mysql/error.log ?14:06
kre10server, sorry14:06
lotuspsychjekre10: for ubuntu server best ask in #ubuntu-server14:06
kre10thank you!14:07
filifunkypragmaticenigma, weird that there is nothing in that error.log.  For the past two days there's been stuff there14:08
pragmaticenigmakre10: You cannot change a username, you can create a new one. To change the password the command passwd will prompt for changing passwords. see "man passwd" for further help14:08
kre10thank you! So I can't change a username. Thanks :)14:09
pragmaticenigmafilifunky: Not too strange, maybe try a system reboot? you could also try "sudo systemctl stop mysql.service"  wait 15 seconds then "sudo systemctl start mysql.service"14:09
filifunkyok14:10
pragmaticenigmakre10: No, you can't really change the username.. the recommended approach is to create a new user, move stuff there, chown those files to the new user, then once everything is verified, remove the unwanted user14:10
kre10this is perfect. Thank you, really!14:10
filifunkypragmaticenigma, I did the stop that worked, then I tried the start and I got this again: Job for mysql.service failed because the control process exited with error code.14:12
filifunkySee "systemctl status mysql.service" and "journalctl -xe" for details.14:12
InfernalFlameZAsensors14:12
InfernalFlameZAoops sorry14:12
pragmaticenigmafilifunky: try moving that new config file to another directory temporarily (like your home directory.) then try to start up mysql again14:13
filifunkyok14:13
pragmaticenigmafilifunky: This should help rule out if your new changes are breaking the server or if something else is14:14
filifunkypragmaticenigma, moved everything out of /etc/mysql/mysql.conf.d and started again and still get the same error14:17
pragmaticenigmafilifunky: You don't want to move everything... just the file you created... the remaining files should have been there from the start14:18
filifunkyit's weird I had another cnf file in there too.  I'm going to add that bind address to that one and see how that does14:18
filifunkyits probably not weird I'm just weird14:18
pragmaticenigmafilifunky: I have mysqld.cnf, mysqld_safe_syslog.cnf in my folder14:19
pragmaticenigmafilifunky: did you make any other changes to mysql over the past few days?14:19
gordonjcphi folks14:20
gordonjcpI'm running Ubuntu 19.10, and I'd like to either get the Hotspot Detection page working properly or disable it completely14:20
gordonjcpas it is, it's useless because it doesn't remember the username and password I set14:20
pragmaticenigmagordonjcp: You will have to be more specific about what you mean "hotspot detection page" ... I'm not familiar with any such feature14:21
filifunkypragmaticenigma, yes I believe so, I was working it out with another person and we were making backups and moving things around but we didn't get anywhere14:21
filifunkyi don't have mysqld_safe_syslog.cnf in that folder14:22
pragmaticenigmafilifunky: do you have anything in /etc/mysql/conf.d ?14:25
filifunkypragmaticenigma, yeah mysql.cnf and mysqldump.cnf14:26
pragmaticenigmafilifunky: did anything in those files get changed?14:26
rbasakgordonjcp: maybe you're looking for http://manpages.ubuntu.com/manpages/bionic/en/man5/NetworkManager.conf.5.html#connectivity%20section ?14:27
filifunkyI don't believe so.  There is nothing in mysql.cnf and mysqldump.cnf doesn't look familiar.  The /etc/mysql/mysql.conf.d/mysqld.cnf I believe I changed with stuff i found online14:28
pragmaticenigmafilifunky: okay, the problem is likely in there... just to help in the future, most applications that leverage a *.conf.d type config file folder, it's best not to change the files you find already there, but instead add your own.14:29
filifunkypragmaticenigma, noted14:29
filifunkyhere is my mysqld.cnf in my /etc/mysql/mysql.conf.d  https://termbin.com/jq8614:31
pragmaticenigmafilifunky: not sure where that config file came from... but here is the one that exists on my server... I don't believe I have any customized settings changed in it. Give it a try: https://paste.ubuntu.com/p/DgSHfpRjVY/14:34
filifunkypragmaticenigma, ok will put that in14:35
tomreynPCatinean: hmm so unless you have this other monitor connected using a different wire than hdmi (such as DP) it's liely that the monitors support different hdmi versions.14:37
ash_worksiis there a way to run `host` across many IPs at once without having to rebuild the query?14:37
Bent0Trying to login to a new Ubuntu box over IPMI. But every time I enter a char to the login screen it adds ^[ before it. Like ^[r^[o^[o^[t     any idea how the fuck I fix this lol14:38
filifunkypracticeenigma, it doesn't work.  So I always thought that the problem might be that the socket doesn't exist.  The /var/run/mysqld/mysqld.sock doesn't exist.  Do I have to create that?14:39
pragmaticenigmaBent0: Please keep the language family friendly. Also, we would like to recommend you not log into your servers using root, and encourage the use of sudo and su to perform system operations. Lastly, check that your client software is setup with the correct terminal and keyboard modes14:40
pragmaticenigmafilifunky: that is created when the server starts up14:40
Bent0It's using IPMI so not much to setup. Seems I can login now after doing a lot of random keystrokes lol14:40
pragmaticenigmaBent0: I'm guessing there is an issue somewhere with either IPMI setup or the client. I'm not familiar with IPMI, you might want to try in #ubuntu-server or ##linux14:42
Bent0roger14:42
pragmaticenigmafilifunky: If you haven't done much with the server, it might be worth purging the mysql installation and installing again. Remeber to purge, as that will remove all the installed configuration files. Then, make sure there is no folder in /etc for mysql, before you intall mysql again.14:43
PCatineantomreyn, right now this is the only one connected14:44
filifunkypragmaticenigma -- I believe I did that yesterday.  But I will try that again and make sure there is no folder in /etc for mysql14:44
filifunkypragmaticenigma i remember yesterday it asks if I want to delete my databases.  I said no.  I have a backup but its from a while ago.  Is that a problem that I say no?14:46
pragmaticenigmafilifunky: that sounds like a good plan. Then add only that new file to the /etc/mysql/mysql.conf.d folder with the "z_" make sure it only has the entry for [mysqld] and right below that is the bind address entry14:46
pragmaticenigmafilifunky: You have actual data in your databases?14:46
filifunkypragmaticenigma, yes14:46
pragmaticenigmafilifunky: crud14:46
tomreynPCatinean: my point is that when one of the monitors works for playing back audio and the other does not then they must either be connected using a different protocol entirely or using a different HDMI (hardware) version. this, or the monitor without sound is muted or has its sound board broken.14:47
filifunkyideally I'm saving that.  But there is a point where I cross the line to not caring anymore.  I'm not there yet but i'm getting there14:48
pragmaticenigmafilifunky: We might be there... It used to be possible to backup the data storage directory, but I think Mysql has evolved far enough that isn't possible anymore14:49
filifunkyok well am I there?  the idea of being there is oddly freeing.  But I can actually see my tables which makes me feel weird about just getting rid of everything14:51
pragmaticenigmafilifunky: Only you can make that determination. I found this command in a support forum, but I have no idea if it works or not. It should reinstall only the config files: sudo apt-get -o DPkg::Options::="--force-confmiss" --reinstall install mysql-server14:52
pragmaticenigmafilifunky: https://askubuntu.com/a/2624714:53
filifunkyoooh that sounds promising14:53
sebbuhi14:53
sebbuhttps://pastebin.com/49b0PjkN14:54
sebbui see 2 "bad exit status 2"14:54
pragmaticenigmafilifunky: someone in /join #mysql might be able to also help you get your instance into a recovery mode where you could make a back up14:54
sebbuthe system still works so it's fine, but...14:54
sebbuis it possible to fix it ?14:54
sebbualso, i'ld want to remove the "-j8"14:54
filifunkyok I will head over to #mysql!14:55
filifunkythat command you sent me still won't allow mysql to start. So I'm going to #mysql and  try and back up.  Either way I'm done with this problem.  Thanks pragmaticenigma14:56
pragmaticenigmafilifunky: sorry I could get you up and running. but when you reinstall, at least you know how to get connected remotely going forward14:57
filifunkyI appreciate it pragmaticenigma....btw what do you think went wrong?14:58
pragmaticenigmafilifunky: I'm not sure, given you've been working on the issue for 3 days, it's hard to know what all might have been changed from the original configuration.14:59
pragmaticenigmasebbu: all of the output is from automatted scripts from the packages that are downloaded... there isn't the option to change those when you call "apt upgrade" A failed exit status doesn't mean your machine will not work, it is likely that the kernel updates were (hopefully) not installed because of an issue.14:59
filifunkyok14:59
tomreynsebbu: i don't think bumblebee ("bbswitch.ko") is something you'd still use on 18.04 normally.15:00
pragmaticenigmafilifunky: #mysql is a good resource, though sometimes reponses take some time15:00
sebbupragmaticenigma, it does the building modules twice, the second time it works15:00
sebbubumblebee is for optimus support, no ?15:01
sebbu(laptop with both intel hd graphic and nvidia geforce)15:01
gordonjcppragmaticenigma: when you connect to wifi that runs a captive portal, Ubuntu will automatically try to connect, find it can't, and pop up a browser window to allow you to log into the captive portal15:02
gordonjcppragmaticenigma: this is annoying, becaue it doesn't appear to store usernames and passwords15:03
tomreynsebbu: if you use proprietary nvidia drivers you'd use those for switching, if you're using open source nouveau driver you'd probably use DRI_PRIME15:03
gordonjcprbasak: that looks about right15:04
rbasakgordonjcp: looks like you're looking for a new feature in gnome-shell-portal-helper15:07
rbasakgordonjcp: so there's a case for adding that there, or you can disable its use15:07
rbasakOr use an alternative helper I guess15:07
rbasakYou could even script something to do something specific to your case and fall back to the helper at other sites maybe15:08
gordonjcprbasak: all I want to do is just open a browser, letit use the stored credentials, and that's it15:13
gordonjcprbasak: so I'll probably just disable it15:13
gordonjcprbasak: I have to say, stuff like that is making me really not like Ubuntu these days, everything seems to have extra steps added for no good reason15:15
=== argonaut_ is now known as argonaut
rbasakgordonjcp: I don't think that's fair. The reason is obvious to me: that users don't all live in a browser, and it's valid to want network connectivity in a captive portal to be noticed automatically when you're not using one.15:19
rbasakgordonjcp: and second, this isn't Ubuntu-specific. Better captive portal handling is a cross-distro effort. You'll see the same behaviour on any GNOME-based desktop, as well as some others I expect.15:19
JimBuntuOf course it isn't Ubuntu specific. But how dare you point that out.15:20
rbasakAlso captive portal redirection just via the browser is broken with things like HTTPS and HSTS.15:23
rbasakUsers may just get errors and no redirect and not understand what is going on.15:23
rbasakOr how to get around it.15:24
JimBuntucaptive portals are supposed to require human interaction, that's by design and part of what a captive portal is intended to be. Possibly, someone is using one when they shouldn't be15:24
rbasakMeanwhile every other OS includes captive portal detection and handling.15:24
rbasakFailure by the Free Software community to implement equivalent functionality is bad for users.15:24
rbasakSo it is absolutely wrong to claim that this has "no good reason".15:25
JimBuntusure, but not bad for captive portals. Again, they are SUPPOSED to require interaction15:25
rbasakJimBuntu: and this implementation enables that interaction, so I don't see your point15:26
JimBuntuMy point is that a system should NOT be storing credentials and offering the user to simply click on OK or such. Captive portals are captive for a very good reason and it's not to aid to the simplicity of use for the user15:26
rbasakIt is valid to point out the inability of the current implementation to remember passwords of course. That's a reasonable feature request (if you care to make it in the correct place).15:27
rbasakJimBuntu: I disagree. It's not the job of the client OS to enforce someone else's policy.15:27
rbasakJimBuntu: the focus should be on making life easy for the user.15:28
JimBunturight, nor to bypass it15:28
JimBuntuanyway, this is a #ubuntu-discuss discussion, so I'm out15:28
rbasakNo, allowing a bypass is perfectly fine, if that's what the user wants15:28
rbasakIt's exactly what password managers do, for example.15:28
ash_worksisince 18.04 my print screen button doesn't work15:32
gordonjcprbasak: it's more than just portal detection though.  Suspend is gone, you need to fiddle about clicking this and holding that and eventually the power off icon turns to a suspend icon15:34
gordonjcprbasak: I get that a lot of things have fallen off and got broken in the headlong rush to swap Unity for Gnome 3 but it's still annoying15:34
ash_worksioh, I see.... it's set to ctrl+print15:34
pragmaticenigmaI think the issue here is not recognizing that the captive portal detection and the web browser instance are decoupled. The detection module launches the user set default browser. That would mean that the captive portale module would have to support dozens of different potential browsers. The module could implement its own browser, but users would complain that they don't want more than the browser they installed to run. SO, the15:38
pragmaticenigmaproblem then moves to the browser. Almost all browsers offer the ability to save user credentials for login screens. So my question to you gordonjcp is your browser not prompting you to save your login on that page? Have you looked at the source code of the page to see if they have implemented something like "form autocomplete="off"" in the HTML source? This more sounds like to me an issue to raise with the maintainer of the15:38
pragmaticenigmacaptive portal for usability.15:38
rbasakgordonjcp: I just close the laptop lid, so that's not relevant to most users. Again, it's not an Ubuntu-specific thing. And in any case, I've discredited your captive portal "no good reason" claim, and now this one. I'm not going to get drawn into having to explain how the next thing you complain about is also bunk :)15:42
rbasakpragmaticenigma: I thought it launched to an embedded browser widget thing, rather than a full browser? That's the behaviour I think I've seen, anyway15:44
BuildTheRobotsrbasak: I agree, archive manager on an os that doesn't use file extentions shouldn't be relying on file extentions. More ironic when winrar on Windows does the right thing... Any idea what bug tracker to use for am?15:53
rbasakBuildTheRobots: I think it might be file-roller. https://wiki.gnome.org/Apps/FileRoller - https://gitlab.gnome.org/GNOME/file-roller/issues/, but you should check for an existing issue on it and if the latest upstream is still affected, etc.15:55
rbasakIf it's Ubuntu-specific, then https://bugs.launchpad.net/ubuntu/+source/file-roller15:55
ice9is it software or hardware issue? https://bpaste.net/show/BV4CI16:01
OerHeksnobody can tell, ice916:09
OerHekscan you give more details, what linux version, what are you using, yubikey or something?16:09
ice9OerHeks, latest ubuntu, "u2f zero"16:17
OerHeks"latest" = ??16:19
ice9OerHeks, 19.1016:20
OerHeksU2F zero is suported by the 5.2.x kernel, so that would be 19.10?16:20
OerHeksand what guide did you follow to setup PAM?16:21
OerHeksreally, we need more info that this16:21
stonedOn boot, 1gb ram system, ubuntu takes almost 300mb of ram. How to bring the ram use down16:22
stonedI have nginx, mysql, static site, nothing else really, just mail server, and dovecot.16:22
stonedHow is it possible these things can take up so much ram when barely anything is used. I use mysql to store just one table.16:23
stonedPlease give me the ideas in your genius brains now!16:23
stonedok thanks.16:23
stonedI want to bring down the ram use16:23
OerHeksi think 1 Gb is pretty below minimum specs16:23
akkstoned: Linux uses free RAM for file caching, but it will release that memory if it's needed for an actual program. Maybe that's what you're seeing?16:23
OerHeks300 mb is not bad16:24
akkIt's hard to tell how much RAM is really being used.16:24
stonedI can watch it in htop but I see many duplicate processes and the ram count seems off. I don't know how to read htop output I guess16:24
shibbolethlinux-signed-generic-hwe-18.04-edge16:25
shibbolethnot compatible with secure boot, how come?16:25
stonedI have 160mb in swap and 380mb ram used16:28
stonedhttp://dpaste.com/114KZYC16:30
stonedhere are the processes taking up the most ram apparently16:30
stonedso it's php-fpm, spamd, mysqld, and nginx16:30
OerHeksstoned, what makes you think the mem usage is too high?16:32
omega_doomhello. How can i run a blender that was installed from snap? When i run blender then i get "bash: /usr/bin/blender: No such file or directory"16:33
stonedfree16:35
pragmaticenigmastoned: Your www-data processes combined are using a total of 218,896 Bytes of RAM16:35
stonedtop.16:35
ioriaomega_doom, hash -r or restart the shell16:35
stonedpragmaticenigma: yeah. I think it might be because I installed wordpress.16:35
stonedI hate wordpress. I'll wipe it.16:35
stonedIt's a VPS for static sites mostly, and 20 sites with decent raffic and I am below 300mb of ram, whic his acceptale.16:35
stoned250mb is acceptable.16:36
pragmaticenigmastoned: That memory usage is not out of the ordinary... Real memory usage  is under the RSS column... that's the actual amount of RAM the program is utilizing. The %MEM column is telling you how much RAM the application has requested. It is unused and can be returned to the OS for another process when requested.16:36
stonedI see, than you16:37
stoned+k16:37
stonedRSS or RES?16:39
TJ-stoned: RSS == Resident Set Size16:39
stonedI don't see it in h top.16:39
pragmaticenigmastoned: The information I provided was based on the output of "ps" that you provided ... "16:41
stonedahh16:42
omega_doomioria: thanks!16:43
ioriaok16:43
pragmaticenigmastoned: From the documentation on htop found by calling "man htop" : RES represents the resident set size of the process (i.e. the size of the process's used phycial memory) meaning RES is what htop uses to idetify actual memory usage from a process16:43
BuildTheRobotsrbasak: raised with file-roller under https://gitlab.gnome.org/GNOME/file-roller/issues/5716:45
BuildTheRobotsthanks for your help earlier :)16:46
OerHeksBuildTheRobots, odd, i cannot reproduce that behaviour16:49
BuildTheRobotsOerHeks: very off, I've reproduced the Firefox issue on both Linux and Windows now16:50
BuildTheRobotsOdd*16:50
limerquick question - i'm not sure if this was answered last night, but i'm trying to get a driver for a NVIDIA chip in ubuntu 18.04. my issue is basically the same as the following link (https://askubuntu.com/questions/383426/trying-to-install-nvidia-corporation-mcp61-ethernet-ubuntu-13-04)16:51
rbasakBuildTheRobots: thank you! Hopefully that will lead to an improvement for all users.16:52
TJ-limer: can you tell us what "lspci -nnk -d ::0200" reports16:52
BuildTheRobotsOerHeks: have you found a small file online named "x.tar.gz" - i'm pulling from a local server so can't get you to test with that, but i'd be happy to test with your remote file16:53
OerHeksBuildTheRobots, i tried with https://wordpress.org/latest.tar.gz16:55
OerHeksnot really small..16:55
BuildTheRobotsnot when its coming down at 200kb/s ;)16:56
OerHekshttps://imgur.com/a/K2LQnOw16:56
BuildTheRobotsOerHeks: that's 'cos you're downloading the file and opening it. If you use "open with" in firefox rather than "save as" then it renamed the second copy differently16:57
OerHeksoh, oke, missed that detail16:57
limernothing16:58
limerit gives nothing16:58
limeri had a connection problem17:01
bougymanubuntu 18.04. How can I force a rebuild of my initrd?17:01
bougymanwhen I boot with any 5.3.x, it can't find my root vg17:02
bougymanthough 5.0.0-generic finds it fine.17:02
OerHeks18.04 and 5.3 ???17:02
zogommogI've got a question regarding snaps: I installed jsonnet as a snap, but I have a script which is looking for output of "which jsonnet" to detect if it's installed as a dependancy. This is failing and the script quits. How can I get past this? Can I just remove the check, or create some alias to jsonnet?17:02
OerHekshow did you install that kernel?17:02
bougymanyes.17:02
bougymanwith apt.17:02
OerHeksbougyman, such request is not supported i guess17:03
OerHeksrun 19.10 to get that kernel and features?17:03
TJ-limer: if that command I gave didn't report the network interface at all we need to dig much deeper. Does the PC with the problem have some other form of network connection so we can collect logs?17:04
bougymanis there a way to tell which source gave me that kernel?17:04
OerHeksi am sure you can ..17:04
bougymanI have 3rd party sources (this is a work laptop). If it's one of ours, I can report it to the internal team.17:04
OerHeksfrom !mainline perhaps?17:04
OerHeks!mainline17:04
ubottuThe kernel team supply continuous mainline kernel builds which can be useful for tracking down issues or testing recent changes in the Linux kernel. More information is available at https://wiki.ubuntu.com/Kernel/MainlineBuilds17:04
BuildTheRobotstj- / limer: I'd suggest checking the output of `lspci -nnk` just to confirm what lspci thinks it can see on tj's box17:05
explorehey guys if I try "ip link add link eno1 name eth1 address 53:89:71:D4:F1:4D type macvlan" should i get a eno2 when i run ifconfig?17:05
exploreoops typo17:05
exploresudo ip link add link eno1 name eno2 address 02:89:71:D4:F1:4D type macvlan17:05
bougymanii  linux-image-5.3.0-23-generic                  5.3.0-23.25~18.04.1                             amd64        Signed kernel image generic17:05
bougymanfrom linux-image-generic-hwe-18.04-edge            5.3.0.23.9017:05
bougymaneems it came from ubuntu17:06
explorecus i ran ip a show | awk  '/^[0-9]: /{print $2}' and i don't see a new eno217:06
BuildTheRobotsexplore: usually for vlans you end up with eno1.<vlanID> as the device name iirc17:06
exploreBuildTheRobots: i am trying to give my eno1 another ip address17:06
exploreon the same 10.0.0.* network17:07
exploreright now eno1 is 10.0.0.217:07
OerHeksbougyman, oh, from -edge, that is hard style17:07
BuildTheRobotsif it's the same network range then its probably an alias you want rather than vlan. either way, you would usually end up with an adapter called `eno1:1` for an alias or if it's a vlan (say 900) then `eno1.900`17:08
zogommogLet me try this question one more way, if I have a program installed with snap and it seems to require "snap run program-name", should it work fine to just create an alias to "snap run program-name" to "program-name" to satisfy that scripts are happy?17:08
BuildTheRobotstrying to call it eno2, i believe, is wrong17:08
bougymanOerHeks: I just removed edge.17:08
bougymanOerHeks: thanks.17:08
TJ-explore: you only want another IP address? If you do not need the vlan then simply "ip addr add address/mask dev eno1"17:08
bougymanDunno why it would work for so long and suddenly fail. But since this is my primary work laptop don't have time to dig into that today.17:09
exploreTJ-: i want DHCP server to assign the ip address17:09
explorenot static17:09
TJ-explore: ahh OK, makes more sense now17:09
OerHeksbougyman, hwe is safe, just the -edge version is kinda testing, hwe gives 5.0.x https://packages.ubuntu.com/bionic-updates/linux-image-generic-hwe-18.0417:09
=== SimonNL is now known as SimonNL_Afk
exploreso are you saying macvlan is not for adding another virtual nic bound to my physic nic?17:10
bougymanOerHeks: yep, that's what I'm booted to17:10
bougymanLinux bougypad 5.0.0-36-generic #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux17:10
BuildTheRobotsexplore: i believe macvlan is for adding a mac based vlan, not an interface alias17:10
exploreso my current nic is eno1, and it's 10.0.0.2 on my home network, and i want it to also be 10.0.0.3 (say 3 was assigned by the home network)17:10
explorehow...to do this?17:11
exploreBuildTheRobots: ah i see.. sorry i didn't know17:11
TJ-explore: which part doesn't work for you? do you get a eno1.eth1 interface ?17:12
BuildTheRobotsactually, sorry, i lie, you can use macvlan to have interfaces with different mac addresses... do you actually want them both to have different mac addresses?17:13
BuildTheRobotsexplore: and then, the other obvious question is "where did you get the second mac address from?" - eg did you just make it up?17:15
=== nicomach1s is now known as nicomachus
exploreI wonder if this would work....17:16
explorestep 1. append this to /etc/network/interfaces17:16
explore#secondary ip address17:16
exploreauto eno1:117:16
exploreiface eno1:1 inet dhcp17:16
explorestep 2. /etc/init.d/networking restart17:16
tomreyn!paste | explore17:17
ubottuexplore: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.17:17
BuildTheRobotsexplor... maybe - is your primary address on that interface dhcp? if so then the server might expect both to have seperate mac addresses otherwise it'll try and give both the same address. as per my questions above: "what are you trying to achieve, wheres' the second mac come from?"17:18
exploresorry guys17:18
=== BurekF is now known as Burek
explorerandomly generated Mac17:18
TJ-So the aim is to obtain 2 DHCP allocated addresses in the same sub-net on the same link?17:19
exploreTJ-: yes17:19
zogommogAh well I solved my earlier questions. For some reason /snap/bin wasn't being added to the $PATH so the stuff I installed wasn't found, perhaps it could be since I haven't re-logged in since installing snaps.17:21
zogommogif that's the case, that might be a nice touch to add to the snap installation process17:22
exploreso... BuildTheRobots TJ- right now my /etc/network/interfaces look like this: https://paste.ubuntu.com/p/b8tPzrRJjX/17:22
explorebut.. eno1:1 didn't show up when i run ifconfig17:22
BuildTheRobotsexplore what about `ifconfig -a` ?17:23
exploreokay i try17:23
=== heidie-fr_ is now known as heidie-fr
BuildTheRobotsexplore: i meant simply if it doesn't show with `ifconfig` does it show with `ifconfig -a` - iirc ifconfig only shows interfaces that are up - if you've just created it then it might still be layer2 down17:31
explore...experimenting17:35
exploreso if i stuff these ip adds into /etc/network/interfaces they should persist to the next reboot?17:36
exploresomeone in 2016 claimed that Network-Manager can pwn /etc/network/interfaces i almost apt-get purged it17:36
explorethen TJ- said no.. that shouldn't be the case now17:36
ash_worksiis there an opposite to curl's --fail-early?17:37
ash_worksi(like succeed-early?)17:37
rbasak/etc/init.d/networking restart is fundamentally broken17:37
rbasakI wouldn't rely on it, but it might work for you17:37
ash_worksiin other words, if I don't get a failure, forget about the other urls17:37
rbasakThe danger of editing /etc/network/interfaces concurrently is that you can't be sure that you've got it exactly right without properly testing, which requires a reboot17:38
explorerbasak: when you say broken.. can you pls elaborate?17:38
exploreyeah i don't mind rebooting17:38
exploreso always reboot right?17:38
rbasakexplore: "restarting networking" isn't a well-defined operation with things like NIC hotplug support17:38
explorei have been doing reboots17:38
exploreah okay17:38
rbasakWhat you presumably want is for your live networking configuration to be brought up to what you've defined in /etc/network/interfaces17:39
rbasakBut "restart" won't necessarily do that, depending on your current live state and the changes you've made in there17:39
omega_doom.exit17:40
rbasakBecause since concurrent bringups were implemented (as NICs appear "coldplug" on boot), ifupdown init scripts weren't updated to keep the behaviour correct17:40
rbasakIt's one of the shortcomings of ifupdown17:40
explorei don't mind doing a cold boot17:44
exploreno biggy17:45
linuxrhello all, I have the latest and greatest ubuntu 18.04 and installed the package "php-redis", but it seems to be very ancient...how could the package be updated?17:46
pragmaticenigma!latest | linuxr17:47
ubottulinuxr: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.17:47
explorei think i broked linux haha17:48
IkoIKomax winters17:49
pragmaticenigmalinuxr: In other words, there isn't an Ubuntu provided solution for your question. There are unsupported options such as locating the developer PPA, where the developers sometimes offer more up-to-date offerings; Snaps or flatpaks, which are also provided by developers (they have some limited support options in the ubuntu community); or downloading directly from the developer's project site and installing it manually.17:50
rbasakI think there is an answer.17:50
rbasakUbuntu developers work to get users the latest and greatest. We call it 19.10 :)17:50
rbasakIt is somewhat of a contradiction to want both something that doesn't change and also want the latest :)17:51
amazoniantoadWe should all list off what we use Ubuntu for17:51
pragmaticenigmarbasak: That is true for a user perspective. However LTS versions are released for those seeking stability.17:51
rbasakThough I appreciate that everyone wants _something_ new and everything else stable.17:51
pragmaticenigmaamazoniantoad: Feel free to do so, but please do it in #ubuntu-offtopic17:51
rbasakThat something is different for everyone, and so the logical conclusion is to offer everything updated, which is exactly what we do.17:51
linuxrpragmaticenigma, yeah I see..going to build it manually then17:52
amazoniantoadthanks pragmaticenigma17:52
rbasakA solution to getting everything stable except for one thing is to run 19.10 in a lxd container and map what's needed through, for example.17:52
rbasakOr use a snap, though that requires a snap to exist for the thing you want the latest of.17:52
linuxrpragmaticenigma, just thought maybe I could contribute to an updated package17:52
rbasak(oh, you mentioned snaps already)17:53
pragmaticenigma!backports | linuxr, perhaps contributing to backports would achieve that?17:53
ubottulinuxr, perhaps contributing to backports would achieve that?: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging17:53
=== SimonNL_Afk is now known as SimonNL
rbasakI suggest maintaining a PPA before maintaining backports17:54
linuxrppa's are always somewhat sketchy - id would be good to have up-to-date official packages17:54
linuxrwhich also someone can audit17:54
rbasakI totally agree17:55
rbasakEssentially there are two steps17:55
rbasak1) prepare the packaging (you can do this in a PPA)17:55
rbasak2) Make it official, which requires an audit from a suitably approved Ubuntu developer17:55
rbasakI'm suggesting that you can do 1 before worrying about 2.17:55
rbasakYou'd need to do 1 anyway17:55
linuxrrbasak, okay, I see17:55
adrian_1908Anyone here have experience with Ubuntu on the Acer C720? The device freezes on me after a few minutes in Ubuntu. It seems to run fine (not overwhelmed) up to that point.18:04
franzoHello18:05
franzoI have a problem on my desktop pc. It's been some day that I am trying to boot my pc with ubuntu and it get stuck with a black screen before starting the OS.18:06
adrian_1908franzo: Has it been working for a while before, or is it a new installation?18:07
franzoBtw it is not a thing that always happens18:07
franzoIt is now working, I just reset the pc with the power on button on my case18:07
franzobut sometimes I have this issue18:07
franzoso to get it work I must restart the pc manually18:08
ryuofranzo: are you using the latest bios?18:09
franzoThis is an old machine from 2009.. I think an Asus motherboard P5gM-41 or something like that18:09
franzoI am actually using this pc with dual boot with windows 1018:09
viniciusbHello everyone! How yall doing?18:09
ryuofranzo: i see. sounds like a hardware problem or the kernel not working around an issue.18:10
franzoI noticed that this issue started when, After I power off my pc, I press the power button on the back of the case18:11
ryuoadrian_1908: what version of Ubuntu? if it's not a hardware flaw, then it's probably a platform specific issue.18:11
franzoThe next time I start my pc I get this black screen with njothing to do. I restart and it boots normally.18:12
franzoI am using ubuntu 19.1018:12
franzo🤔️18:13
MikeRLHello. Running Ubuntu 19.10. Wondering if there's a way to see if a manually installed driver is working. Specifically Intel Wifi drivers. I downloaded the archive from Intel's site and followed the readme file.18:13
tomreynfranzo: journalctl -b | grep DMI:     reports what?18:13
franzohttps://paste.gnome.org/p33br0pbx18:15
franzoThis is the outcome18:15
franzosounds like there is a problem with my radeon?18:16
tomreynfranzo: so that's the latest bios available for this board, indeed. and it's a really old board, too.18:16
franzoYep. I said that my pc is old.. at least 200918:17
ryuofranzo: well, this normally speaks of a hardware issue or quirk.18:17
adrian_1908ryuo: 19.10, but I think I'll try 18.04 now. Could a newer kernel actually introduce such an issue, or is that unlikely? I ran Xubuntu 18.04 on it in the past, but didn't touch the device for a year or so. That will be my third option if vanilla Ubuntu doesn't work.18:17
franzoBut I started to have this issue recently, not when I installed the OS18:17
adrian_1908btw, is the casper-rw partition on a live USB a new thing? Does it record what happens during a live session?18:17
ryuoadrian_1908: kernels sometimes have regressions.18:18
ryuoadrian_1908: but this isn't a core based CPU that i can tell... the atom ones were notorious for requiring a lot of workarounds to avoid issues like freezing.18:18
ryuoadrian_1908: maybe the cstates are flawed. one thing to try is messing with cstate settings. if that resolves the problem then you're on to something.18:19
franzoTomreyn: is there something I can do? Did you read what I paste?18:19
ryuoadrian_1908: err i mean, it isn't an atom based one.18:19
franzoTomreyn: this string: nov 19 11:43:46 franzo-System /usr/lib/gdm3/gdm-x-session[896]: (II) RADEON(0): Output HDMI-0 has no monitor section18:19
tomreynfranzo: i read what you pasted, and i agree it's likely a hardware / firmware issue. also a hardware platform that is out of support.18:20
franzoit's like it does not recognise no monitor. But I am actually using the VGA port18:20
tomreynHDMI is not VGA18:20
franzoYeah I know18:20
adrian_1908ryuo: Yeah, since it seems to freeze after a certain period, cstates could be involved. I'll try the 18.04 ISO now and report back, thanks.18:20
ryuoadrian_1908: i'd start by disabling cstates entirely to see if it freezes or not.18:21
franzoTomreyn: that's strange because maybe it was stuck because it expected to find a monitor connected on the HDMI port?18:21
MikeRLProbably should reboot to reload wifi drivers.18:21
ryuofranzo: what have you been using this for?18:22
tomreynfranzo: the graphics card driver is just reporting that there is nothing connected to HDMI, i don't see an issue there.18:23
ryuofranzo: depending on what you need, you can find used PCs for relatively low prices...18:23
xSlendiXhello everyone, im having a problem with installing a kernel module. safe boot is disabled. this is the command i run:18:24
xSlendiXroot@moment:~# modprobe binder_linux18:24
xSlendiXmodprobe: ERROR: could not insert 'binder_linux': Operation not permitted18:24
xSlendiXany ideas on solving it?18:24
ryuoxSlendiX: is it a container?18:25
xSlendiXno18:25
ryuowell, it means you're not allowed to.18:25
tomreynis it ubuntu and a supported ubuntu kernel?18:25
xSlendiXis a laptop running 19.0418:25
ryuoas to why i'm not sure.18:25
ryuocontainers can't load kernel modules (security feature)18:26
adrian_1908ryuo: I can meddle with cstates from the OS, right? Cause my Netbook uses "Seabios" and I don't think I can toggle anything there on boot (might be wrong)18:26
ryuoadrian_1908: it's a kernel boot option.18:26
xSlendiXim not running it in a container18:26
ryuoadrian_1908: so yes.18:26
lordcirthxSlendiX, What do you need18:26
xSlendiXis installe don my hard dtive18:26
lordcirth*binder_linux for ?18:26
xSlendiXfor anbox18:26
xSlendiXi did what they said:18:27
xSlendiX$ sudo add-apt-repository ppa:morphis/anbox-support18:27
xSlendiX$ sudo apt update18:27
xSlendiX$ sudo apt install linux-headers-generic anbox-modules-dkms18:27
xSlendiXthen18:27
xSlendiX$ sudo modprobe ashmem_linux18:27
xSlendiX$ sudo modprobe binder_linux18:27
tomreyn!paste | xSlendiX18:27
ubottuxSlendiX: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:27
lordcirthxSlendiX, can you do 'modprobe ashmem_linux' ?18:27
ryuois there a standard ubuntu feature that blocks modprobe?18:27
ryuoi can't recall any.18:27
lordcirthI think other errors can show up as "Operation not permitted" when that's not quite the true problem18:28
franzoryuo: this pc is not used for production.. is just a media center and a database for my files that are located in my windows partition18:29
xSlendiXthis is the main problem i think18:29
lordcirthxSlendiX, you were quieted there, so we may have missed some of your messages.  Does 'modprobe ashmem_linux' return without errors? Can you 'lsmod | grep ashmem' ?18:30
xSlendiXyes it returns with no errors18:30
lordcirthxSlendiX, and lsmod?18:31
xSlendiXyes it returns with no errors18:32
lordcirthxSlendiX, but does it print anything?18:32
xSlendiXhttps://imgur.com/Tqgi6Ng - my chat history18:32
xSlendiXyes18:32
xSlendiXit does print18:32
xSlendiXashmem_linux           16384  018:32
ioriaxSlendiX, what's your kernel ?18:33
xSlendiXsec18:33
lordcirthxSlendiX, Ok. Well, this is a third-party PPA, and the problem is not obvious, so you should probably get support from the Anbox community.18:33
xSlendiX5.0.0-36-generic18:33
xSlendiXit worked before18:33
xSlendiXon another machine18:33
lordcirth!oneline | xSlendiX18:34
ubottuxSlendiX: Please try and keep as much of your info as possible on ONE line - easier to follow for everyone.18:34
xSlendiXok sorry im used to other chats18:34
explorehey may i ask if it's possible to set up static ip on Ubuntu Desktop but via command line?18:34
franzoRyuo: So I just give up and see if this get worse?18:35
ioriaxSlendiX, i can suggest two things; a kernel upgrade (like 5.3) or sign anyway the module (https://gist.github.com/dop3j0e/2a9e2dddca982c4f679552fc1ebb18df) also if SB is disabled18:35
xSlendiXi have applied the one time run script and now im gonna reboot18:39
xSlendiXrebooted18:42
xSlendiXi didnt even need to sign it what18:43
ElliriaHey there, I use dpkg -s examplepackagename | grep "Maintainer" to get the contact information of the maintainer of a package, but I've been told that doesn't always work. Does anyone know of other commands that can display the maintainer?18:50
pragmaticenigmaElliria: It doesn't always work because not all packages have the field populated18:52
MikeRLSorry I took so long. Got distracted. Anyhow, I've tried terminal commands to check if the Intel Driver from the site is actually being used. Additional drivers reports nothing is being used. How can I check to see if it's enabled and also enable it if it's not?18:53
pragmaticenigmaElliria: If it is comming from Ubuntu repositories, typically they will either have Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> or Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com> depending on which repositories the package is found in.18:53
ElliriaAh, okay. If that's the only reason, then that command should be fine.18:54
MikeRLBy the way, if I click "Continue using a manually installed driver", there's no apply button despite being able to select the radio button.18:54
ElliriaSo should I do a grep for "Ubuntu Core Developers" and "Ubuntu MOTU Developers" as well to capture those?18:54
pragmaticenigmaElliria: This would be better discussed in #ubuntu-app-devel18:56
ElliriaOkay, thanks.18:57
adrian_1908Was there a freenode server issue a few minutes ago?19:08
=== im0nde_ is now known as im0nde
daxno19:12
adrian_1908Ok, thanks. Timed out here but my connection was fine.19:16
SleepyHollowHi guys, I'm having a bit of a problem when installing software I posted a image on imgur can anyone help? https://imgur.com/gofoutG19:22
bpromptadrian_1908:  not that I know of19:22
sarnoldSleepyHollow: you'll have to scroll up to see the error message; you'd do better to copy and paste all the text into paste.ubuntu.com19:24
twobitspriteany tips on identifying filesystem types on a random LV? I have an image from a system that was decomissioned. it's a disk image with LVM on one partition, but when I try to mount it, I get "wrong fs type, bad option, bad superblock"19:24
sarnoldtwobitsprite: file can probably report what it is19:25
twobitspritesarnold: /dev/dm-2: block special (253/2)19:25
twobitsprite(already tried that :P)19:25
TJ-twobitsprite: "file -s ..."19:25
sarnoldtwobitsprite: hah dang that's not so useful; try dd if=/dev/dm-2 of=- bs=1024 count=4 | file -19:26
sarnoldhahaha19:26
twobitsprite/dev/dm-2: Linux rev 1.0 ext4 filesystem data, UUID=ae29f138-05ce-4f68-95d9-24fe6fb56bed (extents) (64bit) (large files) (huge files)19:26
twobitspritebut I have ext4 on my root partition, so I assume I should be able to mount ext319:26
twobitspriteext4*19:26
TJ-twobitsprite: "sudo mkdir /mnt/test; sudo mount /dev/dm-2 /mnt/test; sudo ls -latr /mnt/test"19:27
adrian_1908Alright, so Xubuntu (18.04 & 19.10) doesn't hang up my Acer C720, where as Ubuntu (18.04 & 19.10) does. Weird! I gotta go now, should I file a bug report?19:27
SleepyHollowsarnold ok thank you ill do that :)19:28
TJ-adrian_1908: possibly due to GPU acceleration and compositiing19:28
=== ben_r_ is now known as ben_r
twobitspriteTJ-: I've tried mounting it... I did, basically, mkdir /mnt/foo; mount /dev/dm-2 /mnt/foo # and I get mount: /mnt/foo: wrong fs type, bad option, bad superblock19:28
adrian_1908TJ-: It hangs after maybe 2-3 minutes, wouldn't that exclude that?19:29
TJ-twobitsprite: ahhhh... check kernel log for a clue: "journalctl -k -e"19:29
twobitspritethis image is from a clean shutdown... I just tried fsck.ext4 on it and it finds "Superblock has an invalid journal"19:29
sarnoldadrian_1908: it's often worth filing a bug report; nothing may come of it, but nothing will come of a bug report that's not filed19:29
TJ-adrian_1908: depends... as always!19:29
adrian_1908Ok, well gotta go now will revisit the problem tomorrow. Bye guys!19:29
TJ-twobitsprite: sounds like it might have been damaged. There are special ext* mount options to ignore the journal19:30
twobitspriteTJ-: EXT4-fs (dm-2): no journal found19:30
twobitspritethis is an AWS instance image. I'm trying to recover an EC2 instance which ran out of disk space on it's data volume19:31
twobitspriteso, I shut down the instance, snapshotted the data volume, created a volume from the snapshot, now I'm trying to mount it from a new instance19:31
SleepyHollowhttps://paste.ubuntu.com/p/s4YwsbPHcd/19:32
twobitspritenot sure how it would have been damaged19:32
TJ-twobitsprite: see "man ext4" and in the ext3 options the "norecover/noload" options19:33
sarnoldSleepyHollow: try sudo fuser -v -k /var/cache/debconf/config.dat19:34
twobitspriteTJ-: # mount -onorecovery /dev/dm-2 /mnt/foo19:35
twobitspritemount: /mnt/foo: mount(2) system call failed: Structure needs cleaning.19:35
twobitspriteTJ-: I really do appreciate the help, I feel like we're getting somewhere19:35
TJ-twobitsprite: so retry a fsck ?19:35
twobitspriteTJ-: what options do you recommend for the fsck? -y? -f?19:36
TJ-twobitsprite: non-destructive to begin with just to see if it can detect what is wrong19:37
twobitspriteTJ-:  I did fsck.ext4 -y /dev/dm-2, and it marked it clean, I was able to mount it, but all it has is an empty lost+found directory :(19:38
sarnold:(19:38
TJ-twobitsprite: you check with "ls -a" to show dot files/dirs ?19:39
twobitsprite/mnt/foo# ls -a19:40
twobitsprite.  ..  lost+found19:40
TJ-twobitsprite: also check the block usage with "df /dev/dm-2"  --- and what did "dumpe2fs -h /dev/dm-2" report previously in terms of blocked used19:40
twobitspritethis might be a problem: Root inode is not a directory.  Clear? yes19:40
TJ-twobitsprite: ouch!19:40
KazDaxwhen you install ubuntu ..does it download stuff from online ?19:40
KazDaxbecause i thought the 2 gig iso would be all i needed19:41
lordcirthKazDax, depends, the default installer has a checkbox to install updates during install19:41
KazDaxmaybe i choose to do the full install19:41
twobitspriteFilesystem                      1K-blocks  Used Available Use% Mounted on19:41
twobitsprite/dev/mapper/docker-docker--pool  10255636 36876   9678088   1% /mnt/foo19:41
KazDaxperhaps that what i choose for as default19:41
KazDaxmaybe thats why its taking time19:41
sarnoldtwobitsprite: ouch :(19:41
KazDaxbut it keeps telling its retriving files19:41
TJ-twobitsprite: at this point I'd return to the original snapshot before the FS fix, and run photorec on /dev/dm-219:41
lordcirthProbably. I believe it's checked by default if it detects a connection.19:41
KazDaxso i think that is what is happening19:41
twobitspritehow did this happen? the disk was full in the instance, but when I shut it down and clone the volume, it has nothing on it?19:41
KazDaxya19:41
TJ-twobitsprite: this was part of a pool? was it a thin pool ?19:42
sarnoldKazDax: yeh I believe it does download updates if it can, so you're more likely to come up on first boot with security fixes already installed19:42
KazDaxcool19:42
sarnoldtwobitsprite: I believe you emptied it with "Root inode is not a directory.  Clear? yes19:42
twobitspriteit's whatever AWS/EC2 does when you create an instance with an extra data volume...19:42
twobitspritesarnold: I mean, I know what that means, I'm just saying, that's what fsck did... the question is, why did it not find a directory in the root inode?19:43
lordcirthProbably because the root inode was corrupted19:43
twobitspriteno shit :P19:43
sarnoldtwobitsprite: yeah, that's a good question :( do you stil lhave a snapshot? debugfs may be able to help you figure out what happened19:44
twobitspritebut why? it was a healthy instance, gracefully shut down and cloned...19:44
TJ-twobitsprite: check the origin, but I suspect you'd need to make the snapshot with "lvcreate .... -type thin --thinpool <new> <origin> "19:44
twobitspritesarnold: I'm working from the snapshot19:44
SleepyHollowsarnold: well now im able to install software, thank you and do you know what happened?19:44
TJ-twobitsprite: assuming the origin is an LV in a  thin pool19:45
twobitspriteTJ-: all I have now is the snapshot created by AWS... as in, from the web console, I selected the volume after the instance was shut down and created a snapshot from there19:45
twobitspritethe original instance had 2 volumes, an 8GB root volume with no LVM, and a 20GB data volume mounted to /var with LVM19:45
TJ-twobitsprite: hmmm! not sure how you can progress then. maybe aim testdisk at the raw image after de-activating the VG itself19:45
sarnoldSleepyHollow: sorry, not a clue :( I've never seen that one before19:45
TJ-twobitsprite: as in, unmount, then "vgchange -an docker"19:46
twobitspriteTJ-: ok, I'll set up a new volume from the snapshot and try photorec and testdisk on it19:47
twobitspritebbiab19:47
SleepyHollowsarnold: well thank you and its happened to me before and I couldn't figure it out ended up just wiping and reinstalling. I'm going to save that command so know i know what to do. Thank you so much!19:48
sarnoldSleepyHollow: yikes. next time it happens it's worth filing a bug report before fixing it ;)19:49
sarnoldsince the SO post I found that on was freom seven years back I figured it was a mostly solved old problem19:49
SleepyHollowsarnold: ill do that :)19:49
SleepyHollowsarnold: thanks aging. :)  have to go,19:50
sarnoldsee ya :)19:51
TJ-twobitsprite: re my theory about it being a thin pool, if the origin was, then this applies (see 'man lvmthin' for more detail): Blocks  in a standard LV are allocated (during creation) from the Volume Group (VG), but blocks in a thin LV are allocated (during use)19:52
TJ-       from a special "thin pool LV".  The thin pool LV contains blocks of physical storage, and blocks in thin LVs just reference  blocks  in19:52
TJ-       the thin pool LV.19:52
twobitspriteTJ-: ok, I'm running testdisk deepsearch on a new volume from the snapshot... looks like it might take a while... in the meantime, the main data I'm looking to recover is a docker volume... any idea if testdisk or some other tool would be good at finding that?19:53
twobitspriteTJ-: interesting... what does that mean in terms of recovery thought? seems like it should still be able to see the blocks, right?19:54
TJ-twobitsprite: the 'docker volume' being an LVM LV with a file-system in presumably?19:54
TJ-twobitsprite: well as I said, if when creating the snapshot the command didn't use the thinpool options then it might not copy the correct blocks into the snapshot19:54
TJ-twobitsprite: the problem with GUIs19:55
twobitspriteugh.......19:59
twobitspriteand this is all default stuff for AWS ECS.... I didn't even set up the LV :(19:59
twobitspriteyou'd think it would know how to snapshot the LV it created for me19:59
twobitspritesorry /rant19:59
TJ-twobitsprite: this is only a hypothesis for now, we don't know for sure20:00
twobitspriteI'm using testdisk to clone the partition to a dd file, so I can use the filesystem utils... hopefully that finds something20:00
twobitspritebrb20:00
=== dionysus70 is now known as dionysus69
small-dataIs there any way to know if or when the latest version of Thunderbird will be available in the repository?20:22
lordcirth!latest | small-data20:22
ubottusmall-data: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa.20:22
lordcirth20.04 will probably have it20:23
small-dataThere is what I would call a high-impact bug in v60. New Gmail accounts cannot be set up.20:24
OerHeksthunderbird latest is available as snap?20:24
OerHekshttps://snapcraft.io/thunderbird20:25
OerHeksv 68.1.120:25
OerHeksoh, typo, .2.220:25
ioriasmall-data, 68 it's in proposed if you know what you're doing20:25
small-dataOK, TYVM20:26
muhahaanyone uses microk8s? how to add insecure registries to crio ?20:30
ash_worksiwhat's a good channel to ask questions about gnu parallel?20:37
sarnoldash_worksi: there's probably no perfect place to ask, might as well try here20:39
ash_worksiI am curling a bunch of domains to see if they are curlable. My function is called `uncurlable`; I want to end up with two things: (A) a bash array with uncurlable domains and (B) a file containing the verbose curl output.20:42
ash_worksiright now my function is `uncurlable(){ time (curl -svI --max-time 5 "$1" || curl -svI --max-time 5 "https://$1") 1>&2 || echo "$1"; }`20:43
rypervencheYou could add -L to make it automatically redirect, so no need to specify the https. Not your question though.20:44
ash_worksirypervenche: no, it's not for a rediret20:45
ash_worksirediret*20:45
ash_worksiugh20:45
ash_worksiredirect*20:45
ash_worksithe logic in plain english is: test 80, can't do that? test 44320:46
ash_worksithe question is not whether I get a comprehensible response, it's whether I get ANY response20:47
ash_worksiit's basically the opposite of --fail-early20:47
ash_worksiit's like --succeed-early20:47
ash_worksianyway, the other parameter here is parallel's --tagstring {}: gives my very nice output and would make a log searchable20:48
ash_worksiie `grep 'timeout' log` would have all domains I tested that timed out20:49
ash_worksior timed out"20:49
ash_worksiwhatever20:49
ash_worksithe real question is, if I redirect this to a file in my function, is that going to hangup parallel?20:50
AlexaGuys, how to make new files inherit folder's permission automatically20:50
Alexa?20:50
sarnoldash_worksi: redirecting to *files* ought to work fine, but redirecting to *a file* is bound to lead to interleaved outputs20:50
AlexaFor example, the directory is 775, but the file created is 755. Why?20:50
sarnoldAlexa: because files are created with the permissions the application specifies in the open(2) call and subtracting the bits specified in the process umask(2)20:51
rypervencheAlexa: That is because of your user's (or the process's) umask.20:51
Alexawww-data creates file20:51
ash_worksisarnold: I'm actually not concerned about the order; since that's not guarenteed by parallel anyway unless I use `--result log.tsv` which seems to write data into positions based on sequence number20:52
OerHeksAlexa, normally one would add the user member of www-data20:52
Alexamy user is added.20:53
Alexain the www-data group20:53
Alexaany new file made by my php has permission 75520:55
Alexaand then in my file browser I have the lock symbol on new file20:56
Alexauntil I manually change its permission to 77520:56
AlexaOerHeks, sudo setfacl -Rdm g:www-data:rx html21:04
Alexathis did the thing ;)21:04
peter22222hi folks... how can i add any guest-session-user permanently to a certain group?21:14
sarnoldhmm I can't spot that username in the debian code search https://codesearch.debian.net/search?q=guest-session-user21:16
sarnoldis it provided by a package that's modified for ubuntu? or only in ubuntu?21:16
OerHekspeter22222, sure, read the whole wiki .. https://help.ubuntu.com/community/CustomizeGuestSession#Add_guest_to_additional_user_group21:18
peter22222aaah thank you 0erHerks !! :-)21:20
twobitspriteAlexa, play the scoopy doo theme song21:46
twobitsprite*duck*21:46
EldonMcGuinnessAnyone know if there is a way to hide join/part in polari?21:51
mahavishvarupaI installed Ubuntu via the server iso and then installed Kubuntu-desktop.  What is the default network connection manager?  I need to disable it so I can use NetworkManager21:53
sarnoldmahavishvarupa: I think it's as easy as changing the netplan renderer from systemd-networkd to networkmanager https://netplan.io/21:54
mahavishvarupasarnold: thanks a lot. Ubuntu uses netplan does it??21:57
sarnoldmahavishvarupa: newer releases do, yes21:59
=== tucked is now known as disi
mahavishvarupaI installed 19.10.  Thanks for your help sarnold.21:59
zogommoguhhh I've been fighting with a deploy script for hours, only to find someone else with the same exact error saying the SNAP version of Terraform was the problem!!22:05
BrisingreHello! I'm looking for some help with mdadm, can anybody in here give me some pointers?22:13
=== Etua_ is now known as Etua
kyle__Trying here since kernenewbies is dead...23:03
kyle__When you get a general protection fault, what do the ip and sp portions of the error mean?23:03
kyle__Nov 19 09:22:20 leela kernel: [46702.975859] traps: remmina[13282] general protection fault ip:7f5d9db6cca3 sp:7ffeb74e9800 error:0 in ld-2.27.so[7f5d9db60000+27000]23:03
gpHow can I extract a xar archive on ubuntu 18.04?23:50
=== stallman is now known as akko

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