[05:05] Bug #1770072 opened: exiting "failed to enter rescue mode" should (optionally) not reboot [05:56] i'm trying to deploy with maas-cli a custom debian i've uploaded. What would the value be in "distro_series"? No matter what i try there, it doesn't seem to find the custom uploaded image. Can't they be deployed via maas-cli? [06:59] Bug #1770091 opened: Special filesystems added twice on deploy === frankban|afk is now known as frankban [08:18] and seems the raw file i downloaded from debian needs to be comprssed before uploading as maas expect it to be a tarball [08:18] (and still have to deploy it from the gui) [08:18] but next problem in my hands is that debian doesn't have dpkg and maas fails deployment [08:21] tosaraja: debian is not suported [08:21] roaksoax: that's it then... guessi have to go back to trying centos [08:22] tosaraja: and if your image doesn't have dpkg, that's a problem in the image, not MAAS [08:22] yeah, agreed there [08:22] tried just downloading the stock raw image from debian if would have worked. [08:23] that's strange though, that the image doesn't have dpkg in it [08:23] aaah not necessarily btw [08:23] Stderr: chroot: failed to run command 'dpkg': No such file or directory [08:23] could that error come from dpkg not finding what it is looking for [08:24] yeah the command is most likely unshare', '--fork', '--pid', '--', 'chroot', '/tmp/tmp_li3uyg8/target', 'dpkg', '--print-architecture [08:25] so it is dpkg it can't find [08:28] yeah, no idea unfortunately. I've never tried to deploy debian [08:28] why not just use ubuntu ? [08:32] they tend to crash too often. either mysterious errors while forking a process or nfscache just hitting a known bug that hasn't been fixed. We've tried using 16.04, 17.04, 17.10 and now we should try 18.04, but it didn't start deploying right of the bat so to say [08:33] saw that someone had figured out how to upload debian into maas... yeah that went ok after a few hours of figuring out the tarball issue and the fact that it the maas-cli apparently doesn't know how to deploy them. i guess it's time to pick the fight between centos 7 and 18.04 now [08:33] tosaraja: right, but if you having those nfs related crashes in Ubuntu you'll most likely have them in debian as well [08:34] indeed possible [08:38] Hi, does anyone know how i can list all hosts in a domain using cli, the gui eqivalent of :5240/MAAS/#/domain/0 [08:42] bjarne: maas domains read ? [08:43] bjarne: maas domain read # for a single domain [09:00] Welll, I want all hosts in that domain, not the domain info it self. The gui says "maas (default): 59 hosts, 135 records total" with records like "admin.compute-1 A 192.168.x.x" Its the records i want [09:05] Bug #1770126 opened: [2.4b3] Upgrading a rack controller doesn't automatically update image status or version [09:21] Bug #1770130 opened: [2.4] API doesn't list dns resources automatically created by MAAS [09:42] bjarne: /win 4 [09:55] If I choose to deploy a CentOS7, why is it loading "error: no such device: /efi/ubuntu/shimx64.efi." that says ubuntu, and the grub is also Ubuntus? [10:17] tosaraja: https://bugs.launchpad.net/maas/+bug/1740925 [10:17] ah found the problem: https://bugs.launchpad.net/maas/+bug/1740925 [10:18] indeed [10:18] lol, what timing :D [10:18] after 10 minutes of searching we paste the link within 2 seconds :D' [10:21] tosaraja: http://paste.ubuntu.com/p/kRyT5pvyFR/ /usr/lib/python3/dist-packages/provisioningserver/templates/uefi/config.local.amd64.template [10:21] tosaraja: that /may/ fix the issue [10:21] thanks, i'll have a look [10:21] tosaraja: you'd need to restart maas-rackd though [10:21] tosaraja: if that works, I can commit that [10:21] or could i just update to maas 2.4.0beta4? [10:21] ah, that's the fix apparently [10:22] i have not tested that, but that may fix it [10:22] i can test it [10:25] roaksoax: what do you mean "/win 4" [10:33] roaksoax: modified the file under /usr/lib/python3/dist-packages/provisioningserver/templates/uefi [10:34] let's see if it affected anything [10:39] roaksoax: it did what we'd expect it to do...kinda :D error: no such device: /efi/redhat/grub.efi. [11:15] Bug #1770141 opened: [2.4b3] When SMART is not supported on a drive, some tests pass and some are skipped [11:25] bjarne: sorry, that was a typo [11:35] ok, so no idea how to get the hosts for a domain then? [11:36] im on 2.3.0 [11:40] bjarne: there's an open bug where the api doesn't show the hostnames under dnsresources for those that maas automatically genreated [11:40] i thought that had been fixed [11:40] but obviously it hasnt [12:47] What's the recommended way of getting MAAS's DNS entries in to an upstream DNS server? [12:48] KingJ_: maas doesn't send entries into an upstream DNS server [12:48] KingJ_: maas can be configured to use another dns server as a forwarder === KingJ_ is now known as KingJ [12:48] KingJ_: but you could tweak your dns server to send stuff uip to another if you dont mess with maas' configuration I guess [12:49] Indeed, which lets MAAS resolve for its own managed servers and other items upstream, but what i'm looking to do is allow non-MASS managed hosts to resolve MASS managed ones - so somehow I need to either get MAAS's DNS entries on to an upstream DNS server, or have the upstream DNS server query MAAS for the specific MAAS domain? [12:51] KingJ: i dont specifically know. I've never done anything similar myself [12:51] although, it may be possible by configuring bind to do so [12:52] I'm a little adverse to modifying MASS's own bind configuration as it may get wiped out on an upgrade... but equally i'm also deploying MAAS hosts in to an existing domain rather than a MASS specific domain, so I can't get my upstream DNS server to forward e.g. requests for host.mass.domain.com to the MAAS server. [12:53] The only other way i've possibly seen mentioned is adding a DHCP snippet that uses Dynamic DNS to register the hostname in my upstream DNS server? But that feels iffy... having the host register itself with my upstream DNS server rather than having MAAS push that through? [12:54] KingJ: yeah it feels iffy to me too [12:54] i would not do DDNS [12:54] although its possible [12:54] i think thta's probably the only way to do it [12:56] I've just stumbled across this too, which hmm, could work - get the upstream DNS server to do a zone transfer. Although i'm not sure if that'd work given it's the same zone (plus, it's not yet implemented so for now I would need to alter the config, but I feel like that's less hacky than the DHCP snippet for DDNS?) [12:56] https://bugs.launchpad.net/maas/+bug/1711395 [16:13] Bug #1770201 opened: During enlistment DNS resolution failures leave required packages uninstalled === frankban is now known as frankban|afk [16:43] Bug #1732194 changed: [2.3rc2, UI] When I want to add a new interface to a device the MAC address field has a red border <2.3qa> [18:25] Bug # changed: 1764830, 1769448, 1769468, 1769471 [18:28] Bug # opened: 1764830, 1769448, 1769468, 1769471 [18:34] Bug # changed: 1764830, 1769448, 1769468, 1769471 [19:52] Hi there, trying to find Supermicro 1028U-TNRTP+ using MAAS 2.3.0. MAAS discovers the baremetal but it is unable to configure IPMI automatically. In fact, it doesn't work setting it manually. I will paste the log error. Seems to be an IPMI communication issue [19:53] May 9 19:30:30 sea-ec220-mrk-1 maas.power: [info] Changing power state (on) of node: cuddly-iguana (nyamym) May 9 19:30:30 sea-ec220-mrk-1 maas.power: [error] Error changing power state (on) of node: cuddly-iguana (nyamym) May 9 19:34:12 sea-ec220-mrk-1 maas.power: [error] cuddly-iguana: Power state could not be queried: expect bytes or str, not NoneType May 9 19:34:13 sea-ec220-mrk-1 maas.power: [error] cuddly-iguana: Failed to r [19:56] maticue: what version of MAAS are you using ? [19:56] roaksoax: MAAS version: 2.3.0 (6434-gd354690-0ubuntu1~16.04.1) [20:03] maticue: have you tried upgrading to 2.3.2 and seeing if the issue is fixed ? [20:03] roaksoax: nop, but I can test it [20:03] roaksoax: I will do it and back to you [20:21] maticue: ok, that said, never seen that specific error before... [21:08] Just setup MAAS on 18.04 - got servers PXE'ing off of it. [21:09] We see the 2 machines under USED for the IP addresses [21:09] but they don't show up under machines or Network discovery [21:09] any ideas? [21:10] roaksoax: Solved! maas region controller was 2.3.0, maas rack controller was 2.2.2-6099-g8751f91-0ubuntu1~16.04.1. Upgraded maas rack controller to 2.3.0 and it worked. Thanks!!! [21:11] maticue: cool [21:12] blahrus: probably an issue we tracking where is not correctly running internal services [21:12] roaksoax: Is there a fix? [21:13] blahrus rc1 will hvae lots of fixes improviding various backend processing issues [21:13] which would be related to weird behavior [21:13] like the one you describe [21:15] ETA for that, or should I downgrade versions? [21:16] blahrus: hopefully friday [21:18] blahrus: but that siad, if it shows 2 ip's address [21:18] blahrus: it could also be that those are just lingering from the DHC{ and have not yet expired [21:18] It shows the 2 systems got leases [21:18] I watched cloud-init run on the boxes [21:18] then they shut down [21:19] blahrus: well it could be the leases for other interface son the same nodes [21:19] e.g. during commissioning it tries to identify whether other interfaces are in the same l2 [21:20] Right, but if got all the way through cloud-init and it shuts down - shouldn't somnething show up in Machines? [21:21] blahrus: it could have failed [21:21] blahrus: where you enlisting the machine ? [21:21] Only thing I did was reboot the server to the PXE [21:26] Bug #1706696 changed: maas auto-allocates machines via pods even when zone is included in constraints [21:35] roaksoax, looks like if I manually add the system and PXE boot it, MAAS sees it and sets it to ready [21:37] I am trying to commission multiple machines with the CLI. I tried this: /usr/bin/maas root machines accept machines=[m1,m2,m3] but it is not working [21:37] is there a way to send a list or something similar through the maas CLI for multiple machines? [21:41] Bug #1770273 opened: [2.4, UI] IP assignment form for a machine has been mixed with that one of a device [21:43] pines: maas admin machines accept machines=8kngxk machines=htbkpm [21:44] pines: but oyu need to use the system-ids [21:44] pines: or you can do accept-all iirc [21:44] maas machines accept machines= machines= [21:47] roaksoax: Thanks a lot... I thought I could sort it out with a list, but now it is clear to me. It is confusing if it sasy machines..should say machine, so you know it only allows one :) [21:50] Bug #1770273 changed: [2.4, UI] IP assignment form for a machine has been mixed with that one of a device [21:52] pines: yeah we are hoepfully redesisgning the cli next cycle [21:56] Bug #1770273 opened: [2.4, UI] IP assignment form for a machine has been mixed with that one of a device [22:13] roaksoax: Would it be the same case for teh following command? /usr/bin/maas root machines set-zone nodes=system_id1 nodes=system_id2 zone=ZONE [22:13] or I need to do this one by one?