/srv/irclogs.ubuntu.com/2010/07/10/#ubuntu-server.txt

SpamapSmillerd: what do you mean by "all computers in the domain" ?00:07
millerdSay I had ubuntu server as a domain controller00:08
=== kim0_ is now known as kim0
SpamapSmillerd: most people use a configuration management solution for that00:08
millerdCould you give me an example?00:08
SpamapSmillerd: domain controller meaning for DNS or for Windows domains?00:08
millerdDNS00:08
SpamapSmillerd: ok for configuration management, Canonical (my employer) has Landscape that will let you control your servers via a web interface...00:09
SpamapSmillerd: there's also some more heavy duty solutions like puppet and/or Chef00:09
SpamapSmillerd: does that all make sense?00:12
millerdYes00:12
millerdI've looked into Landscape before00:13
millerdDoes one always have to purchase landscape as a service canonical provides?00:13
SpamapSmillerd: well its a product of canonical.00:13
SpamapSmillerd: you can also just setup ssh key access to all of your servers and use pssh00:14
millerdWith that you could SSH into a large amount of computers at once?00:15
SpamapSmillerd: apt-get install pssh ; parallel-ssh -h list_of_servers.txt "bash -c 'apt-get update && apt-get upgrade'"00:15
millerdahhh okay00:16
millerdI'm really uneducated on the server side of things00:16
millerdThe framework of DNS servers00:16
millerdand then I get confused between Ubuntu and Windows setups00:16
millerdI work for a department at the University of Washington00:16
SpamapSmillerd: the idea of most unix/linux type things is to do one thing really well, and work by convention.. so most things work "the way you would expect" .. once you learn what to expect, it gets pretty easy00:17
millerdWow Landscape looks amazing00:18
millerdI've never seen the UI before now00:19
peeps[work]is there a way I can limit the outbound bandwidth from a server to addresses outside of the LAN?  i need to upload a lot of things to external servers, but a saturated upload destroys all download speeds00:21
peeps[work]i'd like to limit it a little under the max to avoid affecting download speeds so much00:22
SpamapSpeeps[work]: you need traffic shaping00:22
peeps[work]SpamapS, what app would you recommend for that?00:23
SpamapSpeeps[work]: I haven't done it in a while, and the options seem to have grown quite  a bit. MasterShaper looks pretty nice though.00:23
SpamapSpeeps[work]: apt-cache search 'shaper' produces a few options00:24
osmosisanyone know if this bug was fixed in the Lucid ABI 23 kernel that was pushed to lucid-updates?   https://bugs.launchpad.net/ubuntu/+bug/60379900:25
uvirtbotLaunchpad bug 603799 in ubuntu "BUG: soft lockup - CPU#1 stuck for 61s! [kdmflush:275]" [Undecided,New]00:25
axisyshow do I tell how many emails I have in this maildir ? http://pastie.org/103830500:28
axisysls new is taking forever to return an answer00:28
b0gatyrwondering why I can't partition a USB drive01:12
=== bastidrazor is now known as bastid_raZor
iriedreadanyone here who is really familiar with vsftpd that can help me ? having problems with corrupted files upon finishing transfer01:50
kozmundI've dealt with vsftpd but haven't seen any corrupted files so...that's not helpful.02:00
b0gatyrhumm weird, i have an 8GB flash drive created 2 partitions, first 1.5GB primary , second 4GB (EXT3), Trying to create 3rd one in the unallocated space as Fat32 or NTFS but when I create it windows doesnt read it any clues???02:06
qman__b0gatyr, because windows is dumb and can't handle that sort of thing03:10
b0gatyryeah it sux , gave up on it already03:11
CppIsWeirdany way to move things with a progress bar?04:02
GhostFreemanIs there any easy way to limit bandwidth to certain applications?04:12
jmarsdendefine "easy"?  There is the http://tldp.org/HOWTO/Adv-Routing-HOWTO/  but you can look at "easier" ways such as trickle ...04:19
GhostFreemanis trickle in universe?04:26
jmarsdenGhostFreeman: Should be... let me look for it...04:36
jmarsdenYes, see http://packages.debian.org/lenny/trickle04:36
=== MTecknology is now known as MTeck-ricer
GhostFreemanI'm already using it, and it works nicely05:10
GhostFreemanthansk05:10
GhostFreemanthanks*05:10
Lord_DeviI've just installed Ubuntu 10.04 server for the first time here.. and it would appear something related to termcap or SOMETHING has changed. My up arrow no longer functions and backspace no longer functions. Is anyone aware of what I am talking about?05:13
Lord_DeviI should say, "and how to fix it?"05:14
Lord_DeviI've grown acustomed I must say to my up arrow and backspace..05:14
osmosisim stuck on   [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0)05:18
CppIsWeirdare there any command line copy/move functions that have a progress bar of some sort?05:18
osmosisCppIsWeird, rsync05:18
osmosisCppIsWeird, rsync -Pav05:18
CppIsWeirdheh, using rsync to copy and move everything would be a pain i think, no?05:18
osmosisCppIsWeird, pain?  i always use rsync for all copies. Im not even familiar with the unix cp command.05:19
CppIsWeirdguess i could intercept the cp and mv commands and redirect them to rsync.05:19
CppIsWeirdinteresting.05:19
osmosisCppIsWeird, why not just type the extra 3 characters? rsync   not that big of a word05:19
CppIsWeirdi guess i will start rsyncnig everything then.05:19
osmosisyah, i love rsync05:20
CppIsWeirdrsync is 150% bigger than mv!05:20
CppIsWeird:P05:20
osmosisoh jeez05:20
osmosisyah, well i still use mv.  i just dont use cp05:20
jmarsdenCppIsWeird: alias r=rsync   # There, now r is 50% smaller than mv :)05:20
CppIsWeirdjmarsden wins marshmellows!05:20
osmosisim stuck on   [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0).  apache config help?05:21
CppIsWeirdsounds to me like you need to register a certificate with your apache server05:21
osmosisCppIsWeird, ive done that as far as I can tell though05:24
jmarsdenosmosis: https://help.ubuntu.com/10.04/serverguide/C/httpd.html and read the section on HTTPS Configuration.  Also see https://help.ubuntu.com/10.04/serverguide/C/certificates-and-security.html05:25
osmosisjmarsden, too bad those docs dont have anything on ssl with vhosts05:26
jmarsdenDo you have it working on your default host already?05:26
osmosisjmarsden, i just figure out...it works on the default host. but if I enable a vhost, it fails with that error.05:27
jmarsdenOK.  If you can handle a certificate name mismatch, you can probably just turn ssl on in each vhost; for per-vhost ssl, life is more fun, you need to use a different port for each vhost so each one can have a different certificate, as far I know.  or a different IP, if you have plenty of public IPs available to use.05:28
osmosisjmarsden, im just using one certificate though. multiple vhosts05:31
osmosisjmarsden, i have a working ubuntu 8.04 box running this way. just trying to get it working on my new 10.04 box.05:32
jmarsdenThen you'll get name mismatch errors for all the vhosts whose names are different from the name on the certificate...05:32
osmosisjmarsden, thats okay...just some rarely used domains i need to have encrypted traffic on.05:32
jmarsdenSo... what is the issue?  Did you set up vhosts that use port 443 and that say ssl on and so forth?05:33
jmarsdenWhy not look hard at the 8.04 apache config files and use them as a basis for the 10.04 setup?05:33
osmosisjmarsden, if the config file worked the same I wouldnt have an issue. 10.04 behaves differently.05:34
osmosisyah, i have a vhost with  :44305:34
osmosisIf i enable that ssl-vhost, i get    [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0).05:35
osmosisworked in 8.04 though05:35
jmarsdenOK... I'll try it in a VM here... I don't think Apache can have changed *that* much between 8.04 and 10.04, can it??  Sounds like you need an SSlCertificateFile config line in each vhost?05:35
osmosisill try moving the ssl directives into the vhost05:36
osmosisjmarsden, okay, that works now.05:38
osmosisjmarsden, yah...wasnt required in 8.04 though. strange.05:38
jmarsdenMaybe someone is preparing for the new http spec where you *can* do different SSL certs in different vhosts??  I read something about that a while back, but forget the details...05:39
uvirtbotNew bug: #573975 in tftp-hpa (main) "pxe image fails to boot: "Forbidden directory"" [Undecided,New] https://launchpad.net/bugs/57397506:46
=== __Techie__ is now known as _Techie_
ljungkwhat's the difference between sending mail from an stmp server and what that server is doing when sending it to its destination server?11:46
guntbertljungk: the intermediate smtp server is acting as a client to the destination server11:56
ljungkguntbert: okay, so there is no real difference?12:07
ljungkguntbert: in theory i could then manually connect to each mail server I want to send mail to?12:08
guntbertljungk: in theory yes, in praxis smtp servers are choosy in from whom they accept mail for whom - you are likely to get something like "relaying denied"12:09
ljungkokay, even if i try to send only to users local on that server?12:11
ljungkand what do they base they choice on? authentication?12:16
ljungk*their12:16
KnightStalkerHello,How can I backup all of my Ubuntu in a way which I can install it via a bootable disk and it installs the current ubuntu I have without any changes(all settings and users and /bin should be saved and should be installed when I choosed to restore)13:05
KnightStalkerI need it for my server so that in case of HDD/OS loss I still have a backup13:06
ljungkKnightStalker: You can use rsync to mirror your directories13:18
KnightStalkerhmm I never used rsync,may I ask how to tell rsync to make backups?13:19
ljungkyou give it to paths, possibly on remote machines and it will make the second one reflect the first. the man page is pretty good,13:20
ljungk*two13:20
KnightStalkerhmm13:23
KnightStalkerBut that wont allow me to make bootable disks13:23
KnightStalkerand for example if I reflect home folder and restore it later there will be permission problems13:24
ljungkwhy? rsync keeps track of ownership/permissions/times etc13:24
ljungkbut no, it can't make a bootable disk.13:25
ljungkwhat I do is mirror the important directories (/home , /etc , /data + some parts of /usr ) and dump a package list (dpkg -l) then the system is pretty easily restored13:28
klaaswhats the best option to install ubuntu on a new system with software raid5 and full encryption? does the alternate cd support that and which filesystem is the best to use for big raids (15tb)?13:45
andolklaas: Yes, both the server cd and the alternate cd will work, as both use the same Debian installer (just with different preseeds/defaults).14:20
Fudgehi i have an hp proliant 380 G4 and am trying to find a  package that will slow the fans down as its very loud. could someone please assist me or point me in the right direction?15:28
Fudgemm15:57
jeeves_Mosshow can I burn a CD from the CLI from an ISO17:19
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
smoserkirkland`, are you around ?18:06
=== dendro-afk is now known as dendrobates
=== IdleOne is now known as IdleTwo
=== IdleTwo is now known as IdleOne
=== dendrobates is now known as dendro-afk
CaerI'm having login times to ssh on my server which go from 1s to 90s ; the system load is ~2 ; it mainly runs transmission at 50Mbit/s18:53
CaerI have tried ionice but it didn't improve, any idea?18:54
CaerI have changed the default DNS of my ISP to google's hoping that a reverse lookup was in cause but no18:56
pmatulisCaer: turn off transmission for a bit and see if it helps (assuming that app is causing the ~2 load; which, if constant, is pretty bad)18:59
pmatulisCaer: you can also run the ssh client in verbose mode and the server in foreground mode - keep both terminals side by side and observe19:00
CaerI will try with transmission off, the problem is that this time is random19:01
Caerand I can't touch the ssh server, I have no physical access. And transmission is certainly the reason for the load.19:01
Caeris a 4MB/s disk IO close a typical disk limit?19:04
pmatulisCaer: that sounds very low to me19:08
pmatulisCaer: re ssh, another option is to reduce niceness of sshd.  physical access desirable19:08
Caerreduce niceness actually improves response times right?19:09
pmatulisCaer: yes, -20 to +19 (smaller = higher priority)19:10
pmatulisCaer: 'man nice'19:11
Caeranyway I can restart the server remotely, sshd shouldn't worry me19:11
Caerthanks for the fish pmatulis19:11
pmatulisCaer: yet another option is to somehow implement QOS on a f/w19:11
pmatulisCaer: giving higher priority to SSH traffic19:12
pmatulisCaer: finally, upgrade your cpu and/or ram19:12
Caeri haven't done QoS yet but I should ; how does it interact with ionice?19:13
Caernever mind tcp is probably not considered as IO19:13
pmatulisCaer: supply top output for a more informed analysis19:14
jpdsWhat kind of machine is this?19:14
=== dendro-afk is now known as dendrobates
Caerdell xs11-vx8 for French ISP 'online.net'19:17
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
Caerpmatulis: allright I was a fool to suppose transmission was not the only problem, thank you!19:50
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
uvirtbotNew bug: #604092 in drbd8 (main) "package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build" [Undecided,New] https://launchpad.net/bugs/60409220:46
glen1what is a cloud? is it a marketing term for server?21:14
Caerglen1: marketing for a group of (eventually cheap) servers, distributing a service21:28
Caerbeuh j'ai aucun film à voir21:40
Caervous auriez pas des titres sous la langue ? ou une série marrante ?21:40
uvirtbotNew bug: #604110 in munin (main) "munin-node-configure --shell fails on lucid" [Undecided,New] https://launchpad.net/bugs/60411022:01
glen1Caer, so its just a server? haha im talking to you from the cloud!22:06
DUEDAHLcan somebody recommend a video surveillance software? it should support ip-cams22:41
qman__DUEDAHL, zoneminder22:45
DUEDAHLim not able to download their liveCD22:47
Bjelleklanghi guys, have there been any reports of server install hanging when trying to configure the apt sources? Have tried server ISO as well as the alternative one23:00
guntbertBjelleklang: network is configured correctly?23:04
=== dendrobates is now known as dendro-afk
Bjelleklangyeah23:05
Bjelleklangcan try installing without network though just to check23:07
uvirtbotNew bug: #604129 in mailman (main) "Mailman's python path should include dist-packages" [Undecided,New] https://launchpad.net/bugs/60412923:11
guntbertBjelleklang: you can always switch to a different virtual console (alt+left, alt+right) to find a screen where you can see what is actually going on, or you can run the install without the splash screen at all23:15
Bjelleklangah, nice one23:15
Bjelleklangtrying again now, will see what happens23:16
guntbertBjelleklang: in the boot menu press F6, esc to edit the boot line, remove "quiet" and "splash"23:16
makishLeker lite med DHCP server och behöver lite hjälp...får det inte riktigt o lira...23:20
guntbert!se | makish23:22
ubottumakish: Svensk Ubuntu- och Kubuntusupport hittar du i #ubuntu-se resp. #kubuntu-se23:22
guntbertmakish: english please in this channel23:23
makishsorry ...realized i was in the wron channel..=)23:23
makishwrong23:23
guntbertmakish: :)23:23
makishguntbert, im sitting and playing around with the DHCP server in ubuntu but im not getting it to work...=) fallowed this guide http://www.ubuntugeek.com/how-to-install-and-configure-dhcp-server-in-ubuntu-server.html23:25
Bjelleklanglooks like it's working now, might have been a bad cd-rom23:37
Psi-JackHmmm23:46
Psi-Jackmigrationtools package seems to be missing the migrate_common.ph entirely.23:47
Psi-JackAnd when I create it and set $DEFAULT_BASE, it doesn't even utilize it. heh23:47

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