/srv/irclogs.ubuntu.com/2011/01/05/#ubuntu-server.txt

yann2hello! one small question: can VM in kvm & libvirt run as a low privileged user?00:00
PryMaLdoes anyone happen to know the earliest version of ubu server kernel that supports IPV6?00:40
uvirtbotNew bug: #697465 in bind9 (main) "package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/69746500:51
deadsmithIs noefi required to boot on an Apple XServe?01:04
twbAFAIK GRUB 2 supports EFI.01:05
twbI've never dealt with such a system myself, but I *assumed* it all Just WorkedTM01:06
deadsmithThe discovery from earlier today was that I had to build from the bzr source for grub to boot the EFI....01:09
deadsmithAnd, it is booting....01:09
deadsmithbut hangs when loading the kernel.01:09
deadsmithI think it's video weirdness, but hard to be sure...01:09
deadsmithis the error "finding suitable mode.  Booting however" familiar to anyone?01:10
twbSorry, no.01:12
triode3hello all, got a mdadm question. built server, 4 drives, / and swap on raid1 on sda1,sdb1 sda2,sdb2 home on sda3,sdb3. Parts sda4,sdb4,sdc1,sdd1 exist. when machine boots it auto-magically mounts the extras as /dev/md0, while root is /dev/md0. Ugh. Can't find solution.01:37
thesheff17triode3: I have never seen that happen before...do you see anything in /etc/fstab01:44
twbtriode3: pastebin the contents of /proc/mdstat01:44
triode3http://pastebin.com/SvrSAedY01:45
triode3I changed fstab from the default (which listed three devices) to one which still lists three (there should only be three)...01:45
twbtriode3: I'm not sure what happened there01:45
pmatulisew, partitionable raid devices01:45
triode3The issue is that I want to build the final raid array (sda4, sdb4, sdc1, sdd1) but it will not let me as it thinks they are bsing used (sda4, sdb4).01:46
twbOh01:46
twbJust mdadm --stop /dev/md0, then.01:46
triode3e.g md_d0 should not exist.01:47
twbtriode3: md_d0 exists because both two-disk arrays want to be called md001:47
triode3mdadm --stop /dev/md_d0 stops it, but it still will not let me create one with mdadm --create blah blah01:47
twbtriode3: you need to stop one pair, add each of its partitions to the other array, then fix mdadm.conf, then update your ramdisk01:47
triode3twb: thats fine, but /dev/md0 is my root. :O will stopping that kill the server :OO01:48
twbtriode3: then boot from the other pair01:48
triode3hrm I only have the OS on /dev/sda /dev/sdb (raid1). I was going to do raid5 on sda4,sdb4,sdc1,sdd1 for space.01:49
twbtriode3: oh, you want a *raid5* of the four disks01:49
triode3As for fixing mdadm.conf, I _thought_ this was ok: http://pastebin.com/GCu2sdiA01:49
triode3twb yes01:49
twbtriode3: I think easiest is to reinstall from scratch01:50
triode3on sda1,sdb1 /home on sda2,sdb2 swap on sda3,sdb3 /space on sda4,sdb4,sdc1,sdd101:50
triode3twb: one more monkey wrench, this is IDE, and I only have two controllers. Starting from scratch means disconnecting one, which is why I am in this pickle... when I first brought up ubuntu server, it automagically created this strange md_d0 array01:51
triode3twb: I think the other problem is this: http://pastebin.com/hVYPiysE it is still there after removal. After a reboot too (well, obviously).01:53
twbtriode3: I'm not really interested in helping you in-place migrate a 2-way RAID1 to a 4-way RAID5.01:56
triode3twb: I am not trying to migrate. I am trying to figure out why it is auto-creating my fourth raid (when I didn't ask it to) with the wrong drives (when I did not tell it to). I am assuming it is one of those "mdadm developers think users are dumber than they appear" ideologies... I was just wondering if anyone else had seen that and overcome it. I _should not_ have four raid arrays, and I am not wanting to migrate, just t01:59
twbtriode3: edit mdadm.conf, then02:04
twbtriode3: if you used dd, it may be that the UUIDs on the new disks match the old ones, so when it does an mdadm --assemble --scan, it finds two complete copies of md0 and assembles both02:04
twbWriting zeroes over the metadata blocks and/or telling mdadm.conf to assemble specific devices should address that -- don't forget to rebuild the ramdisk after editing mdadm.conf02:05
triode3twb: hrm, I will try that.02:08
triode3twb: thanks.02:08
twbIt still won't help when you try to turn a RAID1 into a RAID502:12
triode3twb: hrm, but it reports that it thinks its raid5: ARRAY /dev/md0 level=raid5 num-devices=3 UUID=a6d72d16:694f7d01:3ccdc9df:08582ff7 it is of course that it is listing /dev/md0 twice. Thats f00ked up.02:16
twbThe mdstat you sent me said the level was raid1.02:16
triode3twb: hrm looking at that again, I think I am screwed. It lists /dev/md0 twice, as a raid1 and a raid5. I think I will just have to somehow get a cdrom/usb in there and rebuild the whole thing02:16
twbJust editing mdadm.conf to look for a raid5 will not MAKE it a raid5.02:17
triode3twb: yes, but the mdadm --examine --scan reports two: http://pastebin.com/hVYPiysE02:17
twbThat might just be returning what's in mdadm.conf -- I don't know02:18
triode3twb: yes. again, I think this thing is foo-bar. I think I will have to rebuild. mdadm.conf only lists three arrays. :O02:18
twb12:50 <twb> triode3: I think easiest is to reinstall from scratch02:18
triode3twb: yes. at this point, I agree... although I will have to finagle some kind of medium.02:18
triode3twb: thanks for the input. Sorry for the confustion.02:19
=== Amgine is now known as BadTypoDog
e_t_I've got a server with three network interfaces, all with static IPs. Which ever connection I set a gateway on WILL respond to pings, but the other two WILL NOT. How can I get ping responses from all three interfaces?03:27
twbAll three interfaces are on the same network?03:46
e_t_No. One is 10.145.144.7, two is 192.168.254.254, three is 172.17.1.1.03:49
e_t_But the network (which I don't control) is set up so that all address *should* be reachable. Tcpdump shows that pings are recieved, but they aren't answered, except for the interface with the gateway set.03:51
Delerium_ICMP blocked by some kind of network device?!03:52
e_t_Nope.03:52
CheetoBanditosounds like its received but dumped before apps can see it03:53
CheetoBanditoI'm having weird issues with networking in 10.04 concerning multicast too03:53
e_t_Shouldn't ICMP be answered directly by the kernel's TCP/IP stack?03:56
twbe_t_: you probably need a gateway for each interface, with a lower metric for non-preferred the routes03:57
twbe_t_: without a full network diagram it's difficult to be sure03:58
twbe_t_: if you're pinging from within the same network, then it should work already03:58
e_t_I'm pinging from a host on a different subnet, but as I said, the pings are received, but the computer doesn't respond.03:59
e_t_Can I set metrics in /etc/network/interfaces?03:59
twbpost-up ip route add ...04:00
twbpost-down ip route flush dev ...04:00
twbOr some variation thereof04:00
twbe_t_: if your three-iface host doesn't have appropriate routing rules to get back to your box (well, at least for the first hop), there's no way the return ping will reach you04:01
e_t_OK. I'd read this: http://kindlund.wordpress.com/2007/11/19/configuring-multiple-default-routes-in-linux/ about setting rules, but I wanted to make sure I wasn't missing something simple.04:04
twbe_t_: it wouldn't surprise me if your netadm blocks all ICMP traffic04:05
e_t_I can set a gateway on any one interface at a time and get ping responses from it. Besides, my network admin (my teacher at college) certified to me that ICMP was not blocked.04:08
twbIs the machine in question intended to be a router, or is it simply multihomed?04:09
CheetoBanditoI'm having an interesting issue in 10.04... If I request packets from a specific group in one program, and a different group in another program... I get packets from both groups in both programs.04:12
e_t_twb: It's really just supposed to be an end-point on the 192 and 172 networks. Traffic never needs to cross from one network to another (routing). On the 10 network, it's a host.04:13
CheetoBanditoIf I compile and run the same scenarion on Windows, Solaris, and other distros I get the intended behavior, that the packets each program sees are only the ones they requested.04:13
twbe_t_: and it should be able to reach all distal networks via any interface?04:14
e_t_twb: that is my understanding.04:15
twbMy guess is your route table should look like this, then: http://paste.debian.net/103781/04:16
twbEr, 10/8 should be the third line, not that it matters04:16
twboh, and I forgot "via 1.2.3.4" fields for the 0/0's04:18
e_t_twb: With multiple gateway set in /etc/network/interfaces, this is my routing table: http://paste.debian.net/10378204:39
twbe_t_: please pastebin "ip r" formate.04:39
e_t_twb: http://paste.debian.net/10378304:40
twbYeah, OK, though you have no 0/0 (i.e. default) for eth2.04:41
twbThat ought to be enough for ICMP to work, although for connection-oriented protocols like TCP I think you'll want to use non-equal metrics (so all traffic goes over one default route)04:42
twbI'm actually kinda surprised ICMP didn't work across the internal wossname without those routes...04:43
twbDo you have a firewall running on this box?04:43
e_t_No. I even ran iptables -F to be sure. Security is not a concern for this server.04:44
skorvmy current setup is ubuntu server 10.04 +bind9 +dhcp3-server04:50
skorvin your opnion what may crash networking04:51
e_t_skorv: What does "crash networking" mean?04:52
skorvone minute everythin04:53
skorvsorry04:53
skorvone minute everything is nice the next i cat even get an ip04:53
skorvi go to the server and do sudo /ets/init.d/networking restart and it goes back to being ok... but its temporary04:54
e_t_Which machine can't get an IP?04:55
skorveveryone04:55
skorvserver setup = 3 NIC 1 wan 2 lan04:55
skorvit serves 2 lans04:56
skorvi tried wit static and dynamic ip on interfaces on wan side. lans have static ip04:57
e_t_The server has static IPs and it gives out DHCP addresses to lan clients?04:58
skorvcorrect04:58
e_t_But after a minute, the lan clients no longer receive DHCP addresses?04:59
skorvit basically has the same effect as ifdown -a04:59
skorvyes04:59
skorvall freezes04:59
skorvi restart network only and it goes back to normal05:00
skorvclients can get ip and internet works05:00
e_t_Can you run Wireshark on the lan clients, to see what the network traffic looks like?05:01
skorvits 5 am and i'm in bed...been working on it sine 10 am yesterday05:02
skorv*since05:02
skorvi'll do it in a couple of hours05:03
skorvcan a packet "crash" networking?05:03
skorvor trafic?05:04
e_t_Misconfiguration might cause any number of network-disabling effects.05:05
skorvafter a random ime?05:05
skorv* time05:05
skorvits the 2nd time it happens... i even thought it was a bed install the last time05:07
skorvso i redid everything by hand istead of copying the config files i already have05:08
skorvi'm portuguese... excuse my english05:09
skorvi fallowed tutorials on ubuntu forums for dhcp and bind05:09
skorvi'm a windows server expert... 1st time serious with linux server (my 1st had desktop installes)05:12
skorv*installed05:12
skorvwas looking forward to make a good sbs alternative05:13
skorvi have no training... self taught on almost everything05:14
skorvthis nre server was to be my "crown jewel"05:15
skorvso far its crap (due to me most likely)05:15
e_t_I've always had good luck with dnsmasq, rather than bind.05:16
skorvwell... fresh install tomorrow i nothing else works05:18
skorvi'lll give dnsmasq a chance as long as it supports multiole networks05:20
skorv*multiple05:20
e_t_It does. It can also do DHCP.05:21
=== SquishyNotHere is now known as squishy
uvirtbotNew bug: #697545 in nagios3 (main) "Backslashes from check_disk_smb output are removed in web interface" [Undecided,New] https://launchpad.net/bugs/69754508:32
vraa_anyone here know details about canonical support?08:33
=== WinstonSmith_ is now known as WinstonSmith
=== WinstonSmith_ is now known as WinstonSmith
uvirtbotNew bug: #697584 in bind9 (main) "inconsistent and incompatible naming of bind files" [Undecided,New] https://launchpad.net/bugs/69758410:21
uvirtbotNew bug: #697592 in ntp (main) "unable to create socket on eth0 (210) for ::ffff:192.168.1.4#123" [Undecided,New] https://launchpad.net/bugs/69759210:46
uvirtbotNew bug: #697609 in bind9 (main) "rndc-confgen does nothing" [Undecided,New] https://launchpad.net/bugs/69760911:11
cjwatsonkirkland_: thanks, reviewing ssh-import-id now11:29
RoyKisn't that ssh-copy-id?11:36
cjwatsonRoyK: no11:39
cjwatsonRoyK: two different tools11:39
RoyKcan't find the import one on lucid...11:40
=== sresu_ is now known as sresu
=== oubiwann is now known as oubiwann_
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
pmatulisRoyK: it's part of openssh-server i think12:27
kiallHiya .. I've just come across a strange situation .. i have a hostname in /etc/hosts - root can ping it fine .. but, other users cant resolve the host? Its like /etc/hosts is only being honored for the root user12:39
pmatuliskiall: try strace, it's probably a permissions thing12:46
pmatulis'strace -e open ping localhost'12:47
kiallpmatulis, it was - I just discovered the issue .. /etc/nsswitch.conf was 664 rather than 644..12:47
pmatuliskiall: ok12:47
kiallsometimes a "smart" cloud-init script turns out to not be so smart ;)12:47
=== sresu_ is now known as sresu
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
webstylerCan someone recommend CrashPlan online backup?13:31
kim0webstyler: I can :)13:36
webstylerthx13:36
kim0webstyler: been using it for a year+ .. works great! Linux/Mac/Windows13:36
webstyleryeah. thats nice13:37
webstylerneed linux supprt13:37
webstyleri am considering backing up my server/nas off-site13:37
webstylerand the unlimited plan seems to be a good solution13:37
webstylerhow is the restore/web interface?13:37
raphinkthere's also the great S4 API: http://www.supersimplestorageservice.com/13:39
raphink:-)13:39
webstylerok thx13:40
raphinkdon't try it in production though ;-)13:40
webstylerok good to know13:41
xamparthttp://www.youtube.com/watch?v=yGyRVymDBhw13:43
xampartwrongdow13:43
pmatulisxampart: thanks for that13:43
xampartpmatulis: np =)13:44
pmatulisxampart: he lost a testicle in 1999?13:45
xampartpmatulis: i suggest you look the other videos from him. on that information i would presume, no.13:48
pmatulisxampart: i'm not much into contemporary music.  is this a real music video?13:50
hggdhsmoser: I am in now13:54
CERNUNN0SGreetings, i'm new to the whole Ubuntu server admin and have inherited a number of servers unfortunately it appears one has been compromised. In so far that I am receiving reports of spam and helo senders, could anyone point me in the direction of a good set of guides to remedy these teething problems. The server is running Lucid Lynx LTS13:56
CERNUNN0SThank you for your time.13:56
patdk-wkCERNUNN0S, running a website?13:59
patdk-wkprobably one of your cgi's was hacked into14:00
patdk-wkhopefully the kernel/libc are updated also14:00
hggdhCERNUNN0S: first action, once confirmed it has been compromised, is to take it off the network14:00
=== Aison is now known as Aison|weg
CERNUNN0SYes running virtualhosts, and hosting two email accounts and various aliases for email forwarding, how would I go about assessing the compromised systems?14:02
hggdhugh14:04
gobbenot quite easy job14:04
gobbeyou could run checksums of files and compare them with system thats known to be good14:05
CERNUNN0SMain problem is the set-up I have been left with is near incomprehensible, very basic and largely incompletely and completely without documentation. Would be great if there was different environments for test, developing. But alas no it's all as one in a monstrous multi-master-fail14:05
gobbei wouldn even start to find out. i would install everything from sratch14:06
hggdhCERNUNN0S: is the system up-to-date with security fixes? kernel, apache, and libc6 comes to mind as possible venues14:07
kiallgobbe, yup - you either know what you're doing .. or not.. and really when the server is compromised and offline .. its not the time to learn when you dont even understand the setup :)14:07
gobbeyeah14:08
gobbejust wasting time14:08
gobbebecause you will end up installing them from scratcg anyway14:08
hggdhactually, no, not wasting time. If you do not know how you got compromised, there is no guarantee it will not happen again14:09
gobbegd.....its hard to irc with mobile phone14:09
hggdhthe safe bet is it *will* happen again14:10
CERNUNN0SI don't think my predecessor believed in keeping things up to date so I would think it would not be running the latest software. So the answer is i'm wasting my time. Well i've already started creating a new server cluster completely separate from these. I was hoping the duck tape would hold on this set up long enough for me to get on with the new setup14:10
gobbehggdh, well....finding it out could be impossible14:10
hggdhgobbe: I agree. But it should be tried. Part of the cost ;-)14:10
gobbeCERNUNN0S: install proper tools to prevent this in future also14:10
gobbehggdh, yes. if you have atleast somekind of knowledge and tools14:11
gobbein this case i would say that finding out could be near impossible14:11
CERNUNN0SThe new set up includes tools and complete logs unlike current garbage,14:11
gobbegood14:11
FidelixHey guys, i'm having a permission problem in my server. The script runs as www-data but it cant read files uploaded through FTP by the user "rs"14:12
hggdhCERNUNN0S: try to figure out who is sending out the HELOs (apache?) -- if cgi, disable the suckers14:12
CERNUNN0SThought as much but thought i'd ask the guys and girls who deal with this on a daily basis14:12
gobbeCERNUNN0S: i would bet that apache/php could be good place to start out14:13
smoserhggdh, ok. i'm in too.14:13
smoserzul, could you maybe do a sponsor for me ? bug 68612414:14
uvirtbotLaunchpad bug 686124 in util-linux "Add option to sfdisk to use maximum partition size" [Medium,Triaged] https://launchpad.net/bugs/68612414:14
zulsmoser: sure gimme a sec..14:15
CERNUNN0SThanks all I shall have a check and see if there is anything I can gleen from the apache/php files14:15
hggdhsmoser: I am thìnking of you, pedro, and myself together, OK with that?14:16
smoseryeah.14:17
=== thomas_s_ is now known as thomas_s
raphinkFidelix, what are the rights for the uploaded file?14:17
Fidelixraphink, just a sec.14:19
Error404NotFoundanyone has installed NagiosXI on Ubuntu successfully? I have been doing a lot of google but can only find its manual for centos/rhel14:19
Fidelixraphink, -rw------- 1 rs       users       696320 2011-01-05 12:2014:20
uvirtbotNew bug: #697676 in ntp (main) "ntp kills polar bears" [Undecided,New] https://launchpad.net/bugs/69767614:21
raphinkFidelix, and are you surprised that www-data can't read it?14:22
Fidelixraphink, not really. But can you give me a light on how to change the default permission of uploaded files in vsftpd ?14:22
raphinksure14:22
raphinkgive me a minute14:23
raphinkFidelix, you could set local_umask in vsftpd.conf for example14:24
raphinkthere's more fine umask settings, too14:24
Fidelixraphink, i'll try to set local_umask to 77714:25
raphinkhmmm14:25
Fidelixraphink, -rw------- 1 rs14:26
raphinkI would say more like 02214:26
FidelixIt did not work14:26
Fidelixoh, ok14:26
genii-aroundumask doesn't have same values chmod does, it uses the complements of 777 etc14:26
raphinka umask of 022 will give you files are that 64414:26
raphinkanother option would be to use the chown_username setting in vsftpd.conf14:27
Fidelixraphink, -rw-r--r-- 1 rs14:27
raphinkso files that are uploaded are given to www-data14:27
raphinkFidelix, yes, that's 644, and it should allow www-data to read it14:27
genii-aroundraphink: I'm pretty sure 022 will give you perms of 75514:28
Fidelixraphink, i already tried chown_username14:28
FidelixFiles are simply not chowned14:28
raphinkgenii-around, 022 gives 755 to dirs, 644 to files14:28
raphinkFidelix, did you set chown_uploads to yes?14:28
Fidelixyes i did14:28
raphinkhmmm14:28
FidelixBut my problem is already solved. I thank you for your time!14:29
raphinkI use chown_username on my server and it works fine14:29
raphinkno problem Fidelix14:29
raphink;-)14:29
raphinkgenii-around, the complement is 777 for dirs, 666 for files14:31
zulsmoser: done14:33
smosergratzie14:33
macnoHi, I have to setup a bridge interface on maverik , and I need both ipv4 and ipv614:36
macnothis is my config http://paste.ubuntu.com/550654/ but I can't reach host using the ipv614:37
Error404NotFoundmacno, not directly related to your question but why are you using IPv6? just playing and see how it works? or you are actually deploying it in a network?14:38
macnoError404NotFound, we use it14:39
macnoError404NotFound, I'm connected to freenode using ipv614:40
Error404NotFoundmacno, hmmm, i see... i am just using gogoc to experiment it :)14:40
Error404NotFoundmacno, so am i, but using different nick :P14:40
=== sresu is now known as sre-su
gobbemacno: can you run ping6 for example?14:44
macnogobbe, no, but I think I found the problem right now14:45
macno1 sec14:45
macnogobbe, yep, the hwaddress row was wrong14:47
gobbeok :)14:47
gobbesometimes when asking help, you realize by yourself what was wrong =)14:47
macnoit must be under the eth0 section14:47
gobbeusually happens to me =)14:47
macnonot under the br0 one14:48
gobbeyes14:48
zulhggdh: is the iso still failing?14:49
hggdhzul: fix was published today, should be on tomorrow's ISO14:50
hggdhzul: so yes, still failing ;-)14:50
zulhggdh: meh14:51
hggdhheh14:52
uvirtbotNew bug: #697690 in multipath-tools (main) "no dbg package for multipath-tools" [Undecided,New] https://launchpad.net/bugs/69769014:56
smoserDaviey, fyi, i'm using pad.daviey.com more and more15:27
smoservery useful until we manage to get a pad.ubuntu.com15:27
gobbeuuh15:36
gobbequite nice tool :)15:36
azizLIGHTSwhere is the per-user www root by default?15:36
azizLIGHTSfor apache215:36
RoyK$HOME/public_html15:37
RoyKby default15:37
RoyKif you enable usermod (iirc)15:37
thesheff17that does look like a sweet tool...does it have a name?15:37
azizLIGHTShow do i know if i enabled usermod15:37
RoyKmod_userdir15:38
azizLIGHTSsorry what?15:38
RoyKazizLIGHTS: a2enmod userdir15:39
RoyKthen apache2ctl graceful15:39
azizLIGHTSthanks that worked15:40
RoyKazizLIGHTS: see /etc/apache2/mods-enabled/userdir.conf for the drive15:40
RoyKs/drive/directory/15:40
hallynhuh.  pad.daviey.com.   yeah, nice.  we should find some ppl to test how high it scales :)15:46
gobbehih15:46
gobbei would like to get something like that to my office15:47
gobbewould be usefull there :D15:47
hallyni see ,it's etherpad.  i thought Daviey had coded it up :)15:47
=== Fidelix_ is now known as Fidelix
azizLIGHTSis it ok to have joomla, oscommerce, and zen-cart all on same system16:05
azizLIGHTSor should i make snapshots for my vm16:05
azizLIGHTS3 snapshots , 1 for each16:05
gvandeweyerhi all. could someone give me an opinion on this: Our server is running against it's limits and i'm looking at the ubuntu private cloud option.  Will this be the way to go? We now have a single server that runs very specific tasks (home-brewed code), and it should be able to distribute the tasks to spare cpu's in some core-duo's that are now lying around16:19
gvandeweyerhowever, as far as I get the guides, the cloud starts regular ubuntu systems (virtual) on each node, that you can login to (ssh?)16:19
gvandeweyerwould it be possible to launch these speficic programs on these nodes, and how about storage after loggin in? will each user still have their own homedir with their data as they do now?16:21
gvandeweyerand as a side node: isn't starting virtual complete OS's a bit overhead ?  should i go for some sort of cluster option, with a system running ubuntu, accepting tasks from the network monitor and running it in their native OS ?16:22
compdocyour users would use it to store files?16:22
gvandeweyerthey would need their data to process them16:22
gvandeweyerand preferable store them somewhere on it to (several 100 gigs, not suitable for desktop usage)16:23
gvandeweyerI could use NFS/samba for remote access if using physical machines that get jobs from a central queue16:24
compdocwhen I think of the could, I think of users connecting to a public or private server to save files, store contacts, and maybe use apps to write docs or spreadsheets. I havent found a use for it myself16:24
compdoc*cloud16:24
vraadoes anyone have any experience with ubuntu canonical server support?16:24
gvandeweyercompdoc: i feel the same, but it looks easy to implement (compared to cluster design)16:24
compdoca cluster is a group of servers that prevent interruption of service from the failure of one server. I dont think the cloud is the same kind of thing16:25
compdocclouds can use clusters, certainly16:26
hallynhm, i've been trying the 'test memory' option in all the livecds, but it doesn't seem to ever give me the full memtest86 i expect...  just blanks for 2 seconds and then comes back to the grub menu16:30
hallynwhat am i doing wrong?16:30
AndyGraybealshould I ever be worried about cron not working?  does it ever not work?  I'm depending on it to rsync data.16:32
kirklandsmoser: around?16:34
azizLIGHTSis it ok to install joomla, oscommerce, and zen-cart on same machine? or should i seperate the vm into 3 snapshots16:36
hallynkirkland: can you try booting an ubuntu livecd in kvm and running memtest?  does it actually run memtest?16:41
patdk-wkazizLIGHTS, it depends on how paranoid you are about one of them getting hacked, and if you care if cross contamination16:41
kirklandhallyn: let me try ....16:41
azizLIGHTSim just testing right now16:41
azizLIGHTSits not live16:42
kirklandhallyn: nope, just reboots16:42
hallynkirkland: hrmph16:46
hallynkirkland: a rhel cd did the same thing for me.16:47
hallynkirkland: doh, i'm an idiot16:47
kirklandhallyn: qemu problem then?16:47
hallynyeah, the very one that i thought was responsible for jdstrand's bug16:48
hallyn(see http://www.spinics.net/lists/kvm/msg47235.html)16:48
hallynI guess I'll file a separate bug, pull the bugfix, and then ask jdstrand if it fixes his problem too :)16:48
patdk-wkhow do I make lvm forget about vg's that no longer exist?16:49
hallynpatdk-wk: not sure, but in the past I've had to dd from if=/dev/zero into the first bit of the old vg bc the tools were finding non-deleted header info, iirc16:49
patdk-wkhallyn, no, the drive doesn't exist anymore16:50
patdk-wkjust lvm keeps attempting to locate it16:50
hallynthen i guess you prolly can't write zeros into it :)16:50
patdk-wk:)16:50
azizLIGHTSo crap16:51
azizLIGHTSi was saving vmware snapshot and ubuntu says BUG: soft lockup - CPU#0 stuck for 112s16:52
hallynpatdk-wk: so, you had a vg spanning multiple partitions, one ofthe partitions is gone, and lvm keeps trying to find the partition that's gone?16:52
patdk-wknope16:52
azizLIGHTSis it ok or what...16:52
patdk-wkI haved a vg on a single drive, that drive is gone (cause I was recovering it)16:52
patdk-wkbut vgs throws out a crapload load of, read failed after 0 of 4096 at 0: intput/output error16:53
hallynpatdk-wk: hm, does 'vgremove' help at all?16:53
patdk-wkhallyn, nope, just says, not found16:53
smoserkirkland, here now16:53
kirklandsmoser: okay, so ssh-import-id is in the archive16:54
kirklandsmoser: wanna propose your merge with your getopt rework?16:54
kirklandsmoser: and i'll review sponsor upload16:55
smoserok.16:56
patdk-wkhallyn, seems to be cause I didn't realize it, and never did a vgchange -an on it before I removed it16:57
hallynhm, you'd think that'd be fixable after the fact...16:58
dokoeucalyptus guys: please change the order of the recommends in eucalyptus-walrus, bittornade should go first17:00
patdk-wkhallyn, evil, but deleting the stuff out of /dev and /dev/mapper worked17:01
hallynsome say evil, I say handy17:01
patdk-wkwell, evil, cause it's just not a clean or nice way :)17:02
smoserkirkland, i just pushed to lp:ssh-import-id17:09
macnoI used vmbuilder for the first time this afternoon, it's a great tool!17:14
kirklandsmoser: sweet, thanks17:14
smoserwhere do you want to go from there ?17:14
macnoI just have a couple of questions:17:15
macno1) is it possibile (or what do I have to look at) to add also ipv6 address ?17:15
robbiewkirkland: zul: Daviey: SpamapS: JamesPage: hallyn: smoser: FYI.. RoAkSoAx will be joining us in Dallas next week ;)17:16
zulsweet!17:16
kirklandrobbiew: \p/17:17
kirklandRoAkSoAx: welcome, dude!17:17
RoAkSoAxkirkland: thanks man :)17:17
Davieyrobbiew, \o/17:18
macno2) how can I set the disk type block ?17:18
uvirtbotNew bug: #697752 in qemu-kvm (main) "memtest won't run" [Medium,Confirmed] https://launchpad.net/bugs/69775217:22
TREllisRoAkSoAx: \o/17:22
kirklandhallyn: the memtest thing ... has that always been there, or is that a recent regression?17:23
RoAkSoAxkirkland: btw... got hold up with PowerNap dev... ended up not having a laptop the last couple weeks... and I guess next week I'll resolve some doubts17:24
kirklandRoAkSoAx: okay, I'll bring a wattmeter17:24
kirklandRoAkSoAx: and I'll have a few spare laptops17:24
RoAkSoAxkirkland: cool!!17:25
azizLIGHTSim getting some funny characters on putty via ssh?17:25
azizLIGHTS ââcron17:25
azizLIGHTSinstead of cron17:26
azizLIGHTSwhat to do17:26
DatzazizLIGHTS: try: settings->translation->UTF-817:26
azizLIGHTSi dont have a gui17:26
azizLIGHTSare you talking about putty?17:26
Datzon putty you said17:26
Datzright click17:27
Datzthen you'll need to refresh the screen17:27
T3CHKOMMIEhello all, im trying to change the default page loaded by apache2. i have /var/www/index.html and identity.html i want to keep both files but i want apache to defualt to identity.html before it looks for index.html, where do i configutre this? thanks for the help!17:30
KurtKrautT3CHKOMMIE, your question seems a bit odd for me. Could you explain me why you want to do this?17:32
smoserkirkland, did you want me to make a branch from lp:ubuntu/ssh-import-id ? and propose merge ? how are you expecting to keep the two related (lp:ssh-import-id and lp:ubuntu/ssh-import-id)17:32
T3CHKOMMIEmy professor says so. honestly i would overwrite the index.html but they want me to change apache defualt settngs and i cant find it for the life of me.17:32
kirklandsmoser: nah, i trust you17:34
kirklandsmoser: you have commit access to that project/branch17:34
smoserkirkland, but not to the ubuntu17:34
kirklandsmoser: i'll just need to sponsor/upload for you17:34
kirklandsmoser: right17:34
DatzT3CHKOMMIE: probably a question for #http. But I think in apache config you can set it to default to something other than index.html17:34
smoseri already commited to "upstream"17:34
kirklandsmoser: just keep the changes upstream17:34
kirklandsmoser: perfect17:34
kirklandsmoser: i want to do some testing, and i'll get it uploaded today17:34
T3CHKOMMIEDatz, do you know where that conf is? i have an empty https.conf file and if i ad17:35
T3CHKOMMIE"DefaultIndex identity.html"17:35
T3CHKOMMIEnothing changes.17:35
KurtKrautT3CHKOMMIE, Datz is right. You can even set the priority of default files, where you can set that identify.html should be serverd first even if there is a index.html, but this still a quite odd scenario. I can't figure out who would need such thing and for what purpose.17:35
KurtKrautT3CHKOMMIE, if your http.conf is blank Apache was installed incorrectly.17:36
KurtKrautT3CHKOMMIE, or you're looking for the wrong file in the wrong folder.17:36
T3CHKOMMIEcrap....17:36
T3CHKOMMIEits the httpd.conf file in  /etc/apache2 right?17:36
T3CHKOMMIEor is there another i dont know about.17:36
KurtKrautT3CHKOMMIE, in Ubuntu, yes. In other Linux distributions it might be placed in different paths.17:36
T3CHKOMMIEdang, is there a way i can put what is supposed to be there?17:37
PiciNo. /etc/apache2/httpd.conf is blank on normal Ubuntu apache2 installs.17:40
cjwatsonRoyK: you won't generally find information about current development in lucid.  ssh-import-id was added in maverick17:40
PiciT3CHKOMMIE: We use a per-site configuration;. See /etc/apache2/sites-enabled/17:40
T3CHKOMMIEPici,  thanks anything inparticular i should be looking for?17:40
DatzT3CHKOMMIE: you probably have all that info in apache2.conf.. athough I'm not finding what I was looking for either :p17:41
PiciT3CHKOMMIE: The sites you have enabled will have config files in that path17:41
T3CHKOMMIEok17:42
PiciT3CHKOMMIE: You could even drop a single .htaccess file in /var/www/ if you wanted to just modify the behavior for that one path. Its up to you how you want to do it.17:43
T3CHKOMMIEi just want apache to load /var/www/ideneity.html when i got to localhost rather than /var/www/index.html, stupid i know but its a requiremnt for class :S17:44
DatzT3CHKOMMIE: it's in mods-available17:44
Datznot sure where though :P17:44
PiciWhat is in mods-available?17:45
T3CHKOMMIEmods avaiable.... ok lemme check that too. thanks Datz17:45
Picimods-available isn't really relevant to this simple change.17:46
shaunoI'd just rgrep DirectoryIndex in /etc/apache2.  Chances are all will become clear pretty quickly17:46
DatzT3CHKOMMIE: I think: dir.conf17:46
PiciT3CHKOMMIE: You probably have 000-default in /etc/apache2/sites-enabled/17:46
DatzPici: ok..17:47
T3CHKOMMIEok i changed /etc/apache2/sites-enabled/000-default and added DefaultIndex identity.html index.html under docuement /var/www and that seemed to work.17:47
PiciT3CHKOMMIE: Exactly :)17:47
T3CHKOMMIEshazam! thanks guys i uber appriciate it! thats taken everyone almost 4 horus in my class to figure out17:47
T3CHKOMMIEawsomness, now off to computer architecture! thanks again!17:48
RoAkSoAxsmoser: where you able to test the fix for bug18:24
RoAkSoAxsmoser: where you able to test the fix for bug #68013818:25
uvirtbotLaunchpad bug 680138 in testdrive "fails with "Invalid cross-device link" if cwd is not same filesystem as $HOME" [Low,Fix committed] https://launchpad.net/bugs/68013818:25
azizLIGHTSim installing 10.10 server18:31
azizLIGHTSwhy does vmware say when you are done and the operating system boots up, click i finished installing18:32
azizLIGHTSwhy18:32
azizLIGHTSwhat will it do18:32
Datzprobably a question for #vmware18:33
=== Aison|weg is now known as Aison
azizLIGHTSsorry18:33
Datznp, (I don't know the answer) :P18:33
smoserRoAkSoAx, i suggested an alternative solution.18:38
=== kentb_ is now known as kentb
RoAkSoAxsmoser: awesome! Thanks!18:41
=== sresu is now known as sre-su
hallynkirkland: i don't think 0.12.5 has that memtest problem.  do you have a maverick box to check on?18:51
RoAkSoAxsmoser: Ok, I don't think that will work because that cmd will be splitted later to be used by a subprocess in the GTK, and as far as I could remember having that type of commands made subprocess to fail18:55
RoAkSoAxi'm testing it now though18:55
smoseri dont know what you're doing in the gtk. it works from the commanad line.18:59
uvirtbotNew bug: #697802 in samba (main) "cannot log on to shared folders on this or other server" [Undecided,New] https://launchpad.net/bugs/69780219:01
RoAkSoAxsmoser: ok. It indeed works well with the command line, but fails with the GTK, because of subprocess. Will work on it to provide a better solution19:14
smoserwell, you have a general issue if you're consuming the response from that functoin in two different ways19:15
smoserRoAkSoAx, see subprocess.Popen(shell=True)19:19
smoserhttp://docs.python.org/library/subprocess.html19:19
smoseri'd ditch the 'split' and just use that.19:20
RoAkSoAxsmoser: well the difference is that in the command line it only runs as "os.system(cmd)", while in the gtk it uses a subprocess to run cmd, specially because to obtain the progress and stuff19:21
RoAkSoAxsmoser: and as far as I can remember, when I first did it, when using shell=True, I couldn't grab the progress. But will give it a try since that part has been changed19:21
smoseri just tested this, and it shows me progress in the gui19:22
smoserhttp://paste.ubuntu.com/550775/19:22
RoAkSoAxsmoser: ok cool then!19:23
RoAkSoAxsmoser: works great, thank you!!19:25
=== Amgine is now known as BadTypoRugu
deadsmithtrying to remake the ISO for amd64-server; can I replace /boot/grub/efi.img with a new grub.efi ?  Or is this not even the boot file for EFI systems?20:33
deadsmithshorter question:  does anyone know the mkisofs flags used to make the amd64-server ISO ?20:34
deadsmithn/mind... found it.20:42
CheetoBanditoI'm having an interesting issue in 10.04... If I request packets from a specific group in one program, and a different group in another program... I get packets from both groups in both programs.20:46
CheetoBanditoIf I compile and run the same scenarion on Windows, Solaris, and other distros I get the intended behavior, that the packets each program sees are only the ones they requested.20:47
=== erichammond1 is now known as erichammond
kirklandDaviey: around?20:57
kirklandDaviey: would you mind dropping me a few instructions as to setting up that video chat flash thing we used yesterday20:57
jdstrandhallyn: hey, so today I seem to be hitting bug #694029 pretty regularly, with 0.12.5+noroms-0ubuntu7 on natty20:58
uvirtbotLaunchpad bug 694029 in qemu-kvm "[natty] kvm guests become unstable after a while" [Medium,Confirmed] https://launchpad.net/bugs/69402920:58
jdstrandhallyn: how do I disable ksm?20:58
jdstrandkirkland: hey, you may actually know that one since you implemented it in Ubuntu iirc ^20:58
kirklandjdstrand: edit /etc/default/qemu-kvm20:59
jdstrandeasy enough21:00
jdstrandkirkland: thanks!21:00
kirklandjdstrand: if that fixes your problems, try enabling it, but adjusting the sleep milliseconds21:00
jdstrandkirkland: this bug really stinks :(21:00
kirklandjdstrand: there have been complaints that the default sleep (20ms) is too aggressive21:00
jdstrandkirkland: will do21:00
kirklandjdstrand: i don't disagree, but i also haven't seen a solid suggestions as to what a sane default would be21:00
jdstrandkirkland: would the aggressive default cause flaky guest behavior?21:00
kirklandjdstrand: if someone told me it did, i'd be inclined to belive them21:01
jdstrandkirkland: oh, I am not suggesting anything. it is just been very annoying for me. I only just started looking at ksm21:01
kirklandjdstrand: but i've not heard that yet21:01
jdstrands/would/could/21:01
jdstrand(and therefore have no opinions)21:02
jdstrandkirkland: ^21:08
kirklandjdstrand: okay21:08
kirklandjdstrand: i don't know of any issues with ksm causing instability21:08
jdstrandkirkland: I've only started hitting this bug lately, and have never had a problem with the default21:08
jdstrandkirkland: well, by 'lately' I mean with the natty kernel21:09
jdstrandwhich has probably been a month and a half (used the maverick kernel on natty for quite a while before that)21:09
jdstranddisabling ksm didn't help21:11
deadsmithstill no successful EFI boot.  Does anyone know where there's a description of the files on the ISO?21:15
deadsmithor otherwise have any good ideas about what I should be reading to make a custom EFI install ISO?21:15
coledeadsmith: did you see this? http://tinyurl.com/24alt9k21:20
coledeadsmith: didn't scroll up, just saw you had trouble booting via efi21:21
deadsmithcole: no worries, let me look this over and see if it mentions something I've missed...21:22
deadsmithcole:  I have a working grub2 for EFI, I'm just trying to get it on the bleeding CD21:22
coleah!21:22
deadsmithcole:  I was able to install the system by bootstrap-installing with rEFIt and an OSX partition (it's an Xserve)....21:24
deadsmithcole:  but I'm trying to get a reuasable install image..21:24
coledeadsmith: i assume you used rsync --one-file-system --exclude /proc ??21:25
deadsmithcole:  no... at which step?  making the ISO?  I have the amd64-server loopback mounted on a linux machne and I'm using mkisofs to remaster it...21:25
jdstrandhallyn: summary of bug #694029. qemu-kvm 0.12.5+noroms-0ubuntu7, using an ide disk and disabling ksm made no difference21:39
uvirtbotLaunchpad bug 694029 in qemu-kvm "[natty] kvm guests become unstable after a while" [Medium,Confirmed] https://launchpad.net/bugs/69402921:39
hallynjdstrand: yeah, so basically any qemu on natty kernel is bad?21:49
jdstrandhallyn: bottom line, yes21:49
jdstrandI'm back to a maverick kernel21:49
hallynI've yet to reproduce it, but wil try with your suggestion about maverick update in one, and (wahtever) in another kvm21:49
jdstrand(I have to actually get work done)21:49
jdstrandhallyn: what chipset do you have? I'm using i7 here21:50
hallynyeah, i have core i7 laptop21:50
jdstrandhallyn: it is hard to find a simple reproducer.... :\21:57
jdstrandhallyn: not sure it would make any difference, but I am using qcow2 files, the one upgrading is a snapshot qcow221:59
jdstrandhallyn: the one installing ubuntu desktop is qcow2, but not snapshotted yet22:00
jdstrandI have to believe it is going to be a more widespread problem when people upgrade...22:01
hallynjdstrand: how do you install ubuntu minimal anyway?  i think i'll try apt-get install ubutnu-desktop from ubutnu server?22:05
jdstrandhallyn: I use vmbuilder22:06
hallynjdstrand: have all of these been built using vmbuilder?22:07
jdstrandhallyn: yes22:07
hallynhm.  potentially relevant22:07
hallynjdstrand: thanks, i'm just gonna play a lot, i'll stop bugging you :)22:08
jdstrandhallyn: these are the packages I install after using vmbuilder: screen ubuntu-desktop vim openoffice.org22:08
jdstrandhallyn: the precise method I use to generate VMs is in https://wiki.ubuntu.com/SecurityTeam/TestingEnvironment22:09
hallynkthx.  after an attempt with installs from iso, i'll try from vmbuilder22:10
jdstrandhallyn: sure! thanks for looking at it22:11
jdstrandit has been a real hair-puller for me22:12
Hilikushey guys23:35
Hilikuscan someone help me configure alsa for 5.1. i try the sound test and i only hear front left and right. i don't use pulse audio or gnome23:35
=== FireCrotch is now known as nickmoeck

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