=== Piper-Off is now known as Monthrect | ||
nacc | Chaos_Zero: does this apply? http://ubuntuforums.org/showthread.php?t=1378562 | 00:03 |
---|---|---|
Chaos_Zero | nacc: I have visited this post already, but perhaps you could clarify. In the second post they state that they 'added printer via LPD'. When I saw this I assumed to use lpadmin, but perhaps I means something else. Do you know what they mean by 'add with LDP' ? | 00:07 |
Chaos_Zero | it* | 00:07 |
nacc | Chaos_Zero: i think lpd is part of lpr; while lpadmin is for cups, no? | 00:09 |
Chaos_Zero | perhaps I have become confused, let me take a look at that binary, and I will get back to you later. :) | 00:11 |
nacc | Chaos_Zero: there's some info here too: http://davidmburke.com/2012/04/26/ubuntu-12-04-deployment-with-active-directory/ | 00:11 |
=== King is now known as WhatsaVirgin | ||
=== WhatsaVirgin is now known as King | ||
=== funkyHat_ is now known as funkyHat | ||
guideX | with ubuntu server, how do I check my local ip, ifconfig says "command not found" .. with windows, I'd usually do something like "ping <computername> -4" | 04:15 |
NegativeFlare | guideX: ipconfig on windows | 04:24 |
NegativeFlare | :P | 04:24 |
tarpman | guideX: try /sbin/ifconfig -- /sbin may not be in your PATH by default | 04:25 |
tarpman | guideX: or /sbin/ip addr | 04:25 |
=== Laogeodritt| is now known as Laogeodritt | ||
JanC | “ip addr” is the right way to do it | 04:31 |
showaz | JanC: ip addr | grep -E "inet|^[0-9]+\:" | 06:22 |
showaz | interface + addr inet/inet6 | 06:23 |
lordievader | Good morning. | 08:37 |
Razva | guys I'm lost here. I have a E5-2640V3 (8 cores, 16 threads). supposing I want to allocate 100% of the CPU to a VM (which I know it's stupid, but I'm just asking!) should I go with 16 socets with 1 core, or 1 socket with 16 cores? | 10:37 |
rtyuio | hi there | 11:12 |
rtyuio | no machine not working with ubuntu ? | 11:12 |
cpaelzer | jamespage: did you have some luck getting openvswitch-dpdk to work for you yesterday after I left? | 14:09 |
jamespage | cpaelzer, yes stepping forwards slowly | 14:33 |
jamespage | cpaelzer, working on the design for how we configure this in the charms atm... | 14:34 |
havenstance | how hard is it to install the open source xenserver over Ubuntu Server 14.04? | 15:08 |
=== nacc_ is now known as nacc | ||
m1dnight_ | What is the consencus on mounting a drive in /var/lib? | 17:57 |
m1dnight_ | (My owncloud data folder) | 17:57 |
=== jgrimm is now known as jgrimm-afk | ||
l1meon | hello, can someone tell me how I can run a shell script with a speciffic Ipv6 ? Something like ruby myscript.rb --with ip 2aex::xxx:xxx Is there a way like that? | 18:04 |
sarnold | m1dnight_: it will probably work; maybe some programs expect to be able to rename() files across directories that may break, but that's usually pretty rare | 18:07 |
sarnold | l1meon: read it and find out? | 18:07 |
dasjoe | sarnold: what should I do now that SHA-1 got disabled for apt? | 18:10 |
sarnold | dasjoe: they'll eventually fix up all the ppas in a bulk batch; if you can't wait you can publish a new package or new series to your ppa that will cause the new sha512 signatures to be generated | 18:11 |
l1meon | sarnold: where can I read? I found a way but dont know how to test it, its like this /sbin/ip -6 route del default then /sbin/ip -6 route add default via gate_way src ip, but with this I always need to use sudo | 18:11 |
dasjoe | sarnold: thank you :) So the issues I'm seeing will disappear on their own | 18:11 |
sarnold | dasjoe: they should, yes :) | 18:12 |
sarnold | l1meon: your system does need the ipv6 address assigned somehow first; but then the script using it or not is entirely up to hwo the script author wrote the program. | 18:13 |
l1meon | sarnold: I'm using Ubuntu 14.04LTS, and I'm writing the script. Its a web-scrapper, its working, but I'm not sure what ip is used, after I execute the /sbin/ip -6 command | 18:16 |
l1meon | sarnold: now its working like this, first I delete default route, then I add default route with the Ip I want. | 18:17 |
dasjoe | sarnold: bugs.launchpad.net just told me "Server error, please contact an administrator. OOPS ID:OOPS-baedfea74fe22392c52ef6deca8083c1" | 18:17 |
sarnold | dasjoe: hmm, I don't see any chatter in the usual channels that would indicate an on-going issue.. retry, and if it's still busted, head to #launchpad | 18:19 |
sarnold | l1meon: hm. maybe you'd better explain what you're trying to do.. | 18:19 |
l1meon | sarnold: I'm using Ruby and selenium-webdriver for making a web-scrapper, browsing sites, collecting data, then after a while I need to change the Ip and browse again same sites | 18:21 |
sarnold | l1meon: aha. and you'd like the script to be in control of the whole thing but not have to run with root privileges because processing things off the internet is best done as non-root.. | 18:24 |
l1meon | sarnold: well, it can run and with root, but the main thing is that I dont really know if the ip is changing or not. | 18:27 |
sarnold | l1meon: you could either add all thousand-odd IPs once, before running your program, and then try to bind() the socket to specific IPs before making outgoing connections.. (at least I think that works..) | 18:28 |
l1meon | sarnold: I'm sorry, but what socket to bind and how? Can you give me just an example on how I could do this? Please :) | 18:31 |
sarnold | l1meon: this looks sane, ignore the __inet_hash_connect() and SO_REUSEPORT sections: https://idea.popcount.org/2014-04-03-bind-before-connect/ | 18:33 |
l1meon | sarnold: Thank you. I'll try. So I'll need to use AF_INET6 for ipv6, right? | 18:38 |
sarnold | l1meon: yeah | 18:38 |
=== jgrimm-afk is now known as jgrimm | ||
=== matsubara is now known as matsubara-afk | ||
karstensrage | so there was a security update a couple days ago that just installed a new tzdata… but i dont see that in the ubuntu security notifications page? | 20:15 |
karstensrage | just the git stuff? | 20:15 |
karstensrage | at the time frame of the updates | 20:15 |
sdeziel | karstensrage: I _believe_ that tzdata is shipped from -security to be sure it reaches everyone, including those running without -update in their sources.list | 20:17 |
=== Seveas is now known as Guest44952 | ||
=== AurorasAura is now known as Asphxia | ||
=== Asphxia is now known as AurorasAura | ||
=== matsubara-afk is now known as matsubara | ||
=== AurorasAura is now known as AuraBot | ||
=== AuraBot is now known as AurorasAura | ||
urthmover | how do I make 'modprobe zfs' occur upon boot? What is best practices for this? | 22:27 |
urthmover | I'm running 16.04 after a do-release-upgrade from 14.04 | 22:27 |
ogra_ | add it to /etc/modules | 22:27 |
urthmover | ok ...will do...thanks ogra_ | 22:27 |
genii | Don't forget to sudo update-initramfs -u afterwards | 22:30 |
genii | urthmover: Also, just put the module name there, not the modprobe command | 22:30 |
ogra_ | genii, thats only needed if you have your rootfs on zfs | 22:31 |
urthmover | I added zfs to /etc/modules and reboot...now zfs commands are there | 22:31 |
ogra_ | else you dont need zfs inside the initrd | 22:31 |
urthmover | my zpool is requiring me to zpool import <poolname> every time I reboot though..so I'm trying to figure out how to make that persistent | 22:32 |
spammy | Anyone using openstack-install for multi server and know how to avoid having to manually enter the API key since the console won't allow copy/paste? | 22:34 |
urthmover | I think my issue is kinda like this https://github.com/zfsonlinux/zfs/issues/703 | 22:35 |
sarnold | spammy: if you've got a mouse you can install the gpm program to get a copy-and-paste. I haven't tried it in twenty years but it's still packaged... | 22:36 |
sarnold | spammy: you could also run in screen or tmux and use their select/paste mechanism | 22:36 |
sarnold | spammy: or perhaps redirect output, if the program is setup to allow you to redirect.. | 22:36 |
spammy | well, those don't seem to work either....the field itself in openstack-installer doesn't seem to accept input this way | 22:37 |
spammy | kind've like it is blocking paste operations | 22:37 |
spammy | it is a unique looking tui | 22:38 |
sarnold | aww :( | 22:38 |
spammy | there's a config file that can be passed to it, but literally no docs out there (yet) | 22:38 |
spammy | may have to look at source and try to get a feel for what it expects... | 22:39 |
spammy | nothing like entering a screen-wide randomly generated key | 22:40 |
spammy | by hand | 22:40 |
=== allquixotic_ is now known as allquixotic | ||
=== AurorasAura is now known as Auroras|Aura |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!