=== LandonJH is now known as BoldInterrobang [00:05] test [00:41] Anyone here able to help with a RAID question [00:46] Seem to have got myself into an unexpected situation when growing a software RAID array === med_ is now known as Guest34220 === not_phunyguy is now known as phunyguy [04:04] how to disable aaaaa records in dnsmasq? I dont need ipv6 addresses. === JanC_ is now known as JanC [08:19] Good morning. [08:26] hello , Can I ask about conjure-up openstack base maas ? [08:26] !ask | joy_ [08:26] joy_: 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 [08:27] I tested conjure-up openstack base maas and it required 18 machines (physical machines). How can I reduce to 4 machines? [08:47] 18 machines ! [08:47] oh, he's gone === G_ is now known as G [11:04] hey thre [11:04] I am again trying to compile horizon deb package [11:04] and because of the two tarballs [11:04] I cant build it [11:04] I fixed it last time [11:07] mmm maybe I was pointing to the wrong dsc file [12:13] is it posibile to have server rooter all in one. in forum some are working on rooter part, please help me put together a better alternative to https://www.aliexpress.com/item/4-Lan-Quad-Core-J1900-Pfsense-box-Qotom-Q190G4N-with-Intel-celeron-J1900-VGA-4-usb/32773274516.html?spm=2114.13010208.99999999.372.co0xaT [12:23] hi [12:23] what's the workaround for nobootwait now in 16.04+? [12:25] nofail doesn't look like an option [13:03] $ qemu-nbd --connect=/dev/nbd0 disk ... then got this err message: Failed to bind socket: Address already in use [13:10] Hi everyone. I'm on Ubuntu server 14.04 LTS and I'm trying to install openvpn and easyrsa. I'm getting an error I'm not sure how to solve. http://pastie.org/pastes/10988785/text unmet dependencies. [13:12] WACOMalt_: Is everything coming from the Ubuntu repositories? [13:12] not sure [13:12] how can I check? [13:12] 'apt-cache policy' on those packages. [13:13] locales is coming from debian and ubuntu.com [13:14] and libc-bin is also coming from ubuntu.com [13:15] this is what I get if I run sudo apt-get -f install [13:15] http://pastie.org/pastes/10988787/text [13:15] Should those come from debian? [13:16] !info libc-bin trusty [13:16] libc-bin (source: eglibc): Embedded GNU C Library: Binaries. In component main, is required. Version 2.19-0ubuntu6.9 (trusty), package size 1079 kB, installed size 3274 kB [13:16] !info locales trusty [13:16] locales (source: langpack-locales): common files for locale support. In component main, is required. Version 2.13+git20120306-12.1 (trusty), package size 2631 kB, installed size 9136 kB [13:16] Hmm [13:20] I'm going to have to try to tackle this later. thanks for the help lordievader [13:20] I'll be back :P [13:20] Hey guys , i have ubuntu server 14.04 , should i upgrade to 16.04 , or 14.04 can go for a couple more years ? [13:36] coreycb: pyroute2 is in main btw [13:37] cobra-the-joker, depends [13:37] I have 2 systems still on 14.04 LTS because of specific apps [13:38] zul, great [13:39] Ussat: depends on what ? the application is running on 14.04 , but security and such ? [13:39] cobra-the-joker, in my case that applications have not been certified for 16.04 yet === evade is now known as evade_ [16:07] this is killing me [16:07] grub-probe: error: cannot find a GRUB drive for /dev/sda1 [16:08] thats on a system that is very remote. This happened after a kernel upgrade. 14.04 [16:08] I was reading in a buglog to first remove grub then reinstall...now...i got no drivemap... [16:09] very afraid to reboot this thing. [16:10] its a software router ...its been running for almost a year without issue...decided to do an update and now....not sure its going to come back up. Also there are kernel packages that are being held back [16:11] you should just be able to install-grub to the device [16:13] assuming your /boot folder was unaffected, as long as grub is installed to the boot device, it *should* work. though I'm no expert === iberezovskiy is now known as iberezovskiy|off [16:22] it will not install though [16:22] grub-install: error: cannot find a GRUB drive for /dev/sda1. Check your device.map. [16:24] grendal_prime: What is the actual command you are using to install grub? [16:24] its werid...everything looks like its there. [16:25] ummm [16:25] grub-install /dev/sda1 [16:25] You need 'grub-install /dev/sda' you install grub to a drive not a partition. [16:25] im looking at similar systems, they do not seem to have a devices.map file ether. [16:25] ya that fails as well [16:26] Same error? [16:26] yep came back with the partion name as well [16:26] grub-install: error: cannot find a GRUB drive for /dev/sda1. Check your device.map. [16:26] /boot is mounted I presume? [16:27] ill check with mount correct? [16:27] Yes [16:27] hmm does not look like it [16:28] what would cause that .. [16:28] Mount it and try again, unless /boot resides on / and is not a separate partition. [16:30] that could be the case [16:30] /dev/sda1 on / type ext4 (rw,errors=remount-ro) [16:30] im looking at another system ..that was built around the same time...it has same mount points, no bood. [16:31] no '/boot/ that is [16:33] this sucks, im going to have to build a replacement unit, drive way the hell out there and switch it out. [16:35] its a private cloud server....vpn concentrator/router-firewall/filer. === sarnold_ is now known as sarnold === evade is now known as evade_ === evade is now known as evade_ [17:31] So is there no way to limit how many kernels are kept on an Ubuntu Server *in an automated fashion*? [17:31] I've had issues updating becuase /boot filled up. That's why I'm asking. [17:47] SuperLag: well what I do is after running apt update, run apt autoremove [18:28] SuperLag: it's actually automated in 16.04, see /etc/apt/apt.conf.d/01autoremove-kernels [18:29] and /etc/kernel/postinst.d/apt-auto-removal [18:31] also 14.04 apparently [18:48] it doesn't always seem to work though :/ [19:06] powersj: maybe cron-jobbing "apt-get -y autoremove" is the way to go :/ [19:08] yeah if you are running out of space or to remember to do it every once and a while (but I don't) [19:46] hello [19:47] i'll be very short, i accidentally changed the ownership of the /var folder, can i do anything else except reinstall the whole system on my vps ? [19:53] guillaume___: was it just /var or was it /var and all its children? === arooni_team_b is now known as arooni === arooni is now known as arooni_team_b === arooni_team_b is now known as arooni === arooni is now known as arooni_team_b === arooni_team_b is now known as arooni