[03:21] has anyone else reported a hung reboot process on a new install [03:22] not recently [03:23] ive had 3 using ubuntu 18.04 on an HP ml350p [04:14] I know yum packages from defaults repos are signed.. is it same for deb packages from ubuntu repos? [04:14] I think so, but I want to double check [04:16] axisys: the ubuntu / debian apt security model revolves around the repository keys in /etc/apt/trusted.gpg /etc/apt/trusted.gpg.d/ [04:16] axisys: by default it is set up to trust official ubuntu mirrors [04:17] axisys: anyone can run a mirror, but some mirrors are more up to date than others [04:17] sarnold: thank you! [04:17] axisys: the InRelease files in the archive mirrors describe the files containing SHA256 hashes [04:17] and those describe the packages [04:18] so the packages aren't individually signed, but you can follow a chain of trust back towards the public keys on your system [04:19] axisys: take a look at the InRelease file here http://archive.ubuntu.com/ubuntu/dists/bionic-updates/ [04:21] sarnold: so that is different from yum I think where individual packages are signed? OR probably not.. I suppose a question for different channel .. appreciate all these details [04:22] axisys: definitely; the last time I used yum it was on a g3 ibook :) [04:22] axisys: the last time I used rpm, definitely each rpm was individually signed [04:22] but I don't know if that's still the case [04:24] sarnold: checking with #centos .. thanks again [04:25] woot [04:25] have fun axisys [04:28] my Dell PowerEdge 4600 has been decommissioned, and I am now on ubuntu 18.04 with this https://termbin.com/cpl4 [04:28] 92 gigs? [04:35] yup [04:42] you need some 2670's or better in that baby [04:43] its for small home office and hobby machine [07:21] Good morning [08:06] Hello, my server crashed, what should i do? https://paste.ubuntu.com/p/BK4sVMvKzK/ [08:06] Myros: storage issues (amongst other, but those are critical). replace sdf [08:09] your hard disks seem to generally run way too hot [08:09] thats if those readings are correct [08:14] why do you run gnome-shell on y server? [08:14] s/ y / a / [08:15] Myros: do you actually read this? [08:15] Yes [08:16] I use the server with other persons gnome-shell is likley from another user [08:21] you should probably be using separate hardware. [08:23] until then, sort out the disk and cooling issues. [08:23] Ok, thanks [08:26] Wait, how hot are my disk, i found only 39° on sdb and 35° on sdf [08:26] What did you found? [08:29] 40C for a disk is quite hot. You want those to be around 20-30C. [08:30] Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 115 to 113 [08:31] those can be raw values, hopefully are [08:32] your php installation also looks broken [08:32] mixed API versions on modules [08:34] Ok thanks [09:13] tomreyn: those are normalized values. smartd logs normalized values changes. [09:18] blackflow: unless it states differently, i'd expect them to be normalized, too. but then there is sometimes incorrect data in smart's db. and while we don't know how these hdds are installed, it is surprising that smartd reports temperatures around 40 °C for some and > 100 °C for others. [09:18] either way, needs investigation [09:22] depends how the vendor is encoding the normalized value, but smartd will always logged normalized values. [09:22] *log [10:59] good morning [14:27] Did something just break on cosmic-security? [14:27] E: Type 'cosmic-security' is not known on line 50 in source list /etc/apt/sources.list [14:27] this just started happening on new lcd containers 2 minutes ago [14:27] lxd [14:30] ... and now it works again :/ [14:31] gremlins [14:31] Probably hit the server while it was being updated [14:35] Howdy yall [14:36] Does anyone know why the Ubuntu security notice website and announce list sometimes lag behind the actual patches? [14:39] sending a lot of e-mails probably takes hours [14:42] tomreyn, It must take like a whole day for those 0's and 1's to crawl through all the cables of the Interwebs.... =P [14:44] evit: another possibility is to that some time is given for external mirrors to pull the new packages [14:44] I'm speakin of https://usn.ubuntu.com/ [14:45] Not showing updates until the day AFTER they are released some times [14:45] The day AFTER the announce list email goes out [14:45] evit: I'd ask on #ubuntu-hardened [14:47] Just seems odd... Some of those vuln are no joke, seems like the site and annouce list should be updated immediately [14:49] gracias! [16:33] jamespage: for py3 openstack dependencies, should we go ahead and drop all py2 packages from deps that swift doesn't depend on? [16:49] anyone use powernap on their server [16:53] jamespage: it only depends on a few projects like python-keystone* but it might get to be a tangled mess [17:04] jamespage: btw i let bileto do all my dep 8 tests and it took longer but it is really nice to just land into -updates! [17:05] actually -release, but same idea, not -proposed [17:10] jamespage: anyway basically done with stein snapshots on my end === Luke_ is now known as LUke === LUke is now known as Luke [22:48] Hi [22:48] I need some help [22:49] !ask | zzlatev_ [22:49] zzlatev_: 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 !patience [22:49] I compiled nginx from source, but now i have two versions [22:49] how can I use the new one? [22:50] zzlatev_: good luck [22:50] thanx [22:56] uninstall the packaged one, and (maybe, to be considered) follow the instructions on the INSTALL file (if it exists) or README file to make it usable. [22:57] tomreyn: [22:57] a better option may be to use the ubuntu packaged nginx pakcages, or their source packages, and patch + build those. [22:58] i use the official source [23:03] so? [23:05] Hi guys [23:06] I have installed webmin but there's nothing on port 10000 [23:06] can you hel me [23:06] you can use sudo netstat -tlnp to find the listening port [23:06] be careful with webmin [23:06] historically they've had crap code [23:07] loads of remote vulnerabilities.. so be sure to restrict access to it to only the machine you want to use to admin it [23:08] such as localhost [23:08] sarnold: yes, I have bad experience with it [23:08] but now i need it because of nginx and stalker portal [23:10] sarnold: can you help me with nginx? [23:10] I have two of them now [23:10] zzlatev_: you'll have to be a lot more specific [23:10] OK [23:10] why do you have two? what are youtrying to accomplish? etc [23:11] I want to install new version of nginx for example - 1.15 [23:11] the only option for that is to compiled from source [23:13] I did this and now I have two nginx - one from source and one from ppa [23:15] sarnold: [23:15] that's it [23:15] hah, I kept waiting for some kind of question, or problem you're having, etc :) [23:16] what's your goal? do you want to remove the one we've packaged for you? [23:16] or do you just want to know how to run them both simultaneously? [23:17] I want to run the new version [23:17] because I need it for my stalker portal [23:17] that's it [23:17] now I have two versions [23:20] sarnold: [23:22] zzlatev_: I don't know how you installed your new version [23:23] zzlatev_: you're the one who's going to know how to use it :) [23:24] I ask about how to remove the old one... [23:26] aha! [23:26] apt-get purge nginx [23:27] i see nginx referenced heh [23:28] sarnold: does this command erase all nginx? [23:28] ok, i don't need to erase anything [23:28] i need to use the new version [23:28] can you help me guys? [23:28] zzlatev_: it'll erase the NGINX that was installed by the package [23:28] hey teward [23:28] the package itself will only utilize its own version, because of how the SystemD unit is configured [23:28] zzlatev_: apt-get purge nginx will only remove the version that we packaged [23:28] i should PROBABLY mention... [23:29] that I also provide a 1.15.x PPA that is very close to what we have in Ubuntu in terms of package structure [23:29] so no need to manually compile from source ;) [23:29] we just don't advertise PPAs here typically [23:29] ok, that sounds good [23:29] !ppa [23:29] A Personal Package Archive (PPA) can provide alternate software not normally available in the offical Ubuntu repositories - Looking for a PPA? See https://launchpad.net/ubuntu/+ppas - WARNING: PPAs are unsupported third-party packages, and you use them at your own risk. See also !addppa and !ppa-purge [23:29] because that ^ [23:29] teward: do you mean that 1.15 is in PPA? [23:30] https://launchpad.net/~nginx/+archive/ubuntu/development [23:30] Yes, there is a PPA that contains 1.15 and can be installed like the Ubuntu repositories' version is. [23:30] https://launchpad.net/~nginx/+archive/ubuntu/development <-- yep this one [23:32] come on...really [23:32] zzlatev_: yeah :) teward's been taking good care of nginx for us for ages :) [23:33] been doing this since 2014 :P [23:33] but what about compiled [23:34] i'm not sure what you did to install the compiled version [23:34] but the by-hand compiling that you did will not be run unless you installed it WITHOUT the Ubuntu version of nginx installed [23:35] because of reasons and conflicting configuration file(s) and versions, and incorrectly-configured SystemD units which handle autostart of nginx [23:35] so if I install your version 1.15 from the repo it will replace the old one [23:35] it will replace the one from the main Ubuntu repository that you used, yes. [23:35] yes [23:36] apt-get insttall nginx [23:36] or nginx-dev [23:36] ? [23:36] from the repo [23:36] just apt-get install nginx [23:36] nginx-full [23:36] The following packages will be upgraded: [23:36] nginx nginx-common [23:36] 2 upgraded, 11 newly installed, 1 to remove and 1 not upgraded. [23:37] 955 kB of additional disk space will be used. [23:37] only 955kb? [23:37] there's not much difference between what's in Ubuntu currently and what you're installing. :P [23:37] similar, but different. :P [23:37] i have installed 1.10 from ubuntu [23:38] i don't know from what repo [23:38] oops i accidentally burned food back in a moment [23:38] which* [23:38] zzlatev_: you installed the version that was in the Ubuntu repositories [23:38] yes [23:39] teward: come ooooooooon [23:39] you are great! [23:40] zlatev@Zlatev:~$ nginx -V [23:40] nginx version: nginx/1.15.6