/srv/irclogs.ubuntu.com/2010/05/26/#ubuntu-server.txt

KenBW2can anyone explain this when i try to set up a CVS server: http://www.nomorepasting.com/getpaste.php?pasteid=3311000:17
=== unreal_ is now known as unreal
=== cs278^kinslayer is now known as cs278
therianhey everyone, can i get some help with openvpn? im pretty much a total noob but im trying to get my home ubuntu box to connect pki to my pfsense box at work01:30
therianbut i cant seem to find much docs on this01:30
theriananyone have anything they can point me too?01:31
=== unreal_ is now known as unreal
zeldahello.02:42
zeldaI have an AMD64 computer that im thinking about making it a server. this has 2gb ram, and Im wanting to know if I should run ubuntu or xubuntu 10.04 LTS?02:43
zeldaAMD II x2 245 proc02:43
zeldabasically Im only wanting to run a file server for the time being.. until I can get used to managing and everything. Then I intend on upgrading the CPU to one that support VT so I can run multiple servers from one machine.02:45
pmatuliszelda: you'll need to see if your processor socket can accomodate a cpu that has VT extensions02:49
pmatuliszelda: and if you want to learn about ubuntu server then you should not run a DE (desktop environment)02:53
zeldaok Ive got ubuntu server 10.0402:54
zeldamy proc doesnt support virtualization.02:54
zeldaSo I have to get new hardware, but I dont need that for now.02:54
pmatuliszelda: well, your cpu doesn't support hardware-accelerated virtualization02:57
pmatuliszelda: you can still run vmware or virtualbox02:57
zeldayeah I knwo that right now. Im not going to virtualize anything right now.02:58
zeldayeah Ill run virtualbox02:58
pmatuliszelda: note that virtualbox itself can run without a gui02:58
pmatuliszelda: and this is what i recommend (no gui)02:59
zeldawell Im learning so, its my first server I want to build.03:01
=== dendrobates is now known as dendro-afk
=== unreal_ is now known as unreal
riz0nHi guys, I just upgraded from 8.04 to 10.04 using the built in update utility.. but for some reason the grub file did not update and I am getting an alert that the /dev/disk/by-uuid/xxxxx does not exist and it is dropping me to a busybox shell... What should I do to get this fixed so it can boot my server?04:18
twbriz0n: list the contents of /dev/disk/by-uuid/ in busybox04:22
twbWhat UUIDs *are* there?04:22
riz0nok hang on and let me boot back up04:23
riz0nwhen i ls/dev/disk/by-uuid/ it says No such file or directory04:24
riz0nif i ls /dev/ it does not have a disk folder at all04:24
twbYou need a space between ls and /dev04:27
twbOK, that suggests udev isn't in the ramdisk.04:28
riz0ni am putting a space there,sorry04:28
twbFixing this is probably non-trivial.04:28
twbWhat does /proc/partitions say?04:28
twbIt should list something like sda sda1 sda2 sda504:28
riz0nwhen i cat partitions, it says major minor #blocks name04:29
riz0nand thats it04:29
twbThat means your kernel and ramdisk don't have a driver for your SATA contoller04:30
riz0nwell i dont have a sata hard drive04:30
riz0nits a ide drive04:30
twbSCSI, ATA, whatever04:31
riz0nto give you an idea of what i did, i was running 8.04 just fine and did the built in updater, and i guess that my grub.lst file didn't get updated because its still reflecting 8.04 in the grub file04:31
twbBoot a live image, confirm that /etc/initramfs-tools.conf says "MODULES=most", and *not* "MODULES=dep".04:31
twbriz0n: this issue has nothing to do with grub04:31
riz0nok hang on, i will get live disk going04:32
Toddriz0n: What command did you use to update?04:32
* twb bets on d-r-u04:33
ToddI missed part of the conversation, but I was thinking he might have tried dist-upgrade which can break stuff.04:35
riz0nyes it was distr-upgrade -d04:35
riz0ni have livecd booting now as we speak04:35
twbdist-upgrade as in "apt-get dist-upgrade"04:36
twb?04:36
riz0nsudo dist-upgrade -d04:36
riz0nsomeone in this # suggested it to me earlier04:36
twbUgh, more ubuntu-specific crap?04:36
Todddist-upgrade does not upgrade you to a new Ubuntu release..04:36
twbYeah, that's an ubuntuism.  I wouldn't trust something canonical built.04:37
riz0ni dont have the cmd in my buffer any more04:37
Todddist-upgrade is a debian tool04:37
Toddthe ubuntu tool is different04:37
riz0nok i got the live cd up and running04:38
Toddupdate-manager-core is the package that you need and you then run do-release-upgrade to upgrade your version of ubuntu. Prior to upgrading check your /etc/update-manager/release-upgrades and set 'Prompt=lts' (if upgrading to 10.04)04:39
Toddbut if it's broken maybe these guys can continue to get you fixed ;)04:39
twbTodd: there is no "dist-upgrade" binary in Debian.04:39
Toddreally? I always read that it was a debian tool. It's most definitely not the recommended way of upgrading Ubuntu.04:40
ToddIt has been breaking stuff for years.04:40
twbThe only dist-upgrade I know is "apt-get dist-upgrade".04:40
twbWhich do-release-upgrade runs internally.04:40
riz0nmy guess is i should perhaps change boot.lst to reflect the new kernel perhaps since its still referring to the old 8.04 kernel04:40
twbriz0n: if you transitioned to grub 2, then the config file is now grub.cfg; menu.lst is unused.04:41
riz0ni don't have grub.cfg04:41
riz0nso i guess its still using the old grub04:41
mikelifeguardShould the git-daemon-run package install a script in /etc/init.d? sudo service git-daemon ... doesn't know what that service is. I see stuff in /etc/service (it is the only thing, actually) though...04:43
* mikelifeguard also O.o at the choice of name for the system account (gitlog) :P04:43
Toddok now I'm distracted and want clarification.. do-release-upgrade may run dist-upgrade in the background but it has to do far more than that since dist-upgrade does not seem to update various parts of the system (last time I ran it (2 years ago?)).04:44
|corpse|Is it possible to install ubuntu-server in the installation shell?04:44
riz0nit may have been do-release-upgrade04:44
riz0n[18:28:07] <ScottK> riz0n: In general it's recommended to wait for 10.04.1 in two months to upgrade.  If you want to now, sudo do-release-upgrade -d should do it.04:45
riz0nso yes it was do-release-upgrade04:45
riz0nsorry04:45
mikelifeguardTodd: if you read python, it turns out do-release-upgrade is just a python script04:45
riz0nshould i be booting kernel vmlinuz-2.6.32-22-generic-pae or vmlinuz-2.6.24-19-server04:46
Toddoh nice.. *has a look*04:46
twbHm, I wasn't aware that "avoid .0 releases" was the party line.04:47
Toddwhat is this windows?04:47
* Todd ducks04:47
riz0nlol04:48
riz0nbecause from the looks of grub.lst, it is booting the 24-19-server file which is 8.04 according to the grub file.04:49
twbgrub.lst?  That's non-standard.04:50
riz0nsorry long night04:50
riz0nmenu.lst ;)04:50
twbriz0n: it is important to get these strings right04:51
twbOtherwise we will mis-diagnose problems.04:51
riz0ni understand04:52
webPragmatistWhen the linux installer asks which interface should be primary… should i put the one that goes to the internet or my local lan?04:56
webPragmatisti'm installing on a hosted place04:56
twbIt is probably asking for the upstream (internet-facing) interface.04:59
twbin order to download security patches04:59
webPragmatistokay :)04:59
ToddThat was interesting. I locked my screen session and it disconnected everything. Won't do that again.05:04
twbUh?05:04
twbThat's definitely not normal05:05
twbare you  running byobu?05:05
riz0nwell the good news is that i added the the new kernel 32-22-generic-pae to my menu.lst file and my server booted up :D05:05
ToddNope.05:05
mikelifeguardew, byobu05:05
twbriz0n: hm05:06
ToddIt only disconnected the applications running in the screen.05:06
ToddThat still doesn't seem normal however..05:06
twbIt's not05:06
riz0nbut it appears that the install has wiped out all my apache virtual servers (which is no issue)05:06
twbThat suggests that SCREEN crashed05:06
ToddLet's try it again.05:06
ToddAll my windows are still here.05:06
twbHow can the windows be there if they disconnected?05:07
ToddI meant my applications lost their connection to the internet. All of my applications and windows were still running.05:07
ToddAnd now it appears to be working fine.05:07
mikelifeguardthis is the joy of screen!05:08
Todd*shrug* Couple more lines of code then sleep.05:08
riz0nand for whatever reason, it will not let me into phpmyadmin using any of the accounts i had made05:08
Toddscreen is your friend.. even if he has a few bugs on him05:08
mikelifeguardspeaking of which... I forget the thing to always start screen on login...05:08
mikelifeguardecho 'exec screen -R' >> ~/.bash_profile # or somethin05:08
mikelifeguard-D -R maybe05:09
Toddscreen -r -dd will reattach to the first available screen05:09
Toddor maybe it's the last used.. dunno05:10
ToddI only use one05:10
twbmikelifeguard: that's a risky approach05:10
riz0nnow, just out of curiosity, where can i find the files for mysql05:11
twbhttp://paste.ubuntu.com/439713/ is how I do it05:11
twbriz0n: /var/lib/mysql, probably05:11
Toddpersonally I don't find it all that difficult to type screen -r -dd after login05:12
riz0nthanks, how can i go about restoring the mysql databases? it appears the files are still present in that folder, but are inaccessible from phpmyadmin05:13
twbTodd: I ssh into a lot of hosts05:15
ScottKtwb: Avoid .0 is just for LTS to LTS upgrades.  It gives a little more time for stabilization and for the development team to test LTS to LTS upgrade scenarios.05:15
twbScottK: ah, OK.05:15
ScottKWhich reminds me, as a developer, it's probably about time to do an LTS to LTS upgrade and see how it goes...05:22
riz0nScottK: Good luck! I'm trying to pick up the pieces right now as we speak! :)05:23
ScottKHeh.  Please be sure to file bugs.05:23
riz0nok, now i got mysql back up and running, but Apache seems to be misbehaving...05:52
riz0n... and I think I got that up and going again :D05:55
riz0nNow I got one more problem. For some reason, the server booted up the X server. How can I make it boot into a text login prompt?05:56
ScottKThe usual method on a server is to not have X installed.05:59
riz0nright, but apparently decided to install itself (which is fine) I just don't want it to start when the server starts06:00
ScottKFWIW, mail server upgrade went fine.  One minor bug filed.06:05
twb"update-rc.d gdm disable" is correct for Debian.06:06
twbI don't know the "right" way to disable it in 10.04; perhaps dpkg-divert --rename /etc/init/gdm06:06
twb*/etc/init/gdm.conf06:06
riz0nyeah i renamed the gdm.conf file and that did it06:06
twbYou should use dpkg-divert so that it stays renamed06:07
twbOtherwise an upgrade or purge-and-reinstall will put it back06:07
riz0nnow i got to fix dovecot, says line 8 something about ssl :/ lol06:07
riz0nand fails to start06:07
riz0nremoved the line, /etc/init.d/dovecot start and we are OK :)06:10
webPragmatistRoAkSoAx: you around/06:48
=== hersoy is now known as ersoy
jo-erlendduring the server install, I'm asked if I want to use a http proxy. I do have an apt-proxy on my network. Is it safe to simply add its address there?09:33
remix_tji'm looking for support about kerberos and apache09:55
remix_tji've created with net ads keytab a separate keytab for apache2 and added the HTTP service principal09:56
remix_tjbut after a week i got errors about gss auth09:56
remix_tjhttp://paste.ubuntu.com/439796/09:57
remix_tjthese are the errors in apache error log09:57
vmlinturemix_tj: did you do any changes before you started getting errors?10:00
remix_tjno, my collegue was working on the kerberized zone and started getting the password request10:00
remix_tjvmlintu: now i solved recreating the keytab flushing old principals and adding new ones, but i'm looking for a definitive solution10:01
vmlintuthe principals didn't expire?10:02
remix_tjhow can i check it?10:02
vmlintukadmin.local -q "getprinc uid@REALM"10:03
remix_tjMissing parameters in krb5.conf required for kadmin client while initializing kadmin interface10:05
vmlintuwhich kerberos implementation do you use?10:06
remix_tjmy kdc is MS Active Directory10:06
remix_tjmaybe i can take a look on the doman controller?10:07
vmlintuoh, I didn't realise you are using AD.. I don't know how to check that on AD, sorry..10:08
remix_tjvmlintu: i'm googling :-)10:08
vmlintuI've been running an apache server with some 50 realms on it for quite some time and there have been no problems..10:09
remix_tjrealms or domains? :-)10:12
hyperlinxhey guys10:17
hyperlinxneed some help again10:17
hyperlinxmy monitor is only of the Half of the existing surface10:19
hyperlinxmy monitor is only of the Half of the existing surface10:28
hyperlinxmy monitor is only of the Half of the existing surface10:28
remix_tjhyperlinx: are you able to read the topic or is it in the other half of the monitor?10:30
remix_tjvmlintu: so you say the principal has no expiration, isn't it?10:31
lifelesshyperlinx: #ubuntu please, unless your issue is server specific10:31
vmlinturemix_tj: 50 realms :)10:33
remix_tjvmlintu: :-O :-)10:34
vmlinturemix_tj: at least with mit kerberos tools you can set expiration times10:34
remix_tjvmlintu: so expiring is an available option... now asking on another channel about it10:35
remix_tjthanks10:35
vmlintualso check the AD logs10:36
vmlintuat least mit kerberos logs quite a bit stuff in kdc.log10:36
remix_tjvmlintu: thanks :-)10:41
baccenfutterk folks, I have a very suspicious file laying in /usr/local/games called z10:57
baccenfutterit is a binary and seems to be doing something with the logs10:58
baccenfuttercan anyone in here, please calm me down on this?10:58
ivoks /usr/local is used for self installing binaries10:58
baccenfuttercause there is also some suspicious cron schedule running /usr/local/games/.ICE/unix which doesn't even exist10:58
ivoksthat file doesn't come from package10:59
baccenfutterivoks: this is a fresh 10.04 with openssh and bin9 period10:59
baccenfutterchkrootkit finds nothing suspicious10:59
ivokssomeone else has access to it :)10:59
baccenfutterI am somewhat worried though, since this is a productive env10:59
ivokstry string /usr/local/games/z11:00
ivoksstrings11:00
baccenfutterivoks: how could someone possibly have access to a server on a DMZ which is only reachable through NAT on the GW and a fail2ban with max 6 retries sitting behind ssh11:00
ivoks /usr/local/games is only writable by root user11:00
ivoksif you, as an admin, didn't put it there, someone else did11:01
baccenfutterhttp://paste.pocoo.org/show/218439/11:01
ivoksrun strings on that binary11:01
ivokshehe11:02
baccenfuttercleaning logs file sounds so suspicious!11:02
ivoksyep11:02
ivoksit cleans access logs11:02
baccenfutterseems zou guys have a bug in ubuntu 10.04 then, cause this vm has never been online!11:02
baccenfutterit is only reachable through NAT when packet is inbound on pppoe... ssh runs in rsa only mode11:03
ivoksyou are the only admin of that machine?11:03
baccenfutteryes11:03
baccenfutterand the install is about 5 days old11:03
ivokscheck your .ssh/autorized_keys11:03
baccenfutterI installed one image and copied that 5 times... all other 4 boxes are just fine11:03
remix_tj vmlintu can you take a look to this? http://paste.ubuntu.com/439811/ is a correct behaviour?11:03
ivokstherefor, it's not a bug :)11:03
baccenfutterivoks: wow... there is actually an unknown dsa key11:04
baccenfutterseems I am no longer a virgin^^11:04
ivokscheck mtime of that file11:05
baccenfuttercrap11:05
baccenfutterI just took the key out11:05
ivoksand permissons on that file?11:06
ivoksi hope they are 60011:06
ivokscheck other 4 machines11:07
baccenfutterk, I assume I can just del that binary?11:09
ivokswhen was is created?11:10
ivoksbefore or after installation? :)11:10
ivokser... during or after installation11:11
baccenfutter2009-11-22 14:5711:11
baccenfutterhow can that be?11:11
baccenfutterperhaps noatime?11:11
ivoksi bet all your machines have that same file :)11:11
ivoksand that ssh key11:11
ivoksyou did an automated installation?11:12
baccenfutterivoks: no, all other boxes seem just fine... none of the zymptoms11:13
baccenfuttersymptoms11:14
ivoksnot even the key?11:14
baccenfutternot even11:14
baccenfutterprobably a passive hack by some script?11:14
ivokspassive hack?11:15
baccenfuttersoem script running and brutforcing ports11:15
baccenfutternot intelligent enough to hack from where it has landed11:15
ivoksif port isn't open, it can't brute force it11:15
ivoksif your ssh is rsa only11:16
baccenfutterivoks: cut that... was probably open11:16
ivoksthen someone owns your key11:16
baccenfuttertried password auth and got in11:16
baccenfutterseems I forgot to restart ssh11:16
baccenfutteronly the pubkey11:16
baccenfuttermy cert is only localhost here on my laptop11:16
baccenfutteri use ssh -YCc blowfish all the way along11:16
baccenfutterand -a11:16
baccenfutteronly thing they have is my pub11:17
baccenfutterwell, post it on google... don't care..11:17
baccenfuttergod damn script kiddies11:17
baccenfutterk, seems I can somewhat reconstruct what has happened11:19
baccenfutterI've set an easy passowrd during generation of the master image11:19
baccenfutternever set password no on master image though11:19
baccenfutterall my boxes where rnnign with root pw 1q2w3e11:20
baccenfutter^^11:20
uvirtbotbaccenfutter: Error: "^" is not a valid command.11:20
baccenfutterso the bug lies between keyboard and chair as so often11:20
ivoksthat's an easy password :)11:20
baccenfutterso a bruteforce is absolutely possible11:21
baccenfutter\11:21
baccenfutterI'm just wondering why fail2ban didn't kick in11:22
baccenfutterhe must have made it within the first 6 tires11:22
baccenfutterluckz sone of a bitch11:22
baccenfutterI owe him a beer for that^^11:23
baccenfutterivoks: thx for stickin through this with me..11:23
ivoksnp11:24
uvirtbotNew bug: #577710 in php5 (main) "php5 crashed with SIGSEGV in execute()" [Undecided,New] https://launchpad.net/bugs/57771011:42
uvirtbotNew bug: #585787 in awstats (main) "awstats.pl crashed with SIGSEGV in Perl_hv_common()" [Undecided,New] https://launchpad.net/bugs/58578711:51
DelphiWorldhello11:51
DelphiWorldapt-get install linux-headers-2.6.28-11-server11:51
DelphiWorldis not working11:51
DelphiWorldwhy?11:51
c13I am setting up a cyber. And i want to time-limit access. So that the user can get a time for login and after that time he will be logged out. How can i realize this?12:04
=== dendro-afk is now known as dendrobates
vmlinturemix_tj: sorry, got pulled to other things.. I just checked that with my test system and kinit didn't complain anything12:34
SuperLagHave any of you guys used kexec to do a kernel upgrade without rebooting?12:54
apwSuperLag, doing a kexec is a reboot in the sense all of userspace is gone13:07
=== freeflyi1g is now known as freeflying
remix_tjvmlintu: a friend of mine said that if there is winbind running it changes my machine password on the DC and does not refresh certs... now i disabled winbind  and i wait the next week13:50
zulttx: ping just a heads up, the mysql source package has been renamed in debian13:52
ttxzul: meaning we should rename it as well ?13:53
zulttx: yep...i was going to spend some time on it13:53
zulttx: or we could give it to clint ;)13:54
ttxzul: you are nasty :)13:54
zulttx: heh13:54
zuli need to update mysql-cluster anwyays13:56
zulmdeslaur: i take it you are chomping at the big for mysql 5.1.47? ;)14:05
mdeslaurzul: please speak english14:12
zulmdeslaur: you were asking me about the mysql package is it because of the security update in 5.1.47?14:12
vmlinturemix_tj: that sounds interesting14:12
mdeslaurzul: no, I solved that already14:12
zulmdeslaur: ah ok14:12
* zul shakes his fist14:15
=== rgreening_ is now known as rgreening
sommermorning14:18
ivoksany libvirt expert in here?14:21
ivoks:)14:21
ttxA few weeks ago I'd have paid to hear that question :)14:22
jcastroScottK: over here. :)14:22
ivoksttx: ? :)14:23
ttxivoks: :P14:23
ivoksi just want to change options it pases to kvm/qemu14:24
ttxivoks: I guess it depends on what you want to change... I don't know of a generic way to pass arbitrary options14:28
ttxivoks: maybe more help in #ubuntu-virt14:28
ivoksttx: yeah, i tried :)14:30
uvirtbotNew bug: #585830 in mtx (main) "tab completion does not work" [Undecided,New] https://launchpad.net/bugs/58583014:31
zulsommer: ping when you triage new bugs can you set them to incomplete/new if you dont have a response from a user14:43
zulsommer: so they dont appear in the new bugs list14:43
sommerzul: sure, forgot to do that the last couple of times :)14:43
zulsommer: i noticed :)14:43
sommershould I wait for a response, or do it after commenting?14:43
SuperLagWhat kind of VMs can you run on an Ubuntu server?14:50
SuperLagonly *nix?14:50
SuperLagusing KVM, that is14:51
ivoksany14:51
smoserkvm supports running windows. it iprovides "full virtualization"14:51
SuperLaginteresting14:53
ivokssmoser: and paravirtualization with virtio, right?14:55
smoserivoks, right. the virtio drivers (network and disk) provide paravirt, which gets you better performance.14:57
smoserSuperLag, note, there are certified windows drivers for virtio network and disk14:57
AndyGraybealso there is talk about taking the 'support' from this channel in the email list?15:01
ScottKjcastro: I'm around now.15:12
Spawn_Khi everyone15:14
=== failover is now known as failover_out
zulmdeslaur: at least the ssl certs have been updated15:48
mdeslaurzul: hehe15:48
pmatulisSuperLag, smoser: i believe virtio drivers for 64-bit windows products require a digital signature from MS15:49
smoseri was under the impression that there are such drivers available.15:51
smoserbut i will be honest that i really *very* little windows experience15:51
pmatulissmoser: sure they're available, but not signed, and will therefore not work, that is my understanding15:51
Spawn_Khi all15:53
Spawn_K:)15:53
Spawn_KStore rebuilding is -0.3% complete,why my store rebuilding return min value?ty15:53
smoserpmatulis, seems you are correct: http://blog.famzah.net/2010/01/09/kvm-qemu-virtio-storage-and-network-drivers-for-32-bit64-bit-windows-7-windows-vista-windows-xp-and-windows-2000/15:54
=== jjohansen is now known as jjohansen-afk
smoseri was under the impression that redhat provided signed ones15:55
smoserhttps://bugzilla.redhat.com/show_bug.cgi?id=53248015:56
uvirtbotbugzilla.redhat.com bug 532480 in libvirt "libvirt lacks of signed drivers for virtio and viostor" [Medium,Closed: notabug]15:56
smoser"3)  Buy a Red Hat subscription to get signed drivers15:56
smoser"15:56
pmatulissmoser: thanks for the confirmation15:57
smoserbut they are available.15:58
smoserfrom redhat15:58
smoseri'm not sure on the legality of redistributing them if you had a RHEL subscription15:58
pmatulisi'm sure MS has thought of that and will only allow them by probing the KVM RedHat host and it's valid subscription15:59
Spawn_Khmm16:03
=== robbiew1 is now known as robbiew
uvirtbotNew bug: #366242 in samba (main) "after adding samba sharing service, X restart failed on jaunty" [Undecided,New] https://launchpad.net/bugs/36624216:16
zulheh....do i really care about jaunty16:17
uvirtbotNew bug: #367473 in samba (main) "Segfault when trying to add a Windows printer via SAMBA" [Undecided,New] https://launchpad.net/bugs/36747316:18
uvirtbotNew bug: #573847 in dbconfig-common (main) "package phpmyadmin 4:3.3.2-1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/57384716:27
=== pgraner is now known as pgraner-afk
=== tarzxvf is now known as failover
=== failover is now known as failover3
uvirtbotNew bug: #585911 in minicom (universe) "minicom scripts never exit" [Undecided,New] https://launchpad.net/bugs/58591116:31
ScottKjcastro: re-pong.16:34
jcastroScottK: ok so anyway, the idea wasn't to get rid of server support, but have it so people who want to contribute have a place instead of mixing up with "help me with DNS"16:35
ScottKjcastro: I think moving development away from support makes it less likely people who are here for more general reasons will feel like becoming involved.16:36
ScottKIn any case, the spec currently just says to drop support from this channel and nothing about what will replace it.16:37
webPragmatistquestion...16:37
ScottKSo even if the intent is to split it, it's incomplete.16:37
jcastroScottK: daviey did mention that the channel wasn't that busy that you had to split it16:37
webPragmatistcan I resize a grow partition to a set size?16:37
webPragmatistand also are grow partitions always logical?16:37
jcastroScottK: ok, I recommend ambushing matthiaz when he joins next.16:38
ScottKjcastro: OK.16:38
jcastroScottK: the work-item reads way colder than what we discussed.16:38
jcastroit's not like "and screw our users too!"16:38
martin-anyone knows what's going on with keyserver.ubuntu.com?16:39
ScottKjcastro: I expected so, but I wasn't in the session, so all I know is what I read in the spec.16:39
ScottKmartin-: #canonical-sysadmin is probably a better channel to ask.16:40
method_man_1HI i have problem with my ubuntu16:41
=== method_man_1 is now known as bihari
webPragmatistIs this a standard schema http://screencast.com/t/NTg4NTQ2ODk16:43
biharican i install yahoo mesanger16:43
apwkirkland, hey do you guys look after libvirt?16:48
smoserapw, jdstrand has done a lot recently, but, yes, it falls under ubuntu server team16:49
smoserand kirkland has done a lot there too16:50
binBASHisn't soren the expert here?16:50
apwcybrocop has a libvirt use case whereing the kvm instance is being started as root but setcap'd to have no capabilities, this renders logfiles etc un-writable ... heard of such a thing?16:51
cybrocop_hi smoser, I've been trying to debug this issue for several days now and apw was gracious enough to help me and identify that libvirtd does a setcap to limit its capabilities16:52
cybrocop_smoser: as a result, kvm isn't albe to map a VM's serial port to a logfile: http://open.eucalyptus.com/forum/libvirt-operation-failed-failed-retrieve-chardev-info-qemu-info-chardev16:53
apwcybrocop_, let them know which command u used to start this thing up16:54
binBASHapw: I have an issue here with virt-manager. When I try to clone a machine, it says it has no read access to the disc image :p16:54
apwcybrocop_, binBASH, which release are you running16:54
binBASHWhen I give all rights it says it can't find the disc image16:54
apwbinBASH, could be a similar issue quite easily16:55
binBASHapw: 10.04lts16:55
cybrocop_here is what I did:   virsh define libvirt.xml; virsh start i-46D2083416:55
smosercybrocop_, this is when running under eucalyptus / UEC without any local modifications ?16:55
smoserbecause 10.04 is absolutely capable of running instances16:55
cybrocop_smoser: here is my libvirt.xml16:55
jdstrandcybrocop_: did you change /etc/libvirt/qemu.conf to use the non-root user and group?16:55
cybrocop_http://slexy.org/raw/s2KPFinewG16:55
cybrocop_jdstrand: no16:56
cybrocop_jdstrand: actually, I tried this: security_driver = "none"16:56
cybrocop_jdstrand: sorry, this was many days ago... But it was done in order to address this same issue.16:57
cybrocop_jdstrand: I thought selinux was somehow interfering.16:57
jdstrandcybrocop_: well, I saw the report and you said there was nothing regarding apparmor16:57
jdstrandcybrocop_: libvirt is protected by apparmor in ubuntu16:57
binBASHjdstrand: Can this have something to do with my issue where I cannot clone the virt machine?16:58
jdstrandcybrocop_: but your errors should have logged something if it was blocking16:58
cybrocop_jdstrand: Yes, there isn't. I just didn't know what else to do. I know it isn't apparmor related now for sure, because I did apparmor=016:58
jdstrandbinBASH: look in dmesg or kern.log. if you have an apparmor denied message, then it is apparmor16:59
jdstrandcybrocop_: right. and you are sure you have in /etc/libvirt/qemu.conf 'user = "root"' and 'group = "root"'16:59
cybrocopjdstrand: here is the full file: http://slexy.org/raw/s2hIyg3Dnf17:00
binBASHjdstrand: Ok, I will check this tomorrow then. Have to go now to chicken wing flatrate eating with the company :)17:01
jdstrandcybrocop: even with security_driver = none, it will still use the DAC security driver iirc17:01
jdstrandcybrocop: libvirt now uses a stacked security driver implementation17:01
jdstrandcybrocop: it may be a bug in the DAC driver17:01
cybrocop_jdstrand: is there something I can do to help you debug? And is a workaround for me?17:02
jdstrand(the DAC driver is consulted before the apparmor/selinux iirc)17:02
cybrocop_jdstrand: Or is DAC in the kernel17:02
jdstrandcybrocop_: the DAC driver uses standard unix Discretionary Access Controls. it is implemented by libvirt and chowns and chmods all kinds of stuff as it goes17:03
jdstrandas long as the xml is in the bug, I can look at it, but I am not actually working today17:04
jdstrandI can try to look at it tomorrow or the following day17:04
cybrocop_jdstrand: OK, no problem. What I'm amazed by is no one else reporting this issue. I must be doing something different from others.17:06
jdstrandcybrocop_: what is the bug number again?17:07
cybrocop_I havent opened a bug. Don't know how to actually. Shoudl I do that? I have a lot of info I can provide.17:08
cybrocop_I only posted a question on the eucalyptus forum: http://open.eucalyptus.com/forum/libvirt-operation-failed-failed-retrieve-chardev-info-qemu-info-chardev17:08
jdstrandcybrocop_: please do open a bug. assign it to libvirt and give the problematic xml17:08
cybrocop_How do I do that?17:08
jdstrandcybrocop_: I'll look at it when I come online17:09
cybrocop_I'm new to Ubutntu17:09
cybrocop_I'm new to Ubuntu17:09
BigThetancan anyone help test my rsylog server reception17:09
jdstrandcybrocop_: https://bugs.launchpad.net/ubuntu/+source/libvirt/+filebug17:09
cybrocopjdstrand: will do17:10
jdstrandcybrocop: please reference your euca forum question as well17:10
jdstrandcybrocop: I can say that using serial does work in at least some configurations, as I have a test for it for the apparmor driver, and it works in my test17:12
BigThetancan anyone help with rsyslog17:12
jdstrandcybrocop: so hopefully it will be easy enough to see what is happening once I can look at it more closely17:12
cybrocopjdstrand: OK. I can't wait to see what the problem is. :) Thanks and hope you get well soon.17:13
imthenachomanwhy does ubuntu disable the root ID but create an ID that can sudo? if someone hacks into the ID and figures out the password they can still do root things?17:13
smosercybrocop, so can I ask how you came to this ?17:14
smoserit looks (based on the libvirt xml) that you launched an instance in eucalyptus, then were using virsh/libvirt to manage it17:14
smoseris that right ?17:14
FunnyLookinHatHey guys -just rolled out 10.04 to my cloud servers and it's amazing - great job!  Had a question about getting php's mail function working...  Which mail package should I be installing/configuring to get that function working?17:14
FunnyLookinHatAnd is there a good tutorial?  I'm aware of the official guide at help.ubuntu.com/10.04/ but am open to other sites.  :)17:15
cybrocopsmoser: Yes, my eucalyptus images weren't launching17:16
cybrocopsmoser: This happened all of a sudden on both node servers.  I thought it was related to some recent update because previously the same images were running fine.17:17
smoserah. and generally you've not done anything to the nodes (ie, they're generally vanilla install) ?17:17
cybrocopONe was a proven working node, (albeit only for 2 days).. I thought I'd bring the 2nd node online and go into production. (Then I saw both nodes giving this problem.)17:17
cybrocopI don't remember whether I updated any packages on the 1st node. I might have because I reinstalled Eucalyptus on it and if libvirtd was updated recently then it may have been pulled & installed as a dependency.17:18
cybrocopI have since taken down the 1st node and I'm rebuilding it now... Doing a fresh install. IN a few hours  I can confirm whether this happens on a vanilla install.17:19
cybrocopsmoser: in Eucalyptus, I enabled the option for manual instance cleanup.. that is how the files were not deleted and I had an opportunity to troubleshoot using virsh.17:20
smosercybrocop, updating packages shouldn't cause such problems obviously. i was wondering if it was more tinkering with the node17:24
cybrocopsmoser: I definitely didn't tinker with libvirtd code. :) I had downloaded Eucalyptus code to tinker with. At one point, I had my own packages built from the source Ubuntu eucalyptus packages running on Node1. THen I uninstalled those and installed the official ubuntu packages. However, Node2 had only vanilla packages installed.17:26
cybrocop:q17:27
smoserok.17:27
cybrocopsorry about the :q, wrong window.17:28
imthenachomanwhat is the point of disabling root ?17:29
kpettitwhat package does add-apt-repository belong too?  Just turned on a ubuntu 10.04 server and it doesn't have it.17:31
smosercybrocop, i guess i'm interested in your node reinstall... sorry i dont have any more ideas. i've not seen this error before, and can absolutely attest that as of yesterday my apt-get upgraded eucalyptus system works for launching instances.17:33
cybrocopI think it may be this.. security_driver = "none"17:40
cybrocopI remember doing this on both machines because at one point I was having problems with apparmor and I thougth this would help.17:40
cybrocop_smoser: I also remember messing around with apparmor profiles... before completely purging apparmor packages.17:42
=== luis__lopez is now known as luis_lopez
cybrocop_smoser, jdstrand: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/58596418:01
uvirtbotLaunchpad bug 585964 in libvirt "Libvirtd  --  error: monitor socket did not show up.: Connection refused" [Undecided,New]18:01
cybrocop_smoser, jdstrand: Can you let me know what else is required.18:01
uvirtbotNew bug: #570982 in munin (main) "munin-graph crashed with SIGSEGV in Perl_gv_check()" [Undecided,New] https://launchpad.net/bugs/57098218:02
uvirtbotNew bug: #570983 in munin (main) "munin-limits crashed with SIGSEGV in Perl_pp_entersub()" [Undecided,New] https://launchpad.net/bugs/57098318:02
uvirtbotNew bug: #576827 in munin (main) "munin-graph crashed with SIGSEGV in FcPatternDestroy()" [Undecided,New] https://launchpad.net/bugs/57682718:02
zulwtf is with all these perl bugs today18:03
smosercybrocop_, i think i'll need to rely on jdstrand . but one thing you can do is attach the files that you've linked to .  I don't know how permenent that pastebin is, but for permenance its nice to have things attached to a bug.18:04
jo-erlendhas anyone been able to setup an ldap server on lucid? I've been following the guide on https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html but I can't get it to function properly.18:05
uvirtbotNew bug: #576828 in awstats (main) "awstats_buildstaticpages.pl crashed with SIGSEGV in Perl_runops_standard()" [Undecided,New] https://launchpad.net/bugs/57682818:06
jo-erlendit may be that I just don't understand what it said, because it's fairly complicated and many things aren't explained at all, but I'm doing precicely what it tells me to, and I keep getting errors like "Invalid credentials".18:06
jo-erlendthe "Setting up ACL" section doesn't tell me anything, actually. How do I configure it like it sais it should be configured? I'm not allowed to perform that search because of invalid credentials.18:08
sommerjo-erlend: that search command should be: sudo ldapsearch -c -Y EXTERNAL -H ldapi:///  -LLL -b cn=config olcDatabase=config olcAccess18:10
sommerit's been updated and will be released with an update to the server guide18:10
=== mathiaz_ is now known as mathiaz
jo-erlenddamn... LDAP is always extra difficult in Ubuntu because the documentation doesn't fit real life.18:11
uvirtbotNew bug: #572674 in awstats (main) "awstats.pl crashed with SIGSEGV in Perl_runops_standard()" [Undecided,New] https://launchpad.net/bugs/57267418:11
uvirtbotNew bug: #581383 in awstats (main) "awstats.pl crashed with SIGSEGV in Perl_pad_alloc()" [Undecided,New] https://launchpad.net/bugs/58138318:11
uvirtbotNew bug: #584115 in awstats (main) "awstats.pl crashed with SIGSEGV in Perl_sv_clear()" [Undecided,New] https://launchpad.net/bugs/58411518:11
sommer   jo-erlend: do you have suggestions to make the documentation better fit real live?18:12
sommerjo-erlend: the documentation is setup to allow  you to get up an running on ubuntu, not necessarily teach LDAP18:12
uvirtbotNew bug: #564522 in awstats (main) "awstats.pl crashed with SIGSEGV in Perl_peep()" [Undecided,New] https://launchpad.net/bugs/56452218:12
uvirtbotNew bug: #571971 in awstats (main) "awstats.pl crashed with SIGSEGV in Perl_pp_or()" [Undecided,New] https://launchpad.net/bugs/57197118:12
ScottKjo-erlend: You're talking with the person that does the documenation, so this would be a really good time to speak up.18:12
jo-erlendsommer, well, it wouldn't hurt if someone with experience would just copy and paste the commands from the guide from time to time. I've spent two days reading that document now.18:14
sommerjo-erlend: the OpenLDAP section was updated extensively for Lucid was there any other commands that didn't work... if so we'll be sure to correct them18:14
jo-erlendwell, after finishing that guide, the users are supposed to be able to change their passwords by themselves, using "passwd" or similar, right? That gives me "invalid credentials"18:16
sommerjo-erlend: no, that's not necissarily the purpose of the guide18:17
cybrocop_smoser: I've attached the files. I will be in later if you need anything else.18:17
jo-erlendsommer, using that command you gave me, I got some results. They're not at all similar to the output you're supposed to get, according to the guide.18:17
sommerjo-erlend: the guide has ldapscripts: sudo ldapsetpasswd18:17
smosercybrocop_, thanks. sorry this is biting you.18:17
sommerjo-erlend: your output may vary depending on how your server is setup18:18
sommerthat should probably be made more clear in the guide18:18
jo-erlendsommer, the users are allowed to change their own passwords using those normal tools if you just deactivate unix accounts in pam-auth-config though.18:18
cybrocop_smoser: NP, I'm glad at least I'm closer to the issue.18:18
jo-erlendsommer, it's setup exactly as the guide sais. I mean _exactly_.18:19
sommerjo-erlend: right, the acl section needs updated... does your output look like: http://doc.ubuntu.com/ubuntu/serverguide/C/openldap-server.html ?18:19
jo-erlendsommer, no.18:20
sommerI haven't done much testing with the passwd, and other utilities, when using openldap... I usually use ldapscripts or smbldaptools for the other attributes18:20
jo-erlendsorry... One moment. :)18:20
jo-erlendsommer, it does.18:21
jo-erlendsommer, are there many other changes in that new document? I can try it out from scratch in a clean vm and see if it makes more sense to me than the old one.18:23
jo-erlendoh.18:23
jo-erlendsommer, are there many other changes in that new document? I can try it out from scratch in a clean vm and see if it makes more sense to me than the old one.18:25
sommerjo-erlend: not really everything should be current for Lucid.  For Maverick we can add information to allow passwd work, or figure out why it doesn't with the current information.18:26
centaur5Does anyone in here have experience with LTSP fat clients?18:26
imthenachomananyone here using ebox?18:27
jo-erlendsommer, I hope to be finished configuring my ldap server a bit sooner than six months from now. :)18:27
kpettitimthenachoman, I did for awhile.18:27
imthenachomankpettit: why did you stop?18:27
kpettitit was too basic of config's for the modules I needed.18:27
sommerjo-erlend: right, what is the end result you're looking for with your LDAP server?18:28
imthenachomankpettit: i'm trying to figure out if its worth it? i mean I admin hundreds of unix boxes at work w/o gui, and i prefer CLI, but i dont know if there is any added beneift18:28
imthenachomankpettit: cause i will install apache,php,postgresql,and shorewall so ..18:28
kpettitimthenachoman, I think it would cause you more problems then solve if you already know what your doing18:28
sommerjo-erlend: the OpenLDAP section itself is geared toward generic LDAP server configuration, but we could add another section for Address Book, Central Auth, etc18:28
imthenachomankpettit: i like your logic my good man or sir...i like your logic18:29
imthenachomankpettit: well thanks18:29
kpettitit's great for somebody new to linux, but fairly restrictive if you already ahve things setup a certian way18:29
imthenachomanhumm k18:29
imthenachomancool18:29
kpettitwebmin is another good one.18:29
imthenachomandoesnt work so well with ubuntu from what i hear18:29
kpettitI like webmin a bit better, mainly becuase it has alot more modules and there are more choices.  And you can still hand edit most things if you want too18:29
jo-erlendsommer, I need to use LDAP in order for users to have the same password on their terminal server session and in their web applications. They should be able to change their passwords easily. That's mostly it.18:30
imthenachoman<ubottu> 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.18:30
Piciimthenachoman: There is a bot here too, not just #ubuntu18:30
kpettitimthenachoman, works great for what I use it for.  I mainly just use the mysql, fstab, users, and some other simple ones.18:30
imthenachomanPici: oh....my bad sir, my bad18:30
kpettitThe apache module, and openvpn one such18:31
imthenachomanwell im gonna do things the old fashioned way, i like to know whats going on, what files change18:31
imthenachomanetc..18:31
imthenachomani dont need openvpn18:31
kpettitI mean suck.  I really hate their apache one18:31
imthenachomanthis is more a test/play/learn server for me18:31
kpettitthe iptables one is pretty good though.18:31
imthenachomanim going to use shorewall for firewal18:31
sommerjo-erlend: I see, the guide should get you most of the way there, but you'll still need to learn more about administering OpenLDAP18:31
imthenachomani hear it rocks18:31
jo-erlendsommer, and if they were able to share addressbooks as well, that would be great.18:31
kpettitthere was a shorewall module, but I haven't used it before18:31
kpettitI mainly use arno's firewall.  I like it because there is a cli ubuntu config or you can edit a simple text file.18:32
sommerjo-erlend: you should be good with users with object class posixAccount, inetOrgPerson, etc... ldapscripts makes it easy to add, remove, manipulate objects18:32
kpettitMy brain can't hold the complexities of iptables so I liked the simplier arno config.18:33
sommerjo-erlend: for my users I created a simple web form that uses php5-ldap to change the password attribute... been working great for a few years now18:33
imthenachomankpettit: i dont know if shorewall uses iptables but it seems to work18:33
kpettitI don't know of any firewall linux programs that don't use iptables18:34
=== unreal_ is now known as unreal
kpettitthey are all pretty much front ends config tools to iptables18:34
imthenachomanyeah18:36
kpettitif your using it now you can type "iptables --list" to see the raw rules18:36
imthenachomanwell i got shorewall working so i'll stick with that18:36
imthenachomanoh cool18:36
imthenachomanwow...a lot of stuff18:37
imthenachomanwell i know nothing about firewall so i'll stick with shorewall18:37
kpettitHere is the basic iptables info.  If anything it will show you some commands you can use to find out how shorewall does things18:37
kpettithttps://help.ubuntu.com/community/IptablesHowTo18:37
jo-erlendsommer, I appreciate your help. In order to preserve my sanity, I'm going to take a little break, but then I'll try that new document in a fresh environment and see if that does the trick.18:38
jo-erlendsommer, can you recommend a good book about openldap btw? I only have generic ones.18:38
sommerjo-erlend: you're welcome, I learned using http://oreilly.com/catalog/9781565924918/ but it's waaaayyyy old.  https://www.packtpub.com/OpenLDAP-Developers-Server-Open-Source-Linux/book is pretty good too18:39
MTecknology!ecryptfs19:01
jo-erlendsommer, one thing I think is a bit confusing in the guide, is "As an example of modifying the cn... blabla". Is it just an example, or is it necessary and what does it do?19:07
sommeryep, just an example of how to modify an attribute... i.e. replace this attribute with whichever attribute you'd like to modify19:08
jo-erlendsommer, ok, everything seems to be working nicely, except for that passwd-thingy. It'd be really nice if I could get that up and running as well. auth.log gives me to identical error messages when I run that command. Is it possible that there is a bug which makes it try to look the user and password from the local /etc/passwd instead of using the ldap directory?19:28
sommerjo-erlend: not 100% sure... you might check the /etc/pam.d/common-password file, and make sure it has something about ldap... also the /etc/nsswitch.conf file19:30
jo-erlendthey look good to me, anyway.19:38
sommerjo-erlend: maybe put ldap in front of files in nsswitch.conf... you'll want to be careful though, because you could lock yourself out of the system19:47
jo-erlendI've tried that already. It had no effect. Unless I need to reload anything?19:47
sommerso why not use ldapscriptsetpasswd ?19:50
jo-erlendbecause the people I'm trying to help are very, very non-geeks.19:51
sommeryou could alias ldapscriptsetpasswd to passwd :)19:52
jo-erlendheh, the point is that this is a terminal server. The desktop has tools to change your own information, including the password. I'd like to use that.19:52
sommerah... not sure how well those tools work with ldap, but should be possible one way or another19:54
jo-erlendI would think so... Can't find any information on how to set it up though.19:54
jo-erlendbut I suspect that if I get passwd to work as expected, then those other tools would work as well.19:55
sommerI wouldn't be to optimistic about that... I imagine those tools are hard coded to edit /etc/passwd19:55
sommerbut there are some pretty good gui tools to manipulate ldap... phplapadmin, lat, luna, etc19:56
jo-erlendI use lat myself, but it's not something I'll expose my users to.19:57
jo-erlendbesides, it's really buggy.19:58
zulmdeslaur: throw confetti its done uploaded now we will never mention it again20:03
mdeslaurzul: you want me to congratulate you on doing your job? :)20:04
mdeslaurzul: congrats!!!!20:04
mdeslaurzul: yay!!20:04
zulmdeslaur: it would be nice..20:04
* mdeslaur pats zul on the back20:04
zulmathiaz: ping mysql changed from mysql-dfsg-5.1 to mysql i just uploaded 5.1.47 we need to replace the source package in main with the new version20:05
mathiazzul: so you've merged the new package?20:13
zulmathiaz: yep20:14
zuli just finished uploading it20:14
mathiazzul: so the next step is to just ask for the removal of mysql-dfsg-5.1 from maverick20:15
zulmathiaz: yep20:15
mathiazzul: and let know the archive admins that mysql-dfsg-5.1 has been renamed to mysql-5.1 in order to get the package quickly through the NEW queue20:16
zulmathiaz: acked20:16
jo-erlendsommer, why would anyone hardcode that instead of simply reusing passwd? I know I would have.20:17
jo-erlendoh...20:17
jo-erlendnvm. :)20:18
skrite99hey all20:31
skrite99if i have the PID of a process or script, how can i find out what script it is?20:32
skrite99i have a bunch of scripts, and one is not playing nice20:32
coffeedudeskrite99, ls -l /proc/<pid>/exe20:33
=== pgraner-afk is now known as pgraner
skrite99thanks a lot coffeedude20:35
|corpse|ok so after many days of trying i can finaly get though most of the installation of server 10.04. When i get to partitions formatting it jumps to 33% and freezes. any ideas on a fix?20:36
webPragmatistis ext4 safe for server?20:59
webPragmatistwith lucid20:59
SpamapSwebPragmatist: should be, however some have reported performance issues...21:03
SpamapSwebPragmatist: http://www.phoronix.com/forums/showthread.php?t=23149  .. though I'm not sure that those were super scientific tests21:03
webPragmatisthrm21:04
webPragmatisthey i'm having another issue… when I run parted it takes forever21:05
webPragmatisti'm guessing because it's unsure about the floppy21:05
webPragmatisti get v21:05
webPragmatistWarning: Unable to open /dev/fd0 read-write (Read-only file system).  /dev/fd0 has been opened read-only.21:05
webPragmatistand it hangs… if i do p free21:05
webPragmatistRoAkSoAx: hey you around?21:13
webPragmatisti was wondering… it was suggest to use corosync to link configs21:16
webPragmatisthow can you trust that a node has specific stuff installed ?21:16
webPragmatistfor instance if a node doesn't have a specific apache module installed21:17
webPragmatistand it gets enabled in the config21:17
RoAkSoAxwebPragmatist: that's totally admin side21:29
webPragmatistLOL i'm reading this21:29
webPragmatisthttp://coolerq.livejournal.com/89739.html21:29
webPragmatistRoAkSoAx: after reading that i'm just confused21:32
webPragmatistwhat's clusterglue21:33
RoAkSoAxwebPragmatist: cluster-glue is a package that contains the LRM (which handle the RA's)21:36
webPragmatistgreek21:36
webPragmatistplease use more acronym21:36
RoAkSoAxwebPragmatist: please refer to [1], there you can find nice Diagrams: [1] http://www.clusterlabs.org/21:37
webPragmatistRoAkSoAx: never would have clicked that21:37
webPragmatisthttp://screencast.com/t/ZDVkOWYwNjI21:37
webPragmatistgosh this crap gives me a big ass headache21:48
webPragmatistpardon my blunt21:48
webPragmatistness21:48
FunnyLookinHatthe21:51
webPragmatistRoAkSoAx: you said use corosync for your logs… can you link me that thesis or whatever it was you wrote up?21:51
FunnyLookinHatwoops - mt  :)21:52
webPragmatisti wish i was a clustering genius……21:52
FunnyLookinHatOk - This may sound dumb - but "mail" doesn't seem to be installed in my system after I installed postfix...  What package installs that?21:54
=== failover_out is now known as failover
RoAkSoAxwebPragmatist: I never said use corosync for logs. Corosync is the one who does the messaging between nodes, while Pacemaker is the one that does the Resource Management22:03
webPragmatistsorry configs22:03
webPragmatisthow do you sync like apache sites available and such22:04
RoAkSoAxwebPragmatist: that you leave to other synchronization tool like csync222:06
webPragmatistohhhhhhh csync22:07
webPragmatistthank yo22:07
webPragmatistyou*22:07
webPragmatistRoAkSoAx: how do you handly upgrades to the software?22:07
webPragmatistagain admin stuff?22:08
incorrectwhat is the status of xen in lucid22:09
webPragmatistnot so zen22:09
RoAkSoAxwebPragmatist: yes, but I'm pretty sure there are tools to do that and I'm not aware of22:10
RoAkSoAxwebPragmatist: you can also take a look at puppet22:10
webPragmatistwell this is probably not AS important22:10
RoAkSoAxwebPragmatist: if it is a two node cluster, it is not...22:11
cybrocophi smoser22:16
cybrocopI just finished the reinstall of Node1 in my euca cluster and the problem is gone on this node.22:16
webPragmatist RoAkSoAx i'm reading this article… is corosync = openais22:23
webPragmatisti'm confused22:23
RoAkSoAxwebPragmatist: don't pay attention to the article :)22:24
webPragmatisti'm reading http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf22:24
AMRhey, is there some way I can get info about my users, like when they were created?22:25
webPragmatistRoAkSoAx: hrm?22:28
incorrectxen is pretty dead in ubuntu?22:30
andolincorrect: Yes, where efforts have instead gone into KVM.22:31
webPragmatistRoAkSoAx: ah As far a I understand the OpenAIS project split up into subprojects. corosync now provides only the cluster communication. Since pacemaker only need the communication in the cluster, this it all we need.22:31
webPragmatistquote22:31
webPragmatistbleh i obviously need more playing around with vms22:32
|corpse|Hi, im having trouble installing server 10.04. i can cruz right though the hole install process until i get to the file partition part. I can select my partition i want to use (i have tried several drives now) and every time it will just straight to 33% and freeze up22:51
FunnyLookinHatI had thought that I setup my mailserver correctly - but when I try to send a test email with "mail" it just hangs...  does that suggest a particular issue ?23:04
ubuntu_nmnmn,m23:13
=== luis__lopez is now known as luis_lopez
cybrocopsmoser: I was able to reproduce the problem on a clean install.23:27
cybrocopThe issue occurs when I try to remove/purge apparmor23:27
desrthi.  i'm playing with libvirt23:40
desrtis there any way to get virt-manager on my machine to connect to the root-owned libvirtd without using ssh or something?23:40
killowni can ping google but not wget www.google.com, look that http://bpaste.net/show/6680/ any idea?23:41
desrtif i try to use 'local' it seems to be dbus(orbit/whatever)-acivating a libvirtd instance running as my user.  not what i want23:41
desrti do have permission to access the libvirt socket, but i don't know how to tell virt-manager to use it23:41
lifelessoh23:50
lifelessthere is a virsh path23:50
desrtya.  works fine with virsh, actually23:51
desrtand virt-install23:51
lifelessqemu:///system23:51
desrtya.  i added that using gconf23:51
desrtit's working now :)23:51
lifelessfrom man 1 virsh23:51
lifelessplease file a bug saying it wasn't as easy as it could be?23:52
desrti'm a pretty big fan of how this stuff works23:52
desrtnot a bad idea.23:52

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