=== jelly is now known as Are | ||
=== Are is now known as jelly | ||
amazoniantoad | I just installed ubuntu server and why is virb0 my network interface? How can I replace this? | 04:04 |
---|---|---|
lotuspsychje | amazoniantoad: ususually -server gets more active on USA wakeup | 04:11 |
amazoniantoad | lotuspsychje, i see | 04:11 |
=== cpaelzer__ is now known as cpaelzer | ||
cpaelzer | good morning (where it applies) | 05:07 |
=== lotuspsychje__ is now known as lotuspsychje | ||
yossarianuk | hi - I am trying to setup xseveral bridges (over a bind) in netplan - some of the bridges should be setup with no IP - i.e if I were using rhel/centos I would use 'BOOTPROTO=none' - | 09:53 |
yossarianuk | what is the equivalent of BOOTPROTO=none in netplan config ? | 09:53 |
yossarianuk | is there a better IRC room to ask for netplan questions ? | 09:57 |
blackflow | yossarianuk: iirc just don't set the "address" property (and disable dhcp) | 09:57 |
blackflow | sorry, "addresses" | 09:57 |
yossarianuk | blackflow: thank you - should I do - addresses: | 10:23 |
yossarianuk | then leave the next line clabk | 10:23 |
yossarianuk | or just miss off the 'addresses:' part completely ? | 10:23 |
yossarianuk | Sorry that should have read ' then leave the next line blank' | 10:24 |
blackflow | I think you can omit them completely, by default they're empty. also, dhcp is by default off, so I guess you just have to not set them | 10:24 |
blackflow | yossarianuk: no. if you set "addresses" entry, it's a list, so you must set an empty list: adresses: [] | 10:24 |
blackflow | or just omit it completely | 10:24 |
yossarianuk | thank you | 10:30 |
yossarianuk | i am liking netplan - just seems bit alien to me right now. | 10:30 |
blackflow | yossarianuk: I think it's an unnecessary add-on complexity that doesn't solve any problems, and does create new ones (as it is not a complete, does not fully encapsulate what teh backends can do). | 10:36 |
blackflow | but totally cool if you like it and it works for you :) | 10:37 |
frickler | yossarianuk: https://bugs.launchpad.net/bugs/1763608 | 11:06 |
ubottu | Launchpad bug 1763608 in netplan "Netplan ignores Interfaces without IP Addresses" [Undecided,New] | 11:06 |
blackflow | ah there we go. "new problems created". yeah. | 11:10 |
=== gislaved64 is now known as gislaved | ||
=== Wryhder is now known as Lucas_Gray | ||
ahasenack | good morning | 12:02 |
Ussat | o/ | 12:14 |
=== aditya_ is now known as aditya | ||
yossarianuk | ok - I have another netplan issue - I have one bridge - using a bond - already with attached VLAN and its working . | 12:22 |
yossarianuk | however if I want to add another bridge to add a different vlan I can't as both bridges are using the same bond | 12:22 |
yossarianuk | i.e -> Error in network definition /etc/netplan/50-cloud-init.yaml line 20 column 16: test-databases: interface bond0 is already assigned to bridge br0 | 12:24 |
yossarianuk | any way around this ? | 12:24 |
rbasak | ahasenack: any comment on bug 1824638? | 12:32 |
ubottu | bug 1824638 in samba (Ubuntu) "[SRU] samba 4.10 for bionic" [Undecided,Won't fix] https://launchpad.net/bugs/1824638 | 12:32 |
=== aditya_ is now known as aditya | ||
yossarianuk | ah I think I have it... can someone sanity check this please ? -> https://pastebin.com/KTTTGpDu | 12:42 |
ahasenack | rbasak: it's a lot of work, in this case we would have to build both py2 and py3 packages | 12:43 |
ahasenack | rbasak: it's doable, but not something I should start without approval probably | 12:43 |
ahasenack | rbasak: that being said, py2.7 being EOL is a larger issue, not just about samba, and I don't think ubuntu 18.04 will switch to py3 as a whole because of that | 12:43 |
ahasenack | so while py2.7 might be eol, ubuntu 18.04 isn't | 12:44 |
rbasak | ahasenack: that matches my opinion then, thanks. | 12:45 |
ahasenack | rbasak: oh, I hadn't read your comment in the bug at all before I wrote the above :) | 12:46 |
=== gislaved54 is now known as gislaved | ||
cyphermox | yossarianuk: yes, vlans first on the bond before you add each vlan to the right bridge | 13:12 |
Encrypt | Hello everyone | 14:22 |
Encrypt | I'm coming here on the advice of people from #ubuntu | 14:22 |
teward | Encrypt: regarding...? | 14:24 |
teward | (It'd help to know the problem you're facing) | 14:24 |
yossarianuk | cyphermox: thanks for confirming ! | 14:25 |
Ussat | I would be very scared taking advice there but ok | 14:25 |
Encrypt | I wanted to do a minimal install of Ubuntu so that I could only have i3wm and xorg as desktop environment. So I had downloaded the "minimal" image. However, since I'm in a corporate environment, we have a DEB repository which requires credentials. | 14:25 |
yossarianuk | and yes its working.. | 14:25 |
Encrypt | I haven't found a way to give the credentials in the installer, not a workaround. Do you know if that's possible? | 14:26 |
Encrypt | I tried adding the credentials when it is asked to input the repo url, but since it gives that input to wget to get the Release file, it fails... :S | 14:29 |
Encrypt | As wget uses the --user and --password options | 14:30 |
Encrypt | I finally had a look at the "choose-miror" binary which corresponds to that screen but it's indeed a binary and not a BASH script as I was hoping | 14:32 |
tomreyn | Encrypt: wget actually does support passing username and password on the url (at least for http servers, have not checked other) according to its man page, see the --http-password description. | 14:37 |
vahnx | Hi all. I'm attempting to install osticket on Ubuntu 18.04 but I've been struggling quite a bit. I'm at a point where all the tutorials seem pretty outdated. Can anyone here assist me in getting this up and running? | 14:57 |
rbasak | vahnx: you're welcome to ask here, but I think you'll probably be able to get more help for osticket community support channels | 14:58 |
vahnx | ok thanks. i'll check there first. | 14:58 |
Encrypt | tomreyn: Indeed | 15:17 |
Encrypt | The issue I'm actually pointing out is that it's impossible to set a private mirror that requires authentication at install time | 15:18 |
Encrypt | Only setting a proxy is available, not setting the credentials for an APT repository | 15:18 |
rbasak | Encrypt: is that with the new installer? Feel free to file a Wishlist bug. | 15:24 |
Encrypt | rbasak, Hum... possible | 15:26 |
Encrypt | I'll file a wishlist bug, sure :) | 15:26 |
tomreyn | Encrypt: for now, run the advanced installer from your mini.iso and add these credentials into the server name field, before the hostname | 15:36 |
tomreyn | so if the hostname was archive.ubuntu.com, make it user:password@archive.ubuntu.com instead | 15:36 |
Encrypt | tomreyn, I tried, that didn't work :S | 15:37 |
tomreyn | i see | 15:37 |
tomreyn | it did the accept the input when i tried. | 15:37 |
Encrypt | Since that is given to wget to download the Release file | 15:38 |
Encrypt | And wget doesn't interpret it correctly | 15:38 |
tomreyn | why so? since we seem to have worked out that wget does accept specifying username and password on the url? | 15:39 |
=== led_dark_2 is now known as led_dark_1 | ||
=== led_dark_2 is now known as led_dark_1 | ||
jdstrand | the problem is the parser is not loading anything | 19:26 |
jdstrand | meh | 19:26 |
AvidWolf43 | hi guys | 20:56 |
AvidWolf43 | Can anyone assist me with troubleshooting a landscape installation on azure vm that is not cooperating | 20:56 |
AvidWolf43 | I beleive it is a cert error | 20:58 |
AvidWolf43 | after running "apt install landscape-server-quickstart" it goes through everything but errors out in the post install saying "problems making certificate request" | 20:59 |
sarnold | AvidWolf43: are there any more details in any logs? | 22:04 |
Mead | I made a post about configuring ubuntu server are part of my own personal learning process. Can anyone find any wrong information? https://stubbedhomelab.blogspot.com/2019/04/the-headless-server.html | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!