/srv/irclogs.ubuntu.com/2010/06/21/#ubuntu-server.txt

hggdhkirkland: there?00:10
ScottKcloakable: That's almost certainly not true.00:38
cloakableScottK: Well, for the purposes of the ioncube loader.00:40
ScottKIt wouldn't suprise me if it was all Free software, but all GPL is highly unlikely.00:40
cloakablepossibly00:41
cloakableTine 2.0, WordPress, Dokuwiki, RoundCube, Status.net :)00:42
lukehasnonameWhy aren't server tasks (such as mail server, lamp server, VM host, etc.) documented more thoroughly? I assume those are the "easier" aka more preferred methods of service installation, yet the Server Guide shows traditional apt-getting packages.00:51
lukehasnonameAm I missing something?00:51
=== sheenobu is now known as criminy
jpdslukehasnoname: Maybe you want tasksel?01:01
* jpds is fine with traditional apt-get.01:02
lukehasnonamelet me clarify my question to make sure it's valid: When using tasksel vs grabbing all the packages manually, are the configurations of the services different? Would tasksel provide options or configurations not offered by std installation?01:10
pmatulislukehasnoname: no01:23
lukehasnonamepmatulis, I guess it's not as much of an issue, then. Still, I see little mention of tasksel in the server guide, which surprises me, given how useful it can be (esp to intro admins)01:36
pmatulislukehasnoname: if tasksel can be applied to topics in the server guide then, yes, i agree with you.01:38
pmatulislukehasnoname: feel free to file a bug [1] or get involved [2]01:43
pmatulis[1] https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+filebug01:43
pmatulis[2] https://wiki.ubuntu.com/DocumentationTeam/SystemDocumentation01:43
lukehasnonameSounds good.01:44
jeeves__what would be the best soulition to build a WiFi hotsopt access server?02:17
=== unreal_ is now known as unreal
JackTOanyone here have any experience with ioncube loaders?03:11
lukehasnonameI just watched Toy Story for the first time04:59
lukehasnonameAnother reason to like Debian04:59
scarlukehasnoname, how so?05:06
lukehasnoname`scar, It was a fun movie and I think it's cool the Debian releases are named after characters in a movie05:13
oreni want to run nginx on boot (lucid). i am reading here https://help.ubuntu.com/community/UbuntuBootupHowto that 'Ubuntu is transitioning away from the sysv init system'.  what do u guys think?05:59
orenand if the answer is: use init script i have another question - will this script run on lucid? (it was tested on karmic) -http://code.google.com/p/nginx-init-ubuntu/06:01
ScottKoren: The last Ubuntu release to actually use sysv was Dapper (4 years ago).  Since then it's all been emulated by upstart.06:11
lukehasnoname`oren, I believe you can still use your sysv init script. But if you want to be really cool you'll learn upstart scripts06:12
JanCexcept upstart scripts maight look completely different in 10.10 or later, but yeah  ;)06:13
lukehasnoname`JanC, augh06:14
lukehasnoname`Now that Mako and Kyle Rankin are rich from the Ubuntu Server Book, having it open sourced and quasi-open for edit online would be incredibly useful06:17
lukehasnoname`That book is so very awesome06:18
orenScottK: lukehasnoname` i never used those scripts before. can i simply take the nginx script (my link) , make it executable and locate it inside init.d, and run: sudo update-rc.d myscript defaults 98 02 ?06:21
oren(that's the instruction i see on ubuntu docs)06:22
orenand what is this book you guys are talking about?06:22
lukehasnoname`oren, The Official Ubuntu Server Book06:23
lukehasnoname`written by two Ubuntu/Linux guys06:23
lukehasnoname`It's not terribly useful for writing init or upstart scripts (mostly because Upstart's API changes daily, it seems) but it has good instructions for a lot of common tools and services in Ubuntu06:24
orenlukehasnoname`: so my steps above are accurate? and where can i get this book?06:26
lukehasnoname``effing IRC boots me all the time and I get these backup names... anywho oren it looks right, judging from the man page for update-rc.d06:28
lukehasnoname``never used it myself06:28
orenok. i'll try it. thanks06:30
=== mushroomtwo is now known as mushroomblue
JanCoren: docs for writing upstart scripts for karmic & lucid can be found in init(5)06:38
ccheneyDaviey, testing the kernels now, i think it broke between 2.6.32 and 2.6.3306:38
orenJanC: do u mean /etc/rc5.d06:39
oreni appologize for my ignorance..not sure what init(5) means06:39
oreni know there are run levels where each folder has scripts that are executed.06:40
orenrc0.d, rc1.d etc06:40
jmarsdeninit(5) means the man page for init in section 5 of the manual pages.  So do   man 5 init   to read it.06:41
kaushalhi06:41
kaushalcan some one please help me about this post https://lists.ubuntu.com/archives/ubuntu-server/2010-June/004345.html ?06:41
JanCoren: what jmarsden says, or http://manpages.ubuntu.com/manpages/lucid/en/man5/init.5.html if you want to read it online (that site has all Ubuntu manpages)06:44
orenJanC: jmarsden awesome06:47
jmarsdenJanC: You're welcome06:47
orenis this the ubuntu server book you guys praised? http://www.amazon.com/Official-Ubuntu-Server-Book/dp/0137021186  if not, what is the best server book i should buy?06:53
orenonly 7 reviews but they all liked it06:53
ccheneyDaviey, headed to bed now, it appears to be 2.6.33 that broke the image registration06:53
ccheneyDaviey, so my original idea was right but i am not sure how i came up with it originally, after more testing it seems reliable that it is 2.6.33 though06:54
ccheneyDaviey, there aren't any 2.6.33 rc builds on the ppa so that is as narrow as i can make it06:55
* ccheney bbl06:55
daishadarwhat's the best solution for automatic mounting/unmounting of usb drives for ubuntu server?08:13
jpdsdaishadar: mount/umount ?08:14
daishadarjpds:  um, how do you make those automatic?  like when i plug in a usb device i want it to be mounted08:15
alonswartzdaishadar: this is what you are looking for: http://packages.ubuntu.com/intrepid/usbmount08:28
alonswartzoops - s/intrepid/lucid/08:28
daishadarfunnily enough i'm still running an intrepid server... thanks, that looks like what i need08:29
alonswartzdaishadar: just install via apt-get. what it does is add some rules to udev, to trigger the mount when the usb devices are plugged in08:30
orenalonswartz: nice!08:45
=== oubiwann is now known as away
uvirtbotNew bug: #596780 in tomcat6 (main) "tomcat6 still missing JSTL ("glassfish-javaee")" [Undecided,New] https://launchpad.net/bugs/59678009:16
uvirtbotNew bug: #596781 in tomcat6 (main) "JSP examples refer to Tomcat 5 (not 6)" [Undecided,New] https://launchpad.net/bugs/59678109:21
_rubenjoy .. seems i made an error in my /etc/network/interfaces file .. now it wont come up after reboot, not even in recovery mode09:52
_rubenkinda wierd it complains about the start/stop of lo and eth0 though, didnt alter those09:54
_rubenah .. bug #51225310:03
uvirtbotLaunchpad bug 512253 in ifupdown "Mistake in /etc/network/interfaces keeps the system from booting" [Undecided,Confirmed] https://launchpad.net/bugs/51225310:03
Zorgeapache+mod-rewrites fun.  Where a simple rewrite "test" should be RewriteRule ^/$ redirected.php.   Only that gives "You don't have permission to access / on this server." Removing the caret seems to fix this, but everything I can find online says nothing about excluding carets.  Nice way to start :X10:29
sanderj_Eucalyptus is an open source cloud platform which is compatible in frontend with Amazon EC2 API, but implements a totally different design structure in backend.11:22
sanderj_What is the diffrence on backend and frontend api?11:23
sanderj_http://cloudy.liangz.info/2009/11/provisioning-on-existing-cloud.html <-- written here.11:23
_rubenfrontend: the looks of a car .. backend: the engine (for example) inside11:26
_rubenyou can change the engine and still be able to drive the car11:26
_rubenwhen done properly that is11:26
sanderj_Can you give me some examples of the backend api?11:26
sanderj_Is there any backend api at all?11:28
sanderj_Or is the only the backend design structure diffrent?11:29
sanderj_-the11:29
_rubensanderj_: in this case the backend entails the software+hardware used .. euc is an opensource suite, whereas ec2 is most likely (mostly) closed source (never used it, so dont know the details)11:40
sanderj__ruben, so the api for tracking how much resources each customer is using in euc is done trough a frontend ec2 compatible api?11:42
trapmaxany experience using confluence + webdav?12:58
cybrocopUEC QUESTION: What should the VNET_BRIDGE value be on a NC in MANAGED mode?13:28
cybrocopDoes it still need to be br0 in MANAGED mode?13:28
uvirtbotNew bug: #596859 in ntp (main) "ntp profile denies write access to serial devices" [Undecided,New] https://launchpad.net/bugs/59685913:31
sommermorning :-)13:47
DanawarSommer: Morning!13:48
hggdhkirkland: ping14:15
kirklandhggdh: morning!14:15
hggdhkirkland: good morning, sir14:16
hggdhkirkland: we have a new (tentative) patch for the public IP issue on UEC from Greg14:17
hggdhkirkland: I am not sure how to work on the bzr to set it up14:17
kirklandhggdh: awesome14:20
kirklandhggdh: would you like me to show you how?14:20
kirklandhggdh: i'm in a meeting at the moment14:20
hggdhkirkland: I would love to know how to do it, it would free you...14:21
hggdhkirkland: and I can wait if needed, right now in Lexington14:21
kirklandhggdh: good point, yeah14:22
kirklandhggdh: okay, i'll put it into a PPA14:22
kirklandhggdh: and send an email explaining how i did that14:23
kirklandhggdh: and just poke me if you need more14:23
hggdhkirkland: ack, and thanks14:24
zullamont: what do you think of bug #59636314:25
uvirtbotLaunchpad bug 596363 in bind9 "db.root needs update for i.root-servers.net AAAA record" [Undecided,New] https://launchpad.net/bugs/59636314:25
lamontzul: I think meh.14:27
lamontbut yeah, it prolly does14:27
lamontnot worthy of an SRU, might be worthy of throwing into a point release for lucid, definitely worth doing for maverick14:27
ccheneyhggdh, which public ip issue is that? (/me wonders if it what he saw before)14:32
ccheneykirkland, ^ ?14:35
* ccheney brb14:42
kobrien_guys, problem: I just installed PAE kernel and my X server is broken. Please advise14:42
=== kobrien_ is now known as kobrien
kobrienI assume the pae kernel doesn't support my graphics card14:43
smoserok, embarrassing question14:46
smoser'not worthy of an SRU, might be worthy of throwing into a point release for lucid, definitely worth doing for maverick'14:46
=== away is now known as oubiwann
smoseri didn't realize there was any distinction between point release and SRU. i thought that point releases just picked up state of the archive, and to get into that you had to follow SRU14:47
tgalalI'm doing a pxe installation using kickstart. I'm placing a custom sudoers file for the installing machines. WHY THE HELL DOES UBUNTU ALTER MY SUDOERS FILE ?! lol  it adds "$admin ALL=(ALL) ALL" which I don't want ..14:47
smoserlamont, zul is that incorrect ?14:47
=== shade_ is now known as \shade\
zulsmoser: yes thats correct14:48
smosertgalal, well, it does that because thats how you become root in ubuntu. i wonder when are you placing the custom sudoers file (ie, in post?)14:49
tgalalsmoser, yes in post14:49
tgalalsmoser, any advice?14:49
lamontsmoser: inclusion in a point release might well require an SRU14:49
lamontsmoser: I've pretty much avoided figuring such things out14:49
smosertgalal, no, i've no advice. i guess that some things just happen after 'post' .14:50
tgalalsmoser, I'm trying to have sudo on my machine passwordless out of the box. That's why I place my custom sudoers file in post. The problem with that line is that makes all users of group admin can gain root priviledges but WITH a password. Is their a workaround that you're aware of ?14:52
smoserwell, definitely you can modify that to your liking14:52
mathiaz_kirkland: http://google-opensource.blogspot.com/2010/06/introducing-google-command-line-tool.html14:52
smoserbut i don't know about through kickstart14:52
tgalalhmm ok thanks14:53
* ccheney back14:57
=== mathiaz_ is now known as mathiaz
=== oubiwann is now known as away
tgalalso kickstart has " rootpw --disabled" for passwordless sudo.. but it's not working, advices?15:18
=== oubiwann is now known as oubiwann-away
=== oubiwann-away is now known as oubiwann
MrcheesenipsWith Ubuntu Server, how would I put files onto the server?16:11
MrcheesenipsWould I mostly control everything with a remote computer?16:11
Mateo_Hi everyone !16:17
=== dendro-afk is now known as dendrobates
DanawarMrcheesenips: it is 100% up to you!16:23
DanawarMrcheesenips: I myself use a remote computer to connect to the server and do things using FTP/SSH16:24
Mrcheesenipsoh'16:24
MrcheesenipsI see :D16:24
DanawarMrcheesenips: What are you thinking of using the server for?16:24
MrcheesenipsA Garry's Mod Server16:24
MrcheesenipsAre you familiar with that game?16:25
DanawarMrcheesenips: You will want to install an SSH client and do everything through that.16:25
DanawarMrcheesenips: I believe you are following a guide of some sort to do that?16:25
MrcheesenipsYeah16:25
DanawarMrcheesenips: Would it be possible to see the guide you are going to follow?16:26
MrcheesenipsIts actually included in the readme with the tool16:27
MrcheesenipsI don't think its on the web16:27
DanawarOk, what tool are you using?16:27
uvirtbotNew bug: #596923 in lm-sensors (universe) "Asus F8Sg high CPU temperature" [Undecided,New] https://launchpad.net/bugs/59692316:27
MrcheesenipsIts the Half Life Update Tool16:27
MrcheesenipsTo download and install the Garry's Mod content from Valve's servers16:28
Mrcheesenipsto run the server16:28
MrcheesenipsThen I have to run the server program itself16:28
MrcheesenipsAnd there is a Linux Client supported16:28
DanawarMrcheesenips: Ok I understand, that's great!16:29
Mrcheesenipsyus :D16:29
MrcheesenipsI understand the basics of Ubuntu Server now16:29
Mrcheesenipsthank ya16:29
DanawarMrcheesenips: I was just thinking instead of trying to move the update tool from machine to machine it would be quicker to download off the internet and execute.16:29
Mrcheesenipsya16:29
MrcheesenipsI was thinking the same thing16:29
zulScottK: ping fyi im going to update dovecot to the new release if debian hasnt done it yet16:30
ScottKzul: OK.  I think I have the changes for renaming postfix-dovecot here.16:31
zulScottK: can you push them to a bzr branch or give me a debdiff?16:31
ScottKzul: Yes.  I just found them ....16:34
ScottKzul: Untested, but I think complete: http://pastebin.com/tdvTjR6P16:35
zulScottK: thanks16:37
ScottKzul: No problem.  Thanks for asking and taking it into your merge.16:37
Mateo_Anyone that is used to work with webmin please ? i would like to add the first domain name to my server, bind9 is installed, webmin too, but i don't know where to start16:41
guntbert!webmin | Mateo_16:41
ubottuMateo_: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.16:41
Mateo_!ebox16:42
ubottuebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox16:42
guntbertMateo_: I'm not happy with ebox - but be warned about webmin16:43
Mateo_guntbert: why not happy ?16:43
guntbertMateo_: it doesn't use the system config files (as webmin does) but runs it's own config -- which I don't like - but I don't use webmin either except for very limited tasks16:45
Mateo_ok guntbert16:45
Mateo_guntbert: so i'm going to install it and then i will try to setup my domain name16:46
guntbertMateo_: your call :-)16:48
bogeyd6Mateo_, webmin is gonna break your junk16:49
bogeyd6!webmin16:49
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.16:49
Mateo_isntall is in progress16:52
irvywhat tool should i use for managing partitions from the command line?16:53
guntbertirvy: fdisk ?16:54
irvythx16:55
irvyis there anything that would give a slightly more guided user experience16:55
guntbertirvy: there is cfdisk too - a little nicer16:55
irvylike the editor in the installer16:55
irvysweet, thanks16:55
irvynow, i wonder what this random 2155mb fat32 partition that came pre-loaded on this server is..16:57
bogeyd6irvy,  a restore partition?16:57
Mateo_guntbert: did you installed the 1.5 release of ebox ?16:57
irvyi feel as though i should wipe it16:57
irvythere was no os loaded16:58
irvythere's an 83mb utility partition16:58
irvyfollowed by 2155mb bootable fat3216:58
irvyhm16:58
irvyit's dell if that makes a difference heh16:58
guntbertMateo_: I really don't remember, I installed ebox once and removed it almost immediately again - just not my type I guess :-)16:58
ccheneyjjohansen, hi!16:59
ccheneyjjohansen, i need some more kernels from you :)16:59
jjohansenccheney: oh, what do you need16:59
guntbertirvy: dell servers come with a "service partition" (or so)  it is useful for support issues16:59
irvyahh perhaps i'll refrain from wiping it just yet then17:00
irvywhat would you guys recommend for a filesystem on a raid5 array of 3x 1tb drives17:00
ccheneyjjohansen, bug 588861, i need kernels between 2.6.32 and 2.6.33 if possible to help narrow down which one broke eucalyptus image registration17:00
uvirtbotLaunchpad bug 588861 in eucalyptus ""pad block corrupted" error when trying to register an image with 2.6.34 kernel" [High,Confirmed] https://launchpad.net/bugs/58886117:00
irvyi want a single partition for data17:00
ccheneyjjohansen, 2.6.32 and 2.6.32-15.5 seem to work fine, but 2.6.33 does not, and there didn't seem to be any 2.6.33-rc's on the ppa17:00
hallynDaviey: just curious, do you have any concept of what woudl be a *good* time for a 'virsh save'?  I'm getting 50-60 seconds to produce what becomes a 100M image17:01
jjohansenccheney: give me a sec17:02
ccheneyjjohansen, ok17:03
jjohansenccheney: okay, I if you give me a bit I will build you some kernels17:05
ccheneyjjohansen, thanks! :)17:05
jjohansenccheney, Daviey: have either of you tested a .35 kernel for this bug?17:09
ccheneyi didn't test 35 stock but i did try 2.6.35-4-server17:09
ccheneyi can test out 35 stock if you would like should only take about 15m to run my script17:09
jjohansenccheney: or a maverick .3517:10
dominicdinadablah how to mount an external driver remotly ?17:10
dominicdinadanormally i am logged in on the machine and it automounts but i had to reboot. now my external drives are not accessable17:11
ccheneyjjohansen, the v2.6.35-rc3-maverick? the one in the archive '2.6.35-4-server' had the issue17:11
jjohansenccheney: ah right, I was just looking at the set listed at the end17:12
jjohansenccheney: don't bother then17:12
ccheneyjjohansen, ok17:12
maekIs preseed like kickstart? how would I do automated/handsfree ubuntu server installs over the network?17:18
eagles0513875hey guys i have a vps, and i want to know if i setup a primary dns server could i then use open dns as a 2ndary and tertiary dns servers if the primary fails17:20
hallynNg: hey, do you have an automated testcase to verify bug 588293 ?17:24
uvirtbotLaunchpad bug 588293 in qemu-kvm "Memory leak" [Medium,Fix committed] https://launchpad.net/bugs/58829317:24
hallynsuppose maybe the ltp aio testcases in a guest might push it faster17:24
hallynjust leaving fedora in a guest does not appear to suffice...17:26
Nghallyn: I just fire up 4 VMs (on a quadcore 8GB box) and run spew (exactly, I leave "spew -g --raw --statistics -t -v 5G foo" running in screen)17:27
Nghallyn: the 4VMs appear to be sufficient to saturate the IO of the host, and 4*2GB VM will leak sufficiently large to be OOM killed within 8 hours17:28
hallynNg: i see, i missed that part - so you have to push the host in order to do this17:28
axisyshow do I install ubuntu jeos ? just hit f4 to pick minimal ubuntu virtual machine and then select install ubuntu server ?17:29
Nghallyn: I don't think the level of IO I'm doing is triggering the leak, given the comments in the bug about people having to deal with leaks every few days/weeks, I just happened to have found a way to provoke it very quickly ;)17:29
hallynNg: thanks!  I'll give that a shot17:29
hallyn(will leave my laptop unusable of course :)17:29
axisysor just get the vmware ubuntu 10.04 jeos appliance ?17:29
Nghallyn: I suspect it would still be obvious with one VM doing as much IO as it can. The difference is quite dramatic - I either come back after 8 hours to find 4 almost exactly 2GB VIRT kvm processes, or horror and destruction ;)17:30
dominicdinadablah how to mount an external driver remotly ?17:31
dominicdinadanormally i am logged in on the machine and it automounts but i had to reboot. now my external drives are not accessable17:31
eagles0513875hey guys about name servers. if i have a primary name server (bind9) can i use opendns as 2ndary and tertiary fall over name servers just incase17:45
seanjohnI just finished installing server edition; I selected the 3 options dns, openssh, and virtual machine host. it rebooted and booted but turned the screen off18:03
seanjohnevga 680i, radeon x160018:03
seanjohnRAID 518:03
seanjohncan someone help me just install a standard vga driver, BLIND18:04
panfistis there any documentation regarding lucid lynx server and request-tracker3.8 ?18:04
seanjohnwhat is the /etc/init.d/ filename of the openssh server?18:06
seanjohnIf I get it started, I see where it was leased the ip .23318:06
Hypnozafter I rsync a file onto one of my nfs shares, trying to access it with apache gives me "Stale NFS file handle: access to /download/Sparkle.xml failed"18:08
Hypnozso I cd into the directory, and do an "ls"18:08
Hypnozand that fixes it18:08
guntbertseanjohn: /etc/init.d/ssh18:08
=== oubiwann is now known as oubiwann-away
seanjohni'm blind here :) I just installed ubuntu server, detected everything on my nvidia 680i and core 2 quad, but, after install was complete and rebooted, it booted up BUT the screen turned off. Can someone give me instructions on what exactly to type to get openssh server going? I selected openssh, dns, and virtualization host as the packages.18:18
seanjohnIf i try to connected to the ip leased to it, it says "connection refused" so, it IS booted up18:18
seanjohnthe screen won't turn on whatsoever18:19
seanjohntried every key on the keyboard18:19
=== oubiwann-away is now known as oubiwann
Krazyderekanyone good with samba shares for windows?18:34
goldinsHi,  I installed UEC and as far as I can tell neither the CC nor the NC is starting. When I try to start them and it only seems to start the apache components. It seems that there should be java components but I can't figure out what is supposed to start them18:34
EgonisI'm interested in giving Ubuntu Enterprise Cloud a spin.. and was wondering if it's possible to run Windows Server as a virtual image?18:35
goldinsEgonis: it is, but I think it would be really complicated to have them automagically join an AD18:37
zulmathiaz: ping18:38
Egonisgoldins: Essentially, I need the Windows Server only to run Blackberry Enterprise Server, and Pervasive.SQL for a weird windows application. So is 'AD' (which I presume you mean Active Directory) necessary in that configuration?18:39
seanjohnit sucks, especially that the entire distro is probably on the cd of 700 mb, that ubuntu doesn't ask what services should start at runtime, static ip config, and etc. so that YOU DONT NEED A SCREEN AFTER THE INSTALL.18:43
seanjohnthis is a server edition; I feel sorry for rack-mount usage18:44
jmarsdenseanjohn: Install the openssh-server package to get an SSH server...18:45
seanjohnthat was part of the selection18:45
seanjohnof packages18:45
Psi-Jackseanjohn: Setup one host, and image it for multiple usages. Real simple./18:45
jmarsdenThen it should be there and be started automatically at boot.18:45
seanjohn"connection refused" on attempt to connect18:45
seanjohnit doesn't use vga for command-line only? it seems to try to use opengl for a COMMAND LINE18:46
seanjohnonly explaination of why it would't support all gpu's18:46
Psi-JackUmm.18:46
Psi-JackYou mean the console?18:46
seanjohnyeah18:46
Psi-JackIt uses fbcons.18:46
Psi-JackNot opengl.18:46
seanjohnhey psi-jack18:46
seanjohnwell, the install went great BUT on reboot, after booting, it turns off the monitor18:47
Psi-JackAnyway. I had an actual question and not a not-pit to do. ;)18:47
Psi-JackI want to disable network-manager from starting at boot, but update-rc.d doesn't seem to be allowing me to disable it.18:47
jmarsdenseanjohn: If you really need highly customized installations, you can do preseeding, see the Server Guide https://help.ubuntu.com/10.04/installation-guide/i386/appendix-preseed.html18:47
seanjohn"customized installations" it setup raid 5 easier than it did just a standard graphics adapter18:48
seanjohnthe raid 5 works cause its booting18:48
seanjohnI can blindly login and type shutdown -r now and it will restart18:48
seanjohni tried doing sudo /etc/init.d/ssh start18:49
seanjohni tried doing /etc/init.d/iptables stop18:49
seanjohngrrr, i feel like going for gentoo18:50
JanCyou should be able to boot without the framebuffer console AFAIK18:50
seanjohnJanC: is that for me?18:51
seanjohnthe post of the MB goes so fast, it doesn't present a flash screen for ubuntu before booting18:51
JanCkeep left shift pressed down during boot to get into grub...18:52
JanCand if openssh is installed, it should run and work18:53
JanCdon't forget you can't login as root though18:53
goldinsEgonis: sorry, I think that explicitly is not something you want to use the cloud for: the BES and these other applications would be much better to run in a straight KVM without all the cloudy stuff18:54
Egonisgoldins: Is there a moron's guide to Cloud Computing? I obviously don't have my head wrapped around it18:55
Psi-JackAnyway. ;)18:55
Psi-JackAs for upstart jobs, is there like any tool that truely works to manage those?18:55
RoyKEgonis: see the ubuntu server guide for a start18:56
EgonisRoyK: Yes.. :P I suppose I need it dumbed down further18:56
RoyKhttps://help.ubuntu.com/10.04/serverguide/C/uec.html18:56
goldinsEgonis: I'm not sure, the idea is for clustering I'm pretty sure; if you for example want to be able to launch 20 nodes that are running the same job with different parameters, that's the kind of thing you want to have a cloud around for18:56
Egonisso for instance, a web application is what a cloud environment would be best for?18:57
goldinsno...18:57
Egonisif so, does the language matter? I write Mono.ASP apps18:57
goldinsa math application18:57
Egoniswow... I'm so far off then. :P18:57
RoyKEgonis: cloud computing is just virtualisation gone large18:57
Egonisso matlab types of scenarios?18:57
RoyKEgonis: anything, really18:57
RoyKEgonis: personally, I wouldn't use virtualisation for number crunching18:58
Psi-JackHow about documentation that details out how to work with scripts in /etc/init.d?   I'm basically just trying to disable network-manager from starting at boot-time, along with a couple others that update-rc.d isn't working on.18:58
RoyKEgonis: we have a few bunch-of-cores machines doing that sort of thing18:58
EgonisRoyK: Okay... I'm looking to aggregate my existing set of servers... I was hoping this would be an easy solution for expansion of VM's. My mistake. Thank you for clarifying18:58
RoyKPsi-Jack: /etc/init.d/skeleton is a good start18:59
Psi-JackRoyK: Not making them. Disabling or enabling them at boot.18:59
RoyKoh18:59
Psi-JackAs I said, update-rc.d isn't working on network-manager, for starters.18:59
RoyKwith 10.04 a few things changed there - I don't remember the details on how to disable the ones not in /etc/rc2.d18:59
RoyKEgonis: I think it could simplify things a bit - what sort of virtualisation are you using?19:00
Psi-JackYeah. And little to no documentation to be found, either, which is 1 of my 2 biggest gripes about ubuntu present-date. ;)19:00
Psi-Jackupstart == incomplete, and grub2 ;)19:00
EgonisRoyK: At the moment, VirtualBox for client application testing.. but we have separated physical servers at the moment. A mix and match of Windows Server 2003, SBS 2003, Server 2008, and Linux19:01
Jordan_UPsi-Jack: What problem are you having with grub2?19:01
RoyKPsi-Jack: heh - we still stay at 8.04 for now on most of our servers :)19:01
EgonisRoyK: Looking to do some house cleaning19:02
RoyKEgonis: kvm is quite good19:02
RoyKEgonis: vbox isn't really a server tool19:02
EgonisRoyK: I will check it out, thank you. Yes, vBox has been used only for at-hand testing.. not for server instances19:02
Psi-JackJordan_U: It's alpha. :p19:03
RoyKI used vbox for server instances on opensolaris for some time - it hung the host after some time - switched to ubuntu/kvm and problem solved19:03
RoyKthere are some bugs with ubuntu+kvm too, especially with high network load between host and guest, but it hasn't hit me too hard19:04
Psi-JackJordan_U: And the way Ubuntu sets it up is painfully minimal. Like, for example. how do you get to the command prompt of grub when you absolutely need to? ;)19:04
Jordan_UPsi-Jack: Hold shift to get the menu, press 'c' to get to the grub shell.19:04
Psi-JackRoyK: I had another bug on that myself, where it wasn't adding vnet# to the bridge device.19:04
RoyKJordan_U: press escape19:04
Psi-JackRoyK: So, my firewall was rejecting everything from my kvm guests. ;)19:05
RoyKPsi-Jack: ufw?19:05
Psi-JackNot to mention it wasn't in the bridge, so no network capability.19:05
Psi-JackRoyK: Heck no. shorewall.19:05
RoyKPsi-Jack: there are ways to configure ufw to allow the guests - don't know about shorewall19:06
uvirtbotNew bug: #596739 in mysql-dfsg-5.0 (universe) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/59673919:06
Psi-JackRoyK: I just manually brctl addif vnet0 br0, and it started working perfectly thereafter.19:06
Psi-Jackheh19:06
* ccheney bbl lunch19:07
Psi-JackSo, still nobody knows how to stop network-manager from starting at boot-time when it doesn't use /etc/rc2.d/ etc?19:07
Psi-JackI'm guessing it has something to do with /etc/init/*.conf, for example /etc/init/network-manager.conf19:08
Psi-JackAhh.. I'm seeing now.19:14
=== alonswartz_ is now known as alonswartz
Psi-JackBasically I have to edit the "start on" part of /etc/init/network-manager, but .. To what?19:15
* ccheney back19:34
SpamapSsmoser: around?19:39
smoserhere19:39
SpamapSsmoser: is ec2-describe-images with an AMI ID going to be super slow?19:41
smoserdefine super19:43
smoserhttp://paste.ubuntu.com/453040/19:44
smoserSpamapS, its mostly a cpu bound operation19:44
SpamapSsmoser: its a once-per-run operation, and only if people choose "auto" instance type, so I won't worry about running it.19:47
smoserSpamapS, yeah, it does suck. when using euca-describe-images its much faster (~ .5 seconds)19:49
hggdhkirkland: can you talk? I want to discuss one thing with you19:49
smoserthe time still stinks though.19:49
smoseri really only see 2 good ways to avoid it19:49
smosera.) user specifies the type19:50
smoserb.) we cache the describe-images information for a given ami-id.19:50
smoserthe issue with the caching is that right now, we are completely "region un-aware"19:51
smoserwhile possibly very unlikely it is possible that if we cached "ami-12345678 is amd64" and didn't attach the qualifier "on us-east-1 EC2 region" then we could have a collision and have wrong data19:52
smoserSpamapS, ^19:52
smoseri guess there is also19:52
coder7Hey folks, I've got some UEC questions...19:52
coder7I recently set up a simple cloud with a CC and one NC19:53
coder7but the defaults seem to prevent me from keeping anything across reboots19:53
SpamapSsmoser: yeah unless we know about the env vars we can't do much caching really.19:53
smoserc.) only do 'auto' if specified as 'auto'.  otherwise, pass nothing (which will result in i386 on ec2).  this makes the default 'run' case faster... sort of. but it makes it more difficult to run.19:53
coder7if I shut down an instance, it is impossible to restart it, and if I reboot the NC, everything is wiped clean19:54
smoserSpamapS, i would consider peeking at EC2_URL on this.19:54
smosershoot, but euca2ools doesn't necissarily have it set.19:54
smoseryeah, we'd have to deal with knowing the ocnfiguration19:54
coder7anyone know of any solutions?19:54
smoserand keeping it in line with those tools.19:54
SpamapSsmoser: you have to look at the args and the env var.. this is where I start thinking API calls instead of exec... ;)19:55
smoserSpamapS, args and environment aren't enough19:55
smoseryou'd also have to search ~/.eucarc19:55
smoserand parse that19:55
smoserso its one more thing19:55
smoserSpamapS, the reason i didn't want to do API calls is that the closest thing we have to "standard configuration" is having one of those sets of tools configured to work19:56
smoseri wou'dnt be opposed to creating "yet another ocnfiguratoin format"19:57
smoserbut it seems like overkill for this19:57
Krazyderekanyone know of a slick bandwidth monitor that will tie into webmin nicely?19:58
guntbert!webmin | Krazyderek19:59
ubottuKrazyderek: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.19:59
coder7It just seems really crazy to me to have a cloud with no ability for persistence...19:59
Krazyderekoh dear.... that explains a couple of things19:59
Krazyderek!webmin20:00
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead.20:00
bogeyd6Krazyderek, it already has a bandwidth module20:01
coder7If there is a more appropriate channel for me to go to for UEC issues, please let me know20:01
Krazyderek@bogeyd6 which one?20:01
jmarsdencoder7: You can try in #ubuntu-virt perhaps?20:02
Krazyderek@bogeyd6 or rather, is there any pre installed? or should i just pick from one of the lists i find on a ubuntu page?20:02
bogeyd6Krazyderek, already preinstalled tbh20:03
Krazyderek@bogeyd6 specifically i want to see real time usage of local users on a intranet on a fileserver20:03
bogeyd6Krazyderek, http://www.webmin.com/standard.html20:03
guntbertcoder7: I guess you have seen https://help.ubuntu.com/10.04/serverguide/C/uec.html, see also  #ubuntu-virt, #eucalyptus20:04
bogeyd6!ntop | Krazyderek20:04
bogeyd6hmm20:04
bogeyd6Krazyderek, ntop20:04
Krazyderek@bogeyd6 that's a good one?20:05
bogeyd6the best one20:05
bogeyd6Krazyderek, https://help.ubuntu.com/community/Ntop20:05
Krazyderek@bogeyd6 ya the "bandwidth monitoring" in webmin gives me an error "Neither of the System Logs modules are installed on this system and supported by your OS. The Bandwidth Monitoring module cannot operate without one of them."20:05
bogeyd6Krazyderek, thats because webmin doesnt fully work on an ubuntu sytem20:06
Krazydereki guess "all except windows" isn't entirely correct on the webmin page then lol20:06
coder7jmarsden & guntbert: thanks... and yes I've looked through the docs20:07
guntbertcoder7: I assumed :-) I hope the other channels are more helpful today - Good luck :-)20:08
Krazyderek@bogeyd6 hmmm ntop isn't playing well so far20:08
bogeyd6Krazyderek, #ntop20:09
bogeyd6ntop is in the 10.04 repos20:10
Krazyderek@bogeyd6 **ERROR** ....open of /var/lib/ntop/prefsCache.db fail         ed: File open error20:10
KrazyderekMon Jun 21 16:08:06 2010  Possible solution: please use '-P <directory>'20:10
KrazyderekMon Jun 21 16:08:06 2010  **FATAL_ERROR** GDBM open failed, ntop shutting down..         .20:10
KrazyderekMon Jun 21 16:08:06 2010  CLEANUP[t140709457868544]: ntop caught signal 220:10
KrazyderekMon Jun 21 16:08:06 2010  THREADMGMT[t140709457868544]: ntop RUNSTATE: SHUTDOWN(20:10
guntbert!paste | Krazyderek20:11
ubottuKrazyderek: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.20:11
Krazydereksorry20:12
bogeyd6Krazyderek, did you use the init script or just run ntop from the command line?20:13
Krazyderekcmd20:13
bogeyd6well derp20:14
bogeyd6Krazyderek, if you didnt read the link i gave you for ubuntu community ntop setup you deserve to fail :(20:14
guntbertbogeyd6: please stay helpful20:14
Krazyderek@bogeyd620:15
Krazyderek@bogeyd6 lol20:15
Krazyderekfair enough20:15
bogeyd6kk20:15
bogeyd6go read that stuff bro20:15
bogeyd6its step by step20:15
bogeyd6Krazyderek, its supposed to run as a service and you visit a website for more specific setup20:16
Krazyderek@bogeyd6 awww my bad20:16
Krazyderek@bogeyd6 should i / how do i uninstall ntop and start over?20:17
bogeyd6no20:17
bogeyd6just start the step after apt-get install ntop20:18
Krazyderekok20:18
bogeyd6Krazyderek, https://help.ubuntu.com/community/Ntop#Configuration20:18
=== unreal_ is now known as unreal
Krazyderek@bogeyd6 oh dear... lol20:27
Krazyderekit doesn't want to monitor my bonded ethernet20:27
bogeyd6Krazyderek, dunno20:32
bogeyd6Krazyderek, just googling around shows me some kernel type things they are talking about but I generally have no idea on whats up20:35
Krazyderek@bogeyd6 i also forgot to restart the service20:35
bogeyd6Krazyderek, good, because no other articles mention a problem with bonding20:36
blsmithI have a belkin Wifi Adaptor, that I would like to use to setup a home web, print, music, ftp, and ssh server. How can I do this?20:36
bogeyd6and i thought to myself that to dump an entire 48 port switch to one machine you would need dual gigabits20:36
blsmithIs this even possible?20:39
blsmithnevermind, this came up right on the install.20:42
blsmithActually it didn't work can I receive some assistance20:49
CppIsWeirdblsmith, i just stumbled in. can you give a synopsis of your problem? no gurantees that i can help though. :-)20:50
CppIsWeird*guarantees20:50
blsmithCpplsWeird: I am attempting to set up a home server using a Belkin Wifi USB Adapter20:52
Krazyderekhmm20:53
blsmithI was under Ubuntu 10.04 Live CD and it worked just right.During the installation it was attempting to automatcally set up the network and found wlan0 and I attempted to set that up without sucess.20:55
Krazyderek@bogeyd6 even if i stop ntop i can't get it to start on bond0 using sudo ntop -i eth020:55
blsmith*installation of the server20:55
bogeyd6init script Krazyderek20:56
bogeyd6/etc/init.d/ntop restart20:56
CppIsWeirdblsmith, a home server to serve what specifically?20:56
blsmithprint, web, ftp, music, and ssh20:56
CppIsWeirdlol, this is going to take some time. :P20:56
Krazyderek@bogeyd6 that restarts it on eth020:57
bogeyd6Krazyderek, then check the init script20:57
blsmithCpplsWeird: possible samba for backup of local computer. If I can just setup the network to work, then all should fall into place20:57
CppIsWeirdok so right now you're stuck on getting your usb wireless adapter working on ubuntu live cd?20:57
blsmithCPPlsWeird: Sorry the adapter works on the live cd but I can't set it up on the server side., I continually get the Network autoconfiguation failed msg.20:58
blsmithCpplsWeird: Should I not set up the network right now?20:59
CppIsWeirdblsmith, try this http://ubuntuforums.org/showthread.php?t=1204521:00
CppIsWeirdhowever be sure to use your adapters interface, wlan0.21:01
blsmithCpplsWeird: The network's password is under WPA/WPA2 TKIP + AES, not WEP21:02
Krazyderek**ERROR** RRD: Disabled - unable to create directory (err 13, /var/lib/ntop/rrd/graphics)21:02
Krazyderek@bogeyd6 i keep getting that error when i try to monitor bond021:03
CppIsWeirdblsmith, looks like you have some fun ahead of you. http://ubuntuforums.org/showthread.php?t=20283421:08
blsmithCpplsWeird: Espically when i get debootstrapping errors when installing21:08
CppIsWeird"debootstrapping error"21:10
CppIsWeirdive never heard of such a thing21:10
CppIsWeird!google debootstrapping error21:10
ubottuError: I am only a bot, please don't think I'm intelligent :)21:10
blsmithCpplsWeird: I think thats what it said.21:10
Krazyderekhmm i guess i'll just take it as it is for now21:11
blsmithCpplsWeird: It alright I have another cd, that i'm going to tryp21:11
CppIsWeirdyes, because if you stick enough cd's in the cdrom drive its bount to magically start working sooner or later.21:12
CppIsWeird*bound21:12
blsmithCppIsWeird, thats the theory i'm going with.21:13
CppIsWeirdand i thought my strategy of cussing at people until things work was inefficient.21:13
blsmithCppIsWerid: Its working now, and I know why, I starting making a copy of Ubuntu 10.04 Desktop, but without realizing it I started the server version, and never through it away. So This cd I have now is working fine.21:14
blsmithCppIsWeird: I'm installing without any network settings and will change them using the guide you gave me.21:15
=== tschundeee_ is now known as tschundeee
Krazyderekexit21:21
panfisti have an ubuntu server providing services on a completely private network, disconnected from the internet. what's the simplest solution for providing email to hosts on the network for integration with other services like wiki, request tracker, nagios, etc?21:23
guntbertpanfist: did you see https://help.ubuntu.com/10.04/serverguide/C/email-services.html ?, then there is sudo tasksel to install all mail software,...21:26
panfisti was hoping there was some sort of condensed version that let me skip over all the internet related material21:27
panfistfor example, if all my mail isn't going from my domain to any outside domain, it's all on the LAN only, that would simplify a lot of work done by the MTA21:36
uvirtbotNew bug: #597021 in apache2 (main) "apache2 can not load fcgid_module" [Undecided,New] https://launchpad.net/bugs/59702121:46
DannyTHi.  I'm looking at installing a Zimbra server.  Among underlying OS options are RH/Centos55 & Ubuntu 8 LTS.  Iiuc, both are on the road to being replaced soon-ish.  OS upgrades *under* an app make me ... nervous.  I come from an RPM-based distro bkg, but have rad that Debian/Ubuntu have the "install it once, never worry about upgrades" package mgmt.21:48
DannyTTbh, I'm not sure what that means :-/21:48
DannyTCan anyone comment on how straighforward an Ubuntu 8 LTS -> 10 LTS should be?  If "painfuL', I lean to sticking with Centos ...21:48
JanCDannyT: Ubuntu 8.04 LTS server is supported for 3 more years, but upgrading from 8.04 LTS to 10.04.1 LTS should work out fine21:53
goldinsDannyT: what that means is that you can upgrade the distribution painlessly. If you've ever used Fedora's preupgrade feature, this is how that feature would work if it ever worked correctly22:07
DannyTJanC: Sure, I know it "works out" ... lots of folks do it.  I've been burned by promises of "long term support" (not @ Ubuntu ...) where the support--rats abandon ship the moment I try to do _anything_ other than what's shipped with the original release.  I guess a better way to say what I'm looking for -- I'd *like* to install today-ZImbra on toady's supported Ubuntu 8 LTS, then when Ubuntu 10 LTS is supported by Zimbra (soon-is22:07
DannyTYeah, I know its a "fuzzy" question -- best I can manage, atm22:07
goldinsbasically upgrading the distribution never requires running an installer. It just upgrades all the packages to their new versions and if you have a new kernel you need to reboot22:08
DannyTgoldins: Ok, that's sort of what I'm hoping to hear.  Add to that that the community "in here" hasn't called me an idiot for wanting to "do anything" to the LTS distro in the first five minutes .... we're ahead of the game! ;-)22:08
JanCDannyT: everything after "(soon-i" was cut off (IRC doesn't support lines that long)22:09
goldinsunlike centos, which doesn't actually have preupgrade yet so upgrading the distribution (from 4 to 5 or 5 to 6, say) which requires you to burn two DVDs and run an installer, possibly necessitating several hours of downtime.22:09
DannyTJanC: Sorry, didn't know that: (soon-ish ...) *not * end up with a hellish nightmare trying to updated to 10LTS ...22:09
DannyTgoldins: Didn't realize that re: Centos, and therfore I assume RHEL? ... good to know22:11
DannyTDoes Ubuntu Server 10 LTS run "happily" in/as a Xen DomU?  THat'd be my fastest way to get started ....22:12
kirklandhallyn: [serge-hallyn] Forward port libvirt (to 0.8.1?): TODO22:28
kirklandhallyn: that looks to be DONE22:28
kirklandhggdh: can you ensure that you update https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-uec-testing with your progress this week?22:31
kirklandhggdh: i think some of those items are to be solve by you guys up there this week22:31
hggdhkirkland: will do22:33
hallynkirkland: uh, yeah.  though i am trying to get a version of that which actually does 'virsh save' in reasonable amount of time22:33
hallyn(but when i add the patch to fix that, i break 'virsh restore', still dont' know why)22:33
kirklandhallyn: okay, i updated that spec a bit22:33
* hallyn looks22:33
hallynkirkland: cool, thanks.22:34
hallyni'd forgotten that was on that bp22:34
hallynkirkland: should 'make virsh save work' be a separate item on there, or just keep it off since there's a bug (owned by Daviey) ?22:35
kirklandhallyn: hmm, why does daviey own that one?  sounds like it should be yours22:35
hallynkirkland: cause he's had it since february :)22:36
hallynhm, maybe he doesn't22:37
hallynok now i'm getting cranky.  even when i manually rebuild jdstrand's package with no other changes, it still won't restore vm's any more22:43
jdstrandhallyn: libvirt uses debian source version 3 (quilt)22:46
jdstrandhallyn: it is possible that even though you removed the patch from series or debian/patches that it is still applied in a 'debian' patch in debian/patches22:47
jdstrandhallyn: check down in debian/patches for a patch that starts with 'debian'22:47
jdstrandhallyn: the some thing happened to me during the merge. I'm sure this new source package quilt version works for someone, but I've yet had it not get in my way22:49
hallynjdstrand: yeah, i just found that.  had to fight to keep from loudly exclaiming wtf22:49
jdstrands/some/same/22:49
jdstrandhallyn: yeah, it is a bit weird to get used to22:49
hallynso this means what, i left the patches applied in working tree and it automatically did a quilt refresh?22:49
jdstrandhallyn: exactly22:49
hallynso now i have no idea whether my previous tests were also fubared22:50
jdstrandhallyn: so you need to 'export QUILT_PATCHES=debian/patches" then 'quilt pop -a' before building22:50
jdstrandthen use quilt normally22:50
hallynall right thanks - i'll try again later...22:50
jdstrandsure, np22:50
* jdstrand kicks debian source format 3.0 (quilt) on hallyn's behalf22:51
hallynthanks, i feel better :)22:51
jdstrand:)22:51
ccheneyjjohansen, any updates about kernels?23:10
jjohansenccheney: sorry not yet23:35
ccheneyjjohansen, ok np23:36
jjohansenccheney: I had a question about the 2.6.34-lucid kernel you tried23:38
ccheneyjjohansen, ok23:38
jjohansenwas that one of tim's backport kernels?23:38
ccheneyits the one from http://kernel.ubuntu.com/~kernel-ppa/mainline/23:39
jjohansenah, so just from before renaming to maverick23:39
jjohansenokay thanks23:39
ccheneyhappy to help :)23:39
ccheneysend me an email whenever you have the new ones ready and i can run my script on them and see if i can't find the spot it broke :)23:40
jjohansenccheney: will do23:40
Psi-JackCurious. Do upstart scripts generally read from /etc/default/$NAME like LSB scripts do?23:48
SpamapSPsi-Jack: hmm.. great question23:51
SpamapS/etc/init/ssh says23:51
SpamapS# if you used to set SSHD_OPTS in /etc/default/ssh, you can change the23:51
SpamapS# 'exec' line here instead23:51
SpamapSexec /usr/sbin/sshd23:51
SpamapSwhich is, rather lame IMO23:51
Psi-JackYeah. I looked at others and found out it doesn't, you have to enclose it into a script section in the conf.23:52
Psi-Jackirqbalance.conf was a good one to follow.23:52
SpamapSPsi-Jack: but some of them use a "script" clause instead of an 'exec' line23:52
Psi-JackI'm converting some LSB scripts to upstart to see if I can get keepalived and linux-igd to play nice together on two servers.23:52

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