=== ^wuseman is now known as Guest5461 [08:01] Is there any difference on Nginx and PHP performance between Linux distros? Let's say CentOS vs Ubuntu? [08:25] only really version differences [08:25] eg: if version 7.1 is %50 faster than version 7.0 then yes [08:25] but it's the same base products with the same tuning / configuration potential [08:37] Is ZFS supported by Ubuntu? [11:03] hey jamespage - do you know how I can have sbuild use gcc-10 on a jammy sbuild, or should I just use an impish for right now? [11:04] icey: context? normally you would have to just use the gcc-10 specific package as a dep rather than just gcc/g++ [11:05] jamespage: I'm running into that build failure with a new warning in spdk, I'm trying it on an impish sbuild right nwo to see if it builds cleanly there but would like to make progress on validating openssl 3 before working out fixing the gcc-11 changes needed [11:05] ok [11:15] jamespage: I don't see gcc/g++ in ceph's d/control? I do see clang so I'm kind of confused about where we're pulling in gcc-11 to do some of the building [11:16] icey: it's probably part of the implicity set of depends that an build root uses [11:16] gcc-11 is the default gcc [11:16] https://www.irccloud.com/pastebin/UcsYQtY6/ [11:16] yup [11:17] so you can directly list gcc-10 and g++-10 as BD's [11:17] however I think you'd then need to set CXX and CC to the versioned binary names as well in debian/rules === cpaelzer_ is now known as cpaelzer [14:12] jamespage: building with gcc-10 didn't resolve it; I'm really uncertain where to go from here on building ceph :-/ [14:13] there's also a bunch of similar ftbfs in debian it looksl ike [14:13] looks like [14:13] [14:19] icey: it might be that what warnings are actually errors is set outside of the compiler version? [14:20] maybe, the really uncomfortable bit for me is that this same version built fairly recently for impish: https://launchpad.net/ubuntu/+source/ceph/16.2.6-0ubuntu1/+build/22091226 [14:22] do you have a build log of the failure handy somewhere? [14:22] icey: ^^ [14:24] jamespage: let me re-run it (doesn't take _that_ long) and pastebin it === pizzaiolo is now known as pizza [15:26] jamespage: https://paste.ubuntu.com/p/9fycy4hnJG/ [16:07] icey: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993179 [16:08] Debian bug 993179 in src:ncurses "ncurses: enable format function attributes by default" [Normal, Open] [16:08] the fix for that is in the jammy version [16:09] so new checks -> new errors [16:13] jamespage: yeah, I suspect it'll be a spdk bug to update to the newer ncurses technically in the long ru [16:13] run [16:14] jamespage: could probably do something like this: https://github.com/tmux/tmux/pull/2851#issuecomment-916581370 [16:14] Pull 2851 in tmux/tmux "Add -Wno-format-nonliteral." [Closed] === gschanuel1 is now known as gschanuel === genii-core is now known as genii [18:48] When I try to install nginx, apt-get gives me: Version: 1.18.0-0ubuntu1.2 - I'd like to install the latest mainline version (1.21.x), any way to do this by apt-get? [18:52] deksar: Might be possible using a third-party apt repository. [18:55] deksar: https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/ seem to suggest the existance of upstream apt repos. === genii is now known as genii-core