/srv/irclogs.ubuntu.com/2015/06/18/#ubuntu-server.txt

=== leTali- is now known as leTali
=== markthomas is now known as markthomas|away
linociscohi all05:05
linociscohow to turn on NTP server ? if the ubuntu server lost connection to internet, as an alternate way, it should use hardware clock to update time to clients and IP Phones05:06
kickinz1linocisco: hi, which release?05:21
linociscokickinz1, Linux ubuntuserver 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15  i686 i686 i686 GNU/Linux05:22
kickinz1linocisco: ok thanks, looking.05:22
=== frankban_ is now known as frankban
linociscohttp://ubuntuforums.org/showthread.php?t=86262007:18
linociscobut root@ubuntuserver:/# sudo aptitude install ntpd07:19
linociscoCouldn't find package "ntpd".  However, the following07:19
linociscopackages contain "ntpd" in their name:07:19
linocisco  cyrus-nntpd ntpdate cyrus-nntpd-2.4 openntpd07:19
linociscohttp://pastebin.ubuntu.com/11734249/07:29
=== Den_Beiren is now known as DenBeiren
lordievaderGood morning.08:06
kickinz1linocisco, use openntpd08:36
linociscokickinz1, late response. I have restarted whole server and now installing new server fresh08:38
linociscokickinz1, thanks anyway08:38
kickinz1linocisco, you must have missed my message from more than 2 hours about using openntpd...08:39
kickinz1linocisco, 5:44 UTC: <kickinz1> linocisco, you can install openntpd ntp server, and set it to listen on the desired local addresses.08:39
linociscokickinz1, i m sorry I didn't see it. may be my network card slept08:40
kickinz1linocisco, I hope you will find your way.08:40
linociscokickinz1, thinking so08:40
linociscohi all09:25
linociscomy wget never works behind wpad proxy with authentication. I tried many manuals and referece on internet09:26
linociscoubuntu server is behind wpad proxy. I can create apt.conf and put some entries for http and apt proxy entries so apt-get commands work but wget never works09:27
kickinz1linocisco, did you try to customize wgetrc?09:41
linociscokickinz1, how?09:41
linociscokickinz1, now i got another problem. I changed from DHCP to static ip for eth0. and nslookup doesnt work09:41
kickinz1linocisco, did you add a nameserver entry to your static config?09:42
linociscokickinz1, I put nameserver x.x.x.x09:43
linociscokickinz1, also under /etc/resolv.conf09:43
linociscokickinz1, got it now09:44
kickinz1linocisco, wget: you need to create a .wgetrc file in your user directory then look here http://www.gnu.org/software/wget/manual/html_node/Proxies.html09:44
linociscokickinz1, Error parsing proxy URL http://username:password@host:8080: Bad port number.10:00
linociscokickinz1, when I tried to set under /etc/wgetrc10:01
kickinz1linocisco, you must adjust to your wpad proxy settings,10:20
TJ-Do we have a way to serialise LVM LV mirror re-syncs where a single VG is resyncing several LVs simultaneously - so I/O is focused on a single LV at a time rather than scattered across all resyncing LVs?13:02
OpenTokixTJ-: What would be the benefit of that?13:26
TJ-OpenTokix: increasing the I/O throughout so the disks spend less time seeking and more time reading/writing13:31
=== Lcawte|Away is now known as Lcawte
OpenTokixTJ-: you assume each LV is a sequenial block?13:32
OpenTokixTJ-: that is a wrong assumption13:32
TJ-OpenTokix: I *know* which extents on which physical devices are assigned so I *know*  they are sequential. Anyhow, it improved I/O thoughput from 28MB/s to 100MB/s13:39
TJ-I had to invert my thinking - instead of trying to serialise all the resyncing LVs it just required de-activating all but one resyncing LV ("lvchange -an VG/LV)13:41
FenikkusuDoes anyone know either where to ask or what the answer is for: What is the max HDD size the Dell PowerEdge 2950 supports and the max total size supported?13:53
jamespagehallyn, do you think it would be feasible to have an alternative for libtool-bin for the qemu package to make backporting to trusty a bit easier? wily qemu needs a delta right now13:54
hallynjamespage: you mean in qemu's debian/control have a different pkg than libtool-bin in build-deps, on trusty only?14:00
hallynif so what would you want in its place?14:02
jamespagehallyn, not quite sure - trying to figure that out14:04
jamespagehallyn, it would be a libtool-bin | xxx type thing14:04
hallynthe delta right now what exactly?14:06
jamespageI know its a delta - I've just not fixed it yet :-)14:06
hallyni misse da word - the delta right now *is* what exactly?14:07
hallynoh you mean you dont' have one yet, got it14:07
jpdsFenikkusu: Wouldn't you be better off asking Dell?14:07
hallyni see, libtool-bin doesn't exist at all :)14:07
hallynjamespage: anyway, debian/control is built by debian/rules, so we can actually process it if you like14:08
hallyn(from debian/contorl-in)14:08
Fenikkusujpds, I would be glad too if I could find a channel to do so in.14:08
hallynjdstrand: do you have any objection to doing what is in the last comment at https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1342083 ?14:10
=== DenBeiren is now known as zz_DenBeiren
=== setkeh is now known as Eliza
=== Eliza is now known as ProjectEliza
=== ProjectEliza is now known as setkeh
jdstrandhallyn: the owner @{PROC}/[0-9]*/fd/* r, rule breaks vm isolation and will cms to read fds from other vms14:42
jdstrands/cms/allow vms/14:43
jdstrandhallyn: based on the denial, it seems that 'owner @{PROC}/[0-9]*/fd/ r,' is what is actually needed, not 'owner @{PROC}/[0-9]*/fd/* r,'14:43
jdstrandhallyn: '@{PROC}/[0-9]*/fd/ r,' would be ok14:44
hallynso i wonder whether '@{PROC}/self/fd/ ' would suffice14:46
jdstrandhallyn: I somewhat wonder if only pt_chown would suffice14:48
jdstrandhallyn: reason being, the fd/* rule shouldn't have helped anything, and if the user added pt_chown maybe the fd rule isn't needed at all14:49
jdstrandbut the ordering of the denials suggests it is needed14:49
hallynzul: i gather yo'uve not had time to track down the failures in libvirt 1.2.16 ?14:52
zulhallyn,  not yet...tomorrow hopefully14:52
hallynok14:52
hallynjdstrand: thanks14:52
hallyn(asked the submitter to verify whether htat suffices)14:53
hallynzul: if you do get it fixed an dif we hear back about it, it might be worth adding the fix for bug 1342083 to 1.2.16-0ubuntu1 as well14:53
zulack14:54
jak2000if i mount a windows share: sudo mount -t cifs //132.1.5.240/Sistemas /mnt/share/svr242/ -o username=administrador,password=Jmasc3186   how to unmount?15:09
FenikkusuDoes anyone have any suggestions on a good computer to use as a home server? Rack mount if possible, so I can get it under a desk or something?15:17
tewardFenikkusu: without use case we can't give any suggestions15:20
tewardlike what would go on that15:20
Fenikkusuteward, I'm trying to build a home NAS/Media Server. Right now I have a HP Compaq 6005 USDT that works fine, but only has one SATA port on it, so it will be tricky to update in the future. I'm just looking for a computer that I can fit under a desk and/or couch (I can deal easily enough with air flow) that doesn't suck up power and doesn't sound like a jet all the time.15:22
bearfacemost rackmounts with stock fans sound like a jet15:24
teward^15:25
OpenTokixFenikkusu: just buy a NAS-box15:26
lordievaderFenikkusu: Or build a desktop with server hardware.15:28
=== SL89 is now known as Vodka_Gobalsky
Fenikkusulordievader, I don't think the overall hardware matters. I'm more looking for a cheap, quite, compaq option15:50
=== kickinz1 is now known as kickinz1|away
=== markthomas|away is now known as markthomas
=== Lcawte is now known as Lcawte|Away
=== markthomas is now known as markthomas|away
=== SL89 is now known as Vodka_Gobalsky
b4tm4nso, according to docs, to get openvpn to start on boot, you can modify /etc/openvpn/default at set an AUTOSTART parameter.  I tried this and it worked (or so it seemed).  Because now, even with all AUTOSTART lines commented, the vpn connects on boot.  How do I disable it?19:56
=== markthomas|away is now known as markthomas
=== MidnightCommand- is now known as MidnightCommande
=== MidnightCommande is now known as MidnightCommand-
=== tevas is now known as Semiarty
danofsatxDoes anyone have a favored torrent tracker package for Ubuntu servers?22:40
sarnold_rtorrent is tolerable via shell22:42
tarpmanrtorrent++22:43
tarpmanthere's also transmission-cli, which iirc contains a web interface as well as the cli22:43
danofsatxthat is compareable to opentracker?22:43
sarnold_I22:43
sarnold_I'm no torrent expert, I might not know quite wha tyou're looking for :)22:43
danofsatxI'm not either. I was asked to step in to a volunteer torrent project today to help distribute some open source software, and we need torrent trackers set up to handle the effort.22:45
sarnold_danofsatx: aha, then rtorrent is not going to be what you need. it might be part of it.. or might not.22:50
sarnold_danofsatx: hmm, I'm having trouble getting to their websites.. take a look at suse's mirrorbrain, it might be useful, I remember thinking it looked neat when i read about it a few months ago22:50
danofsatxyeah, it's part of it. I knew rtorrent was a torrent client, but I didn't know if it provided a tracker server also22:50
danofsatxmirrorbrain appears to be the equivalent of the Fedora Project's MirrorManager - it doesn't do torrents, though.22:53
sarnold_hm. Bummer. I thought it did :(22:53
=== Guest88385 is now known as rylinaux

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