=== denningsrogue7 is now known as denningsrogue [07:19] Good morning === halvors1 is now known as halvors [11:36] Hi, any good tools for doing load testing on a Wordpress site hosted in Nginx web server? [12:04] hello friends [12:05] can somebody please explain to me (or point me to a resource that explains) the main differences between ubuntu and ubuntu-server? [12:08] serafeim: maybe it would help to explain your specific use case, so volunteers can think along what you are seeking [12:09] well i have some experience with ubuntu and i want to use it as a server [12:11] and i wanted to know if ubuntu-server has any major differences from plain ubuntu [12:12] i also have some specific questions about ubuntu-server though [12:15] ok here goes nothing: let's suppose i do a basic installation of ubuntu server (no other configurations). will it use a firewall for incoming requests? will it use lvm to configure the filesystems? will it use selinux ? [12:45] serafeim: https://ubuntu.com/server/docs [12:46] first learn what a server is, once you know that i bet you know the difference between ubuntu desktop and ubuntu server [13:04] hey jamespage, I'm looking at proposing a Ceph patch, I'm guessing I should propose it against the ubuntu/hirsute branch in the git repo? [13:09] jamespage: actually, I think it'd be better to pick up the upstream point release for F->H as it's been out for a month, it looks like [13:09] #+1 [13:11] jamespage: does the ceph package use any non-release specific branch, or is ubuntu/hirsute the current development target branch? [13:12] I think its all release specific [13:38] jamespage: I think I might need more guidance on how to do a ceph point release as it seems that the process we usually use for the OpenStack packages doesn't quite work :-/ [18:32] can anyone help me understand where am i screwing up the cat command? cat < /etc/apt/sources.list.d/nginx.list\n deb https://nginx.org/packages/ubuntu/ focal nginx\n deb-src https://nginx.org/packages/ubuntu/ focal ngin\n EOF [18:39] c0fe: dunno if that's your problem but the "EOF" has to be alone on its line [18:39] the last nginx is missing an "x" [18:40] besides, did you know that nginx is provided in the official Ubuntu archives? (and well maintained) [18:41] ^^^ [18:51] sdeziel: i figured it out, needed to use echo instead of cat [18:52] c0fe: if you have literal '\n' then yes, echo -e is needed [18:52] but then you don't need EOF [18:54] yeah i got it now thanks [19:55] whats the start of the emphereal range on ubunut ? [19:58] net.ipv4.ip_local_port_range = 32768 60999 [19:58] is this the range? [20:00] thank you [22:10] hmm, i disabled router advertisements in netplan 'accept-ra: no', now i can't seem to get out ot the internet via my gateway (pingable) turn RA back on and all is good again. any ideas? not sure this is an ubuntu issue