[01:03] hi [01:05] I have set a pptp server on my vps, it works fine except for certain websites which works well only if i enable routing to 10.0.0.0/8 on my client. I'd like not to be obliged to do this on the client side, how does it come it happens to only certain websites ? [02:19] guillaume___: do you have to use pptp? it's pretty rubbish protocol [03:57] HI, I am copying data from SATA1 to SATA2 hard disk, connected both to same PC, it is something around 2 TB of data, says 37 HRs, to make it faster, copying on 7.1MB/sec in the start it was 29MB/sec... HELP please. [04:13] can't help you with bad hardware [07:02] Good morning [07:03] sarthor: What command are you using to copy? [07:05] sarthor: You also should make sure they are on different sata-channels, not only different ports. when I copy large amounts of data I generally use rsync -a --whole-file, to not do checksum on each file. but cp -R tend to be the fastest. [07:09] If you copy data with`dd` the block size makes a huge difference too. [07:30] lordievader: yes, but I don't think this is dd. - but then bs=8M or bs=16M is my goto-options. === beatzz_ is now known as beatzz [12:21] Hi, after configuring my wireless card during the server installer it autostarts at boot and after installing cinnamon the wireless it connected but the network manager applet says wireless unavailable. [12:22] How can I let the applet control the wireless [12:22] josNZ: Does not sound server-related at all. [12:24] I figured this channel was for people running ubuntu server [12:26] Very few servers running applets and gui's [12:34] except oracle ones. because oracle's installer (at least, last i had to deal with it) required a UI [12:34] So I guess I should join another channel then. Can you help with how the network is connecting at boot? /etc/network/interfaces is blank and I can't find any config files for it [12:42] i installed a server with MAAS and ssh ain't working. what is the password for tty login? [12:42] ubuntu/ubuntu doesn't work [13:34] cpaelzer: smoser: is it expected that /sys/module/kvm_intel/parameters/nested in a xenial system be N these days? I thought we always defaulted to it being Y [13:36] hallyn: it should be Y still [13:36] we docuemented that this is for comforts, but not to rely all of your production on it [13:36] but didn't change it [13:36] hallyn: do you still have /etc/modprobe.d/qemu-system-x86.conf? [13:42] hallyn: i have Y in bionic there. [13:43] yeah, and as cpaelzer said [13:43] $ cat /etc/modprobe.d/qemu-system-x86.conf [13:43] options kvm_intel nested=1 [13:43] i had forgotton that was how that was turned on. [13:44] there are more complex means to turn on vmx/svm in the guest, but that is how the module is controlled IIRC === RoyK^ is now known as RoyK [14:31] smoser: cpaelzer: no i have no /etc/modprobe.d/qemu-system-x86.conf. but shouldn't the qemu-kvm package install that for me? [14:41] $ dpkg -S /etc/modprobe.d/qemu-system-x86.conf [14:41] qemu-system-x86: /etc/modprobe.d/qemu-system-x86.conf [14:41] hallyn: ^ [14:41] it did for me [14:41] same for me as smoser [14:44] but is that a new install? [14:45] I'm wondering whether newer pkgs dropped it, and you just have it still sitting around after upgrades [14:45] can you dpkg -L qemu-system-x86 | grep modprobe.d ? [14:46] $ dpkg -L qemu-system-x86 | grep modprobe.d [14:46] uh. nm. [14:46] /etc/modprobe.d [14:46] /etc/modprobe.d/qemu-system-x86.conf [14:47] cpaelzer: some advice/pre-review please. https://jira.mongodb.org/browse/SERVER-33395 is the ppc64el mongodb FTBFS. A compiler bug is discussed there but I believe (not completely confirmed yet) that it's unrelated. The general cause is that mongodb upstream have optimised ppc64el using gcc intrinsics, and they've stopped working (presumably newer gcc). Would you be happy for me to drop that ppc64el [14:47] apparently i did not, or no longer, have the pkg installed after all. on the host. my bad :( [14:47] optimisation completely and have it use the general code instead? [14:47] let's see if after a reboot it works now. [14:52] rbasak: in a call, just a few minutes [14:55] allr ight well this is weird. I still can't run kvm from inside a container [15:00] cpaelzer: ack. The code is here: https://github.com/mongodb/mongo/blob/master/src/mongo/db/fts/unicode/byte_vector_altivec.h; I can just undef MONGO_HAVE_FAST_BYTE_VECTOR in byte_vector.h and the build succeeds (with all tests passed) [15:02] cpaelzer: https://gcc.gnu.org/onlinedocs/gcc/PowerPC-AltiVec_002fVSX-Built-in-Functions.html defines vec_vbpermq but I think it needs ppc assembly knowledge to understand what the parameters mean [16:21] jamespage: any idea if we still need to carry the aarch64-libvirt-compat.patch in nova for pike+? [17:18] coreycb: probably not [17:19] jamespage: would love to drop it if possible. it started failing in the new point release. === chat is now known as Guest89243