/srv/irclogs.ubuntu.com/2018/08/11/#ubuntu-server.txt

wendicotomreyn: still here?00:01
LastTalonAlright.00:04
LastTalonSo it worked this time.00:04
LastTalonNot sure what was going wrong.00:04
LastTalonThanks for your help anyway, sarnold00:04
sarnoldLastTalon: heh, bummer.. I hate not knowing what caused an issue :)00:07
wendicook thannk you, with all the info you gave me, i writted down a working plan, may y post it for you to see if i got it correctly. Thank you for suggestions https://imgur.com/a/nnDfaY500:18
sarnoldwendico: iwconfig is still useful00:19
wendicosarnold: noted, thank you i actually want my server to be wireless access point, i think i need it for that00:20
sarnoldwendico: aha, then also take a look at wpa_supplicant and ...00:20
sarnoldwendico: .. hostapd00:20
wendicosarnold: ok noted, i think i even remember using those things in that old times of WEP aircrack00:21
sarnold:D00:21
wendicoi asked on ubuntu channel but i would like a second opinion, for my virtual test, virtualbox right?00:22
sarnoldI'd rather use qemu/kvm .. install virt-manager and use that instead00:23
wendicobut that im gonna do on my desktop, in case u think im installing that on my server00:23
wendicojust for the test server 1 on the screenshot i prefer use my desktop since is more powerfull, im running ubuntu desktop last version clean install00:24
wendicofor that also qemu/kvm?00:24
sarnoldwendico: yeah; libvirt is the best way to use qemu and kvm, and virt-manager is definitely the easiest way to use libvirt00:25
wendicothank you sarnold, noted down and reading on it, runned sudo apt-get revome virtualbox ;)00:27
sarnoldlibvirt can do some really cool things.. you can have the virt-manager front-end program on one computer manage the VMs run on a bunch of other computers00:29
sarnoldI don't actually like libvirt much, but it's still the best / easiest ..00:29
wendicocan i just sudo apt-get install libvirt or should i read on it, i have experiencce only on vmware00:30
sarnoldI think apt-get install virt-manager  would bring in all you need00:31
wendicoty00:32
keithzgStarting to worry that there's something weirdly wrong with the ethernet adapter in this new server, since when it's plugged in it seems to be killing our router's internal-facing network adapter . . .01:07
sarnoldkeithzg: o_O01:10
keithzgIt's really disconcerting, if I turn the new machine on and plug it into our network in our server room, at some short but seemingly random interval (up to a few minutes) the internal-facing ethernet adapter on our router dies like so: https://paste.kde.org/prxgycxci01:16
keithzgHmm, seems like it might be a known-ish bug? Seems potentially fixable by either disabling some offloading on the network device, or by compiling and installing a newer version of the Intel e1000e driver.01:46
keithzgIn the meantime though keeping the new server plugged in on the other side of the building seems to have solved things so I might just leave things like that and leave for the weekend :P01:47
keithzg...clearly I spoke too soon.01:56
sarnoldfwiw I've always had an impression turning off offloading was a good step to take01:58
sarnoldis that a possibility for your load?01:58
keithzgsarnold: That's certainly what I'm about to try! Until now the machine in question has shown *tons* of headroom CPU-wise, so we'll see if disabling a ton of the offloading is too much for it or not (a bit more CPU usage is a small price to pay if it means the adapter isn't dying, heh)02:02
sarnoldI have a small hunch that it wouldn't be a big deal for gigabit nic anyway, there just isn't that much data to move around on such a slow medium..02:03
keithzgYeah and it's not like our uplink to the wider internet is gigabit anyways, so the actual traffic through our router should be even more modest still.02:03
=== LastTalon_ is now known as LastTalon
=== havenstance_ is now known as havenstance
keithzgWelllll that didn't work.02:16
keithzgMaybe disabling offloading for gro, gso, tso, tx, rx, and sg wasn't enough?02:17
sarnoldwhat's left? :)02:19
keithzgufo, lro, ntuple and rxhash I guess?02:19
keithzg(But yeah not much that seems likely)02:20
keithzg_Well nothing so far has worked. Current plan, upgrade the router to 18.04 and hope that magically fixes things somehow :P03:07
=== keithzg_ is now known as keithzg
keithzgThat . . . seems to have worked? At least kindof?03:40
keithzgDefinitely seeing packet loss though.03:40
=== havenstance_ is now known as havenstance
wendicohow do i get out of full screen of my virt-manager machine? ty13:14
tomreynwendico: in case you didnt find out, yet: you move the mouse to the top cente rof the screen, where two icons should then show up, one of which exits full screen14:26
tomreynpersonally, i do like using virtualbox on desktop type computers, and prefer it over kvm/libvirt/virt-manager there.14:27
compdocIve been using kvm for years. I like much better14:28
tomreyni definitely prefer kvm + libvirt for (headless) servers14:29
tomreynkvm is more flexible in terms of virtualization and doesn't require proprietary add-ons for some functionality. but virtualbox integrates better in a desktop., the GUI is better.14:32
tomreyn(which is, of course, a subjective judgement, as with all GUIs)14:33
* compdoc subjects tomreyn to some harsh judgement15:07
wendicotomreyn: compdoc: thanks both. i was blind, yes i finally found out just move mouse top. i preferred virtualbox but doesnt work on my fresh installed ubuntu desktop15:13
wendicoi even followed a post to install virtualbox 5.2 on ubuntu 18 but still could not make it work, to not bother you i decided try virt-manager15:14
wendicoworked like a charm on first try and got machines running, just coz im old im blind could not get out full screen, solved15:15
compdoc10.04 is still a little fresh. Ive had some weirdness15:22
compdoc*18.0415:22
wendicoi want to use my server as access point with a wireless im reading on wpa supplicant and hostpad. should i `sudo apt install wireless-tools` or should i go on reading to install more specific pacages? Ty15:39
wendicois this option on my server "sudo apt-get install --no-install-recommends ubuntu-desktop" to bad for a very small bussiess? or could be a reasoable solution for easy server managment?15:54
tomreynon your desktop, this is fine, on your server, i would not do this.15:57
tomreynif you require GUIs you'd be better served with the webmind/uermin/virtualmin... package15:58
wendicothank u tomreyn, im exactly on that path16:04
wendicowhat about wireless support, should i `sudo apt install wireless-tools` on my server?16:04
wendicothank you16:04
tomreynyes, probably. i've never setup a wireless access point, so i'm not going to be much help there.16:13
tomreyni assume you can do it using network-manager and nmcli or nmtui, though16:15
wendicotomreyn: thank you i try but i think is not gonna be posible, hostapd or iwconfig commands ask me to install wireless tools or hostapd16:17
tomreyni think you'll need all of those16:17
tomreyniwconfig, hostapd, wireless-tools are the low level commands, network-manager or (alternatively) systemd-networkd are higher level management utilities.16:18
tomreynnetplan would sit on top of the stack, but i can't seem to figure out how to configure a wirelless AP using netplan.16:19
tomreynso i guess i'd scratch netplan there for now and se whether it can be done with either systemd-networkd (default for servers) or network-manager (default for desktops)16:20
tomreynnmcli / nmtui are non graphical frontends to the network-manager instrumentation / framework for managing network interfaces.16:21
wendicothank you tomreyn. By the way, seems i cannot add a wireless virtual card on my virtual server16:36
wendicoim gonna try to add the physical wireless card host hardware to the virtual machine to see if the virtual machine detects as wireless adapter for the testing16:39
tomreyni'm not aware of any way to emulate wireless network devices16:45
wendicono, confirmed, not adding wifi posible on my virtual if anybody knows how tell me please, not even adding the hardware anfitrion wifi as bridged on the virtual machine shows as not wifi18:03
=== miguel is now known as Guest35107

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!