/srv/irclogs.ubuntu.com/2014/05/02/#ubuntu-server.txt

Ryan_Lanehowdy. it seems 14.04 is shipped with a broken virtualenv package? ImportError: No module named _sysconfigdata_nd00:12
Ryan_Lanelooks like it's been this way since 13.04? any plans on this being fixed?00:12
Ryan_Laneit sucks to need to upgrade virtualenv from pip to have a working python system00:13
sarnoldRyan_Lane: on a first guess, poke barry in #ubuntu-devel  ?00:15
Ryan_Lanethanks00:15
Ryan_Laneahhh user-error. so great.00:22
sarnold:)00:22
mwhudsonyou always figure those out shortly after complaining in public00:23
Ryan_Laneyep ;)00:23
bananapieMy sound is not working. I am using sox play to test the problem. If I add 'AUDIODEV=hw:0' before the play command, the sound is ok. Without this line, I get no sound. I think sound is being sent to my hdmi port instead of built in speakers, what do I do?01:55
patdk-lapsarnold, heh02:18
patdk-lapthis renaming nics is screwing me totally02:19
patdk-lapall my 12.04 machines have starting having this issue when I updated them today02:19
patdk-lapeth0 renamed to rename2, eth1 renamed to eth202:19
patdk-lapand then boot hangs, cause network isn't functional02:19
sarnoldpatdk-lap: how'd it wind up on your 12.04 systems?02:19
patdk-lapnot the devbios thing02:20
patdk-lapjust the normal 70-persistant-net stuff02:20
sarnold!!02:20
sarnoldman I've never seen that stuff go wrong02:20
patdk-lapbut the issue is just more noticable with that devbios thing02:20
patdk-lapwell, what seems to have started to cause the issue02:20
patdk-lapI had eth0, and eth102:21
patdk-lapthen I added eth2, and removed eth002:21
patdk-lapbut it's getting confused02:21
patdk-lapcause now renames need to go eth0 -> eth1 and eth1 -> eth202:21
sarnoldugh02:21
patdk-lapbut eth0 -> eth1 can't happen, so it calls it rename2, and dunno, gets lots02:21
patdk-laplost02:21
patdk-lapseems like a concurrency issue to me02:22
patdk-lapno idea what package to even think about for this issue :)02:22
sarnoldudev owns /lib/udev/write_net_rules -- I suspect that's who'd I'd fle the bug against first..02:23
=== cupojoe_ is now known as cupojoe
lordievaderGood morning.06:40
=== stillbert is now known as mikal
=== yokel_ is now known as yokel
=== OpenToki1 is now known as OpenTokix
=== jml_ is now known as jml
=== Ursinha_ is now known as Ursinha
=== Den_Beiren is now known as DenBeiren
=== aslaen_ is now known as aslaen
=== stephank_ is now known as stephank
=== robher_ is now known as robher
=== Adri2000_ is now known as Adri2000
=== airtonix_ is now known as airtonix
=== Lcawte|Away is now known as Lcawte
* [gnubie] waves10:13
[gnubie]how am i going to permanently apply my changes to the /lib/init/fstab file? somehow, after i rebooted my system, it went back to its original configuration, removing my changes.10:13
mardraumvi /etc/fstab ?10:16
mardraumman fstab?10:16
[gnubie]mardraum: i know /etc/fstab but somehow, there are few tmpfs based partitions that are not stated in /etc/fstab and they're at /lib/init/fstab10:18
[gnubie]and i want to edit some options into the tmpfs based partitions10:18
[gnubie]brb10:24
k3i want file server that share file among windows and ubuntu pc and sharing is based on the user how can i achieve this?10:44
k3can any one solve my problem?10:47
k3i want file server that share file among windows and ubuntu pc and sharing is based on the user how can i achieve this?11:03
yossarianukis there any info about doing live snapshots with KVM/libvirtd and QCOW images ?11:03
=== Lcawte is now known as Lcawte|Away
=== fhd___ is now known as fhd
yossarianuktried doing a live backup - using - virsh snapshot-create-as --domain test snap1 --diskspec vda,file=/var/lib/libvirt/qemu/snapshot/test.snap.disk.qcow2,snapshot=external --memspec file=/var/lib/libvirt/qemu/snapshot/mem.snap.disk.qcow2,snapshot=external --atomic11:46
yossarianukbut get the following error11:46
yossarianukerror: internal error: unable to execute QEMU command 'transaction': Could not open '/var/lib/libvirt/images/test.img': Could not open '/var/lib/libvirt/images/test.img': Permission denied: Permission denied11:47
yossarianuk--> running 14.04 .11:47
yossarianukany ideas why ?11:47
med_jamespage, I'll also test the 0.80~rc1 this weekend. Thanks for pushing it out.12:13
jamespagemed_, np12:13
=== trevorjay is now known as trevorj
=== esde_ is now known as esde
Voyagethis 96.47.70.253 is my VPS ip, the VPN is something else.  now is see nmap, the VPS has bazzillions of ports open. I think its because of the openvpn client?  If I didnt installed any servers/daemons, why the ports are open? is there a security risK?13:02
BLZbubbaugh so what is the proper way to report kernel panic problems on 14.04?14:06
patdk-wkspin around 3 times, and tap your heals together14:08
patdk-wkfile a bug against that package that cause it14:09
patdk-wkbe it the kernel in general or a dkms module14:09
BLZbubbaheh14:16
BLZbubbakernel, sadly.  nfs-rdma appears to be completely useless14:17
bitbytehey guys really silly question14:30
bitbyteim trying to kill a process on my server and iv’e tried with sudo kill <PID> but its not closing the process14:30
bitbyteand also tried sudo kill  <pid>14:30
bitbyteand kill <pid> as its running under my current user14:30
bitbyteany ideas ?14:31
rbasakbitbyte: kill effectively asks the process to terminate14:31
rbasakbitbyte: you can force it with kill -9 <PID>, but then the process can't clean up. Eg. you'd get corruption on a database server.14:31
bitbyteso if the process is stuck it’ll queue the kill command till its unstuck14:31
rbasakYes, or just ignore it.14:31
rbasakHowever -9 is the KILL signal, which cannot be trapped by a process.14:31
bitbyteah ok14:31
rbasak"man 7 signal" for details14:32
bitbytewell the item im trying to kill is www-browser http://localhost808114:32
bitbyteso I can’t think too much damage will happen14:32
zuljamespage/coreycb: ok migrate and sqlalchemy should be playing nice in utopic now14:33
Kullyhey all; I've got a server that won't reboot, won't shutdown, won't logout, and apache can't launch ("cant open logs"). Any idea's where to look? nothing's been updated just started today. I'm afraid to hard power that it won't come back up14:44
BLZbubbait sure sounds like your hard drive isn't responding.  can you run dmesg?14:46
Kullyyea14:47
BLZbubbaanything interesting toward the end?14:47
Kullyrepeats  INFO: task sync:10048 blocked for more than 120 seconds.14:49
Kullyand then a bunch of call traces after some hex codes14:49
Kullyif it's harddrive related what would I see14:52
Kullyi'm sorting through14:53
rbergthings like sync never finishing... programs loaded in ram will still work but reading from disk will hang14:53
Kullyok; so like exactly what i'm getting... great.14:54
rbergcan you see what smart has to say?14:56
Kullyno14:59
Kullyhow to run smart with raid15:12
rbergsoftware raid?15:18
YaannHi !15:18
YaannI'm looking for a way to generate a shutdown initramfs on ubuntu, does anybody know how to do that ? It needs to disconnect properly the nbd root device.15:18
onoruaguys, I need to install Ubuntu server on 100 nodes, on encrypted by luks discks15:24
onoruado you have any documentation on how to do this?15:24
onoruaSomething like kicktool for Gentoo15:25
rbergfai is a great tool for mass imaging.. but I have never used it to setup luks.. so I cant speak for that15:26
xnoxonorua: use automated d-i pressed installation which allows preseeding full-disk luks & passpharases for encryption.15:31
onoruaxnox, I'll give it a try15:32
xnoxonorua: if you google it there is plenty of official resources and guides and howtos.15:33
=== Lcawte|Away is now known as Lcawte
Elfuegohey anyone around who might be able to help with an issue im having - high CPU/ram overheads when using SMB shares on ubuntu server16:28
Voyageheres my ifconfig http://pastie.org/9134287 I want to setup this server (its a vps) as a vpn client. But I dont want to loose ssh and port 8080 access (which does happens when I conenct to vpn server. it looses direct connectivity).  What should be the ips in the rules ip rule add from IP-HERE table 10        ip route add default via IP-HERE table 1017:44
sarnoldVoyage: check your system's routing tables before and after you start the vpn client. I have a feeling the difference between the two will let you know what needs to be modified17:47
Voyagehm17:47
Voyagesarnold,  am. how to check the routing table for my VPS?17:47
Voyagesarnold,  ip route command tells me : for this : default via 96.47.70.225 dev eth0  metric 100       ,       96.47.70.224/27 dev eth0  proto kernel  scope link  src 96.47.70.253 .       Whats my gateway ip?17:49
sarnoldVoyage: heh can you pastebin that intsead? it's miserable to read in irc :) hehe17:50
Voyageok17:50
sarnold(the pastebinit package is awesome for pastebinning the output of commands)17:50
Voyagesarnold,  http://pastie.org/913430617:51
patdk-wkare you using openvpn?17:51
Voyagepatdk-lap,  yes17:52
sarnoldVoyage: there we go :) 96.47.70.225 is your gateway17:52
Voyagesarnold,  ok17:52
Voyagesarnold,  am. how to check the routing table for my VPS?17:52
sarnoldsarnold: same thing17:52
patdk-wkwait, what is the question here?17:53
patdk-wkoh, you want default route over the vpn17:53
Voyageso this is ok ?17:53
Voyageip rule add from 96.47.70.253 table 1017:53
Voyageip route add default via 96.47.70.225 table 1017:53
patdk-wkwhat is the ip source of these ssh and 8080 clients?17:54
Voyagepatdk-wk,  i wanted to check the table routs before doing anything. as sarnold  suggested17:54
patdk-wk96.47.70.253?17:54
Voyageyes17:54
patdk-wkonly? ever?17:54
patdk-wkwhat?17:54
patdk-wkthat is your own ip17:54
Voyage.253 is my vps. that is what I have made a vpnclient.    but as soon as I died. I lost ssh and other ports17:55
patdk-wkthis makes no sense17:55
patdk-wkyes, you don't understand the issue17:55
Voyagepatdk-lap,  .253 is not my own ip17:55
patdk-wkit's the ip on the vps17:55
Voyagepatdk-wk,  whats the issue?17:55
Voyageyes17:55
Voyageso?17:55
patdk-wkand your running the vpn client on the vps?17:55
Voyageyes17:55
patdk-wkso when it connects, you loose ssh to the vps?17:55
VoyageI connected to to a vps server17:55
Voyageyes17:55
Voyagei loose all. even ping17:56
patdk-wkyes, cause default route is going over the vpn17:56
patdk-wkis that what you want?17:56
Voyagehm17:56
patdk-wkdo you want, by default, all internet traffic to use the vpn, or not17:56
VoyageI want the VPS to browse/ use internet through vpn server. but I also want the VPS to be available for ssh and 80817:56
Voyage808017:56
Voyagepatdk-wk,  got my point?17:57
patdk-wkya, but you need to do it another way17:58
Voyagewhat way?17:58
patdk-wkso yo uhave table 1017:58
VoyageI dont know whats table 1017:58
Voyagereally17:58
Voyageheres what i got help from https://forums.openvpn.net/topic7175.html17:59
Voyagepatdk-wk,  but first. How can I see the table routes already present. ? like sarnold  suggested?17:59
Voyagepatdk-wk,  secondly, will doing this solve my problem?18:00
Voyageip rule add from 96.47.70.253 table 1018:00
Voyageip route add default via 96.47.70.225 table 1018:00
patdk-wkhttp://pastie.org/913432818:02
patdk-wkI wonder how well from ip works18:02
Voyagepatdk-wk,  sarnold  http://pastie.org/913433118:02
patdk-wkI normally do this via mac address matching18:03
Voyagepatdk-wk,  nothing  chanted with what i did in table 10. http://pastie.org/9134338#1,7-918:06
patdk-wkit shouldn't18:06
patdk-wkcause you didn't change the routing table18:07
Voyagepatdk-lap,  the routing tables should have changed. shouldnt it18:07
patdk-wkip rule show18:07
patdk-wkno18:07
patdk-wkyou are viewing the main table18:07
patdk-wkyou edited table 1018:07
Voyagepatdk-wk,  http://pastie.org/9134346#2218:08
Voyagepatdk-wk, ok. how to see table 10? and after that command that changed table 10 . are we good to go?18:08
patdk-wkip route show table 1018:09
Voyage$ sudo ip route show table 1018:09
Voyagedefault via 96.47.70.225 dev eth018:09
patdk-wklooks ok18:09
Voyagegood to go?18:09
Voyageok18:09
Voyagenow I should run the openvpn client. ?18:09
patdk-wkya18:09
Voyageand I wont loose ssh18:09
Voyageok18:09
Voyagegreat18:09
patdk-wkno idea18:10
Voyagelet me see18:10
Voyageam..18:10
Voyageno idea? why?18:10
patdk-wkI have never tested with that method18:10
Voyagehttps://forums.openvpn.net/topic7175.html18:10
Voyageoh ok18:10
patdk-wkin my case, I was concerned about the source mac address of packets, not the source ip18:10
patdk-wkcuase the source ip, I was sending to many gateways18:10
Voyagek18:10
Voyagewill get back in a minut after starting18:10
patdk-wkI was doing symetric multihoming18:11
patdk-wkasymetric is much simpler18:11
=== keithzg_ is now known as keithzg
patdk-wkso ,either it worked18:23
patdk-wkor he lost his internet18:23
sarnoldlets hope it worked :) i don't know details of any of the vpn things..18:24
Voyagepatdk-wk,  looks working.! thanks! I just dont know how to be sure that openvpm wont stop as close the console (ssh console to vps)18:24
patdk-wkuse nohup18:24
patdk-wkor better yet18:24
sarnoldVoyage: you could run it in tmux or screen18:24
patdk-wkjust set it up correctly in /etc/openvpn18:24
sarnoldoo18:24
sarnoldbetter18:24
patdk-wkand use the /etc/default/openvpn to do it18:24
Voyagesarnold,  or just on "screen"?18:25
Voyagehm18:27
VoyageNow if some one wget / curl some site on the VPS , it will use the ip of VPNserver ? correct18:28
chestwood96can anyone quickly eplain something about load averages?18:29
Voyagepatdk-wk,  sarnold  it seems that I cant ping google or wget google or do anything from VPS but I can how ever , on my local pc, do ssh -D 8080 moez@theVPS-IP and browse web. guess what. the whatismyip.com tells me that my ip is of the VPN server18:35
patdk-wkVoyage, that is what you wanted18:37
patdk-wkyou said you wanted all internet traffic to go over the vpn, by default18:37
Voyagehm18:37
patdk-wknow, if it isn't working, it's an issue with your vpn18:38
patdk-wkwhat changed had nothing to do with that18:38
Voyageif i do ping google.com form my VPS. it should work. no?18:38
patdk-wkI don't know18:38
patdk-wkI didn't setup the vpn, or setup the firewall rules on it18:38
sarnoldchestwood96: load averages aren't as useful for measuring a system's load as their name implies :)18:44
chestwood96but they show that it is overloaded dont they?18:45
chestwood96A system load of 8 is not good on a songle core system if i get this right18:46
Voyagepatdk-wk,  see. mylocal pc > -D 8080 Vps (which is VPN client) > vpn server. works fine.       but when I ssh to my vps, ping google or do wget or curl. Resolving google.com (google.com)... failed: Temporary failure in name resolution.18:46
sarnoldchestwood96: it could be that you've got eight tasks set to run at an idle or low priority, it might not be anything to worry about or it might be big trouble -- it's more useful as a measure over time than any specific measurement18:47
patdk-wkwell, there would be your next issue18:47
sarnoldVoyage: does your vps have a route to a dns server?18:47
patdk-wkyour turned up the vpn18:47
patdk-wkcan you stil lcontact your dns servers?18:47
patdk-wkman18:47
=== blkperl_ is now known as blkperl
Gallomimiausing ubuntu server 14.04 installer to install a new system (on my desktop, as suggested by them, will add desktop packages later) with encrypted LVM on top of a software raid5. does the raid need a first partition with some kind of unencrypted boot volume, who determines what size it is and installs the various things, and how do i then configure my encrypted volumes afterward, with mountable such and such18:48
chestwood96well i am running a raid5 mdadm array wich i am triing to share over nfs18:48
chestwood96and i get reasonable writes locally but less than 10mb/s over nfs18:49
Gallomimiayeah that i want to do secon18:49
Voyagesarnold,  I dont know... patdk-wk  how to find out?18:49
Gallomimiaew slowness18:49
Voyagepatdk-wk,  sarnold  how to contact  dns servers?18:49
sarnoldVoyage: find the ips of your nameserver in /etc/resolv.conf and make sure that you have routes that can cover those resolvers18:49
Voyagesarnold,  nameserver 96.47.64.1018:50
Voyagesearch keyreactions.com18:50
sarnoldVoyage: does your routes let you reach that host? any chance ping to it works?18:51
Voyagesarnold,  how to create routes for that now?18:51
Voyageshould I ping  96.47.64.10 ?18:51
Gallomimiadiagnose before making changes18:51
sarnoldGallomimia++ :)18:51
Voyagesarnold,   ping  96.47.64.1018:52
VoyagePING 96.47.64.10 (96.47.64.10) 56(84) bytes of data.18:52
Voyage.. no output18:52
chestwood96sarnold: the hardware is really weak so it is likely to overload18:52
Voyagesarnold,  ya. I cant ping the  96.47.64.10. what should I do18:52
sarnoldchestwood96: could be; check ps aux -- and look for 'R' and 'D' tasks; the 'R' tasks are ready to run and the 'D' tasks are blocked on IO; hopefully that'll give you some feeling of which tasks are being starved18:53
sarnoldVoyage: since the kernel didn't complain about a route to the host, you've got a route -- it may not make sense for a local dns resolver if it goes back to your laptop or something -- so if the packets aren't getting responses they've either been firewalled on your vps or elsewhere...18:54
Voyagesarnold,  everything was working fine untill the changes.18:55
Voyagesarnold,  the above said things are done on the vps18:55
sarnoldVoyage: I don't know if openvpn decided to firewall off everything or if it decided to install broad routes over its tunnel rather than specific small routes over the tunnel...18:56
chestwood96so there is a kworker procces on D and some jbd2/md0-8 when writing locally18:57
Gallomimiai had this problem when i was trying to configure my vpn. i eventually gave up. i wanted local traffic on my box to still take local routes and only traffic to the internet would use the vpn. i couldn't get it working. but your dns packets aren't going where they should. either you have the wrong dns now configured, and it should be something in your vpn's services, not something at home. perhaps its still set as your local 18:57
Gallomimiaanyone know how to install a bootable encrypted raid5?18:58
Gallomimiaim a little mystified halfway thru the config18:59
chestwood96sarnold: when writing over nfs there are 4 nfs processes on D19:00
sarnoldGallomimia: hrm. I'm got a feeling I've heard that grub is far happier with mirrors than with other raid types.. throwing in encryption can't make it any easier :)19:00
sarnoldchestwood96: sounds fair. you may be able to tune the nfs processes in some way -- block sizes, tcp window sizes, etc., but I'd go slowly when making changes19:01
chestwood96sarnold: for some reasons reads are ok over nfs, i get 110mb/s wich is pretty much gigabit19:02
sarnoldchestwood96: oh, try local writes to the same pool?19:02
chestwood96my clients are 2 xenserver6.2 (centos) machines19:02
chestwood96local writes are about 130mb/s the mdadm array runns pretty well19:03
=== ryan`c is now known as ryan-c
sarnoldchestwood96: are those read speeds because the clients are using cached reads rather than going to the server for their reads? :)19:04
Voyagesarnold,  after this http://pastie.org/9134455      I cannot do ping google.com from the vps. but I can how ever do  mylocal pc > -D 8080 Vps (which is VPN client) > vpn server. works fine.       but when I ssh to my vps, ping google or do wget or curl. Resolving google.com (google.com)... failed: Temporary failure in name resolution.19:04
* Gallomimia imagines this install magically working and presses forward19:04
chestwood96sarnold: i do not know where that would becahced im triing with 1GB files19:05
Voyagesarnold,  patdk-wk  any clue?19:07
mesutis it possible port ubuntu touch htc desire hd ?19:07
sarnoldmesut: try #ubuntu-touch ?19:08
Gallomimiaanything's possible. the question becomes are you going to do it?19:08
sarnoldVoyage: hrm, no, looks like that ought to work :)19:08
mesutopss sory19:08
Voyagethen why sarnold , the dns is not working?19:08
chestwood96sarnold: btw iscsi has slightly lower reads but more than tripple writes (35mb/s)19:08
BLZbubbaok this is weird, i have a mysql test that is cpu bound - using 100% of every core - but load avg is under 1.  how can that happen?19:18
patdk-wkBLZbubba, exactly what does the one have to do with the other?19:19
patdk-wkdo you know what loadavg is?19:19
sarnoldBLZbubba: sounds like the machine does nothing else19:19
Voyagesarnold,  for learning . this is very strange. what possible reasons can there be?19:20
patdk-wkvoyage, basic networking 10119:20
sarnoldVoyage: firewalling on your local system, firewalling on your gateway, firewalling before the dns server, firewalling on the dns server, access control lists on the dns server.. yanked wires, broken switches, broken routers, it goes on :)19:21
Voyagepatdk-wk,  ya, but what did I do wrong19:21
Voyage..... :(19:22
Voyagesarnold,  can I be close or with a clue. there would be a solution any way19:22
patdk-wkVoyage, I didn't setup your vps, your vpn, your ..., I dunno19:22
sarnoldVoyage: I'm sure there's a solution, it's all just software, but I don't know enough about your provider or you system to really offer a good next step. if your vps can directly contact dns servers itself you could run your own recursive resolver such as pdns-recursor, but that's a big step to take if you don't want its other features..19:24
Voyagepatdk-wk,  sarnold  line 72. thats where the vps was setup. normal. http://pastie.org/9134455#6919:24
=== justizin_ is now known as justizin
chestwood96sarnod: would more cpu power fix my problem?19:31
sarnoldchestwood96: no idea, sorry19:31
chestwood96sarnold: the machine could just be insufizient19:31
sarnoldchestwood96: could be, or could be some tuning could make it more effective.19:31
Elfuegoside note - do you know if they fixed the issue with loading huge SMB shares causing a large amount of cpuram usage19:32
chestwood96itl like a dinosaur athlon 64 i blought for 12 bucks including a mainboard19:32
sarnoldchestwood96: hahah fantastic :) performance per dollar is pretty good ;)19:33
chestwood96it did its initial job pretty well but mow i repurpoused it19:34
chestwood96it was easily strong enough to let my spare 7970 mine a buch of dogecoin19:34
sarnoldwow much coin!19:34
chestwood96well i stoped because of power efficiency19:34
mgwstgraber: yesterday I asked about resolv.conf behavior and you said the secondary is only used for failover19:36
mgwBut I mis-presented my situation19:36
mgwI actually have dhcp+resolvconf+dnsmasq19:36
mgwand dhcp is serving up two IPs19:36
mgwI want to be sure that if I take the secondary (as served by dhcp) offline, everything will continue smoothly19:37
sarnoldtake it out of the dhcp configuration beforehand?19:37
mgwthat's probably the safe way19:37
chestwood96sarnold: I could get a core 2 for 40 bucks, that should do doesnt it ?19:37
mgwand then, what's a safe way to force renewal19:38
mgwI have salt installed, but am afraid of losing connectivity19:38
mgwif I run dhclient -r19:38
sarnoldmgw: easiest is to wait however many seconds you've configured :)19:38
mgwsarnold: thanks. And second easiest?19:38
sarnoldchestwood96: could be, those core 2 chips sure seemed impressive seven or eight years back :)19:38
sarnoldmgw: dunno :/19:39
mgwsarnold: thanks19:39
mgwif I run dhclient -r I will lose network, right?19:39
sarnoldmgw: probably; you could also try ifdown eth0 ; ifup eth0 -- or whatever the nics are ..19:40
chestwood96sarnold: its apparantly about 3x faster than the 3000+ so that might work19:40
sarnoldchestwood96 :D19:41
chestwood96but as I googled this seems to be a bug with nfs19:43
sarnoldchestwood96: could be, among my pals it seems more folks prefer to use illumos-based nfs servers than linux nfs servers, but that may say more about my pals than the situation :) hehe19:45
chestwood96what are illumos-based servers?19:45
sarnoldchestwood96: smartos, omnios, openindiana, nexenta19:45
chestwood96sarnold: as if that poor old 3000+ could handle ZFS19:47
sarnold:)19:47
chestwood96sarnold: Thanks a lot it was apleasure talking to you, i am going to try out ubuntu 10.10 where it apparantly works(according to the bugtracker) cya19:51
sarnoldchestwood96: yikes19:52
sarnoldchestwood96: 10.10 has been eol for ever :)19:52
sarnoldchestwood96: pick from one of these :)  https://wiki.ubuntu.com/Releases19:53
sarnoldchestwood96: 12.04 LTS or 14.04 LTS would be 'best' choices, you won't have to upgrade immediately and they should be pretty stable19:53
chestwood96its running 14.04 atm19:55
chestwood96pretty fresh install19:55
sarnoldoh good good19:55
chestwood96but there seems to be a bug in >10.10 where nfs goes ammok https://bugs.launchpad.net/ubuntu/+source/linux/+bug/100644619:56
uvirtbotLaunchpad bug 1006446 in nfs-utils "nfs4 causes enormous load in ubuntu-server making it unusable (dup-of: 879334)" [High,Confirmed]19:56
uvirtbotLaunchpad bug 879334 in nfs-utils "nfsd from nfs-kernel-server very slow and system load from 25%-100% from nfsd" [Undecided,Confirmed]19:56
sarnoldchestwood96: comment #29 mentions switching to the deadline scheduler; switching schedulers may do the trick and would be far faster to test :)19:58
chestwood96im at it just have to fund out how19:59
sarnoldchestwood96: comment #49 also looks easy and simple to try thogh it may not be -your- problem... but again, some tuning may help19:59
chestwood96allready tried 49 -> reads went down writes stayed the same20:00
sarnoldchestwood96: so, scheduler.. look around in /sys for a block/sda/ directory -- mine has it under /sys/devices/blahblah/ in a really inconvient location :) but go find those..20:01
sarnoldchestwood96: ah, find /sys -name scheduler  ought to find them20:02
sarnoldchestwood96: cat those schedulers, see what they are, and pick a different one to test with :)20:02
chestwood96cat /sys/devices/virtual/block/md0/queue/scheduler returns "none" am I doing it wrong?20:04
sarnoldchestwood96: how about the block devices underneath the raid?20:04
Voyagesarnold,  patdk-wk  I see that when the openvpn is closed. I get normal internet connectivity back. Now I can use DNS and ping google.com20:07
patdk-wkyes, cause your dns servers are foobar20:07
patdk-wkwe know that20:07
patdk-wkuse dns servers provided by your vpn20:07
Voyagefoobar?20:07
patdk-wkmake sure dns works over the vpn20:07
Voyageok. how?20:07
patdk-wkI dunno, I didn't setup the vpn20:07
Voyagehow to use the dns provided by my vpn?20:08
patdk-wkagain, I didn't setup your vpn20:08
Voyageany idea?20:08
chestwood96sarnold: i think ill just put the drives into one of the xenserver hosts and share it from there they got plenty of power20:08
sarnoldchestwood96: hehe makes sense20:09
sarnoldgive that poor machine a rest :)20:09
chestwood96sarnold: the actual point of it was to have the storage separated so i can turn of either one without compormising the other20:09
chestwood96sarnold: tanks again, you were very helpfull. good night whatever timezone youre in20:12
sarnoldchestwood96: thanks, have fun! :)20:13
=== Lcawte is now known as Lcawte|Away
rostamHi I see some of the ubuntu packages have "ocaml", what it means? thx22:10
sarnoldrostam: ocaml is a functional programming language similar to ml or haskell22:10
sarnoldrostam: those would probably be language bindings for whatever library it is into ocaml22:11
rostamsarnold, thank you.22:12
raydeodoes anyone know why upstart (consistently) gets into unfixable states for me? specifically "start nginx" <hang/Ctrl-C> "status nginx" <start/starting> "stop nginx" <hang/Ctrl-C> "status nginx" <stop/starting> "start nginx" <start/starting> rinse/repeat22:26
raydeoI have other scripts with this behavior, and I cannot find any workaround to even get out of this state.. if I copy nginx.conf to nginx2.conf and start that, it works fine. I have this problem on 12.04 was hoping 14.04 would solve it no to avail.22:27
raydeothe only way to fix the nginx state appears to be to reboot22:27
raydeobut more importantly why does it keep breaking22:27
Elfuegonginx is pretty hard to get worknig right - but ones u do its pretty solid22:30
raydeosorry but this isn't an nginx question specifically22:30
raydeoI have other services that are breaking in upstart as well22:30
rostamHI I am getting a linker error and I do not what package I am missing: /usr/lib/x86_64-linux-gnu/libavcodec.so: undefined reference to `schro_decoder_reset'      How could I find the missing package and resolve it? thx22:32
=== a1berto_ is now known as a1berto
sarnoldrostam: looks kinda like "schroedinger" of some sort: http://ubuntu-codesearch.surgut.co.uk/search?weighted=1&q=schro_decoder_reset23:09
rostamsarnold, thank you23:11

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