[01:13] if I was asked for a username and password for a dedicated box I most likely won't get root access right? [01:13] But the user will have root perm? [01:16] probably your isp is using those to populate a user account with sudo access in a default image; but it's hard to be certain [02:35] what does ~/folder mean? [02:35] a directory named 'folder' in your home directory [03:29] libapache2-mod-scgi was removed from 22.04 right? [03:29] I must compile from source? [03:30] https://launchpad.net/ubuntu/+source/scgi [03:30] yeah that's what that looks like [03:35] what abut libtorrent21? [03:40] what about libtorrent21 ? [04:05] libtorrent21 is still in 22.04 - https://launchpad.net/ubuntu/jammy/+source/libtorrent [05:31] If I install these https://www.cloudbooklet.com/how-to-install-php-fpm-with-apache-on-ubuntu-22-04/ sudo apt install php8.1-fpm php8.1 libapache2-mod-php8.1 php8.1-common php8.1-mysql php8.1-xml php8.1-xmlrpc php8.1-curl php8.1-gd php8.1-imagick php8.1-cli php8.1-imap php8.1-mbstring php8.1-opcache php8.1-soap php8.1-zip php8.1-intl php8.1-bcmath unzip -y [05:32] and I run a bash script that tries to install apache2 and php curl and php-cli will it install then too on 22.04 [05:32] or since php on 22.04 is 8.1 it won't install === elastic_dog is now known as Guest2903 [14:11] are there mirrors of cdimage.ubuntu.com? im trying to download a daily-live iso and speed never exceeds 300kb/s [14:13] yes there are. never mind :) [16:41] https://www.cloudbooklet.com/how-to-install-php-fpm-with-apache-on-ubuntu-22-04/ this guide suggests to disable mpm_prefork for apache but I get an error [16:41] ERROR: The following modules depend on mpm_prefork and need to be disabled first: php8.1 [16:53] "https://www.cloudbooklet.com/how..." <- disable php8.1 [16:55] you won't use that with fpm (which replaces the php module) [16:55] I disable it and I get errors [16:56] and enable these: sudo a2enmod mpm_event proxy_fcgi setenvif (taken from your link) [16:56] I did that effendy[m] [16:57] well, we're left to guess, I suppose, what errors you're getting. [16:58] Okay that worked [16:58] I had to do it again [17:00] :) [17:02] o/ [17:02] I would like to backport libvirt 8.0.0 to Focal [17:03] I saw Ubuntu has this https://launchpad.net/~canonical-server/+archive/ubuntu/server-backports [17:03] however, I'd rather build it from the source [17:06] does server-backports ship meson >= 0.54.0~ to some repository? [17:06] it would be nice to fetch it directly from Ubuntu, rather than build that one too [17:06] cpaelzer: ^ ? [19:15] dannf: hi, is focal not affected by https://bugs.launchpad.net/ubuntu/+source/hg-git/+bug/2002045 ? [19:15] -ubottu:#ubuntu-server- Launchpad bug 2002045 in hg-git (Ubuntu Kinetic) "hg-git: autopkgtest needs update for new version of git: transport 'file' not allowed" [Undecided, In Progress] [19:15] hah, hg-git does not exist in focal (!) [19:28] does it have a new version of git? === kostkon_ is now known as kostkon [21:46] ahasenack: yeah - that confused me for a good 5-10 minutes :) [23:30] How would I forward port range 6790-6999 [23:36] I think I found it