/srv/irclogs.ubuntu.com/2017/03/11/#ubuntu-server.txt

ThiagoCMCCool! It is weird that it exactly same Libvirt XML works with previous versions available on Ubuntu 16.04 but, after upgrading to Ocata Cloud Archive, memAccess not good anymore...00:00
ThiagoCMCThis is a common setup that you can find on OVS+DPDK / Libvirt / KVM tutorials across the Internet.00:00
ThiagoCMCIncluding this one:00:01
ThiagoCMChttps://help.ubuntu.com/lts/serverguide/DPDK.html00:01
ThiagoCMCNot working anymore...   =/00:01
naccThiagoCMC: i know little about all of the various bits together -- that is strange00:01
ThiagoCMCThat's okay...   =)00:02
=== lowercaseman is now known as lowercaseman-gon
=== lowercaseman-gon is now known as lowercaseman
=== lowercaseman is now known as lowercaseman-gon
=== lowercaseman-gon is now known as lowercaseman
=== lowercaseman is now known as lowercaseman-gon
=== lowercaseman-gon is now known as lowercaseman
=== lowercaseman is now known as lowercaseman-gon
=== lowercaseman-gon is now known as lowercaseman
=== lowercaseman is now known as lowercaseman-gon
=== lowercaseman-gon is now known as lowercaseman
Jordan_UHi. I have a fresh Ubuntu server installation with apache2 installed and I would like to simply configure it so that for any page that is not found the user is sent to /dnshelp.html . This is the full contents of my /etc/apache2/sites-enabled/000-default.conf http://paste.ubuntu.com/24154871/ . I have only changed it by adding lines 30 and 31. I still get a generic apache 404 error page though.01:18
Jordan_UI'm assuming I'm missing something simple, anyone see what it is? :)01:18
sarnoldJordan_U: did you reload the apache configuration? what entries do you get in the error.log and access.log when making requests that should use this 404/01:21
Jordan_Usarnold: I've run "sudo systemctl restart apache2.service" which gives the following warning: http://paste.ubuntu.com/24154901/ .01:24
sarnoldJordan_U: aha, run the suggested command and try again01:25
Jordan_Usarnold: Unfortunately makes no change. If I restart apache2 again afterward I get the same error.01:26
sarnoldokay, good. so, next step, what's in the apache logs?01:26
Jordan_Usarnold: access.log: 10.190.32.21 - - [13/Feb/2016:10:38:05 -0800] "GET /asdfasdfasdf HTTP/1.1" 404 624 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36"01:28
Jordan_Usarnold: http://paste.ubuntu.com/24154925/01:31
sarnoldJordan_U: hrm the log entries with dates look a month old01:32
Jordan_Usarnold: http://paste.ubuntu.com/24154939/ . I guess I should fix that first :)01:34
sarnoldah :)01:35
Jordan_UThis is an old laptop that's been sitting in storage for who knows how long, but I would have expected installing Ubuntu to have updated the RTC.01:35
Jordan_USeems our network blocks NTP servers for some reason. :(02:00
sarnoldewwww02:00
sarnoldfor the next few months you might able to use tlsdate02:01
Jordan_Usarnold: Well, my date is now correct but I still don't get the 404 page I want. How would you go about setting a custom (simple, static html) 404 page on a fresh Ubuntu installation?02:07
Jordan_UWell, I have to leave this problem until tomorrow. Thanks for the help so far though.02:08
sarnoldJordan_U: I think I would have done exactly what you did, but only way slower, because I don't know apache very well; I always found nginx easier to configure02:09
mystifiednot sure if i'm on the right channel if, not pls tell me where to go. BUT Nicely Pls03:53
mystifiedbroke my usb port on my printer. not wifi compatiable. only option is ethernet.03:53
mystifieddon't know how to configure. I'm not a techie03:54
cpaelzerThiagoCMC: nacc: hi, I've seen the change you are facing in libvirt08:17
cpaelzerThiagoCMC: nacc: Newer libvirt needs you to specify the page size08:17
cpaelzerThiagoCMC: that is not a "bug" in the to-be-fixed sense08:17
cpaelzerThiagoCMC: and the doc is for 16.04 still :-/08:17
cpaelzerThiagoCMC: in the past I already made FYI updates there for newer openvswitch versions that changed08:17
cpaelzerThiagoCMC: I'll do so again, for this, but doc releases take time08:18
cpaelzerThiagoCMC: until then a change like following will fix it for you08:18
cpaelzerThiagoCMC: https://git.launchpad.net/~ubuntu-server/ubuntu/+source/dpdk-testing/commit/?id=8289749a59b79567fb7c0b94054571be8f6efdcc08:18
=== JanC is now known as Guest5212
=== JanC_ is now known as JanC
=== miczac_ is now known as miczac
=== Piper-Off is now known as Monthrect
=== jelly-home is now known as jelly
adrian_1908hello. If I use `ssh-copy-id user@server.net` and I have root (password) access to that server, can I complete the task using that password, or does it not work because user isn't root?11:38
=== JanC_ is now known as JanC
ducasseadrian_1908: you need that user's password, or you can login as root and put the key there manually.14:24
adrian_1908ducasse: yeah, thanks. I recall having used the command with success but not how exactly I did it. So I would simply invoke `ssh-copy-id user@server`, enter the system password of user and it should work?14:31
ducasseadrian_1908: yep.14:31
adrian_1908thanks!14:32
jiffeso I've started install of ubuntu on a machine a couple times now to play with configuration, the network interface list seems kind of strange.  I've got my cable plugged into nic0, initially the list shows enO0 and rename[123], then it showed eno1 with rename[123], now its showing eno1 with rename[345]15:45
jiffeand I'm having to guess which rename is actually eno015:46
tomreynjiffe: whats this "rename[123]" and "rename[345]"?15:54
jifferather than typing rename1, rename2 etc I combined them15:54
jiffethat's the name of the devices in the list15:54
tomreynyou are aware of this right? https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/15:55
tomreynabout interface names and enumeration in general15:55
jiffethis seems very unpredictable as it keeps changing15:56
tomreynwell it should not be changing afaik15:56
jiffethen I think we need another round of QA :)15:56
tomreyni still don'T get what the rename1 ... is15:57
jiffeI'll likely be going through this again so I can take a screenshot here in a bit15:57
tomreynare you saying these are kernel processes renaming the network interfaces?15:57
jiffeI don't know whats doing the renaming, when I load the ubuntu install disk and it gets to the point of listing network interfaces, those are the names of the interfaces (eno1, rename3, rename4, rename5), there are 4 interfaces15:59
tomreynoh, well i've never come across network interfaces called "rename*"16:00
jiffeI don't know why it would name one accordingly and label the rest rename* either16:01
tomreynwhats this hardware + driver?16:02
jiffeIntelĀ® i350 Gigabit Ethernet https://www.supermicro.com/products/system/2u/6027/ssg-6027r-e1r12n.cfm16:03
tomreynand which command returns the 'rename*' interfaces?16:03
jiffeI'm not issues commands, this is on the install screen16:04
tomreynhmm, well yes do show screenies then16:04
tomreynhttps://bugs.launchpad.net/ubuntu/+source/biosdevname/+bug/1284043 seems related16:06
ubottuLaunchpad bug 1284043 in biosdevname (Ubuntu) "udev renaming the same hardware network i/f to different name, breaks networking and firewall" [High,Confirmed]16:06
tomreynjiffe: which version are you installing there, 14.04?16:06
jiffe16.04.116:07
tomreynoh, i hadn't expected it to happen there16:07
tomreynnote comment #416:08
tomreynso this is clearly a hardware / driver specific issue16:09
jiffeone thing I'm noticing now that I'm watching this is the detecting network hardware screen is taking a long time16:12
jiffehttp://nsab.us/public/nethw.jpg16:14
jiffeso here's another question, is it possible to install ubuntu 16.04 server on a zfs mirror so that it is completely redundant including boot information?16:26
jiffethe alternative I think is to use software raid1 for / and GPT and zfs for the remainder16:27
compdocshould be able to, but I use zfs for storage, and a small ssd to boot from. makes maintence easier16:34
=== miczac_ is now known as miczac
xokhello all...18:12
xokI can't get LVM working in automatic installation...18:13
xokthe instructions are simply ignored, the installer creates "root" volume and "swap_1" though I name them differently and even removealtogether the swap partition but it ignores my instructions...18:14
=== Agent_ is now known as Agent

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