/srv/irclogs.ubuntu.com/2018/06/20/#ubuntu-server.txt

sarnoldlets flip that around a bit.. what documentation are you reading that suggests that it should work? I can't find it on e.g. https://github.com/fujita/tgt/blob/master/doc/tgtd.8.xml00:00
DirtyCajunhttps://community.mellanox.com/docs/DOC-145700:03
DirtyCajunwhich says to clone the github project you just mentioned00:03
DirtyCajunand gives the usage as -t00:03
l4m8d4Hello, does ubuntu offer an integrated way to create MOK in an EFI secure boot environment and sign bootloaders and other efi binaries with it?00:05
l4m8d4Or is it necessary to perform all the steps involved manually? (create all the keys, sign all the binaries, resign on updates)00:06
sarnoldDirtyCajun: wow... seven years ago. curious. https://github.com/fujita/tgt/commit/18868050236b065b0c66f7832df3763aea2968c800:07
DirtyCajunso it just... does the num of your vkernels00:08
DirtyCajunthats stupid00:09
tomreyn-h should print "-t, --nr_iothreads NNNN specify the number of I/O threads" if supported, apparently man pages didnt get updated.00:11
naccafaict, still not in manpage upstream https://github.com/fujita/tgt/blob/master/doc/tgtd.8.xml00:15
nacclast changed june 5, 2017 :)00:15
DirtyCajun here is the real question. currently, I/O threads are per lun. so 2 luns = 32 threads for 16 core server00:17
DirtyCajunif i specify 8 is it total or per lun!00:17
tomreynwait, you do HT, isnt that considered unsafe now?00:20
DirtyCajun.. unsafe security or stability wise?00:21
* tomreyn trolling at https://www.mail-archive.com/source-changes@openbsd.org/msg99141.html - sorry for deflecting00:21
blackflowtomreyn: and it's not even April Fools! :)00:49
blackflowNext in OpenBSD land: Moving data to memory considered harmful.00:50
=== giraffe is now known as Guest33711
=== DropItLikeItsHot is now known as PityDaFool
cpaelzergood morning05:15
=== qwebirc4945 is now known as Benl90
Benl90Hello, I've question about iptables, I only allow port 22, 80, 443, 10000 and allow from localhost and from my public ip and drop another packet. I've problem with resolving the domain to ip after that, that lead to my ubuntu server can't update and solve ubuntu repo domain name. any idea how to allow nslookup too? Thanks05:20
cpaelzerBenl90: should be port 53, but if you really allow everything from local and your IP that should not be blocked05:26
cpaelzerI'd assume something blocks it05:26
cpaelzerbut there are plenty of examples if you search for the buzzwords, like https://gist.github.com/thomasfr/971241805:26
Benl90cpaelzer: Yeah I drop the other, Ive try allow port 53 both tcp udp but still no luck05:26
Benl90cpaelzer: In the end I fix the setting, name server allow -_-. bad ways, -_-05:35
cpaelzerwell, you got it working which is all that matters :-)05:39
lordievaderGood morning06:13
=== gogbog is now known as Guest27691
blackflow!info dovecot10:51
ubottuPackage dovecot does not exist in bionic10:51
blackflow!info dovecot-core10:52
ubottudovecot-core (source: dovecot): secure POP3/IMAP server - core files. In component main, is optional. Version 1:2.2.33.2-1ubuntu4 (bionic), package size 2877 kB, installed size 8809 kB10:52
blackflowIs there an SRU or something planned to upgrade Dovecot to 2.3.x? 2.2.x is EOL, not sure it'll receive even security fixes10:53
cryptodanI am running Ubuntu Server 16.04 and having issues setting up Postfix with Dovecot SASL13:11
tomreynthen you should probbaly try to get support with it!13:29
cryptodanI have followed numerous guides and cannot get it to work for the life of me on Ubuntu 16.04 had it working flawlessly on Ubuntu Server 14.0413:33
rbasakcryptodan: try http://www.sabi.co.uk/Notes/linuxHelpAsk.html to start. That'll help you ask the right questions here.13:36
cryptodanno need it has been fixed13:37
madLyfepossible to see what packages come with server 18.04?14:26
v0lksmanmadLyfe: https://packages.ubuntu.com/ ?14:27
Luxray5474Is this channel dead or can I ask a really quick stupid question?14:30
blackflowmadLyfe: install and run dpkg -l? also a hint are packages that are dependencies (and their dependencies, and ...)   of the ubuntu-server metapackage14:30
madLyfev0lksman: that looks like for desktop?14:30
Luxray5474It's about netplan. I've switched to Ubuntu Server from Windows, and am now trying to set things up as they were before14:30
blackflowLuxray5474: you alraedy did, so.... :)14:30
Luxray5474I've installer 18.04 and after a bit of research I've foudn that netplan is the only way to set a static IP14:31
madLyfebasically I wanted to see if SSH and tmux were installed with iso14:31
blackflowLuxray5474: it isn't though. netplan is the novel network configuration abstraction tool. you can configure systemd-networkd directly, instead through netplan.14:32
rbasakGenerally there are a multitude of ways to do anything. But relatively few that are recommended.14:32
Luxray5474which is easier though?14:32
blackflows/novel/new/   to avoid confusion with Novell14:32
rbasaknetplan is surely the easiest way to set a static IP.14:32
v0lksmanmadLyfe: https://packages.ubuntu.com/bionic/ubuntu-server14:32
rbasakOne config file and that's it.14:32
Luxray5474okay14:32
v0lksmanmadLyfe: then dpkg -l |grep ssh will find that out for youy14:33
Luxray5474but i need some help with setting it up14:33
blackflowLuxray5474: netplan is meant to be One Config to Rule Them All, via yaml, and different backends -- currently networkd for servers and NetworkManager for desktops.14:33
Luxray5474so there's this tag called 'addresses:' under ensxx and ethernets14:33
rbasakLuxray5474: https://netplan.io/examples#dhcp-and-static-addressing14:33
blackflowrbasak: technically, so is one tiny file in /etc/systemd/network ;)14:33
Luxray5474now what I want to know is what is the number that comes after the slash after the IP?14:34
rbasakIt's the size of your netmask.14:34
rbasakDo you know what your netmask is?14:34
blackflowLuxray5474: that's the "CIDR" notation, look it up on googs14:34
Luxray5474okay so, if it's like "192.168.1.75/24" that's the IP "192.168.1.75" and the subnet mask "255.255.255.0" right?14:36
rbasakYes14:36
Luxray5474I get it now, thanks! :D14:37
rbasakLuxray5474: try the "ipcalc" tool. "apt install ipcalc" and then "ipcalc 192.168.1.75/24".14:37
Luxray5474okay14:38
rbasak"sudo apt install ipcalc" I suppose.14:38
rbasakIt'll do all the calculations for you so you can experiment and verify things that way.14:38
Luxray5474what does the 'ens' mean in say, 'ens33'? can i put just any number?14:39
rbasakIt's the name of your network interface. By default it's fixed, based on where it's physically connected inside your computer.14:39
Luxray5474okay14:39
Luxray5474and is 'nameservers' equivalent to the DNS?14:40
rbasakYes14:40
Luxray5474Thanks :)14:40
rbasakYou're welcome!14:41
Luxray5474okay so i think i did something wrong here14:47
Luxray5474so when i do "ip a" it shows that I have 3 adapters i believe. one is wifi, one is Ethernet, and one is bluetooth14:48
Luxray5474I'm not sure about the third one but that computer has a bluetooth adapter that supports internet, so I am positiv ethat the one14:49
Luxray5474so i did sudo netplan apply and it did it without spitting anything out14:49
Luxray5474but i went to my router page and my server is still 192.168.1.7, when i set it to 192.168.1.7514:49
Luxray5474actually one of them is loopback/localhost14:50
Luxray5474so when i saved the new config and ran 'sudo netplan apply' it said "address already in use"14:51
Luxray5474how do i reset configs so i can start from scratch?14:51
Luxray5474do i simply delete the file?14:52
rbasakWhat do you mean by "but i went to my router page"?15:00
rbasakYou mean your router's DHCP leases that it's handed out? If setting a static IP, the router won't know if you're stopped using your DHCP-assigned address.15:00
srulii have an issue with my server, sometimes it crashes and have to reboot, i just manages to get a picture of the tty when it crashed, the screen is running with lots of messages i never saw before, can anyone please take a look and see if they know what it might be https://paste.pics/3AC18 thanks?15:23
tomreynsruli: get a current bios, and all other firmware, too. your system bios dates back to 2014, and there are releases from this year.15:27
tomreynyou should probably download the SPP dvd and have it run through that.15:28
tomreynalso use ipmi to get a better idea of what may be going wrong.15:28
tomreyni mean ilo, not ipmi15:28
srulii dont have an account with HP so cannot download the SPP15:30
tomreynif neither of those are options (why? this should not be.), review dmesg and syslog for issues reported during boot, and try to fix or work around them.15:30
epl692_Hello, I am trying to install ubuntu server 18.04 on an intel board, I can install from usb just fine, but it won't boot afterwords, It looks like grub never gets installed, even though I see that as a step during install.15:31
tomreynsruli: oh they require a login now, thats bad. well you can still download all those pices one by one.15:32
srulitomreyn: this is final shot before it completely froze https://paste.pics/3AC3B15:33
srulitomreyn: i updated as much as i could download from their site, did not notice the bios update, will check now15:33
tomreynsruli: https://support.hpe.com/hpesc/public/home/driverHome?sp4ts.oid=5249572&lang=en&cc=us15:34
srulitomreyn: all BIOS updates are "Entitlement Required"15:35
tomreynsruli: hmm those also require "entitlement"15:35
tomreyn:-/15:35
srulii update everything that i can get, but hp needs to be slapped for requiring entitlement for bios updates15:36
srulitomreyn: anything in the second screenshot that sheds light?15:36
tomreynsruli: well the lower ones are edac (ECC memory) issues. but this could be a follow-up issue. you can run memory tests, and you can try disabling acpi if the boot logs suggest this might improve things. also, try using a non tainted kernel.15:38
srulitomreyn: with regards to EEC yesterday "hpasmcli -s "show dimm" showed a few degraded, si i ran memetest all night no errors, all day today hpasmcli showed all ok. what do you mean by "tainted kernel"?15:40
tomreynsruli: one that runs out of tree (often proprietary) kernel modules: https://unix.stackexchange.com/questions/118116/what-is-a-tainted-kernel-in-linux15:42
tomreyncheck your screenshots which point out that the kernel is tainted15:42
tomreynwell just the first one does15:42
srulitomreyn: i only install kernel from apt-update, no custom kernel15:44
tomreynprobably some modules though15:44
srulithe only modules which might not be from ubuntu repo are the HP tools15:45
tomreynhpe "tools" are not drivers, not kernel modules for all i know. but maybe you have actually installed kernel modules from HPE. i woulod not know.15:46
srulithese are all the hp tools i installed "hp-health hponcfg amsd hp-ams hp-snmp-agents hpsmh hp-smh-templates ssacli ssaducli ssa"15:47
tomreynbtw. the md5sum for the SPP is 2d1047b00f8cc5645fdc18596ad1183e - you can always put that into a web search engine.15:48
tomreynhp-health sounds like it could do kernel modules. running "lsmod" will show which modules are loaded.15:49
srulii managed to download the bios file, updating it now15:50
tomreynif this issue persists and you want to debug it properly you'll need to get the first of these errors / kernel oopses reported.15:52
tomreynyou'll need to attach a serial console (ilo got an internal one if you can use it) or use netconsole to have it written to a different computer on the network before the system freezes.15:53
srulitomreyn: list of my loaded modules https://paste.ubuntu.com/p/vJcX9fMXBG/15:55
tomreyni'm not able to review this for you, sorry15:57
=== miguel is now known as Guest66771
Luxray5474rbasak: my router runs a little webpage that i can access using routerlogin.net. it has a tab showing all connected devices, including their ip and mac addresses. my server still had the IP 192.168.1.7 when I put 192.168.1.75 in the config file.15:58
rbasakLuxray5474: I suspect that's really showing you DHCP leases. Use "ip addr" to show you what IPs a machine is really using.16:00
Luxray5474yes i did that. It still shows ..1.7/2416:01
Luxray5474also when i tried to change it again it says that another daemon was running on the port ( i forgot which one)16:03
tomreynsruli: actually the flags set by the kernel as seen on line 15 of your first screenshot https://i.paste.pics/3AC18.png are G D W L. and the G actually states that no out of tree modules are loaded.16:03
tomreynsruli: ...as discussed at https://www.kernel.org/doc/html/latest/admin-guide/tainted-kernels.html16:03
tomreyns/out of tree/non GPL/16:04
tomreynbut the remaining flags indicate that waht this screenshot shows is just a follow-up issue. that's why i'm saying you need to get the full output.16:04
srulitomreyn: just checked syslog, when i booted it today for a few seconds i have many 1,000's of messages "ureadahead[635]: ureadahead:dmi: Ignored relative path" is this normal?16:07
tomreynon some releases it is.16:09
sruli18.0416:09
tomreynyou can uninstall ureadahead and they'll be gone. it's mostly relevant for desktops16:10
tomreynbut you can just keep it, too, no harm there16:10
tomreynalso see my private message16:11
srulitomreyn: i see in syslog around the time of the crash a number of messages, regarding the MCE MEMORY, "mce: [Hardware Error]: Machine check events logged" ... "EDAC sbridge MC0: HANDLING MCE MEMORY ERROR"  ... "EDAC sbridge MC0: CPU 2: Machine Check Event: 0 Bank 9: c8014c8700800091" and many 100's of "snmpd[1770]: Connection from UDP: [127.0.0.1]:44561->[127.0.0.1]:161" before and after those mem errors16:16
tomreynsruli: so one of these messages states that memory bank 9 contains a faulty DIMM. this may or may not be so. you could try removing or replacing it and what gives, or to cross test16:21
tomreynbut before you do that, i'd recommend you try to get the full output first of all.16:22
tomreynas discussed above, your options for this are to attach a serial console, and the linux netconsole feature16:22
srulihow can i connect through ilo?16:23
tomreynyou probably have an ilo 4, the user guide is at https://support.hpe.com/hpsc/doc/public/display?docId=c0333405116:24
tomreynif you want to access the console through iLO, you want to use either the "iLO Virtual Serial Port" or just the Text-based Remote Console textcons16:25
tomreynthe latter is less user friendly.16:26
tomreyn... but doesn't require configuration changes on ubuntu16:26
srulifrom hpe doc, Text-based Remote Console "This method increases iLO performance significantly. However, the digital video stream does not contain useful text data, and text-based client applications such as SSH cannot render this data"16:31
tomreynthe idea there would be to ssh to your ilo, then run textcons to get the output there. but indeed, as i said, an actual serial console is much better.16:33
tomreynwhat your quote is basically saying is that you will need to use a special purpose client (textcons) to render the data stream. just using netcat or an ssh client directly will not work16:37
srulitextcons - iLO Advanced License required for this functionality.16:37
tomreynis this a personal project, an NGO or a business you run there?16:40
srulijust purchased a ilo license on ebay for 19GBP16:41
Luxray5474rbasak: okay after a while of trying to figure it out, it's still down. can i send you my config?18:10
Luxray5474(so you can check it out and tell me if there's anything wrong w/ it)18:10
sarnoldLuxray5474: re "ens" and so on, https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L2018:12
sarnoldLuxray5474: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/18:12
sarnoldLuxray5474: .. and finally https://lists.ubuntu.com/archives/ubuntu-devel/2015-May/038761.html for some ubuntu-specific background18:13
Luxray5474ohhh18:13
Luxray5474okay so enp3s0 is eth18:13
Luxray5474and wlp3s0 is wlan18:13
Luxray5474for some reason wlp3s0 showed up as "(ethernet)" when i ran "ifconfig"18:13
cryptodanDoes anyone have a good guide on settings up DKIM with Postfix on Ubuntu Server 16.04, its just one last thing I need to have setup a good mail server18:14
sarnoldcryptodan: this looks kinda old but might still be useful https://help.ubuntu.com/community/Postfix/DKIM18:16
cryptodanive seen that one, and for some odd reason my emails are not being signed by dkim18:16
Luxray5474rbasak: i understand that naming now, thanks. but one of the things that are displayed when i run netplan -d apply is "netplan/tcp not found in /etc/services, using ports 2983 and 5444"18:17
sarnoldcryptodan: there's a much smaller mention of dkim on https://help.ubuntu.com/lts/serverguide/mail-filtering.html.en-GB -- but that might go through amavis too to work :/18:18
Luxray5474oops i mean sarnold lol18:18
sarnoldLuxray5474: that's a funny error .. maybe pastebin your config? it feels like a word out of place or missing punctuation mark ..18:18
Luxray5474okay I'll do that right now18:19
Luxray5474sarnold: https://pastebin.com/cBBGXzzr18:21
NightMonkeyHi, all. I would like to downgrade a package that was inadvertantly upgraded, but the old version seems to be gone from apt.18:23
NightMonkeyThe package in question was upgraded, from the apt history log file:18:25
NightMonkeyUpgrade: ansible:amd64 (2.4.2.0-1ppa~xenial, 2.5.4-1ppa~xenial)18:25
naccNightMonkey: neither of those are ubuntu packages18:25
nacc!info ansible xenial18:25
ubottuansible (source: ansible): Configuration management, deployment, and task execution system. In component universe, is optional. Version 2.0.0.2-2ubuntu1 (xenial), package size 992 kB, installed size 7181 kB18:25
naccNightMonkey: PPAs do not keep infinite numbers of packages going backwards18:26
naccNightMonkey: you could see if it's stil present in /var/cache/apt/archives/18:26
NightMonkeynacc: Ah, thanks for your help. Sadly, I looked at the PPA after you pointed that out, and indeed, the old version is just gone. :/18:31
* NightMonkey rages at an indifferent sky18:31
sarnoldLuxray5474: hrm. I can't spot it :/18:31
Luxray5474me neither18:32
cryptodanLuxray5474: whats the issue18:39
Luxray5474cryptodan: I was trying to set my server's IP to a static IP; 192.168.1.75. I found that making a config in /etc/netplan called 01-netcfg.yaml would allow me to do just that. So I did. But iI believe i did something terribly wrong and now, my server can't connect to the internet. I suspect it's because /etc/services/ doesn't have netplan/tcp.18:42
Luxray5474cryptodan: my config is in this pastebin: netplan/tcp not found in /etc/services, using ports 2983 and 544418:42
Luxray5474oops18:42
Luxray5474https://pastebin.com/cBBGXzzr18:43
naccLuxray5474: wait a sec18:43
naccnetplan != nplan18:43
cryptodanLuxray5474: why not just use /etc/network/interfaces18:43
Luxray5474i'm on 18.04 and it doesn't exist whenever i try to cd to it18:43
naccLuxray5474: you need to do some work to go back to that if you want18:44
Luxray5474yes please18:44
naccLuxray5474: iirc, reinstall ifupdown, then dpkg-reconfigure resolvconf18:44
cryptodanyou should have an interfaces file18:44
naccLuxray5474: where are you seeing that message?18:44
nacccryptodan: no, you sholdn't not in 18.0418:44
naccwell, not necessrily, at least18:45
Luxray5474"This new tool [netplan] replaces the static interfaces (/etc/network/interfaces) file that had previously been used to configure Ubuntu network interfaces. Now you must use /etc/netplan/*.yaml to configure Ubuntu interfaces." -https://websiteforstudents.com/configure-static-ip-addresses-on-ubuntu-18-04-beta/18:45
naccLuxray5474: yes, we know that :)18:45
naccLuxray5474: ok, 1) where do you see the netplan/tcp message ?18:45
Luxray54741. I make the config.18:46
Luxray54742. I run "sudo netplan apply"18:46
Luxray54743. spits out the message as the last line, and starts using ports 2983 and 544418:46
Luxray5474now, i try to reconfig, and it says another daemon is using the ports, even when i kill the netplan daemon18:47
naccLuxray5474: `ls -ahl /usr/sbin/netplan` ?18:47
sarnoldnacc: btw where'd you spot 'nplan'?18:47
naccsarnold: well, i did a quick google for the message pasted, there's a bug from 1998 mentioning it for the *netplan* package18:48
Luxray5474"-rwxr-xr-x 1 root root 40K Apr  3 12:39 /usr/sbin/netplan"18:48
naccwhich is not the nplan package (which is what is netplan.io)18:48
naccyeah18:48
sarnoldnacc: oh god.18:48
naccLuxray5474: did you try and install netplan at some point?18:48
naccthe package netplan that is18:48
Luxray5474it comes installed18:48
nacc`apt-cache policy netplan`18:48
naccno, *nplan* comes installed18:48
sarnoldis it too late to give this thing a name that wasn't taken twenty years ago? P)18:48
naccthey are very different packages18:49
Luxray5474and I ofc can't install anything bc network is unreachable18:49
dpb1sarnold: just a bit too late, yes18:49
dpb1:)18:49
naccLuxray5474: please pastebin the above (`apt-cache policy netplan`)18:49
dpb1but wth, we've changed twice already18:49
naccsarnold: i then did a grep in the srouces and didn't see the strings,18:49
naccsarnold: so i'm thinking that's the bug here, but i'm waiting on confirmation18:49
sarnolddpb1: insert joke about snap and click names colliding with existing projects and traditions..18:50
cyphermoxnacc: Luxray5474: the name of the binary is always "netplan", but the name of the package is "nplan" in 16.04 and 17.10, and "netplan.io" in 18.0418:50
dpb1sarnold: ha18:51
Luxray5474oh18:51
nacccyphermox: right, but if a user has "netplan" installed, it *also* provides a netplan binary18:51
cyphermoxnacc: that should conflict18:51
naccis that handled correctly by nplan/netplan.io18:51
nacccyphermox: i agree, but i wonder what is up with the above user's system18:51
naccbecause on my systems /usr/sbin/netplan is a symlink18:51
nacc(one an upgrade, one a fresh install)18:51
naccto /usr/share/netplan/netplan.script18:51
cyphermoxyes18:52
Luxray5474it's too long for me to type, and my server is not in the best spot for me to be looking back and forth to, so: https://i.imgur.com/DRq3LOT.jpg18:52
naccLuxray5474: yeah, so you have netplan installed which you don't want18:52
cyphermoxLuxray5474: yes, that's the netplan you don't want ;)18:52
Luxray5474oh18:52
naccLuxray5474: can you take a pciture of `apt-cache policy nplan netplan.io` ?18:52
cyphermoxI'm surprised, because 18.04 should have netplan.io installed by default, and when you try to install "netplan" you'll get semi-loud warnings about removing things18:53
nacccyphermox: agreed18:53
Luxray5474https://i.imgur.com/LlmQqQK.jpg18:54
naccurgh18:54
naccyou don't have netplan installed at all :/18:54
nacc(netplan as in the network configuration tool)18:54
naccLuxray5474: is this a fresh install?18:54
Luxray5474yes. fresh install this morning18:54
rbasakThat makes sense as it sounds like the two packages conflict? :)18:54
nacccyphermox: --^ ... not good18:54
naccunless they were using old install media, maybe?18:54
naccrbasak: yeah :)18:54
Luxray5474okay so I guess instal of doing netplan apply i do netplan.io apply or nplan apply?18:55
naccLuxray5474: can you look in /var/log/apt/history.log to see when 'netplan' was installed?18:55
Luxray5474okay18:55
naccLuxray5474: no, you don't hve the correct package installed18:55
naccLuxray5474: which is confusing, because you say it's a fresh install and the "netplan" (the package) is not installed by default and "netplan.io" (the package) should be installed by default18:55
naccLuxray5474: is this stock Ubuntu etc.?18:56
nacc(sorry for all the questions, just want to understand how you got in this situation)18:56
Luxray5474steps i took to install:18:56
Luxray54741. Grabbed Ubuntu Server fomr the official site18:57
Luxray54742. Used Rufus to burn it onto a USB thumb drive, ISO mode.18:57
Luxray5474from*18:57
Luxray54743. Installed as normal and booted as UEFI18:57
naccLuxray5474: ok, any luck with the apt log?18:57
Luxray5474tryna get it to focus properly so you can see the text18:57
naccLuxray5474: sure18:58
naccLuxray5474: as background, there are two pakcages that provide the "netplan" binary. One is old and one is new. The old one is what you have installed, but has nothing to do with netplan.io or the replacement of ifupdown (/etc/network/interfaces). So you've been asking something totally unrelated to "apply" netplan config files18:59
naccnow, i think it's rather funny (not haha) that the old netplan doesn't barf on an "apply" subcommand :)19:00
cryptodanjust a question why remove things that worked and worked well for users to replace it with more complexity19:00
nacccryptodan: because ifupdown has well known limitations19:01
rbasakifupdown definitely didn't work well for users19:01
nacccryptodan: and it's not been removed, it's just not hte default19:01
Luxray5474now its uploading19:01
rbasak(when trying to do anything remotely complicated)19:01
cryptodanit has worked well for me on multiple linux distros including ubuntu19:01
nacccryptodan: that's nice.19:01
Luxray5474i was trying to get the right angle so it doesn't reflect the bright light from outside and it doesn't reflect my whole house lol https://i.imgur.com/HRhpYMy.jpg19:01
naccLuxray5474: thanks!19:02
Luxray5474and it is barely visible now that i look at it19:02
naccLuxray5474: ok, so that says at 2:23 your time, you issued "apt install netplan"19:02
naccthat is the problem19:02
naccdon't do that :)19:02
Luxray5474ohhh19:02
naccthat in turn removed netplan.io19:02
naccand probably told you it would have to19:02
Luxray5474okay so i guess i have to do a whole reinstall?19:02
naccit also removed ubuntu-minimal19:02
naccLuxray5474: no, i think you can do `sudo apt install netplan.io nplan ubuntu-minimal`19:03
naccthat should remove 'netplan' in response19:03
Luxray5474but it isn't connected to any network19:03
naccit might have it cached19:03
Luxray5474i'll try19:03
Luxray5474yep it can't :P19:04
naccLuxray5474: and then problem remove ifupdown again (as you don't need it)19:04
naccLuxray5474: ok, it's probably fastest to reinstall then honestly19:04
Luxray5474okay lol19:04
naccyou could also probably configure your static network by hand (`ip`)19:04
naccjust to do the apt commands19:04
sdezieldhclient $NIC19:04
Luxray5474well thanks for all the help you guys :D19:05
naccsdeziel: i think they were doing static networking19:05
sdezielah\19:05
Luxray5474i'm a noob with linux servers, and still learning in regards to servers in general19:05
naccLuxray5474: but if you do have a dhcp server, sdeziel's suggestion would be ideal19:05
Luxray5474holy19:10
Luxray5474oh my god.19:10
rbasakOh19:10
Luxray5474so19:10
rbasakI think I know why he'll have done that.19:10
Luxray5474i just found that... when you install it in the first place... you can set a static ip.19:10
rbasakType "netplan apply" and does command-not-found suggest typing "sudo apt install netplan"?19:10
Luxray5474i.... i'm a complete idiot for not realizing that XD19:11
rbasakHmm. No. It does nothing (ie. it follows the symlink)19:12
rbasakSo I don't know.19:12
Luxray5474what should be the search domain?19:22
naccrbasak: right, i didn't think cnf knew about the arguments to the binary, cool if it does :)19:22
Luxray5474I know the nameservers i want to use and I put in google's and cloudflare's DNS19:22
naccLuxray5474: yes, re: static ip at install time :)19:23
naccLuxray5474: you might not have any, it depends on if you are in a domain19:23
Luxray5474also it says that 192.168.1.75 isn't included in the subnet 255.255.255.0 when i obviously have a similar ip and the same subnet on my windows machine (one i'm typing with rn)19:24
Luxray5474I put in 255.255.255.0/24 in the subnet field btw19:25
naccLuxray5474: you seem to be combinig two fields19:27
naccyou want either 192.168.1.0/24 or 255.255.255.0 iirc19:27
Luxray5474?19:27
sarnold'search' just means how many wrong names do you want to look up before getting right names :) if you owned e.g. luxray.example.com. as your own domain, you could have machines www and ns1 and irc and so on, www.luxray.example.com, ns1.luxray.example.com, ..19:27
sarnoldso if you stuffed 'luxray.example.com' into the search field, your resolver would look for www.google.com.luxray.example.com and then www.google.com ...19:28
Luxray5474nacc: if i only enter the latter, it says it has to be in CIDR notation19:28
Luxray5474sarnold: that's pretty neat19:28
tewardi just had an interesting question asked of me - namely why is the MySQL server version in the repositories so old even for Bionic.  Anyone want to give me a proper answer to give them?19:28
teward(MySQL 8 exists upstream now so_19:29
rbasakteward: we're working on MySQL 8 packaging.19:30
rbasakteward: 5.7 isn't particularly old.19:31
sarnolddid debian decide to stop packaging mysql and focus on the altneratives instead/19:31
rbasak8.0 was released GA only on April 19 this year.19:31
rbasakThe release team removed MySQL from testing in Debian. We're still maintaining it together with MariaDB in unstable.19:32
naccLuxray5474: which field are you typing this in? (picture)?19:32
tewardrbasak: i know it's not particularly old.  Just proxying the request ;P19:33
sdezielsarnold: isn't the search domain only used for non-FQDN names? Unless you have unusual/non-default options in /etc/resolv.conf ?19:33
naccI *think* it's used to try and resolve any name that fails to resolve19:33
nacc(on its own)19:33
naccas a FQDN isn't known to be a FQDN until it resolves (in my head)19:34
sarnoldsdeziel: no one ever types the . though, heh :)19:34
sdezielby default, having at least 1 dot means the initial query will be tried first then search will be attempted19:35
sarnoldhrm, really? that's not my recollection, lst time i looked at it19:35
sdezielsarnold: I didn't mean '.' (root) but in your example www.google.com this has dots19:35
sarnoldI thuoght it required the finial . to skip the search19:35
naccquick, somebody strace!19:35
sdezielman resolv.conf see ndots19:35
naccinteresting19:36
sarnoldbummer, no notes on when it was introduced19:36
sarnoldcould be I just noticed 401202 instead and assumed I saw something else, last time I used search19:40
rbasaksarnold: looks like it was there in 2008 at least, looking at the git-ubuntu repository for the manpages package.19:46
naccpkg archaeology ftw19:46
sarnoldrbasak: oh handy :)19:52
Epx998anyone know the right way to call depmod in a chroot when updating the netboot image with newer ethernet drivers21:02
Epx998- /nick Epx99822:13
=== Epx998- is now known as Epx998
Epx998Install hung at finishing installation -> preseed, never seen that before22:14
sarnoldEpx998: you didn't miss anything while you were away22:14
Epx998yeah22:14
Luxray5474Aww yeah22:17
Luxray5474I got almost everything to work now22:18
Epx998lies22:18
Epx998work is STILL making me build systems on ub12 buh22:18
naccLuxray5474: nice, so the reinstall worked ok?22:18
Luxray5474Yep22:18
Luxray5474Now have Plex and vsftpd running22:18
Luxray5474(after much frustration of course)22:18
Luxray5474I'm gonna install UnrealIRCd, and node (for my IRC bot)22:19
Luxray5474that reminds me, is there any remote server management applications like Pulseway, but for linux22:19
Luxray5474?*22:19
sarnolddozens?22:20
nacctypically the answer to "is there any ... " queries is "yes".22:21
naccand or ltmgfy22:21
nacclmgtfy rather! :)22:21
Luxray5474is there any for android tho22:22
Luxray5474(like pulseway)22:22
nacccf my answer above.22:22
naccas in, go google it?22:22
sarnoldI installed a nagios frontend on my phone once22:22
sarnoldit was meant to motivate me to set up nagios22:23
naccpulseway has an android app22:23
naccsarnold: lol22:23
sarnoldbut nagios looks kinda crunky22:23
sarnoldand the replacements are crunky22:23
sarnoldand prometheus looks neat but also looks like deploying it is a bit of a procedure22:23
* nacc pictures sarnold dancing to crunk22:24
sarnoldcrunky ain't dead man22:24
naccheh22:24
Luxray5474how do you do those texts? https://s15.postimg.cc/64hfvpwjv/screenshot_61.png22:24
sarnoldof course reading the pcp sources and docs for the pcp MIR made me want to use it on my own systems.. and netflix's vector thing looks neat..22:24
sarnoldLuxray5474: /me foo22:25
* sarnold foo22:25
Luxray5474oh22:25
Luxray5474thanks lol22:25
Luxray5474really off the subject at hand, who else likes i n t e n s e   t e r m i n a l    f l o o d   ?22:29
Luxray5474it happens a lot when i tail all Plex's logs22:31
dpb1less helps with that22:43
sarnoldor maybe go the opposite way and use ccze or something to make it much noisier still23:32

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