[00:32] hello, i just apt-get upgraded a remote server, and it is asking me about configuring grub-pc - and this is a server in hetzner - it is asking which harddrive to install [00:32] i got /dev/sdb and /dev/sdc into a /dev/md1 and /dev/md2 [00:33] so i dont know where to install [00:47] well it worked, i found the correct disk === Piper-Off is now known as Monthrect === CiPi is now known as cipi [09:47] hi, what "update" in apt-get really does? does a query in a certain database to detect which new packages are available? [09:47] It queries the update servers for new package lists. [09:48] but it compares that new list to the installed packages? [09:49] i wonder if apt-get manages a database with used packages or check which packages are installed all the time [09:50] It does not compare packages. [09:50] update downloads new package lists, if available. [09:50] dist-upgrade compares the installed packages against the package lists and installs updated packages. [09:50] ok === cipi is now known as CiPi [10:39] Good morning. === Monthrect is now known as Piper-Off === Lcawte|Away is now known as Lcawte === Piper-Off is now known as Monthrect === Monthrect is now known as Piper-Off === CiPi is now known as cipi === Piper-Off is now known as Monthrect === Monthrect is now known as Piper-Off === Lcawte is now known as Lcawte|Away [17:30] I am having a very difficult time getting php to write an error log. The settings I change are showing up in phpinfo() I tried the webroot direcory and /var/log/apache2 but nethier writ to the file. Permissions are 640 and i have tried many owners. What am I missing or doing wrong? [17:38] cynixx3: what is the user that is trying to write the log file ? [17:40] ikonia, I am not sure. I have tried the apache user and the web user as well as the log group adm when it was in var/log/apache2 like the rest of the files in those directories. [17:41] cynixx3: why do you think it's related to permissions ? [17:42] ikonia, I am really not sure what the problem is. permissions are just a guess. [17:43] so how have you gone about debugging this ? [17:43] what sort of logging/log file are you expecting ? [17:45] I am trying to get php errors, depricated functions, and script coding errors. I have taken the steps in my initial question. changed php.ini, created the file, updated owner and perms to what it looked like it needed, and reloaded apache2. [17:45] hi all. Am not a big tech. Am an accountant, but love linux etc and am messing around. Am wanting to know what is better for a production single server to run multiple applications etc? Juju, or straight docker? [17:45] very opinionated, but struggling to get an idea of which to play with first [17:45] suggestions welcome [17:47] ikonia, when it didnt work in /var/log/apache2/phperror.log I moved it to my webroot directory and changed the owner and permissions to match the rest of the files, restarted apache and the log is still 0b after viewing some php pages with issues. === neurotus is now known as Guest56358 === cipi is now known as CiPi [17:59] cynixx3: that sounds like php is not setup correctly to log [18:00] if the file is getting generated (you don't need to change the owner) that means the web service is creating it [18:00] I created the file [18:00] and phpinfo is showing that logging is on and it shows the directory I set when I change it. [18:03] you may not have the error level/redirect setup properly [18:37] can someone paste: tree /boot/efi or ls -al /boot/efi/EFI/ubuntu [18:37] I tried to script a Vivid install under EFI in a VM and it works, but I never see a grub menu [18:38] tree sometimes is garbled without unicode support [18:41] grub-install seems to do all the right things including a boot entry in EFI menu [18:48] to add EFI entry: efibootmgr -c -L ubuntu -l \\EFI\\ubuntu\\grubx64.efi --disk /dev/xvda --part 1 === Lcawte|Away is now known as Lcawte === CiPi is now known as cipi === cipi is now known as CiPi === Lcawte is now known as Lcawte|Away